/* 
	======================== ***** ============================= 
	Template Name: filthy2fresh
	Template URI: #
	Description: This is the cleaning service website.
	 
	Author: designtocodes
	Author URI: https://www.designtocodes.com
	Text Domain: filthy2fresh
*/

html{
    scroll-behavior: smooth;
}

:root{
    /* Global Color */
    --primary_color: #3D79D3;
    --secondary_color: #292854;
	--accent_color: #6662E3;
	--paragraph_color: #505050;

	--color_one: #ffffff;
	--color_two: #000000;

    /* Global Font */
    --primary_font: 'Montserrat', sans-serif;
    --secondary_font: 'Yantramanav', sans-serif;
}
::selection{
    background: var(--primary_color);
    color: var(--color_one);
}
section{
    padding: 100px 0px !important;
}
/* Heading Tag */
:is( body, h1, h2, h3, h4, h5, h6){
	font-family: var(--primary_font);
}
/* Heading Tag */

/* Paragraph Tag */
p{
	font-family: var(--secondary_font);
	font-size: 16px;
	color: var(--paragraph_color);
	font-weight: 400;
}
/* Paragraph Tag */

/* Form Validation */
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #f00 !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid:focus {
    border-color: #f00 !important;
    box-shadow: none;
}
.form-control.is-valid, .was-validated .form-control:valid{
	border-color: transparent;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
    border-color: transparent;
    box-shadow: none;
}
/* Form Validation */

.btn{
	border: none ;
	background: var(--accent_color) ;
	border-radius: 3px ;
	font-family: var(--primary_font);
	font-weight: 600 ;
	text-transform: uppercase;
	color: var(--color_one) ;
	transition: .4s all ease;
}
.btn:hover{
	background: var(--secondary_color) ;
	color: var(--color_one);
	transition: .4s all ease;
}
.btn:focus{
	box-shadow: none ;
	outline: none ;
}
/* large Button */
.d2c_large_btn{
	font-size: 17px ;
    padding: 12px 40px 12px 40px;
}
/* large Button */
/* medium Button */
.d2c_medium_btn {
    font-size: 14px;
    transition: .4s all ease;
    padding: 10px 30px 10px 30px;
}
/* medium Button */
/* small button */
.d2c_small_btn{
	font-size: 12px;
	padding: 8px 20px 8px 20px;
}
/* small button */

.d2c_viewmore_btn{
	padding-top: 50px;
}

/* Primary Social Icon */
.d2c_primary_icon.fa{
    padding: 6px;
    font-size: 16px;
    width: 30px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
}
.d2c_primary_icon:is(.fa-facebook, .fa-twitter, .fa-youtube-play, .fa-linkedin, .fa-instagram, .fa-youtube, .fa-envelope, .fa-phone, .fa-check, .fa-clock-o , .fa-map-marker, .fa-user,.fa-globe,.fa-calendar){
	background: rgba(102, 98, 227, 0.1);
	border-radius: 3px;
  	color: var(--primary_color);
  	transition: all 0.5s;
}
.d2c_primary_icon.fa:hover {
	background: var(--secondary_color);
	color: var(--color_one);
	transition: all 0.5s;
}
/* Primary Social Icon */


/* Secondary Social Icon */
.d2c_secondary_icon.fa{
    padding: 6px;
    font-size: 16px;
    width: 30px;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    margin-right: 7px;
}
.d2c_secondary_icon:is(.fa-facebook, .fa-twitter, .fa-linkedin, .fa-instagram, .fa-youtube, .fa-envelope, .fa-phone, .fa-check, .fa-clock-o , .fa-map-marker, .fa-user,.fa-globe,.fa-calendar){
	background: rgba(255, 255, 255, 0.2);
	border-radius: 3px;
  	color: var(--color_one);
  	transition: all 0.5s;
}
.d2c_secondary_icon.fa:hover {
	background: var(--primary_color);
	transition: all 0.5s;
}
/* Secondary Social Icon */

/* List Item */
.list-group .list-group-item{
	padding: 0;
	border: none;
    background-color: #0000;
	font-family: var(--secondary_font);
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	color: var(--paragraph_color);
	display: flex;
	align-items: start;
	margin-bottom: 5px;
}
.list-group .list-group-item a{
	text-decoration: none;
	display: flex;
    align-items: center;
}
.list-group .list-group-item:last-child{
	margin-bottom: 0 !important;
}
.list-inline{
	margin-bottom: 0;
}
.list-inline .list-inline-item{
	margin-right: 0 !important;
}

.d2c_list_icon.fa{
    padding: 4px;
    font-size: 12px;
    width: 20px;
    border-radius: 2px;
    text-align: center;
    margin-right: 5px;
}
.d2c_list_icon:is(.fa-facebook, .fa-twitter, .fa-linkedin, .fa-instagram, .fa-youtube, .fa-envelope, .fa-phone, .fa-check, .fa-clock-o , .fa-map-marker, .fa-user,.fa-globe,.fa-calendar){
	background-color: var(--primary_color);
	color: var(--color_one); 
  	transition: all 0.5s;
}
/* List Item */

.d2c_background_image_css{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Navbar */
.d2c_navbar{
    background: var(--primary_color);
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
}
.navbar{
    padding: 0px;
}
.navbar .navbar-toggler{
	background: var(--secondary_color);
  	color: var(--color_one);
	padding: 5px 10px;
	width: 38px;
}
.navbar-brand{
    width: 100px;
}
.navbar .nav-item{
    font-family: var(--primary_font);
}
.navbar .nav-item.active .nav-link{
	color: var(--color_one);
}
.navbar .nav-link{
	font-weight: 500;
  	font-size: 16px;
  	text-transform: uppercase; 
  	border-radius: 0;
	color: var(--color_one);
	padding: 28px 0px !important;
	margin-right: 20px;
}
.navbar-toggler:focus {
    outline: none;
}
.dropdown-toggle::after {
	border: none!important;
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f107"!important;
    vertical-align: 0 !important;
    margin-left: 0.5em !important;
}

.navbar .dropdown-menu{
	text-align: left;
    z-index: 100;
    min-width: 200px;
    padding: 0 20px;
    background-color: var(--secondary_color);
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 1.25rem rgb(30 34 40 / 4%);
}

.navbar .dropdown-menu .dropdown-item{
	padding: 10px 0px;
	border-bottom: 1px solid #313061;
	color: var(--color_one);
	font-family: var(--primary_font);
	font-weight: 500;
	border-radius: 0;
    font-size: 14px;
    text-transform: capitalize; 
	transition: 0.3s;
}
.navbar .dropdown-menu .dropdown-item:last-child{
	border-color: transparent;
}
.navbar .dropdown-menu .dropdown-item:hover{
	background-color: transparent;
	color: var(--primary_color);
	transition: 0.3s;
}
.navbar .dropdown-menu .dropdown-item:active{
	background-color: transparent;
	color: var(--primary_color);
	transition: 0.3s;
}

.d2c_phone .list-inline-item a{
	text-decoration: none;
	font-family: var(--primary_font);
	font-weight: 500;
	font-size: 16px;
	color: var(--color_one);
}
.d2c_phone .list-inline-item{
	background: rgba(255, 255, 255, 0.25);
    border: 1.5px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	border-radius: 3px;
	padding: 5px 10px;
}
.d2c_phone .list-inline-item a .fa{
    font-size: 14px;
    width: 26px;
    padding: 0px;
    border-radius: 2px;
    text-align: center;
}

/* Mega Menu */

.dropdown-hover .dropdown-menu{
  	width: 100%;
    margin-top: 0px;
    top: 100%;
}
.d2c_mega_block .d2c_list_title{
	color: var(--color_one);
  	font-family: var(--primary_font);
  	font-weight: 600;
  	font-size: 18px;
  	text-transform: uppercase;
  	margin-bottom: 10px;
    margin-top: 35px;
}

.dropdown-hover .list-group-item{
	padding: 10px 0px;
    border-bottom: 1px solid #313061;
    color: var(--color_one);
    font-family: var(--primary_font);
    font-weight: 400;
    border-radius: 0;
    font-size: 14px;
    text-transform: capitalize;
    transition: 0.3s;
    margin-bottom: 0;
    display: block;
}
.dropdown-hover .list-group-item a{
	color: var(--color_one);
	transition: 0.3s;
	display: block;
}
.dropdown-hover .list-group-item:hover a{
	color: var(--primary_color);
	transition: 0.3s;
}
.d2c_mega_menu{
    padding-bottom: 25px !important;
}
/* Mega Menu */
.navbar .list-group .list-group-item:last-child{
    border-bottom: 0px;
}
.dropdown-menu.show {
    display: none !important;
}

.navbar .dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
    animation: dropdown-animation;
    animation-duration: .5s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out; 
    -webkit-animation: dropdown-animation;
    -webkit-animation-duration: .5s;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out;
}


