@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Recoleta';
    src: url("../fonts/Recoleta.otf");

}


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

body {
    word-break: break-word;
    font: 15px/25px "Montserrat", 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: 500;
    line-height: 1.2;
}


/***** 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
}


/***** 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: 'Recoleta';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Recoleta';
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 600;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Recoleta';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Recoleta';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 600;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Recoleta';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 600;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Recoleta';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 600;
    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: 20px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: capitalize;
}

.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: #323634;
    padding: 0px 25px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.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: #739149;
}

.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;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */



.custm-container{max-width: 1600px;}

.btn_new{
    display: flex;
    transition: all 0.3s ease;
    gap: 1px;
}
.btn_new:hover{transform: translateY(-3px);}
.btn_new:hover .img_btn{transform: rotate(389deg);} 
.btn_new span{
    padding: 20px 30px;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(
180deg, #406e3c, #618643, #799748);
}
.btn_new .img_btn{
    background: linear-gradient(180deg, #406e3c, #618643, #799748);
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease;
}
.btn_new .img_btn img{}


.head_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.cart {
    background: #30527d;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease;
}

a.cart i {
    color: #fff;
    font-size: 20px;
}


header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}


.mini{
    font-size: 24px;
    color: #000;
}


.bann_txt h1 {
    color: #538440;
    font-size: 70px;
    text-transform: uppercase;
}

.bann_txt h1 span.top {
    display: block;
    color: #30527d;
    font-size: 60px;
}

.bann_txt h1 span.midd {
    display: block;
    color: #48743e;
    font-size: 55px;
}

.para {
    font-size: 14px;
    font-weight: 600;
    color: #767e7e;
    line-height: 1.6;
}

section.banner_main {padding: 120px 0 0 0;position: relative;height: 100vh;}

.girl_img {
    text-align: end;
    position: relative;
}


.girl_img img.img_1{
    position: absolute;
    left: 50px;
    top: 410px;
    bottom: 0;
    margin: auto;
}
.girl_img img.img_2{}
.bann_txt {
    padding: 10px 0 0 0;
}

.bann_counter h2 span {
    font-family: 'Montserrat';
}

.bann_counter {
    text-align: center;
    padding: 40px 0 0 0;
}

.bann_counter h2 {
    color: #538440;
    margin: 0 0 0 0;
}

.bann_counter p {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0 10px;
    line-height: 1.6;
}

img.main_banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}


.bann_btm {
    padding: 100px 500px 0px 40px;
}

.bann_btm h5 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 70px 0;
    font-weight: 500;
}

.bann_btm a {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    text-decoration: underline;
    font-weight: 600;
}

.bann_counter1{
    padding: 120px 80px 0 80px;
}


.bann_btm1 {
    padding: 70px 20px 0px 40px;
}

.bann_btm1 h6 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}


.banner_main .btn_wrp {
    margin: 40px 0 0 0;
    display: inline-block;
}

.padd{
    padding: 80px 0;
}


.head {
    font-size: 50px;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 10px 0;
}

.servi_wrp {
    text-align: center;
    padding: 0 420px;
    margin: 0 0 60px 0;
}


.servi_box {
    padding: 30px 15px;
    transition: all 900ms;
    box-shadow: 0 0px 10px 0px rgb(0 0 0 / 22%);
    border-radius: 10px;
}

.servi_box h6 {
    font-size: 22px;
    color: #000;
}

.servi_box img {
    height: 60px;
}

.servi_box p {
    font-size: 12px;
    line-height: 1.6;
    color: #a3a3a3;
    margin: 100px 0 15px 0;
}

.servi_box a {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 600;
    color: #538440;
    text-transform: uppercase;
}


.servi_sec .row .col-md-3:nth-child(2) .servi_box img{filter: brightness(0) saturate(100%) invert(44%) sepia(58%) saturate(369%) hue-rotate(58deg) brightness(92%) contrast(91%);}

.servi_box:hover{}
.servi_box:hover h6,
.servi_box:hover p,
.servi_box:hover a {
    color: #fff;
}


