@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** 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;
}

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;
}

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 400;
    line-height: 22px;
}


/***** 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: 'anton';
    src: url(../fonts/anton.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular';
    src: url(../fonts/montserrat-regular\ .ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'anton';
    font-size: 101px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'anton';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'anton';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'anton';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'anton';
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'anton';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: end;
    gap: 58px;
}

.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: #aeb0b9;
    /* padding: 10px 23px; */
    font-size: 13px;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.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: #af0418;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    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: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}
header {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.banner_sec{
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 185px 0 31px;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.banner_img {
    position: absolute;
    bottom: 0;
    left: 40px;
}

.banner_img img {
    width: 100%;
    height: 82vh;
    object-fit: cover;
}
.banner_text h3 {
    padding: 10px 10px;
    margin: 0;
    background: linear-gradient(50deg,rgba(174, 8, 30, 1) 32%, rgba(174, 8, 30, 0.05) 100%);
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}
.banner_text h4 {
    font-size: 50px;
    color: #fff;
}

.banner_text h5 {
    font-size: 24px;
    font-family: 'montserrat-regular';
    color: #ffff;
}
/*banner css end*/


/* Buttons css Starts */
.banner_btn {
    display: flex;
    gap: 25px;
    align-items: center;
}
.theme1 {
    display: inline-flex;
    align-items: center;
    justify-content: start;
    border: 1px solid #e1e1e1;
    padding: 0;
    transition: ease-in;
    transition-duration: 0.2s;
}

.theme1 span.btn-txt {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #af0418;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: ease-out;
    transition-duration: 0.2s;
}

.theme1:hover span.btn-txt {
    background-color: #000;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.2s;
}


.theme1 span.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    object-fit: contain;
    background-color: #fff;
    padding: 0 14px;
}
span.btn-txt.Join-Campaign_btn {
    background-color: #243e8b;
}
/* Buttons css Ends */

/*footer start*/
footer .container-fluid {
    padding: 0 3%;
}
.fot-top {
    padding: 70px 0px 0px;
}

footer {
    background-color: #0a101c;
    /* margin-top: 100px; */
}
.fot-top h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
}
.fot-logo p {
    font-size: 15px;
    color: #fff;
}
.quick-links {
    margin-left: 14%;
}
.quick-links {
    margin-left: 7%;
    border-left: 1px solid #fff;
    height: 108%;
    padding-left: 10%;
}
.cont-info {
    border-left: 1px solid #fff;
    padding-left: 10%;
    height: 108%;
}
.quick-links ul li a {
    font-size: 12px;
    line-height: 34px;
    font-weight: 500;
    color: #908f8f;
}
.fot-logo img {
    margin-bottom: 13px;
}
.fot-bot ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.fot-bot ul li a i:hover {
    background-color: #fff;
    transition: 1s;
    color: #000;
    border: unset;
}
.fot-bot ul li a i {
    font-size: 18px;
    color: #fff;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
.fot-bot p {
    text-align: center;
    font-size: 12px;
    color: #c1c1c3;
    margin: 0;
}
.fot-bot img {
    text-align: end;
    margin: 0 0 0 auto;
    width: fit-content;
    display: block;
}
.fot-bot {
    padding: 20px;
}

.fot-bot .container-fluid {
    border: 1px solid #fff;
    padding: 20px 25px;
    border-radius: 10px;
    background: #0b101a;
}

.fot-bot .row {
    align-items: center;
}
ul.foot-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #c1c1c3;
    text-transform: uppercase;
    padding-bottom: 17px;
}

ul.foot-list li a i {
    color: #af0418;
    font-size: 20px;
}
/*footer end*/


/* bio start  */
.bio_sec {
    padding: 129px 0 160px;
}

.bio_sec .row {
    align-items: center;
    position: relative;
    z-index: 1;
}
.bio_sec .row:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    top: 79px;
    border: 2px solid #bf3847;
    right: -60px;
    border-top: unset;
    z-index: -1;
}
.bio_text {
    position: relative;
    z-index: 1;
    padding: 32px 83px 16px 0;
}

