/* 
  ======================== ***** ============================= 
      Template Name: Texter V2 – One Page Writer Portfolio Template
      Template URI: https://www.designtocodes.com/wp-content/uploads/2022/11/Texter_One_Page_Portfolio_Template.jpg
      Description: Texter V2 – One Page Writer Portfolio Template is built with a modern design and the latest web technologies.
      Author: DesignToCodes
      Author URI: https://www.designtocodes.com
      Text Domain: Texter v2
*/

:root {

  /* Global Color */
  --primary_color: #3490DE;
  --primary_shade: linear-gradient(211.36deg, rgba(235, 244, 252, 0.7) 5.01%, rgba(255, 255, 255, 0) 106.94%);
  --secondary_color: #153A59;
  --text_color: #666666; 
  --default_color_one: #ffffff;
  --border_radius: 4px;

  /* global google font */
  --primary_font: 'Raleway', sans-serif;
 
}

/*Typography
-----------------------*/
p{
  font-family: var(--primary_font);
  font-weight: 500;
  font-size: 18px;
  color: var(--text_color);
  margin-bottom: 16px;
}
h1,h2,h3,h4,h5,h6{
  color: var(--primary_color);
  font-family: var(--primary_font);
  margin-bottom: 16px;
  text-transform: capitalize;
  font-weight: 700;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 25px;
  font-weight: 600;
}

/*Preloader*/
#preloader {
  background-color: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1100;
}
#preloader > img {
  width: 92px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 50%);
}

/*Custom Style
-----------------------*/
html {
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
[class *="col-"]{
  padding: 10px;
}
::selection {
  background: var(--secondary_color);
  color: var(--default_color_one);
}
/* [class *="col-"]{
  padding: 10px;
} */
#scrollToTopBtn{
  display: none;
}
a,
button,
select,
input {
  color: var(--secondary_color);
  cursor: pointer;
  transition: 0.4s all;
}
span,label{
  color: var(--secondary_color);
}
a:focus,
button:focus,
select:focus,
input:focus,
label:focus {
  outline: 0;
}
a {
  text-decoration: none;
  color: var(--secondary_color);
  font-family: var(--primary_font);
  font-weight: 400;
}
a:hover {
  text-decoration: none;
  color: var(--text_color);
}
section {
  padding: 100px 0px;
}
li{
  font-size: 18px;
  font-weight: 500;
  font-family: var(--primary_font);
  color: var(--text_color);
}
/* button */
.d2c_btn {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--default_color_one);
  background-color: var(--secondary_color);
  border: 1px solid var(--secondary_color);
  border-radius: var(--border_radius);
  text-align: center;
  padding: 8px 30px;
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 17px;
  text-transform: Capitalize;
  transition: 0.4s all;
  position: relative;
  z-index: 99;
}
.d2c_btn:focus {
  outline: 0;
  box-shadow: none;
  color: var(--default_color_one);
}
.d2c_btn:hover {
  color: var(--default_color_one);
  border-color: var(--primary_color);
  transition: 0.4s all;
}
.d2c_btn:active {
  box-shadow: none;
}

.d2c_btn::after{
  content: '';
  position: absolute;
  inset: 0;
  width: 1px;
  height: 1px;
  background: var(--primary_color);
  margin: auto;
  transition: .4s all ease;
  opacity: 0;
}
.d2c_btn:hover::after{
  width: 100%;
  height: 100%;
  transition: .4s all ease;
  opacity: 1;
  z-index: -1;
}
/* title */
.d2c_title{
  font-size: 38px;
  color: var(--primary_color);
  text-transform: uppercase;
  color: var(--primary_color);
  margin-bottom: 40px;
}
/* multiple background image liner */
.d2c_multiple_bg_liner{
  background-image: url(../images/bg_left_liner.png), url(../images/bg_right_liner.png);
  background-position: left 85%, right 80px;
  background-repeat: no-repeat, no-repeat;
}
/* image background gradient */
.d2c_image_bg_gradient{
  position: relative;
}
.d2c_image_bg_gradient::after{
  content: url(../images/image_bg_gradient.png);
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1;
}

