/*-----------------------------------------------------------------------------------

    Template Name: Dora Personal Portfolio Template
    Template URI: site.com
    Description: Dora is a one page style personal portfolio template for any professional like developer, designer, freelancer, engineer, specialist, content writer, instructor, photographer, freelancer, politician, or some other expert can demonstrate his bio, portfolio, skill set etc . It is easy to customise, all the layers well organised to make any change easy to do without any problems. Super easy to custom everything in the layouts, you will be free to mixing the elements and components to create your own design with business template. This will be a smart choice for your next projects.
    Author: CodeeFly 
    Author URI: https://themeforest.net/user/codeefly/
    Version: 1.0

--------------------------
    TABLE OF CONTENTS
--------------------------

    - Default css 
    - Bootstrap grid css
    - Popup css
    - Custom Cursor css
    - Preloader css
    - Common Classes css 
    - Custom Animation Css
    - Header css 
    - Hero css
    - Support css 
    - Service css
    - Experience css 
    - Work css 
    - Testimonial css 
    - Blog css 
    - Contact css
    - Footer css

-----------------------------------------------------------------------------------*/
:root {
  --cf-primary-color: #fd6e0a;
  --cf-white: #ffffff;
  --cf-dark: #15295f;
  --cf-blue: #15295f;
  --cf-text-gray: #6f6b80;
  --cf-red: #ff4e6e;
  --cf-yellow: #ffaf00;
  --cf-purple: #9c19c9;
  --cf-hero-bg: #fdf8f7;
  --cf-arrow-bg: #ececec;
  --cf-blog-bg: #1f1d2b;
  --cf-progress-bar-bg: #cdcdcd;
  --cf-border-color: #f2f2f2;
  --cf-cyan: #4ac3ca;
}

