@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital@0;1&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    background-color: #fdf7f6;
    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 url('../images/arrow.png') no-repeat right;
    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: 'BlenderPro';
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** 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: 'BlenderPro';
    font-size: 25.3px;
    color: #000;
    font-weight: 500;
    margin: 0 0 30px;
    text-transform: uppercase;
}

h2 {
    font-family: "Anton", sans-serif;
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: '';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: '';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: '';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: '';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}

/*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: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
}

.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: #979494;
    padding: 0;
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: uppercase;
}

.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: #c59491;
}

.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;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

/*header css start */


/*banner css start */

.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*/

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1291) and (max-width: 1365px) {}

@media only screen and (min-width: 992px) and (max-width: 1290px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {}

@media only screen and (min-width: 300px) and (max-width: 519px) {}

/*Media Query End*/


/* ----- Header Top Section ----- */
.topSec {
    background-color: #fef7f6;
    padding: 30px 0;
    border-bottom: 1px solid #e6dfe0;
}

.top-bar-left .social_icons a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s;
    color: #979298;
    border: 1px solid #c9c4c3;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.social_icons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.top-bar-left .social_icons a:hover {
    color: #ffffff;
    background-color: #debcb9;
    border: 1px solid #ffffff;
}

.header-logo {
    text-align: center;
}

.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

/* ----- Animated Search Box ----- */

.search-box form {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.search-box input.search-txt {
    width: 0;
    opacity: 0;
    padding: 15px 60px 15px 15px;
    border: 1px solid #e6dfe0;
    border-radius: 40px;
    outline: none;
    transition: all 0.4s ease;
    font-size: 14px;
    background: #f9f9f9;
    position: absolute;
    right: -5px;
    z-index: 1;
    pointer-events: none;
    font-family: 'Montserrat';
}

.search-box:hover input.search-txt,
.search-box input.search-txt:focus {
    width: 300px;
    opacity: 1;
    pointer-events: auto;
}

.search-box input.search-txt::placeholder {
    color: #817e7d;
}

.search-box button {
    border: 1px solid #cbc5c4;
    background: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #817e7d;
    transition: color 0.3s;
    border-radius: 50%;
    padding: 7px 12px;
}

.search-box button:hover {
    color: #fff;
    background-color: #debcb9;
    border: 1px solid #debcb9;
}

/* ----- Explore Button ----- */
.header_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    color: #b7b7b7;
    height: 50px;
    width: 200px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    font-family: 'BlenderPro';
    text-transform: uppercase;
    border: 1px solid #e2dcdb;
    letter-spacing: 5px;
    font-size: 12px;
}

.header_btn:hover {
    color: #fff;
    background-color: #debcb9;
}

/* ----- Menu Section ----- */

.topSec .container-fluid {
    padding: 0 4%;
}

.menuSection {
    background-color: #fef7f6;
    padding: 40px 0;
}

/* banner */


.custom-dots {
    display: flex;
    gap: 15px;
    justify-content: end;
    margin-top: 20px;
    margin-bottom: 30px;
}

.custom-dots .dot {
    width: 5px;
    height: 5px;
    background-color: #848086;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active::before {
    border: 1px solid #848086;
    content: '';
    position: absolute;
    top: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: -5px;
}

.custom-dots .dot.active {
    background-color: #000;
    width: 5px;
    height: 5px;
    position: relative;
}

.banner_slider .slick-slide {
    margin: 0px 50px;
}

.section_margin {
    margin: 0 4%;
    border-radius: 10px;
    overflow: hidden;
}

.home_banner {
    width: 100%;
    object-fit: cover;
}

.banner_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.banner_top p {
    color: #cc9c97 !important;
    text-transform: uppercase;
    font-size: 12.02px;
    font-weight: 600;
}

.banner_top p i {
    margin-right: 10px;
}