@-webkit-keyframes dropdown-animation {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes dropdown-animation {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* .dropdown-hover>.dropdown-toggle:active {
    pointer-events: none;
} */


/* Nav Item Show from Side */
body .d2c_mobile_view {
    position: fixed;
    height: 100vh;
    background-color: #162b4066;
    inset: 0;
    transition: 0s;
    z-index: 999;
  }
  
  .navbar.d2c_mobile_view_body .navbar-nav {
    width: 100%;
  }
  
  .navbar.d2c_mobile_view_body .nav-item {
    margin-right: 0;
  }
  
  .d2c_mobile_view .show_width {
    max-width: 300px;
    width: 100%;
    height: 100vh;
    position: absolute;
    right: -380px;
    top: 0;
    transition: 0.10s;
    padding: 20px 15px;
    background-color: var(--primary_color);
    overflow: scroll;
    z-index: 9999;
  }
  
  .d2c_mobile_view.show .show_width {
    right: 0;
    transition: 0.5s;
  }
  
  .d2c_mobile_view .navbar-toggler {
    background: var(--primary_color);
    color: var(--default_color_one);
    padding: 5px 10px;
    width: 38px;
  }
  .show_width .navbar-toggler i{
    color: var(--color_one);
  }
  
  @media only screen and (min-width:991px) {
    body .d2c_mobile_view {
      display: none;
    }
  
  }

  /* nav end */

/* Banner */
.d2c_banner{
    padding: 100px 0px 80px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #F5F8FD;
	position: relative;
}
.d2c_banner::after{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 0;
    background-image: url('../images/banner-wave.png');
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
    width: 100%;
}
/* Banner Title */
.d2c_banner_title{
	font-family: var(--primary_font);
	font-weight: 300;
	font-size: 3em;
	text-transform: uppercase;
	color: var(--secondary_color);
	margin-bottom: 0;
}
.d2c_banner_title span{
	font-weight: 600;
}
/* Banner Title */

/* Section Title */
.d2c_title{
	font-family: var(--primary_font);
	font-weight: 700;
	font-size: 3em;
	text-transform: uppercase;
	color: var(--primary_color);
	margin-bottom: 30px;
}
.d2c_sub_title{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--secondary_color);
}
/* Section Title */


/* Global Blog Card */
.d2c_blog_wrap .card{
	border: none;
	background: var(--color_one);
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	height: 100%;
}
.d2c_blog_wrap .card .card-img-top{
	min-height: 250px;
	height: auto;
	width: 100%;
	object-fit: cover;
}
.d2c_blog_wrap .card-body{
	padding: 20px;
}
.d2c_blog_wrap .card-body .d2c_category_item{
	margin-bottom: 20px;
}
.d2c_blog_wrap .card-body .d2c_category_item a{
	text-decoration: none;
	color: var(--paragraph_color);
	text-transform: capitalize;
	font-size: 14px;
}
.d2c_blog_wrap .card-body .card-title{
	font-family: var(--primary_font);
	font-style: normal;
	font-weight: 600;
	font-size: 1.12em;
	text-transform: uppercase;
	color: var(--primary_color);
}
.d2c_blog_wrap .card-body .list-group .list-group-item{
	font-family: var(--primary_font);
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
	color: var(--paragraph_color);
}
.d2c_blog_wrap .card-body .btn.d2c_small_btn{
	background: rgba(102, 98, 227, 0.1);
	color: var(--primary_color);
}
.d2c_blog_wrap .card-body .btn.d2c_small_btn:hover{
	background: var(--primary_color);
	color: var(--color_one);
}
/* Global Blog Card */

/* Global team Card */
.d2c_team_wrap .card{
	border: none;
	padding: 30px;
	background: var(--color_one);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	height: 100%;
}
/* .d2c_team_wrap .card-body{
	padding: 0px;
} */
.d2c_team_wrap .card .card-img-top{
	height: 100px;
	width: 100px;
	object-fit: cover;
	border-radius: 50%;
	border: 2px solid var(--primary_color);
	margin: 0 auto;
	margin-bottom: 10px;
}
.d2c_team_wrap .card-body .d2c_designation{
	margin-bottom: 10px;
}
.d2c_team_wrap .card-body .d2c_designation p{
	font-family: var(--primary_font);
	color: var(--secondary_color);
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0px;
}
.d2c_team_wrap .card-body .card-title{
	font-family: var(--primary_font);
	font-style: normal;
	font-weight: 700;
	font-size: 1.12em;
	text-transform: uppercase;
	color: var(--primary_color);
	margin-bottom: 10px;
}
.d2c_team_wrap .card-body .card-text{
	font-family: var(--secondary_font);
	font-weight: 400;
	font-size: 16px;
	color: #A3A3A3;
	margin-bottom: 10px;
}
.d2c_team_wrap .card-body .list-group .list-group-item{
	font-family: var(--primary_font);
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
	color: var(--paragraph_color);
}
.d2c_team_wrap .card-body .btn.d2c_small_btn{
	background: rgba(102, 98, 227, 0.1);
	color: var(--primary_color);
}
.d2c_team_wrap .card-body .btn.d2c_small_btn:hover{
	background: var(--primary_color);
	color: var(--color_one);
}
/* Global team Card */

/* Global event Card */
.d2c_event_wrap .card{
	border: none;
	padding: 20px;
	background: var(--color_one);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	height: 100%;
}
.d2c_event_wrap .card .card-img{
	max-height: 200px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.d2c_event_wrap .card-body{
	padding: 0;
	padding-left: 20px;
}
.d2c_event_wrap .card-body .d2c_designation{
	margin-bottom: 10px;
}
.d2c_event_wrap .card-body .d2c_designation p{
	font-family: var(--primary_font);
	color: var(--secondary_color);
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 0px;
}
.d2c_event_wrap .card-body .card-title{
	font-family: var(--primary_font);
	font-style: normal;
	font-weight: 700;
	font-size: 1.12em;
	text-transform: uppercase;
	color: var(--primary_color);
	margin-bottom: 10px;
}
.d2c_event_wrap .card-body .card-text{
	font-family: var(--secondary_font);
	font-weight: 400;
	font-size: 16px;
	color: #A3A3A3;
	margin-bottom: 10px;
}
.d2c_event_wrap .card-body .list-group .list-group-item{
	font-family: var(--primary_font);
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
	color: var(--paragraph_color);
}
.d2c_event_wrap .card-body .btn.d2c_small_btn{
	background: rgba(102, 98, 227, 0.1);
	color: var(--primary_color);
}
.d2c_event_wrap .card-body .btn.d2c_small_btn:hover{
	background: var(--primary_color);
	color: var(--color_one);
}
/* Global event Card */

/* Global service Card */
.d2c_service_wrap .card{
	border: none;
	background: var(--color_one);
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	height: 400px;
	transition: .4s all;
}
.d2c_service_wrap .card:hover{
	background-color: var(--primary_color);
	transition: .4s all;
}
.d2c_service_wrap .card .card-img{
	height: 100%;
	width: 100%;
}
.d2c_service_wrap .card .card-img img{
	width: 200px;
	height: auto;
	object-fit: cover;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .4s all;
}
.d2c_service_wrap .card:hover .card-img img{
	opacity: 1;
	transition: .4s all;
}
.d2c_service_wrap .card .card-img-overlay{
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 100;
}
.d2c_service_wrap .card .card-img-overlay .d2c_number{
	font-family: var(--secondary_font);
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	color: var(--primary_color);
	transition: .4s all;
	margin-bottom: 10px;
}
.d2c_service_wrap .card:hover .card-img-overlay .d2c_number{
	color: var(--color_one);
	transition: .4s all;
}
.d2c_service_wrap .card-img-overlay .card-title{
	font-family: var(--primary_font);
	font-style: normal;
	font-weight: 700;
	font-size: 1.12em;
	text-transform: uppercase;
	color: var(--secondary_color);
	margin-bottom: 10px;
	transition: .4s all;
}
.d2c_service_wrap .card:hover .card-img-overlay .card-title{
	color: var(--color_one);
	transition: .4s all;
}
.d2c_service_wrap .card .card-img-overlay svg{
	fill: var(--primary_color);
	margin-bottom: 10px;
	transition: .4s all;
}
.d2c_service_wrap .card:hover .card-img-overlay svg{
	fill: var(--color_one);
	transition: .4s all;
}
.d2c_service_wrap .card-img-overlay .card-text{
	font-family: var(--secondary_font);
	font-weight: 400;
	font-size: 16px;
	color: var(--paragraph_color);
	margin-bottom: 10px;
	transition: .4s all;
}
.d2c_service_wrap .card:hover .card-img-overlay .card-text{
	color: var(--color_one);
	transition: .4s all;
}
.d2c_service_wrap .card-img-overlay .list-group .list-group-item{
	font-family: var(--primary_font);
	font-weight: 500;
	font-size: 13px;
	text-transform: capitalize;
	color: var(--paragraph_color);
}
.d2c_service_wrap .card-img-overlay .btn.d2c_small_btn{
	background: rgba(102, 98, 227, 0.1);
	color: var(--primary_color);
}
.d2c_service_wrap .card:hover .card-img-overlay .btn.d2c_small_btn{
	background: var(--color_one);
	transition: .4s all;
}
/* Global service Card */


/*=============================================================================*/
                            /*  home v1 css start   */
/*=============================================================================*/

/* hero section start */

.d2c_hero{
    height: 97vh;
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.5), rgba(61, 121, 211, 0.5)), url(../images/hero_1_bg.jpg);
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.d2c_hero .d2c_hero_content{
    text-align: center;
    background: rgba(61, 121, 211, 0.3);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    padding: 100px;
}
.d2c_hero .d2c_hero_content .d2c_title{
    font-weight: 700;
    font-size: 70px;
    text-transform: capitalize;
    color: var(--color_one);
}
.d2c_hero .d2c_hero_content .d2c_hero_para{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 18px;
    color: var(--color_one);
    margin-bottom: 0px;
}

/* hero section end */

/* services section start */

.d2c_home_services{
    padding: 100px 0px 50px 0px;
}
.d2c_hover_image{
    display: none;
}
.d2c_home_services .d2c_third_card:hover .d2c_hover_image{
    display: block;
}
.d2c_home_services .d2c_third_card:hover .d2c_third_card_icon{
    display: none;
}
/* services section end */

/* home page about section start */

.d2c_home_about{
    background-image: url('../images/home_about_bg.jpg');
    background-repeat: no-repeat;
    background-position: right center;
    position: relative
}
.d2c_home_about .d2c_content .d2c_title{
    font-family: var(--primary_font);
    font-weight: 400;
    font-size: 2.75rem;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.d2c_home_about .d2c_content .d2c_title span{
    font-weight: 700;
}
.d2c_home_about .d2c_content .d2c_sub_heading{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 25px;
    text-transform: lowercase;
    color: var(--secondary_color);
    
}
.d2c_home_about .d2c_content .d2c_para{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 18px;
    color: #737373;
}
.d2c_home_about .d2c_image_wrapper{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-54%);
    width: 50%;
    height: 600px;
    padding-right: 20px;
}
.d2c_home_about .d2c_image_wrapper img{
    height: 600px;
    object-fit: cover;
    border-top-right-radius: 100px;
}


/* home page about section end */

/* home choose us section start */

.d2c_home_choose_us{
    padding: 100px 0px !important;
    background: url(../images/bg_left.png) 3% 4% no-repeat, url(../images/bg_right.png) right 94% no-repeat !important;
}

/* home choose us section end */

/* home page gallery section start */

.d2c_home_gallery{
    padding: 100px 0px;
    background: #F5F8FD;
}
.d2c_home_gallery .d2c_gallery .d2c_gallery_column{
    padding: 10px;
}
.d2c_home_gallery .d2c_gallery img{
    object-fit: cover;
    border-radius: 5px;
}
.d2c_home_gallery .d2c_right_image:nth-child(1){
    padding-bottom: 20px !important;
}
.d2c_home_gallery .d2c_right_image:nth-child(2) {
    padding-right: 10px !important;
}
.d2c_home_gallery .d2c_right_image:nth-child(3) {
    padding-left: 10px !important;
}

/* home page gallery section end */

/* pricing section start */

.d2c_pricing{
    padding: 100px 0px;
}
.d2c_home_pricing{
    background: var(--color_one) !important;
}
.d2c_pricing .d2c_pricing_wrapper{
    text-align: center;
    background: var(--color_one);
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}
.d2c_pricing .d2c_pricing_wrapper .d2c_price_wrap{
    background: linear-gradient(0deg, rgba(61, 121, 211, 97%), rgba(61, 121, 211, 97%)), url(../images/pricing_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
}
.d2c_pricing .d2c_pricing_wrapper .d2c_price_wrap .d2c_pricing_name{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--color_one);
    margin-bottom: 0px;
}
.d2c_pricing .d2c_pricing_wrapper .d2c_price_wrap .d2c_price{
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--color_one);
    margin-bottom: 0px;
}
.d2c_pricing .d2c_pricing_wrapper .d2c_price_wrap .d2c_price span{
    font-size: 20px;
}
.d2c_pricing .d2c_pricing_wrapper ul{
    margin-bottom: 0px;
    padding: 35px 30px 20px 30px;
}
.d2c_pricing .d2c_pricing_wrapper ul li{
    list-style-type: none;
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--paragraph_color);
    margin: 12px 0px;
}
.d2c_pricing .d2c_pricing_wrapper .btn{
    margin-bottom: 45px;
    background: rgba(102, 98, 227, 0.1);
    color: var(--primary_color);
}
.d2c_pricing .d2c_pricing_wrapper:hover .d2c_price_wrap{
    background: linear-gradient(0deg, rgba(102,98,227,1) 0%, rgba(102,98,227,0.9472163865546218) 0%), url(../images/pricing_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.d2c_pricing .d2c_pricing_wrapper:hover .btn{
    background: var(--accent_color);
    color: var(--color_one);
}

/* pricing section end */

/* testimonial section start */

.d2c_testimonial{
    padding: 100px 0px;
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.98), rgba(61, 121, 211, 0.98)), url(../images/testimonial_bg.jpg);
}
.d2c_testimonial .d2c_header .d2c_sub_title{
    color: var(--color_one) !important;
}
.d2c_testimonial .d2c_header .d2c_title{
    color: var(--color_one) !important;
}
.d2c_testimonial .d2c_testimonial_content{
    text-align: center;
}
.d2c_testimonial .d2c_testimonial_content .d2c_review{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 20px;
    color: var(--color_one);
}
.d2c_testimonial .d2c_testimonial_content .d2c_img_wrapper{
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
}
.d2c_testimonial .d2c_testimonial_content .d2c_img_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.d2c_testimonial .d2c_testimonial_content .d2c_name{
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color_one);
    margin: 15px 0px;
}

