@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

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

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
   font-family: 'montserrat-medium';

}


/***** 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: 'montserrat-medium';
    src: url(../fonts/montserrat-medium.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'uni-sans.heavy-caps';
    src: url(../fonts/uni-sans.heavy-caps.otf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'nexa-regular';
    src: url(../fonts/nexa-regular.ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'montserrat-regular ';
    src: url(../fonts/montserrat-regular\ .ttf);
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Montserrat-Italic';
    src: url(../fonts/Montserrat-Italic.ttf);
    font-weight: 400;
    font-style: normal
}
/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'uni-sans.heavy-caps';
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'uni-sans.heavy-caps';
    font-size: 55px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'uni-sans.heavy-caps';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'uni-sans.heavy-caps';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 18px;
}

h5 {
    font-family: 'uni-sans.heavy-caps';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'montserrat-regular ';
    font-size: 18px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
header {
    position: absolute;
    width: 100%;
    z-index: 99;
}
.menuSec {
    padding: 20px 50px;
    border-bottom: 1px solid #ffffff4a;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: start;
    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: #ffffff;
    /* padding: 10px 23px; */
    font-size: 14px;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #5da3d1;
}

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






/*banner css Start*/

.banner_sec.inner-banner {
    min-height: 390px;
    padding: 150px 0 0;
}

.banner_sec{
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 145px  40px 50px;
}


.banner-img-1 img {
    height: 660px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.banner-img-2 img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.banner-img-3 img {
    height: 540px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.banner-img-3 {
    position: relative;
    bottom: -83px;
}

.banner-img-4 {
    position: relative;
    bottom: -38px;
}

.banner-img-4 img {
    height: 623px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.banner_sec .row {
    align-items: center;
}

.banner-img-2 {
    position: relative;
    top: -53px;
}

.banner_text h1 {
    font-size: 48px;
}

.banner_text {
    text-align: center;
}

.banner_text h4 {
    font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.banner_text h4:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    bottom: -18.92px;
    left: 0;
    z-index: 1;
}

.banner_text h4:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #fff;
    bottom: -18.92px;
    right: 0;
    z-index: 1;
}
.banner_text p {
    color: #81acc9;
    font-size: 14px;
    padding-top: 16px;
    border-top: 1px solid;
}
.header_btn a {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 60px;
    width: 190px;
    border-radius: 50px;
    background: #6497b2;
    gap: 18px;
    overflow: hidden;
    color: #fff;
    font-family: nexa-regular;
    text-transform: uppercase;
    font-size: 14px;
}

.header_btn a img {
    background: #fff;
    padding: 24px;
}

a.all-btn {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 60px;
    width: 233px;
    border-radius: 50px;
    background: #6497b2;
    gap: 18px;
    overflow: hidden;
    color: #fff;
    font-family: nexa-regular;
    text-transform: uppercase;
    font-size: 14px;
}

a.all-btn img {
    background: #fff;
    padding: 24px;
}

a.banner-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 150px;
    border: 1px solid #ffffff5c;
    border-radius: 50px;
    color: #ffffffcc;
    text-transform: uppercase;
    font-size: 14px;
}

.banner-btn {
    display: flex;
    gap: 11px;
    justify-content: center;
    align-items: center;
}







/*banner css end*/

/* categories start */
.categories_img img {
    height: auto;
    width: auto;
    margin:  0 auto;
    padding-bottom: 10px;
}

.categories_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 133px;
    background: #f6f6f6;
    border-radius: 10px;
    gap: 22px;
    box-shadow: inset 0 0 0px 1px #7c7c7c40;
}
.categories_txt span {
    text-transform: uppercase;
    font-size: 11px;
}

.categories_slider .slick-list.draggable {
    padding: 14px 0;
}

.categories_slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1.2;
}
.categories_sec {
    padding: 100px 0;
}

.categories_text h2 {
    font-size: 44.33px;
    color: #000;
}



.categories_slider .slick-dots li.slick-active button:before {
    opacity: 7 !important;
    color: #034f86;
    box-shadow: 0 0 20px 0px #00000000, 0 0 0px 1px #03487f;
    border-radius: 50px;
}
.categories_slider .slick-dots {
    position: absolute;
    top: -57px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: -43%;
}
.categories_slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    content: '•';
    text-align: center;
    opacity: 4.25;
    color: #81a7c2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* categories end */
/* about start  */
.about_text {
    text-align: end;
}

