
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
	scroll-behavior: smooth
	}

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0
}


body {
	font-family: 'Poppins', sans-serif !important;
	font-display:swap;
	font-size: 16px;
	color: black;
	line-height: 1.7em;
	font-weight: 400;
	background: #fff !important;
}
table, td, th {
    border: 1px solid #000!important;
    padding: 10px!important;
}

a {
	text-decoration: none !important;
    font-family: 'Poppins', sans-serif !important;
	cursor: pointer;
	color: black;
    font-size: 16px !important;
}   
button,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none !important;
}

h1,
h2,
h3 {
	font-family: 'Poppins', sans-serif !important;
}

p {
    font-family: 'Poppins', sans-serif !important;
	line-height: 28px;
    font-size: 16px;
    margin: 0 !important;
}

li{
line-height: 28px;

}

h1 {
	font-size: 40px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 50px !important;
}

h2 {
	font-size: 32px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 40px !important;
}

h3 {
	font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 40px !important;
}



/* top header */
.top-header-left {    display: flex;    align-items: center;}.top-header-left ul {    margin: 0;    display: flex;    gap: 15px;}
.top-header-left ul li {
    list-style: none;
}
.top-header-left ul li a {
    align-items: center;
    text-decoration: none;
    color: black;
    font-weight: 500;
    gap: 10px;
    font-size: 14px !important  ;
}
.top-header-left ul li a:hover {
    color: #f9282b;
}
.top-header-icon svg {
    fill:black;
    width: 20px;
}


.top-header-right ul {
    margin: 0;
    display: flex;
    justify-content: end;
    gap: 25px;
}
.top-header-right ul li {
    list-style: none;
}
.top-header-right ul li a svg {
     fill: black;
    width: 20px;
}


/* header */
.sticky-head {
    padding: 10px 0;
    position: fixed;
    top: 0px;
    width: 100%;
    background:linear-gradient(45deg, #d8dafa, #f1f3fc);
    z-index: 10;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.offcanvas-body ul{
    text-align: center;
    margin: 0;
}
.navbar-nav li a {
    font-size: 14px !important;
    font-weight: 600;
    margin: 0 1px;
    color: black;
}

.navbar-nav li a:hover {
   color: #c30104 !important;
}



a.navbar-brand img {
    width: 250px;
}



.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}


.nav-item.dropdown .dropdown-toggle::after {
    padding-left: 5px;
}



.nav-item.dropdown .dropdown-menu {
    display: none; 
}

.g-btn {
    display: flex;
    gap: 25px;
}
.g-btn-one a {
    max-width: 160px;
    width: 160px;
    text-align: center;
    background: #f9282b;
    color: white;
    padding: 9px 30px;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.4s ease, transform 0.4s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
}

.g-btn-one a:hover {
    background: #e65050;
    transform: scale(1.1) rotate(5deg); 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); 
}
.g-btn-two a {
    max-width: 160px;
    width: 160px;
    text-align: center;
    background: #f2bc0d;
    color: black;
    padding: 9px 30px;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.4s ease, transform 0.4s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
}

.g-btn-two a:hover {
    background: #eacc69;
    transform: scale(1.1) rotate(5deg); 
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4); 
}







/* home page */
/* sec one */