/* navbar */
.navbar{
  padding: 8px 0px;
}
.navbar .d2c_social_link{
  border-left: 2px solid #D2D0D7;
  padding-left: 5px;
}
.navbar .d2c_social_link a{
    padding: 0px 5px;
}
.navbar .d2c_social_link a:hover{
  color: var(--primary_color);
}
.navbar .d2c_social_link a:last-child{
  padding-right: 0px;
}

/* navbar start */
.navbar-brand{
  width: 113px;
}
.d2c_navbar{
  background: var(--default_color_one);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.06);
  padding: 10px 0px;
}
.d2c_navbar .navbar-nav .nav-link{
  color: var(--primary_color);
  font-family: var(--primary_font);
  font-weight: 600;
  font-size: 18px;
  transition: .4s all ease;
  padding: 10px 20px;
  text-transform: capitalize;
}
.d2c_navbar .navbar-nav .nav-link:hover{
  color: var(--secondary_color);
  transition: .4s all ease;
}
.d2c_navbar .navbar-nav .nav-item .d2c_btn{
  padding: 10px 30px;
  color: var(--default_color_one);
  margin-left: 20px;
}
/* Nav Item Show from Side */
body .d2c_mobile_view {
  position: fixed;
  height: 100vh;
  inset: 0;
  opacity: 1;
}
.navbar-nav .d2c_btn{
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}
.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: 15.625rem;
  width: 100%;
  height: 100vh;
  position: absolute;
  right: -380px;
  top: 0;
  transition: 0.5s;
  padding: 20px 15px;
  background-color: #dff0ff;
  overflow: scroll;
  z-index: 9999;
}

.d2c_mobile_view.show .show_width {
  right: 0;
  transition: 0.5s;
}
.hide_width{
  max-width: 15.625rem;
  width: 100%;
  height: 100vh;
  position: absolute;
  right: -380px !important;
  top: 0;
  transition: 0.5s !important;
  padding: 20px 15px;
  background-color: #D9F0F3;
  overflow: scroll;
  z-index: 9999;
}


.d2c_mobile_view .navbar-toggler {
  background: var(--primary_color);
  color: var(--default_color_one);
  padding: 5px 10px;
  width: 38px;
}

@media only screen and (min-width:991px) {
  body .d2c_mobile_view {
    opacity: 0;
    transition: .5s;
  }
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: var(--secondary_color) !important;
}
.navbar-nav .d2c_btn.active{
  border-color: var(--primary_color);
  color: var(--default_color_one) !important;
}
.navbar-nav .d2c_btn.active::after{
  width: 100%;
  height: 100%;
  opacity: 1;
  color: var(--primary_color);
  z-index: -1;
}
.navbar-toggler{
  background: #e4f2ff;
}
.navbar-toggler-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* navbar end */