.bio_text:before {
    position: absolute;
    content: '';
    width: 115%;
    height: 109%;
    background: #ffff;
    z-index: -1;
    box-shadow: 0 0 20px 3px #e1e1e1;
    left: -71px;
    top: 0;
}

.bio_text h2 {
    color: #000;
    margin: 0;
    padding-bottom: 14px;
    font-size: 67px;
}

.bio_text p {
    font-size: 14px;
    line-height: 32px;
    font-family: 'montserrat-regular';
    font-weight: 600;
}

.bio_img img {
    height: 628px;
    width: 90%;
    object-fit: cover;
}




.bio_img {
    position: relative;
    z-index: 1;
}

.bio_img:before {
    position: absolute;
    content: '';
    background-color: rgb(31 57 136 / 86%);
    width: 140px;
    height: 335px;
    right: 0;
    bottom: 0;
}

/* Bio End  */


.key-issues-section {
  background: url('../images/flag-bg.jpg') no-repeat center/cover;
  padding: 80px 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
section.key-issues-section:before {
    position: absolute;
    content: '';
    width: 100%;
    background: #0c1427a3;
    height: 100%;
    top: 0;
    left: 0;
}
.key {
    position: absolute;
    top: 11%;
    left: 48%;
    width: 37%;
    color: #ffffffb5;
}

.side-slider.slick-initialized.slick-slider {
    margin-top: 132px;
}
/* Title */
.title {
  font-size: 89px;
  font-weight: 800;
  /* position: absolute; */
  top: -163px;
  left: 40px;
  z-index: 2;
  padding-left: 51px;
  line-height: 75px;
  margin-bottom: 62px;
}
h1.title span {
    font-size: 61px;
}
/* Slide */
.slide-item {
  position: relative;
  z-index: 1;
}

.slide-item img {
  height: 500px;
  object-fit: cover;
}

/* Red Gradient Overlay */
.slide-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, rgba(200,0,0,0.9), transparent);
  z-index: 0;
}

/* Text Overlay */
.overlay-content {
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 99;
}

.overlay-content h5 {
  font-weight: 700;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 7px;
}
.overlay-content p {
    font-weight: 400;
    font-size: 14px;
    width: 87%;
    line-height: 26px;
}
/* Slide Count */
.slide-count {
  position: absolute;
  bottom: -5px;
  right: 113px;
  font-size: 84px;
  font-weight: bold;
  color: #fff;
  z-index: 97;
}
.side-slider img.img-fluid {
    filter: grayscale(1);
}
/* Side Slider */
.side-slider img {
  height: 497px;
  object-fit: cover;
  margin-top: 93px;
}
.side-slider .slick-list.draggable {
    margin-right: -84px;
}
button.next-arrow.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: #ba0905;
    color: #fff;
    border: 0;
    border-radius: 50px;
    font-size: 23px;
    padding: 0;
    position: absolute;
    top: 119px;
    bottom: 0;
    margin: auto 0;
}
/* Arrow Button Style */
.slick-next {
  right: 20px;
  z-index: 10;
}

.slick-prev {
  left: 20px;
  z-index: 10;
}

.campaign-section {
  background: #f5f5f5;
  padding: 100px 0 !important;
}

/* Heading */
.campaign-title {
  font-size: 64px;
  font-weight: 800;
  color: #000000;
  text-transform: capitalize;
}

.campaign-subtitle {
  color: #666;
  max-width: 500px;
}

/* Main Image */
.main-img {
  width: 100%;
  height: 425px;
  object-fit: cover;
}

/* Red Card */
.red-card {
  position: absolute;
  top: 50%;
  right: -46px;
  transform: translateY(-50%);
  background: #ad0014;
  color: #fff;
  padding: 92px 30px;
  width: 384px;
  z-index: 2;
  height: 484px;
}