.sec-one {
    padding: 150px 0 80px 0; 
    color: black;
    background: linear-gradient(45deg, #d8dafa, #f1f3fc);
}

.sec-one-left{
    position: relative;
    padding: 40px 70px 40px 0;
}

.sec-one-left h1 span{
    color: #f9282b;
}
.sec-one-left p {
    padding: 20px 0;
   
}

.sec-one-image {
    top: -30px;
    position: absolute;
    right: -40%;
    z-index: 2;
}
.sec-one-image img {
    width: 350px;
}

.review-count-box{
    padding-top: 30px;
}

.sec-one-right {
    background: #f9282b;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 10px;
  }
  .sec-one-right span{
    font-size: 28px;
    font-weight: 700;
    color: white;
  }
  
  .sec-one-right-fields {
    padding: 10px 0;
}
 
.sec-one-right-fields input {
    padding: 10px 0 10px 10px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid white;
    font-size: 16px;
    color: white;
}
.sec-one-right-fields input:placeholder-shown {
    background: none;
}
.sec-one-right-fields input::placeholder {
    color: white !important; 
    opacity: 1; 
}
.sec-one-right-fields input:focus{
    color: white;
    background: transparent;
   box-shadow: none;
   border-color: white;
}


.sec-one-right-fields> input[type="text"],input[type="email"],input[type="number"], textarea{
    background: transparent;
    color: white;
}

.sec-one-right-fields select {
  background-color: transparent;
  padding: 10px 0 10px 10px;
  border: none;
  border-radius: 0;
  color: white;
  border-bottom: 1px solid white;
}
.sec-one-right-fields select::placeholder {
  color:white; 
  opacity: 0; 
}
.sec-one-right-fields select:placeholder-shown {
  background: none;
}
.sec-one-right-fields select:focus{
  color: white;
  background: none !important;
 box-shadow: none;
 border-color: white;
}
.sec-one-right-fields select option{
  color:#DD0000;
  background:ghostwhite;
}




.sec-one-right-fields textarea {
    padding: 10px 0 10px 10px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid white;
    font-size: 16px;
}
.sec-one-right-fields textarea:placeholder-shown {
    background: none;
}
.sec-one-right-fields textarea::placeholder {
    color: white; 
    opacity: 1; 
}
.sec-one-right-fields textarea:focus{
    color: white;
    background:#e9262a;
   box-shadow: none;
   border-color: white;
}


.form-g-btn{
    margin-top: 10px;
}
.form-g-btn input#signup {
    /* background: #fff; */
    background: #f2bc0d;
    color: black;
    display: block;
    text-align: center;
    padding: 8px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    width: 100%;
}
  .form-g-btn input#signup:hover {
    background: transparent;
    transition: 0.3s eas all;
    border: 1px solid white;
    color:white;
    transition-duration: 0.3s;
    
  }



/* home ser sec */
.home-ser-sec {
    padding: 0px 0 80px 0;
}

.home-sec-head span {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: black;
}
.home-sec-head p {
    padding: 20px 0 60px 0;
}
.home-ser-con {
    padding: 20px;
    background:linear-gradient(45deg, #d8dafa, #f1f3fc);
    display: grid;
    border: 1px solid red;
    margin: 10px;
    color: black;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
    transition: transform 0.3s ease-in-out;
}

.home-ser-con:hover {
    transform: scale(1.1); 
}

.home-ser-con p{
    margin: 0;
}
.home-ser-con span {
    color: #f9282b;
    padding: 15px 0;
    font-weight: 700;
    font-size: 24px;
}
#home-ser-top {
    margin-top: -30px;
}


/* sec two */
.sec-two {
    padding: 70px 0 0 0;
}
.sec-two-left-con h2 {
    color: black;
}
.sec-two-left-con p {
    padding: 10px 0 15px 0;
}

/* sec four service */
.service-sec{
    background: #152453;
    padding: 80px 0;
}
.service-header {
    text-align: center;
}

.service-span span {
    color: #FFFFFF;
    letter-spacing: 15px;
    font-size: 18px;
}
.service-header h2{
    color: white;
}
.service-header h2 span{
    color: #E9262A;
}
.service-header p{
    color: #FFFFFF;
}

.ser-body-main{
    padding-top: 70px;
}
.service-body {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
}
.service-body h3 {
    margin: 0;
    padding: 20px 0 10px 0;
}
.service-body img {
    box-shadow: 0px 5px 20px 3px #311a1a1a;
    background: #E9262A;
    padding: 20px;
    width: 80px;
    border-radius: 50px;
    margin-top: -60px;
}


/* home cta sec */
.home-cta-sec{
    background-image: url(../images/cta-bg.webp);
    background-size: cover;
    /* padding-bottom: 80px; */
}
.home-cta-sec-main {
    /* background: black; */
    padding: 70px 0;
    border-radius: 20px;
    color: white;
}