/*---------------------------------------------------
                dora Default css                   
---------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--cf-text-gray);
  font-size: 16px;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
}

p {
  color: var(--cf-text-gray);
  font-size: 16px;
  line-height: 1.8;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  word-wrap: break-word;
  word-break: break-all;
}

.blog-details h1,
.blog-details h2,
.blog-details h3,
.blog-details h4,
.blog-details h5,
.blog-details h6 {
  color: #343a40;
}

a {
  color: unset;
  text-decoration: none;
  display: inline-block;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.input-control,
input {
  margin-bottom: 25px;
  padding: 15px 30px;
  width: 100%;
  display: block;
  background-color: var(--cf-white);
  border: 2px solid #eeeeee;
}
.input-control:focus,
input:focus {
  outline: none;
  border-color: var(--cf-primary-color);
}

input {
  color: var(--cf-text-gray);
}

/*---------------------------------------------------
           dora Bootstrap Grid css                   
---------------------------------------------------*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1350px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/*---------------------------------------------------
              dora Popup css                    
---------------------------------------------------*/
.dora-popup .mfp-content {
  background: var(--cf-white);
  width: 500px;
  margin: 0 auto;
}
@media only screen and (max-width: 575.98px) {
  .dora-popup .mfp-content {
    width: 300px;
  }
}
.dora-popup .mfp-content .mfp-close {
  background: var(--cf-white);
  color: var(--cf-dark);
  border-radius: 50%;
  margin: 10px;
}
.dora-popup .mfp-content .content .img img {
  width: 100%;
}
.dora-popup .mfp-content .content .des {
  padding: 20px 30px 20px;
}
.dora-popup .mfp-content .content .des span {
  color: var(--cf-primary-color);
  font-size: 18px;
}
.dora-popup .mfp-content .content .des h3 {
  color: var(--cf-dark);
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.3;
}
@media only screen and (max-width: 575.98px) {
  .dora-popup .mfp-content .content .des h3 {
    font-size: 18px;
  }
}
.dora-popup .mfp-content .content .des p {
  margin-top: 20px;
}
.dora-popup .mfp-content .content .des .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575.98px) {
  .dora-popup .mfp-content .content .des .d-flex {
    display: block;
  }
}
.dora-popup .mfp-content .content .des ul li {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
@media only screen and (max-width: 575.98px) {
  .dora-popup .mfp-content .content .des ul li {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.dora-popup .mfp-content .content .des ul li a {
  color: var(--cf-primary-color);
  font-size: 14px;
}
.dora-popup .mfp-content .content .des ul li::before {
  content: "";
  height: 7px;
  width: 7px;
  background: var(--arrow-bg);
  display: block;
  border-radius: 50%;
  margin-right: 5px;
}

/*---------------------------------------------------
                     dora Cursor css                   
---------------------------------------------------*/
.cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
  margin-left: -12.5px;
  margin-top: -12.5px;
  width: 25px;
  height: 25px;
  opacity: 0.6;
  z-index: 999;
  background-color: var(--cf-primary-color);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media only screen and (max-width: 1199.97px) {
  .cursor {
    display: none;
  }
}

.cursor.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: var(--cf-primary-color);
  opacity: 0.3;
}

/*---------------------------------------------------
                dora Preloader css                   
---------------------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--cf-white);
  background-color: var(--cf-blog-bg);
  z-index: 999;
}
.preloader__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100vh;
}
.preloader__container__percent {
  font-size: 75px;
  font-weight: 700;
  margin-bottom: 20px;
}
.preloader__container__preload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.preloader__container__preload__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--cf-white);
  margin: 0 10px;
}

/*---------------------------------------------------
                     dora Common css                   
---------------------------------------------------*/
.slider-arrow {
  width: 50px;
  height: 50px;
  background: var(--cf-progress-bar-bg);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider-arrow svg {
  width: 25px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider-arrow:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: var(--cf-primary-color);
  color: var(--cf-white);
}
.slider-arrow:hover svg {
  stroke: var(--cf-white);
}
.slider-arrow.active {
  background: var(--cf-primary-color);
}
.slider-arrow.active i {
  color: var(--cf-white);
}
.slider-arrow.active svg {
  stroke: var(--cf-white);
}

.section-wrapper.center {
  text-align: center;
}

.sub-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  color: var(--cf-primary-color);
}
@media only screen and (max-width: 650px) {
  .sub-title {
    font-size: 20px;
    line-height: 1.3;
  }
}

.section-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-transform: capitalize;
  color: var(--cf-dark);
}
@media only screen and (max-width: 650px) {
  .section-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn,
.wp-block-search__button,
.post-password-form input[type=submit],
.search-submit {
  padding: 10px 30px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  border-radius: 50px;
}
.btn:focus,
.wp-block-search__button:focus,
.post-password-form input[type=submit]:focus,
.search-submit:focus {
  outline: none;
}

.primary-btn,
.wp-block-search__button,
.post-password-form input[type=submit],
.search-submit {
  background-color: var(--cf-primary-color);
  border: 2px solid transparent;
  color: var(--cf-white);
}
.primary-btn:hover,
.wp-block-search__button:hover,
.post-password-form input[type=submit]:hover,
.search-submit:hover {
  background-color: transparent;
  border-color: var(--cf-primary-color);
  color: var(--cf-primary-color);
}

.secondary-btn {
  border: 2px solid var(--cf-primary-color);
  color: var(--cf-primary-color);
}
.secondary-btn:hover {
  background-color: var(--cf-primary-color);
  color: var(--cf-white);
}

.works-section,
.contact-section,
.feedback-section,
.service-section {
  padding: 70px 0;
}

.fill-section,
.experience-section {
  padding: 65px 0 100px;
}

.hover-this {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*---------------------------------------------------
            dora Custom animation css                   
---------------------------------------------------*/
@-webkit-keyframes showText {
  100% {
    opacity: 1;
  }
}
@keyframes showText {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes animate {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes animate {
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes showImg {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes showImg {
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*---------------------------------------------------
            dora Header css                   
---------------------------------------------------*/
.header {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 9;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 30px;
}
.header ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.header .toggle {
  font-size: 30px;
  margin-top: 5px;
  display: none;
}
@media only screen and (max-width: 1199.97px) {
  .header .brand-name-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .header .toggle {
    display: block;
  }
  .header .nav-btn {
    display: none;
  }
  .header .nav {
    display: none !important;
  }
}
.header .mean-container a.meanmenu-reveal {
  display: none !important;
}
.header .mean-container .mean-bar {
  min-height: 0;
  padding: 0;
  background: #ffffff;
}
.header .mean-container .mean-nav {
  margin: 0;
  background: #ffffff;
}
.header .mean-container .mean-nav ul {
  width: 100% !important;
}
.header .mean-container .mean-nav ul li {
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .mean-container .mean-nav ul a {
  text-transform: unset;
  color: #15295f;
}
.header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.header .nav ul .nav-item {
  padding: 15px 30px;
}
.header .nav ul .nav-item.dropdown {
  position: relative;
}
.header .nav ul .nav-item.dropdown > .nav-link::after {
  position: absolute;
  content: "\f107";
  right: 0px;
  font-family: "Font Awesome 6 Pro";
}
.header .nav ul .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #15295f;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .nav ul .current .nav-link {
  color: #fd6e0a;
}
.header .nav ul .nav-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.header .nav ul .nav-item .sub-menu {
  display: block;
  position: absolute;
  background: #ffffff;
  min-width: 220px;
  top: 110%;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .nav ul .nav-item .sub-menu li.nav-item {
  padding: 10px 20px !important;
  margin-left: 0 !important;
  border-top: 1px solid #f3f3f3;
}
.header .nav ul .nav-item .sub-menu .nav-item.dropdown > .nav-link::after {
  right: 15px;
}
.header .nav ul .nav-item .sub-menu li > .sub-menu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header .nav ul .nav-item .sub-menu li:hover > .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}
.header.fixed {
  position: fixed;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding-top: 0;
}
.header.fixed .nav ul li a:hover {
  color: #fd6e0a;
}
.header .menu-last .sub-menu {
  left: auto;
  right: 0;
}
.header .menu-last .sub-menu li > .sub-menu {
  left: auto !important;
  right: 100%;
}

header.active {
  max-height: 100%;
  background: #ffffff;
  padding-bottom: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header.active .toggle span:nth-child(1) {
  width: 30px;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  -webkit-transition-delay: 0.125s;
          transition-delay: 0.125s;
}
header.active .toggle span:nth-child(2) {
  width: 30px;
  -webkit-transform: translateY(0) rotate(315deg);
          transform: translateY(0) rotate(315deg);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
header.active .toggle span:nth-child(3) {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}

.page-content {
  margin: 70px 0 !important;
}

/*---------------------------------------------------
               dora Hero Section css                   
---------------------------------------------------*/
.hero-section {
  background-color: var(--cf-hero-bg);
  position: relative;
  padding-top: 100px;
}
@media only screen and (max-width: 991.97px) {
  .hero-section {
    padding-bottom: 100px;
    padding-top: 120px;
  }
}
.hero-section .hero-text span {
  color: var(--cf-primary-color);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
}
.hero-section .hero-text .h1 {
  color: var(--cf-dark);
  font-size: 75px;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0;
  margin-top: -20px;
}
@media only screen and (max-width: 991.97px) {
  .hero-section .hero-text .h1 {
    font-size: 60px;
    margin-top: 0;
    line-height: 1.2;
  }
}
.hero-section .hero-text h3 {
  color: var(--cf-dark);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
}
.hero-section .hero-text p {
  margin: 20px 0 50px;
}
.hero-section .hero-btn-container {
  gap: 15px;
}
.hero-section .hero-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 991.97px) {
  .hero-section .hero-img {
    position: absolute;
    bottom: -7px;
    right: 0;
  }
}
@media only screen and (max-width: 680px) {
  .hero-section .hero-img {
    display: none;
  }
}
.hero-section .hero-img img {
  width: 100%;
  height: 100%;
}

.header-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  margin: auto 0;
}
@media only screen and (max-width: 991.97px) {
  .header-left {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 500px;
  }
}

.breadcrumb {
  background-color: var(--cf-hero-bg);
  position: relative;
  padding: 100px 0;
  text-align: center;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb h1 {
  color: var(--cf-dark);
  font-size: 45px;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0;
  margin-top: -20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-area {
  margin: 120px 0;
}
.blog-area .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 991.97px) {
  .blog-area .container {
    display: block;
  }
}
.blog-area .blogs {
  width: 70%;
}
@media only screen and (max-width: 1399.98px) {
  .blog-area .blogs {
    width: 60%;
  }
}
@media only screen and (max-width: 991.97px) {
  .blog-area .blogs {
    width: 100%;
  }
}
.blog-area .blog {
  margin-bottom: 80px;
}
.blog-area .blog .blog-img {
  overflow: hidden;
  display: inline-block;
}
.blog-area .blog .blog-img img {
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-area .blog .blog-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-area .blog h3 {
  font-size: 24px;
  line-height: 1.3;
  color: var(--cf-dark);
  margin-bottom: 15px;
}
.blog-area .blog .btn {
  margin-top: 30px;
  display: none;
  padding: 10px 30px;
}
.blog-area .blog-sidebar {
  width: 30%;
}
@media only screen and (max-width: 1399.98px) {
  .blog-area .blog-sidebar {
    width: 40%;
  }
}
@media only screen and (max-width: 991.97px) {
  .blog-area .blog-sidebar {
    width: 100%;
  }
}
.blog-area .blog-sidebar .widget-container {
  background: var(--cf-hero-bg);
  padding: 30px 40px;
  margin-bottom: 40px;
}
.blog-area .blog-sidebar .widget-container h4 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  color: var(--cf-dark);
  border-bottom: 1px solid var(--cf-border-color);
  margin-bottom: 20px;
  position: relative;
}
.blog-area .blog-sidebar .widget-container h4::before {
  content: "";
  height: 1px;
  width: 30px;
  left: 0;
  right: 0;
  bottom: -1px;
  position: absolute;
  background: var(--cf-primary-color);
}
.blog-area .blog-sidebar .widget-container .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.blog-area .blog-sidebar .widget-container .search input {
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  border-radius: 0;
  border-width: 0px;
}
.blog-area .blog-sidebar .widget-container .search input:focus {
  outline: none;
}
.blog-area .blog-sidebar .widget-container .search button {
  background: var(--cf-dark);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--cf-white);
  cursor: pointer;
}
.blog-area .blog-sidebar .widget-container .recent-posts .recent-post-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog-area .blog-sidebar .widget-container .recent-posts .recent-post-single:last-child {
  margin-bottom: 20px;
}
.blog-area .blog-sidebar .widget-container .recent-posts .recent-post-single .recent-post-img img {
  width: 100px;
  height: 100%;
  display: block;
}
.blog-area .blog-sidebar .widget-container .recent-posts .recent-post-single h6 {
  font-size: 16px;
  font-weight: 500;
  color: var(--cf-dark);
}
.blog-area .blog-sidebar .widget-container .recent-posts .recent-post-single .recent-post-content-date {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 14px;
}
.blog-area .blog-sidebar .widget-container .recent-posts .recent-post-single .recent-post-content-date svg {
  height: 16px;
  width: 16px;
}
.blog-area .blog-sidebar .widget-container .recent-sidebar-category ul li {
  color: var(--cf-dark);
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-area .blog-sidebar .widget-container .recent-sidebar-category ul li::before {
  content: "\f054";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: var(--cf-dark);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 10px;
}
.blog-area .blog-sidebar .widget-container .recent-sidebar-category ul li:hover {
  color: var(--cf-primary-color);
}
.blog-area .blog-sidebar .widget-container .recent-sidebar-category ul li:hover::before {
  color: var(--cf-primary-color);
}
.blog-area .paggination {
  margin-bottom: 40px;
}
.blog-area .paggination ul {
  margin: 0;
}
.blog-area .paggination ul li {
  display: inline-block;
  margin-right: 10px;
}
.blog-area .paggination ul li a,
.blog-area .paggination ul li span {
  background: #f2f2f2;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
}
.blog-area .paggination ul li span.current,
.blog-area .paggination ul li a:hover {
  background: var(--cf-primary-color);
  color: var(--cf-white);
}

.blog-tags,
.wp-block-tag-cloud,
.tagcloud {
  overflow: hidden;
  clear: both;
}
.blog-tags a,
.wp-block-tag-cloud a,
.tagcloud a {
  background: #f2f2f2;
  padding: 5px 20px;
  color: var(--cf-text-gray);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 5px;
  display: inline-block;
  margin: 5px 3px;
  font-size: 14px !important;
}
.blog-tags a:hover,
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background: var(--cf-primary-color);
  color: var(--cf-white);
}

.blog-details .blog-tags,
.blog-details .wp-block-tag-cloud {
  margin: 1rem 0;
  padding-top: 30px;
}

.blog-meta {
  margin: 10px 0;
  margin-top: 0;
}
.blog-meta .category {
  color: var(--cf-primary-color);
}
.blog-meta span,
.blog-meta .author {
  color: var(--cf-text-gray);
}

.blog-sidebar ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.blog-sidebar ul ul {
  padding-left: 24px;
}
.blog-sidebar ul li {
  margin-top: 15px;
  color: var(--cf-dark);
  margin-bottom: 10px;
}
.blog-sidebar ul li a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-sidebar ul li a::before {
  content: "\f054";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: var(--cf-dark);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 10px;
}
.blog-sidebar ul li a:hover {
  color: var(--cf-primary-color);
}
.blog-sidebar ul li a:hover::before {
  color: var(--cf-primary-color);
}

.blog-sidebar .recentcomments a::before {
  content: "";
  margin: 0;
}
.blog-sidebar .recentcomments:hover span::before {
  content: "\f054";
  color: var(--cf-primary-color);
}
.blog-sidebar .recentcomments span {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog-sidebar .recentcomments span::before {
  content: "\f054";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 14px;
  color: var(--cf-dark);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: 10px;
}

.wp-block-search__label {
  display: none;
}

.wp-block-search__input-1 {
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  border-radius: 0;
  border-width: 0px;
}
.wp-block-search__input-1:focus {
  outline: none;
}

#wp-block-search__input-1 {
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  border-radius: 0;
  border-width: 2px;
  border-color: var(--cf-border-color);
}
#wp-block-search__input-1:focus {
  border-color: var(--cf-primary-color);
}

.wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 20px 15px;
  margin-left: 0;
}

.dora_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.dora_search input {
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  border-radius: 0;
  border-width: 0px;
}
.dora_search input:focus {
  outline: none;
}
.dora_search button {
  background: var(--cf-dark);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--cf-white);
  cursor: pointer;
}

/*---------------------------------------------------
               dora Support Section css                   
---------------------------------------------------*/
.support-section .support-items {
  position: relative;
  max-width: 90%;
  margin: -70px auto 0;
  padding: 15px 0;
  border-radius: 500px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  background: var(--cf-white);
}
@media only screen and (max-width: 1199.97px) {
  .support-section .support-items {
    margin: 60px auto 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .support-section .support-items {
    padding: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
  }
  .support-section .support-items .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.support-section .support-items .support-item {
  padding: 15px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border-right: 1px solid var(--cf-border-color);
}
@media only screen and (max-width: 991.97px) {
  .support-section .support-items .support-item {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .support-section .support-items .support-item {
    padding: 15px 20px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 300px;
    border: none;
    border-radius: 500px;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
    background: var(--cf-white);
  }
}
@media only screen and (max-width: 636px) {
  .support-section .support-items .support-item {
    max-width: 278px;
  }
}
@media only screen and (max-width: 592px) {
  .support-section .support-items .support-item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.support-section .support-items .support-item:last-child {
  border-right: 1px solid transparent;
}
.support-section .support-items .support-item .support-text h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: var(--cf-dark);
  margin-bottom: 8px;
}
.support-section .support-items .support-item .support-text p {
  font-size: 18px;
  line-height: 1.2;
  color: var(--cf-primary-color);
}
.support-section .support-items .support-item .support-icon {
  width: 80px;
  height: 80px;
  background-color: var(--cf-primary-color);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--cf-white);
}
.support-section .support-items .support-item .support-icon i {
  font-size: 36px;
}
@media only screen and (max-width: 636px) {
  .support-section .support-items .support-item .support-icon {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 991.97px) {
  .support-section .support-items .support-item .support-icon {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .support-section .support-items .support-item .support-icon {
    margin: 0px;
  }
}

/*---------------------------------------------------
               dora Service Section css                   
---------------------------------------------------*/
.service-section {
  overflow: hidden;
}
.service-section .services-cont {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.service-section .service-item {
  -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
          box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
}
.service-section .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media only screen and (max-width: 991.97px) {
  .service-section .row {
    display: block;
  }
}
.service-section .service-title-container {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
@media only screen and (max-width: 991.97px) {
  .service-section .service-title-container {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .service-section .service-title-container .section_title {
    max-width: 90%;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-section .service-title-container {
    display: block;
  }
  .service-section .service-title-container .section_title {
    max-width: 100%;
  }
  .service-section .service-title-container .service-btn-container {
    padding-top: 20px;
  }
}
.service-section .service-btn-container {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 991.97px) {
  .service-section .service-btn-container {
    padding-top: 0;
  }
}
.service-section .services-cont {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 40px 20px;
}

.services-cont {
  -webkit-box-shadow: 0px 20px 35px 10px rgba(4, 9, 30, 0.05);
          box-shadow: 0px 20px 35px 10px rgba(4, 9, 30, 0.05);
}

.service-item {
  padding: 35px 25px;
  background-color: var(--cf-white);
  -webkit-box-shadow: 0px 20px 35px 10px rgba(4, 9, 30, 0.07);
          box-shadow: 0px 20px 35px 10px rgba(4, 9, 30, 0.07);
  text-align: center;
}
.service-item .service-item-logo {
  display: block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--cf-white);
}
.service-item .service-item-logo i {
  font-size: 36px;
}
.service-item .service-item-logo-cont-1 {
  background-color: #9c19c9;
}
.service-item .service-item-logo-cont-2 {
  background-color: var(--cf-yellow);
}
.service-item .service-item-logo-cont-3 {
  background-color: var(--cf-red);
}
.service-item .service-item-logo-cont-4 {
  background-color: var(--cf-cyan);
}
.service-item h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: var(--cf-dark);
  margin: 20px 0 15px;
}
@media only screen and (max-width: 650px) {
  .service-item h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}

/*---------------------------------------------------
           dora Experience Section css                   
---------------------------------------------------*/
.experience-section {
  background-color: var(--cf-hero-bg);
  position: relative;
}
.experience-section .experience-bg-element img {
  position: absolute;
  z-index: 1;
}
.experience-section .experience-bg-element img:first-child {
  left: 20px;
  top: 0;
}
.experience-section .experience-bg-element img:last-child {
  right: 50px;
  bottom: 50px;
}

.experience-items {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .experience-items {
    gap: 0;
  }
}

.experience-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media only screen and (max-width: 767.98px) {
  .experience-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.experience-item .experience-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.experience-item .experience-info p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--cf-dark);
  opacity: 0;
  -webkit-animation: showText 0.5s 1s linear forwards;
          animation: showText 0.5s 1s linear forwards;
}
.experience-item .progress-line {
  margin-top: 7px;
  height: 10px;
  width: 100%;
  background-color: var(--cf-progress-bar-bg);
  position: relative;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
          animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
  border-radius: 50px;
}
.experience-item .progress-line span {
  left: 0;
  border-radius: 50px;
  height: 100%;
  position: absolute;
  -webkit-transform-origin: left;
          transform-origin: left;
  background-color: var(--cf-primary-color);
}
.experience-item .progress-line span.animate {
  -webkit-animation: animate 1.5s 0.5s cubic-bezier(1, 0, 0.5, 1) forwards;
          animation: animate 1.5s 0.5s cubic-bezier(1, 0, 0.5, 1) forwards;
}

/*---------------------------------------------------
               dora Work Section css                   
---------------------------------------------------*/
.works-section ul {
  list-style: none;
}

.works-list-ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 25px;
  margin: 15px 0 40px;
  -webkit-transform: all 0.5s ease;
          transform: all 0.5s ease;
}
@media only screen and (max-width: 530px) {
  .works-list-ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.works-list-ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--cf-dark);
  cursor: pointer;
}
.works-list-ul li:hover {
  color: var(--cf-primary-color);
}
.works-list-ul li.active {
  color: var(--cf-primary-color);
}

.works-col {
  width: 33%;
  overflow: hidden;
  float: left;
}
@media only screen and (max-width: 991.97px) {
  .works-col {
    width: 49%;
  }
}
@media only screen and (max-width: 530px) {
  .works-col {
    width: 100%;
  }
  .works-col a {
    margin: 0 auto;
  }
}
.works-col a {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.works-col a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.works-col img {
  display: block;
  max-width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/*---------------------------------------------------
         dora Testimonial Section css                   
---------------------------------------------------*/
.feedback-section {
  padding: 0 0 100px;
}
.feedback-section .feedback-section-title-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}
@media only screen and (max-width: 575.98px) {
  .feedback-section .feedback-section-title-cont {
    display: block;
  }
  .feedback-section .feedback-section-title-cont .section_title {
    max-width: 100%;
  }
  .feedback-section .feedback-section-title-cont .feedback-btn-cont {
    padding-top: 20px;
  }
}
.feedback-section .feedback-btn-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.feedback-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  background: #fafbfd;
}
.feedback-item .feedback-active-img {
  margin-right: 20px;
  max-width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media only screen and (max-width: 650px) {
  .feedback-item .feedback-active-img {
    display: none;
  }
}
.feedback-item .feedback-active-img img {
  height: 100%;
  max-width: 100%;
}
.feedback-item .feedback-info-cont {
  padding: 20px;
}
.feedback-item .feedback-info-cont .feedback-txt {
  padding: 15px 0 40px;
}
.feedback-item .feedback-info-cont .feedback-person-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.feedback-item .feedback-info-cont .feedback-person-info .feedback-person-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: none;
}
@media only screen and (max-width: 650px) {
  .feedback-item .feedback-info-cont .feedback-person-info .feedback-person-img {
    display: block;
  }
}
.feedback-item .feedback-info-cont .feedback-person-info .feedback-person-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.feedback-item .feedback-info-cont .feedback-person-info h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: var(--cf-dark);
}
@media only screen and (max-width: 650px) {
  .feedback-item .feedback-info-cont .feedback-person-info h4 {
    font-size: 18px;
    line-height: 1.3;
  }
}
.feedback-item .feedback-info-cont .feedback-person-info .feedback-star-cont {
  margin-top: 8px;
}
.feedback-item .feedback-info-cont .feedback-person-info .feedback-star-cont ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.feedback-item .feedback-info-cont .feedback-person-info .feedback-star-cont ul li {
  width: 20px;
  height: 20px;
}
.feedback-item .feedback-info-cont .feedback-person-info .feedback-star-cont ul li img {
  width: 100%;
  height: 100%;
}
.feedback-item .feedback-title-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.feedback-item .feedback-title-cont .feedback-title-element {
  width: 30px;
  height: 50px;
}
.feedback-item .feedback-title-cont .feedback-title-element img {
  max-width: 100%;
}
.feedback-item .feedback-title-cont h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 31px;
  color: var(--cf-dark);
}
@media only screen and (max-width: 650px) {
  .feedback-item .feedback-title-cont h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
.feedback-item li {
  color: #b9b9b9;
}
.feedback-item li.active {
  color: #ffaf00;
}

/*---------------------------------------------------
               dora Blog Section css                   
---------------------------------------------------*/
.blog-section {
  background-color: var(--cf-blog-bg);
}
.blog-section .section-title {
  color: var(--cf-white);
}

.blog-items {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199.97px) {
  .blog-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.blog-item {
  position: relative;
  width: 33.33%;
  padding: 0 15px;
}
@media only screen and (max-width: 1199.97px) {
  .blog-item {
    width: 50%;
    margin: 0 0 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-item {
    width: 100%;
    margin: 0 0 50px;
    padding-left: 25px;
  }
}
.blog-item .blog-date-cont {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 15px;
  padding: 10px;
  background-color: var(--cf-blog-bg);
}
.blog-item .blog-date-cont p {
  font-size: 18px;
  line-height: 1.3;
  color: var(--cf-white);
}
.blog-item .blog-item-img {
  overflow: hidden;
  display: block;
  width: 100%;
}
.blog-item .blog-item-img img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 300px;
}
.blog-item .blog-info a.category {
  padding: 10px 0 5px;
  font-size: 18px;
  display: inline-block;
  color: var(--cf-primary-color);
}
.blog-item .blog-info h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  color: var(--cf-white);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.blog-item:hover .blog-item-img {
  display: block;
}
.blog-item:hover .blog-item-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*---------------------------------------------------
               dora Contact Section css                   
---------------------------------------------------*/
.contact-form {
  width: 100%;
}

.contact-section {
  padding: 70px 0;
}
.contact-section .contact-info-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 130px;
}
@media only screen and (max-width: 767.98px) {
  .contact-section .contact-info-cont {
    display: block;
  }
}
@media only screen and (max-width: 991.97px) {
  .contact-section .contact-info-cont {
    gap: 30px;
  }
}
.contact-section .contact-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  max-width: 40%;
}
@media only screen and (max-width: 767.98px) {
  .contact-section .contact-info {
    display: none;
  }
}
.contact-section .contact-info h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  text-transform: capitalize;
}
.contact-section .contact-info p {
  padding: 15px 0 25px;
}

.contact-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.contact-social li a {
  color: unset;
}
.contact-social li i {
  font-size: 18px;
}

.contact-form,
.comment-form {
  max-width: 100%;
}
.contact-form h3,
.comment-form h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: var(--cf-dark);
}
.contact-form .input-control,
.contact-form input,
.contact-form textarea,
.comment-form .input-control,
.comment-form input,
.comment-form textarea {
  margin-bottom: 25px;
  padding: 15px 15px;
  width: 100%;
  display: block;
  background-color: var(--cf-white);
  border: 2px solid #eeeeee;
}
.contact-form .input-control:focus,
.contact-form input:focus,
.contact-form textarea:focus,
.comment-form .input-control:focus,
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: var(--cf-primary-color);
}
.contact-form textarea,
.comment-form textarea {
  height: 170px;
  resize: none;
}
.contact-form .form-btn,
.comment-form .form-btn {
  margin-top: 30px;
}
.contact-form .form-btn button,
.comment-form .form-btn button {
  padding: 20px 30px;
}

.latest-comments .avatar-name {
  margin-bottom: 3px;
}
.latest-comments .avatar-name h5 {
  margin-bottom: -5px;
  font-size: 18px;
  color: var(--cf-dark);
}
.latest-comments .avatar-name span {
  color: var(--cf-primary-color);
  font-size: 14px;
}
.latest-comments .comments-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.latest-comments .comments-text {
  overflow: hidden;
  border-bottom: 1px solid var(--cf-border-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 100%;
}
.latest-comments .comments-avatar {
  margin-right: 15px;
  margin-bottom: 10px;
}
.latest-comments .comments-avatar img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.latest-comments .comment-reply {
  margin-top: 20px;
}
.latest-comments .comment-reply a {
  color: var(--cf-dark);
  font-weight: 500;
}

.post-comment-title {
  margin-bottom: 40px;
}

.blog-details {
  margin-bottom: 70px;
}

/*---------------------------------------------------
               dora footer css                   
---------------------------------------------------*/
.copyright {
  padding: 40px 0;
  background-color: var(--cf-hero-bg);
  text-align: center;
}
.copyright p {
  color: var(--cf-dark);
}
.copyright a {
  color: var(--cf-primary-color);
}

.error-contnet {
  text-align: center;
}

h2.error-content {
  font-size: 50px;
  color: #000000;
}

.error-icon-container i {
  font-size: 200px;
  line-height: 1;
  color: #eeeeee;
}

.error-contnet {
  width: 600px;
  margin: 0 auto;
}
.error-contnet .dora_search {
  margin-top: 70px;
}
.error-contnet .dora_search input {
  background: #fafbfd;
  border: var(--cf-dark);
}
.error-contnet .dora_search input,
.error-contnet .dora_search button {
  border: 1px solid #fafbfd;
  border-radius: 0;
}

.page-header .page-title {
  color: var(--cf-dark);
}

.search-content-page .dora_search {
  margin-top: 20px;
}
.search-content-page .dora_search input {
  background: #fafbfd;
  border: var(--cf-dark);
}/*# sourceMappingURL=dora-core.css.map */