/* dots css */
.d2c_testimonial .slick-dots{
    padding-left: 10px;
}
.d2c_testimonial .slick-dots li{
    width: 10px;
    height: 10px;
}
.d2c_testimonial .slick-dots li.slick-active button{
    border: 1px solid var(--color_one);
    border-radius: 50%;
}
.d2c_testimonial .slick-dots li button:before{
    opacity: 1;
    color: var(--color_one);
}
.d2c_testimonial .slick-dots li.slick-active button:before{
    opacity: 1;
    color: var(--color_one);
}


/* testimonial section end *

/* home blog section start */
.d2c_home_blog{
    padding: 100px 0px;
}
.d2c_home_blog_btn{
    margin-top: 50px;
}
.d2c_home_blog .d2c_header{
    text-align: center;
    margin-bottom: 60px;
}
/* home blog section end */

/*=============================================================================*/
                            /*  home v1 css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  home v2 css start   */
/*=============================================================================*/

/* hero section start */

.d2c_hero_v2{
    height: 97vh;
    position: relative;
    background-image: url(../images/hero_v2_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.d2c_hero_v2 .d2c_hero_v2_content{
    
}
.d2c_hero_v2 .d2c_hero_v2_content .d2c_title{
    font-size: 70px;
    font-weight: 400;
}
.d2c_hero_v2 .d2c_hero_v2_content .d2c_title span{
    font-weight: 700;
    color: var(--accent_color);
}
.d2c_hero_v2 .d2c_hero_v2_content .d2c_para{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 30px;
}
.d2c_hero_v2 .d2c_hero_image_wrapper img{
    z-index: -1;
}
.d2c_hero_v2 .d2c_hero_v2_content .btn_1{
    background: var(--primary_color);    
    border: 2px solid var(--primary_color);
    margin-right: 10px;
}
.d2c_hero_v2 .d2c_hero_v2_content .btn_1:hover{
    background: var(--accent_color);   
    border-color: var(--accent_color); 
}
.d2c_hero_v2 .d2c_hero_v2_content .btn_2{
    background: transparent;    
    color: var(--primary_color);
    border: 2px solid var(--primary_color);
}
.d2c_hero_v2 .d2c_hero_v2_content .btn_2:hover{
    background: var(--accent_color);    
    border-color: var(--accent_color);
    color: var(--color_one);
}

/* hero section end */

/* home v2 about section start */

.d2c_home_v2_about{
    padding: 100px 0px;
}
.d2c_home_v2_about .d2c_about_content{

}
.d2c_home_v2_about .d2c_about_content .d2c_para{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 18px;
}
.d2c_home_v2_about .d2c_about_content .d2c_title{
    margin-bottom: 10px;
}

.d2c_homeV2_about{
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 50%;
    overflow: hidden
}

.d2c_home_v2_about .slick-slide img{
    width: 100%;
}
.d2c_home_v2_about .slick-dots{
    text-align: left;
    padding-left: 10px;
}
.d2c_home_v2_about .slick-dots li{
    width: 10px;
    height: 10px;
}
.d2c_home_v2_about .slick-dots li.slick-active button{
    border: 1px solid var(--secondary_color);
    border-radius: 50%;
}
.d2c_home_v2_about .slick-dots li button:before{
    opacity: 1;
}
.d2c_home_v2_about .slick-dots li.slick-active button:before{
    opacity: 1;
}
.d2c_home_v2_about .d2c_image_wrapper{
    height: 300px;
}
.d2c_home_v2_about .d2c_image_wrapper img{
    height: 300px;
    object-fit: cover;
}

/* home v2 about section end */

/* counter section start */

.d2c_counter_v2{
    background: var(--primary_color) !important;
    padding: 0px !important;
}
.d2c_counter_v2 .d2c_content{
    padding: 50px 0px;
}
.d2c_counter_v2 .counter_image_wrapper img{
    width: 100%;
}
.d2c_counter_v2 .d2c_counter_v2_content .d2c_title{
    font-weight: 700;
    font-size: 48px;
    color: var(--color_one) !important;
    margin-bottom: 15px;
}
.d2c_counter_v2 .d2c_counter_v2_content .d2c_para{
    font-size: 18px;
    color: var(--color_one);

}
.d2c_counter_v2 .d2c_counter_content .counter_value, label{
    font-size: 25px !important;
    font-weight: 600 !important;
}
.d2c_counter_v2 .d2c_counter_content h4{
    font-size: 16px !important;
}

/* counter section end */

/* services section start */

.d2c_service_v2{
    padding: 100px 0px;
}
.d2c_service_v2 .d2c_service{
    background: var(--color_one);
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 30px;
}
.d2c_service_v2 .d2c_service img{
    margin-bottom: 25px;
}
.d2c_service_v2 .d2c_services_v2_column{
    padding: 10px;
}
.d2c_service_v2 .d2c_service .d2c_service_name{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--secondary_color);
    margin-bottom: 15px;
}
.d2c_service_v2 .d2c_service .d2c_para{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 18px;
    color: var(--paragraph_color);
}
.d2c_service_v2 .d2c_service a{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--secondary_color);
    text-decoration: none;
    transition: .4s all ease;
}
.d2c_service_v2 .d2c_service a:hover{
    color: var(--primary_color);
    transition: .4s all ease;
}

/* services section end */

/* discount section start */

.d2c_discount{
    background: linear-gradient(180deg, rgb(255 255 255) 41%, rgba(61,121,211,1) 0%, rgb(61 121 211) 50%);
    overflow: hidden;
}
.d2c_discount .d2c_title{
    color: var(--color_one);
    font-weight: 300;
    font-size: 45px;
}
.d2c_discount .d2c_title span{
    font-weight: 700;
}
.d2c_discount .btn{
    background: var(--color_one) !important;
    color: var(--primary_color);
}
.d2c_discount .btn:hover{
    background: var(--secondary_color) !important;
    color: var(--color_one);
}
.d2c_discount .d2c_discount_content{
    margin-bottom: 90px;
}

/* discount section end */

/* gallery section start */

.d2c_home_v2_gallery .d2c_gallery_column{
    padding: 5px !important;
}
.d2c_home_v2_gallery .d2c_gallery_column a{
    border-radius: 5px;
}
.d2c_home_v2_gallery .d2c_gallery_column img{
    height: 330px;
    object-fit: cover;
    border-radius: 5px;
}
.d2c_home_v2_gallery .d2c_small_image{
    height: 240px !important;
}
.d2c_home_v2_gallery .d2c_title_wrap{
    margin-bottom: 50px !important;
}

/* gallery section end */

/* pricing section start */

.d2c_home_v2_pricing{
    background: linear-gradient(180deg, rgba(61,121,211,1) 0%, rgba(61,121,211,1) 50%, rgba(255,255,255,1) 50%);
}

/* pricing section end */

/* home v2 testimonial start */

.d2c_testimonial_v2{
    padding: 70px 0px;
    position: relative;
    overflow: hidden;
}
.d2c_testimonial_v2 .d2c_v2_testimonial_wrapper{
    padding: 50px 0px;
}
.d2c_testimonial_v2 .d2c_v2_testimonial_wrapper .d2c_sub_title{
    color: var(--color_one);
}
.d2c_testimonial_v2 .d2c_v2_testimonial_wrapper .d2c_title{
    color: var(--color_one);
}
.d2c_testimonial_v2 .d2c_v2_testimonial_wrapper .d2c_v2_testimonial_content{
    padding-right: 50px;
}
.d2c_testimonial_v2 .d2c_v2_testimonial_wrapper .d2c_v2_testimonial_content:hover{
    cursor: pointer;
}
.d2c_testimonial_v2 .d2c_v2_testimonial_wrapper .d2c_v2_testimonial_content .d2c_img_wrapper{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.d2c_testimonial_v2 .d2c_v2_testimonial_wrapper .d2c_v2_testimonial_content .d2c_img_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.d2c_testimonial_v2 .d2c_v2_testimonial_wrapper .d2c_v2_testimonial_content .d2c_name{
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color_one);
    margin: 15px 0px;
}
.d2c_testimonial_v2 .d2c_v2_testimonial_wrapper .d2c_v2_testimonial_content .d2c_review{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 20px;
    color: var(--color_one);
}
.d2c_testimonial_v2 .d2c_background{
    border-radius: 5px 0px 0px 5px;
    background: var(--primary_color);
    position: absolute;
    top: 0;
    right: -50%;
    height: 100%;
    width: 100vw;
    z-index: -1;
}
.d2c_testimonial_v2 .d2c_background_down{
    border-radius: 5px 0px 0px 5px;
    background: #F7FAFD;
    position: absolute;
    top: 0;
    right: 45%;
    height: 100%;
    width: 100vw;
    z-index: -2;
}
.d2c_testimonial_v2 .d2c_wrapper{
    border-radius: 5px 0px 0px 5px;
    background: #F7FAFD;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 55%;
    height: 100%;
    width: 47vw;
}
.d2c_testimonial_v2 .d2c_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.d2c_testimonial_v2 .d2c_wrapper .d2c_image_overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.2), rgba(61, 121, 211, 0.2));
}
/* dots css */
.d2c_testimonial_v2 .slick-dots li{
    width: 5px;
    height: 5px;
}
.d2c_testimonial_v2 .slick-dots li button{
    background: transparent;
}
.d2c_testimonial_v2 .slick-dots li button:before{
    content: '';
    width: 5px;
    height: 5px;
    opacity: 1;
    background: var(--color_one);
    padding: 2px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}
.d2c_testimonial_v2 .slick-dots{
    bottom: -30px;
    text-align: left;
    padding-left: 15px;
}
/* home v2 testimonial end */

/*=============================================================================*/
                            /*  home v2 css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  about page css start   */
