:root {
  /* Color */
  --primary-color: #14274e;
  --secondary-color: #3065c4;
  --black-color: #000000;
  --white-color: #ffffff;
  --secondary_one: #747474;

  --primary_one: #092154; /* (for footer background) */

  --paragraph_color: #232323;

  /* Font */
  --font-primary: "Poppins", sans-serif;
  --font-secondary: "Roboto", sans-serif;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #14274e;
  color: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Template Name: Pholidev - Bootstrap Business Agency Template
Template URI: https://www.designtocodes.com/product/pholidev-bootstrap-business-agency-template/
Description: Pholidev is a simple, clean, and responsive Bootstrap business agency template for creative people who want to develop an awesome website without having to depend on graphic designers
Author: designtocodes
Author URI: https://www.designtocodes.com
Text Domain: Pholidev */
/**********Home Page Section**********
/*
/======================================================*/

/*  button design */

.d2c_button {
  border: 3px solid var(--secondary-color) !important;
  border-radius: 2px;
  font-family: var(--font-primary) !important;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--secondary-color) !important;
  padding: 11px 35px 10px 35px !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: 0.4s all ease;
  margin-top: 65px;
}
.d2c_button:hover {
  background: var(--secondary-color) !important;
  color: var(--white-color) !important;
  transition: 0.4s all ease;
}

/* button design end */

/* Nav Section start */

.d2c_nav_section {
  background-color: var(--primary-color);
  padding: 0px 0px;
  box-shadow: none;
}

.d2c_nav_section .navbar {
  padding: 0px;
}

/* Navbar Brand */
.nav_section .navbar-brand {
  width: 175px;
}
.d2c_nav_section .navbar-brand {
  width: 95px;
}

/* navbar link btn */
.d2c_nav_section .navbar .nav-item {
  margin-right: 10px;
}
.d2c_nav_section .navbar ul .active .nav-link {
  color: var(--secondary-color) !important;
}

.d2c_nav_section .navbar .nav-link {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--white-color) !important;
  height: 100%;
  padding: 20px 10px;
}

.d2c_nav_section .navbar .nav-link:hover {
  color: var(--secondary-color) !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.d2c_nav_section .navbar ul .dropdown {
  position: relative;
  display: inline-block;
}

.d2c_nav_section .navbar ul .dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: var(--primary-color);
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0px 0px 10px 0px;
}
.d2c_nav_section .navbar ul .dropdown .dropdown-content a {
  color: var(--white-color) !important;
  background: var(--default_one);
  text-decoration: none;
  display: block;
}
.d2c_nav_section .navbar ul .dropdown .btn:hover {
  color: var(--white-color) !important;
}
.d2c_nav_section .navbar ul .dropdown .dropdown-content a:hover {
  background-color: #e9ecef;
}
.d2c_nav_section .navbar ul .dropdown:hover .dropdown-content {
  display: block;
  left: 0px;
}
.d2c_nav_section .navbar ul .dropdown .dropdown-item {
  padding: 5px 20px;
}
.d2c_nav_section .navbar ul .dropdown .dropdown-content a:hover {
  color: var(--primary-color) !important;
}
/* Nav Section end */

/* home hero section start */

