@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: "TrajanPro-Regular";
    src: url(../fonts/TrajanPro-Regular.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: "TrajanPro-Regular";
    font-size: 61px;
    color: #000;
    font-weight: 600;
    margin: 0 0 0px;
}

h2 {
    font-family: "TrajanPro-Regular";
    font-size: 45px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h3 {
    font-family: "TrajanPro-Regular";
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "TrajanPro-Regular";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "TrajanPro-Regular";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "TrajanPro-Regular";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

header {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

.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: space-between;
}

.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: #393939;
    padding: 0;
    font-size: 20px;
}


/*.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: #28b16d;
}

.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;
} */


/* BEGIN: HEADER SEC CSS */

.slicknav_menu {
    display: none;
}

@media only screen and (min-width:0px) and (max-width:767px) {
    .slicknav_menu {
        display: block;
    }
}

section.banner {
    height: 80vh;
    background-color: lightgray;
    overflow: hidden;
}

.banner>img,
.inner-banner>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

section.inner-banner {
    height: 65vh;
}

.inner-banner .banner-text {
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
}


/* menu-icon */

.menu-btn svg {
    width: 50px;
    height: 50px;
}

.path1,
.path2 {
    stroke-dasharray: 104;
    stroke-dashoffset: -71;
    transition: 1s all ease;
}

.cross {
    stroke-dashoffset: 68;
}

.mline {
    stroke-dasharray: 41;
    stroke-dashoffset: -82;
    transition: 1s all ease;
}

.hide {
    stroke-dasharray: 43;
    stroke-dashoffset: 130;
}


/* menu-icon */


/* menu-box */

.me-15px {
    margin-right: 15px !important;
}

.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    z-index: 4;
    display: none
}

.menu-btn {
    position: relative;
    z-index: 5;
}

.menu-box>nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    list-style-type: none;
}

.menu-box>nav a {
    font-size: 3rem;
    color: white;
    text-transform: uppercase;
    font-family: var(--secondary-font);
    line-height: 1;
    transition: 0.4s ease-in-out;
    position: relative;
}

.menu-box>nav a:after {
    position: absolute;
    content: "";
    width: 0;
    bottom: -5px;
    height: 2px;
    background: var(--primary);
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease-in-out;
}

.menu-box>nav a:hover:after {
    width: 100%;
}


/* menu-box */

.main-navigate::before {
    width: 100%;
    height: 16px;
    position: absolute;
    content: '';
    background: #fff;
    top: 0;
    left: 0;
}