.about_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 21px;
    padding-top: 13px;
}

a.all-btn.about-btn {
    width: 202px;
}

.headphones {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.headphones p {
    margin: 0;
    text-align: start;
}

.headphones a {
    font-size: 26px;
    font-family: 'uni-sans.heavy-caps';
    color: #000;
}
.about_sec.inner-about {
    padding-top: 100px;
    padding-bottom: 0;
}
.about_sec {
    padding: 0 0 100px  0;
    position: relative;
    z-index: 1;
}

.about_sec .row {
    align-items: center;
}

.about_text h2 {
    color: #000;
    font-size: 44.33px;
    margin-bottom: 11px;
}

.about_img {
    text-align: start;
    margin-bottom: -91px;
}

.about_img img {
    width: 73%;
    height: 599px;
    object-fit: cover;
    border-radius: 13px;
    margin-bottom: 0;
}
.mission_img img {
    width: 100%;
    height: 445px;
    object-fit: cover;
    border-radius: 14px;
}
.qutes p {
    font-family: Montserrat-Italic;
    color: #ffffff;
    padding-top: 18px;
}

.qutes {
    background: radial-gradient(circle,rgba(2, 90, 147, 1) 0%, rgba(3, 66, 118, 1) 100%);
    width: 23%;
    padding: 46px;
    height: 352px;
    border-radius: 17px;
    position: absolute;
    left: 28%;
    top: 28%;
}

.qutes h6 {
    margin: 0;
    color: #ffffff;
}

.qutes span {
    color: #90b0c7;
    font-size: 11px;
}

.mission_text {
    margin-bottom: -96px;
}
/* about end  */
/* Featured start  */

.Featured_Listings_cotent {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.Featured_Listings_cotent h2 {
    color: #000;
    margin: 0;
    padding-bottom: 10px;
}
.Featured_Listings_sec.inner-services {
    padding-top: 100px;
}
.Featured_Listings_sec {
    padding: 0 0 100px 0;
}
.Featured_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: -14px;
}
.Featured_text {
    background: #6497b2;
    padding: 21px;
    width: 90%;
    margin:  0 auto;
    border-radius: 12px;
    margin-top: -30px;
}

.Featured_text h6 {
    font-size: 11px;
    text-transform: uppercase;
    border: 1px solid #fff;
    width: 101px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
}

.Featured_text h4 {
    font-size: 20px;
    color:  #fff;
}
.Featured_text_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Featured_text_cont h5 {
    color: #fff;
    font-size: 14px;
    margin: 1px 0px 3px 0;
}

.Featured_text_cont i {
    color: #fff;
    font-size: 11px;
}

.Featured_text_cont span {
    font-size: 11px;
    color: #fff;
}

.Featured_text_cont a {
    color: #000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 80px;
    border-radius: 51px;
    text-transform: uppercase;
    font-weight: 600;
}

.Featured_text p {
    color: #fff;
}
 .Featured_img_slider .slick-dots {
    position: absolute;
    bottom: -52px;
    display: block;
    width: 88%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    right: -55px;
}
.Featured_img_slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 5px;
    line-height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    width: 13px;
    height: 13px;
    content: '•';
    text-align: center;
    opacity: 1.25;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.Featured_img_slider .slick-dots li.slick-active button:before {
    opacity: 22.75 !important;
    color: #fcfcfc;
    box-shadow: 0 0 00 1px #ffffff;
}
/* Featured End  */

/*What People Say Start*/

section.testimonials {
    position: relative;
    padding: 100px 0px 100px;
    overflow: hidden;
}

section.testimonials .box-card {
    padding: 20px 20px;
    box-sizing: border-box;
    position: relative;
    margin: 40px 10px;
}

section.testimonials .mainSlider {
    position: relative;
}

section.testimonials .mainSlider .item {
    margin: 0px;
}

section.testimonials .slick-list.draggable {
    padding: 0px !important;
}

section.testimonials .item {
    opacity: 1;
}

section.testimonials .box-card .quote {
    display: inline-block;
    position: absolute;
    top: -20px;
}

section.testimonials .box-card .quote i {
    width: 50px;
    height: 50px;
    background: #6497b2;
    border-radius: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    transition: 0.9s;
    font-size: 18px;
}

section.testimonials .box-card ul.rating {
    justify-content: flex-start;
    align-items: center;
    margin: 48px 0 16px;
    display: flex;
    gap: 5px;
}

section.testimonials .box-card ul.rating li a i {
    color: #fd8f00;
    font-size: 16px;
}

section.testimonials .box-card .descrp {
    margin-bottom: 20px;
}

section.testimonials .box-card .descrp p {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}

section.testimonials .box-card .authr-det {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.testimonials .box-card .authr-det h5 {
    margin: 0px;
    font-size: 20px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
    font-family: 'brunson';

}

section.testimonials .box-card .authr-det p {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    font-family: 'brunson';
    font-weight: 300;
    color: #adadad;
}

section.testimonials .mainSlider .box-card {
    padding: 30px 55px 50px 55px;
    margin: 40px 0px 0px 0px;
    height: 333px;
    background: radial-gradient(circle, rgba(2, 90, 147, 1) 0%, rgba(3, 66, 118, 1) 100%);
}

section.testimonials .mainSlider .box-card .quote i {
    color: #fff !important;
}


section.testimonials .simSlidDs .item {
    margin: 0px;
}

section.testimonials .simSlidDs .item .box-card {
    box-shadow: unset;
    padding: 10px 40px 40px;
    background: #11171a;
    height: 333px;
}

.auth-img img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    object-fit: cover;
}

section.testimonials .simSlidDs .item .box-card ul.rating {
    margin: 60px 0 24px;
}


section.testimonials .slider-nav .box-card .descrp {
    margin-bottom: 30px;
}


section.testimonials .simSlidDs .item .box-card ul.rating li a i {
    font-size: 13px;
}

section.testimonials .simSlidDs .item .box-card .quote i {
    box-shadow: 0 0 9px 0px #b6b6b66e;
    background: #ffffff;
    color: #6598b3;
}

section.testimonials .coright {
    position: relative;
}

.your-plan-when-you-ready-text a {
    color: #fff;
}

.what-legacy-work-provides-button a {
    color: #fff;
}

section.testimonials .simSlidDs .slider-nav {
    margin: 0px;
}

section.testimonials .simSlidDs .slider-nav {
    margin: 0px;
}

section.testimonials .simSlidDs .item .box-card h5 {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}



section.testimonials .mainSlider .box-card p {
    color: #fff;
    opacity: 100%;
}

section.testimonials .mainSlider .box-card h5 {
    color: #fff;
}

section.testimonials .item .box-card ul.rating li:last-child a i {
    opacity: 50%;
}

.testimonials-heading p {
    width: 54%;
    margin: 0 auto;
}

section.testimonials .mainSlider .box-card .auth-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #ffff;
}