/*=============================================================================*/
/* about us section start */
.d2c_about{
    background: url(../images/bg_left.png) 3% 4% no-repeat, url(../images/bg_right.png) right 94% no-repeat;
}
.d2c_about .d2c_sub_heading{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--secondary_font);
    
}
.d2c_about .d2c_para{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 18px;
    color: #737373;
}
.d2c_about .d2c_count{
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 300px;
    text-transform: lowercase;
    color: var(--paragraph_color);
    opacity: 0.05;
}
.d2c_about h2 .d2c_year{

}
.d2c_about .d2c_year{
    transform: rotate(90deg);
    position: absolute;
    right: 30px;
    display: inline-block;
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 63px;
    text-transform: capitalize;
    color: var(--paragraph_color) !important;
    opacity: 0.08 !important;

}
.d2c_about .d2c_text{
    display: inline-block;
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 63px;
    text-transform: lowercase;
    color: var(--paragraph_color) !important;
    opacity: 0.08 !important;
    position: absolute;
    bottom: -15px;
}
.d2c_about .d2c_experience{
    margin-top: -40px;
}
/* right part */
.d2c_about .d2c_image_wrapper{
    position: relative;
}
.d2c_about .d2c_image_wrapper .d2c_bottom_img{
    height: 350px;
    object-fit: cover;
    border-radius: 5px;
}
/* .d2c_about .d2c_image_wrapper .col-md,.col-md-8{
    padding: 10px;
} */
.d2c_about .d2c_image_wrapper .d2c_first_img{
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
}
.d2c_about .d2c_image_wrapper .d2c_graph_wrapper{
    position: absolute;
    top: 100px;
    left: 26px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
/* about us section end */

/* counter start */

.d2c_counter{
    font-family: var(--primary_font);
    color: var(--color_one);
    padding: 100px 0px;
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.955), rgba(61, 121, 211, 0.955)), url(../images/counter_bg.png);
}
.d2c_counter .d2c_counter_content .counter_value,label{
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
}
.d2c_counter .d2c_counter_content h4{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.d2c_counter .col-6{
    padding: 5px !important;
}

/* counter end */

/* what we do section start */

.d2c_what_do{
    padding: 100px 0px;
    background: url(../images/bg_left.png) 3% 4% no-repeat, url(../images/bg_right.png) right 94% no-repeat;
}
.d2c_what_do .d2c_service{
    text-align: center;
    background: var(--color_one);
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 40px 30px;
    height: 100%;
    position: relative;
}
.d2c_what_do .d2c_service:hover{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d2c_what_do .d2c_service:hover .d2c_service_name{
    display: none;
}
.d2c_what_do .d2c_service:hover img{
    margin-bottom: 0px;
    transform: scale(1.7);
    transition: .4s all ease;
}
.d2c_what_do .d2c_service .d2c_service_name{
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--secondary_color);
}
.d2c_what_do .d2c_service img{
    width: 75px;
    height: 75px;
    object-fit: contain;
    margin-bottom: 20px;
    transition: .4s all ease;
}
.d2c_what_do .d2c_service .d2c_service_hover{
    position: absolute;
    inset: 0;
    background: #3d79d3e3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s all ease;
}
.d2c_what_do .d2c_service .d2c_service_hover h3{
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: var(--color_one);
    margin-bottom: 0;

}
.d2c_what_do .d2c_service:hover .d2c_service_hover{
    opacity: 1;
    transition: .4s all ease;
}

.d2c_what_do .d2c_services_column{
    padding: 10px;
}

/* what we do section end */

/* home cleaning service start */

.d2c_home_cleaning{
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
    padding: 50px;
    background-image: url(../images/home_cleaning_bg.png);
    margin-top: 30px;
}
.d2c_home_cleaning img{
    width: 100%;
    height: 387px;
    object-fit: cover;
    border-radius: 5px;
}
.d2c_home_cleaning .d2c_list_icon.fa{
    margin-right: 8px;
}
.d2c_home_cleaning .btn{
    margin-top: 25px !important;
}
/* right part */
.d2c_home_cleaning .d2c_home_cleaning_content .d2c_sub_heading{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--primary_color);
    margin-bottom: 15px;
}
.d2c_home_cleaning .d2c_home_cleaning_content .d2c_para{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 18px;
    color: var(--paragraph_color);
}
.d2c_home_cleaning .d2c_home_cleaning_content ul li{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 18px;
    color: var(--paragraph_color);
}

/* home cleaning service end */

/* why choose us section start */

.d2c_choose_us{
    background: #F7FAFD;
    padding: 100px 0px;
}
.d2c_choose_us .d2c_header{
    text-align: center;
    margin-bottom: 50px;
}
.d2c_choose_us .d2c_content{
    text-align: center;
}
.d2c_choose_us .d2c_content .d2c_shape_wrapper{
    width: 150px;
    height: 215px;
    margin: 0 auto;
    position: relative;
}
.d2c_choose_us .d2c_content .d2c_shape_wrapper .d2c_shape{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.d2c_choose_us .d2c_content .d2c_shape_wrapper .d2c_choose_icon{
    position: absolute;
    top: 45px;
    left: 43px;
}
.d2c_choose_us .d2c_content .d2c_shape_wrapper .d2c_choose_icon_2{
    position: absolute;
    top: 45px;
    left: 54px;
}
.d2c_choose_us .d2c_content .d2c_shape_wrapper .d2c_choose_icon_3{
    position: absolute;
    top: 45px;
    left: 55px;
}
.d2c_choose_us .d2c_content .d2c_shape_wrapper .d2c_choose_icon_4{
    position: absolute;
    top: 45px;
    left: 35px;
}
.d2c_choose_us .d2c_content .d2c_heading{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--secondary_color);
    margin: 20px 0px 15px 0px;
}
.d2c_choose_us .d2c_content .d2c_para{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 16px;
    color: var(--paragraph_color);
}
.d2c_choose_us .d2c_column{
    padding: 10px;
}
.d2c_choose_us .btn{
    margin-top: 40px;
}

/* why choose us section end */

/* team section start */

.d2c_team_main .d2c_team_wrap .card-body{
    padding-bottom: 0px;
}
.d2c_team_main .d2c_primary_icon.fa{
    margin: 5px;
}
.d2c_team_main .d2c_team_wrap .card-body .card-text{
    font-size: 18px;
}
.d2c_team_main .d2c_team_wrap .card .card-img-top{
    margin-bottom: 0px;
}
.d2c_team_main .d2c_team_column{
    padding: 10px;
}

/* team section end */

/*=============================================================================*/
                            /*  about page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /* Service page css start   */
/*=============================================================================*/

.d2c_service{
	padding: 100px 0px;
}
.d2c_service .d2c_title_wrap{
	margin-bottom: 50px;
}

.d2c_pricing{
	padding: 100px 0px;
	background: linear-gradient(180deg, rgba(61,121,211,1) 0%, rgba(61,121,211,1) 50%, rgba(255,255,255,1) 50%);
}

.d2c_pricing .d2c_title_wrap{
	margin-bottom: 50px;
}
.d2c_pricing .d2c_title_wrap .d2c_sub_title{
	color: var(--color_one);
} 
.d2c_pricing .d2c_title_wrap .d2c_title{
	color: var(--color_one);
}
.d2c_price_list .card{
	border: none;
	background: var(--color_one);
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
}
.d2c_price_list .card-header{
	border: none;
	background: var(--color_one);
	padding: 30px;
}

.d2c_price_list .card-header .card-text{
	font-family: var(--primary_font);
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	color: var(--secondary_color);
	margin-bottom: 10px;
}
.d2c_price_list .card-header .card-title{
	font-family: var(--primary_font);
	font-weight: 700;
	font-size: 2.5em;
	text-transform: uppercase;
	color: var(--primary_color);
	margin-bottom: 0;
}
.d2c_price_list .card-header .card-title sub{
	bottom: 0;
	font-size: 20px;
}
.d2c_price_list .card-body{
	padding: 0;
	border-radius: 0;
}
.d2c_price_list .list-group .list-group-item{
	border-top: 1px solid rgba(80, 80, 80, 0.1);
	display: block;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 0;
	font-family: var(--primary_font);
	font-weight: 500;
	font-size: 1em;
	color: var(--paragraph_color);
}
.d2c_price_list .card-footer{
	border: none;
	background: var(--color_one);
	padding: 50px 0px;
	background-image: url('../images/price_bottom.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: 30px;
}
.d2c_price_list .card-footer .d2c_medium_btn{
	background-color: var(--color_one);
	color: var(--primary_color);
	border: 1px solid var(--color_one);
}
.d2c_price_list .card-footer .d2c_medium_btn:hover{
	background-color: transparent;
	color: var(--color_one);
}

.d2c_digital_section{
	padding: 100px 0px;
	background-image: url('../images/digital_bg.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
.d2c_digital_section .d2c_sub_title{
	margin-bottom: 10px;
}
.d2c_digital_section .d2c_title{
	font-size: 2.8em;
	margin-bottom: 10px;
}
.d2c_digital_section .d2c_offer_text{
	font-family: var(--primary_font);
	font-weight: 500;
	font-size: 1.3em;
	text-transform: uppercase;
	color: var(--paragraph_color);
	margin-bottom: 10px;
}

/*=============================================================================*/
                            /*  Service page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /* Single Service page css Start   */
/*=============================================================================*/
.d2c_service_process{
	padding: 100px 0px;
}
.d2c_service_process .d2c_title_wrap{
	margin-bottom: 50px;
}
.d2c_service_process img{
	border-radius: 5px;
}
.d2c_service_process .d2c_heading{
	margin-bottom: 30px;
}
.d2c_service_process .d2c_heading .d2c_heading_title{
	font-family: var(--primary_font);
	font-weight: 600;
	font-size: 1.5em;
	text-transform: uppercase;
	color: var(--secondary_color);
}
.d2c_service_process .d2c_content{
	margin-bottom: 15px;
}.d2c_service_process .d2c_content:last-child{
	margin-bottom: 0;
}
.d2c_service_process .d2c_content .d2c_content_title{
	font-family: var(--primary_font);
	font-weight: 700;
	font-size: 17px;
	text-transform: uppercase;
	color: var(--primary_color);
}
.d2c_service_process .d2c_process_wrap p{
	margin-bottom: 0;
}

.d2c_work_process{
	padding-bottom: 100px;
}
.d2c_work_process .d2c_title_wrap{
	margin-bottom: 50px;
}
.d2c_work_process .card{
	border: none;
	background: var(--color_one);
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	transition: 0.4s all;
	height: 100%;
	padding: 20px;
}
.d2c_work_process .card:hover{
	background: var(--primary_color);
	transition: 0.4s all;
}
.d2c_work_process .card .card-title{
	font-family: var(--primary_font);
	font-weight: 600;
	font-size: 1.2em;
	text-transform: uppercase;
	color: var(--secondary_color);
	margin-bottom: 20px;
	transition: 0.4s all;
}
.d2c_work_process .card svg{
	fill: var(--primary_color);
	margin-bottom: 20px;
	transition: 0.4s all;
}
.d2c_work_process .card .card-text{
	margin-bottom: 0;
	transition: 0.4s all;
}

.d2c_work_process .card:hover .card-title{
	color: var(--color_one);
	transition: 0.4s all;
}
.d2c_work_process .card:hover svg{
	fill: var(--color_one);
	transition: 0.4s all;
}
.d2c_work_process .card:hover .card-text{
	color: var(--color_one);
	transition: 0.4s all;
}

/* call to action */
.d2c_service_CTA{
    background: var(--primary_color);
    padding: 60px;
}
.d2c_service_CTA .d2c_heading{
    font-family: var(--primary_font);
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--color_one);
    margin-bottom: 0px;
}
.d2c_service_CTA .d2c_heading span{
    font-weight: 700;
}
.d2c_service_CTA .btn{
    background: var(--color_one);
    color: var(--primary_color);
}
.d2c_service_CTA .btn:hover{
    background: var(--secondary_color);
    color: var(--color_one);
}
/*=============================================================================*/
                            /* Single Service page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /* Career page css Start   */
/*=============================================================================*/
.d2c_job_post_area{
	padding: 100px 0px;
}

.d2c_job_post_area .d2c_title_wrap{
	margin-bottom: 50px;
}

.d2c_job_circular .card{
	background: var(--color_one);
	border: 0.5px solid #D8D8D8;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 30px;
}
.d2c_job_circular .card:last-child{
	margin-bottom: 0;
}

.d2c_job_circular .card .card-title{
	font-family: var(--secondary_font);
	font-weight: 700;
	font-size: 1.65em;
	text-transform: capitalize;
	color: var(--secondary_color);
}

.d2c_cta{
	background: linear-gradient(270deg, rgba(61, 121, 211, 0.9) -7.17%, #3D79D3 49.82%, rgba(61, 121, 211, 0.95) 107.62%);
	padding: 100px 0px;
}

.d2c_cta .d2c_sub_title{
	color: var(--color_one);
}

.d2c_cta .d2c_title{
	color: var(--color_one);
}

.d2c_cta .d2c_large_btn{
	background-color: var(--color_one);
	color: var(--primary_color);
	border: 2px solid var(--color_one);
}
.d2c_cta .d2c_large_btn:hover{
	background-color: transparent;
	color: var(--color_one);
}
/*=============================================================================*/
                            /* Career page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  single career page css start   */
/*=============================================================================*/

.d2c_single_career_title{
    font-size: 2rem !important;
    text-align: left;
}

.d2c_single_career_main{
    padding: 100px 0px 100px 0px;
}

/* job description section start */

.d2c_job_description .d2c_title{
    font-weight: 700;
}
.d2c_job_description p{
    font-size: 18px;
}
.d2c_job_description .d2c_sub_title{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--secondary_color);
    margin: 45px 0px 15px 0px;
}
.d2c_job_description .d2c_list_icon.fa{
    margin-right: 10px;
}
.d2c_job_description .list-group .list-group-item{
    font-size: 18px;
    align-items: baseline !important;
}
/* job description section end */

/* job overview and company overview part start */

.d2c_overview{
    background: var(--color_one);
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}
.d2c_overview .d2c_sub_heading{
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--primary_color);
    text-align: center;
    margin-bottom: 0px;
    padding: 30px 10px;
}
.d2c_overview hr{
    margin: 0px;
    border-top: 1px solid #EEEEEE;
}
.d2c_overview .d2c_body{
    padding: 35px 25px;
}
.d2c_overview .d2c_body .d2c_name{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--secondary_color);
}
.d2c_overview .d2c_body .d2c_value{
    font-family: var(--primary_font);
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--paragraph_color);
}
.d2c_overview .d2c_body .d2c_value a{
    text-decoration: none;
    word-break: break-all;
    color: var(--paragraph_color);
}
.d2c_overview .d2c_social a{
    text-decoration: none;
}
.d2c_overview .d2c_social .fa {
    font-size: 12px;
}

.d2c_company_overview{
    margin-top: 100px;
}
/* job overview and company overview part end */

/* cv upload part start */

.d2c_CV_upload{
    background: linear-gradient(270deg, rgba(61, 121, 211, 0.9) -7.17%, #3D79D3 49.82%, rgba(61, 121, 211, 0.95) 107.62%);
    padding: 60px;
    margin-top: 100px;
}
.d2c_CV_upload .d2c_heading{
    font-family: var(--primary_font);
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
    color: var(--color_one);
    margin-bottom: 0px;
}
.d2c_CV_upload .d2c_heading span{
    font-weight: 700;
}
.d2c_CV_upload .d2c_upload{
    background: var(--color_one) !important;
    color: var(--primary_color);
}
.d2c_CV_upload .d2c_upload:hover{
    background: var(--secondary_color) !important;
    color: var(--color_one);
}

.d2c_CV_upload .modal-body{
    background: transparent;
}
.d2c_CV_upload .card {
  border-radius: 10px;
  background-color: var(--color_one);
  padding: 10px 30px 40px;
  border: 0;
  padding: 0px;
}
.d2c_CV_upload .modal-body .d2c_large_btn{
    background: var(--accent_color) !important;
    color: var(--color_one) !important;
}
.d2c_CV_upload .d2c_file_submit{
    background: var(--accent_color) !important;
    color: var(--color_one) !important;
}
.d2c_CV_upload .drop_box {
  margin: 10px 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 3px dotted #a3a3a3;
  border-radius: 5px;
}
.d2c_CV_upload .modal-body input {
    background: var(--color_one);
    border: 0.5px solid #d8d8d869;
    border-radius: 3px;
    font-family: var(--primary_font);
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--paragraph_color);
    height: 36px;
    padding: 22px 10px 22px 10px;
}
.d2c_CV_upload .modal-body input:focus{
    box-shadow: none;
    outline: none;
}
/* cv upload part start */


/*=============================================================================*/
                            /*  single career page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  Event page css Start   */
/*=============================================================================*/
.d2c_event_area{
	padding: 100px 0px;
}

.d2c_event_area .d2c_title_wrap{
	margin-bottom: 50px;
}


.d2c_job_circular .card{
	background: var(--color_one);
	border: 0.5px solid #D8D8D8;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 30px;
}
.d2c_job_circular .card:last-child{
	margin-bottom: 0;
}

.d2c_job_circular .card .card-title{
	font-family: var(--primary_font);
	font-weight: 700;
	font-size: 1.65em;
	text-transform: inherit;
	color: var(--secondary_color);
}
.d2c_job_circular .card .card-text{
    font-size: 18px;
}
.d2c_cta{
	background: linear-gradient(270deg, rgba(61, 121, 211, 0.9) -7.17%, #3D79D3 49.82%, rgba(61, 121, 211, 0.95) 107.62%);
	padding: 100px 0px;
}

.d2c_cta .d2c_title{
	color: var(--color_one);
}

.d2c_cta .d2c_cta_text{
	color: var(--color_one);
}

.d2c_cta .d2c_large_btn{
	background-color: var(--color_one);
	color: var(--primary_color);
	border: 2px solid var(--color_one);
}
.d2c_cta .d2c_large_btn:hover{
	background-color: transparent;
	color: var(--color_one);
}
/*=============================================================================*/
                            /*  Event page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  Single Event page css Start   */
/*=============================================================================*/
.d2c_event_details{
	padding: 100px 0px;
}
.d2c_banner_title.d2c_single_event_title{
	font-size: 2.18em;
	font-weight: 500;
}
.d2c_event_details .d2c_event_thumbnil{
	margin-bottom: 60px;
}
.d2c_event_details .list-inline{
	margin-bottom: 30px;
}

.d2c_event_details .list-inline-item {
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 1.56em;
    text-transform: uppercase;
    color: var(--primary_color);
}

.d2c_event_details .list-inline-item:last-child{
    color: var(--secondary_color);
    font-weight: 400;
}

.d2c_event_details .list-inline-item+.list-inline-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: var(--secondary_colo);
    font-size: 1em;
    content: "/";
}
.d2c_event_details .d2c_event_content p{
	margin-bottom: 60px;
    font-size: 18px;
}

.d2c_event_details .d2c_list{
	margin-bottom: 60px;
}
.d2c_event_details .d2c_list_title{
	font-family: var(--primary_font);
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--secondary_color);
	margin-bottom: 30px;
}

.d2c_invite_wrap .card .card-title{
	color: var(--secondary_color);
}
.d2c_invite_wrap .card:hover{
	background-color: var(--primary_color);
	transition: 0.4s all;
}
.d2c_invite_wrap .card:hover .card-img-top{
	border-color: var(--color_one);
	transition: 0.4s all;
}
.d2c_invite_wrap .card:hover .card-title{
	color: var(--color_one);
	transition: 0.4s all;
}
.d2c_invite_wrap .card:hover .card-text{
	color: var(--color_one);
	transition: 0.4s all;
}

.d2c_event_details .d2c_time_table{
	margin-bottom: 100px;
}

.d2c_event_details .d2c_time_table .card-header{
	background-color: var(--color_one);
	border-bottom: 0.5px solid #D8D8D8;
	padding: 30px 0px;
}
.d2c_event_details .d2c_time_table .card-text{
    font-size: 18px;
}
.d2c_event_details .list-group .list-group-item{
    font-size: 18px;
}
.d2c_event_details .d2c_time_table .card-header .card-title{
	color: var(--primary_color);
	font-family: var(--primary_font);
	font-weight: 700;
	font-size: 1.12em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.d2c_event_details .d2c_register_form  .card{
	background: var(--color_one);
	box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
	border: none;
	border-radius: 5px;
}
.d2c_event_details .d2c_register_form .card-header{
	background-color: var(--color_one);
	border-bottom: 0.5px solid #D8D8D8;
	padding: 30px 0px;
}

.d2c_event_details .d2c_register_form .card-header .card-title{
	color: var(--primary_color);
	font-family: var(--primary_font);
	font-weight: 700;
	font-size: 1.12em;
	text-transform: uppercase;
	margin-bottom: 0;
}
.d2c_event_details .d2c_register_form  label{
	font-family: var(--primary_font);
	font-weight: 500 !important;
	font-size: 14px !important;
	text-transform: capitalize;
	color: var(--paragraph_color);
}

.d2c_event_details .d2c_register_form .form-control{
	height: auto;
	box-shadow: none;
    font-family: var(--primary_font);
	background: var(--color_one);
	border: 0.5px solid #D8D8D8;
	border-radius: 3px;
}
/*=============================================================================*/
                            /*  Single Event page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  Blog page css Start   */
/*=============================================================================*/
.d2c_blog_filter{
    padding: 100px 0px;
}
.shuffle-btn-group {
    display: inline-block;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
}
.shuffle-btn-group label {
    display: inline-block;
    color: var(--primary_colro);
    background: rgba(102, 98, 227, 0.1);
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    font-size: 14px !important;
    padding: 10px 26px 10px 26px;
    font-weight: 700 !important;
    text-transform: uppercase;
    transition: .4s all ease !important;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.4s all;
}
.shuffle-btn-group label:last-child {
    margin-right: 0px;
}
.shuffle-btn-group label:hover{
    color: var(--color_one);
    background: var(--primary_color);
    transition: 0.4s all;
}
.shuffle-btn-group label.active {
    color: var(--color_one);
    background: var(--primary_color);
}
.shuffle-btn-group label input {
    display: none;
}


.d2c_blog_cta{
    background: linear-gradient(270deg, rgba(61, 121, 211, 0.9) -7.17%, #3D79D3 49.82%, rgba(61, 121, 211, 0.95) 107.62%);
}
.d2c_blog_cta .d2c_title{
    color: var(--color_one);
    font-size: 3em;
    font-weight: 300;
}
.d2c_blog_cta .d2c_title span{
    font-weight: 700;
}

.d2c_blog_cta .d2c_large_btn{
    background-color: var(--color_one);
    color: var(--primary_color);
    border: 2px solid var(--color_one);
}
.d2c_blog_cta .d2c_large_btn:hover{
    background-color: transparent;
    color: var(--color_one);
}

.d2c_blog_list{
    padding: 100px 0px;
}

.d2c_blog_list .d2c_blog_col{
    display: none;
}
/*=============================================================================*/
                            /*  Blog page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  blog page version two css start   */
/*=============================================================================*/
.d2c_blog_v2_title{
    text-align: center;
    margin-bottom: 50px;
}
/* blog v2 card start */

.d2c_blog_v2_card_wrapper{
    height: 100%;
}
.d2c_blog_v2_card_wrapper .card{
    border: none;
    background: var(--color_one);
    box-shadow: 0px 0px 26px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}
.d2c_blog_v2_card_wrapper .card-img-top{
    width: 100%;
    height: 230px;
    position: relative;
    overflow: hidden;
}
.d2c_blog_v2_card_wrapper .card-img-top img{
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
    transition: .4s all ease;
}
.d2c_blog_v2_card_wrapper .card-img-top .d2c_blog_img_overlay{
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.2), rgba(61, 121, 211, 0.2));
    position: absolute;
    inset: 0;
} 
.d2c_blog_v2_card_wrapper .card .card-title{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 18px;
}
.d2c_blog_v2_card_wrapper .card .card-title a{
    text-decoration: none;
    color: var(--primary_color);
    transition: .4s all ease;
}
.d2c_blog_v2_card_wrapper .card:hover .card-title a{
    color: var(--secondary_color);
    transition: .4s all ease;
}
.d2c_blog_v2_card_wrapper .card:hover .card-img-top img{
    transform: scale(1.2);
    transition: .4s all ease;
}
.d2c_blog_v2_card_wrapper .card-body .d2c_date{
    margin-bottom: 15px;
}
.d2c_blog_v2_card_wrapper .card-body .d2c_date span{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    color: #A3A3A3;
}
.d2c_blog_v2_card_wrapper .card-body .d2c_date span i{
    margin-right: 3px;
}
.d2c_blog_v2_card_wrapper .d2c_author hr{
    border-top: 1px solid #F7F7F9;
}
.d2c_blog_v2_card_wrapper .d2c_author .d2c_author_image{
    width: 30px;
    height: 30px;
    object-fit: cover;
}
.d2c_blog_v2_card_wrapper .d2c_author .d2c_name{
    font-family: var(--secondary_font);
    font-weight: 500;
    font-size: 16px;
    color: var(--secondary_color);
    margin-bottom: 0px;
    margin-left: 8px;
}
.d2c_blog_v2_card_wrapper .d2c_author .d2c_small_btn{
    padding: 6px 15px 6px 15px !important;
    background: #ECEBF6 !important;
    color: var(--primary_color);
}
.d2c_blog_v2_card_wrapper .d2c_author .d2c_small_btn:hover{
    background: var(--primary_color) !important;
    color: var(--color_one);
}
/* blog v2 card end */