.red-card h2 {
  font-weight: 500;
  margin: 15px 0;
  font-size: 36px;
  color: #fff;
}

/* Vertical Boxes */
.vertical-box {
  height: 278px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 81px;
  padding-right: 26px;
  /* width: 200px; */
}

.vertical-box span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-weight: 500;
  font-family: 'anton';
  font-size: 24px;
}
.vertical-box.left-box img {
    height: 278px;
    object-fit: cover;
    width: 132px;
    justify-content: start;
}

.vertical-box.right-box img {
    height: 277px;
    object-fit: cover;
    width: 141px;
}
/* Left Blue */
.left-box {
  background: #2f4a8a;
  width: 187px;
  gap: 23px;
  padding-left: 16px;
  justify-content: start;
}

/* Right Blue */
.right-box {
  background: #2f4a8a;
  justify-content: start;
  margin-left: 9px;
  gap: 21px;
  width: 212px;
}

/* Responsive */
@media (max-width: 991px) {
  .red-card {
    position: static;
    transform: none;
    width: 100%;
    margin-top: 20px;
  }
}
section.Contact_home {
    padding: 100px 0;
    background: #f5f5f5;
}

.contact_form form input {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
    border: 1px solid #7c7c7c;
    padding: 10px;
}

.contact_form form textarea {
    width: 100%;
    height: 239px;
    padding: 10px;
    margin-bottom: 10px;
}

.contact_form form {
    box-shadow: 0 0 0px 0px #fff;
    padding: 32px;
    background: #fff;
}
.Contact_home_text {
    background: #e9e9e9;
    padding: 141px 46px;
    height: 546px;
    width: 90%;
    position: relative;
    top: -55px;
}

.Contact_home_text h2 {
    font-size: 74px;
    color: #000;
    text-transform: capitalize;
}

.Contact_home_text h2 span {
    color: #1f3988;
}
/* SECTION */
section.donation-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #00000080;
    left: 0;
    top: 0;
    z-index: -1;
}
.donation-section {
  background: #f2f2f2;
  padding: 0px 55px;
  background-image: url(../images/usa-flag.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  z-index: 1;
}

/* LEFT CARD */
.donation-card {
  background: #fff;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  /* height: 617px; */
  margin-top: -40px;
  margin-bottom: -40px;
}

/* OPTIONS */
.donation-option {
  display: flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: 0.3s;
}

.donation-option input {
  accent-color: #2f4a8a;
}

.donation-option .amount {
  font-size: 24px;
  font-weight: bold;
  min-width: 60px;
}

.donation-option.active {
  background: #2f4a8a;
  color: #fff;
}

.donation-option.active p {
  color: #ddd;
}

/* CUSTOM TEXT */
.custom-text {
  font-size: 12px;
  color: #888;
}

/* FREQUENCY */
.frequency {
  display: flex;
  gap: 10px;
}

.freq {
  border: 1px solid #ddd;
  padding: 10px 20px;
  cursor: pointer;
}

.freq.active {
  background: #2f4a8a;
  color: #fff;
}

/* BUTTONS */
.cancel {
  color: #777;
  text-decoration: none;
}

.donate-btn {
  background: #ae0014;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-weight: 400;
}

/* RIGHT SIDE */
.hero-side {
  position: relative;
  height: 500px;
  background: url('flag.jpg') no-repeat center/cover;
}

/* DARK OVERLAY */
.hero-side::before {
  /* content: ""; */
  /* position: absolute; */
  /* inset: 0; */
  /* background: rgba(0,0,0,0.5); */
}

/* TEXT */
.hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: end;
  color: #fff;
}

.hero-content h1 {
  font-size: 46px;
  font-weight: 800;
  line-height: 71px;
}
.arrws {
    position: absolute;
    bottom: 21px;
    left: 18px;
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-side {
    height: 300px;
    margin-top: 20px;
  }
}
/* Chrome, Safari, Edge */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