/* ========================== hero section start ============================ */
.d2c_hero{
  background-image: url(../images/hero_bg_left_liner.png), linear-gradient(251.84deg, #FFFFFF 0%, #EBF4FC 126.56%);
  background-repeat: no-repeat, no-repeat;
  background-position: 0px 90%, right;
}
.d2c_hero_title{
  color: var(--primary_color);
  font-size:60px;
  font-weight: 700;
  margin: 15px 0px;
}
.d2c_hero .d2c_hero_subtitle{
  color: var(--secondary_color);
  font-weight: 600;
  font-size: 30px;
}
.d2c_hero .d2c_btn{
  margin-top: 20px;
}
.d2c_hero_content img{
  margin-bottom: 60px;
}
/* ========================== hero section end ============================ */

/* ========================== about section start ============================ */
.d2c_about h3{
  font-size: 21px;
  text-transform: uppercase;
  margin: 30px 0px 10px 0px;
}
/* ========================== about section end ============================ */


/* ========================== services section start ============================ */

.d2c_services h3{
  font-size: 24px;
}
.d2c_services_card{
  background: linear-gradient(180deg, rgba(235, 244, 252, 0.7) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: var(--border_radius);
  transition: .4s all ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.d2c_services_content{
  padding: 40px 30px;
}
.d2c_services_card i{
  display: inline-flex;
  width: 36px;
  height: 36px;
  background: var(--primary_color);
  align-items: center;
  justify-content: center;
  border-radius: var(--border_radius);
  color: var(--default_color_one);
  margin-right: 15px;
}
.d2c_services_card hr{
  border-color: #EBF4FC;
}
.d2c_services_card ul{
  padding-left: 20px;
  margin-bottom: 0px;
}
.d2c_services_card ul li{
  position: relative;
  margin-bottom: 8px;
}
.d2c_services_card ul li::marker{
  content: '';
}
.d2c_services_card ul li::before{
  content: '';
  width: 12px;
  height: 12px;
  background: var(--primary_color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: -20px;
}
.d2c_services_card ul li:last-child{
  margin-bottom: 0px;
}
.d2c_hover_bg{
  width: 100%;
  height: 4px;
  background: var(--primary_color);
  border-radius: 0px 0px var(--border_radius) var(--border_radius);
  position: absolute;
  bottom: 0px;
  transition: .4s all ease;
}
.d2c_services_card:hover{
  background: transparent;
}
.d2c_services_card:hover .d2c_hover_bg{
  height: 100%;
  z-index: -1;
  border-radius: var(--border_radius);
  transition: .4s all ease;
}
.d2c_services_card:hover h3,.d2c_services_card:hover li{
  color: var(--default_color_one);
  transition: .4s all ease;
}
.d2c_services_card:hover li::before{
  background: var(--default_color_one);
  transition: .4s all ease;
}
.d2c_services_card:hover i{
  background: var(--default_color_one);
  color: var(--primary_color);
  transition: .4s all ease;
}
/* ========================== services section end ============================ */

/* ========================== support section start ============================ */
.d2c_support{
  background: url(../images/bg_left_liner.png),url(../images/bg_right_liner.png), linear-gradient(255.98deg, rgba(235, 244, 252, 0.35) -40.68%, #EBF4FC 127.56%);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: left 90%,right 80px;
}
.d2c_support_card{
  background: #D6E9F8;
  padding: 40px 30px;
  border-radius: var(--border_radius);
  height: 100%;
}
.d2c_support_card i{
  display: inline-flex;
  width: 36px;
  height: 36px;
  font-size: 16px;
  background: var(--primary_color);
  align-items: center;
  justify-content: center;
  border-radius: var(--border_radius);
  color: var(--default_color_one);
  margin-right: 15px;
  transition: .4s all ease; 
}
.d2c_support_card:hover i{
  background: var(--secondary_color);
  color: var(--default_color_one);
  transition: .4s all ease;
}
.d2c_support_text{
  font-size: 17px;
  color: var(--secondary_color);
}
/* ========================== support section end ============================ */

/* ========================== achievement section start ============================ */
.d2c_achievement{
  background: linear-gradient(255.98deg, rgba(235, 244, 252, 0.35) -40.68%, #EBF4FC 127.56%);
  padding: 80px 0px;
}
.d2c_achievement .d2c_title{
  margin-bottom: 20px;
}
.d2c_achievement_card [class *="col-"]{
  padding: 15px;
}
.d2c_achievement_card{
  background: #D6E9F8;
  border-radius: var(--border_radius);
}
.d2c_achievement_card img{
  border-top-left-radius: var(--border_radius);
  border-bottom-left-radius: var(--border_radius);
  height: 100%;
  object-fit: cover;
}
.d2c_achievement_card h3{
  margin-bottom: 10px;
  transition: .4s all ease;
}
.d2c_achievement_card:hover h3{
  color: var(--secondary_color);
  transition: .4s all ease;
}
.d2c_achievement_card p{
  color: var(--secondary_color);
}
.d2c_achievement_card .d2c_content {
  padding: 10px 25px 10px 5px;
}
/* ========================== achievement section end ============================ */

/* ========================== call to action section start ============================ */
.d2c_CTA{
  background: url(../images/call_to_action_bg_left.png),url(../images/call_to_action_bg_right.png),var(--primary_color);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: left top,right bottom,center;
}
.d2c_CTA .d2c_title{
  color: var(--default_color_one);
  margin-bottom: 20px;
}
.d2c_CTA p{
  color: var(--default_color_one);
  margin-bottom: 30px;
}
.d2c_CTA .d2c_btn{
  background: var(--default_color_one);
  color: var(--primary_color);
  border-color: var(--default_color_one);
}
.d2c_CTA .d2c_btn:hover{
  border-color: var(--secondary_color);
  color: var(--default_color_one);
}
.d2c_CTA .d2c_btn:hover::after{
  background: var(--secondary_color);
}
/* ========================== call to action section end ============================ */
.d2c_company {
  background-position: left 98%, right 80px;
}
.d2c_company .d2c_title,.d2c_about .d2c_title{
  margin-bottom: 16px;
}
.d2c_company_hover_logo{
  display: none;
  width: 90%;
}
.d2c_company_logo_wrapper{
  padding: 20px;
  display: flex;
  align-items: center;
}
.d2c_company_logo{
  width: 90%;
}
.d2c_company_logo_wrapper:hover .d2c_company_hover_logo{
    display: block;
}
.d2c_company_logo_wrapper:hover .d2c_company_logo{
  display: none;
}
/* ========================== portfolio section start ============================ */
.d2c_portfolio{
  overflow: hidden;
}
.d2c_portfolio_image{
  border-radius: var(--border_radius);
  object-fit: cover;
}
.d2c_portfolio_content_wrapper{
  position: relative;
  height: 420px;
  overflow: hidden;
  transition: .4s all ease;
}
.d2c_portfolio_content{
  background: linear-gradient(0deg, rgba(52, 144, 222, 0.93), rgba(52, 144, 222, 0.93));
  border-radius: var(--border_radius);
  padding: 10px 30px;
  border-radius: var(--border_radius);
  position: absolute;
  top: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  transition: .4s all ease;
}
.d2c_portfolio_content h3,.d2c_portfolio_content p{
  color: var(--default_color_one);
}
.d2c_portfolio_content_wrapper:hover .d2c_portfolio_content{
  inset: 0;
  transition: .4s all ease;
}
.d2c_portfolio .slick-dots li{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C2DEF5;
  transition: .4s all ease;
  display: inline-block;
}
.d2c_portfolio .slick-dots li button:before{
  content: '';
}
.d2c_portfolio .slick-dots li.slick-active{
  width: 30px;
  border-radius: 10px;
  background: var(--primary_color);
  transition: .4s all ease;
}
.d2c_portfolio .slick-dots{
  bottom: -50px;
}
/* ========================== portfolio section end ============================ */

/* ========================== contact section start ============================ */
.d2c_contact{
  background: url(../images/contact_bg_left.png),url(../images/contact_bg_right.png);
  background-position: left bottom,top right;
  background-repeat: no-repeat,no-repeat;
}

.form-control{
  background: transparent;
  border: none;
  box-shadow: 0px 0px 24px rgba(27, 69, 65, 0.07);
  -webkit-box-shadow: 0px 0px 24px rgba(27, 69, 65, 0.07); 
  -moz-box-shadow: 0px 0px 24px rgba(27, 69, 65, 0.07);
  padding: 27px 20px;
  font-family: var(--primary_font);
  color: var(--secondary_color);
  font-weight: 500;
}
.form-control:focus{
  box-shadow: 0px 0px 24px rgba(27, 69, 65, 0.07);
  -webkit-box-shadow: 0px 0px 24px rgba(27, 69, 65, 0.07); 
  -moz-box-shadow: 0px 0px 24px rgba(27, 69, 65, 0.07);
  outline: none;
}
.form-control::placeholder{
  color: #AAAAAA;
}
.d2c_contact form .d2c_form_column{
  padding: 10px;
}
.d2c_contact form .d2c_btn{
  background: var(--primary_color);
  color: var(--default_color_one);
  border-color: var(--primary_color);
  margin-top: 40px;
  justify-content: center;
}
.d2c_contact form .d2c_btn:hover{
  border-color: var(--secondary_color);
}
.d2c_contact form .d2c_btn:hover::after{
  background: var(--secondary_color);
}
.d2c_contact form select{
  padding: 0px !important;
  height: 54px;
  padding-left: 20px !important;
  color: #7b7b7b !important;
  position: relative;
  appearance: none;
}
.d2c_topic_column{
  position: relative;
}
.d2c_topic_column::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 10px;
  height: 10px  ;
  background-color: #d3d3d3;
  clip-path: polygon(100% 0%, 0 0%, 50% 60%);
}


/* ========================== contact section end ============================ */

/* ========================== testimonial section start ============================ */
.d2c_testimonial{
  background: url(../images/bg_left_liner.png),url(../images/testimonial_bg_right_liner.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left center,right center;
}
.d2c_testimonial .d2c_client_name{
    font-size: 25px;
    font-weight: 600;
    color: var(--primary_color);
    margin-bottom: 0px;
    line-height: 27px;
}
.d2c_client_image{
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}
.d2c_ratings{
  margin: 30px 0px;
}
.d2c_ratings i{
  color: var(--primary_color);
  margin: 0px 3px;
  font-size: 14px;
}
.d2c_testimonial_wrapper{
  background: url(../images/testimonial_bg_left.png),url(../images/testimonial_bg_right.png);
  background-repeat: no-repeat,no-repeat;
  background-position: left center,right center;
}
/* ========================== testimonial section start ============================ */

/* ==========footer section start========== */
.d2c_footer{
  background: var(--primary_color);
  padding: 70px 0px;
}
.d2c_footer .d2c_footer_logo{
  width: 191px;
  margin-bottom: 25px;
}
.d2c_footer h3,.d2c_footer p,.d2c_footer p a{
  color: var(--default_color_one);
}
.d2c_footer p a{
  font-weight: 500;
  word-break: break-all;
}
.d2c_footer i{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--border_radius);
  margin-right: 5px;
  color: var(--default_color_one);
  transition: .4s all ease;
}
.d2c_footer_3 .form-control{
  background: rgba(255, 255, 255, 0.2);
  border-radius: var(--border_radius);
  border: none;
  padding: 25px 20px;
  font-family: var(--primary_font);
  font-size: 16px;
  font-weight: 500;
  color: var(--default_color_one);
}
.d2c_footer_3 .form-control::placeholder{
  color: var(--default_color_one);

}
.d2c_footer_3 .form-control:focus,.d2c_footer_3 .btn:focus{
  box-shadow: none;
}
.d2c_footer_3 .btn{
  background: #89BBE6;
  border-radius: 2px;
  color: var(--default_color_one);
  width: 60px;
  font-size: 18px;
  transition: .4s all ease;
}
.d2c_footer_3 .btn:hover{
  background: var(--secondary_color);
  transition: .4s all ease;
}
.d2c_social_link i:hover{
  background: var(--secondary_color);
  transition: .4s all ease;
}
.d2c_footer_3 .btn i{
  font-size: 18px;
  background: transparent;
}
.d2c_copyright{
  background: var(--secondary_color);
  padding: 15px 0px;
}
.d2c_copyright p{
  color: var(--default_color_one);
  font-weight: 400;
}
.d2c_copyright p a{
  color: var(--default_color_one);
  font-weight: 600;
}
/* ==========footer section end========== */

/* ========================== bottom to top scroll start ============================ */
#scrollToTopBtn a{
  text-decoration: none;
}
#scrollToTopBtn a i{
  background: #89BBE6;
  box-shadow: 0rem 0rem 1.25rem rgb(0 0 0 / 15%);
  font-size: 1.25rem;
  color: var(--secondary_color);
  border-radius: 0.25rem;
  width: 2.188rem;
  height: 2.188rem;
  position: fixed;
  z-index: 9999;
  bottom: 3%;
  right: 5%;
  transition: 0.4s all ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #89BBE6;
}
#scrollToTopBtn a i:hover{
  background: var(--secondary_color);
  border-color: var(--secondary_color);
  color: var(--default_color_one);
  transition: 0.4s all ease;
}

/* ========================== bottom to top scroll end ============================ */

/* 
======================== ***** ============================= 
      Template Name: Texter V2 – One Page Writer Portfolio Template
      Template URI: https://www.designtocodes.com/wp-content/uploads/2022/11/Texter_One_Page_Portfolio_Template.jpg
      Description: Texter V2 – One Page Writer Portfolio Template is built with a modern design and the latest web technologies.
      Author: DesignToCodes
      Author URI: https://www.designtocodes.com
      Text Domain: Texter v2
*/