/* latest post */
.d2c_latest_post{
    padding: 100px 0px 50px 0px;
}
/* popular post */
.d2c_popular_post{
    padding: 50px 0px;
}
/* weekly post */
.d2c_weekly_post{
    padding: 50px 0px 100px 0px;
}

/*=============================================================================*/
                            /*  blog page version two css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  single blog page css start   */
/*=============================================================================*/
.d2c_single_blog_title{
    font-size: 2.25rem;
    font-weight: 500;
    text-align: left;
}
.d2c_single_blog_main{
    padding: 100px 0px;
}
.d2c_single_blog_main .d2c_image_wrapper{
    border-radius: 5px;
    position: relative;
}
.d2c_single_blog_main .d2c_image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.d2c_single_blog_main .d2c_image_wrapper .d2c_overlay{
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.2), rgba(61, 121, 211, 0.2));
    border-radius: 5px;
    position: absolute;
    inset: 0;
}

.d2c_single_blog_main .d2c_author_tag{
    display: flex;
    align-items: center;
    padding: 20px 0px;
}
.d2c_single_blog_main .d2c_author_tag .d2c_tag{
    margin-bottom: 0px;
    font-family: var(--primary_color);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--primary_color);
    background: rgba(102, 98, 227, 0.1);
    border-radius: 3px;
}
.d2c_single_blog_main .d2c_author_tag .d2c_tag a{
    display: inline-block;
    text-decoration: none;
    padding: 8px 15px;
    color: var(--primary_color);
}
.d2c_single_blog_main .d2c_author_tag .d2c_author{
    margin: 0px 50px 0px 35px;
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #AAAAAA;
}
.d2c_single_blog_main .d2c_author_tag span i{
    margin-right: 5px;
}
.d2c_single_blog_main .d2c_author_tag .d2c_date{
    margin-bottom: 0px;
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #AAAAAA;
}
.d2c_single_blog_main .d2c_title{
    font-size: 25px;
    font-weight: 600;
}
.d2c_single_blog_main .d2c_para{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 18px;
    color: var(--paragraph_color);
}
.d2c_single_blog_main .d2c_sub_title{
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--secondary_color);
}
.d2c_single_blog_main .d2c_category{
    margin-bottom: 0px;
    font-family: var(--primary_color);
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--primary_color);
}
.d2c_single_blog_main .d2c_single_blog_heading{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--primary_color);
}
.d2c_single_blog_main .d2c_single_blog_sub_heading{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--primary_color);
}
.d2c_single_blog_main .d2c_category a{
    display: inline-block;
    text-decoration: none;
    padding: 6px 12px;
    color: var(--primary_color);
    background: rgba(102, 98, 227, 0.1);
    border-radius: 3px;
}
.d2c_single_blog_main .d2c_category:nth-child(1),.d2c_category:nth-child(2){
    margin-right: 5px;
}
.d2c_single_blog_main .d2c_team_social .d2c_primary_icon.fa{
    margin: 0px 3px;
    padding: 8px;
}

/* related post */
.d2c_related_post{
    padding: 0px !important;
}
.d2c_related_post .card .card-img-top{
    min-height: 150px;
}
.d2c_related_post .card-body .card-title{
    font-size: 1rem;
    margin-bottom: 0px;
    text-transform: none;
}
.d2c_related_post .card-body .d2c_category_item {
    margin-bottom: 5px;
}
.d2c_related_post .card-body{
    padding: 15px 10px;
}
.d2c_related_post .d2c_blog_col{
    padding: 10px;
}
.d2c_related_post .card-body .d2c_category_item a{
    font-size: 13px;
    font-weight: 500;
}

/* comment part */
.d2c_post_comment_form hr{
    margin: 50px 0px;
}
.d2c_post_comment_form form label{
    font-family: var(--primary_font);
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: capitalize;
    color: var(--paragraph_color);
}
.d2c_post_comment_form form .form-control{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    color: var(--paragraph_color);
    background: #f7f7f7;
    border: 0.5px solid #dcdcdc75;
    border-radius: 3px;
}
.d2c_post_comment_form form .form-control::placeholder{
    font-family: var(--primary_font);
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    color: #AAAAAA;
    
}
.d2c_post_comment_form form .form-control:focus{
    box-shadow: none;
}
.d2c_post_comment_form form .btn{
    font-size: 17px;
}
.d2c_post_comment_form .d2c_comment_heading{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--primary_color);
    margin-bottom: 30px;
}
/* post comment */
.d2c_post_comment img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid var(--primary_color);
}
.d2c_post_comment .d2c_comment_content .d2c_person_name{
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--secondary_color);
    
}
.d2c_post_comment .d2c_comment_content .d2c_comment_date{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 18px;
    color: #A9A9BB;
}
.d2c_post_comment .d2c_comment_content .d2c_comment_text{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 18px;
    color: var(--paragraph_color);
}
.d2c_post_comment .d2c_comment_content .d2c_reply_btn{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--color_one);
    background: var(--primary_color);
    margin-bottom: 10px;
}
.d2c_post_comment .d2c_comment_content .d2c_reply_btn:hover{
    background: var(--secondary_color);
}
.d2c_post_comment ul li hr{
    margin-bottom: 35px !important;
}
/* reply form */
.d2c_post_comment .d2c_comment_content .d2c_reply_form form .form-control{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 12px;
    text-transform: capitalize;
    color: var(--paragraph_color);
    background: var(--color_one);
    border: 0.5px solid #dcdcdc75;
    border-radius: 3px;
}
.d2c_post_comment .d2c_comment_content .d2c_reply_form form .form-control:focus{
    box-shadow: none;
}
.d2c_post_comment .d2c_comment_content .d2c_reply_form form .btn{

}



/* ============================= */
/* single blog right part start */
/* ============================= */

.d2c_sidebar.sticky-top{
    top: 100px;
    z-index: 888;
}

.d2c_blog_wrapper{
    margin-top: 30px;
}
.d2c_blog_wrapper .d2c_body{
    padding-left: 5px;
}
.d2c_blog_wrapper .d2c_body .d2c_blog_title{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 17px;
}
.d2c_blog_wrapper .d2c_body .d2c_blog_title a{
    color: var(--secondary_color);
    text-decoration: none;
    transition: .4s all ease;
}
.d2c_blog_wrapper .d2c_body .d2c_blog_title a:hover{
    color: var(--primary_color);
    transition: .4s all ease;
}
.d2c_blog_wrapper .d2c_body .d2c_blog_date{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 12px;
    color: var(--paragraph_color);

}
.d2c_blog_wrapper .d2c_image_wrapper{
    width: 80px;
    height: 63px;
}

/* newsletter start */
.d2c_newsletter{
    padding: 30px 25px;
    margin: 50px 0px;
    background: #F9FBFD;
    border-radius: 5px;
}
.d2c_newsletter .d2c_para{
    font-size: 17px;
}
.d2c_newsletter form .form-control{
    font-family: var(--primary_font);
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--paragraph_color);
    padding: 20px 10px;
    
}
.d2c_newsletter form .form-control:focus{
    box-shadow: none;
}
.d2c_newsletter form .btn{
    background: var(--primary_color);
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.d2c_newsletter form .btn:hover{
    background: var(--secondary_color);
}
/* newsletter end */

/* categories start */
.d2c_categories_heading{
    margin-top: 50px;
    margin-bottom: 20px;
}
.d2c_categories{
    margin-top: 10px;
}
.d2c_categories .d2c_name{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 8px;
}
.d2c_categories .d2c_name a{
    color: var(--secondary_color);
    text-decoration: none;
    transition: .4s all ease;
}
.d2c_categories .d2c_name a:hover{
    color: var(--primary_color);
    transition: .4s all ease;
}
.d2c_categories .d2c_count{
    margin-bottom: 0px;
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--paragraph_color);
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 8px;
}
/* categories end */



/* single blog right part end */


/*=============================================================================*/
                            /*  single blog page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  Our story page css start   */
/*=============================================================================*/
/* global for this page */
.d2c_paragraph{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 18px;
    color: var(--paragraph_color);
}
/* business story section start */
.d2c_business_story{
    padding: 100px 0px 100px 0px;
    background-image: url(../images/business_story_bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.d2c_business_story .d2c_business_content .d2c_title{
    font-size: 2.75rem;
    font-weight: 700;
}

.d2c_business_story .d2c_business_content .d2c_image_wrapper{
    width: 100%;
    height: 400px;
    position: relative;
}
.d2c_business_story .d2c_business_content .d2c_image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.d2c_business_story .d2c_business_content .d2c_image_wrapper .d2c_overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.2), rgba(61, 121, 211, 0.2));
    border-radius: 5px;
}

/* business story section end */

/* business history section start */