.main-navigate::after {
    position: absolute;
    content: '';
    width: 85%;
    height: 2px;
    background: #464a8a;
    bottom: 11px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.main-navigate {
    padding: 1rem 0;
    position: relative;
}

.logo {
    /* display: block; */
    /* width: 130px; */
    /* height: 70px; */
    /* margin: 0 auto; */
    /* overflow: hidden; */
}

.logo_img {
    position: relative;
    margin-bottom: -26px;
    text-align: center;
}

.logo_img img {
    width: 125px;
    object-fit: contain;
    height: 99px;
}

.head-right {
    text-align: end;
    position: relative;
}

.head-right a {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-left: 1rem;
    color: white;
}

.search-box {
    display: none;
    z-index: 3;
    position: absolute;
    bottom: -80px;
    right: 0px;
    border-radius: 5px;
    overflow: hidden;
}

.search-box>form {
    display: flex;
    align-items: center;
    width: 300px;
    height: 50px;
}

.search-box>form input {
    height: 100%;
    width: 80%;
    border: none;
    text-indent: 20px;
    background: black;
    color: white;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.search-box>form input::placeholder {
    color: white;
}

.search-box>form button {
    width: 20%;
    height: 100%;
    border: none;
    background: #4a8879;
    color: white;
    font-size: 25px;
}

.main-pro-cat-bar ul {
    display: flex;
    justify-content: center;
    margin: 0;
}

.main-pro-cat-bar {
    box-shadow: 0px 0px 40px #00000042;
}

.main-pro-cat-bar ul li a {
    padding: 1.5rem;
    display: inline-block;
    font-size: 0.9rem;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    color: black;
    transition: 0.2s ease-in-out;
}

.main-pro-cat-bar ul li a:hover {
    background-color: var(--primary);
    color: white;
}

.banner-text {
    position: absolute;
    bottom: 15vh;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}


/*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;
}
 */

.header-right a {
    color: #171d6e;
    background: #fff;
    display: flex;
    height: 51px;
    width: 51px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 18px;
}

.header-right {
    display: flex;
    justify-content: end;
    gap: 8px;
}

.main_slider {
    background-image: url(../images/baner.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    background-color: #fffde3;
}

.banner_slider_img img {
    width: 100%;
    height: 450px;
    border-radius: 205px;
}

.banner_text.wow.fadeInLeft {
    padding-bottom: 55px;
    padding-top: 77px;
}

.banner_slider {
    padding-bottom: 51px;
    width: 75%;
    margin: auto;
}

a.btn.btn_badam {
    background: #171d6e;
    display: flex;
    width: 303px;
    margin: 0 auto;
    justify-content: space-between;
    height: 47px;
    align-items: center;
    color: #171d6e;
    border-radius: 65px;
    border: 1px solid #ffffff;
    position: relative;
    z-index: 1;
}

a.btn.btn_badam img {
    height: auto;
    width: auto;
    border-radius: 72px;
}

a.btn.btn_badam::before {
    width: 253px;
    height: 45px;
    position: absolute;
    content: '';
    background: #fff;
    left: 0;
    border-radius: 55px;
    z-index: -1;
}

.banner_slider .slick-slide {
    opacity: 1.5;
}

.slick-slide .banner_slider_img img {
    width: 240px;
    margin: auto;
}

.banner_slider .slick-slide.slick-current.slick-center .banner_slider_img img {
    width: 100%;
}

.banner_slider .slick-slide.slick-current.slick-active.slick-center {
    transform: scaleX(1.2);
}

.banner_text h1 {
    color: #fff;
}

.banner_text p {
    color: #fff;
}

.banner_slider .slick-prev:before {
    content: '';
    background-image: url(../images/arrow-left.png);
    background-repeat: no-repeat;
    background-color: #353a81;
    border-radius: 50%;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    background-position: center;
    border: 1px solid #fff;
}

.banner_slider .slick-next:before {
    content: '';
    background-image: url(../images/arrow-right-copy.png);
    background-repeat: no-repeat;
    background-color: #353a81;
    border-radius: 50%;
    display: flex;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    background-position: center;
    border: 1px solid #fff;
}

.banner_slider .slick-next {
    right: 50px;
    top: 210px;
}

.banner_slider .slick-prev {
    left: 20px;
    z-index: 1;
    top: 210px;
}


/*banner css end*/

#menuToggle {
    display: block;
    /* You can also use relative/absolute here if you want to stay on the top */
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a {
    text-decoration: none;
    color: #232323;
    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: tomato;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}


/*
 * Just a quick hamburger
 */

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}


/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}


/*
 * But let's hide the middle one.
 */

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}


/*
 * Ohyeah and the last one should go the other direction
 */

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}


/*
 * Make this absolute positioned
 * at the top left of the screen
 */

#menu {
    position: absolute;
    max-width: 400px;
    width: 100vw;
    max-height: 100vh;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    box-sizing: border-box;
    overflow-y: auto;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menu li label {
    cursor: pointer;
}


/*
 * And let's slide it in from the left
 */

#menuToggle input:checked~ul {
    transform: none;
}

.header-logo {
    text-align: center;
}

.about_sec {
    padding: 100px 0;
    background: #fffde3;
}

.about_img img {
    transform: rotate(-16deg);
    height: 500px;
    width: 91%;
    border-radius: 185px;
    background: #fff;
    padding: 10px;
}

.about_content h2 {
    font-size: 34px;
    font-weight: 500;
    color: #d6dddd;
}

.about_content {
    padding-bottom: 40px;
}

.Vision_img img {
    height: 404px;
    width: 100%;
    border-radius: 150px;
    transform: rotate(26deg);
    background: #fbfcec;
    padding: 6px;
}

.about_sec .row {
    align-items: center;
}

.vision_text p {
    text-align: justify;
    width: 99%;
    color: #7c7c7c;
    padding-bottom: 21px;
    padding-top: 14px;
}

.about_text h2 {
    color: #191f70;
}

.vision_text h3 {
    color: #191f70;
    font-size: 43px;
    font-weight: 200;
    padding-bottom: 12px;
}

.about_text p {
    padding-top: 15px;
    color: #7c7c7c;
}

.vision_text {
    position: relative;
    z-index: 1;
}

.vision_text::before {
    position: absolute;
    content: '';
    width: 117%;
    height: 2px;
    background: #7c7c7c;
    top: 57px;
    left: -52px;
}

.vision_text a:hover::before {
    background: #353a81;
    color: #fff;
}

.vision_text a:hover {
    color: #fff;
    border: 1px solid #353a81;
}

.vision_text a {
    display: flex;
    width: 210px;
    justify-content: space-between;
    height: 45px;
    align-items: center;
    color: #171d6e;
    border-radius: 65px;
    border: 1px solid;
    position: relative;
    z-index: 1;
    padding: 17px;
}