.banner_text {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.banner_text::before {
    content: '';
    position: absolute;
    background: url(../images/bannerEllipse.png);
    width: 83%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 10px;
}

.banner_text p {
    color: #a8a7a7;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 600;
}

.main_slider .container-fluid {
    margin: 0 2%;
}

/* banner */

/* banner_top */

.banner_top .container-fluid {
    margin: 0 3%;
}

.banner_top_left h2 {
    font-size: 76.42px;
    color: #c89590;
    text-transform: uppercase;
}

.banner_top_left h6 {
    font-family: 'BlenderPro';
    font-weight: 500;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
}

.banner_top_right a {
    font-family: "Anton", sans-serif;
    font-size: 21.83px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
}

.banner_top_right {
    text-align: end;
}

/* recent */

.recent_cards_img img {
    height: 280px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.recent_cards_txt h5 {
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    font-family: 'Montserrat';
    margin-bottom: 10px;
    font-weight: 500;
}

.recent_cards_txt h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
    font-family: "Anton", sans-serif;
}

.recent_cards_txt p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 20px;
}

.recent_cards_txt {
    padding: 20px 30px;
}

.recent_cards {
    background-color: #c89590;
    border-radius: 10px;
}

.bdr {
    padding: 85px 40px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}

.bdr h5 {
    font-size: 14.02px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    color: #c59491;
}

.bdr h3 {
    font-size: 35px;
    font-family: 'BlenderPro';
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
}

.bdr p {
    color: #4b4949;
    font-size: 14.03px;
    margin-bottom: 20px;
    font-weight: 600;
}

.bdr_flx {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.theme_btn1 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #c89590;
    color: #fff;
    height: 55px;
    width: 155px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    font-family: 'BlenderPro';
    text-transform: uppercase;
    border: 1px solid #e2dcdb;
    letter-spacing: 1px;
    font-size: 15px;
}

.bdr_flx h4 {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #c89590;
    letter-spacing: 1px;
}

.recent_heading h2 {
    font-size: 54.59px;
    text-transform: uppercase;
    color: #c89590;
}

.recent_heading {
    text-align: center;
    margin-bottom: 40px;
}

.recent_cards_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* recent */

/* about */

.abt_txt p {
    color: #eedfdd;
    margin-bottom: 20px;
}

.orange_bg {
    background-color: #c89590;
    border-radius: 10px;
    padding: 40px;
}