.testimonials-heading.text-center.wow.bounceIn h2 {
    margin: 0;
    padding-bottom: 5px;
}
/*What People Say Ends */




/* Footer Starts */

footer {
    background: #04396b;
    position: relative;
    width: 90%;
}

.news-letter h2 {
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    font-size: 61px;
    font-weight: 300;
    /* font-family: 'hel-r'; */
}

.news-letter {
    padding: 50px 0;
    padding-right: 20px;
    background: #04396b;
    background-size: 600%;
    background-position: 0 0;
    height: 100%;
    justify-content: center;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-name: gradients;
    border-bottom: 1px solid #ffffff47;
}

.news-letter form {
    position: relative;
    width: 100%;
}

.news-letter form input {
    width: 75%;
    padding: 0 60px 0 30px;
    border: 1px solid #ffffff42;
    background: #0a2f52;
    color: #fff;
    border-radius: 40px;
    height: 53px;
    transition: ease-in;
    transition-duration: 0.52s;
}

.news-letter form input:focus {
    background-color: #fff;
    color: #000;
    transition: ease-out;
    transition-duration: 0.52s;
}

.news-letter form input:focus::placeholder {
    color: #000;
    transition: ease-out;
    transition-duration: 0.52s;
}

.news-letter form button {
    position: absolute;
    right: 60px;
    top: 1px;
    padding: 0 45px;
    height: 50px;
    border: unset;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    color: #000;
    border-radius: 47px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.news-letter form button:hover {
    background-color: #000;
    color: #FFF;
    transition: ease-out;
    transition-duration: 0.5s;
}

.news-letter .row {
    align-items: center;
}

.news-letter form input::placeholder {
    color: #fff;
    text-transform: capitalize;
}

.main-ftr {
    position: relative;
    padding: 70px 20px;
    height: 100%;
}
.footer_box {
    position: absolute;
    top: 0;
    right: -275px;
    /* transform: rotate(90deg); */
    background: #6497b2;
    height: 512px;
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_box h2 {
    margin: 0;
    color: #fff;
    transform: rotate(90deg);
    margin-top: 39px;
    margin-left: -113px;
    font-size: 47px;
}
.main-ftr ul li h3 {
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'trajan';
    margin-bottom: 20px;
    /* font-weight: 100; */
    font-weight: 400;
}

.main-ftr ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-ftr ul li p,
.main-ftr ul li p a {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
}

.main-ftr ul li i {
    font-size: 20px;
    color: #fff;
}

.main-ftr:after {
    position: absolute;
    content: '';
    background: #e1c5f3;
    width: 1px;
    height: 0px;
    bottom: 0;
    right: 10px;
    transition: .7s ease-in-out;
}
.middle-ftr:hover .main-ftr:after {
    height: 100%;
}

.middle-ftr:hover {
    border-color: #e1c5f3;
}

.middle-ftr {
    border-bottom: 1px solid #ffffff82;
    background: #04396b;
    transition: .7s ease-in-out;
}

.main-ftr ul {
    margin-bottom: 0;
}

.ftr-req h5 a {
    color: #b01630;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
}

.ftr-req button {
    padding: 12px;
    width: 100%;
    border: 1px solid #ffffffba;
    background: transparent;
    /* border-radius: 5px; */
    color: #fff;
    text-align: center;
    color: #ffffff94;
    text-transform: capitalize;
    font-size: 14px;
}

.main-ftr:before {
    position: absolute;
    content: '';
    background: #ffffff66;
    width: 1px;
    height: 100%;
    top: 0;
    right: 10px;
}

.bottm-ftr ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 10px 0;
    width: 90%;
}

.bottm-ftr ul li ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bottm-ftr ul li p {
    margin-bottom: 0;
    color: #ffffff7d;
}

.bottm-ftr ul li ul a i {
    color: #9d9fa4;
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    transition: 0.5s;
    animation: scale-up-center 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) infinite both;
}