.d2c_history{
    padding: 100px 0px;
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.98), rgba(61, 121, 211, 0.98)), url(../images/history_bg.jpg);
}
.d2c_history .d2c_sub_title{
    color: var(--color_one);
}
.d2c_history .d2c_title{
    color: var(--color_one);
    font-weight: 700;
}
.d2c_history .d2c_header{
    margin-bottom: 70px;
}
.d2c_history .d2c_history_content .d2c_heading{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    color: var(--color_one);
    margin-bottom: 10px;
}
.d2c_history .d2c_history_content .d2c_paragraph{
    font-family: var(--secondary_font);
    font-weight: 400;
    font-size: 18px;
    color: #F0F0F0;
    margin-bottom: 0px;
}
.d2c_history .d2c_history_column{
    padding: 20px;
}
.d2c_history .d2c_history_column:nth-child(-n+6){
    border-bottom: 1px solid #4B83D6;
}
.d2c_history .d2c_history_column:nth-child(n+1) {
    border-right: 1px solid #4B83D6;
}
.d2c_history .d2c_history_column:nth-child(3),
.d2c_history .d2c_history_column:nth-child(6),
.d2c_history .d2c_history_column:nth-child(9){
    border-right: 0px;
}


/* business history section end */

/* award section start */

.d2c_award{
    padding: 100px 0px;
    background: url(../images/award_bg_left.png) 4% 94% no-repeat, url(../images/business_story_bg.png) right 13% no-repeat;
}
.d2c_award .d2c_business_award{
    margin-bottom: 100px;
}
.d2c_award .d2c_title{
    font-size: 2.75rem;
    font-weight: 700;
}
.d2c_award .d2c_image_wrapper{
    width: 100%;
    height: 400px;
    border-radius: 5px;
    position: relative;
}
.d2c_award .d2c_image_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.d2c_award .d2c_image_wrapper .d2c_overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.2), rgba(61, 121, 211, 0.2));
    border-radius: 5px;
}
/* award section end */

/*=============================================================================*/
                            /*  Our story page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  our team page css start   */
/*=============================================================================*/
.d2c_header{
    text-align: center;
    margin-bottom: 40px;
}

.d2c_team_wrap .card .card-body{
    padding-bottom: 0px;
}
/* administrator section start */
.d2c_administrator{
    padding: 100px 0px ;
}
.d2c_administrator .d2c_administrator_column{
    padding: 10px;
}
/* administrator section end */

/* call to action start */

.d2c_CTA{
    font-family: var(--primary_font);
    color: var(--color_one);
    padding: 100px 0px;
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.955), rgba(61, 121, 211, 0.955)), url(../images/counter_bg.png);
}
.d2c_CTA .d2c_CTA_content{
    text-align: center;
}
.d2c_CTA .d2c_CTA_content h3{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
}
.d2c_CTA .d2c_CTA_content .d2c_CTA_heading{
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    margin: 20px 0px;
}
.d2c_CTA .d2c_CTA_content .btn_1{
    background: var(--color_one) !important;
    color: var(--primary_color);
    margin-right: 20px;
    border: 2px solid var(--color_one);
}
.d2c_CTA .d2c_CTA_content .btn_1:hover{
    background: var(--secondary_color) !important;
    color: var(--color_one);
    border-color: var(--secondary_color);
}
.d2c_CTA .d2c_CTA_content .btn_2{
    background: transparent !important;
    color: var(--color_one);
    border: 2px solid var(--color_one);
}
.d2c_CTA .d2c_CTA_content .btn_2:hover{
    background: var(--secondary_color) !important;
    color: var(--color_one);
    border-color: var(--secondary_color);
}


/* call to action section end */

/* team member section start */

.d2c_team_member{
    padding: 100px 0px;
}
.d2c_team_member .d2c_team_column{
    padding: 10px;
}

/* team member section end */

/*=============================================================================*/
                            /*  our team page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  Gallery page css Start   */
/*=============================================================================*/
.d2c_gallery_area{
	padding: 100px 0px;
}

.d2c_gallery_area .d2c_title_wrap{
	margin-bottom: 50px;
}
.d2c_gallery_area .d2c_gallery_v1_column{
    padding: 5px;
}

.d2c_gallery [class*="col-"] img{
	border-radius: 5px;
    height: 300px;
    object-fit: cover;
}
/*=============================================================================*/
                            /*  Gallery page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  Gallery V2 page css Start   */
/*=============================================================================*/
.d2c_gallery_v2_area{
	padding: 100px 0px;
}

.d2c_gallery_v2 [class*="col-"]{
	padding: 10px;
}

.d2c_gallery_v2 [class*="col-"] img{
	border-radius: 5px;
}
/*=============================================================================*/
                            /*  Gallery V2 page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  contact page css start   */
/*=============================================================================*/

.d2c_contact{
    padding: 100px 0px;
    overflow-x: hidden;
}
.d2c_contact form label{
    font-family: var(--primary_font);
    font-weight: 500 !important;
    font-size: 14px !important;
    text-transform: capitalize;
    color: var(--paragraph_color);
}
.d2c_contact form .form-control{
    background: #f7f7f7;
    border: 0.5px solid #d8d8d869;
    border-radius: 3px;
    font-family: var(--primary_font);
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    color: var(--paragraph_color);
    height: 36px;
}
.d2c_contact form select.form-control:valid{
	background-image: none;
    border: 0.5px solid #d8d8d869;
}
.d2c_contact form .form-control::placeholder{
    color: #AAAAAA;
}
.d2c_contact form select{
    color: #adaeae !important;
    appearance: none;
   
}
.d2c_contact form .d2c_select{
    position: relative;
}
.d2c_contact form .d2c_select::after{
    content: '';
    position: absolute;
    background-image: url(../images/down_arrow.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 8px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.d2c_contact form .form-control:focus{
    box-shadow: none;
}
.d2c_contact form textarea{
    height: 150px !important;
}
.d2c_contact form .form-group{
    margin-bottom: 10px;
}
.d2c_contact form .btn{
    margin-top: 10px;
    font-size: 16px;
    padding: 8px 50px 7px 50px !important;
    
}

.d2c_contact .d2c_map{
    width: 100%;
    padding-left: 50px;
}
.d2c_contact iframe{
    width: 100%;
    border: 1px solid #D8D8D8 !important;
    border-radius: 10px;
}
.d2c_contact .d2c_map_bg{
    background: #3D79D3;
    opacity: 0.05;
    border-radius: 5px 0px 0px 5px;
    background: var(--primary_color);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100vw;
    z-index: 0;
}

/*=============================================================================*/
                            /*  contact page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  contact page version two css start   */
/*=============================================================================*/

.d2c_contact_v2 .d2c_title{
    color: var(--color_one);
    font-weight: 700;
}
.d2c_contact_v2{
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.97), rgba(61, 121, 211, 0.97)), url(../images/contact_v2_bg.jpg);
}
.d2c_contact_v2 form label{
    color: #EEEEEE;
}
.d2c_contact_v2 form .form-control{
    background: rgba(41, 40, 84, 0.3);
    border-radius: 3px;
    color: var(--color_one);
    border: 1px solid transparent;
}
.d2c_contact_v2 form .btn{
    background: var(--color_one) !important;
    color: var(--primary_color);
    padding: 12px 35px !important;
    margin-top: 20px;
}
.d2c_contact_v2 form .btn:hover{
    background: var(--secondary_color) !important;
    color: var(--color_one);
}

/*=============================================================================*/
                            /*  contact page version two css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  Faq page css start   */
/*=============================================================================*/

.d2c_faq_main{
    padding: 100px 0px 100px 0px;
}
.d2c_faq_main .btn{
    font-family: var(--primary_font);
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--secondary_color);
    background: var(--color_one) !important;
    padding: 12px 55px 12px 15px !important;
    text-align: left;
    width: 100%;
}
.d2c_faq_main .d2c_faq_content .card{
    border: 0.5px solid #d8d8d863 !important;
    margin-bottom: 20px;
}
.d2c_faq_main .d2c_faq_content .card .card-header{
    border-bottom: 0;
    background: var(--default_one);
    padding: 0px;
}
.d2c_faq_main .d2c_faq_content .card .card-body{
    font-family: var(--secondary_font);
    color: var(--paragraph_color);
    font-weight: 400;
    font-size: 18px;
    border-top: 1px solid #0000000f;
}
.d2c_faq_main .btn:hover{
    text-decoration: none;
}
.d2c_faq_main .btn::after{
    content: '\002B';
    font-size: 18px;
    color: var(--accent_color);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid var(--accent_color);
    background: var(--default_one);
    text-align: right;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
}
.d2c_faq_main .btn:not(.collapsed)::after{
    content: '\2212';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: var(--paragraph_color) !important;
    border: 2px solid var(--paragraph_color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--default_one);
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.d2c_faq_main .btn:focus{
    box-shadow: none;
}

/* any question sections start */

.d2c_any_question{
    text-align: center;
    padding-bottom: 100px;
}
.d2c_any_question .d2c_heading{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--primary_color);
}
.d2c_any_question .d2c_para{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 18px;
    text-transform: inherit;
    color: var(--secondary_color);
}
.d2c_any_question .btn{

}

/* any question section end */
/*=============================================================================*/
                            /*  Faq page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  Faq page version two css start   */
/*=============================================================================*/

.d2c_faq_v2 .d2c_sub_heading{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--secondary_color);
    margin-bottom: 20px;
}
.d2c_faq_v2 .d2c_faq_v2_column:nth-child(-n+4){
    margin-bottom: 30px;
}
.d2c_faq_v2 .d2c_faq_content .card .card-body{
    padding: 9px 15px;
}

/*=============================================================================*/
                            /*  Faq page version two css start   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  404  page css start   */
/*=============================================================================*/

.d2c_404{
    background-image: url(../images/404_bg.png);
    /* height: 100vh; */
}
.d2c_404 .d2c_404_content .d2c_heading{
    font-family: var(--primary_font);
    font-weight: bold;
    font-size: 300px;
    text-transform: uppercase;
    color: #9FB7DB;
    
}
.d2c_404 .d2c_404_content .d2c_sub_heading{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 48px;
    text-transform: uppercase;
    color: var(--primary_color);
}
/* .d2c_404 .d2c_404_content .btn{
	background: #F2E8FF !important;
	border-color: #F2E8FF;
	color: var(--secondary_color) !important;
}
.d2c_404 .d2c_404_content .btn:hover{
	background: var(--primary_color) !important;
	border-color: var(--primary_color);
} */

/*=============================================================================*/
                            /*  404  page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  privacy and policy css start   */
/*=============================================================================*/

.d2c_privacy_policy_main{
    padding: 100px 0px;
}
.d2c_privacy_policy_main .d2c_heading{
    font-family: var(--primary_font);
    font-weight: bold;
    font-size: 40px;
    text-transform: capitalize;
    color: var(--secondary_color);
    margin-bottom: 40px;
}
.d2c_privacy_policy_main .d2c_heading span{
    color: var(--primary_color);
}
.d2c_privacy_policy_main h2{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
    color: var(--secondary_color);
    text-align: left;
}
.d2c_privacy_policy_main p{
    font-family: var(--primary_font);
    color: var(--paragraph_color);
    font-size: 16px;
	font-weight: 400;
}
.d2c_privacy_policy_main p span{
    color: var(--primary_color);
    font-weight: 500;
}
.d2c_privacy_policy_main p a{
    color: var(--primary_color);
    text-decoration: none;
}
.d2c_privacy_policy_main ul li{
    font-family: var(--primary_font);
    color: var(--secondary_color);
    font-size: 16px;
    font-weight: 500;
}

/*=============================================================================*/
                            /*  privacy and policy css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  terms and condition css start   */
/*=============================================================================*/

