* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -4px!important;
    margin-right: 0px!important;
}

a {
    text-decoration: none;
}

.floating_btn {
    position: fixed;
    bottom: 30px;
    left: 5px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: 'Montserrat';
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

.nav_bg {
    background: #fff;
}

.nav-link {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #000000!important;
    margin-top: 7px;
}

.nav-item .active {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #006cb5 !important;
    margin-top: 7px;
}

.nav-link:hover {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #006cb5!important;
    margin-top: 7px;
}

.button_blue {
    background: #006cb5;
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.navbar-brand img {
    height: 80px;
    padding-left: 0px;
    margin-left: -50px;
}

.button1 {
    font-weight: 700;
    border: 2px solid #006cb5;
    background-color: #006cb5;
    color: white;
    border-radius: 5px;
}

.button1:hover {
    background-color: white;
    color: #006cb5;
    font-weight: 700;
}

.img_middle {
    width: 100%;
}

.button_orange {
    background: #FF5D45;
    border: none;
    color: white;
    padding: 7px 60px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button12 {
    font-weight: 700;
    border: 2px solid #FF5D45;
    background-color: #FF5D45;
    color: white;
    border-radius: 5px;
}

.button12:hover {
    background-color: white;
    color: #FF5D45;
    font-weight: 700;
}

.navbar-dark .navbar-toggler {
    color: rgb(0 0 0) !important;
    border-color: rgb(0 0 0 / 94%) !important;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/icons8-menu-rounded-50.png) !important;
}

.css-slider {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #120103;
    color: #fff;
    text-align: center;
}

video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.m_background_1 {
    background: #F5F5F5;
    height: 90px;
}

label {
    cursor: pointer;
    display: inline-block;
}

.slide {
    height: -webkit-fill-available;
    width: 100%;
    max-width: 1920px;
    position: absolute;
    top: 100px;
    left: 100%;
    z-index: 10;
    background-color: #120103;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: left 0s .75s;
    transition: left 0s .75s;
}

[id^="slide"]:checked+.slide {
    left: 0;
    z-index: 100;
    -webkit-transition: left .65s ease-out;
    transition: left .65s ease-out;
}

.tb_1 {
    clear: both;
    position: fixed;
    display: block;
    list-style-type: none;
    right: -3.2em;
    top: 15%;
    -webkit-animation: slideright 1s forwards;
    -webkit-animation-delay: 1.5s;
    animation: slideright 1s forwards;
    animation-delay: 1.5s;
    z-index: 101;
}

@keyframes slideright {
    100% {
        right: 0;
    }
}

.tb_2 {
    margin-bottom: 40px;
    margin-right: -93px;
    margin-top: 280px;
    padding: 5px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    background-color: rgba(30, 45, 127, 0.75);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: width .5s, background-color .1s;
    transition: width .5s, background-color .1s;
}

.tb_2 a {
    font-size: 19px;
    position: relative;
    text-transform: none;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    text-decoration: none;
    color: #ebebeb;
}

.tb_2:hover {
    background-color: rgba(30, 45, 127, 1);
    color: #fff;
    text-decoration: none;
}

.tb_2 a:hover {
    text-decoration: none;
    color: #fff;
}

header {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 900;
    width: 100%;
}

header label {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    margin: 20px 10px;
}

nav {
    position: absolute;
    top: 50%;
    z-index: 900;
    width: 100%;
}

nav label {
    font-size: 50px;
}

header label:hover {
    background: #2e353b;
}

.prev {
    position: absolute;
    left: 114px;
}

.next {
    position: absolute;
    right: 114px;
}

.slide .prev,
.slide .next {
    opacity: 0;
}

[id^="slide"]:checked+.slide .prev,
[id^="slide"]:checked+.slide .next {
    opacity: 1;
    -webkit-transition: all .5s .5s;
    transition: all .5s .5s;
}

.slide h1 {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .5s .5s, opacity .5s;
    transition: transform .5s .5s, opacity .5s;
}

[id^="slide"]:checked+.slide h1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .5s .5s;
    transition: all .5s .5s;
}

.slide img {
    height: inherit;
    width: 100%;
}

.heading {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    color: #000000;
    margin-top: 40px;
}

.line_r {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 30px;
    color: #006cb5;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 18px !important;
    }
}

.product a {
    color: #000 !important;
}

.product a:hover {
    color: #006cb5 !important;
    text-decoration: none;
}

.m_img {
    position: relative;
}

.m_text {
    position: absolute;
}

.example {
    position: relative;
}

.example_1 {
    position: relative;
    text-align: -webkit-center;
}

.m_line_1 {
    position: absolute;
    top: 55%;
    left: 6%;
    transform: translate(-20%, 0%);
    margin: 0;
    padding: 0;
    color: white;
    font-weight: bold;
    font-size: 32px;
    font-family: 'Montserrat';
}

.m_line_2 {
    position: absolute;
    top: 65%;
    left: 11%;
    transform: translate(-20%, 0%);
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Montserrat';
}

.m_line_1_n {
    position: absolute;
    top: 15%;
    margin: 0;
    padding: 0;
    color: white;
    font-weight: bold;
    font-size: 32px;
    font-family: 'Montserrat';
}

.m_line_2_n {
    position: absolute;
    top: 30%;
    width: 70%;
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Montserrat';
}

.m_line_a {
    position: absolute;
    top: 55%;
    left: 65%;
    transform: translate(-20%, 0%);
    margin: 0;
    padding: 0;
    color: white;
    font-weight: bold;
    font-size: 32px;
    font-family: 'Montserrat';
}

.m_line_b {
    position: absolute;
    top: 65%;
    left: 69%;
    transform: translate(-20%, 0%);
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Montserrat';
}

.m_line_button {
    position: absolute;
    top: 83%;
    left: 4%;
}

.m_line_button_1 {
    position: absolute;
    top: 85%;
    left: 16%;
}

.m_line_button_11 {
    position: absolute;
    top: 53%;
}

.m_line_button_12 {
    position: absolute !important;
    top: 75%;
}

.m_line_button_2ab {
    position: absolute;
    top: 85%;
    left: 63%;
}

.m_line_button_1ab {
    position: absolute;
    top: 87%;
    left: 75%;
}

.top_banner img {
    background-size: cover;
}

.button_w {
    background: #ffF;
    border: none;
    color: #006cb5;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button2 {
    font-weight: 700;
    border: 2px solid #fff;
    background-color: #fff;
    color: #006cb5;
    border-radius: 5px;
}

.button2:hover {
    background-color: #006cb5;
    color: #fff;
    font-weight: 700;
}

.button_m_a {
    background: #ffF;
    border: none;
    color: #006cb5;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button06 {
    font-weight: 700;
    border: 2px solid #fff;
    background-color: #fff;
    color: #006cb5;
    border-radius: 5px;
    margin-top: 50px;
}

.button06:hover {
    background-color: #006cb5;
    color: #fff;
    font-weight: 700;
}

.button_m_b {
    background: #ffF;
    border: none;
    color: #006cb5;
    padding: 7px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button_m_b_1 {
    background: #ffF;
    padding: 7px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button07 {
    font-weight: 700;
    border: 2px solid #fff;
    background-color: #fff;
    color: #006cb5;
    border-radius: 5px;
    margin-top: 10px;
}

.button07:hover {
    background-color: #006cb5;
    color: #fff;
    font-weight: 700;
}

.button08 {
    font-weight: 700;
    border: 2px solid #006cb5;
    background-color: #006cb5;
    color: #ffffff;
    border-radius: 5px;
    margin-top: 10px;
}

.button08:hover {
    background-color: #ffffff;
    color: #006cb5;
    font-weight: 700;
}

.s_line {
    width: 42px;
    height: 40px;
    margin-top: 5px;
    left: 346px;
    top: 7021px;
    border-right: 2px solid #ADADAD;
    /* transform: rotate(90deg); */
}

.m_background {
    background: #F5F5F5;
}

.m_color {
    color: #006cb5;
}

.example img {
    width: 100%;
}

input,
textarea,
select {
    width: -webkit-fill-available;
    position: relative;
    display: block;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #7b7b7b;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    outline-color: #9e9e9e;
}


/*------- Start Of Footer----------*/

.page-footer {
    padding: 10px;
    color: rgba(255, 255, 255, 0.616);
    font-size: 16px;
    background-color: #006cb5;
}

.text-footer {
    line-height: 2.5;
    color: #ffffff;
    font-size: 14px;
}

.text-footer:hover {
    color: rgba(255, 255, 255, 0.596)!important;
    text-decoration: none;
}

h5 {
    color: #ffffff;
}

.bg-footer {
    background-color: #006cb5;
}


/*------- End Of Footer----------*/

.card {
    height: auto;
}

.back {
    color: Dodgerblue;
}


/*-----*/

input,
select {
    height: 40px;
    padding: 0px 15px;
}

textarea {
    min-height: 140px;
    max-height: 180px;
    padding: 15px;
    resize: none;
}

.contact-us span {
    height: 20px;
    font-size: 12px;
    margin-bottom: 20px;
}

footer {
    padding: 0px 0 0;
    overflow: hidden;
    color: #fff;
    background: #090956;
}

footer .footer-inner {
    margin: auto;
    overflow: hidden;
}

footer .container {
    padding: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-column {
        width: 33.33%;
        padding-top: 40px;
        padding-bottom: 20px;
        margin-left: 0px;
    }
}

.footer-column {
    margin-left: 25px;
    margin-bottom: 40px;
    min-height: 180px;
    width: 30%;
    float: left;
    padding-top: 40px;
}

footer h4 {
    padding: 0 0 20px 0;
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-family: 'Saira Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer ul {
    margin: 0px;
    padding: 0px;
}

footer ul li {
    list-style-type: none;
}

footer .footer-column a {
    display: block;
    color: #c6c4c4;
}

footer .footer-column a {
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

footer a {
    line-height: normal;
    color: #c6c4c4;
}

footer a {
    padding-top: 2px;
    padding-bottom: 7px;
    font-size: 13px;
}

@media (min-width: 768px) {
    .col-sm-9 {
        width: 75%;
    }
}

@media (min-width: 768px) {
    .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 {
        float: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    footer .co-info {
        margin-right: 0px!important;
        width: 100%;
        float: none;
        text-align: left;
    }
}

footer .co-info {
    margin-right: 0px !important;
    padding: 40px 0px;
    text-align: left;
    margin-top: 0px;
}

footer h4 {
    padding: 0 0 20px 0;
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-family: 'Saira Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    .col-sm-3 {
        width: 25%;
    }
}

footer address div {
    display: block;
    text-align: left;
    overflow: hidden;
    padding: 0px 0px 20px 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    footer address span {
        text-align: left;
        width: 100%;
    }
}

footer address span {
    display: inline-block !important;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee !important;
}

.footer-top {
    clear: both;
    overflow: hidden;
    padding: 25px 0;
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
    background: #090956;
}

.social {
    float: left;
    margin-top: 4px;
}

.social {
    overflow: hidden;
}

.img_block {
    font-weight: 700;
    width: inherit;
    font-size: 13px;
    padding-left: 10px;
}

.social ul {
    float: left;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .social ul li {
        border-bottom: none;
        float: none!important;
        display: inline-block;
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .social ul li {
        margin: 0px 2px 0px 0px;
    }
}

.social ul li {
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

footer ul li {
    list-style-type: none;
}


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul {
    background: #F5F5F5;
    padding: 50px 0;
}

.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 6px;
    margin: 0 auto;
    padding-top: 50px;
    background: #fff;
}

.timeline ul li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit;
    z-index: 1;
}

.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background: #0f73eec7;
}

.timeline ul li div::before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ul li:nth-child(odd) div {
    left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #006cb5 transparent transparent;
}

.timeline ul li:nth-child(even) div {
    left: -439px;
}

.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #006cb5;
}

.f_color {
    color: #ececec;
}

time {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: #fff;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
    transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
    background: #0f73eec7;
}

.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
    transform: translate3d(0px, 0, 0);
}

.timeline ul li:nth-child(even) div {
    transform: translate3d(-0px, 0, 0);
}

.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
    .timeline ul li div {
        width: 250px;
    }
    .timeline ul li:nth-child(even) div {
        left: -289px;
        /*250+45-6*/
    }
}

@media screen and (max-width: 600px) {
    .timeline ul li {
        margin-left: 20px;
    }
    .timeline ul li div {
        width: calc(100vw - 91px);
    }
    .timeline ul li:nth-child(even) div {
        left: 45px;
    }
    .timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #006cb5 transparent transparent;
    }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline-clippy ul li::after {
    width: 40px;
    height: 40px;
    border-radius: 0;
}

.timeline-rhombus ul li::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
    bottom: 12px;
}

.timeline-star ul li::after {
    clip-path: polygon( 50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.timeline-heptagon ul li::after {
    clip-path: polygon( 50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
}

.timeline-infinite ul li::after {
    animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
    0% {
        transform: translateX(-50%) scale(1);
    }
    50% {
        transform: translateX(-50%) scale(1.25);
    }
    100% {
        transform: translateX(-50%) scale(1);
    }
}

@media (max-width: 1023px) {
    .mobile-hidden {
        display: none !important;
    }
    header {
        position: static;
    }
    .car-size {
        height: 80px;
    }
    .img_text_up {
        position: absolute;
        font-size: 13px !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .filter-section ul {
        display: grid !important;
        align-items: center;
        gap: 1rem;
    }
    form {
        width: 80% !important;
        margin: 0 auto;
        padding: 1em 0;
    }
    .products>div {
        width: 150px !important;
        height: 190px;
        background: #eee;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
        text-transform: capitalize;
    }
    .slide {
        height: -webkit-fill-available;
        width: 100%;
        max-width: 1920px;
        position: absolute;
        top: 76px;
        left: 100%;
        z-index: 10;
        background-color: #120103;
        background-position: 50% 50%;
        background-size: cover;
        -webkit-transition: left 0s .75s;
        transition: left 0s .75s;
    }
    .half-half-image-text .img-1 {
        min-height: 107px !important;
        height: 50%;
        border-radius: 10px;
    }
    .about-section .content-column .inner-column {
        position: relative;
        padding-left: 0px !important;
    }
    .about-section {
        position: relative;
        padding: 5px 0 70px !important;
    }
    .form-parent {
        width: 323px;
        height: auto;
        background: transparent url() no-repeat right 10px;
        position: fixed;
        top: 90px!important;
        right: -330px;
        z-index: 9999999;
        transition: all ease .6s;
        -moz-transition: all ease .6s;
        -webkit-transition: all ease .6s;
        -o-transition: all ease .6s;
    }
    .mobile-footer-logo {
        height: 100px !important;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: 0.3125rem;
        padding-bottom: 0.3125rem;
        margin-right: initial !important;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
    }
    .logo-Himalayan {
        color: #006cb5;
        font-weight: 600;
        margin-top: 25px !important;
        font-size: 20px !important;
    }
    .img_text_up {
        position: absolute;
        font-size: 24px !important;
        top: 25% !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .img_text_up_1 {
        position: absolute;
        font-size: 15px !important;
        top: 60% !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .post {
        position: relative;
    }
    .tags,
    .tags_1,
    .tags_2 {
        margin: 0;
        padding: 0;
        position: absolute;
        right: -365px!important;
        top: -165px;
        bottom: 53px;
        list-style: none;
    }
    .jumbotron {
        padding: 2rem 1rem;
        margin-bottom: 2rem;
        background-color: #e9ecef;
        border-radius: 0.3rem;
        margin-top: 80px;
    }
    .tags_1 {
        margin: 0;
        padding: 0;
        position: absolute;
        right: -365px!important;
        top: -165px;
        bottom: 55px;
        list-style: none;
    }
    .box_h {
        height: 340px!important;
    }
    .container .card {
        position: relative;
        min-width: 280px !important;
        height: 440px;
        box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px inset, rgba(255, 255, 255, 0.1) -5px -5px 15px inset, rgba(0, 0, 0, 0.3) 5px 5px 5px, rgba(255, 255, 255, 0.1) -5px -5px 15px;
        border-radius: 15px;
        margin: 30px;
    }
    .box_h_1 {
        height: 400px!important;
    }
    .tags_2 {
        margin: 0;
        padding: 0;
        position: absolute;
        right: -365px!important;
        top: -165px;
        bottom: 35px;
        list-style: none;
    }
    .tags li,
    .tags a {
        float: left;
        height: 26px;
        line-height: 24px;
        position: relative;
        font-size: 14px;
    }
    .tags a {
        margin-left: 20px;
        padding: 0 10px 0 12px;
        background: #0089e0;
        color: #fff;
        text-decoration: none;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }
    .tags a:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: transparent #0089e0 transparent transparent;
        border-style: solid;
        border-width: 12px 12px 14px 0;
    }
    .tags a:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        float: left;
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px #004977;
        -webkit-box-shadow: -1px -1px 2px #004977;
        box-shadow: -1px -1px 2px #004977;
    }
    .tags a:hover {
        background: #08a0ff;
        text-decoration: none;
    }
    .tags a:hover:before {
        border-color: transparent #08a0ff transparent transparent;
    }
    .offer_text {
        font-weight: 700;
    }
    .tags_1 li,
    .tags_1 a {
        float: left;
        height: 26px;
        line-height: 24px;
        position: relative;
        font-size: 14px;
    }
    .tags_1 a {
        margin-left: 20px;
        padding: 0 10px 0 12px;
        background: #0089e0;
        color: #fff;
        text-decoration: none;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }
    .tags_1 a:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: transparent #0089e0 transparent transparent;
        border-style: solid;
        border-width: 12px 12px 14px 0;
    }
    .tags_1 a:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        float: left;
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px #004977;
        -webkit-box-shadow: -1px -1px 2px #004977;
        box-shadow: -1px -1px 2px #004977;
    }
    .tags_1 a:hover {
        background: #08a0ff;
        text-decoration: none;
    }
    .tags_1 a:hover:before {
        border-color: transparent #08a0ff transparent transparent;
    }
    .tags_2 li,
    .tags_2 a {
        float: left;
        height: 26px;
        line-height: 24px;
        position: relative;
        font-size: 14px;
    }
    .tags_2 a {
        margin-left: 20px;
        padding: 0 10px 0 12px;
        background: #0089e0;
        color: #fff;
        text-decoration: none;
        -moz-border-radius-bottomright: 4px;
        -webkit-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        -webkit-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }
    .tags_2 a:before {
        content: "";
        float: left;
        position: absolute;
        top: 0;
        left: -12px;
        width: 0;
        height: 0;
        border-color: transparent #0089e0 transparent transparent;
        border-style: solid;
        border-width: 12px 12px 14px 0;
    }
    .tags_2 a:after {
        content: "";
        position: absolute;
        top: 10px;
        left: 0;
        float: left;
        width: 4px;
        height: 4px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background: #fff;
        -moz-box-shadow: -1px -1px 2px #004977;
        -webkit-box-shadow: -1px -1px 2px #004977;
        box-shadow: -1px -1px 2px #004977;
    }
    .tags_2 a:hover {
        background: #08a0ff;
        text-decoration: none;
    }
    .tags_2 a:hover:before {
        border-color: transparent #08a0ff transparent transparent;
    }
}

@media (min-width: 1023px) {
    .desktop-hidden {
        display: none !important;
    }
    .cards_three {
        display: flex;
    }
    .mobile-footer-logo {
        height: 130px !important;
    }
    .car-size {
    max-width: 160px;
    margin: auto;
    width: 100%;
}
    .desk-top {
        margin-top: 50px;
    }
    .text_sec {
        margin-top: 40px;
    }
    .text_sec_1 {
        margin-top: 180px;
    }
    .text_sec-4 {
        margin-top: 120px;
    }
}


/*desktop*/

@media screen and (max-width: 800px) {}


/*mobile*/

@media screen and (max-width: 600px) {
    .m_line_1 {
        position: absolute;
        top: 46%;
        left: 6%;
        transform: translate(-8%, 0%);
        margin: 0;
        padding: 0;
        color: white;
        font-weight: bold;
        font-size: 14px;
        font-family: 'Montserrat';
    }
    .m_line_a {
        position: absolute;
        top: 46%;
        left: 40%;
        transform: translate(0%, 0%);
        margin: 0;
        padding: 0;
        color: white;
        font-weight: bold;
        font-size: 14px;
        font-family: 'Montserrat';
    }
    .m_line_2 {
        position: absolute;
        top: 58%;
        left: 11%;
        transform: translate(-10%, 0%);
        margin: 0;
        padding: 0;
        color: white;
        font-weight: 300;
        font-size: 8px;
        font-family: 'Montserrat';
    }
    .m_line_b {
        position: absolute;
        top: 58%;
        left: 50%;
        transform: translate(-20%, 0%);
        margin: 0;
        padding: 0;
        color: white;
        font-weight: 300;
        font-size: 8px;
        font-family: 'Montserrat';
    }
    .css-slider {
        height: auto;
        width: 100%;
        position: relative;
        overflow: hidden;
        background: #120103;
        color: #fff;
        text-align: center;
    }
    .m_line_button_2ab {
        position: absolute;
        top: 80%;
        left: 40%;
    }
    .button2 {
        font-weight: 700;
        border: 2px solid #fff;
        background-color: #fff;
        color: #006cb5;
        border-radius: 5px;
    }
    .prev {
        position: absolute;
        left: 170px;
        margin-top: 90px;
        font-size: 25px;
    }
    .next {
        position: absolute;
        right: 170px;
        margin-top: 90px;
        font-size: 25px;
    }
    .f_margin {
        margin-top: 30px;
    }
    .button_w {
        background: #ffF;
        border: none;
        color: #006cb5;
        padding: 0px 6px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 15px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
    }
    .m_line_button {
        position: absolute;
        top: 80%;
        left: 4%;
    }
    .m_line_button_1 {
        position: absolute;
        top: 84%;
        left: 30%;
        font-size: 14px;
    }
    .m_line_button_1ab {
        position: absolute;
        top: 83%;
        left: 66%;
        font-size: 14px;
    }
    .m_line_1_n {
        position: absolute;
        top: 15%;
        margin: 0;
        padding: 0;
        color: white;
        font-weight: bold;
        font-size: 19px;
        font-family: 'Montserrat';
    }
    .m_background_1 {
        background: #F5F5F5;
        height: 330px;
    }
    .m_line_2_n {
        position: absolute;
        top: 23%;
        width: 80%;
        margin: 0;
        padding: 0;
        color: white;
        line-height: 15px;
        font-weight: 300;
        font-size: 11px;
        font-family: 'Montserrat';
    }
    .example img {
        width: 100%;
        height: 175px;
    }
    .m_line_button_11 {
        position: absolute;
        top: 40%;
    }
    .d_1 img {
        height: 500px;
    }
    .footer-column {
        margin-left: 25px;
        margin-bottom: 40px;
        min-height: 180px;
        width: 100%;
        float: left;
        padding-top: 40px;
    }
    .img_m_first img {
        width: 100%;
        height: 67%!important;
        margin-top: 150px;
    }
    .img_m_second img {
        width: 100%;
        height: 70%!important;
    }
    .button_m_a {
        background: #ffF;
        border: none;
        color: #006cb5;
        padding: 7px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
    }
    .button06 {
        font-weight: 700;
        border: 2px solid #fff;
        background-color: #fff;
        color: #006cb5;
        border-radius: 5px;
        margin-top: 5px;
    }
    .button06:hover {
        background-color: #006cb5;
        color: #fff;
        font-weight: 700;
    }
    .button_m_b {
        background: #ffF;
        border: none;
        color: #006cb5;
        padding: 7px 26px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        transition-duration: 0.4s;
        cursor: pointer;
    }
    .button07 {
        font-weight: 700;
        border: 2px solid #fff;
        background-color: #fff;
        color: #006cb5;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .button07:hover {
        background-color: #006cb5;
        color: #fff;
        font-weight: 700;
    }
    .nav-link-1 {
        background: #307FE2;
        border-radius: 4px;
        width: 84px;
        height: 42px;
        padding: 10px 50px;
        color: #fff;
        text-decoration: none;
        margin-left: 20px;
    }
    .h_text {
        font-size: 24px;
    }
    .navbar-brand img {
        height: 50px;
    }
    .navbar-brand img {
        padding-left: 0px;
    }
}


/* //about us// */

.img_m_first img {
    width: 100%;
    height: 100%;
    margin-top: 80px;
}

.img_m_second img {
    width: 100%;
    height: 100%;
}

.tata_back {
    background-color: #006cb5;
}

.tata_text {
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 50px;
}

.tata_price {
    font-weight: 700;
    font-size: 20px;
    line-height: 55px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.nav-link-1 {
    background: #87a5ca;
    border-radius: 4px;
    width: 114px;
    height: 42px;
    line-height: 45px;
    padding: 10px 50px;
    color: #fff;
    text-decoration: none;
    margin-left: 20px;
}

.nav-item-1 .active {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 49px;
    letter-spacing: 0.02em;
    color: #fff!important;
    background: #006cb5!important;
    margin-top: 7px;
    text-decoration: none;
}

.nav-item-1 a:hover {
    color: #ffffff;
    text-decoration: none;
}

table {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 18px;
    border-collapse: collapse;
}

td,
th {
    padding: 10px 24px;
    text-align: left;
    font-size: 15px;
}

.td_color {
    color: #307FE2!important;
    font-weight: 700;
    cursor: pointer;
}

thead th {
    width: 25%;
}

tbody tr:nth-child(odd) {
    background-color: #f8f9fa;
}

tbody tr:nth-child(even) {
    background-color: #e9ecef;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    tr {
        border: 1px solid #ccc;
    }
    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #d5d5d582;
        position: relative;
        padding-left: 10%;
    }
    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    /*
	Label the data
	*/
    td:nth-of-type(1):before {
        content: "";
    }
    td:nth-of-type(2):before {
        content: "";
    }
    td:nth-of-type(3):before {
        content: "";
    }
    td:nth-of-type(4):before {
        content: "Favorite Color";
    }
    td:nth-of-type(5):before {
        content: "Wars of Trek?";
    }
    td:nth-of-type(6):before {
        content: "Secret Alias";
    }
    td:nth-of-type(7):before {
        content: "Date of Birth";
    }
    td:nth-of-type(8):before {
        content: "Dream Vacation City";
    }
    td:nth-of-type(9):before {
        content: "GPA";
    }
    td:nth-of-type(10):before {
        content: "Arbitrary Data";
    }
}


/*prio-soft floating contact form*/

.form-parent {
    width: 323px;
    height: auto;
    background: transparent url() no-repeat right 10px;
    position: fixed;
    top: 150px;
    right: -330px;
    z-index: 9999999;
    transition: all ease .6s;
    -moz-transition: all ease .6s;
    -webkit-transition: all ease .6s;
    -o-transition: all ease .6s;
}

.form-parent:hover {
    right: 0;
}

.cc-float-form {
    background: -moz-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -webkit-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -o-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: -ms-linear-gradient(top, #2b2a2b 5%, #0a0a0a 100%);
    background: linear-gradient(to bottom, #2b2a2b 5%, #0a0a0a 100%);
    color: #fafafa;
    padding: 10px;
    width: 275px;
    border: 2px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#ContactForm1 {
    display: none;
}

.contact-form-area {
    background: #222;
    width: -webkit-fill-available;
    padding: 10px 15px;
    border: 1px solid #111;
    box-shadow: 2px 2px 2px #111 inset;
    -webkit-box-shadow: 2px 2px 2px #111 inset;
    font-family: 'Montserrat';
    color: #fafafa;
    font-size: 12px;
}

.logo-Himalayan {
    color: #006cb5;
    font-weight: 600;
    margin-top: 32px;
    font-size: 23px;
}

.contact-form-button-submit {
    background-color: #848484;
    color: #fff;
}

#cc {
    float: right;
    font-size: 9px;
    margin-top: -10px;
    color: #777;
}

#cc a {
    color: #777;
    text-decoration: none;
}


/* Pure CSS Post Tags */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s linear 0;
    -moz-transition: all .1s linear 0;
    transition: all .1s linear 0;
}

.post {
    position: relative;
}

.tags,
.tags_1,
.tags_2 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: -410px;
    bottom: 49px;
    list-style: none;
}

.text_second {
    font-size: 20px;
    line-height: 25px;
}

.tags_1 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: -1155px;
    bottom: 30px;
    list-style: none;
}

.tags_2 {
    margin: 0;
    padding: 0;
    position: absolute;
    right: -410px;
    bottom: 15px;
    list-style: none;
}

.tags li,
.tags a {
    float: left;
    height: 26px;
    line-height: 24px;
    position: relative;
    font-size: 14px;
}

.tags a {
    margin-left: 20px;
    padding: 0 10px 0 12px;
    background: #0089e0;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tags a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #0089e0 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 14px 0;
}

.tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
}

.tags a:hover {
    background: #08a0ff;
    text-decoration: none;
}

.tags a:hover:before {
    border-color: transparent #08a0ff transparent transparent;
}

.offer_text {
    font-weight: 700;
}

.tags_1 li,
.tags_1 a {
    float: left;
    height: 26px;
    line-height: 24px;
    position: relative;
    font-size: 14px;
}

.tags_1 a {
    margin-left: 20px;
    padding: 0 10px 0 12px;
    background: #0089e0;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tags_1 a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #0089e0 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 14px 0;
}

.tags_1 a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
}

.tags_1 a:hover {
    background: #08a0ff;
    text-decoration: none;
}

.tags_1 a:hover:before {
    border-color: transparent #08a0ff transparent transparent;
}

.tags_2 li,
.tags_2 a {
    float: left;
    height: 26px;
    line-height: 24px;
    position: relative;
    font-size: 14px;
}

.tags_2 a {
    margin-left: 20px;
    padding: 0 10px 0 12px;
    background: #0089e0;
    color: #fff;
    text-decoration: none;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.tags_2 a:before {
    content: "";
    float: left;
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    border-color: transparent #0089e0 transparent transparent;
    border-style: solid;
    border-width: 12px 12px 14px 0;
}

.tags_2 a:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    float: left;
    width: 4px;
    height: 4px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    -moz-box-shadow: -1px -1px 2px #004977;
    -webkit-box-shadow: -1px -1px 2px #004977;
    box-shadow: -1px -1px 2px #004977;
}

.tags_2 a:hover {
    background: #08a0ff;
    text-decoration: none;
}

.tags_2 a:hover:before {
    border-color: transparent #08a0ff transparent transparent;
}

.bottom_1_line {
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgb(173, 173, 173);
    /* transform: rotate(0deg); */
}


/*------------------------------------ about page -------------------------------  */

.half-half-image-text {
    padding: 40px 0px;
}

.half-half-image-text h1 {
    color: #006cb5;
    font-size: 30px;
}

.half-half-image-text .content {
    height: 100%;
    display: flex;
    padding: 5px 0px;
}

.half-half-image-text .content p {
    font-size: 20px;
    color: #72788e;
}

.half-half-image-text .img {
    min-height: 320px;
    height: 100%;
    border-radius: 10px;
}

.half-half-image-text .img-1 {
    min-height: 188px;
    height: 50%;
    border-radius: 10px;
}

.sectionClass {
    padding: 0px 0px 50px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}

.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}

.projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 33.33%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2) {
    background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3) {
    background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4) {
    background: rgb(23, 44, 66);
}

.projectFactsWrap .item:nth-child(5) {
    background: rgb(20, 39, 58);
}

.projectFactsWrap .item:nth-child(6) {
    background: rgb(30, 50, 70);
}

.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
}

.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

.about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
}

.authorWindow {
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.authorWindowWrapper {
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
}

.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media screen and (max-width: 768px) {
    .authorWindow {
        width: 210px;
    }
    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }
}

.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://images.unsplash.com/photo-1669989821467-86418b272b8d);
    background-size: cover;
    background-position: center;
    filter: blur(60px);
    min-height: 100vh;
    opacity: 0.55;
}

.wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.quote-row {
    margin: auto;
    width: 100%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.quote-column {
    position: absolute;
    padding: 0 !important;
    overflow: hidden;
    transition-property: top, left, right, bottom;
    background: transparent;
    box-shadow: none;
    /*     transition: .4s; */
}

.col-active {
    width: 33.33% !important;
    transform: translate(-50%, -50%)!important;
    top: 40%!important;
    left: 50%!important;
    bottom: unset!important;
    background: rgba(255, 255, 255, 0.375);
    box-shadow: 0 0.75rem 2rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 1.3rem;
    border: 1px solid rgba(255, 255, 255, 0.37);
    overflow: hidden;
    z-index: 1;
}

.col-inner {
    position: relative;
    width: 100%;
    max-width: 130px;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
}

.col-active .col-inner {
    max-width: 100%;
}

.author-meta {
    width: 100%;
    position: relative;
    border: none;
}

.col-active .author-meta {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.432);
}

.image-cover {
    position: absolute;
    width: 100%;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 100%;
    z-index: 1;
    cursor: pointer;
}

.col-active .image-cover {
    position: relative;
    width: 30%;
    max-width: 140px;
    float: left;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 1.3rem 0rem 1.3rem 0rem;
    z-index: 1;
}

.author-info {
    width: 70%;
    float: left;
    padding: 10px;
    overflow: hidden;
    visibility: hidden;
}

.col-active .author-info {
    visibility: visible;
}

.author-info .author-name,
.author-info .person-title {
    transform: translate(-100%, 0%);
    transition: .4s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.show .author-info .author-name {
    transform: translate(0%, 0%);
}

.show .author-info .person-title {
    transform: translate(0%, 0%);
    transition-delay: .2s;
}

.person-name {
    font-family: 'Montserrat';
    font-size: 21.7px;
    color: #000;
    margin: 0;
    margin-bottom: 5px;
}

.person-title {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.quote-wrapper {
    position: relative;
    width: 100%;
    margin: auto;
    color: #494949;
    padding: 20px 15px;
    text-align: center;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
}

.col-active .quote-wrapper {
    visibility: visible;
}

.t_img {
    object-fit: cover;
    position: relative;
    width: 100%;
    height: 100%;
}

.box-text-inner {
    width: 400px;
    margin: auto;
    color: #000;
}

.quote-wrapper .quote-symbol {
    font-size: 14vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transition: 0.4s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}

.quote-wrapper .quote-symbol:first-child {
    left: 0%;
    text-align: right;
}

.quote-wrapper .quote-symbol:last-child {
    right: 0%;
    text-align: left;
}

.show .quote-wrapper .quote-symbol:first-child {
    left: -50%;
}

.show .quote-wrapper .quote-symbol:last-child {
    right: -50%;
}


/*--Arrow--*/

.arrows-wrap {
    position: unset;
}

.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 80%;
    background-color: #494949;
    cursor: pointer;
}

.left-arrow {
    float: left;
    left: 30px;
    clip-path: polygon(40% 0%, 40% 20%, 100% 33%, 100% 67%, 40% 80%, 40% 100%, 0% 50%);
}

.right-arrow {
    float: right;
    right: 30px;
    clip-path: polygon(0 33%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0 67%);
}

@media (min-width:640px) {
    .col-active {
        width: 75% !important;
        height: unset!important;
        transform: translate(-50%, -50%)!important;
        top: 50%!important;
        left: 50%!important;
    }
}

@media (min-width:840px) {
    .col-active {
        width: 50% !important;
    }
}

@media (min-width:1080px) {
    .col-active {
        width: 33.33% !important;
    }
}

@media (max-width:640px) {
    .quote-column {
        width: 90% !important;
        top: 50%;
        position: absolute;
        opacity: 0;
        transform: translate(-50%, -50%)!important;
        left: 50%;
        height: auto!important;
        z-index: 0;
        transition: .5s all;
    }
    .col-active {
        opacity: 1;
        z-index: 1;
    }
    .col-inner {
        max-width: 100%;
    }
    .author-meta {
        width: 100%;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.432);
    }
    .image-cover {
        position: relative;
        width: 30%;
        max-width: 140px;
        float: left;
        aspect-ratio: 1/1;
        overflow: hidden;
        border-radius: 1.3rem 0rem 1.3rem 0rem;
        z-index: 1;
    }
    .quote-wrapper {
        visibility: visible;
    }
    .quote-wrapper .quote-symbol {
        font-size: 34vh;
    }
}

.splash {
    background: url("../images/photo-1582607449789-57d591ebc201.avif") bottom center no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 0 !important;
    overflow: hidden;
    position: relative;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 0px !important;
}

.splash:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #546e7a;
    opacity: 0.5;
    z-index: -1;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.default-breadcrumb {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    font-size: 18px;
    margin-top: 50px;
}

.default-breadcrumb li.crumb {
    position: relative;
    margin-bottom: 0.5em;
    padding: 0.25em;
    background-color: #eaecf1;
    color: #8093A7;
}

.default-breadcrumb li.crumb::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: 1.5em;
    background-color: #eaecf1;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
}

.default-breadcrumb li.crumb::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1px;
    height: 100%;
    width: 1.5em;
    background-color: #eaecf1;
    clip-path: polygon(100% 0, 100% 100%, 0% 100%, 50% 50%, 0% 0%);
    transform: translateX(-100%);
}

.default-breadcrumb li.crumb:not(:first-child) {
    margin-left: 2em;
}

.default-breadcrumb li.crumb:first-child {
    padding-left: 0.5em;
    border-radius: 5px 0 0 5px;
}

.default-breadcrumb li.crumb:first-child::before {
    display: none;
}

.default-breadcrumb li.crumb:last-child {
    padding-right: 1em;
    border-radius: 0 5px 5px 0;
}

.default-breadcrumb li.crumb:last-child::after {
    display: none;
}

.default-breadcrumb li.crumb.active {
    background-color: #006cb5;
    color: #ffffff;
}

.default-breadcrumb li.crumb.active::before,
.default-breadcrumb li.crumb.active::after {
    background-color: #006cb5;
}

.default-breadcrumb li.crumb .link {
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.default-breadcrumb li.crumb a {
    color: #8093A7;
}

.default-breadcrumb li.crumb a:hover {
    color: #006cb5;
    text-decoration: none;
}

*[dir=rtl] .default-breadcrumb li.crumb {
    text-align: right;
    direction: rtl !important;
}

*[dir=rtl] .default-breadcrumb li.crumb::after {
    right: 100% !important;
    left: unset !important;
    background-color: #eaecf1;
    clip-path: polygon(50% 50%, 100% 100%, 100% 0);
}

*[dir=rtl] .default-breadcrumb li.crumb::before {
    right: 1px !important;
    left: unset !important;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 50% 50%, 100% 0);
    transform: translateX(100%);
}

*[dir=rtl] .default-breadcrumb li.crumb:not(:first-child) {
    margin-right: 2em;
    margin-left: 0;
}

*[dir=rtl] .default-breadcrumb li.crumb:first-child {
    padding-right: 0.5em;
    padding-left: 0;
    border-radius: 0 5px 5px 0;
}

*[dir=rtl] .default-breadcrumb li.crumb:last-child {
    padding-right: 0;
    padding-left: 1em;
    border-radius: 5px 0 0 5px;
}

@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
        margin-top: 108px;
    }
}


/*----------------------------------- Service page ---------------------------- */

.container .card {
    position: relative;
    min-width: 320px;
    height: 440px;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2), inset -5px -5px 15px rgba(255, 255, 255, 0.1), 5px 5px 5px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin: 30px;
}

.container .card .box {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2a2b2f;
    border: 2px solid #1e1f23;
    border-radius: 15px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    overflow: hidden;
}

.container .card .box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

.container .card .box:hover {
    transform: translateY(-50px);
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.5);
}

.container .card .box .content {
    padding: 20px;
    text-align: center;
}

.container .card .box .content h2 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 8em;
    color: rgba(255, 255, 255, 0.05);
}

.container .card .box .content h3 {
    font-size: 1.8em;
    color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    transition: 0.5s;
}

.container .card .box .content p {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    transition: 0.5s;
}

.container .card:hover .box .content h3,
.container .card:hover .box .content p {
    color: rgba(255, 255, 255, 1);
}

.container .card .box .content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: #2e2eb0;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.container .card .box .content a:hover {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: #fff;
    margin-top: 15px;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 400;
    color: #2e2eb0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

li {
    color: #1f3988;
    list-style: none;
    position: relative;
    font-size: 16px;
}

li.two {
    padding-left: 25px;
}

li:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #2b41ae;
    font-size: 16px;
}

li.two:before {
    content: "\f00c";
}

.text_heading_sec {
    font-weight: 700;
}

.img_text_up {
    position: absolute;
    font-size: 15px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img_text_up_1 {
    position: absolute;
    font-size: 20px;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 768px;
    margin: 0 auto;
}

.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}

.cd-main-content {
    /* you need to assign a min-height to the main content so that the children can inherit it*/
    /* height: 100%; */
    position: relative;
    z-index: 1;
}

.cd-fixed-bg {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}


.cd-fixed-bg h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    max-width: 1170px;
    text-align: center;
    font-size: 30px;
    font-size: 1.875rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: white;
}

.cd-fixed-bg.cd-bg-1 {
    background-image: url("../images/force/2.jpg");
}

@media only screen and (min-width: 320px) {
    .cd-fixed-bg h1,
    .cd-fixed-bg h2 {
        font-size: 36px;
    }
}

@media only screen and (min-width: 480px) {
    .cd-fixed-bg {
        background-attachment: fixed;
    }
    .cd-fixed-bg h1,
    .cd-fixed-bg h2 {
        font-size: 48px;
        font-weight: 300;
    }
}

.cd-scrolling-bg {
    position: relative;
    min-height: 50%;
    padding: 4em 0;
    line-height: 1.6;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.cd-scrolling-bg.cd-color-1 {
    background-color: #3d3536;
    color: #a6989a;
}

.cd-scrolling-bg.cd-color-2 {
    background-color: #3d3536;
    color: #a6989a;
}

.cd-scrolling-bg.cd-color-3 {
    background-color: #3d3536;
    color: #a6989a;
}

@media only screen and (min-width: 480px) {
    .cd-scrolling-bg {
        padding: 8em 0;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 2;
        font-weight: 300;
    }
}

@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
.social-container {
    text-align: center;
}

.social-icons {
    padding: 0;
    list-style: none;
    margin: 1em;
}

.social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.2em;
}

.social-icons i {
    color: #fff;
    position: absolute;
    top: 20px;
    font-size: 25px;
    left: 20px;
    transition: all 265ms ease-out;
}

.social-icons a {
    display: inline-block;
}

.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #00B5F5, #002A8F);
    transition: all 265ms ease-out;
}

.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #00B5F5;
    background: -webkit-linear-gradient(45deg, #00B5F5, #002A8F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

.timeline {
    position: relative;
    white-space: nowrap;
    max-width: 1400px;
    padding: 0 10px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px auto;
    grid-gap: 20px;
}

.timeline::before,
.timeline::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 30px;
    width: 100px;
    z-index: 2;
}

.timeline::after {
    right: 0;
    background: linear-gradient(270deg, var(--timeline-gradient));
}

.timeline::before {
    left: 340px;
    background: linear-gradient(90deg, var(--timeline-gradient));
}

.timeline .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px;
    color: var(--white);
    background: var(--midnight-green);
    white-space: normal;
    border-radius: 10px;
}

.timeline .info img {
    margin-bottom: 20px;
}

.timeline .info p {
    margin-top: 10px;
    color: var(--crystal);
}

.timeline .info a {
    text-decoration: none;
}

.timeline ol::-webkit-scrollbar {
    height: 12px;
}

.timeline ol::-webkit-scrollbar-thumb,
.timeline ol::-webkit-scrollbar-track {
    border-radius: 92px;
}

.timeline ol::-webkit-scrollbar-thumb {
    background: var(--midnight-green);
}

.timeline ol::-webkit-scrollbar-track {
    background: var(--yellow);
}

.timeline ol {
    font-size: 0;
    padding: 250px 0;
    transition: all 1s;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--yellow) var(--midnight-green);
}

.timeline ol li {
    position: relative;
    display: inline-block;
    list-style-type: none;
    width: 160px;
    height: 5px;
    background: #1637a5;
    scroll-snap-align: start;
}

.timeline ol li:last-child {
    width: 340px;
}

.timeline ol li:not(:first-child) {
    margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 1px);
    bottom: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--midnight-green);
    z-index: 1;
}

.timeline ol li div {
    position: absolute;
    left: calc(100% + 7px);
    width: 280px;
    padding: 15px;
    font-size: 1rem;
    white-space: normal;
    color: var(--black);
    background: var(--white);
    border-radius: 0 10px 10px 10px;
}

.timeline ol li div::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline ol li:nth-child(odd) div {
    top: -16px;
    transform: translateY(-100%);
    border-radius: 10px 10px 10px 0;
}

.timeline ol li:nth-child(odd) div::before {
    top: 100%;
    border-width: 8px 8px 0 0;
    border-color: var(--white) transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
    top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
    top: -8px;
    border-width: 8px 0 0 8px;
    border-color: transparent transparent transparent var(--white);
}

.timeline time {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 8px;
    color: var(--midnight-green);
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 800px) {
    .timeline {
        display: block;
    }
    .timeline::before,
    .timeline::after {
        width: 50px;
    }
    .timeline::before {
        left: 0;
    }
    .timeline .info {
        display: none;
    }
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");
:root {
    --white: #21456e;
    --black: #323135;
    --crystal: #b0a8dd;
    --columbia-blue: #cee9e4;
    --midnight-green: #006cb5;
    --yellow: #e5f33d;
    --timeline-gradient: rgb(155, 170, 225) 0%, rgba(209, 209, 209, 0.397) 50%, rgba(206, 233, 228, 0) 100%;
}

.sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #00aeef;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 18px;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}

.sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.list-style-one {
    position: relative;
}

.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "'Montserrat'";
}

.list-style-one li a:hover {
    color: #44bce2;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #00aeef;
}

.btn-style-one:hover {
    background-color: #0794c9;
    color: #ffffff;
}

.about-section {
    position: relative;
    padding: 120px 0 70px;
}

.about-section .sec-title {
    margin-bottom: 45px;
}

.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}

.about-section .text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
}

.about-section .list-style-one {
    margin-bottom: 45px;
}

.about-section .btn-box {
    position: relative;
}

.about-section .btn-box a {
    padding: 15px 50px;
}

.about-section .image-column {
    position: relative;
}

.about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column {
    position: relative;
    padding-left: 80px;
    padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: #3f3389;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: 400;
}

.title-founder {
    color: #006cb5;
    font-weight: 600;
    font-size: 20px;
}

.about-section .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 20px solid #006cb5;
}

.about-section .image-column .image-1 {
    position: relative;
}

.about-section .image-column .image-2 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    border-radius: 46px;
    height: 350px;
}

.about-section .image-column .video-link {
    position: absolute;
    left: 70px;
    top: 170px;
}

.about-section .image-column .video-link .link {
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
    outline: none;
}

::-moz-placeholder {
    color: #666;
    font-weight: 300;
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #666;
    font-weight: 300;
}

.textcenter {
    text-align: center;
}

.section1 {
    text-align: center;
    display: table;
    width: 100%;
}

.section1 .shtext {
    display: block;
    margin-top: 20px;
}

.section1 .seperator {
    border-bottom: 1px solid #a2a2a2;
    width: 35px;
    display: inline-block;
    margin: 20px;
}

.section2 {
    margin: 25px auto;
}

.section2 .col2 {
    width: 48.71%;
}

.section2 .col2.first {
    float: left;
}

.section2 .col2.last {
    float: right;
}

.section2 .col2.column2 {
    padding: 0 30px;
}

.section2 span.collig {
    color: #1d3576;
    margin-right: 10px;
    display: inline-block;
    font-weight: 700;
}

.section2 .sec2addr {
    display: block;
    line-height: 26px;
}

.section2 .sec2addr p:first-child {
    margin-bottom: 10px;
}

.section2 .sec2contactform input[type="text"],
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform textarea {
    padding: 18px;
    border: 0;
    background: #EDEDED;
    margin: 7px 0;
}

.section2 .sec2contactform textarea {
    width: 100%;
    display: block;
    color: #666;
    resize: none;
}

.section2 .sec2contactform input[type="submit"] {
    color: #fff;
    border: 0;
    background: #21277a;
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0;
    cursor: pointer;
}

.section2 .sec2contactform h3 {
    font-weight: normal;
    margin: 20px 0;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 19px;
    color: #21277a;
}


/* @media querries */

@media only screen and (max-width: 1266px) {
    .section2 {
        width: 100%;
        width: 300px;
    }
}

@media only screen and (max-width: 960px) {
    .section2 .col2 {
        width: 100%;
        display: block;
    }
    .section2 .col2.first {
        margin-bottom: 10px;
    }
    .section2 .col2.column2 {
        padding: 0;
    }
    body .sec2map {
        height: 250px !important;
    }
}

@media only screen and (max-width: 768px) {
    .section2 .sec2addr {
        font-size: 14px;
    }
    .section2 .sec2contactform h3 {
        font-size: 16px;
    }
    .section2 .sec2contactform input[type="text"],
    .section2 .sec2contactform input[type="email"],
    .section2 .sec2contactform textarea {
        padding: 10px;
        margin: 3px 0;
    }
    .section2 .sec2contactform input[type="submit"] {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 420px) {
    .section1 h1 {
        font-size: 28px;
    }
}

.filter-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    padding: 3rem 0;
}

.filter-section ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.filter-section ul li {
    padding: 8px 30px;
    text-align: center;
    color: #000;
    background: #eee;
    cursor: pointer;
}

.filter-section ul li.active {
    color: #fff;
    background: #006cb5;
}

#cars {
    display: grid !important;
}

.products {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 1000px;
}

.products>div {
    width: 190px;
    height: 190px;
    background: #f1f1f172;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    text-transform: capitalize;
}

.ag-format-container {
    width: 1142px;
    margin: 0 auto;
}

.ag-photo-gallery_list {
    display: -ms-grid;
    display: grid;
    grid-gap: 28px;
    -ms-grid-columns: 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr .9375rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem .9375rem 22.125rem;
    grid-template-rows: 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem 22.125rem;
    margin-bottom: 65px;
}

.ag-photo-gallery_item {
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    cursor: pointer;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    position: relative;
}

.ag-photo-gallery_item__wide {
    -ms-grid-column-span: 7;
    grid-column-end: span 7;
}

.ag-photo-gallery_item__middle {
    -ms-grid-column-span: 5;
    grid-column-end: span 5;
}

.ag-photo-gallery_item__narrow {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
}

.ag-photo-gallery_figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ag-photo-gallery_img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }
    .ag-photo-gallery_list {
        grid-gap: 10px;
        -ms-grid-rows: 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem .9375rem 14rem;
        grid-template-rows: 14rem 14rem 14rem 14rem 14rem 14rem;
    }
}

@media only screen and (max-width: 639px) {}

@media only screen and (max-width: 479px) {}

@media (min-width: 768px) and (max-width: 979px) {
    .ag-format-container {
        width: 750px;
    }
}

@media (min-width: 980px) and (max-width: 1161px) {
    .ag-format-container {
        width: 960px;
    }
}

.form-1 {
    width: 50%;
    margin: 0 auto;
    padding: 1em 0;
}


/*-----Reset-----*/

form {
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
}

button {
    margin: 0px;
}

input,
button {
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
    border: none;
}


/*-----Styles-----*/

.form-last {
    background: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 2px, rgba(0, 0, 0, 0.025) 2px, rgba(0, 0, 0, 0.025) 4px);
    background-attachment: fixed;
    background-size: cover;
}

button,
input,
textarea {
    font-family: 'Montserrat';
}

.hidden {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.input {
    width: 100%;
    margin-bottom: 0.75em;
}

.icon-container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    width: 100%;
}

.icon {
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    padding: 0.8em;
    display: inline-block;
    align-self: stretch;
    color: #ddd;
    transition: color 0.75s;
}

.icon-content {
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    padding: 0.8em;
    width: 100%;
    z-index: 2;
}

.icon-content:focus {
    outline: 2px solid #006cb5;
}

.icon-content:focus~.icon {
    color: #006cb5;
}

.btn-send {
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0.8em;
    border-radius: 2em;
}

.btn-send:hover {
    background: #006cb5;
    background: -webkit-linear-gradient(45deg, #006cb5, #006cb5);
    background: linear-gradient(45deg, #006cb5, #006cb5);
    color: #fff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.125);
    animation-name: button-hover;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.38, 0.38, 0.12, 0.96);
}

@keyframes button-hover {
    100% {
        background: #006cb5;
        background: -webkit-linear-gradient(45deg, #006cb5, #006cb5);
        background: linear-gradient(45deg, #006cb5, #006cb5);
        color: #fff;
        border-radius: 0px;
    }
}
.overlay {
    background: rgb(0 0 0 / 51%);
    width: 100%;padding: 80px 0;
}
.cont-dtl {
    background: #fff;
    color: #000;
    padding: 10px 30px;
    margin: 10px;
    border-radius: 10px;
}
.cont-dtl i {
    font-size: 28px;
    margin: 10px;
    display: inline-block;
    color: #006cb5;
}
.cont-dtl p,
.cont-dtl a{
	color:#000;
	font-weight:500;
}
footer .navbar-brand span {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    position: relative;
    top: 15px;
    font-size: 24px;
}
a:hover{
	text-decoration:none !important;
}