.bottm-ftr ul li ul a i:hover {
    background: #138eed;
    color: #fff;
}

.ftr-req h5 a {
    font-size: 30px;
    color: #ffffff;
    font-family: 'hel-r';
    margin: 60px 0 20px;
    font-family: 'Montserrat';
}
.ftr-req.pade-right {
    padding-right: 60px;
    margin-top: 32%;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    justify-content: center;
    margin-bottom: 66px;
}

ul.botm-list {
    width: 200px;
}

ul.botm-list a {
    color: #fff;
}

ul.phon-list li {
    display: block;
}

ul.phon-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.bottm-ftr p {
    margin: 0;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.socials {
    margin: 30px 0;
}

.socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}

.socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid#fff;
    color: #fff;
    border-radius: 100px;
    font-size: 16px;
    transition: ease-in;
    transition-duration: 0.5s;
}

.socials ul li a i:hover {
    background-color: #d38cff;
    border: 1px solid#0000;
    transition: ease-out;
    transition-duration: 0.5s;
}

.bottm-ftr p a {
    color: #fff;
    padding: 0 0 10px 0;
    position: relative;
    transition: ease-in;
    transition-duration: 0.5s;
}

.bottm-ftr p a::Before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    transition: ease-out;
    transition-duration: 0.5s;
}

.bottm-ftr p a:hover::Before {
    width: 100%;
    transition: ease-in;
    transition-duration: 0.5s;
}

/* Footer Ends */

/* contact start  */


