@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;
    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: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
}

@font-face {
    font-family: "montserrat-bold";
    src: url(../fonts/montserrat-bold.ttf);
}

@font-face {
    font-family: "montserrat-semibold";
    src: url(../fonts/montserrat-semibold.ttf);
}

@font-face {
    font-family: "montserrat-medium";
    src: url(../fonts/montserrat-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: "montserrat-bold";
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h2 {
    font-family: "montserrat-bold";
    font-size: 28px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: uppercase;
    padding-bottom: 65px;
}

h3 {
    font-family: "montserrat-bold";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-size: 24px;
    color: #000;
    margin: 0 0 0px;
}

h5 {
    font-family: "montserrat-semibold";
    font-size: 19px;
    color: #000;
    font-weight: 100;
    margin: 0 0 0px;
}

h6 {
    font-family: "montserrat-semibold";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
    font-family: 'montserrat-medium';
}


/*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: 47px;
}

.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: #fffdfd;
    padding: 0;
    font-size: 13px;
    font-weight: 200;
}

.menuSec ul li a:hover:before,
.menuSec ul li a.active::before {
    width: 100%;
}


/*.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::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    background-color: #d4af37;
    bottom: -37px;
    left: -8px;
    transition: 0.5s;
}

.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;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.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;
}

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

ul#menu {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30%;
}

ul.button li a {
    background-color: #b22234;
    height: 50px;
    width: 147px;
    text-align: center;
    padding-top: 9px;
    font-size: 16px;
    border-radius: 7px;
    font-family: 'montserrat-medium';
    font-weight: 300;
}

ul.button li img {
    /* border: 1px solid #b22234; */
    /* padding: 4px; */
    /* border-radius: 9px; */
    position: absolute;
    left: 0;
    height: 64px;
    bottom: -8px;
    z-index: -1;
}

.header_sec {
    padding: 20px 0;
    border-bottom: 1px solid;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.banner_img1 img {
    position: absolute;
    bottom: 0;
    width: 27%;
    /* height: 65%; */
    object-fit: contain;
}

.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: #0a1c3deb;
}

.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: #0d2041;
    width: 10px;
    height: 12px;
}

.carousel-item>img {
    width: 100%;
    height: 100%;
}

.banner_text h1 {
    color: #fff;
    font-size: 40px;
}

.banner_text h2 {
    color: #fff;
    font-size: 27px;
    padding-top: 5px;
    padding-bottom: 0;
}

.banner_text p {
    color: #ced0d4;
    padding-top: 20px;
    padding-bottom: 21px;
}

.banner_img img {
    position: absolute;
    bottom: 0;
    width: 31%;
}

.banner_text ul {
    display: flex;
    align-items: center;
    gap: 14px;
}

a.btn.btn_badam {
    background-color: #b22234;
    color: #fff;
    padding: 11px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
    font-family: poppins;
}

a.btn2 {
    color: #8b7537;
    text-decoration: underline;
}

li.btn.btn_badam {
    position: relative;
}


/*banner css end*/


/* <!--Our_Traning_sec--> */

.Our_Traning_sec {
    padding: 100px 0;
}

.our_traning_program {
    background-image: url(../images/our-traning-program.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.our_programing {
    background: #fff;
    padding: 49px 56px;
    border: 2px solid #737373;
    border-radius: 16px;
    height: 304px;
}

.our_programing h4 {
    padding-top: 15px;
    padding-bottom: 11px;
    text-transform: uppercase;
    font-family: 'montserrat-bold';
    font-weight: 600;
    font-size: 24px;
}

.our_programing a {
    color: #8b7537;
    text-decoration: underline;
    font-family: montserrat-medium;
}

.our_programing p {
    color: #737373;
    padding-bottom: 12px;
    font-size: 13px;
    font-family: 'montserrat-medium';
    font-weight: 500;
}


/* <!--Rate--> */

.rate {
    background-color: #0b1d39;
    padding: 100px 0;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e6e6e7;
    padding: 40px 0px;
    width: 100%;
}

#counter .item {
    background: #fff;
    width: 200px;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
    color: #e8b12d;
    margin-bottom: 5px;
    font-size: 40px;
}

#counter .item h3 {
    color: #4f4e28;
    text-transform: capitalize;
}

.item h1 {
    color: #fff;
}

.item {
    position: relative;
}

.item::before {
    position: absolute;
    content: '';
    width: 144px;
    height: 4px;
    background: #7a6837;
    bottom: 31px;
    left: 139px;
}

.item p {
    color: #9ea1a8;
    padding-top: 20px;
    font-weight: 300;
    font-family: 'Poppins';
}


/* <!---our_testimnoal--> */

.our_testimnoal {
    padding: 100px 0;
}

.testimonal_text {
    box-shadow: 0 0 8px 0 #cecece;
    padding: 133px 41px;
    border-radius: 18px;
    height: 333px;
}

.testimonal_text p {
    padding-bottom: 21px;
}

.testimonal_text h3 {
    text-transform: uppercase;
    color: #0b1d39;
}