.home-cta-sec-con{
    padding: 0 50px;
    text-align: center;
}
.home-cta-sec-con span{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.home-cta-sec-con p {
    padding: 10px 0 20px 0;
}


/* ser sec features */
.ser-sec-features {
    padding: 100px 0;
    background: linear-gradient(45deg, #d8dafa, #f1f3fc);
}
.ser-sec-features-main {
    align-items: center;
}

.ser-sec-features-left-head span{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: black;
}

.ser-sec-features-tabs {
    display: block;
}
.ser-sec-features-left-head p {
    padding: 15px 0;
}
.tab-head img {
    width: 50px;
}
.tab-head span {
    padding: 9.8px 0;
    font-size: 20px;
    color: black;
}
ul.nav.nav-pills {
    display: flex;
    width: 100%;
    text-align: center;
}
.nav-pills .nav-link {
    border-radius:0 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    display: inline-block;
    color: black !important;
    background: none !important;
    border-bottom: 4px solid #f2bc0d;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    padding: 15px;
    width: 100%;
    color: black !important;
    background: none;
    display: inline-block;
    border-bottom: 4px solid #f9282b;
}

   .tab-pane {
    width: 100%;
    padding: 50px 50px;
    border-radius: 0 !important;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.tab-pane span{
    font-size: 28px;
    color: #e9262a;
    font-weight: 700;
}
.tab-content>.tab-pane {
    border-radius: 10px;
}
.fade:not(.show) {
    opacity: 1 !important;
}
.tab-pane-icon img {
    width: 150px;
}


/* feature sec */
.feature-sec {
    padding: 100px 0 50px 0;
}
.feature-sec-left h2 {
    color: #8a1538;
}
.features-active-con {
    padding: 30px;
    display: grid;
    background-color: #8A1538;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.2);
    color: white;
    border-radius: 10px;
}
.features-active-con img {
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.2);
    margin-top: -80px;
    background: white;
    /* padding: 17px; */
    border-radius: 50px;
}
.features-active-con span {
    padding: 15px 0;
    font-weight: 700;
    font-size: 28px;
}
.features-con {
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.2);
    padding: 30px;
    margin: 50px 0;
    display: grid;
    background-color: white;
    color:black;
    border-radius: 10px;
}
.features-con span {
    padding: 15px 0;
    font-weight: 700;
    font-size: 28px;
    color: #8A1538;
}
.features-con img {
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.2);
    margin-top: -80px;
    background: #8A1538;
    /* padding: 17px; */
    border-radius: 50px;
}
div#feature-three-con {
    margin-top: -10px;
}


/*  sec seven cta */
.sec-seven-cta-main {
    background-image: url(../images/cta-bg.webp) !important;
    background-size: cover !important;
    align-items: center;
    padding: 0 80px;
    background: black;
    color: white;
    border-radius: 10px;
}
.sec-seven-cta-center span{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}
.sec-seven-cta-docs {
    margin-top: -70px;
}
.sec-seven-cta-docs img {
    height: 320px;
}


/* con sec */
.con-sec {
    padding: 70px 0 70px 0;
}

.con-head h2{
    padding-bottom: 50px;
    color: black;
}

.con-main{
    padding: 30px;
    box-shadow: 0 0px 20px 4px rgb(229 231 251);
    height: 600px;
    overflow-y: scroll;
}
.con-main::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  .con-main::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .con-main::-webkit-scrollbar-thumb {
    background: #f2bc0d; 
  }
  

.con-head p {
    padding: 20px 0;
}

.con-sec-left h2 {
    color: black;
}
.con-sec-left h3{
    color: #e9262a;
}
.con-sec-right h2 {
    color: black;
}
.con-sec-right h3{
    color: #e9262a;
}
.con-sec-left p {
    padding: 10px 0;
}
.con-sec-right p {
    padding: 10px 0;
}



/* faqs sec */

.faq-ban {
    text-align: center;
}
.according-qh {
    font-size: 18px;
}


.hh-faq-title span{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 50px;
    color: black;
}

.hh-faq-title h2 span{
    margin-bottom: 40px;
    color:#f9282b;
}

.according-qh {
    font-size: 18px !important;
}

.accordion-item{
    border: none;
    margin: 0px 0px 22px 0px !important;
}