.contact_sec{
    background-image: url(../images/contact-back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 963px;
    position: relative;
    z-index: 1;
    background-position: bottom;
}
.contact_sec .row {
    align-items: end;
}
.contact_sec_form {
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 134px;
    display: flex;
    width: 74%;
    justify-content: end;
}

.contact_sec:before {
    position: absolute;
    content: '';
    width: 80%;
    height: 57%;
    left: 0;
    bottom: -88px;
    background: radial-gradient(circle, rgba(2, 90, 147, 1) 0%, rgba(3, 66, 118, 1) 100%);
}

.contact_sec_form form input {
    width: 100%;
    height: 50px;
    margin-bottom: 11px;
    background: unset;
    border: 1px solid #ffffff59;
    padding: 0;
    padding-left: 10px;
    color: #ffff;
}
.contact_sec_form form {
    width: 94%;
}
.contact_sec_form h2:before {
    position: absolute;
    content: '';
    z-index: 1;
    height: 87%;
    width: 1px;
    background: #fff;
    left: 185px;
    bottom: -118px;
}
.contact_sec_form h2 {
    color: #fff;
    width: 52%;
    text-align: end;
    padding-right: 97px;
    padding-top: 74px;
    position: relative;
    z-index: 1;
    font-size: 67px;
}
.contact_sec_form form input::placeholder {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
}

.contact_sec_form form textarea {
    width: 100%;
    height: 221px;
    border: 1px solid #ffffff45;
    background: unset;
    color: #fff;
    display: flex;
    align-items: end;
    justify-content: end;
    margin-bottom: 10px;
}
button.all-btn.about-btn {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 60px;
    width: 203px;
    border-radius: 50px;
    background: #6497b2;
    gap: 18px;
    overflow: hidden;
    color: #fff;
    font-family: nexa-regular;
    text-transform: uppercase;
    font-size: 14px;
    border: unset;
    padding: 0;
}

button.all-btn.about-btn img {
    background: #fff;
    padding: 24px;
}
.contact_sec_form form textarea::placeholder {
    padding: 11px;
color: #fff;
     text-transform: uppercase;
}
/* contact end  */


/* Faqs start */
.faqs_section {
    padding-top: 228px;
}
.faqs_section.inner-faqs {
    padding: 0 0 100px;
}
/* FAQ BOX */
.faq-box {
  background: #fff;
  padding: 52px 21px;
  border-radius: 8px;
  height: 562px;
  box-shadow: 00 0 4px 0px #7c7c7c;
}

/* ACCORDION STYLE */
.accordion-item {
  border: none;
  margin-bottom: 10px;
}

.accordion-button {
  background: #f9f9f9;
  border-radius: 5px !important;
  font-size: 14px;
  font-weight: 500;
  box-shadow: none;
  position: relative;
  height: 65px;
}

.accordion-button::after {
  display: none;
}

/* CUSTOM PLUS BUTTON */
.accordion-button::before {
  content: "+";
  position: absolute;
  right: 15px;
  background: #3b82f6;
  color: #fff;
  width: 31px;
  height: 31px;
  text-align: center;
  border-radius: 3px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accordion-button:not(.collapsed)::before {
  content: "-";
}

/* RIGHT IMAGE */
.faq-img img {
  width: 100%;
  border-radius: 10px;
}

/* BOTTOM IMAGE */
.faq-bottom-img {
  position: absolute;
  left: 0;
  bottom: -40px;
}

.faq-bottom-img img {
  width: 180px;
  border-radius: 10px;
}
.faqs_text {
    transform: rotate(-90deg);
    width: 446px;
    height: 53%;
    padding-left: 30px;
}

.faq-box h2 {
    color: #000;
}


.faqs_text h2 {
    margin: 0px;
    color: #000;
}

.faqs_img {
    position: relative;
    left: -232px;
    z-index: -1;
    top: -46px;
    width: 501px;
    height: 488px;
    object-fit: cover;
}

.faqs_img img {
    width: 675px;
    height: 605px;
    object-fit: cover;
}
.faqs_img-1 {
    position: relative;
    bottom: -126px;
    width: 422px;
    height: 95px;
}

.faqs_img-1 img {
    height: 146px;
    width: 100%;
    object-fit: cover;
    border-radius: 13px;
}
/* Faqs end */

/* Inner Cart Ends */
/*Contact Us Page Css Start*/

section.contact_page img.circle1 {
    right: 0;
    bottom: unset;
    top: -6%;
}

section.contact_page img.circle2 {
    right: -4%;
    bottom: unset;
    top: 5%;
}

.contact_form img.circle3 {
    top: unset;
    bottom: -6%;
    left: unset;
    right: -4%;
}

.contact_form img.circle4 {
    top: unset;
    bottom: 0;
    left: unset;
    right: 2%;
}

.contact_detail_box figure img {
    margin: auto;
    height: 55px;
    width: 55px;
    object-fit: contain;
    /* filter: brightness(0) saturate(100%) invert(57%) sepia(31%) saturate(333%) hue-rotate(341deg) brightness(86%) contrast(92%); */
}

.contact_detail_box h2 {
    font-size: 20px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    margin: 30px 0 10px 0;
}

.contact_detail_box p {
    font-size: 16px;
    line-height: 25px;
    color: #636363;
    margin: 0;
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    width: 100%;
}

.contact_detail_box {
    padding: 40px 20px;
    transition: 0.5s;
    background-color: #0000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    border: 1px solid #7c7c7c;
    border-radius: 9px;
}

.contact_form {
    padding-bottom: 7%;
    position: relative;
}

.contact_form label {
    font-size: 15px;
    line-height: 20px;
    color: #5d5d5d;
    margin-bottom: 7px;
    font-weight: 500;
}


.contact_page {
    padding: 100px 0;
    position: relative;
}

.contact_form input {
    height: 50px;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 25px;
    border: 1px solid #cccccc;
    border-radius: 10px;
    background-color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.contact_form textarea {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
    border: 1px solid #cccccc;
    padding: 25px 25px;
    resize: none;
    border-radius: 20px;
    background-color: #fff;
}

.section_head {
    margin-bottom: 50px;
}

.section_head p {
    width: 65%;
    margin: 0 auto;
    color: #000000;
    font-size: 15px;
}

.section_head h3 {
    color: #000;
    font-size: 70px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 75px;
    text-transform: capitalize;
}

.br_gradient {
    padding: 2px;
    border-radius: 12px;
}

.contact_detail_box p span {
    display: block;
}

section.contact_page.chg2 {
    padding-bottom: 50px;
}

section.contact_page.chg2 .contact_detail_box figure img {

    filter: brightness(0) saturate(100%) invert(43%) sepia(28%) saturate(1267%) hue-rotate(169deg) brightness(92%) contrast(89%);
}

.contact_page h4 {
    color: #000;
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 10px 0;
    text-transform: capitalize;
}

.section_head.chg h3 {
    color: #000;
    text-transform: capitalize;
}
.btn_wrap button img {
    background: #fff;
    padding: 24px;
    margin-left: 20px;
}
.btn_wrap button {
     display: flex;
     justify-content: end;
     align-items: center;
     height: 60px;
     width: 191px;
     border-radius: 50px;
     background: #6497b2;
     gap: 17px;
     overflow: hidden;
     color: #fff;
     font-family: nexa-regular;
     text-transform: uppercase;
     font-size: 14px;
     margin: 0 auto;
     padding: 0;
     border: 0;
}
.btn_wrap {
    text-align: center;
}

.contact_detail_box a {
    display: block;
    font-size: 16px !important;
    transition: ease-in;
    transition-duration: 0.2s;
}

.contact_detail_box:hover {
    background-color: #034276;
    transition-duration: 0.2s;
}

.contact_detail_box figure img.img-responsive {
    transition: ease-in;
    transition-duration: 0.2s;
    filter: brightness(0) saturate(100%) invert(17%) sepia(27%) saturate(4933%) hue-rotate(189deg) brightness(99%) contrast(98%);
}

.contact_detail_box:hover figure img.img-responsive {
    transition: ease-out;
    transition-duration: 0.2s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.contact_detail_box:hover * {
    color: #fff !important;
}

/*Contact Us Page Css End*/
.services_details_uimg img {
    width: 100%;
    height: 601px;
    object-fit: cover;
}

.services_details {
    padding: 100px 0;
}

.services_details_uimg h2 {
    margin-bottom: 10px;
}
.services_details_uimg a {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 60px;
    width: 190px;
    border-radius: 50px;
    background: #6497b2;
    gap: 18px;
    overflow: hidden;
    color: #fff;
    font-family: nexa-regular;
    text-transform: uppercase;
    font-size: 14px;
}

.services_details_uimg a img {
    height: auto;
    width: auto;
    padding: 24px;
    background: #fff;
}

/* HERO */
.provider-hero {
  background: #0d6efd;
  color: #fff;
  padding: 60px 0;
}

.provider-hero h1 {
  font-size: 40px;
  font-weight: 600;
}

/* SERVICE CARD */
.service-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  transition: 0.3s;
  border: 1px solid #eee;
}

.service-card img {
  width: 50px;
  margin-bottom: 10px;
}

.service-card p {
  margin: 0;
  font-weight: 500;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* FORM */
.form-box {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.form-control {
  height: 50px;
  border-radius: 8px;
}

textarea.form-control {
  height: auto;
}

button {
  height: 50px;
  border-radius: 8px;
}

button.btn.btn-primary.px-5 {
    background: #04396b;
    border: unset;
    text-transform: uppercase;
}