.testimonal_img img {
    width: 100%;
    border-radius: 15px;
    height: 337px;
    object-fit: cover;
}

.Our_Traning {
    position: relative;
}

.Our_Traning::before {
    position: absolute;
    content: '';
    top: -29px;
    background-color: #8b7537;
    height: 2px;
    width: 156px;
    text-align: center;
    left: 45%;
}


/* <!---our_rebot--> */

.our_Rebot {
    background-image: url(../images/rebot.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
    height: 700px;
}

.our_Rebot_text h2 {
    padding-bottom: 21px;
    color: #fff;
    padding-top: 15%;
}

.our_Rebot::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 701px;
    background-color: #0b1d39b8;
    top: 0;
    left: 0;
    z-index: -1;
}

.btn3 {
    position: absolute;
    left: 42%;
    padding: 6px 7px;
    border-radius: 7px;
}

.btn3 a {
    background-color: #b22234;
    color: #FFD700;
    padding: 11px 29px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 7px;
    font-family: 'montserrat-medium';
}


/* <!---footer--> */

.footer_sec {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 385px;
    padding-top: 34px;
}

.footer_sec::before {
    position: absolute;
    content: '';
    background-color: #08172cf0;
    width: 100%;
    height: 386px;
    top: 0;
    z-index: -1;
}

.footer_img img {
    padding-bottom: 23px;
    height: 116px;
}

.footer_img h5 {
    color: #fff;
    padding-bottom: 18px;
    font-size: 15px;
}

.footer_img h5 i {
    padding-right: 14px;
}

.footer_img a {
    color: #fff;
}

.footer_img a i {
    padding-right: 14px;
}

.footer_btn a {
    color: #ffffff;
    text-decoration: underline;
    padding-bottom: 24px;
    font-size: 13px;
}

.footer_icon a {
    font-size: 21px;
    border: 1px solid #7c7c7c;
    border-radius: 27px;
    height: 46px;
    width: 46px;
    display: block;
    text-align: center;
    padding-top: 9px;
    color: #7c7c7c;
}

.footer_icon {
    display: flex;
    justify-content: end;
    gap: 9px;
}

.footer_icon a:hover {
    color: #fff;
    background-color: #b22234;
    border: 1px solid #b22234;
}

footer {
    position: relative;
    margin-top: 100px;
}

.copyright {
    padding-top: 49px;
    position: relative;
}

.copyright::before {
    height: 4px;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #7a6837;
    top: 36px;
    left: 0;
}

.copyright p {
    color: #fff;
}

.carousel-caption.inner-banner {}

.carousel-inner.inner-banner {
    height: 80vh;
}

.header_sec.inner-header {
    border-bottom: 1px solid #7a6837;
}

.contact {
    padding: 100px 0;
}

.contact_form form input {
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    background-color: #fdfdfd;
    border: 1px solid #e8e8e8;
    padding: 11px;
    border-radius: 7px;
}

.contact_form form textarea {
    width: 100%;
    height: 139px;
    padding: 11px;
    border-radius: 6px;
    border: 2px solid #e8e8e8;
    background-color: #fdfdfd;
}

.contact_form form input::placeholder {
    font-size: 12px;
    color: #7c7c7c;
}

.contact_form form textarea::placeholder {
    color: #7c7c7c;
    font-size: 12px;
}

.contact_form form button {
    background-color: #192a48;
    color: #fff;
    width: 145px;
    height: 54px;
    border-radius: 5px;
    margin-top: 16px;
}

.contact_form h2 {
    padding-bottom: 22px;
    border-bottom: 3px solid #b09345;
    font-size: 33px;
    padding-top: 4px;
}

.contact_form form {
    padding-top: 14px;
}

.contact_information h2 {
    padding-bottom: 31px;
    font-size: 17px;
}

.contact_information {
    background-color: #f0f0f0;
    padding: 41px 41px 0;
    border-radius: 12px;
    margin-top: 103px;
}

.contact_information h5 {
    font-size: 17px;
}

.contact_information a {
    font-size: 14px;
    color: #000000;
    padding-bottom: 26px;
}

.map iframe {
    width: 100%;
    border-radius: 13px;
}

a.Enroll {
    background: #d4af37;
    color: #000;
    width: 133px;
    text-align: center;
    height: 49px;
    padding-top: 10px;
    border-radius: 5px;
    padding-left: 0 !important;
}

.our_programing.inner-programing a {
    color: #000;
    padding-left: 8px;
}

.our_programing.inner-programing {
    margin-bottom: 15px;
    background: #f0f0f0;
    border: unset;
}

.programing h2 {
    padding-bottom: 12px;
}

.programing p {
    padding-bottom: 50px;
}

.programing {
    position: relative;
}

.programing h1::before {
    position: absolute;
    content: '';
    height: 4px;
    width: 399px;
    background: #b22234;
    top: 40px;
}

.programing h1 {
    font-size: 34px;
    padding-bottom: 15px;
}

.our-join {
    padding-top: 75px;
    position: relative;
}

.our-join img {
    position: absolute;
    left: 44%;
    width: 156px;
    z-index: -1;
    bottom: -9px;
}