.accordion-button{
    font-weight: 700;
    border-radius: 5px !important;
    background-color: transparent;
    border: 1px solid black;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z' fill='%230a1954'/%3E%3C/svg%3E") !important;
    transition: all 0.5s;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23f2bc0d' d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E")
    !important;
}
.accordion-button:not(.collapsed) {
    color: #0a1954 !important;
    background: linear-gradient(45deg, #d8dafa, #f1f3fc) !important;
}
.accordion-button:focus {
    box-shadow: none !important;
}

/* ass list */
section.ass-list {
    padding: 0 0 50px 0;
}
.ass-list-head h2 {
    color: #8a1538;
    padding-bottom: 25px;
}

.ass-list-box-head {
    padding: 25px 0;
}
.ass-list-box-head span {
    color: #8A1538;
    font-size: 28px;
    font-weight: 700;
}
.ass-list-box {
    margin: 10px 0;
    align-items: baseline;
    display: flex;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.2);
}
.ass-list-icon img {
    padding: 20px;
}

/* footer */
.hh-faq-sec {
    padding: 70px 0;
}
.fg-logo a img {
    width: 250px;
}

.float {
    font-weight: 600;
    vertical-align: middle;
    padding: 7px 15px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #09bb5c;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    z-index: 100;
    transition: 0.5s ease all;
    text-decoration: none;
}
.float:hover {
    background-color:#0f7840;
}
a.float img {
    filter: brightness(12);
}