.vision_text a::before {
    position: absolute;
    content: '';
    width: 155px;
    height: 45px;
    border: 1px solid #353a81;
    border-radius: 50px;
    left: 0;
    z-index: -1;
}

.services {
    background-image: url(../images/service.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f9ffea;
    padding: 100px 0;
}

.Services_content a {
    display: flex;
    width: 210px;
    justify-content: space-between;
    height: 45px;
    align-items: center;
    color: #171d6e;
    background-color: #fffde3;
    border-radius: 65px;
    border: 1px solid;
    position: relative;
    z-index: 1;
    padding: 17px;
}

.Services_content a::before {
    position: absolute;
    content: '';
    width: 155px;
    height: 45px;
    border: 1px solid #353a81;
    border-radius: 50px;
    background-color: #fffde3;
    left: 0;
    z-index: -1;
}

.Services_content h2 {
    color: #353a81;
}

.Services_content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 25px;
    border-bottom: 2px solid #353a81;
}

.service_box {
    text-align: center;
    background: #ffffff;
    border-radius: 187px;
    padding-bottom: 63px;
    position: relative;
    z-index: 1;
}

.services_img img {
    height: 377px;
    width: 100%;
    border-radius: 183px;
}

.service_text h4 {
    font-size: 21px;
    color: #353a81;
    padding-top: 10px;
}

.service_text p {
    color: #fff;
    padding-top: 10px;
}

.service_box a {
    background: #fff;
    display: none;
    height: 70px;
    width: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 51px;
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 0 0 2px 0 #7c7c7c;
}

.service_box:hover {
    background: #353a81;
}

.service_box:hover h4 {
    color: #fff;
}

.service_box:hover a {
    display: flex;
}

.why_chose_us {
    background-image: url(../images/why.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 30px;
    position: relative;
    z-index: 1;
}

.why_chose_us_img img {
    width: 93%;
    height: 534px;
    object-fit: cover;
    border-radius: 228px;
    background: #fff;
    padding: 10px;
    transform: rotate(-30deg);
}

.why_chose_us_text h2 {
    color: #fff;
    font-size: 57px;
}

.why_chose_us_text p {
    color: #fff;
    font-size: 16px;
    padding-top: 11px;
    padding-bottom: 15px;
}

.why_chose_us_text a {
    background: #171d6e;
    display: flex;
    width: 303px;
    /* margin: 0 auto; */
    justify-content: space-between;
    height: 47px;
    align-items: center;
    color: #171d6e;
    border-radius: 65px;
    border: 1px solid #ffffff;
    position: relative;
    z-index: 1;
    padding: 11px;
}

.why_chose_us_text img {
    height: auto;
    width: auto;
    border-radius: 72px;
}

.why_chose_us_text a::before {
    width: 253px;
    height: 45px;
    position: absolute;
    content: '';
    background: #fff;
    left: 0;
    border-radius: 55px;
    z-index: -1;
}

.why_chose-us-2 img {
    width: 330px;
    height: 450px;
    border-radius: 252px;
    transform: rotate(15deg);
    background: #fff;
    padding: 6px;
    object-fit: cover;
}

.why_chose-us-2 {
    position: absolute;
    right: 200px;
    bottom: -100px;
}

.product {
    padding: 100px 0;
    background: #f9ffea;
}

.product_content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 30px;
    padding-top: 35px;
    border-bottom: 2px solid #171d6e;
}

.product_img img {
    width: 100%;
    height: 501px;
    border-radius: 225px;
}

.product_card {
    text-align: center;
}

.product_card h4 {
    color: #171d6e;
    padding-top: 12px;
}

.product_content h2 {
    color: #171d6e;
}

.Services_content a:hover::before {
    background: #353a81;
}

.Services_content a:hover {
    color: #fff;
    border-color: #171d6e;
}

.Services_content a {
    display: flex;
    width: 210px;
    justify-content: space-between;
    height: 45px;
    align-items: center;
    color: #171d6e;
    background-color: #fffde3;
    border-radius: 65px;
    border: 1px solid;
    position: relative;
    z-index: 1;
    padding: 17px;
}

.product_content a::before {
    position: absolute;
    content: '';
    width: 155px;
    height: 45px;
    border: 1px solid #353a81;
    border-radius: 50px;
    background-color: #fffde3;
    left: 0;
    z-index: -1;
}

.product_content a {
    display: flex;
    width: 210px;
    justify-content: space-between;
    height: 45px;
    align-items: center;
    color: #171d6e;
    background-color: #fffde3;
    border-radius: 65px;
    border: 1px solid;
    position: relative;
    z-index: 1;
    padding: 17px;
}

.testimonial {
    padding: 100px 0;
    text-align: center;
    /* background-image: url(../images/testi.png); */
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    background-color: #353a81;
    z-index: 1;
}

img.testi-top {
    position: absolute;
    left: 0;
    top: -4px;
    width: 100%;
    object-fit: cover;
}

.testimonial .row {
    align-items: center;
}

.testi_text i {
    font-size: 23px;
    color: #f2d473;
}

.testi_text h4 {
    font-family: 'Poppins';
    font-weight: 400;
    color: #fff;
    padding-top: 41px;
    padding-bottom: 51px;
}

.testi_text p {
    color: #fff;
    font-weight: 500;
    padding-bottom: 112px;
}

.testi_text {
    padding-top: 89px;
}

.testi_text a {
    color: #fff;
}

.testi_img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    height: 677px;
    z-index: -1;
    object-fit: cover;
}

.contact_img img {
    width: 73%;
    height: 572px;
    object-fit: cover;
    border-radius: 288px;
}

.contact .row {
    align-items: center;
}

.contact {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.contact_img {
    text-align: center;
}

.contact_text h2 {
    font-size: 38px;
    padding-bottom: 35px;
    color: #353a81;
    text-transform: uppercase;
}

.contact_text input {
    width: 100%;
    height: 51px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid;
    border-radius: 80px;
    border-color: #171d6e;
}

.contact_text textarea {
    width: 100%;
    height: 233px;
    padding: 16px;
    border-radius: 40px;
    border-color: #171d6e;
    margin-bottom: 11px;
}

.contact_text button::before {
    position: absolute;
    content: '';
    width: 90%;
    height: 45px;
    border: 1px solid #353a81;
    border-radius: 50px;
    background-color: #fffde3;
    left: 0;
    z-index: -1;
}

.contact_text button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 45px;
    align-items: center;
    color: #171d6e;
    background-color: #fffde3;
    border-radius: 65px;
    border: 1px solid;
    position: relative;
    z-index: 1;
    padding: 0 19px 0px 195px;
}

img.contact_i_mg {
    position: absolute;
    top: -89px;
}

.footerSec {
    background-image: url(../images/testi.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0 0;
    /* position: relative; */
    z-index: 1;
}

.footer_text h2 {
    font-size: 150px;
    color: #fff;
    padding-bottom: 27px;
}

.foot-links h5 {
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
}

.foot-links ul {
    column-count: 2;
    padding-bottom: 60px;
    padding-top: 25px;
}

.foot-links ul li a {
    color: #fff;
    padding-bottom: 10px;
}

.social_media h5 {
    color: #fff;
    font-size: 20px;
    padding: 15px 0;
}

.social_media ul li a {
    color: #fff;
    padding-bottom: 10px;
}

.social_media h5 {
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
}

.footer-contact h5 {
    color: #fff;
    font-size: 20px;
    padding: 20px 0;
}

.footer-contact ul li a {
    color: #fff;
    padding-bottom: 10px;
}

.foot-links::before {
    width: 252%;
    height: 1px;
    position: absolute;
    content: '';
    background: #7c7c7c;
    top: 0;
    left: -119px;
}

.foot-links:after {
    width: 253%;
    height: 2px;
    position: absolute;
    content: '';
    background: #7c7c7c;
    left: -119px;
    top: 55px;
}

.social_media ul {
    padding-top: 25px;
}

.footer-contact ul {
    padding-top: 25px;
}

.foot-links {
    position: relative;
    z-index: 1;
}

.copy-txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-txt p {
    color: #fff;
}

.copy-txt a {
    color: #fff;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 13px;
}

.copy-txt a img {
    background: #fff;
    display: block;
    height: auto;
    width: auto;
    padding: 10px 16px;
    border-radius: 50%;
}

.footer-btm {
    padding: 15px 0;
    border-top: 1px solid #fff;
    position: relative;
    z-index: 1;
}

.footer-btm::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 8px;
}

a.btn.btn_badam:hover {
    background: #000;
    color: #fff;
}

a.btn.btn_badam:hover::before {
    background: #000000;
    color: #fff;
}

.why_chose_us_text a:hover::before {
    background: #000000;
}

.why_chose_us_text a:hover {
    color: #fff;
}

.product_content a:hover::before {
    background: #171d6e;
}

.product_content a:hover {
    color: #fff;
    border-color: #171d6e;
}

.contact_text button:hover::before {
    background: #353a81;
}

.contact_text button:hover {
    color: #fff;
    border-color: #353a81;
}