.our-join h2 {
    padding-bottom: 41px;
}

.our-join a {
    background-color: #b22234;
    height: 55px;
    width: 136px;
    text-align: center;
    padding-top: 12px;
    font-size: 16px;
    border-radius: 7px;
    color: #fff;
    border-radius: 8px;
}

.about_sec {
    padding: 100px 0;
    position: relative;
}

.our_mission {
    align-items: center;
}

.our_mission_img img {
    object-fit: cover;
    width: 100%;
    height: 445px;
    border-radius: 21px;
}

.our_mission {
    padding-top: 116px;
}

.our_mission h1 {
    font-size: 36px;
    font-family: 'montserrat-semibold';
    color: #0b1a2e;
}

.our_mission p {
    padding-top: 18px;
    width: 86%;
}

.our_mission h1 {
    font-size: 36px;
    font-family: 'montserrat-semibold';
    color: #0b1a2e;
}

.our_mission p {
    padding-top: 18px;
    width: 86%;
}

.about_text h2::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 66%;
    top: 76px;
    border-bottom: 3px solid #d4af37;
}

.about_sec::before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 3px;
    background-color: #d4af37;
}

.about_text {
    position: relative;
}

.our_founder {
    padding: 100px 0;
}

.founder h1 {
    color: #172538;
    font-size: 31px;
    font-family: 'montserrat-semibold';
}

.founder p {
    width: 82%;
    padding-top: 12px;
}

.founder_text {
    box-shadow: 0 0 9px 0 #bbbbbb;
    padding: 46px 54px;
    border-radius: 5px;
}

.founder_text p {
    font-size: 16px;
    padding-bottom: 15px;
}

.founder_text h3 {
    font-size: 31px;
    font-family: 'montserrat-semibold';
    color: #172538;
    text-transform: uppercase;
    font-weight: 300;
}

.founder {
    padding-top: 28px;
}

.Tampas {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.Tampas::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 411px;
    background-color: #0b1a2eed;
    left: 0;
    top: 0;
    z-index: -1;
}

.Highlighting h1 {
    color: #fff;
}

.Highlighting p {
    color: #fff;
    padding-top: 13px;
    position: relative;
}

span.one {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #d4af37;
    left: 43%;
    bottom: 8px;
    border-radius: 16px;
}

span.two {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #d4af37;
    left: 38%;
    bottom: 8px;
    border-radius: 16px;
}

span.three {
    position: absolute;
    height: 10px;
    width: 10px;
    background-color: #d4af37;
    left: 39%;
    bottom: 8px;
    border-radius: 16px;
}

.busniess h2 {
    padding-bottom: 0;
    color: #0a182c;
    font-family: 'montserrat-semibold';
}

.National_Veteran_Business {
    padding: 100px 0;
}

.veteran_business_stats h2 {
    padding-bottom: 10px;
    color: #0a1a32;
    font-family: 'montserrat-semibold';
    font-size: 30px;
}

.veteran_business_stats {
    box-shadow: 0 0 16px 0 #bbbaba;
    padding: 74px 30px;
    border-radius: 16px;
    width: 86%;
    height: 300px;
}

.veteran_business_stats h2 i {
    padding-left: 190px;
    color: #b22234;
}

.veteran_business_stats p {
    font-size: 13px;
    font-weight: 500;
}

.busniess p {
    padding-bottom: 54px;
}

.Strategic_Positioning h2 {
    padding: 100px 0 10px 0;
    font-family: 'montserrat-semibold';
    color: #081629;
    font-size: 31px;
}

.btn3 img {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

li.btn.btn_badam img {
    width: 182px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.contact_form {
    position: relative;
}

.contact_form form img {
    position: absolute;
    left: -10px;
    z-index: -1;
    bottom: -6px;
}

.carousel-item {
    height: 100%;
}

.our-join::before {
    position: absolute;
    content: '';
    width: 142px;
    height: 3px;
    background: #d4af37;
    z-index: 2;
    left: 45%;
    top: 64px;
}

ul.button a::before {
    bottom: -21px !important;
}

.footer_btn {
    text-align: right;
}

a.btn2:hover {
    color: #b22234;
}

img.logo {
    height: 70px;
    padding-left: 18px;
}

.footer_img {
    text-align: left;
}

.Impact p {
    color: #9e9fa5;
    padding-top: 24px;
}

.resouers {
    padding: 22px 0;
}

.resouers p {
    padding: 18px 0;
}

.our_testimnoal_slider .slick-prev:before,
.our_testimnoal_slider .slick-next:before {
    background-color: #0a1b32;
    height: 50px;
    width: 50px;
    position: absolute;
    display: block;
    text-align: center;
    border-radius: 35px;
    align-content: center;
    left: -17px;
    color: #fff;
    content: '\f060';
    font-family: 'FontAwesome';
}

.our_testimnoal_slider button.slick-next.slick-arrow::before {
    content: '\f061';
}

.our_testimnoal_slider .slick-slide {
    margin-top: 20px;
    margin-bottom: 20px;
}