

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "Poppins", sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: "times-bold";
    src: url(../fonts/TimesNRMT-Bold.woff2) format('woff2'),
         url(../fonts/TimesNRMT-Bold.woff) format('woff'),
         url(../fonts/Times-Bold.otf) format('opentype');
    font-display: swap;
}

@font-face {
    font-family: "times";
    src: url(../fonts/TimesNewRomanPSMT.woff2) format('woff2'),
         url(../fonts/TimesNewRomanPSMT.woff) format('woff'),
         url(../fonts/times.ttf) format('truetype');
    font-display: swap;
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

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

h1 {
    font-family: 'times-bold';
}

h2 {
       font-family: "times-bold";
       font-size: 60px;
       color: #151515;
       text-transform: capitalize;
       font-weight: 500;
       margin: 0 0 0px;
}

h3 {
       font-family: "times-bold";
    font-size: 35px;
    color: #151515;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
       font-family: "times-bold";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
       font-family: "times-bold";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'times';
    font-size: 26.15px;
    color: #151515;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: capitalize;
}

p {
    color: #000;
    font-size: 20px;
    font-family: "times";
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSection h3 {
    font-size: 25px;
    color: #02625b;
    font-weight: 700;
}

.menuSection h3 span {
    color: #ffb603;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #151515;
    padding: 0;
    font-size: 18px;
    text-transform: capitalize;
    font-family: "times";
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffb603;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #151515;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #151515 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

header {
    background-image: url(../images/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
}

header .row {
    align-items: center;
}

.header-logo img {
    width: 80%;
    position: relative;
    top: -5px;
}

.btn {
  background-color: rgb(255, 182, 3) !important;
  box-shadow: 2.939px 4.045px 25.6px 6.4px rgba(255, 207, 89, 0.56) !important;
  font-size: 18px;
  color: #151515;
  font-family: "times-bold";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 80px;
  padding: 15px 25px !important;
  text-transform: capitalize;
}


.header-btn {
    text-align: end;
}

/*header css start */


/*banner css start */



.hero-banner-sec {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.hero-content h6 {
  border: 1px solid #84cfcb;
  display: inline-flex;
  padding: 10px 20px;
  border-radius: 60px;
  font-size: 26.15px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 20px;
  align-items: center;
  gap: 10px;
}
.hero-content h6 i {
    font-size: 8px;
}

.theme-color {
    color: #ffb603;
}

.hero-content h1 {
    font-size: 70px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 80px;
    margin-bottom: 25px;
}

.hero-content {
    width: 104%;
}

.hero-content p {
    font-size: 24px;
    color: #ffffff;
    font-family: 'times';
    line-height: 32px;
}


.theme-btn2 {
  border-width: 1px;
  border-color: rgb(132, 207, 203);
  border-style: solid;
  border-radius: 32px;
  font-size: 18px;
  color: #fff;
  font-family: "times-bold";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 80px;
  padding: 15px 25px !important;
  text-transform: capitalize;
}
.hero-btns {
    margin-top: 25px;
}

.hero-btns .theme-btn2 {
    background-color: transparent !important;
    box-shadow: unset !important;
    padding: 15px 25px 15px 65px !important;
    margin: 0px 0 0 -50px !important;
    z-index: -1;
}

.theme-btn1 {
    position: relative;
    z-index: 1;
}
img.abs1 {
    position: absolute;
    bottom: -9%;
    left: 0;
    width: 24%;
}

img.abs2 {
    position: absolute;
    bottom: 0;
    right: -2%;
    width: 25%;
    z-index: 1;
}
.hero-form {
  border-radius: 40px;
  background-color: rgb(255, 255, 255);
  width: 90%;
  padding: 40px 30px;
  margin: 0 auto;
}


.hero-form h3 {
    font-size: 29.75px;
    color: #151515;
    text-transform: capitalize;
    text-align: center;
}

.hero-form h3 span {
    display: block;
    text-transform: uppercase;
}

.hr-form input, .hr-form select, .hr-form textarea {
  background-color: rgb(240, 240, 240);
  width: 100%;
  height: 55px;
  border: 0;
  border-radius: 90px;
  padding: 0 15px;
  font-size: 17.79px;
  color: #151515;
  font-family: 'times';
  appearance: auto;
  margin: 10px 0;
}


.hr-form textarea {
    padding: 25px;
    height: 80px;
    resize: unset;
}

.hr-checkbox {
    display: flex;
    gap: 10px;
}

.hr-checkbox input {
    width: 20px !important;
    height: 20px !important;
    padding: 10px;
}

.hr-checkbox label {
    font-size: 14.09px;
    color: #7d7d7d;
    line-height: 23px;
}

.hr-buttons button {
    width: 100%;
    margin: 20px 0 0;
    font-size: 21px;
    text-transform: uppercase;
}

ul.counter {
    border-top: 2px solid #42918a;
    margin-top: 50px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
ul.counter li {
    text-align: center;
}

ul.counter li h4 {
    font-size: 40px;
    color: #fff;
    font-family: 'times-bold';
    font-style: italic;
}

ul.counter p {
    font-size: 12.65px;
    color: #f0f0f0;
    font-family: 'times';
    text-transform: capitalize;
}
/*banner css end*/

/* Services Section */
.italic {
    font-family: 'times';
    font-style: italic;
}

.sec-head p {
    width: 80%;
    margin: 0 auto;
}

.sec-head {
    margin-bottom: 50px;
}

.service-card {
    border-radius: 24px;
    box-shadow: 0 0 20px 0 #84cfcb69;
    padding: 40px;
    margin: 12px 0;
    transition: .3s all;
}

.service-card h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 28px;
    color: #151515;
    text-transform: capitalize;
}

.service-card h4 img {
    width: 50px;
    height: 50px;
    object-fit: inherit;
    filter: brightness(0) saturate(100%) invert(0%) sepia(2%) saturate(5744%) hue-rotate(328deg) brightness(84%) contrast(84%);
    transition: unset !important;
}

.service-card p {
    font-size: 18px;
    margin: 20px 0;
}

.theme-btn3 {
    background-color: rgb(240, 240, 240) !important;
    color: #989898 !important;
    box-shadow: unset !important;
 }

.service-card * {
    transition: .3s all;
}

.service-card:hover {
      border-radius: 24px;
    background-image: -webkit-linear-gradient( 142deg, rgb(26,27,30) 0%, rgb(78,80,87) 0%, rgb(60,62,69) 0%, rgb(78,80,87) 0%, rgb(93,96,99) 0%, rgb(121,125,130) 0%, rgb(121,125,130) 0%, rgb(255,255,255) 0%, rgb(247,248,247) 0%, rgb(239,240,238) 0%, rgb(185,188,189) 0%, rgb(131,135,140) 0%, rgb(239,240,238) 0%, rgb(132,207,203) 0%, rgb(67,153,147) 26%, rgb(2,98,91) 100%);
 
}


.service-card:hover h4 {
    color: #fff;
}

.service-card:hover h4 img {
filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(216deg) brightness(105%) contrast(109%);
}

.service-card:hover .btn.theme-btn3 {
    background-color: rgb(255, 182, 3) !important;
    box-shadow: 2.939px 4.045px 25.6px 6.4px rgba(255, 207, 89, 0.56) !important;
    color: #151515 !important;
}

.service-card:hover p {
    color: #fff;
}
/* Services Section */



/* CTA Section */
.cta-sec {
    background-image: url(../images/cta-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 !important;
    margin-bottom: 40px;
}

.cta-btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.cta-call {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.cta-call img {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 60px;
}

.cta-call h6, .cta-call a {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    line-height: 32px;
    font-family: 'times-bold';
}

.cta-images {
    display: flex;
    align-items: center;
}

.cta-sec .row {
    align-items: center;
}

.cta-images {
    position: relative;
    z-index: 1;
    height: 250px;
}

.cta-images img {
    position: absolute;
}

.cta-images .cta2 {
    right: 0;
    z-index: -1;
    top: -60px;
}
/* CTA Section */

/* Publishing Section */
.publishing-card h4 {
    font-size: 25px;
    color: #151515;
    text-transform: capitalize;
}

.publishing-card p {
    font-size: 16px;
    color: #151515;
    line-height: 24px;
}

.publishing-card {
    text-align: center;
}

.publish-step h3 {
    font-size: 50px;
    color: #02625b;
}

.publish-step img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}


.publishing-card .publish-step {
    /* margin: 120px auto 130px auto; */
    width: 180px;
    height: 180px;
    border-radius: 350px;
    box-shadow: 25px 46px 13px 0 #d1d2d36e, -4px 6px 0px 1px #d1d2d36e;
    display: grid;
    place-content: center;
    z-index: -1;
    margin: -60px auto 0 auto;
}

.publishing-card.inverse .publish-step {
    /* margin: 200px auto 120px auto; */
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin: auto;
}

.row.publishing-row {
    position: relative;
    z-index: 1;
}

/* .row.publishing-row::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/steps-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    z-index: -1;
} */


.publish-cta {
    text-align: center;
}

.publish-cta .cta-btns {
    justify-content: center;
    margin: 50px 0 0;
}

.publish-cta .cta-btns .cta-call * {
    color: #000;
    text-align: left;
}
/* Publishing Section */

/* Stories Section */
  .stories-section {
    position: relative;
    background-image: url(../images/story-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.white-theme h6 {
    color: #fff;
}

.white-theme h2 {
    color: #fff;
}

.white-theme p {
    color: #fff;
}

.stories-section .cta-btns {
    justify-content: center;
    margin: 30px 0 0;
}

/* ===== SLIDER WRAPPER ===== */
.stories-slider-wrap {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 2;
}

.stories-slider-track {
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ===== ALL SLIDES ===== */
.stories-slide {
    position: absolute;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.stories-card {
    border-radius: 26px;
    padding: 32px 22px 24px;
    text-align: center;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stories-text h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #151515 !important;
    text-transform: capitalize;
}

.stories-text p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 18px;
    color: #151515 !important;
}

.stories-image img {
    border-radius: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
    display: block;
    margin: 0 auto;
}

/* ===== CENTER (pos-center) ===== */
.stories-slide.pos-center {
    z-index: 10;
    width: 400px;
    transform: translateY(0px);
}

.stories-slide.pos-center .stories-card {
    background: #ffc300;
    box-shadow: 0 35px 80px rgba(0, 0, 0, 0.30);
    min-height: 500px;
}

.stories-slide.pos-center .stories-text h3 {
}

.stories-slide.pos-center .stories-text p {
    color: #151515;
}

/*.stories-slide.pos-center .stories-image img {*/
/*    width: 200px;*/
/*}*/

.stories-slide.pos-center .stories-image img {
    width: 230px;
}

/* ===== ADJACENT LEFT/RIGHT (pos-prev1 / pos-next1) ===== */
.stories-slide.pos-prev1,
.stories-slide.pos-next1 {
    z-index: 7;
    width: 320px;
    opacity: 1;
}

.stories-slide.pos-next1 {
    left: calc(50% + 145px);
}

.stories-slide.pos-prev1 {
    right: calc(50% + 145px);
}

.stories-slide.pos-prev1 .stories-card,
.stories-slide.pos-next1 .stories-card {
    border: 1px solid rgba(255, 255, 255, 0.15);
    min-height: 380px;
    opacity: 1;
    border-radius: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 2.939px 4.045px 137.6px 34.4px rgba(0, 58, 46, 0.21);
    /* width: 320px; */
}

.stories-slide.pos-prev1 .stories-text h3,
.stories-slide.pos-next1 .stories-text h3 {
    color: #fff;
}

.stories-slide.pos-prev1 .stories-text p,
.stories-slide.pos-next1 .stories-text p {
    color: rgba(255, 255, 255, 0.75);
}

.stories-slide.pos-prev1 .stories-image img,
.stories-slide.pos-next1 .stories-image img {
    width: 165px;
}

/* ===== OUTER LEFT/RIGHT (pos-prev2 / pos-next2) ===== */
.stories-slide.pos-prev2,
.stories-slide.pos-next2 {
    z-index: 4;
    width: 300px;
}

.stories-slide.pos-next2 {
    left: calc(50% + 225px + 230px + 8px);
}

.stories-slide.pos-prev2 {
    right: calc(50% + 210px + 135px + 8px);
}

.stories-slide.pos-prev2 .stories-card,
.stories-slide.pos-next2 .stories-card {
    background: rgb(255 255 255);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 320px;
    filter: saturate(0.3) grayscale(0.35);
    opacity: 0.55;
    /* width: 300px; */
}

.stories-slide.pos-prev2 .stories-text h3,
.stories-slide.pos-next2 .stories-text h3 {
    color: #fff;
}

.stories-slide.pos-prev2 .stories-text p,
.stories-slide.pos-next2 .stories-text p {
    color: rgba(255, 255, 255, 0.65);
}

.stories-slide.pos-prev2 .stories-image img,
.stories-slide.pos-next2 .stories-image img {
    width: 130px;
}

/* ===== HIDDEN ===== */
.stories-slide.pos-hidden {
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    width: 190px;
}

/* ===== NAV ARROWS ===== */
.stories-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.93);
    border: none;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
    z-index: 20;
    color: #111;
    transition: background 0.2s, transform 0.2s;
}

.stories-arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.05);
}

.stories-arrow.arrow-prev {
    left: 0;
}

.stories-arrow.arrow-next {
    right: 0;
}



/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {

    .stories-slide.pos-prev2,
    .stories-slide.pos-next2 {
        opacity: 0;
        pointer-events: none;
    }

    .stories-slide.pos-center {
        width: 240px;
    }

    .stories-slide.pos-prev1,
    .stories-slide.pos-next1 {
        width: 200px;
    }

    .stories-slide.pos-next1 {
        left: calc(50% + 125px);
    }

    .stories-slide.pos-prev1 {
        right: calc(50% + 125px);
    }
}

@media (max-width: 600px) {
    .stories-header h2 {
        font-size: 32px;
    }

    .stories-slide.pos-prev1,
    .stories-slide.pos-next1 {
        width: 170px;
        opacity: 0.6;
    }

    .stories-slide.pos-next1 {
        left: calc(50% + 108px);
    }

    .stories-slide.pos-prev1 {
        right: calc(50% + 108px);
    }

    .stories-slide.pos-center {
        width: 210px;
    }

    .stories-arrow.arrow-prev {
        left: 4px;
    }

    .stories-arrow.arrow-next {
        right: 4px;
    }

    .stories-cta {
        flex-direction: column;
        gap: 12px;
    }
}
.stories-slide.pos-next2 .stories-card {
    transform: translate(-110px, 0px);
}

/* Stories Section */


/* Authors Section */
.author-left-box .author-card {
  border-radius: 24px;
  background-image: -webkit-linear-gradient( 142deg, rgb(26,27,30) 0%, rgb(78,80,87) 0%, rgb(60,62,69) 0%, rgb(78,80,87) 0%, rgb(93,96,99) 0%, rgb(121,125,130) 0%, rgb(121,125,130) 0%, rgb(255,255,255) 0%, rgb(247,248,247) 0%, rgb(239,240,238) 0%, rgb(185,188,189) 0%, rgb(131,135,140) 0%, rgb(239,240,238) 0%, rgb(132,207,203) 0%, rgb(67,153,147) 26%, rgb(2,98,91) 100%);
  padding: 53px;
}


.author-card {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.author-left-box .author-card .rating i {
    font-size: 30px;
    color: #ffb603;
}

.author-left-box .author-card p {
    font-size: 26px;
    color: #fff;
    line-height: 40px;
    margin: 25px 0;
}

ul.autor-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.author-left-box ul.autor-profile img {
    width: 70px;
    height: 70px;
    border-radius: 80px;
}

.author-left-box ul.autor-profile h5 {
    font-size: 40px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'times';
}

.author-left-box ul.autor-profile span {
    font-size: 20px;
    color: #ffffff;
    font-family: 'times';
}

img.quote1 {margin: 30px 0 -50px auto;width: fit-content;display: block;}

.author-right-box .author-card {
    border-radius: 24px;
    box-shadow: 0 0 20px 0 #84cfcb69;
    padding: 40px;
    margin: 12px 0;
    transition: .3s all;
}

.author-right-box .author-card img.quote1 {
    margin: -60px 0 -40px auto;
}

.author-right-box .author-card i {
    color: #ffb603;
    font-size: 20px;
}

.author-right-box .author-card p {
    font-size: 20px;
    color: #151515;
    margin: 20px 0;
    line-height: 33px;
}

.author-right-box .author-card ul.autor-profile img {
    width: 50px;
    height: 50px;
    border-radius: 60px;
    object-fit: cover;
}

ul.autor-profile h5 {
    font-size: 24px;
    color: #151515;
    text-transform: capitalize;
}

ul.autor-profile span {
    font-size: 12px;
    color: #151515;
    font-family: 'times';
}
/* Authors Section */

/* Why Section */
.why-sec .italic {
    font-family: 'times-bold';
}

.left-card {
    display: flex;
    border-radius: 24px;
    box-shadow: 0 0 10px 0 #84cfcb69;
    padding: 25px;
    margin: 12px 0;
    transition: .3s all;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.left-card img {
    width: 60px;
    height: 50px;
    object-fit: scale-down;
}

.left-card-content h5 {
    font-size: 26.54px;
    color: #151515;
}

.left-card-content p {
    font-size: 19.17px;
    color: #151515;
}

.why-right-content {
    border-radius: 24px;
    background-image: -webkit-linear-gradient(142deg, rgb(26, 27, 30) 0%, rgb(78, 80, 87) 0%, rgb(60, 62, 69) 0%, rgb(78, 80, 87) 0%, rgb(93, 96, 99) 0%, rgb(121, 125, 130) 0%, rgb(121, 125, 130) 0%, rgb(255, 255, 255) 0%, rgb(247, 248, 247) 0%, rgb(239, 240, 238) 0%, rgb(185, 188, 189) 0%, rgb(131, 135, 140) 0%, rgb(239, 240, 238) 0%, rgb(132, 207, 203) 0%, rgb(67, 153, 147) 26%, rgb(2, 98, 91) 100%);
    padding: 53px;
}

ul.why-counter-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

ul.why-counter-list li {
    width: 50%;
    padding: 20px 30px 40px;
}

ul.why-counter-list h5 {
    font-size: 52px;
    color: #ffb603;
    font-family: 'times';
    font-style: italic;
}

ul.why-counter-list p {
    font-size: 20.52px;
    color: #f0f0f0;
    text-transform: capitalize;
}

ul.why-counter-list::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #7ac6c2;
}

ul.why-counter-list::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #7ac6c2;
}

.why-quote {
    border-top: 1px solid #7ac6c2;
    margin-top: 25px;
    padding-top: 20px;
}

.why-quote p {
    font-size: 23.55px;
    color: #ffffff;
    font-style: italic;
    margin: 20px 0;
}
/* Why Section */


/* Ready To Publish Section */
.row.publish-bg {
  border-radius: 25px;
  background-color: rgb(255, 182, 3);
  padding: 50px 40px;
  position: relative;
  z-index: 1;
  align-items: center;
}



.theme-color2 {
    color: #02625b;
    font-family: 'times-bold';
}

.publish-content p {
    line-height: 40px;
    width: 90%;
}


.publish-content .cta-btns {
    margin-top: 30px;
}

    .publish-content .cta-btns .theme-btn1 {
        background-image: -webkit-linear-gradient( -83deg, rgb(26,27,30) 0%, rgb(78,80,87) 0%, rgb(60,62,69) 0%, rgb(78,80,87) 0%, rgb(93,96,99) 0%, rgb(121,125,130) 0%, rgb(121,125,130) 0%, rgb(255,255,255) 0%, rgb(247,248,247) 0%, rgb(239,240,238) 0%, rgb(185,188,189) 0%, rgb(131,135,140) 0%, rgb(239,240,238) 0%, rgb(132,207,203) 0%, rgb(67,153,147) 26%, rgb(2,98,91) 100%);
        color: #fff;
}


.publish-content .cta-btns .cta-call * {
    color: #151515;
}


.publish-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 46%;
}

.publish-content h2 {
    line-height: 80px;
}
/* Ready To Publish Section */

/* Footer Section */
footer {background: #029588;background: linear-gradient(0deg, rgba(2, 149, 136, 1) 0%, rgba(0, 80, 69, 1) 100%);padding: 70px 0 10px;}

section.publish-sec {
    margin-bottom: 150px;
}
img.ftr-logo {
    width: fit-content;
}

.footer-content p, .footer-content a {
    font-size: 16px;
    color: #84cfcb;
    font-family: 'times';
}

ul.footer-contact {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
    width: 90%;
}

ul.footer-contact li:first-child {
    width: 100%;
    display: flex;
}

ul.footer-contact i {
    font-size: 18px;
    color: #01685c;
    background: #fff;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    border-radius: 50px;
}

ul.footer-contact li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin: 6px 0;
}

.footer-content h3 {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.footer-content ul a {
    margin: 3px 0;
}

.footer-content.ftr3 {
    position: relative;
    z-index: 1;
}

.footer-content.ftr3::before, .footer-content.ftr3::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: -15%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #81ccc8;
}

.footer-content.ftr3::before {
    left: auto;
    right: 5%;
}

.footer-content.ftr1 p {
    width: 75%;
}
.footer-content h3.ftr-logo {
    font-size: 33px;
    margin-bottom: 10px;
}

.footer-content h3.ftr-logo span {
    color: #ffb603;
}
.nav-text p {
    font-size: 14px;
    color: #84cfcb;
    font-family: 'times';
}

.nav-link a {
    font-size: 14px;
    color: #84cfcb;
    font-family: 'times';
    border-right: 1px solid #84cfcb;
    padding: 0 6px 0 0;
    line-height: 14px;
}
.nav-link a:last-child {
    border: unset;
}
.row.footer-nav {
    align-items: center;
    padding: 20px 0 0;
    margin-top: 50px;
    border-top: 1px solid #81ccc8;
}
/* Footer Section */
.publishing-card.inverse {
    margin-top: 50px;
}

img.design1 {
    transform: rotate(180deg);
    margin: 10px 0 30px;
    width: 250px;
}

.publishing-card.inverse img.design1 {
    transform: unset;
    margin: -15px 0 10px 0;
}

.publishing-sec .col-lg-3 {
    padding: 0;
}
.modal-header .btn-close {
    width: 40px;
    height: 40px;
    background: #ffb603;
    opacity: 1;
    color: #000;
    border-radius: 50px;
    font-size: 25px;
    padding: 1px 0 0 0;
}

.modal-body .hero-form {
    padding: 0;
}
.modal-content {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 30px;
    border-radius: 20px;
}

/*privacypolicy*/

.term_policy_sec {}

.term_policy_sec {}

.term_policy_sec {}

.term_policy_sec {
    padding-top: 70px;
    padding-bottom: 80px;
}

.term_policy_sec p {
    font-size: 20px;
    line-height: 29px;
}

.term_policy_sec h4 {
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.term_policy_sec ul li {
    font-size: 18px;
    line-height: 34px;
    list-style: disc;
}

.term_policy_sec h3 {font-size: 35px;margin-top: 15px;margin-bottom: 15px;}

.term_policy_sec ul {
    padding-left: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.term_policy_sec a {
    color: #ffb603;
}

.term_policy_sec .privacy_policy__content h2 {
    font-size: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.term_policy_sec .privacy_policy__content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-content.ftr2 ul.footer-contact.newt {
    width: 100%;
}
.footer-content.ftr2 ul.footer-contact.newt li strong{
    display:block
}
.footer-content.ftr2 ul.footer-contact.newt li {width: 100%;}
.row.footer-nav .nav-link {
    text-align: right;
}

section.ty_Sec {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
}

section.ty_Sec h2 {
    margin-bottom: 40px;
}

section.ty_Sec  a.btn-style-1.popup-default-click {
    color: #000;
}
img.ftr-logo {
    width: 67%;
    margin-bottom: 30px;
}
/*privacypolicy end*/

.error-msg {
    display: none;
    color: red;
    font-size: 12px;
    margin-top: 4px;
}
.error-msg.show {
    display: block;
}
.input-error {
    border: 1px solid red !important;
}