.servi_box:hover{background: linear-gradient(180deg, #315a81, #37668c, #3a6c92); transform: scale(1.1) translate(0); }


.servi_box:hover img {
    filter: brightness(0) invert(1);

}

.servi_sec .row .col-md-3:nth-child(2) .servi_box:hover img {filter: unset;}


.abt_img img {
    width: 100%;
}


.abt_txt ul {
    display: flex;
    margin: 20px 0;
    padding: 20px 0 30px 0;
}

.abt_txt ul li {width: 40%; }
.abt_txt ul li:nth-child(2) {width: 60%; }
.abt_txt ul li h6 {
    margin: 0;
    font-size: 24px;
    text-transform: uppercase;
}

.abt_txt ul li p{margin: 0;}

.abt_txt ul.brdr_btm {
    border-bottom: 2px solid #d5e3e2;
}

section.about_Sec {
    background: url(../images/about-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.about_Sec .btn_wrp {
    display: inline-block;
}


.item {
    width: 60%;
}

.categ_bx .d-flex {
    align-items: center;
    gap: 20px;
}


.categories_sec{}
.categories_sec .categ_bx{
    padding: 20px 30px;
    transition: all 900ms;
    box-shadow: 0 0px 10px 0px rgb(0 0 0 / 22%);
    border-radius: 5px;
    margin: 0 0 25px 0;
    background: #fff;
}
.categories_sec .categ_bx .d-flex .item{}
.categories_sec .categ_bx .d-flex .item h6{
    font-size: 24px;
    font-weight: bold;
    color: #000;
}
.categories_sec .categ_bx .d-flex .item p{}
.categories_sec .categ_bx .d-flex .item .btn_wrp{
    margin: 20px 0 0 0;
}
.categories_sec .categ_bx .d-flex .item .btn_wrp a{}
.categories_sec .categ_bx .d-flex .item1 img{
    height: 250px;
    margin: 0 auto;
    display: block;
}
.categories_sec .categ_bx .d-flex .item1{
    width: 40%;
}

.categories_sec .categ_bx:hover{background: linear-gradient(180deg, #315a81, #37668c, #3a6c92); transform: translate3d(0px, -5px, 0px); }



.categories_sec .categ_bx:hover .d-flex .item h6 , .categories_sec .categ_bx:hover .d-flex .item p {
    color: #fff;
}


.categories_sec .row .col-md-6:last-child .categ_bx {
    background: url(../images/categ-4-bg.png);
    background-repeat: no-repeat;
    background-size: cover;}

.categories_sec .row .col-md-6:last-child .categ_bx:hover{background: linear-gradient(180deg, #315a81, #37668c, #3a6c92); transform: translate3d(0px, -5px, 0px); }
    
.featured_Sec {
    background: url(../images/featured-sec-bg.jpg);
    padding: 80px 0 100px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}



.featured_Sec .feat_txt {
    text-align: center;
    padding: 0 430px;
    margin: 0 0 50px 0;
}

.featured_Sec .featured_bx {
    padding: 40px 40px;
    text-align: center;
    background: #fff;
    box-shadow: 0 0px 10px 0px rgb(0 0 0 / 22%);
    transition: all 900ms;
    margin: 15px 0;
}

.featured_bx .btn_wrp1 a {justify-content: center;}



.featured_bx .btn_wrp1 {
    margin: 30px 0 0 0;
}


.featured_bx img.featz_img {
    height: 150px;
    margin: 0 auto 40px;
    width: auto;
}

.featured_bx h6 {
    font-size: 22px;
}

.featured_Sec .featured_bx:hover{background: linear-gradient(180deg, #315a81, #37668c, #3a6c92);transform: translate3d(0px, -5px, 0px);}

.featured_bx:hover h6,
.featured_bx:hover p {color: #fff;}


.featured_Sec .slick-active {
    opacity: 1;
}


.featured_Sec .btn_new .img_btn img {
    width: auto;
}

.featured_Sec .slick-prev {
    left: 0;
}


.featured_Sec .slick-arrow:hover {
    background: linear-gradient(180deg, #406e3c, #618643, #799748);
}
.featured_Sec button.slick-next {
    right: 30px;
}
.featured_Sec .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #909ea5;
    border-radius: 50%;
    transition: 0.7s all;
    top: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.featured_Sec .slick-arrow:before {
    content: '';
    background-image: url(../images/arrow-right.png);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    transform: rotate(33deg);
    top: 2px;
    position: relative;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(226%) hue-rotate(155deg) brightness(95%) contrast(85%);
}
.featured_Sec button.slick-prev {
    left: unset;
    right: 75px;
}
.featured_Sec button.slick-prev:before {
    transform: rotate(213deg);
    top: -1px;
}
.featured_Sec .slick-arrow:before {
    content: '';
    background-image: url(../images/arrow-right.png);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    transform: rotate(33deg);
    top: 4px;
    position: relative;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(226%) hue-rotate(155deg) brightness(95%) contrast(85%);
}

.featured_Sec .slick-arrow:hover:before{filter: unset;}

.slider-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 70px;
  width: 25%;
}

.slide-count {
  font-weight: bold;
}

.progress-bar {
  flex: 1;
  height: 5px;
  background: #ccc;
  position: relative;
}

.progress {
  height: 100%;
  width: 0%;
  background: #30527d;
  transition: width 0.3s ease;
}

.why_choose_txt ul li h5 {
    color: #538440;
    font-size: 24px;
}

.why_choose_txt ul li {
    margin: 0 0 40px 0;
}

.why_choose_img img {
    width: 100%;
}

.how_wrpr {
    text-align: center;
    padding: 0 390px;
    margin: 0 0 50px 0;
}

.how_box .how_up img {
    width: 100%;
}

.how_box .how_down {
    padding: 60px 30px 35px 30px;
    text-align: center;
    background: #fff;
}

.how_box {
    box-shadow: 0 0px 10px 0px rgb(0 0 0 / 22%);
    transition: all 900ms;
}

.how_down h6 {
    font-size: 25px;
    color: #000;
}

.how_down h5 {
    font-size: 17px;
    padding: 20px 50px;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    background: linear-gradient(180deg, #406e3c, #618643, #799748);
    display: inline-block;
    margin: 10px 0 0 0;
}

.how_it_works .how_box:hover{transform: translate3d(0px, -5px, 0px);}


/* Testimonial Sec Css Starts */

section.testimonial-sec {
  padding: 80px 0;
  overflow: hidden;
}

section.testimonial-sec .container-fluid {
  width: 98%;
  margin: 0 auto;
}

.testimonial-wrap {
  display: grid;
  grid-template-columns: 1.25fr 1.6fr;
  gap: 30px;
  align-items: stretch;
}

.testimonial-for,
.testimonial-nav {
  min-width: 0;
}

.testimonial-for .slick-list,
.testimonial-for .slick-track,
.testimonial-nav .slick-list,
.testimonial-nav .slick-track {
  height: 100%;
}

.testimonial-for .slick-track,
.testimonial-nav .slick-track {
  display: flex;
  align-items: stretch;
}

.testimonial-for .slick-slide,
.testimonial-nav .slick-slide {
  height: inherit !important;
}

.testimonial-for .slick-slide > div,
.testimonial-nav .slick-slide > div {
  height: 100%;
}

.testimonial-content-card {
  min-height: 550px;
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  box-shadow: 0px 0px 6px 0px #0000004a;
  margin: 20px 0px;
  padding: 70px 40px 60px 40px;
  border-bottom: 5px solid #51813e;
  position: relative;
}

.testimonial-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  /* margin: 0 0 28px 0; */
}

.testimonial-stars i {
  color: #ffd307;
  font-size: 16px;
  line-height: 1;
}

.testimonial-content-txt {
  /* margin: 0 0 auto 0; */
  border-bottom: 1px solid #00000024;
  padding-bottom: 12px;
  margin-bottom: 10px;
}

.testimonial-content-txt p {
  font-size: 17px;
  line-height: 1.85;
  /* font-family: "Montserrat", sans-serif; */
  width: 98%;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 16px;
  /* margin: 42px 0 0 0; */
}

.testimonial-author-img {
  height: 70px;
  width: 72px;
  min-width: 66px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.testimonial-author-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial-author-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.testimonial-author-txt h4 {
  font-size: 17px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
}

.testimonial-author-txt p {
  font-size: 15px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 6px 0 0 0;
}

.testimonial-nav {
  margin: 0 -10px;
}

.testimonial-nav .slick-slide {
  padding: 0 10px;
  cursor: pointer;
}

.testimonial-thumb-card {
  height: 450px;
  border: 1px solid #bfbfbf;
  border-radius: 14px;
  background-color: var(--wt);
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0 28px;
  opacity: 1;
}

.testimonial-thumb-img {
  position: relative;
  z-index: 2;
  height: 64px;
  width: 64px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #edf0f2;
}

.testimonial-thumb-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.testimonial-thumb-line {
  position: absolute;
  top: 10%;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 85%;
  background-color: #d9d9d9;
  transform: translateX(-50%);
}

.testimonial-thumb-txt {
  position: relative;
  z-index: 2;
  transform: rotate(90deg);
  transform-origin: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  white-space: nowrap;
  margin-bottom: 26px;
}

.testimonial-thumb-txt h6 {
  font-size: 15px;
  line-height: 1;
  color: #202020;
  text-transform: uppercase;
  margin: 0;
}

.testimonial-thumb-txt p {
  font-size: 14px;
  line-height: 1;
  color: #5a5a5a;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.testimonial-nav .slick-current .testimonial-thumb-card {
  border-color: var(--ct1);
  box-shadow: inset 0 0 0 1px var(--ct1);
}

section.testimonial-sec .slick-active {
  opacity: 1;
}
.testimonial-content-card:hover {
    border-bottom: 5px solid #0e1f42;
    background: linear-gradient(180deg, #315a81, #37668c, #3a6c92);
}

.testimonial-content-card:hover p {
    color: #fff;
}

.testimonial-content-card:hover .testimonial-stars h5 {
    color: #fff;
}

.testimonial-content-card:hover .testimonial-stars i {
    color: #fff;
}

.testimonial-content-card:hover .testimonial-content-txt {
    border-bottom: 1px solid #fff;
}

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








.testi-slider .slick-arrow:hover {
    background: linear-gradient(180deg, #406e3c, #618643, #799748);
}
.testi-slider button.slick-next {
    right: 100px;
}
.testi-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border: 1px solid #909ea5;
    border-radius: 50%;
    transition: 0.7s all;
    top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testi-slider .slick-arrow:before {
    content: '';
    background-image: url(../images/arrow-right.png);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    transform: rotate(33deg);
    top: 2px;
    position: relative;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(226%) hue-rotate(155deg) brightness(95%) contrast(85%);
}
.testi-slider button.slick-prev {
    left: 88.6%;
}
.testi-slider button.slick-prev:before {
    transform: rotate(213deg);
    top: -1px;
}
.testi-slider .slick-arrow:before {
    content: '';
    background-image: url(../images/arrow-right.png);
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1 !important;
    transform: rotate(33deg);
    top: 2px;
    position: relative;
    filter: brightness(0) saturate(100%) invert(64%) sepia(16%) saturate(226%) hue-rotate(155deg) brightness(95%) contrast(85%);
}

.testi-slider .slick-arrow:hover:before {
    filter: unset;
}

.testimonial-stars h5 {
    margin: 0;
}

img.comma_img {
    width: 20%;
    position: absolute;
    right: 0;
    top: 10px;
}






/* Testimonial Sec Css Ends */


/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

footer {
    background: #365b8a;
    padding: 55px 0 0;
    position: relative;
}

.foter-lastline {
    border-top: 1px solid #6f828c;
    padding: 18px 0;
    text-align: center;
    margin: unset;
    background: #3b5c89;
    position: relative;
    z-index: 2;
}

footer * {
    color: #fff;
}

.container-fluid.lastftr {
    padding: 0;
}

footer h4 {
    position: relative;
    border-bottom: 2px solid #ffffff2e;
    width: 96%;
    padding-bottom: 23px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

footer h4:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #fff;
    width: 40%;
    height: 2px;
    border-radius: 10px;
}

.foter-links ul li {
    margin-bottom: 4px;
}

.foter-links a {
    font-weight: 600;
    font-size: 14px;
}

.foter-links {
    margin-bottom: 63px;
}

.newsletter-main {
    display: flex;
    align-items: center;
    margin-bottom: 65px;
    position: relative;
    padding: 0px 0px 0px 30px;
    background: #2d507b;
    border-radius: 50px;
    justify-content: space-between;
}

.footer-info p {
    margin-bottom: 20px;
    width: 80%;
    margin-top: 10px;
}

.footer-info ul li {
    /* display: flex; */
    /* align-items: center; */
    gap: 4px;
    /* width: max-content; */
    /* border: unset; */
    /* border-radius: 40px; */
    /* padding: 10px 30px; */
    font-size: 14px;
    /* text-transform: uppercase; */
    /* font-weight: 600; */
    /* background-image: -webkit-linear-gradient(-3deg, rgb(15, 124, 133) 0%, rgb(13, 108, 116) 24%, rgb(10, 92, 99) 52%, rgb(21, 67, 75) 79%, rgb(31, 41, 51) 100%); */
}

.social-links {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.social-links a {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    transition: 0.7s all;
}

.social-links a:hover {
    border-color: transparent;
    background: #1c8ae4;
    background: linear-gradient(180deg, #406e3c, #618643, #799748);
}

.newsletter-main h5 {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.newsletr-field input {
    width: 100%;
    height: 60px;
    border: unset;
    border-radius: 40px;
    padding: 10px 30px;
    color: #ffffff;
    background: #3a6498;
}

.newsletr-field {
    position: relative;
    width: 452px;
}

.newsletr-field button {
    position: absolute;
    right: -2px;
    bottom: 0;
    border: unset;
    height: 100%;
    border-radius: 40px;
    padding: 7px 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: #268ce1;
    background: linear-gradient(180deg, #406e3c, #618643, #799748);
}

.newsletr-field input::placeholder {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 31%;
    background: #6f828c;
    width: 1px;
    height: 100%;
}

.foter-links.navs ul li {
    margin-bottom: 10px;
}
.foter-lastline p {
    margin-bottom: 0px;
}


.footer-info {
    padding: 0 50px 0 0;
}

.foter-links.navs ul .d-flex {
    gap: 100px;
}

.foter-links.navs ul .d-flex li {
    width: 30%;
}

html {
    overflow-x: hidden;
}
/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */