/* GIL */
@font-face {
    font-family: gil;
    src: url(webFonts/GIL_____.TTF);
}

/* Redikal */
/*@font-face {*/
/*    font-family: redikal;*/
/*    src: url(webFonts/Radikal_.otf);*/
/*}*/

/*@font-face {*/
/*    font-family: redikal_bold;*/
/*    src: url(webFonts/RadikalBold.otf);*/
/*}*/

/*@font-face {*/
/*    font-family: Helvetica';*/
/*    src: url(webFonts/RadikalMedium.otf);*/
/*}*/

/*@font-face {*/
/*    font-family: Helvetica';*/
/*    src: url(webFonts/RadikalLight.otf);*/
/*}*/

/*@font-face {*/
/*    font-family: Helvetica';*/
/*    src: url(webFonts/RadikalThin.otf);*/
/*}*/

/*@font-face {*/
/*    font-family: Helvetica';*/
/*    src: url(webFonts/RadikalUltraThin.otf);*/
/*}*/
@font-face {
    font-family: EB Garamond;
    src: url(webFonts/Bitter-VariableFont_wght.ttf);
}

/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&amp;display=swap');
/* EBGaramond */
/*@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap');*/


:root {
    --color-basic-txt-black: #000;
    --color-basic-txt-white: #fff;
    --basic-color-txt: #2f2f2f;
    --main-gradiant: linear-gradient(to bottom, #0076a8 0%, #00acaf 100%);
    --main-gradiant2: linear-gradient(106deg, #0076a8 1%, #0076a8 1%, #00acaf 94%, #00acaf 114%);


}

/* BODY CSS */
*,
html {
    font-family: "Helvetica";
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 62.5%;
}

::selection {
    background-color: #0284aa;
    color: #fff;
}


::-webkit-scrollbar {
    width: 1em;
}

::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3); */
    background: #EEE;
}

::-webkit-scrollbar-thumb {
    background-color: #0076a8;
}

.button-container {
    position: fixed;
    top: 40%;
    right: 20px;
    transform: translateY(-40%) rotate(-90deg);
    transform-origin: right center;
    z-index: 99999;
    /* This is crucial for correct rotation */
}

.book-button {
    background-color: #3b3b3b;
    color: #fff;
    padding: 8px 12px;
    font-size: 2rem;
    border: 1px solid #707070;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    /* transform: ; */
}

.book-button:hover {
    background-color: #555555;
}


.main_container {
    width: 100%;
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff !important;
}

.main_section {
    width: 100%;
    height: 100%;
    max-width: 1800px;
    padding: 4rem 0;
}

.standard {
    position: relative;
    margin: 0 auto;
    width: 90%;
    padding: 0px 1.5rem;
}

.standard_fullwidth {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.standard1 {
    position: relative;
    margin: 0 auto;
    width: 90%;
    padding: 0px 1.5rem;
}

.flex_ {
    display: flex;
}

.flex_.ai_center {
    align-items: center;
}

.flex_.jc_center {
    justify-content: center;
}

.grid_ {
    display: grid;
}

/* Section heading */
.section_heading {
    width: 100%;
    position: relative;
    font-family: 'EB Garamond', serif;
    text-align: center;
    margin-bottom: 3rem;
}

.section_heading h1 {
    color: #000;
    font-size: 4rem;
    font-family: 'EB Garamond', serif;
    margin-bottom: 1rem;
}

.section_heading p {
    font-size: 1.7rem;
    font-family: "Helvetica";
}

/* subsection heading */
.subsection_heading {
    width: 100%;
    position: relative;
    margin-bottom: 3rem;
}

.subsection_heading h1 {
    color: #000;
    font-size: 5rem;
    font-family: 'EB Garamond', serif;
    margin-bottom: 1rem;
    margin-top: 0;
}

.subsection_heading h2 {
    color: #000;
    font-size: 3rem;
    font-family: 'EB Garamond', serif;
    margin-bottom: 1rem;
}

.divText {
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
}

/* Section heading ends */


img {
    /* width: 100%; */
    transition: all 200ms ease-out;
    transition-delay: 0.1s;
}

a {
    text-decoration: none;
    font-size: 1.5rem;
}

li {
    list-style: none;
    font-size: 1.5rem;
}

p {
    color: #111;
    font-size: 1.6rem;
    line-height: 1.89;
}

b {
    font-family: 'Helvetica';
    font-size: 1.6rem;
}

.innerPage_wrapper .standard_fullwidth:first-child > p, .innerPage_wrapper .standard_fullwidth:first-child > h1, .innerPage_wrapper .standard_fullwidth:first-child > h2, .innerPage_wrapper .standard_fullwidth:first-child > h3, .innerPage_wrapper .standard_fullwidth:first-child > h4, .innerPage_wrapper .standard_fullwidth:first-child > h5, .innerPage_wrapper .standard_fullwidth:first-child > h6, .innerPage_wrapper .standard_fullwidth:first-child > img{
    padding:1rem 2rem !important;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    font-family: 'EB Garamond', serif;
    margin: 0;
    font-size: 1.6rem;
    line-height: normal;
}

button {
    background-color: none;
    background: none;
    cursor: pointer;
}

.btn_primary {
    position: relative;
    text-align: center;
    font-family: 'Helvetica';
    font-size: 1.8rem;
    background: var(--main-gradiant2);
    text-transform: uppercase;
    color: var(--color-basic-txt-black);
    padding: 1.5rem 4rem;
    transition: all .27s ease-out;
    /* line-height: 1.89; */
    letter-spacing: 3.6px;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.06)
}

.btn_primary.hvr-shutter-in-horizontal:before {
    background: var(--color-basic-txt-white);
}

/* .btn_primary:hover {
    background: var(--main-gradiant);
    color: var(--color-basic-txt-white);
}
 */

.btn_secondary_gb {
    position: relative;
    background: #f7f7f7;
    color: var(--color-basic-txt-white);
    letter-spacing: 3.6px;
    padding: 1rem 4rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: 'Helvetica';
    border: none;
}

.btn_secondary_gb i{
    font-size: 1.8rem;
}

.btn_secondary_gb.hvr-shutter-in-horizontal:before {
    background: var(--main-gradiant2);
}

.btn_secondary_gb:hover {
    color: var(--color-basic-txt-black);
}

.btn_secondary {
    position: relative;
    background: #f7f7f7;
    background: var(--main-gradiant2);
    letter-spacing: 3.6px;
    padding: 1rem 4rem;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: 'Helvetica';
    border: none;
}

.btn_secondary.hvr-shutter-in-horizontal:before {
    color: var(--color-basic-txt-black);
}

.btn_icon {
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--color-basic-txt-black);
    transition: all .27s ease-in-out;
}

.btn_icon h6 {
    font-family: 'Helvetica';
    font-size: 1.8rem;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    color: var(--color-basic-txt-black);
    transition: all .27s ease-in-out;
}

.btn_icon i {
    font-size: 2rem;
    animation: move 1s linear infinite;
}

.btn_icon.white h6 {
    color: var(--color-basic-txt-white);
}

.btn_icon.white i {
    color: var(--color-basic-txt-white);
}

.btn_icon:hover {
    color: #0076a8;
}

.btn_icon:hover h6 {
    color: #0076a8;
}

/* Navbar Starts */
.main_header {
    position: relative;
    width: 100%;
    background: var(--color-basic-txt-white);
}

.top_header {
    position: inherit;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
}

.top_header .mmenu_toggler {
    position: relative;
    width: 20%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
}

.mmenu_toggler img {
    width: 100%;
    max-width: 60px;
    object-fit: contain;
}

#mmenu_dblock {
    display: none;
}

.top_header .header_logo {
    MARGIN-TOP: 10PX;
    width: 20%;
    text-align: left;
}

#menu {
    display: none;
}

.header_logo img {
    width: 100%;
    max-width: 250px;
    object-fit: contain;
}

.main_nav {
    position: relative;
    width: 60%;
}

.main_nav .navbar_nav {
    width: 100%;
    position: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.navbar_nav li {
    text-align: left;
    padding: 1rem;
}

.navbar_nav li a {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--basic-color-txt);
    transition: all .2s ease-out;
    position: relative;
}

.navbar_nav li a:after {
    content: '';
    position: absolute;
    width: 80%;
    transform: scaleX(0);
    height: 3px;
    bottom: -3px;
    left: 0;
    background: linear-gradient(112deg, #0076a8 3%, #0076a8 3%, #00acaf 98%, #00acaf 102%);
    /*color: #0076a8;*/
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.navbar_nav li:hover a:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.text_link a:hover {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--basic-color-txt);
    transition: all .2s ease-out;
}

.navbar_nav li a:hover {
    color: var(--color-basic-txt-black);
    font-family: 'Helvetica';
}

.navbar_nav .active_nav a {
    color: var(--color-basic-txt-black);
    font-family: 'Helvetica';
}

.navbar_nav a:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* navbar ends */

/* Banner Starts */
.main_banner {
    width: 100%;
    position: relative;
    display: block;
}
/* new inner banner */
.innerBanner{
    position: relative;
    width: 100%;
    display: block;
}

.innerBanner .inner_subbanner_div{
    height: 100% !important;
}

.main_banner .image_overlay{
    position: relative;
    height: 100%;
    width: 100%;
}

.main_banner .image_overlay img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.innerBanner .standard{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px;
}

.innerBanner2 .image_overlay::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(0, 0, 0, .5);
}

/* new inner banner */

.banner_slide {
    width: 100%;
    position: relative;
    display: block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: -1;
}

.inner_banner_div {
    position: relative;
    width: 100%;
    text-align: left;
    /* height: calc(100vh); */
    display: flex;
    align-items: center;
}

.inner_mainbanner_div {
    position: relative;
    width: 100%;
    text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    top: 0;
    background: rgba(0, 0, 0, .5);
}

.inner_banner_content {
    position: relative;
    width: 40%;
    min-width: 455px;
    text-align: left;
}

.banner_heading,
.banner_txt {
    width: 100%;
    position: relative;
}

.banner_btn {
    width: 100%;
    margin-top: 5rem;
}

.banner_heading h1 {
    color: var(--color-basic-txt-white);
    font-size: 5rem;
    font-weight: 400;
    line-height: 1.29;
    margin-bottom: 2rem;
}

.banner_heading h1 span {
    /*color: #0076a8;*/
    color: #00C6CA;
    text-shadow: 0px 0px 11px #0076a8;
    font-family: 'EB Garamond', serif;
    font-size: 5rem;
    font-weight: 500;
    line-height: 1.29;
    margin-bottom: 2rem;
}

.banner_txt p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.89;
    font-family: 'Helvetica';
}

.banner_txt p b {
    font-family: 'Helvetica';
    font-weight: 500;
}

.calculator_div {
    width: 250px;
    height: 250px;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    border: solid 1px var(--color-basic-txt-white);
    /* background-image: linear-gradient(131deg, rgba(255, 255, 255, 0.36) -5%, rgba(255, 255, 255, 0.45) 103%); */
    text-align: center;
    padding: 1rem;
    z-index: 1;
}

.calculator_div .imgHolder img {
    width: 100%;
    object-fit: contain;
    max-width: 40px;
    margin-bottom: 2rem;
}

.calculator_div p {
    color: #fff;
    margin-bottom: 2rem;
}

/* main banner ends */

/* services section start */
.section_services {
    width: 100%;
    position: relative;
    background-image: url(../webImages/services_section_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 8rem;
}

.section_services_inner {
    width: 100%;
    position: relative;
    align-items: start;
    justify-content: space-between;
}

.section_services_inner .leftFlex {
    position: relative;
    width: 35%;
    min-width: 236px;
    padding-top: 9rem;
}

.section_services_inner .rightFlex {
    position: relative;
    width: 60%;
    overflow-x: hidden;
}

.serviceSwiper {
    padding-top: 9rem;
    position: relative;
}

.section_services_inner .rightFlex .single_service {
    width: 30%;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.single_service .service_img {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 350px;
    min-height: 350px;
}

.single_service .service_img img {
    width: 100%;
    object-fit: cover;
    min-height: 350px;
    transition: all .27s ease-in-out;
}

.single_service .service_txt {
    width: 100%;
    position: relative;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
}

.single_service .service_txt a {
    font-size: 1.8rem;
    color: var(--color-basic-txt-black);
    transition: all .27s ease-in-out;
    width: calc(100% - 40px);
}

.single_service .service_txt .read_more {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: var(--main-gradiant);
    display: grid;
    place-items: center;
    transition: all .27s ease-in-out;
    cursor: pointer;
}

.single_service .service_txt .read_more img {
    width: 100%;
    object-fit: contain;
    max-width: 20px;
    transition: all .27s ease-in-out;
}

.section_services_inner .rightFlex .single_service:hover .service_img img {
    transform: scale(1.1);
}

.section_services_inner .rightFlex .single_service:hover .service_txt a {
    color: #0076a8;
}

.section_services_inner .rightFlex .single_service:hover .read_more {
    background: rgba(0, 0, 0, .5);
}

.swiper_controller {
    position: absolute;
    width: 20%;
    right: 0;
    top: 30px;
    z-index: 99999;
    min-width: 130px !important;
    max-width: 130px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper_controller .swiper_btn {
    width: 50px;
    height: 50px;
}

.swiper_controller .swiper_btn img {
    width: 100%;
    object-fit: contain;
    transition: all .27s ease-in-out;
}

.swiper_controller .swiper_btn:hover img {
    filter: invert(1);
}

/* Section 1 ends */

/* Section 2 starts */
.section_aboutus {
    position: relative;
    width: 100%;
    padding-top: 0;
    height: 100%;
}

.section_aboutus_inner {
    width: 100%;
    position: relative;
    align-items: center;
}

.section_aboutus_inner .leftFlex {
    width: 50%;
    position: relative;
}

.section_aboutus_inner .leftFlex img {
    width: 100%;
    object-fit: contain;
}

.section_aboutus_inner .rightFlex {
    width: 50%;
    position: relative;
    padding: 0 7rem;
}

.section_aboutus_inner .rightFlex ul {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.subsection_heading {
    margin-bottom: 3rem;
    margin-top: 0;
}

.txtHolder .subsection_heading {
    margin-top: 0;
}

.section_aboutus_inner .rightFlex ul li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 3rem;
    /* display: flex; */
}

.section_aboutus_inner .rightFlex ul li p {
    line-height: 1.67;
    font-size: 1.6rem;
}

.section_aboutus_inner .rightFlex ul li:before {
    content: url(../webImages/icons/list-marker.png) '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0px;
}

.section_aboutus_inner .rightFlex .divText {
    margin-bottom: 7rem;
}

/* Section 2 ends */
/* section 3 starts */
.section_video {
    position: relative;
    width: 100%;
}

.section_video_inner {
    position: relative;
    width: 100%;
}

.section_video_inner img {
    width: 100%;
    object-fit: contain;
}

.video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: wave 4s linear infinite;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_play a {
    z-index: 99999;
}


.video_popup {
    z-index: 9999;
}

.video_play i {
    font-size: 5rem;
    color: var(--color-basic-txt-black);
}

.video_play::after {
    animation: wave 4s linear infinite;
    animation-delay: 2s;
    z-index: -2;
}

.video_play::before,
.video_play::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    top: 0;
    left: 0;
}

/* section 3 ends */
/* section 4 starts */
.section_stats {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(../webImages/stats_section_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.section_stats_inner {
    width: 100%;
    position: relative;
    align-items: start;
    justify-content: space-between;
}

.section_stats_inner .leftFlex {
    width: 40%;
    position: relative;
}

.section_stats_inner .leftFlex img {
    width: 100%;
    object-fit: contain;
}

.section_stats_inner .rightFlex {
    width: 50%;
    position: relative;
    padding: 0 7rem;
    padding-top: 3rem;
}

.section_stats_inner .divText {
    margin-bottom: 4rem;
}

.section_stats_inner .our_stats {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 6rem;
    row-gap: 3rem;
}

.our_stats .single_stats {
    width: 50%;
    position: relative;
}

.our_stats .single_stats span,
.our_stats .single_stats h6 {
    font-size: 7rem;
    font-family: 'Helvetica';
}

/* section 4 ends */


/* section 5 starts */
.section_contact {
    position: relative;
    width: 100%;
}

/* Style the alert */
.alert {
    padding: 10px;
    background-color: #007BFF;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
}

/* Style the close button */
.close_btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.section_contact_inner {
    width: 100%;
    position: relative;
    align-items: center;
    border: solid 1px #d5d5d5;
    background: #fff;
}

.section_contact_inner .leftFlex {
    position: relative;
    width: 50%;
}

.section_contact_inner .rightFlex {
    position: relative;
    width: 50%;
    padding: 0 2rem;
}

.section_contact_inner .leftFlex img {
    width: 100%;
    object-fit: contain;
}

/* section 5 ends */


/* section 6 starts */
.section_blog {
    position: relative;
    width: 100%;
    height: 100%;
}

.section_blog_inner {
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    gap: 2rem;
}

.single_blog {
    width: 32%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all .27s ease-in-out;
}

.single_blog .blog_img {
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
}

.single_blog .blog_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.single_blog .blog_txt {
    width: 100%;
    position: relative;
    padding: 1rem 2rem;
    background: #f1f5f5;
}

.single_blog .blog_txt a {
    font-size: 2rem;
    color: var(--color-basic-txt-black);
    width:100%;
    display:block;
    transition: all .27s ease-in-out;
    font-weight: 600;
    text-transform: capitalize;
    max-height: 46px;
    min-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.single_blog .blog_txt p {
    line-height: 1.3;
    margin: 15px 0;
    max-height: 63px;
    min-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.single_blog .blog_txt span.date {
    color: #747474;
    font-size: 12px;
    display: block;
    margin: 20px 0;
}

.single_blog .blog_txt .btnFlex {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.single_blog .blog_txt a.read_more {
    width: 50px;
    height: 50px;
    max-height: unset;
    min-height: unset;
    position: relative;
    border-radius: 50%;
    background: transparent;
    border: 2px solid var(--color-basic-txt-black);
    display: grid;
    place-items: center;
    transition: all .27s ease-in-out;
    cursor: pointer;
}

.single_blog .blog_txt .read_more img {
    width: 100%;
    object-fit: contain;
    max-width: 20px;
    transition: all .27s ease-in-out;
    filter: invert(1);
    transform: rotate(45deg);
}

.single_blog:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.single_blog:hover .service_img img {
    transform: scale(1.1);
}

.single_blog:hover .blog_txt a {
    color: #00acaf;
}

.single_blog:hover .read_more {
    background: var(--main-gradiant);
    border-color: transparent;
}

.single_blog:hover .read_more img {
    filter: unset;
}

.section_blog .btnHolder {
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner_tabs .txtHolder h1 {
    margin: 3rem 0 0.5rem 0;
}

/* section 6 ends */

/* Footer starts */
.main_footer {
    width: 100%;
    position: relative;
    background: linear-gradient(112deg, #0076a8 3%, #0076a8 3%, #00acaf 98%, #00acaf 102%);
}

.footer_inner {
    width: 100%;
    position: relative;
    align-items: start;
    justify-content: space-between;
    padding: 5rem 0;
}

.footer_inner .footer_col1 {
    position: relative;
    width: 30%;
}

.footer_inner .footer_col1 .imgHolder img {
    width: 100%;
    object-fit: contain;
    max-width: 300px;
    margin-bottom: 3rem;
}

.footer_inner .footer_col1 .newsletter {
    width: 100%;
    position: relative;
}

.footer_inner .footer_col1 .newsletter p {
    margin-bottom: 1.2rem;
    color: var(--color-basic-txt-white);
}

.btn_getintouch {
    position: relative;
    width: 100%;
    height: 70px;
    background: var(--color-basic-txt-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
}

.btn_getintouch b {
    color: var(--color-basic-txt-black);
    transition: all .27s ease-in-out;
}

.btn_getintouch .read_more {
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: var(--main-gradiant);
    display: grid;
    place-items: center;
    transition: all .27s ease-in-out;
    cursor: pointer;
}

.btn_getintouch .read_more img {
    width: 100%;
    object-fit: contain;
    max-width: 20px;
    transition: all .27s ease-in-out;
}

.btn_getintouch:hover .read_more {
    background: var(--color-basic-txt-black);
}

.btn_getintouch:hover b {
    color: #00acaf;
}

.footer_inner .footer_links,
.footer_inner .footer_links2 {
    width: auto;
    position: relative;
    padding-top: 2rem;
    text-transform: uppercase;
    color: var(--color-basic-txt-white);
    padding-top: 6rem;
}

.footer_inner .footer_links2 {
    display: none;
}

.footer_inner .footer_links h6 {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.footer_inner .footer_links ul li a {
    color: var(--color-basic-txt-white);
    font-size: 1.7rem;
    font-family: 'Helvetica';
    line-height: 1.7;
    transition: all .27s ease-in-out;
}

.footer_inner .footer_links ul li:hover a {
    color: var(--color-basic-txt-black);
}

.footer_inner .footer_links2 .lang_ {
    height: 50px;
    position: relative;
    font-size: 1.8rem;
    padding: 1rem 2rem;
    outline: none;
    cursor: pointer;
    border: none;
    border-radius: 50px;
}

.footer_inner .footer_links2 .lang_ option {
    font-size: 1.8rem;
    padding: 1rem 2rem;
}

.main_footer .footer_bottom {
    padding: 1.5rem;
    border-top: 1px solid var(--color-basic-txt-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_bottom p {
    font-size: 1.8rem;
    font-family: 'Helvetica';
    color: var(--color-basic-txt-white);
}

.footer_bottom .imedia {
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 1rem;
}

.copyright a {
    color: var(--color-basic-txt-white);
    font-size: 1.8rem;
    transition: all .27s ease-out;
    font-weight: 500;
    font-weight: bold;
}

.copyright a:hover {
    color: var(--color-basic-txt-black);
}

.footer_bottom .imedia a {
    font-size: 1.8rem;
    color: var(--color-basic-txt-white);
}

.footer_bottom .imedia img {
    filter: brightness(100);
}

/* Footer ends */


/* Loan Calculator */
.section_loancalculate_inner {
    padding: 3rem;
    gap: 2rem;
}

.section_loancalculate_inner .leftFlex {
    background: #f7f7f7;
    padding: 4rem;
}

.section_loancalculate_inner .single_loan_sum {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
    ;
}

.section_loancalculate_inner .single_loan_sum b {
    font-family: redikal;
}

.section_loancalculate_inner .single_loan_sum b,
.section_loancalculate_inner .single_loan_sum p {
    font-size: 1.8rem;
}

.section_loancalculate_inner .leftFlex .form_btn {
    text-align: center;
    margin-top: 2rem;
}

/* Contact Us */
.main_contact {
    width: 100%;
    position: relative;
    padding: 4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../webImages/contact_bg.png);
}

.section_contactinfo_inner {
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
}

.section_contactinfo_inner .single_contact_info {
    width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 1.5rem;
    border-right: solid 1px #c7d3d0;
}

.section_contactinfo_inner .single_contact_info:last-child {
    border: none;
}

.section_contactinfo_inner .single_contact_info .imgHolder {
    width: 100%;
    position: relative;
    text-align: center;
    max-height: 50px;
    max-width: 70px;
}

.single_contact_info .imgHolder i {
    /*height: 40px;*/
    /*width: auto;*/
    font-size: 45px;
    color: #0076a8;
}

.single_contact_info a {
    color: var(--color-basic-txt-black);
    transition: all .27s ease-in-out;
}

.single_contact_info:hover a {
    color: #0076a8;
}

.single_contact_info P {
    text-align: center;
    padding: 4rem;
}

.about_redirect {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../webImages/banner/index_banner.png);
    padding: 10rem;
}

.section_aboutredirect_section {
    width: 60%;
    position: relative;
    margin: 0 auto;
    padding: 4rem;
    text-align: center;
    backdrop-filter: blur(6.1px);
    border: solid 1px var(--white);
    -webkit-backdrop-filter: blur(6.1px);
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
}

.section_aboutredirect_section .section_heading h1 {
    text-align: center;
    color: #fff;
    font-weight: 900;
    margin-bottom: 3rem;
}

.section_aboutredirect_section p {
    text-align: center;
    color: #fff;
}

.section_aboutredirect_section .btnHolder {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Our Promises */
.main_ourpromise {
    width: 100%;
    position: relative;
    padding: 4rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../webImages/contact_bg.png);
    padding-top: 10rem;
}


/* our promise tabs */
.ui-tabs .ui-tabs-nav {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: rgba(217, 227, 226, 0.35);
    border: none;
}

.ui-widget.ui-widget-content {
    border: none;
}



.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    background: none;
    border: none;
    border-bottom: 2px solid var(--color-basic-txt-black);
}

.ui-state-active a,
.ui-state-active a:link {
    color: var(--color-basic-txt-black);
    border-bottom: 3px solid var(--color-basic-txt-black);
    border-image-slice: 1;
    border-image-source: linear-gradient(112deg, #0076a8 3%, #0076a8 3%, #00acaf 98%, #00acaf 102%);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 1rem;
    color: #000;
    font-family: 'Helvetica';
}

.tabs_inner {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../webImages/stats_section_bg.png);
}

.inner_tabs {
    width: 100%;
    position: relative;
    align-items: start;
    justify-content: space-evenly;
    padding: 4rem;
}

.inner_tabs .imgHolder {
    width: 30%;
    position: relative;
}

.inner_tabs .imgHolder img {
    width: 100%;
    object-fit: contain;
}

.inner_tabs .txtHolder {
    /*padding: 3rem;*/
    width: 50%;
    position: relative;
}

.inner_tabs .txtHolder h6 {
    font-size: 3rem;
    font-family: 'EB Garamond', serif;
    margin-top: 0;
    text-transform: uppercase;

}

.inner_tabs .txtHolder p {
    font-size: 1.6rem;
    /*padding-bottom:2rem;*/
    line-height: 1.6;
}

.txtHolder b {
    font-size: 2rem;
    /*padding-bottom:4rem;*/

}

.ui-widget-content a {
    color: #2101ff;
    font-size: 1.6rem;
}

/* services sectopn start */
.services_tabs {
    width: 100%;
    position: relative;
    padding-top: 0;
}

.about_redirect2 {
    text-align: center;
    position: relative;
    width: 100%;
}

.inner_aboutredirect2 img {
    width: 100%;
    object-fit: contain;
    max-width: 70px;
    margin-bottom: 4rem;
}

.inner_aboutredirect2 .txtHolder {
    width: 100%;
    position: relative;
    text-align: center;
}

.inner_aboutredirect2 .txtHolder h5 {
    font-size: 4rem;
}







/* main form */
.main_form {
    width: 100%;
    position: relative;
}

.main_form .txtHolder {
    padding: 2rem 0;
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
}

.main_form .txtHolder p {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}

.main_form .txtHolder a {
    font-size: 1.8rem;
    color: #3595f5;
    transition: all .27s ease-out;
}

.main_form .txtHolder a:hover {
    color: #0000EE;
}

.main_form .inner_form {
    padding: 1rem 0;
}

.main_form .inner_form .form_flex_2 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.main_form .inner_form .form_flex {
    width: 100%;
    position: relative;
    margin-bottom: 3rem;
}

.main_form .inner_form .form_flex_2:last-child {
    margin-bottom: 0;
}

.inner_form .form_flex_2 .form_group {
    width: 48%;
    position: relative;
}

.inner_form .form_flex .form_group {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner_form .form_flex_2 .form_group .input_ {
    position: relative;
    margin-top: 1rem;
}

.inner_form .form_flex .form_group .input_ {
    position: relative;
    margin-top: 1rem;
}

.form_group label {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    font-family: 'Helvetica';
}

.inner_form .form_flex_2 .form_group input {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-size: 1.6rem;
    transition: all .27s ease-out;
    border: 1px solid #d5d5d5;
    outline: none;
    color: var(--color-basic-txt-black);
}

.inner_form .form_flex .form_group textarea {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-size: 1.6rem;
    transition: all .27s ease-out;
    border: 1px solid #d5d5d5;
    outline: none;
    color: var(--color-basic-txt-black);
    min-width: 100%;
    max-width: 100%;
}

.inner_form .form_flex .form_group input {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    font-size: 1.6rem;
    transition: all .27s ease-out;
    border: 1px solid #d5d5d5;
    outline: none;
    color: var(--color-basic-txt-black);
}

::placeholder {
    color: var(--color-basic-txt-black);
}

.inner_form .form_flex_2 .form_group input:hover,
.inner_form .form_flex_2 .form_group input:active,
.inner_form .form_flex_2 .form_group input:focus {
    background: #e6e5e5a6;
}


.effect-7 {
    border: 1px solid transparent;
    padding: 1rem;
    transition: 0.4s;
}

.effect-7~.focus-border:before,
.effect-7~.focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--main-gradiant);
    transition: 0.4s;
}

.effect-7~.focus-border:after {
    top: auto;
    bottom: 0;
}

.effect-7~.focus-border i:before,
.effect-7~.focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background: var(--main-gradiant);
    transition: 0.6s;
}

.effect-7~.focus-border i:after {
    left: auto;
    right: 0;
}

.effect-7:focus~.focus-border:before,
.effect-7:focus~.focus-border:after {
    left: 0;
    width: 100%;
    transition: 0.4s;
}

.effect-7:focus~.focus-border i:before,
.effect-7:focus~.focus-border i:after {
    top: 0;
    height: 100%;
    transition: 0.4s;
}

.inner_form .form_btn {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 2rem;
}

.inner_form .form_btn2 {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.sign {
    font-size: 2.4rem;
    font-weight: bold;
    position: absolute;
    right: 1px;
    top: 50%;
    width: 30px;
    background: var(--color-basic-txt-white);
    height: calc(100% - 3px);
    display: grid;
    transform: translateY(-50%);
    place-items: center;
}

.subnav-inner {
    position: absolute !important;
    /* display: none !important; */
    top: 100%;
    left: inherit;
    width: 260px;
    padding: 0px 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    background-color: var(--bg-color-accent);
    z-index: 100;
    margin: 0 !important;
    animation-name: DropDownSlide;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    background: #fff;
}

.subnav-inner li a:after {
    content: none;
}

.subnav-inner li {
    border-bottom: 1px solid #cecece;
    transition: all .27s ease-in-out;
}

.subnav-inner li a {
    transition: all .27s ease-in-out;
}

.subnav-inner li:hover {
    color: #fff;
    background:linear-gradient(to right, #0076a8 0%, #00acaf 100%);
}
.subnav-inner li:hover a{
    color: #fff;
   
}

.navbar_nav li:hover .subnav-inner {
    display: block !important;
    opacity: 1;
    visibility: visible;
    box-shadow: rgb(0 0 0 / 44%) 0px 3px 8px;
}

@keyframes DropDownSlide {
    100% {
        transform: translateY(0);
    }

    0% {
        transform: translateY(10px);
    }
}

/* main form ends */

/* New pages CSS Here ~23/11/2023 - Arish */
.startup_practice_inner {
    display: flex;
    width: 100%;
    position: relative;
    background-image: url(../webImages/contact_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 8rem;
}

.startup_practice_inner .leftFlex {
    width: 50%;
    position: relative;
}

.startup_practice_inner .leftFlex img {
    width: 100%;
    position: relative;
    object-fit: cover;
    max-height: 600px;
}

.startup_practice_inner .rightFlex {
    width: 50%;
    position: relative;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.startup_practice_inner .rightFlex p {
    font-size: 2rem;
    margin-bottom: 2rem;
}

/* New section */
.sf_solutions {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.sf_solutions .single_solution {
    background: #f1f5f5;
    width: 100%;
    padding: 2.5rem;
    text-align: center;
    height: 415px;
}

.single_solution .img_holder {
    width: 100%;
    max-height: 70px;
    text-align: center;
    margin-bottom: 15px;
}

.single_solution .img_holder img {
    width: 100%;
    height: 100%;
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
}

.single_solution h1 {
    font-size: 2.1rem;
    color: #0284aa;
    font-family: 'Helvetica';
    font-weight: 700;
    margin-bottom: 15px;
    height: 50px;
}

.single_solution p {
    max-height: 212px;
    min-height: 212px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

/* New Section */
.choose_services_service {
    width: 100%;
    align-content: center;
    justify-content: space-between;
}

.choose_services_service .leftFlex {
    width: 47%;
    background: #f2f2f4;
    padding: 5rem;
}

.choose_services_service .leftFlex2 {
    background-image: linear-gradient(139deg, #0076a8 1%, #0076a8 1%, #00acaf 99%, #00acaf 101%);
}

.choose_services_service .rightFlex {
    width: 47%;
    position: relative;
}

.choose_services_service .leftFlex h1 {
    font-size: 3.5rem;
    margin-bottom: 2rem;
    font-weight: 400;
}


.choose_services_service .leftFlex .img_holder {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

.choose_services_service .leftFlex .img_holder img {
    width: 100%;
    object-fit: contain;
    max-width: 70px;
    height: auto;
}

.choose_services_service .leftFlex h2 {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.choose_services_service .leftFlex p {
    margin-bottom: 2rem;
    font-size: 2rem;
}

.choose_services_service .leftFlex2 ol {
    padding-left: 2rem;
}

.choose_services_service .leftFlex2 ol li {
    list-style: disc;
    color: #fff;
}


.choose_services_service .leftFlex2 ol li p {
    margin-bottom: 0;
}

.choose_services_service .leftFlex2 p {
    color: #fff;
    font-size: 1.6rem;
}

.choose_services_service .rightFlex .rightBanner {
    width: 100%;
    height: 500px;
    position: relative;
}

.choose_services_service .rightFlex2 .rightBanner {
    height: 550px;
}

.choose_services_service .rightFlex .rightBanner img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.swiper_controller2 {
    width: 120px;
    justify-content: space-between;
    display: flex;
    position: absolute;
    flex-direction: row-reverse;
    bottom: 20px;
    left: 20px;
}

.swiper_controller2 .sc_btn {
    position: relative;
}

/* New page */
.begin_journey {
    width: 100%;
    position: relative;
    padding: 5rem;
    align-items: center;
    gap: 5rem;
    background: #ecf1f1;
}

.begin_journey .leftFlex {
    width: 50%;
    position: relative;
}

.begin_journey .leftFlex h1 {
    font-size: 4.5rem;
    margin-bottom: 2rem;
}

.begin_journey .leftFlex p {
    margin-bottom: 2rem;
    font-size: 2rem;
}

.inner_form .form_flex .form_group .input_bottom input {
    padding: 15px;
    background: none;
    border: none;
    border-bottom: 2px solid #000;
}

.inner_form .form_flex .form_group .input_bottom input:hover,
.inner_form .form_flex .form_group .input_bottom input:focus {
    border-bottom: 2px solid #0284aa;
}

.inner_form .form_flex .form_group .input_bottom textarea {
    padding: 15px;
    background: none;
    border: none;
    border-bottom: 2px solid #000;
    max-height: 145px;
    min-height: 48px;
}

.inner_form .form_flex .form_group .input_bottom textarea:hover,
.inner_form .form_flex .form_group .input_bottom textarea:focus {
    border-bottom: 2px solid #0284aa;
}

.inner_form .form_flex_2 .form_group .input_bottom input {
    padding: 15px;
    background: none;
    border: none;
    border-bottom: 2px solid #000;
}

.inner_form .form_flex_2 .form_group .input_bottom input:hover,
.inner_form .form_flex_2 .form_group .input_bottom input:focus {
    border-bottom: 2px solid #0284aa;
}

/* New Page */

.sf_solutions_bg {
    background-image: url(../webImages/contact_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* New Page */
.inner_desc {
    position: relative;
    width: 100%;
    padding: 5rem;
    background: #f1f5f5;
}

.inner_desc .section_heading p {
    font-size: 1.8rem;
}

/* New Section */
.inquiry_main {
    width: 100%;
    position: relative;
    padding: 7rem 4rem;
    padding-top: 10rem;
    background: #0076a8;
}

.inquiry_inner {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.inquiry_inner .leftFlex {
    width: 27%;
    position: relative;
    color: #fff;
}

.inquiry_inner .leftFlex ul {
    list-style: none;
    margin-bottom: 2rem;
}

.inquiry_inner .leftFlex ul li {
    color: #fff;
    font-size: 1.8rem;
    position: relative;
    padding-left: 3rem;
}

.inquiry_inner .leftFlex ul li:not(:last-child) {
    margin-bottom: 2.5rem;
}

.inquiry_inner .leftFlex ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    background: #fff;
    color: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: -3px;
    border-radius: 50%;
    text-align: center;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
}

.inquiry_inner .leftFlex .section_heading h1,
.inquiry_inner .leftFlex .section_heading p {
    color: #fff;
    text-align: left;
}

.inquiry_inner .leftFlex .section_heading h1 {
    font-weight: bold;
    font-size: 9rem;
}

.profileDetail {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.profileDetail .imgHolder {
    width: 30%;
    position: relative;
    max-width: 100px;
    max-height: 100px;
    border-radius: 50%;
    overflow: hidden;
}


.profileDetail .imgHolder img {
    width: 100%;
    object-fit: cover;
    max-width: 100px;
    max-height: 100px;
}

.profileDetail .txtHolder {
    width: 70%;
    position: relative;
}

.profileDetail .txtHolder p,
.profileDetail .txtHolder a {
    color: #fff;
    transition: all .37s ease-in-out;
}

.profileDetail .txtHolder a:hover {
    color: #000;
}


.inquiry_inner .rightFlex {
    width: 65%;
    position: relative;
    background: #fff;
    border-radius: 20px;
    border-top-left-radius: 0;
    padding: 5rem;
    padding-top: 8rem;
}

.parallelogram_main {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    position: absolute;
    top: -45px;
    left: 0;
}

#parallelogram {
    width: 300px;
    height: 100px;
    margin: 0 0 0 -20px;
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -o-transform: skew(50deg);
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 20px 15px;
}

/* New Page */

.asset_finance {
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 2rem;
    margin-bottom: 4rem;
}

.asset_finance:nth-child(even) {
    flex-direction: row-reverse;
}

.asset_finance .leftFlex {
    width: 50%;
    padding: 1rem;
}

.asset_finance .leftFlex img {
    width: 100%;
    object-fit: cover;
    max-height: 500px;
}

.asset_finance .rightFlex {
    width: 50%;
    padding: 3rem;
}

.asset_finance .rightFlex .section_heading {
    text-align: left;
    margin-bottom: 3rem;
}

.asset_finance .rightFlex .section_heading h1 {
    border-bottom: 2px solid #cccccc;
    width: fit-content;
}

.asset_finance .rightFlex h2 {
    font-weight: bold;
    font-size: 3.5rem;
    margin-bottom: 2rem;
}

.asset_finance .rightFlex p {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.asset_finance ul {
    padding-left: 2rem;
}

.asset_finance ul li {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    list-style-type: disc;
}

/* New Page */
.innerGrid {
    display: grid;
    width: 100%;
    position: relative;
    grid-template-columns: repeat(3, 1fr);
    padding: 4rem 0;
    gap: 2rem;
}

.innerGrid .single_grid {
    width: 100%;
    position: relative;
    border: 2px solid #cccccc;
    padding: 3rem;
    text-align: center;
}

.innerGrid .single_grid p {
    font-size: 1.8rem;
}

.asset_finance .fillWidth .section_heading h2 {
    font-weight: bold;
    font-size: 4.5rem;
}

/* Case Studies */
.case_studies {
    width: 100%;
    position: relative;
    background: #f1f5f5;
    padding: 3rem 0;
}

.section_casestudies_inner {
    position: relative;
    align-items: start;
    width: 100%;
    gap: 2rem;
}

.section_casestudies_inner .leftFlex {
    width: 30%;
    height: 100%;
    position: relative;
    padding: 2rem;
    background: #fff;
}


.section_casestudies_inner .leftFlex .sideBar_heading h1 {
    font-family: 'Helvetica';
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 3.6px;
    margin-bottom: 2rem;
}

.section_casestudies_inner .leftFlex ul li {
    position: relative;
    padding: 1rem;
    border-left: 2px solid #ccc;
}

.section_casestudies_inner .leftFlex ul li.active {
    border-left: 3px solid #000;
}

.section_casestudies_inner .leftFlex ul li a {
    color: var(--color-basic-txt-black);
    transition: all .27s ease-in-out;
}

.section_casestudies_inner .leftFlex ul li a:hover {
    color: #0076a8;
}

.section_casestudies_inner .rightFlex {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.section_casestudies_inner .rightFlex .single_study {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    height: 230px;
    box-shadow: inset 1px -1px 0 0 rgba(0, 0, 0, 0.16);
}

.single_study .studyLeft {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 75%;
    padding: 6rem;
}

.single_study .studyLeft h1 {
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: 400;
}

.single_study .studyRight {
    width: 25%;
    position: relative;
}

.single_study .studyRight .studyRight_inner {
    position: relative;
    height: 115px;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    box-shadow: inset 1px -1px 0 0 rgba(0, 0, 0, 0.16);
}

.single_study .studyRight .studyRight_inner span,
.single_study .studyRight .studyRight_inner span b {
    font-size: 1.8rem;
}

.study_details {
    width: 100%;
    position: relative;
    padding: 4rem;
    margin-bottom: 5rem;
}

.study_details .single_detail {
    width: 100%;
    position: relative;
    margin-bottom: 4rem;
}

.study_details .single_detail img {
    width: 100%;
    object-fit: contain;
    margin-bottom: 2rem;
}

.study_details .single_detail h2 {
    font-family: 'Helvetica';
    font-size: 3rem;
    margin-bottom: 2rem;
}

.study_details .single_detail p {
    margin-bottom: 2rem;
}

.study_details .single_detail a {
    color: #017ba8;
}

/* New pages CSS Ends ~23/11/2023 - Arish */


/* @media query of website */
/* maxwidth 1250 */
@media only screen and (max-width:1250px) {

    *,
    html {
        font-size: 55.5%;
    }

    .swiper_controller {
        width: 30%;
    }

    .section_casestudies_inner .leftFlex {
        padding: 2rem;
    }

    .profileDetail .imgHolder {
        max-width: 70px;
        max-height: 70px;
    }


    .profileDetail .imgHolder img {
        max-width: 70px;
        max-height: 70px;
    }
    
    .single_blog .blog_txt p {
        max-height: 58px;
        min-height: 58px;
    }
}

/* maxwidth: 1180px */
@media only screen and (max-width:1150px) {

    .standard1,
    .standard {
        width: 95%;
    }

    .top_header .header_logo,
    .top_header .mmenu_toggler {
        width: 15%;
    }

    .main_nav {
        width: 70%;
    }

    .section_aboutus_inner .rightFlex {
        padding: 0px 2rem;
    }

    .our_stats .single_stats span,
    .our_stats .single_stats h6 {
        font-size: 5rem;
    }

    .sf_solutions {
        grid-template-columns: repeat(3, 1fr);
    }

    .innerGrid .single_grid {
        padding: 1rem;
    }
}

/* maxwidth: 992px */
@media only screen and (max-width:992px) {
    .main_nav {
        display: none;
    }

    .top_header .mmenu_toggler.mmenu_static {
        display: none;
    }

    #mmenu_dblock {
        display: block;
    }

    .top_header .header_logo,
    .top_header .mmenu_toggler {
        width: 40%;
    }

    .swiper_controller {
        width: 20%;
    }

    .section_services_inner,
    .section_aboutus_inner,
    .section_stats_inner,
    .section_contact_inner,
    .choose_services_service,
    .begin_journey,
    .inquiry_inner {
        flex-wrap: wrap;
    }

    .choose_services_service {
        gap: 20px;
    }

    .startup_practice_inner,
    .asset_finance {
        padding-top: 3rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .asset_finance {
        gap: 2rem;
    }

    .section_services_inner .leftFlex,
    .section_services_inner .rightFlex,
    .startup_practice_inner .rightFlex,
    .choose_services_service .leftFlex,
    .choose_services_service .rightFlex,
    .begin_journey .rightFlex,
    .begin_journey .leftFlex,
    .inquiry_inner .leftFlex,
    .asset_finance .rightFlex,
    .asset_finance .leftFlex {
        width: 100%;
    }

    .inquiry_inner .rightFlex {
        margin-top: 8rem;
        width: 100%;
    }

    .profileDetail {
        justify-content: start;
        gap: 2rem;
    }

    .choose_services_service .leftFlex,
    .startup_practice_inner .rightFlex,
    .begin_journey,
    .inner_desc {
        padding: 1rem;
    }

    .startup_practice_inner .leftFlex {
        width: 95%;
    }

    .section_aboutus_inner:last-child {
        flex-wrap: wrap-reverse;
    }

    .section_aboutus_inner .leftFlex {
        width: 50%;
        margin: 0 auto;
    }

    .section_aboutus_inner .rightFlex {
        width: 100%;
        padding: 4rem;
    }

    .section_stats_inner .leftFlex {
        width: 60%;
    }

    .section_stats_inner .rightFlex {
        width: 100%;
        padding: 4rem 0;
    }

    .our_stats .single_stats {
        width: 25%;
    }

    .section_contact_inner .rightFlex {
        width: 100%;
    }

    .section_contact_inner .leftFlex {
        width: 50%;
        margin: 0 auto;
    }

    .section_loancalculate_inner .leftFlex {
        width: 100%;
    }

    .footer_links {
        display: none;
    }

    .btn_getintouch {
        height: 100%;
        padding: 1rem;
    }

    .footer_inner {
        flex-direction: column;
        align-items: center;
    }

    .footer_col1 {
        width: 100%;
    }

    .footer_inner .footer_col1 {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section_casestudies_inner .leftFlex {
        display: none;
    }

    .section_casestudies_inner .rightFlex {
        width: 100%;
    }

    .single_study .studyLeft {
        padding: 3rem;
    }

    .section_casestudies_inner .rightFlex .single_study {
        height: 100%;
    }

    .inner_tabs {
        flex-wrap: wrap;
        padding: 2rem;
    }

    .inner_tabs .txtHolder {
        width: 100%;
        text-align: center;
    }
    .single_blog {
        width: 48%;
    }
}

/* maxwidth: 768px */
@media only screen and (max-width:768px) {

    .our_stats .single_stats span,
    .our_stats .single_stats h6 {
        font-size: 4rem;
    }

    .single_blog .blog_txt a {
        font-size: 1.8rem;
    }

    .single_blog .blog_txt .read_more {
        width: 30px;
        height: 30px;
    }

    .single_blog .blog_txt .read_more img {
        max-width: 15px;
    }

    .swiper_controller {
        width: 30%;
        min-width: 130px;
    }

    .video_play {
        width: 60px;
        height: 60px;
    }

    .video_play i {
        font-size: 3rem;
    }

    .our_stats {
        justify-content: center;
    }

    .our_stats .single_stats {
        width: 33%;
        text-align: center;
    }

    .section_stats_inner .leftFlex {
        width: 100%;
    }

    .section_stats_inner .leftFlex img {
        max-width: 400px;
    }

    .section_blog_inner {
        flex-wrap: wrap;
        gap: 1.5rem;
        justify-content: center;
    }

    .single_blog {
        width: 48%;
    }

    .section_casestudies_inner .rightFlex .single_study {
        flex-wrap: wrap;
    }

    .single_study .studyLeft {
        width: 100%;
        box-shadow: inset 1px -1px 0 0 rgba(0, 0, 0, 0.16);
    }

    .single_study .studyRight {
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
    }

    .single_study .studyRight .studyRight_inner {
        height: 100%;
        padding: 3rem;
    }

    .section_contactinfo_inner {
        flex-wrap: wrap;
        row-gap: 1rem;
    }

    .section_contactinfo_inner .single_contact_info {
        width: 48%;
    }

    .section_aboutredirect_section {
        width: 100%;
    }

    .about_redirect {
        padding: 5rem;
    }

    .main_contact {
        padding: 2rem 0;
    }

    .single_contact_info P,
    .main_ourpromise {
        padding: 2rem;
    }

    .calculator_div {
        display: none;
    }

    .inner_banner_content {
        text-align: center;
        margin: 0 auto;
    }

    .banner_heading h1, .banner_heading h1 span {
        font-size: 4rem;
    }

    .inner_banner_div,
    .banner_slide {
        height: 60vh;
    }

    .section_stats_inner .btnHolder {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sf_solutions,
    .innerGrid {
        grid-template-columns: repeat(2, 1fr);
    }

    .form_flex_2 {
        flex-wrap: wrap;
        gap: 1.5rem;
    }

    .inner_form .form_flex_2 .form_group {
        width: 100%;
    }

    .main_form .inner_form .form_flex_2 {
        margin-bottom: 0;
    }

    .inner_form .form_btn2 {
        flex-wrap: wrap;
        justify-content: end;
    }

    .inner_form .form_btn2 p {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .inquiry_main {
        padding: 7rem 1rem;
        padding-top: 4rem;
    }

    .inquiry_inner .rightFlex {
        padding: 2rem;
        padding-top: 4rem;
    }

    #parallelogram {
        width: 180px;
        height: 90px;
    }

    .inquiry_inner .leftFlex .section_heading h1 {
        font-size: 4.5rem;
    }
    
    .banner_txt, .banner_btn{
        display: none;
    }
    .innerBanner .standard{
        left:0;
    }
}

/* maxwidth: 600px */
@media only screen and (max-width:600px) {
    .btn_primary {
        font-size: 1.6rem;
    }

    .banner_heading h1,
    .subsection_heading h1,
    .section_heading h1, .banner_heading h1 span {
        font-size: 4rem;
    }


    .swiper_controller .swiper_btn {
        width: 40px;
        height: 40px;
    }

    .section_services_inner .leftFlex {
        margin-bottom: 1rem;
    }

    .section_aboutus_inner .leftFlex {
        width: 100%;
    }

    .section_aboutus_inner .rightFlex {
        padding: 2rem;
    }

    .standard1,
    .standard {
        width: 95%;
        padding: 0;
    }

    .section_stats_inner .leftFlex img {
        max-width: 100%;
    }

    .section_contact_inner .leftFlex {
        width: 100%;
    }

    .single_study .studyLeft h1 {
        font-size: 3rem;
    }

    .single_study .studyLeft,
    .single_study .studyRight .studyRight_inner {
        padding: 2rem;
    }

    .study_details {
        padding: 1rem;
    }

    .inner_tabs .imgHolder {
        width: 50%;
    }

    .inner_tabs .txtHolder {
        padding: 1rem;
    }

    .main_footer .footer_bottom {
        flex-wrap: wrap;
        justify-content: center;
    }

    .copyright {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }

    .asset_finance .leftFlex img {
        max-height: 100%;
    }

    .asset_finance .rightFlex,
    .asset_finance .leftFlex {
        padding: 0;
    }
    
    .single_blog {
        width: 100%;
    }
}

/* maxwidth: 480px */
@media only screen and (max-width:480px) {

    *,
    html {
        font-size: 50.5%;
    }

    .stroming_items {
        gap: 5rem;
    }

    .single_blog {
        width: 100%;
    }

    .footer_inner .footer_col1 {
        width: 100%;
    }

    .footer_inner .footer_links2 {
        width: 50%;
    }

    .footer_inner .footer_links2 .lang_ {
        width: 100%;
    }

    .our_stats .single_stats {
        width: 100%;
    }

    .footer_inner .footer_col1 .imgHolder img {
        max-width: 200px;
    }

    .banner_heading h1,
    .subsection_heading h1,
    .section_heading h1, .banner_heading h1 span {
        font-size: 3rem;
    }

    .subsection_heading h2 {
        font-size: 2rem;
    }

    .inner_banner_content {
        width: 100%;
        min-width: 0px;
    }

    .single_study .studyLeft h1 {
        font-size: 2.5rem;
    }

    .section_loancalculate_inner .leftFlex,
    .section_loancalculate_inner {
        padding: 1rem;
    }

    .section_contactinfo_inner .single_contact_info {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #c7d3d0;
        padding: 1rem 0;
    }

    .section_contactinfo_inner {
        row-gap: 2rem;
    }

    .about_redirect {
        padding: 0rem;
    }

    .section_aboutredirect_section {
        padding: 2rem 1rem;
    }

    .single_contact_info p,
    .main_ourpromise {
        padding: .7rem;
    }

    .inner_tabs .imgHolder {
        width: 100%;
    }

    .inner_tabs .txtHolder {
        padding: 2rem 0;
    }

    .inner_aboutredirect2 .txtHolder h5 {
        font-size: 3rem;
    }

    .sf_solutions {
        grid-template-columns: repeat(1, 1fr);
    }

    .sf_solutions .single_solution {
        height: 100%;
    }

    .single_solution p {
        max-height: unset;
        min-height: unset;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        -webkit-box-orient: vertical;
    }

    .innerGrid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media only screen and (max-width:380px) {
    .single_study .studyRight {
        flex-wrap: wrap;
    }

    .single_study .studyLeft,
    .single_study .studyRight .studyRight_inner {
        text-align: center;
    }
}

/* @website keysframes here */
@keyframes wave {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        /* Initial wave with high opacity */
    }

    100% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        /* Final wave with low opacity */
    }
}

@keyframes move {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(10px);
    }
}

/* Keyframes for Safari */
@-webkit-keyframes wave {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        /* Initial wave with high opacity */
    }

    100% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        /* Final wave with low opacity */
    }
}

@-webkit-keyframes move {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(10px);
    }
}


 .visible {
  visibility: visible !important;
}

 .invisible {
  visibility: hidden !important;
}

 .hidden-xs-up {
  display: none !important;
}

@media (max-width: 575.98px) {
   .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
   .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
   .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
   .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
   .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
   .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
   .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
   .hidden-xl-up {
    display: none !important;
  }
}

 .hidden-xl-down {
  display: none !important;
}

 .visible-print-block {
  display: none !important;
}

@media print {
   .visible-print-block {
    display: block !important;
  }
}

 .visible-print-inline {
  display: none !important;
}

@media print {
   .visible-print-inline {
    display: inline !important;
  }
}

 .visible-print-inline-block {
  display: none !important;
}

@media print {
   .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
   .hidden-print {
    display: none !important;
  }
}

 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
   .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
   .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
   .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
   .container {
    max-width: 1140px;
  }
}

 .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

 .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

 .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

 .no-gutters > .col,
 .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

 .col-1,  .col-2,  .col-3,  .col-4,  .col-5,  .col-6,  .col-7,  .col-8,  .col-9,  .col-10,  .col-11,  .col-12,  .col,
 .col-auto,  .col-sm-1,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11,  .col-sm-12,  .col-sm,
 .col-sm-auto,  .col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11,  .col-md-12,  .col-md,
 .col-md-auto,  .col-lg-1,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9,  .col-lg-10,  .col-lg-11,  .col-lg-12,  .col-lg,
 .col-lg-auto,  .col-xl-1,  .col-xl-2,  .col-xl-3,  .col-xl-4,  .col-xl-5,  .col-xl-6,  .col-xl-7,  .col-xl-8,  .col-xl-9,  .col-xl-10,  .col-xl-11,  .col-xl-12,  .col-xl,
 .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

 .col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

 .col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

 .col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

 .col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

 .col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

 .col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

 .col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

 .col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

 .col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

 .col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

 .col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

 .col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

 .col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

 .col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

 .order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}

 .order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13;
}

 .order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}

 .order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

 .order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

 .order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

 .order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

 .order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

 .order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

 .order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

 .order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

 .order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

 .order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

 .order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

 .order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

 .offset-1 {
  margin-left: 8.3333333333%;
}

 .offset-2 {
  margin-left: 16.6666666667%;
}

 .offset-3 {
  margin-left: 25%;
}

 .offset-4 {
  margin-left: 33.3333333333%;
}

 .offset-5 {
  margin-left: 41.6666666667%;
}

 .offset-6 {
  margin-left: 50%;
}

 .offset-7 {
  margin-left: 58.3333333333%;
}

 .offset-8 {
  margin-left: 66.6666666667%;
}

 .offset-9 {
  margin-left: 75%;
}

 .offset-10 {
  margin-left: 83.3333333333%;
}

 .offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
   .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
   .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
   .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
   .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
   .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
   .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
   .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
   .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
   .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
   .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
   .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
   .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
   .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
   .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
   .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
   .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
   .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
   .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
   .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
   .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
   .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
   .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
   .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
   .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
   .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
   .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
   .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
   .offset-sm-0 {
    margin-left: 0;
  }
   .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
   .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
   .offset-sm-3 {
    margin-left: 25%;
  }
   .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
   .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
   .offset-sm-6 {
    margin-left: 50%;
  }
   .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
   .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
   .offset-sm-9 {
    margin-left: 75%;
  }
   .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
   .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
   .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
   .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
   .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
   .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
   .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
   .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
   .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
   .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
   .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
   .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
   .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
   .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
   .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
   .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
   .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
   .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
   .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
   .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
   .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
   .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
   .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
   .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
   .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
   .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
   .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
   .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
   .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
   .offset-md-0 {
    margin-left: 0;
  }
   .offset-md-1 {
    margin-left: 8.3333333333%;
  }
   .offset-md-2 {
    margin-left: 16.6666666667%;
  }
   .offset-md-3 {
    margin-left: 25%;
  }
   .offset-md-4 {
    margin-left: 33.3333333333%;
  }
   .offset-md-5 {
    margin-left: 41.6666666667%;
  }
   .offset-md-6 {
    margin-left: 50%;
  }
   .offset-md-7 {
    margin-left: 58.3333333333%;
  }
   .offset-md-8 {
    margin-left: 66.6666666667%;
  }
   .offset-md-9 {
    margin-left: 75%;
  }
   .offset-md-10 {
    margin-left: 83.3333333333%;
  }
   .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
   .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
   .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
   .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
   .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
   .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
   .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
   .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
   .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
   .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
   .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
   .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
   .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
   .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
   .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
   .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
   .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
   .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
   .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
   .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
   .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
   .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
   .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
   .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
   .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
   .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
   .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
   .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
   .offset-lg-0 {
    margin-left: 0;
  }
   .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
   .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
   .offset-lg-3 {
    margin-left: 25%;
  }
   .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
   .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
   .offset-lg-6 {
    margin-left: 50%;
  }
   .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
   .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
   .offset-lg-9 {
    margin-left: 75%;
  }
   .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
   .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
   .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
   .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
   .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
   .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
   .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
   .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
   .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
   .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
   .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
   .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
   .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
   .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
   .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
   .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
   .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }
   .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13;
  }
   .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
   .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
   .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
   .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
   .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
   .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
   .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
   .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
   .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
   .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
   .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
   .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
   .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
   .offset-xl-0 {
    margin-left: 0;
  }
   .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
   .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
   .offset-xl-3 {
    margin-left: 25%;
  }
   .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
   .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
   .offset-xl-6 {
    margin-left: 50%;
  }
   .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
   .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
   .offset-xl-9 {
    margin-left: 75%;
  }
   .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
   .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

 .img-fluid {
  max-width: 100%;
  height: auto;
}
/* Container Flex Classes */
.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

/* Direction Classes */
.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

/* Justify Content Classes */
.justify-content-start {
    justify-content: flex-start;
}

.justify-content-end {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

/* Align Items Classes */
.align-items-start {
    align-items: flex-start;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-items-stretch {
    align-items: stretch;
}

/* Align Self Classes */
.align-self-start {
    align-self: flex-start;
}

.align-self-end {
    align-self: flex-end;
}

.align-self-center {
    align-self: center;
}

.align-self-baseline {
    align-self: baseline;
}

.align-self-stretch {
    align-self: stretch;
}

/* Wrap Classes */
.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

/* Order Classes */
.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