.mh-footer {
    background: linear-gradient(45deg, #d8dafa, #f1f3fc);
    color: black;
  }
  .footer-bottom {
    padding: 40px 0;
    border-bottom: 1px solid #dbd1d1;
}
  .mh-footer-list span {
    font-size: 24px;
    font-weight: 700;
    color: black;
}
  .mh-footer-list ul li a {
    gap: 10px;
    display: flex;
    font-size: 16px;
    color: black;
    transition: 0.3s ease all;
    align-items: center;
}
  .mh-footer-list ul li a:hover {
    text-decoration: underline !important;
    text-decoration-color: #E9262A !important;
  }
  .mh-footer-list ul {
    padding: 0px;
    list-style: none;
  }
  .mh-footer-list ul li {
    font-size: 15px;
    margin: 8px 0px;
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
  .mh-footer-list svg {
    width: 25px;
    fill: black;
  }
  .mh-social-icons {
    padding-top: 10px;
}
  .mh-social-icons a {
    fill: black;
    text-decoration: none;
  }
 
  .mh-social-icons svg {
    width: 25px;
    margin: 0 8px;
  }
  
  .footer-copyright {
    background-color:black;
    padding: 10px 0;
    color: white;
  }
  
  hr {
    margin: 0 !important;
}
  .footer-copyright-con {
    display: block;
    text-align: center;
  }
  .footer-copyright-con p {
    margin: 0;
  }


  /* testinomial sec */
  .sec-testionmial {
    padding: 0 0 70px 0;
}

.testinomail-head {
    text-align: center;
}
.testinomail-head span{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: black;
}


  .testinmial-info {
      box-shadow: 5px 5px 20px 3px #311a1a1a;
    padding:30px;
    margin: 30px 5%;
    border-radius: 20px;
}
.test-prof p {
    margin: 0;
    padding: 12px 0;
}


.test-main {
    align-items: center;
    display: flex;
}
.test-prof {
    display: flex;
}
.test-prof svg {
    fill: #8a1538;
    width: 60px;
    margin-top: -90%;
}
.test-prof img {
    padding-left: 20px;
    width: 150px;
    height: 150px;
    border-radius: 150px;
}
.test-con {
    padding-left: 30px;
    text-align: left;
    max-width: 360px;
}

.test-prof-id-name span {
    color:#E9262A;
}

.test-prof-id-desc {
    display: grid;
}
.test-prof-id-desc svg {
    width: 60px;
    fill: #8a1538;
}
.slick-dots li button:before {
    font-size: 16px !important;
    color:#c30104 !important;
}




  /* wrriter sec */

 .writer.sec {
    padding:70px 0 70px 0;
}
.writer-main-top-head span{
    font-size: 32px;
    font-weight: 700 ;
    margin: 0;
    line-height: 40px;
    margin: 0;
    padding-bottom: 40px;
}
.writer-head-top span {
    font-size: 18px;
    letter-spacing: 15px;
}

.writer-main-top-head h2 span{
    color: black;
}
  .writer-card {
    margin:25px 15px 15px 15px;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 13px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 20px 4px rgb(229 231 251);
    padding: 30px;
}

.about {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}
.about-prof img {
    border: 2px solid #c30104;
    width: 80px;
    height: auto;
    border-radius: 10px;
    display: block;
    background-color: #f0f0f0;
}
.writer-title {
    font-size: 18px;
    padding-bottom: 5px;
    display: block;
    text-transform: capitalize;
}
.writer-name span {
    color: #f9282b;
    font-size: 17px;
    font-weight: 600;
}
.writer-name img {
    width: 100px;
}

.writer-card .sub-block {
    padding: 0;
    display: block;
    align-items: center;
    gap: 10px;
    margin: 0;
    white-space: nowrap;
}
.writer-card .sub-block li {
  display: flex;
    flex-direction: column;
    gap: 0px;
    list-style: none;
    color: black;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
  
}
.writer-card .sub-block li p{
    font-weight: 500;
    color: #f9282b;
  
}

.writer-info{
    border-top: 1px solid #ccc;
    padding: 10px 0;
}
.writer-card .orders {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.writer-card .orders .complete-order {
    color: #f9282b !important;
    display: block;
    font-size: 16px;
}
.writer-card .orders li span {
    color: #000;
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}
.writer-card .orders li {
    list-style: none;
    font-weight: 500;
    padding: 15px 5px;
    text-align: center;
    color: #c30104 !important;
}
.writer-card .orders li span {
    color: #f2bc0d;
    display: block;
    text-align: center;
    margin-top: 5px;
}
.writer-card .buttons {
    display: block;
    justify-content: space-between;
    align-items: center;
    background: no-repeat;
    gap: 9px;
    width: 100%;
}
.writer-card .buttons .about-btn {
    max-width: 150px;
    width: 150px;
    text-align: center;
    background: #f9282b;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.4s ease, transform 0.4s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.writer-card .buttons .about-btn:hover {
    background: #e65050;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
.writer-card .buttons .hire-btn {
    max-width: 150px;
    width: 150px;
    text-align: center;
    background: #f2bc0d;
    color: black !important;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    transition: background-color 0.4s ease, transform 0.4s ease, box-shadow 0.3s ease;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: white;
}

.writer-card .buttons .hire-btn:hover{
    background: #eacc69;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}
/* about page */

/*  about hero main */

.about-hero-main{
    background-image: linear-gradient(45deg, #d8dafa, #f1f3fc);
    padding: 200px 0 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: black;
}

.about-hero-con h1 {
    color:black;
}
.about-hero-con h1 span {
    color: #f9282b;
}
.about-hero-con p {
    padding: 10px 0 15px 0;
}
.about-hero-pro {
    text-align: center;
}
.about-hero-pro img {
    width: 400px;
}

/* sec two about */
.sec-two-about{
    padding: 70px 0;
}
.sec-two-about-left-con h2 {
    color:black;
}
.sec-two-about-left-con p {
    padding: 15px 0;
}



/* contact page */

/* sec one contact */

.sec-one-contact{
    background-image:linear-gradient(45deg, #d8dafa, #f1f3fc);
    padding: 200px 0 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: black;
}

.sec-one-contact-con h1{
    color: black;
}
.sec-one-contact-con h1 span {
    color: #f9282b;
}
.sec-one-contact-con p {
    padding: 15px 0;
}

/* sec two contact */
.sec-two-contact{
    padding: 70px 0;
}
.sec-two-contact-right-con h2 {
    color: black;
}
.sec-two-contact-right-con p {
    padding: 10px 0 15px 0;
}

/* contact form */
section.contact-form-sec {
    color: white;
    padding-bottom: 70px;
}

.contact-us-area{
    margin: 0px 0px 20px 0px;
}
.contact-box {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    position: relative;
    gap: 7px;
    transition: box-shadow 0.25s ease 0s;
    width: 100%;
    border-radius: 15px;
    padding: 25px;
    color: black;
    background: white;
    box-shadow: 5px 5px 20px 3px #311a1a1a;
}

.contact-box span {
    font-weight: 700;
    font-size: 28px;
    color: black;
}


.contact-box  p {
    line-height: 1.7;
    margin: 0 0 15px;
}



.contact-list-style {
    text-decoration:none ;
    list-style: none;
    margin-left: -30px;
}
.contact-list-style li {
  margin: 5px 0px;
}
.contact-list-style li img{
  margin-right: 10px;
}
.contact-list-style li a{
  text-decoration: none;
  color: var(--primary-color);
  font-size: 14px;
}


/* serice page */
/* serice page */

/* service sec one */

.service-sec-one{
    background-image: linear-gradient(45deg, #d8dafa, #f1f3fc);
    padding: 200px 0 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: black;
}

.service-con h1{
    color: black;
}
.service-con h1 span {
    color: #f9282b;
}
.service-con p {
    padding: 15px 0;
}


/* service con */
section.service-con-sec {
    padding: 80px 0 0 0;
}

.ser-con-banner img {
    padding-top: 40px;
}
.ser-left{
    position: relative;
}
.ser-left-con {
    position: sticky;
    width: 100%;
    top: 1px;
    overflow: hidden;
}
#ser-writer-card {
    box-shadow: none;
    margin: 0;
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid gainsboro;
    padding: 30px;
}
.service-con-main {
    background: #bfc6dd;
    padding: 15px 0;
    text-align: center;
}
.service-con-main span {
    color: #152453;
    font-weight: 500;
    font-size: 28px;
}
.service-con-main p{
    margin: 0;
}
.ser-con-left {
    overflow-y: scroll;
    height: 400px;
}
.ser-con-left::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .ser-con-left::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .ser-con-left::-webkit-scrollbar-thumb {
    background:#f2bc0d; 
  }

  .ser-free-tool {
    padding-top: 40px;
}
.free-tool-head span {
    color: #152453;
    font-weight: 500;
    font-size: 28px;
}
  .free-tool-head {
    background: linear-gradient(45deg, #d8dafa, #f1f3fc);
    padding: 10px 0;
    text-align: center;
}
  .free-tool-body {
    overflow-y: scroll;
    height: 200px;
}
.free-tool-body ul li svg {
    width: 20px;
    fill: #c30104;
    margin-right: 7px;
    border-radius: 10px;
}
.free-tool-body ul li a {
    color: black;
}
.free-tool-body::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  .free-tool-body::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
   
  /* Handle */
  .free-tool-body::-webkit-scrollbar-thumb {
    background: #f2bc0d; 
  }

  .free-tool-body ul {
    padding: 0;
}
  .free-tool-body li {
    list-style: none;
    border: 1px solid gainsboro;
    padding: 10px;
    margin: 10px;
    font-size: 16px;
}

.flex-space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-space span {
    font-size: 16px;
}
.flex-space del {
    font-size: 16px;
}
.ser-con-right h2{
    !i;!;
    padding: 10px 0 !important;!i;!;
    color: black;
}
.ser-con-right h3{
    padding: 10px 0;
    color: #f9282b;
}
/* writer counter sec */

.writer-counter-main {
    gap: 20px;
    display: flex;
    padding-top: 30px;
}
.writer-counter-head span {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: black;
}
.writer-count-icon span {
    font-size: 28px;
    font-weight: 700;
    color: #f9282b;
}


/* thanks page */

.sec-one-thank {
    background: linear-gradient(45deg, #d8dafa, #f1f3fc);
    padding: 130px 0 50px 0;
    color: black;
}




.thanks-content h1 span  {
    color: #E9262A;
}


    
a.chatnow{
	color:#E9262A;
}
   
/* sec seven cta thanks */
#cta-thanks{
    padding: 100px 0 70px 0;
}

/*Form Error*/




 .error-message {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 5px;
	padding:5px;
	background:white;
}

input.error, select.error, textarea.error {
    border-color: #dc3545 !important;
}

/*Form Error*/