.d2c_terms_condition{
    padding: 100px 0px;
}
.d2c_terms_condition .d2c_terms_heading{
    font-family: var(--primary_font);
    font-weight: bold;
    font-size: 36px;
    text-transform: capitalize;
    color: var(--secondary_color);
    text-align: center;
    margin-bottom: 40px;
}
.d2c_terms_condition .d2c_terms_heading span{
    color: var(--primary_color);
}
.d2c_terms_condition p{
    font-family: var(--primary_font);
    color: var(--secondary_color);
    font-size: 17px;
}
.d2c_terms_condition p span{
    color: var(--primary_color);
}
.d2c_terms_condition p a{
    color: var(--primary_color);
    text-decoration: none;
}
.d2c_terms_condition ul li{
    font-family: var(--primary_font);
    text-align: justify;
    color: var(--secondary_color);
    font-size: 17px;
    font-weight: 500;
}
.d2c_terms_condition h3{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 25px;
    text-transform: capitalize;
    color: var(--secondary_color);
    text-align: left;
}
.d2c_terms_condition h2{
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 30px;
    text-transform: capitalize;
    color: var(--secondary_color);
    text-align: left;
}

/*=============================================================================*/
                            /*  terms and condition css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  Login system css start   */
/*=============================================================================*/

.d2c_login_system{
    background: linear-gradient(270deg, rgba(61, 121, 211, 0.9) -7.17%, #3D79D3 49.82%, rgba(61, 121, 211, 0.95) 107.62%);
    padding: 200px 0px;
}
.d2c_login_system img{
    width: 85%;
}
.d2c_login_system .d2c_login_system_content{
    font-family: var(--primary_font);
    color: var(--color_one);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 75px;
}
.d2c_login_system .d2c_login_system_content .d2c_paragraph{
    font-family: var(--secondary_font) !important;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
    color: var(--color_one) !important;
}

.d2c_login_system .d2c_login_system_content .d2c_heading{
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.d2c_login .d2c_heading{
    margin-bottom: 10px !important;
}
.d2c_login_system .d2c_login_system_content form .form-group{
    margin-bottom: 12px;
}
.d2c_login_system .d2c_login_system_content form label{
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: capitalize;
    margin-bottom: 12px;
}
.d2c_login_system .d2c_login_system_content form .form-control{
    background: #456BB0;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    border: 1px solid transparent;
    color: var(--color_one);
    height: 36px;
}
.d2c_login_system .d2c_login_system_content form .invalid-feedback{
    color: var(--secondary_color);
}
.d2c_login_system .d2c_login_system_content form .btn{
    background: var(--color_one) !important;
    color: var(--primary_color);
    /* height: 36px; */
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
}
.d2c_login_system .d2c_login_system_content form .btn:hover{
    background: var(--secondary_color) !important;
    color: var(--color_one);
}
.d2c_login_system .d2c_login_system_content form .d2c_link{
    font-family: var(--primary_font);
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--color_one);
    text-decoration: none;
}
.d2c_login_system .d2c_login_system_content .d2c_para{
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 300;
    margin-top: 7px;
    margin-bottom: 0;
    color: var(--color_one);
    font-family: var(--primary_font);
}
.d2c_login_system .d2c_login_system_content .d2c_para a{
    text-decoration: none;
    color: var(--color_one);
    font-weight: bold;
    text-transform: uppercase;
}
/* verification start */
.d2c_verification form{
    width: 75%;
}
.d2c_verification form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.d2c_verification form input{
    width: 36px;
    height: 36px;
    text-align: center;
    background: #5273B2;
    font-family: var(--paragraph_font);
    font-weight: 500;
    font-size: 18px !important;
    text-transform: capitalize;
    color: var(--color_one);
    border: 1.5px solid var(--secondary_shade);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
}
.d2c_verification form input:focus{
    box-shadow: none;
    outline: none;
}
.d2c_verification form .btn{
    margin-top: 30px;
}
.d2c_verification form input[type="submit"]{
    margin-top: 15px;
    padding: 0px;
    width: 150px;
    border: none;
    background: var(--color_one);
    color: var(--primary_color);
    font-family: var(--primary_font);
    font-weight: 500;
    font-size: 16px !important;
    text-transform: uppercase;
    height: 36px;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
}
.d2c_verification form input[type="submit"]:hover{
    background: var(--secondary_color);
    color: var(--color_one);
    transition: .4s all ease;
}
/* verification end */

/*=============================================================================*/
                            /*  Login system css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  Coming soon page css start   */
/*=============================================================================*/

.d2c_coming_soon{
    height: 80vh;
    background: linear-gradient(0deg, rgba(61, 121, 211, 0.97), rgba(61, 121, 211, 0.97)), url(../images/coming_soon_bg.png);
}
.d2c_coming_soon .d2c_content{
    font-family: var(--primary_font);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--color_one);
}
.d2c_coming_soon .d2c_content .d2c_heading{
    font-size: 48px;
    font-weight: bold;
    
}
.d2c_coming_soon .d2c_content .d2c_sub_heading{
    font-family: var(--primary_font);
    color: var(--color_one);
    font-size: 25px;
    font-weight: 600;
    margin: 15px 0px 15px 0px;
}
.d2c_coming_soon .d2c_content .d2c_para{
    font-family: var(--primary_font);
    font-size: 18px;
    font-weight: bold;
    color: var(--color_one);
}
.d2c_coming_soon .d2c_content .d2c_social a{
    width: 40px;
    color: var(--primary_color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color_one);
    border-radius: 3px;
    text-decoration: none;
    transition: .4s all ease;
    font-size: 18px;
    margin: 5px;
    padding: 6px;
}
.d2c_coming_soon .d2c_content .d2c_social a:hover{
    color: var(--color_one);
    transition: .4s all ease;
    background: var(--secondary_color);
}

/*=============================================================================*/
                            /*  Coming soon page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  thank you  page css start   */
/*=============================================================================*/

.d2c_thank_you{
    padding: 100px 0px 0px 0px !important;
}
.d2c_thank_you .d2c_thankyou_content .d2c_heading{
    font-family: var(--primary_font);
    font-weight: 600;
    font-size: 100px;
    text-transform: capitalize;
    color: var(--primary_color);
}
.d2c_thank_you .d2c_thankyou_content .d2c_sub_heading{
    font-family: var(--primary_font);
    font-weight: 300;
    font-size: 48px;
    text-transform: uppercase;
    color: var(--secondary_color);
}
.d2c_thank_you .d2c_thankyou_content .d2c_para{
    font-family: var(--secondary_font);
    font-size: 20px;
    color: var(--paragraph_color);
    
}
.d2c_thank_you .d2c_thankyou_content .d2c_large_btn{
    margin-top: 15px;
}
.d2c_thank_you .d2c_thankyou_image{
    
}

/*=============================================================================*/
                            /*  thank you  page css end   */
/*=============================================================================*/

/*=============================================================================*/
                            /*  Footer css end   */
/*=============================================================================*/
.d2c_footer{
	background-image: linear-gradient(0deg, rgba(41, 40, 84, 0.98), rgba(41, 40, 84, 0.98)), url('../images/footer-bg.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.d2c_footer .d2c_footer_main{
	padding: 70px 0px 50px 0px;
}
.d2c_footer .d2c_footer_main .border-right{
	border-color: rgba(61, 121, 211, 0.2) !important;
}

.d2c_footer .d2c_footer_main .d2c_footer_title{
	font-family: var(--primary_font);
	font-weight: bold;
	font-size: 1.12em;
	text-transform: uppercase;
	color: var(--color_one);
	margin-bottom: 20px;
}
.d2c_footer .d2c_footer_main p{
	font-family: var(--secondary_font);
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	color: #B3B3B3;
	margin-bottom: 10px;
}
.d2c_footer .d2c_footer_main .navbar-brand {
    width: 180px;
}
.d2c_footer .d2c_footer_main a{
	text-decoration: none;
	font-family: var(--primary_font);
	font-weight: 500;
	font-size: 14px;
	color: var(--color_one);
}
.d2c_footer .d2c_footer_main p a{
	text-decoration: none;
	font-family: var(--primary_font);
	font-weight: 500;
	font-size: 14px;
	color: var(--color_one);
	text-transform: uppercase;
	transition: .4s all;
}
.d2c_footer .d2c_footer_main p a:hover{
	color: var(--primary_color);
	transition: .4s all;
}

.d2c_footer .d2c_footer_main .d2c_newslatter_title{
	font-family: var(--primary_font);
	font-weight: bold;
	font-size: 1.5em;
	text-transform: uppercase;
	color: var(--color_one);
	margin-bottom: 20px;
}
.d2c_footer .d2c_footer_main .form-control{
	height: auto;
	padding: 10px 10px 11px 10px;
	background: rgb(16 16 34);
	border-radius: 3px 0px 0px 3px;
	color: var(--color_one);
	border: 1px solid transparent;
}
.d2c_footer .d2c_footer_main .form-control::placeholder{
	color: rgba(255, 255, 255, 0.5);
}
.d2c_footer .d2c_footer_main .form-control:focus{
    box-shadow: none;
}

.d2c_footer .d2c_footer_main form .btn.d2c_medium_btn{
	background-color: var(--color_one);
	color: var(--secondary_font);
	transition: .4s all;
}
.d2c_footer .d2c_footer_main form .btn.d2c_medium_btn:hover{
	background-color: var(--primary_color);
	color: var(--color_one);
	transition: .4s all;
}
.d2c_footer .list-group .list-group-item{
    margin-bottom: 15px !important;
}

/* Sub Footer */
.d2c_footer .d2c_sub_footer .border-top{
	border-color: rgba(61, 121, 211, 0.2) !important;
}

.d2c_footer .d2c_sub_footer .d2c_copy_right{
	margin-bottom: 0;
	font-family: var(--primary_font);
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	text-transform: capitalize;
	color: var(--color_one);
}

.d2c_footer .d2c_sub_footer .d2c_copy_right a{
	text-decoration: none;
	font-weight: 500;
	color: var(--color_one);
	transition: .4s all;
}
.d2c_footer .d2c_sub_footer .d2c_copy_right a:hover{
	color: var(--primary_color);
	transition: .4s all;
}
.d2c_footer .d2c_sub_footer .list-inline-item{
	font-family: var(--primary_font);
	font-size: 14px;
	text-transform: capitalize;
	color: var(--color_one);
}
.d2c_footer .d2c_sub_footer .list-inline-item+.list-inline-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: var(--color_one);
    font-size: 14px;
    content: "|";
}
.d2c_footer .d2c_sub_footer .list-inline-item a{
	text-decoration: none;
	color: var(--color_one);
	transition: .4s all;
}
.d2c_footer .d2c_sub_footer .list-inline-item a:hover{
	color: var(--primary_color);
	transition: .4s all;
}

/* ========================== bottom to top scroll start ============================ */
#scrollToTopBtn{
    display: none;
}
#scrollToTopBtn a{
    text-decoration: none;
}
#scrollToTopBtn a i{
    background: #1b324e;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 15%);
    font-size: 20px;
    color: var(--color_one);
    border-radius: 4px;
    width: 35px;
    height: 35px;
    position: fixed;
    z-index: 9999;
    bottom: 3%;
    right: 5%;
    transition: 0.4s all ease;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -ms-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
#scrollToTopBtn a i:hover{
    color: var(--primary_color);
    transition: 0.4s all ease;
}
  
  /* ========================== bottom to top scroll end ============================ */


/* 


	======================== ***** ============================= 
	Template Name: Filthy2fresh
	Template URI: #
	Description: This is the cleaning service website.
	 
	Author: designtocodes
	Author URI: https://designtocodes.com
*/