.abt_txt h2 {
    color: #fff;
    font-size: 54.59px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.abt_txt h3 {
    color: #fff;
    font-size: 32.75px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Anton';
    font-weight: 500;
}

.abt_flx a {
    height: 50px;
    width: 135px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'BlenderPro';
    color: #fff;
    background-color: transparent;
    border: 1px solid #dab8b5;
    border-radius: 40px;
}

.abt_flx {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.abt_img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.abt_btn {
    margin-top: 30px;
}

.abt_btn .theme_btn1 {
    background-color: #fff;
    color: #dab8b5;
}

/* about */

/* latest blog */

.blog_sec_txt h5 {
    font-size: 12px;
    color: #c89590;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.blog_sec_txt h4 {
    font-size: 25.29px;
    color: #1e1c1c;
    margin-bottom: 20px;
    font-family: 'BlenderPro';
    text-transform: uppercase;
}

.blog_sec_txt p {
    font-size: 14px;
    color: #939292;
    margin-bottom: 20px;
}

.blog_sec_txt h6 {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #c89590;
    letter-spacing: 1px;
}

.blog_sec {
    background-color: #fff;
    border-radius: 10px;
    padding: 17px 25px;
}

/* latest blog */

/* footer */

.footerSec {
    background-color: #212121;
    color: #ffffff;
    padding-top: 60px;
    padding-bottom: 30px;
}

.newsletter {
    background-color: #fef7f6;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 50px;
}

.newsletter h2 {
    font-size: 52.62px;
    margin-bottom: 15px;
    color: #c89590;
    text-transform: uppercase;
}

.newsletter p {
    font-size: 14px;
    color: #8f8c8b;
    margin: 0 auto 25px;
    width: 80%;
    font-weight: 600;
}

.newsletter form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.newsletter input[type="email"] {
    padding: 17px 30px;
    width: 60%;
    border: 1px solid #e6e0df;
    border-radius: 40px;
    font-size: 16px;
    background: transparent;
}

.newsletter input::placeholder {
    color: #b6b1b1;
    text-transform: uppercase;
    font-size: 14px;
}

.newsletter button {
    padding: 12px 55px;
    background-color: #c59491;
    color: #fff;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.newsletter button:hover {
    background-color: transparent;
    color: #c59491;
    border: 1px solid #c59491;
}

.footer_content {
    border-top: 2px solid #393939;
    padding-top: 100px;
    padding-bottom: 30px;
}

.ftr_logo img {
    max-width: 150px;
    margin-bottom: 20px;
}

.ftr_links ul,
.ftr_social_links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ftr_links ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ftr_links a {
    color: #fef7f6;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
}

.ftr_links a:hover {
    color: #c89590;
}

.ftr_social_links ul {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.ftr_social_links a {
    color: #fff;
    font-size: 16px;
    transition: background 0.3s, color 0.3s;
    height: 35px;
    height: 45px;
    width: 45px;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ftr_social_links a:hover {
    color: #fff;
    background-color: #c89590;
}

.footer-btm {
    border-top: 2px solid #393939;
    padding-top: 20px;
    text-align: center;
}

.footer_content .container-fluid {
    padding: 0 5%;
}

.copy-txt p {
    color: #7c7c7c;
    font-weight: 600;
    font-size: 14px;
}

.ftr_logo {
    margin-bottom: 10px;
}

/* footer */

/* events sec */

.event_left h3 {
    font-family: "Anton", sans-serif;
    font-size: 29.56px;
    color: #1d1d1d;
    margin-bottom: 30px;
}

.event_left p {
    font-weight: 600;
    color: #858484;
    margin-bottom: 20px;
}

.event_img img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 2px 12px #b8aaa7;
    border-radius: 10px;
}

.evt_flx_img img {
    height: 100px;
    width: 200px;
    object-fit: cover;
}

.evt_flx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.evt_flx_txt h4 {
    font-family: 'BlenderPro';
    text-transform: uppercase;
    font-size: 18px;
}

.evt_flx_txt p {
    color: #000;
    font-size: 14px;
}

.event_sd h3 {
    font-family: 'BlenderPro';
    text-transform: uppercase;
    font-size: 30px;
}


.event_wrapper::before {
    position: absolute;
    content: '';
    background: #c89590;
    width: 100%;
    height: 50%;
    z-index: -1;
    bottom: 20%;
    border-radius: 10px;
}

.event_wrapper {
    position: relative;
    z-index: 1;
}

.event_left span i {
    margin-right: 15px;
}

.event_left span {
    color: #c59491;
    font-family: 'Montserrat';
    display: inline-block;
    margin-bottom: 20px;
}

/* events sec */










/* vision */

section.vision {
    padding: 100px 0;
}

.vision_text1 {
    text-align: center;
    padding: 160px 100px 160px 100px;
    border-radius: 10px;
    background-color: #fff;
}

.vision_text1 h2 {
    font-size: 54.59px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.vision_text1 h3 {
    font-family: 'BlenderPro';
    font-size: 35.02px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.vision_text1 p {
    color: #636060;
    margin-bottom: 20px;
    font-weight: 600;
}

.visionimg1 img {
    height: 1017px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 0px 0px 0px;
}

.visionimg2 img {
    height: 1017px;
    width: 100%;
    object-fit: cover;
    border-radius: 0px 0px 10px 0px;
}

.vision_text2 {
    text-align: center;
    padding: 160px 100px 160px 100px;
    border-radius: 10px;
    background-color: #fff;
}

.vision_text2 h2 {
    font-size: 54.59px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.vision_text2 h3 {
    font-family: 'BlenderPro';
    font-size: 35.02px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.vision_text2 p {
    color: #636060;
    margin-bottom: 20px;
    font-weight: 600;
}

/* vision */