/*---------------------------------------------------- Testimonial Section -----------------------------------------------------------*/
.testislid.slick-initialized.slick-slider {
    height: 550px;
}
.hm-testi{padding:100px 0;position:relative;background: #f5f5f5;}

/* heading */

.top-heading-category{
text-align:center;
margin-bottom:50px;
}

.top-heading-category h2{
font-size:72px;
margin-bottom:10px;
color:#222;
}

.top-heading-category p{
width:40%;
margin:auto;
color:#8c8c8c;
line-height:26px;
}

/* main content */

.testi-content-main{display:flex;align-items:center;gap:35px;border-bottom:3px solid #e26b7e;/* padding-bottom:25px; */}

/* vertical title */

.testiheading{
background:#e26b7e;
padding:20px 8px;
}

.testiheading h3{writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing: 12px;font-size:14px;color: #ffffffcf;margin:0;height: 291px;width: 32px;padding: 7px;font-family: 'montserrat-regular';}

/* text */

.testi-text{
max-width:420px;
}

.testi-text h4{
font-size:30px;
margin-bottom:5px;
}

.testi-text h5{font-size:14px;color:#999;margin-bottom:10px;font-family: 'montserrat-medium';}

.testi-text p{color:#8c8c8c;line-height: 26px;font-weight: 600;}

/* stars */

.testi-text ul{
display:flex;
gap:5px;
padding-top:10px;
}

.testi-text ul li i{
color:#f29f1f;
}

/* center image */

.testislid-img img{
width:320px;
height:330px;
object-fit:cover;
border-radius:10px;
}

/* side images */

.testi-sdideimg img{
width:100%;
height:360px;
object-fit:cover;
border-radius:10px;
}

/* slider arrows */

.testislid .slick-next:before{content:"\f061";font-family:"FontAwesome";color:#e08194;font-size:28px;position: absolute;top: -140px;right: -175px;opacity: 0;height: 280px;width: 48%;/* display: flex; *//* justify-content: center; *//* align-items: center; */}
.testislid .slick-prev {
    left: -26%;
    top: 52%;
    height: 359px;
    width: 23%;
    opacity: 0;
}
.testislid .slick-next {
    right: 0;
    height: 0;
    width: 300px;
    /* background: #000; */
}
.testislid .slick-prev:before{content:"\f060";font-family:"FontAwesome";color:#b9b9b9;font-size:28px;position: absolute;top: 0;left: 0;}

/* counter */

.slide_counter{position:absolute;bottom: 6px;left: 23%;}

.slide_counter h2{font-size: 19px;font-family: 'montserrat-medium';color: #7c7c7c;}

/* progress bar */

.progress{width:260px;height: 4px;background:#ddd;position:absolute;bottom: 73px;left: 28%;background-image:linear-gradient(#e26b7e,#e26b7e);background-repeat:no-repeat;background-size:0% 100%;transition:0.4s;


}


.theme-btn {
    position: relative;
    z-index: 2;
    border: 0;
}

.theme-btn::before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: #000;
    border-radius: 5px;
    z-index: -1;
    transition: .5s all;
}

.theme-btn:hover::before {
    width: 100%;
    height: 100%;
}
.banner_text a:hover {
    color: #fff;
}
.hm-banner {
    background-image: url(../images/banner-img-back.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}
.hm-banner.inner-banner {
    background-image: url(../images/banner-img-back1.jpg);
    width: 100%;
    height: 55vh;
    padding: 101px 0;
}

.hm-banner.inner-banner .row {
    align-items: center;
    text-align: center;
}

.banner_text.inner-banner.wow.fadeInLeft {
    width: 41%;
    margin: 0 auto;
}
.hm-banner .row {
    align-items: center;
}
.testi .row {
    align-items: center;
}
.testislid  .slick-slide.slick-current.slick-active {
    position: relative;
    margin: 70px 20px;
}
#currentSlide {
  display: inline-block;
  transition: 0.3s;
}

.slide-count.animate #currentSlide {
  transform: scale(1.3);
  color: red;
}