.d2c_hero {
  height: 100vh;
  background-image: url(../images/home_hero_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 66px;
}
.d2c_hero .d2c_hero_left h1 {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 60px;
  line-height: 90px;
  text-transform: capitalize;
  color: var(--primary-color);
}
.d2c_hero .d2c_hero_left p {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 24px;
  line-height: 31px;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.d2c_hero .d2c_hero_rigt img {
  width: 100%;
  height: 445px;
  object-fit: contain;
}

/* home hero section ends */

/* services section start */

.d2c_home_services {
  padding: 100px 0px;
  background-image: url(../images/home_services_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.d2c_home_services .d2c_services_header {
  margin-bottom: 20px;
}
.d2c_home_services .d2c_services_header h5 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.d2c_home_services .d2c_services_header h1 {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--primary-color);
}
.d2c_home_services .d2c_services_content {
  text-align: center;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  background: var(--white-color);
  padding: 75px 22px;
}
.d2c_home_services .d2c_services_content h5 {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 26px;
  line-height: 39px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.d2c_home_services .d2c_services_content p {
  font-family: var(--font-secondary);
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--paragraph_color);
}
.d2c_home_services .d2c_services_column {
  padding-top: 30px;
}
.d2c_home_services .d2c_services_01 {
  background-image: url(../images/home_services_1_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.d2c_home_services .d2c_services_02 {
  background-image: url(../images/home_services_2_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.d2c_home_services .d2c_services_03 {
  background-image: url(../images/home_services_3_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.d2c_home_services .d2c_services_04 {
  background-image: url(../images/home_services_4_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.d2c_home_services .d2c_services_05 {
  background-image: url(../images/home_services_5_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.d2c_home_services .d2c_services_06 {
  background-image: url(../images/home_services_6_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* services section end */

/* about us section start */
.d2c_about {
  padding: 100px 0px;
  background: #f8fafd;
}
.d2c_about .d2c_about_content_wrapper {
  padding-top: 40px;
}
.d2c_about .d2c_about_header h5 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.d2c_about .d2c_about_header h1 {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--primary-color);
}
.d2c_about .d2c_about_left {
  padding-right: 50px;
}
.d2c_about .d2c_about_left img {
  width: 100%;
  height: 420px;
  object-fit: contain;
}

.d2c_about .d2c_about_right h5 {
  font-family: var(--font-secondary);
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--secondary-color);
  margin-bottom: 25px;
}
.d2c_about .d2c_about_right p {
  font-family: var(--font-secondary);
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--paragraph_color);
}
.d2c_about .d2c_about_right .btn {
  margin-top: 20px !important;
}

/* about us section end */

/* gallery section start */
.d2c_gallery {
  padding: 100px 0px;
}
.d2c_gallery .d2c_gallery_header {
  text-align: center;
  margin-bottom: 50px;
}
.d2c_gallery .d2c_gallery_header h5 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.d2c_gallery .d2c_gallery_header h1 {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--primary-color);
}
.d2c_gallery .d2c_gallery_column .d2c_gallery_img_wrapper {
  height: 400px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 7%);
}
.d2c_gallery .d2c_gallery_column .d2c_gallery_img_wrapper:hover img {
  margin-top: 400px;
  transform: translate(0, -100%);
  transition: 3s all ease;
  -webkit-transition: 3s all ease;
  -moz-transition: 3s all ease;
  -ms-transition: 3s all ease;
  -o-transition: 3s all ease;
}
.d2c_gallery .d2c_gallery_column img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  transition: 3s all ease;
  -webkit-transition: 3s all ease;
  -moz-transition: 3s all ease;
  -ms-transition: 3s all ease;
  -o-transition: 3s all ease;
}
.d2c_gallery .d2c_gallery_column {
  display: none;
  padding: 15px;
}

/* gallery section end */

/* pricing section start */

.d2c_pricing {
  padding: 100px 0px;
  position: relative;
}
.d2c_pricing::before {
  content: "";
  position: absolute;
  background-image: url(../images/pricing_left.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 418px;
  left: -158px;
}
.d2c_pricing::after {
  content: "";
  position: absolute;
  background-image: url(../images/pricing_right.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 300px;
  right: 0px;
  bottom: 105px;
  z-index: -1;
}
.d2c_pricing .d2c_pricing_header {
  text-align: center;
  margin-bottom: 50px;
}
.d2c_pricing .d2c_pricing_header h5 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.d2c_pricing .d2c_pricing_header h1 {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--primary-color);
}
.d2c_pricing .d2c_pricing_wrapper {
  font-family: var(--font-secondary);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
  background: var(--white-color);
}
.d2c_pricing .d2c_pricing_wrapper .d2c_header {
  background: var(--secondary-color);
  padding: 20px 0px;
  color: var(--white-color);
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}
.d2c_pricing .d2c_pricing_wrapper ul {
  padding-left: 0px;
  text-align: center;
}
.d2c_pricing .d2c_pricing_wrapper ul li {
  list-style-type: none;
  font-size: 16px;
  line-height: 19px;
  color: var(--primary-color);
  padding: 6px 20px;
}
.d2c_pricing .d2c_pricing_wrapper ul hr {
  width: 50%;
  margin: 30px auto;
  background: #9e9e9e;
}
.d2c_pricing .d2c_pricing_wrapper ul p {
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--secondary-color);
  padding-bottom: 25px;
}

/* pricing section end */

/* testimonial section start */
.d2c_testimonial {
  padding: 100px 0px;
}
.d2c_testimonial .d2c_testimonial_header {
  text-align: center;
  margin-bottom: 20px;
}
.d2c_testimonial .d2c_testimonial_header h5 {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.d2c_testimonial .d2c_testimonial_header h1 {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--primary-color);
}
.d2c_testimonial .d2c_testimonial_column {
  padding-top: 30px;
  position: relative;
}
.d2c_testimonial .d2c_testimonial_content .card {
  text-align: center;
  border: none;
  padding: 50px 18px;
  background: var(--white-color);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}
.d2c_testimonial .d2c_testimonial_content .card .card-img-top {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.d2c_testimonial .d2c_testimonial_content .card .card-title {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--secondary-color);
}
.d2c_testimonial .d2c_testimonial_content .card .card-text {
  font-family: var(--font-secondary);
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: var(--black-color);
}
.d2c_testimonial .d2c_testimonial_content {
  position: relative;
}
.d2c_testimonial .d2c_testimonial_content::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 25px;
  background-image: url(../images/testimonial_left.png);
  background-position: left;
  background-repeat: no-repeat;
  padding: 125px;
  z-index: 111;
}
.d2c_testimonial .d2c_testimonial_content::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 110px;
  background-image: url(../images/testimonial_right.png);
  background-position: left;
  background-repeat: no-repeat;
  padding: 30px;
  z-index: 999;
}
/* testimonial section end */

/* call to action start */
.d2c_action {
  background: linear-gradient(
    90deg,
    var(--primary-color) 0%,
    var(--secondary-color) 100%
  );
  padding: 80px 0px;
}
.d2c_action .d2c_action_left h1 {
  font-family: var(--font-primary);
  font-size: 50px;
  line-height: 75px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--white-color);
}
.d2c_action .d2c_action_right {
  display: flex;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}
.d2c_action .d2c_action_right .btn {
  font-family: var(--font-primary);
  padding: 11px 35px 10px 35px;
  color: var(--secondary-color);
  font-size: 20px;
  font-weight: 500;
  background: var(--white-color);
  border-radius: 2px;
  border: 2px solid var(--white-color);
}
.d2c_action .d2c_action_right .btn:hover {
  background: transparent;
  color: var(--white-color);
}

/* call to action end */

/* blog section start */
.d2c_home_blog_section {
  padding: 100px 0px;
}
.d2c_home_blog_section .d2c_blog_header {
  margin-bottom: 50px;
}
.d2c_home_blog_section .d2c_blog_header h5 {
  font-family: var(--font-primary);
  font-size: 30px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.d2c_home_blog_section .d2c_blog_header h1 {
  font-family: var(--font-primary);
  font-weight: bold;
  font-size: 60px;
  line-height: 90px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: var(--primary-color);
}
.d2c_home_blog_section .d2c_blog_content .card {
  box-shadow: 0px 4px 30px rgb(0 0 0 / 10%);
  border-radius: 2px;
  border: none;
}
.d2c_home_blog_section .d2c_blog_content .card .card-text {
  font-family: var(--font-secondary);
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: var(--secondary_one);
  margin-bottom: 10px;
}
.d2c_home_blog_section .d2c_blog_content .d2c_category_link {
  text-decoration: none;
}

.d2c_home_blog_section .d2c_blog_content .card .card-title {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: var(--secondary-color);
}
.d2c_blog_content .card .card-img-top{
  width: 100%;
  height: 307px;
  object-fit: cover;
}
.d2c_home_blog_section .d2c_blog_content .card .d2c_read_more_btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: var(--primary-color);
}
.d2c_home_blog_section .d2c_blog_content .card .d2c_read_more_btn a {
  color: var(--primary-color);
  position: relative;
}
.d2c_home_blog_section .d2c_blog_content .card .d2c_read_more_btn a::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 55%;
  transform: translateY(-50%);
  background-image: url(../images/right-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 6px;
  -webkit-transform: translateY(-50%);
}
.d2c_home_blog_section .d2c_blog_button .btn {
  border: 3px solid var(--secondary-color);
  border-radius: 2px;
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--secondary-color);
  padding: 11px 35px 10px 35px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: 0.4s all ease;
  margin-top: 50px;
}
.d2c_home_blog_section .d2c_blog_button .btn:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  transition: 0.4s all ease;
}

/* blog section end */

/* footer section css start*/

.d2c_footer {
  background: linear-gradient(
      0deg,
      rgba(20, 39, 78, 0.97),
      rgba(20, 39, 78, 0.97)
    ),
    url("../images/footer_bg.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0px;
}
.d2c_footer .d2c_footer_logo {
  margin-bottom: 20px;
}

.d2c_footer .d2c_footer_content h2 {
  font-family: var(--font-noto);
  font-size: 20px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 600;
}
.d2c_footer .d2c_footer_content p {
  font-family: var(--font-noto);
  font-size: 14px;
  color: var(--white-color);
}
.d2c_footer .d2c_footer_content ul {
  padding-left: 0;
}
.d2c_footer .d2c_footer_content ul li {
  list-style: none;
  margin: 6px 0px;
}
.d2c_footer .d2c_footer_content ul li a {
  text-decoration: none;
  font-family: var(--font-secondary);
  font-size: 16px;
  color: var(--white-color);
}
.d2c_footer .d2c_footer_content ul li {
  color: var(--white-color);
  font-size: 16px;
}

.d2c_footer .d2c_footer_content .d2c_social_icon {
  margin-top: 30px;
}
.d2c_footer .d2c_footer_content .d2c_social_icon a .fa {
  padding: 9px;
  font-size: 13px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
}

.d2c_footer .d2c_footer_content .d2c_social_icon a {
  background: var(--white-color);
  color: var(--primary-color);
  padding: 5px 0px;
}
.d2c_footer .d2c_footer_content .d2c_social_icon a:hover i {
  transition: 0.4s all ease;
}
.d2c_footer .d2c_footer_content .d2c_social_icon a:hover i {
  transform: scale(1.2);
  transition: 0.4s all ease;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
}

/* sub footer */
.d2c_sub_footer {
  background: var(--primary_one);
  padding: 10px;
}
.d2c_sub_footer .d2c_sub_footer_content p {
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 13px;
  font-family: var(--font-noto);
}
.d2c_sub_footer .d2c_sub_footer_content p a {
  color: var(--paragraph_color_two);
}
/* footer section css ends*/
