@import url('../css/header.css');

/* @import url('../css/gallery.css'); */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sora:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap');
html {
    scroll-behavior: smooth;
}


/* Montserrat */

@font-face {
    font-family: 'Montserrat', sans-serif;
    src: url('../../font/Montserrat/Montserrat-Regular.ttf');
    src: url('../../font/Montserrat/Montserrat-Regular.ttf');
    src: url('../../font/Montserrat/Montserrat-Medium.ttf');
    src: url('../../font/Montserrat/Montserrat-SemiBold.ttf');
    src: url('../../font/Montserrat/Montserrat-Bold.ttf');
}


/* Raleway */

@font-face {
    font-family: 'Raleway', sans-serif;
    src: url('../../font/Raleway/Raleway-ExtraLight.ttf');
    src: url('../../font/Raleway/Raleway-Light.ttf');
    src: url('../../font/Raleway/Raleway-Regular.ttf');
    src: url('../../font/Raleway/Raleway-Medium.ttf');
    src: url('../../font/Raleway/Raleway-SemiBold.ttf');
    src: url('../../font/Raleway/Raleway-Bold.ttf');
}


/* sora */

@font-face {
    font-family: 'Sora', sans-serif;
    src: url('../../font/Sora/Sora-ExtraLight.ttf');
    src: url('../../font/Sora/Sora-Light.ttf');
    src: url('../../font/Sora/Sora-Regular.ttf');
    src: url('../../font/Sora/Sora-Medium.ttf');
    src: url('../../font/Sora/Sora-SemiBold.ttf');
    src: url('../../font/Sora/Sora-Bold.ttf');
}

:root {
    /* Colors: */
    --color-black: #000000;
    --color-white: #ffffff;
    --color-red: #e32830;
    --color-2e3192: #2e3192;
    --font-family-Montserrat: 'Montserrat', sans-serif;
    --font-family-Sora: 'Sora', sans-serif;
    --font-family-raleway: 'raleway', sans-serif;
    --font-style-normal: normal;
    --font-size-14: 14px;
    --font-size-15: 15px;
    --font-size-16: 16px;
    --font-size-16: 16px;
    --font-size-17: 17px;
    --font-size-18: 18px;
    --font-size-20: 20px;
    --font-size-21: 21px;
    --font-size-22: 22px;
    --font-size-24: 24px;
    --font-size-26: 26px;
    --font-size-30: 30px;
    --font-size-33: 33px;
    --font-size-36: 36px;
    --font-size-40: 40px;
    --font-size-45: 45px;
    --font-size-50: 50px;
    --font-size-55: 55px;
    --font-size-60: 60px;
    --font-size-65: 65px;
    --line-height-inherit: inherit;
    --line-height-20: 20px;
    --line-height-22: 22px;
    --line-height-25: 25px;
    --line-height-28: 28px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-34: 34px;
    --line-height-36: 36px;
    --line-height-40: 40px;
    --line-height-46: 46px;
    --line-height-50: 50px;
    --line-height-55: 55px;
    --line-height-60: 60px;
    --line-height-64: 64px;
    --line-height-65: 65px;
    --line-height-70: 70px;
    --line-height-74: 74px;
    --font-weight-ExtraLight: 200;
    --font-weight-Light: 300;
    --font-weight-Regular: 400;
    --font-weight-Medium: 500;
    --font-weight-SemiBold: 600;
    --font-weight-Bold: 700;
    --font-weight-ExtraBold: 800;
    --font-weight-Black: 900;
    --letter-spacing-inherit: 0;
    --letter-spacing-04: 0.4px;
    --letter-spacing-05: 0.5px;
    --letter-spacing-06: 0.6px;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: var(--font-weight-Medium);
    font-style: var(--font-style-normal);
    font-size: var(--font-size-18);
    line-height: var(--line-height-inherit);
    color: var(--color-000000);
    letter-spacing: var(--character-spacing-0);
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

.blue-color {
    color: var(--color-2e3192) !important;
}

.red-color {
    color: var(--color-red) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

p {
    font-family: 'Raleway', sans-serif;
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-30);
    font-size: var(--font-size-16);
    font-weight: 400;
    margin-bottom: 10px;
    /* text-align: justify; */
}

.main-title {
    font-weight: var(--font-weight-Regular);
    font-size: var(--font-size-33);
    font-weight: var(--font-weight-Bold);
    color: var(--color-red);
}

.main-title1 {
    font-size: var(--font-size-50);
}

.sub-title {
    font-size: var(--font-size-20);
    color: var(--color-black);
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    border-radius: 0px;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color-red);
}

.section-space {
    clear: both;
    padding: 100px 0;
    overflow: hidden;
}


/* whatsapp */


/* whatsapp-icon */


/*Estilos generales del boton whatsapp*/

.whatsapp-btn {
    position: fixed;
    bottom: 95px;
    right: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
}


/*Estilos solo al icono whatsapp*/

.whatsapp-btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
    line-height: 0px;
}


/*Estilos con animation contorno respirando*/

@keyframes breathe {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}


/*Estilos de animacion del icono latiendo*/

@keyframes beat {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


/* button-effect 1 */

.button-1 {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
    /* border-radius: 4px; */
    position: relative;
    z-index: 1;
    padding: 1rem 3rem;
    background: var(--color-2e3192);
    margin-top: 30px;
    font-size: 21px !important;
    letter-spacing: 2px;
}

.button-1 a {
    line-height: 24px;
    font-size: var(--font-size-14);
    text-decoration: none;
    text-transform: capitalize;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}

.eff-1 {
    width: 100%;
    height: 100%;
    border-radius: 4px;
    right: 100%;
    top: 0;
    background: var(--color-red);
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
}

.button-1:hover .eff-1 {
    right: 0;
}

.button-1:hover a {
    color: #fff;
}

.button-1:hover {
    transform: skewX(-15deg);
    border-radius: 0;
}


/* swiper =========================*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* hero-slider =================*/

.hero-slider-section {
    position: relative;
    height: 700px;
}

.slider-title {
    font-family: 'Raleway', sans-serif;
    font-size: var(--font-size-65);
    font-weight: var(--font-weight-Bold);
    line-height: var(--line-height-inherit);
    color: var(--color-white);
}

.banner-right-img img {
    height: 500px;
    object-fit: contain;
    object-position: center right;
}

.sub-heading {
    font-size: var(--font-size-36);
    font-weight: var(--font-weight-Regular);
    line-height: var(--line-height-70);
    color: var(--color-white);
    margin-bottom: 30px;
}

.banner-para {
    color: #fff;
    width: 60%;
    font-size: var(--font-size-16);
    line-height: 24px;
    margin-top: 15px;
    text-align: left;
}

.slider-caption {
    text-align: left;
    z-index: 99;
}

.slide-inner {
    width: 100%;
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-flex;
    align-items: center;
}

.slide-inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, #000000 0, #00000000 50%);
    top: 0;
    left: 0;
    z-index: 9;
}

.button-eff a {
    border-radius: 10px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
}

.swiper-button-prev.swiper-button-disabled {
    display: none;
}

.swiper-button-next.swiper-button-disabled {
    display: none;
}


/* .slider-button {
    padding-top: 30px;
} */

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    margin: 0px 57px;
}

.swiper-button-prev:after {
    display: none;
}

.swiper-button-next:after {
    display: none;
}

.swiper-button-next {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.swiper-button-prev {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.swiper-button-next i {
    font-size: 70px;
    line-height: 0;
}

.swiper-button-prev i {
    font-size: 70px;
    line-height: 0;
}

.mainSlider .swiper-button-next {
    top: 40%;
}

.mainSlider .swiper-button-prev {
    top: 40%;
}

.swiper-button-next {
    right: 10rem;
}

.swiper-button-prev {
    left: 10rem;
}


/* about-section */

.about-section {
    position: relative;
}

.big-title {
    width: fit-content;
    position: absolute;
    font-size: 280px;
    text-transform: uppercase;
    font-weight: var(--font-weight-Bold);
    color: var(--color-2e3192);
    opacity: 0.02;
    right: 0;
    top: -100px;
    height: fit-content;
    line-height: normal;
    z-index: -1;
}

.about-section .robot-img {
    position: absolute;
    width: 500px;
    right: 0;
    bottom: 0;
}

.about-section h2 {
    padding: 6px 0;
}

.about-section p {
    width: 80%;
}

.about-right-section {
    padding-top: 50px;
}

.about-img {
    position: relative
}

.about-img img {
    width: 100%;
    border-radius: 50%;
    border: 10px solid #f1f1f1;
}

.about-img .img-2 {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 280px;
    box-shadow: none
}

.about-img .img-3 {
    position: absolute;
    right: -30px;
    top: -30px;
    width: 200px;
    box-shadow: none
}

.menu-inner .dropend:hover>.dropdown-menu {
    position: absolute;
    top: -15px;
    left: 100%;
}

.menu-inner .dropdown-menu {
    border: transparent;
    transition: transform ease 300ms;
    transform: ease -10px;
}

.menu-inner .dropdown:hover>.dropdown-menu,
.menu-inner .dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    box-shadow: 0px 0px 10px -4px #0000009d;
    width: 250px;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }
    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

.submenu .dropdown-item,
.dropdown-toggle {
    font-size: var(--font-size-16);
    text-transform: capitalize;
}


/* about-section */


/* achiefment */

.achiefment {
    padding: 140px 0;
    background: var(--color-2e3192);
    position: relative;
}

img.paper {
    position: absolute;
    width: 550px;
    bottom: 0;
    left: 38%;
}

.count-digit,
.count-name {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 130px;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px var(--color-red);
    ;
}

.count-area-content {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


/* achiefment */


/* services */

.services {
    background: url(../images/service-bg.jpg)bottom no-repeat;
    background-size: cover
}


/* services */


/* pointer */

.pointer {
    background: var(--color-2e3192);
    position: relative;
}

.item {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px dashed white;
}

.item:last-child {
    border-bottom: none;
}

.icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}

.text {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: var(--font-size-22);
    font-weight: bold;
}

.bird {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45%;
}


/* pointer */


/* pointer */

.pointer {
    background: var(--color-2e3192);
    position: relative;
}

.item {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px dashed white;
}

.item:last-child {
    border-bottom: none;
}

.icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}


/* pointer */


/* project-section================ */

.projects-top {
    padding-top: 0;
}

.project-section {
    position: relative;
}

.product-name h4 {
    color: var(--color-2e3192);
    text-transform: uppercase;
    padding: 20px 20px 0px 20px;
    font-size: var(--font-size-20);
    font-weight: var(--font-weight-Bold);
}

.left_space {
    width: 100%;
    float: right;
    overflow: hidden;
}

.ProjectSlider {
    margin-top: 50px;
}

.ProjectSlider .swiper-button-prev {
    left: 10rem;
    width: 80px;
    height: 80px;
    border: 3px solid #6ba5f3;
    border-radius: 50%;
}

.ProjectSlider .swiper-button-prev i {
    color: #6ba5f3;
}

.ProjectSlider .swiper-button-next {
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
}

.ProjectSlider .swiper-button-next i {
    color: #fff;
}

.project-title-section {
    padding: 20px 0;
    padding-left: 0;
    width: 100%;
    border-top: 1px solid #cdc9c9;
    float: right;
}

.view-all-project-btn {
    float: right;
    padding-right: 13rem;
    margin-top: 40px;
}

.project-title-inner {
    float: left;
    margin-bottom: 35px;
}

.read-more a {
    text-decoration: none;
    color: #001d38;
    text-transform: uppercase;
    font-size: var(--font-size-14);
    font-weight: 800;
    color: var(--color-red);
    text-decoration: underline;
    letter-spacing: 1px;
}

.read-more a i {
    font-size: 16px;
    margin-left: 10px;
    rotate: 45deg;
}

.project-slider-card-inner img {
    border-radius: 12px;
}

.project-lunched-title p {
    color: #001d38;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}

.project-lunched-title {
    width: fit-content;
    padding: 6px 15px;
    position: absolute;
    top: 32px;
    left: 25px;
    background: #fff;
    box-shadow: 2px 2px 5px #2222226b;
    border-radius: 4px;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.project-name h3 {
    font-size: 16px;
    line-height: 35px;
    text-align: left;
    font-weight: 700;
    color: #001d38;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-slider-card-inner img {
    width: 100%;
    height: 100%;
}

.project-intro {
    background: #fff;
    box-shadow: 0px -1px 7px #2222222b;
    width: 100%;
    margin-top: -6rem;
    z-index: 11;
    position: relative;
    padding: 0;
    padding-bottom: 30px;
    transform: translateY(-16px);
    transition: 0.7s;
    overflow: hidden;
}

.project-inner {
    display: flow-root;
    width: 100%;
    height: 250px;
    box-shadow: 1px 2px 4px 2px #22222212;
}

.project-slider-card-inner:hover .project-inner {
    box-shadow: none;
}

.project-name {
    width: 80%;
    float: left;
    height: 100%;
    padding: 14px 20px;
    padding-top: 0;
}

.project-name ul li a {
    color: var(--color-black);
    font-size: var(--font-size-16);
    font-weight: 400;
    display: block;
    margin-bottom: 14px;
    margin-top: 14px;
}

.project-name ul li:hover a {
    color: var(--color-red);
    transform: translateX(10px);
}

.project-slider-card-inner:hover .project-intro {
    transform: translateY(-16rem);
    transition: 0.7s;
    height: auto;
    overflow: hidden;
}

.project-slider-card {
    height: 450px;
    overflow: hidden;
    border-radius: 12px;
}

.about-left-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


/* counter */

.portfolio {
    background: url(../images/portfolio-bg.jpg)center no-repeat;
    background-size: cover;
    height: 700px;
}

.counter {
    width: 100%;
    height: auto;
    float: left;
    background-color: var(--color-014b7e);
}

img.counter-img {
    width: 69%;
    object-fit: contain;
    position: absolute;
    left: 31%;
    top: -12.5%;
}

.counter h2 {
    color: var(--color-ffffff);
}

.count-area {
    position: relative;
    text-align: center;
    color: #fff;
}

.count-area-content img {
    margin-bottom: 20px;
}

.count-title {
    width: fit-content;
    rotate: 90deg;
    height: 30px;
    /* padding: 20px 0; */
    color: #fff;
    font-weight: var(--font-weight-Bold);
    text-align: left;
    font-size: 22px;
    margin-right: -30px;
}

.counter-flex {
    justify-content: left;
    margin-right: -10px;
}


/* counter */


/* backt to top */

#button {
    display: inline-block;
    background-color: #dd2b1c;
    width: 60px;
    border: 2px solid #000;
    height: 60px;
    text-align: center;
    border-radius: 0;
    position: fixed;
    bottom: 23px;
    right: 28px;
    border-radius: 50%;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

#button::after {
    content: "\F148";
    font-family: 'bootstrap-icons';
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    border: 0;
}

#button:hover {
    cursor: pointer;
    background-color: #031d37;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
    border: 0;
    text-decoration: none;
}


/* footer */


/* managment */

.content {
    width: 100%;
}

footer h4 {
    color: var(--color-red);
    text-transform: uppercase;
    font-weight: var(--font-weight-Bold);
    margin-bottom: 2rem;
}

footer .list li {
    margin-bottom: 1rem;
    display: flex;
    font-family: var(--font-family-Montserrat);
}

footer .list li i {
    color: var(--color-red);
    padding-top: 0.3rem;
    padding-right: 1rem;
}

footer .list li a {
    color: var(--color-black);
}

footer .list li a:hover {
    text-decoration: underline;
    color: var(--color-red);
}

.footer-logo {
    margin-bottom: 30px;
}

footer.section-space {
    background: #ededed;
}


/* management */


/* .inner-banner */

.inner-banner {
    background-color: #dfe0ff;
    position: relative;
}

.inner-banner .container {
    bottom: 0;
    /* display: flex
  ; */
    /* align-items: center; */
    /* justify-content: center; */
    left: 13%;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.inner-banner::after {
    /* background-color: var(--color-062c77); */
    content: '';
    width: 100%;
    bottom: 0;
    height: 70px;
    z-index: 0;
    background-color: var(--color-2e3192);
}

.inner-banner img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.inner-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    position: relative;
    top: 0;
}

.inner-banner .breadcrumb {
    padding: 0;
    margin: 0;
    background-color: #0000;
    border-radius: 0;
    justify-content: center;
}

.inner-banner .breadcrumb ul {
    display: flex;
}

.inner-banner .breadcrumb ul li a {
    margin: 0 0.9rem;
    font-size: var(--font-size-14);
    position: relative;
    display: flex;
}

.inner-banner .breadcrumb ul li a::after {
    content: '/';
    position: absolute;
    right: -17px;
    top: 2px;
}

.inner-banner .breadcrumb ul li:last-child a::after {
    display: none;
}

.inner-banner .content {
    position: relative;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    display: flex;
    /* flex-direction: column; */
    left: 0;
    /* margin-bottom: 30px; */
    padding: 20px 0px;
    align-items: center;
    z-index: 9;
}

.inner-banner .content::before {
    z-index: 9;
}

.inner-banner .content h1 {
    color: var(--color-black);
    font-size: var(--font-size-26);
    font-weight: var(--font-weight-SemiBold);
    margin: 0;
}

.inner-banner .content a {
    color: var(--color-ffffff);
}

.contact-right {
    height: 100%;
}

.contact-page .contact-content a {
    color: var(--color-black);
    font-family: var(--font-family-Montserrat);
}

.contact-page .contact-content a:hover {
    color: var(--color-red);
}

.contact-right .contact-home {
    display: flex;
    align-items: center;
    /* margin-bottom: 2rem; */
    /* padding-bottom: 2rem; */
    border-bottom: 0.1rem solid var(--color-white);
    justify-content: left;
    margin-bottom: 2rem;
}

.contact-right .contact-home:last-child(0) {
    margin-bottom: 0rem;
}

.contact-right img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border-radius: 1rem;
}

.contact-left {
    padding-left: 4rem;
}

.contact-page .contact-icon {
    padding: 1rem;
    border-radius: 100%;
    background-color: #f2f2f2;
    width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4rem;
    /* margin-bottom: 2rem; */
    margin-right: 1rem;
    margin-left: 2rem;
}

.contact-page .contact-content {
    margin-left: 0;
    font-family: var(--font-family-Montserrat);
}

.contact-page .contact-content p {
    text-align: center;
    font-family: var(--font-family-Montserrat);
}

.contact-page .contact-icon i {
    color: var(--color-2e3192);
    font-size: var(--font-size-18);
}


/* contact page */

form label {
    font-size: 0.875rem;
    color: darkgray;
    cursor: pointer;
}

form label,
form input {
    float: left;
    clear: both;
}

form input {
    margin: 0.938rem 0;
    padding: 0.938rem 0px;
    width: 100%;
    outline: none;
    border-bottom: 1px solid #bbb;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    border: transparent;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.875rem;
    padding-top: 0;
}

form textarea {
    margin: 0.938rem 0;
    padding: 0.938rem 0px;
    width: 100%;
    outline: none;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    border: transparent;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.875rem;
}

form textarea::placeholder {
    color: #747474 !important;
}

form input[type="text"]:focus,
form input[type="password"]:focus {
    border-color: cornflowerblue;
}

input[type="submit"] {
    padding: 0.938rem 3.125rem;
    width: auto;
    background: #1abc9c;
    border: none;
    color: var(--color-white);
    cursor: pointer;
    display: inline-block;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

form textarea::placeholder {
    color: var(--color-000000);
}

input[type="submit"]:hover {
    opacity: 0.8;
}

input[type="submit"]:active {
    opacity: 0.4;
}


/* about */

.about-us {
    position: relative;
    z-index: 9;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
}

.facility img {
    width: 25%;
    padding: 1rem;
    border-radius: 0;
    margin: 1rem;
    background-color: #ffffff;
}

.facility:hover img {
    border-radius: 50%;
}

.facility .facbox {
    margin-bottom: 1.5rem;
}

.osi-item {
    padding: 40px;
    transition: all 0.3scubic-bezier(.25, .8, .25, 1);
    transition: 0.5s;
    box-shadow: 0 0px 5px #00000028;
    border-radius: 20px;
    height: 100%;
    text-align: center;
}

.osi-item:hover {
    background-color: var(--color-2e3192);
    color: var(--color-white)
}

.osi-item h3 {
    color: var(--color-blue);
    font-size: var(--font-size-22);
    font-weight: var(--font-weight-SemiBold);
    line-height: var(--line-height-30);
    text-align: center;
    margin-top: 10px;
}

.osi-item:hover h3,
.osi-item:hover .fa {
    text-decoration: none;
    /* color: #fff; */
}

.strength-img img {
    margin-bottom: 1rem;
}

.strength-box {
    padding: 2rem;
    border: 1px solid var(--color-2e3192);
    height: 100%;
    transition: ease all 0.5s;
    margin: 1rem;
}

.strength-box:hover {
    transform: skewX(-5deg);
}

.about-include {
    background-color: var(--color-2e3192);
}

.about-include .vision-content {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
    height: 100%;
}

.product-page .strength-box {
    padding: 0;
    margin: 0;
}

.product-page .strength-content {
    padding: 1rem;
    padding-top: 0;
}

.strength-content .section-title {
    font-size: var(--font-size-22);
}

.howtouse-section .list li {
    list-style: square;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.howtouse-section .howtouse-content {
    /* align-items: center; */
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/* gallery */

.gallery-box {
    position: relative;
}

.gallery-box a {
    display: block;
    position: relative;
}

.gallery-box a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000bd;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-box:hover a::before {
    opacity: 1;
}

.gallery-box .overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-box:hover .overlay {
    opacity: 1;
}

.gallery-box .overlay img {
    width: 30px;
}

.gallery-box .overlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #c4302b;
    font-size: 60px;
}

.gallery-box:hover .overlay i {
    color: #ffffff;
}

.video_title {
    margin-top: 20px;
    text-align: center;
    font-size: var(--font-size-22);
    color: var(--color-black);
}

.bonding-box {
    margin-bottom: 30px;
}


/* gallery */

.destop-menu {
    display: block;
}

.mobile-nav,
.sidenav {
    display: none;
}

@media (max-width: 1920px) {
    .container {
        max-width: 1600px;
    }
}

@media (max-width: 1700px) {
     :root {
        --font-size-14: 13px;
        --font-size-15: 14px;
        --font-size-16: 15px;
        --font-size-16: 15px;
        --font-size-17: 16px;
        --font-size-18: 17px;
        --font-size-20: 18px;
        --font-size-21: 19px;
        --font-size-22: 20px;
        --font-size-24: 22px;
        --font-size-26: 24px;
        --font-size-30: 26px;
        --font-size-33: 28px;
        --font-size-36: 30px;
        --font-size-40: 34px;
        --font-size-45: 38px;
        --font-size-50: 42px;
        --font-size-55: 46px;
        --font-size-60: 50px;
        --font-size-65: 54px;
        --line-height-20: 20px;
        --line-height-22: 22px;
        --line-height-25: 25px;
        --line-height-28: 28px;
        --line-height-30: 30px;
        --line-height-32: 32px;
        --line-height-34: 34px;
        --line-height-36: 36px;
        --line-height-40: 40px;
        --line-height-46: 46px;
        --line-height-50: 50px;
        --line-height-55: 55px;
        --line-height-60: 60px;
        --line-height-64: 64px;
        --line-height-65: 65px;
        --line-height-70: 70px;
        --line-height-74: 74px;
    }
    .container {
        max-width: 1440px;
    }
    .slide-inner {
        height: 600px;
        background-position: 70% center;
    }
    .hero-slider-section {
        height: 600px;
    }
    .project-intro {
        margin-top: -2.5rem;
        transform: translateY(-16px);
        margin-bottom: 0;
    }
    .bird {
        width: 54%;
    }
}

@media (max-width: 1480px) {
    .container {
        max-width: 1300px;
    }
    .project-slider-card {
        height: 400px;
    }
    .project-inner {
        height: 200px;
    }
    .strength-box {
        padding: 1rem;
        margin: 0.5rem;
    }
    .section-space {
        padding: 50px 0;
    }
    .facility img {
        margin: 0;
    }
    .osi-item {
        padding: 20px;
    }
    .about-left-img {
        padding-right: 80px;
    }
    .product-page .strength-content {
        padding: 0 1rem;
        padding-bottom: 10px;
    }
    .pb-5 {
        padding-bottom: 1rem !important;
    }
    .mb-5 {
        margin-bottom: 1rem !important;
    }
    form textarea {
        margin: 0rem 0;
        padding: 0.9rem 0px;
        margin-bottom: 0.8rem;
    }
    .achiefment {
        padding: 50px 0;
    }
}

@media (max-width: 1280px) {
    .container {
        max-width: 1200px;
    }
     :root {
        --font-size-14: 13px;
        --font-size-15: 14px;
        --font-size-16: 15px;
        --font-size-16: 16px;
        --font-size-17: 16px;
        --font-size-18: 17px;
        --font-size-20: 17px;
        --font-size-21: 18px;
        --font-size-22: 18px;
        --font-size-24: 20px;
        --font-size-26: 22px;
        --font-size-30: 24px;
        --font-size-33: 26px;
        --font-size-36: 28px;
        --font-size-40: 32px;
        --font-size-45: 34px;
        --font-size-50: 36px;
        --font-size-55: 40px;
        --font-size-60: 44px;
        --font-size-65: 46px;
        --line-height-20: 20px;
        --line-height-22: 22px;
        --line-height-25: 25px;
        --line-height-28: 26px;
        --line-height-30: 24px;
        --line-height-32: 32px;
        --line-height-34: 34px;
        --line-height-36: 36px;
        --line-height-40: 42px;
        --line-height-46: 44px;
        --line-height-50: 46px;
        --line-height-55: 50px;
        --line-height-60: 54px;
        --line-height-65: 50px;
    }
    .big-title {
        font-size: 200px;
        top: -90px;
    }
    .about-img .img-2 {
        right: -20px;
        bottom: -20px;
        width: 200px;
    }
    .about-left-img {
        padding-right: 50px;
    }
    .about-right-section {
        padding-top: 40px;
    }
    img.paper {
        width: 300px;
        left: 41%;
    }
    .count-digit,
    .count-name {
        font-size: 90px;
    }
    .project-slider-card {
        height: 400px;
    }
    .footer-logo-img img {
        padding-left: 0;
        padding-right: 50px;
    }
    .h3,
    h3 {
        font-size: 1.5rem;
    }
    form input {
        margin: 0.4rem 0;
        padding: 0.5rem 0px;
        margin-bottom: 12px;
        padding-top: 0;
    }
    .button-1 {
        padding: 0.5rem 2rem;
        margin-top: 20px;
        font-size: 20px !important;
        letter-spacing: 1px;
    }
    .contact-right .contact-home {
        margin-bottom: 1rem;
    }
    .contact-page .contact-icon {
        padding: 0.5rem;
        width: 3rem;
        height: 3rem;
    }
    .about-section p {
        width: 100%;
    }
    .project-name {
        width: 100%;
    }
    .project-slider-card {
        height: 368px;
    }
    .bird {
        width: 55%;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 100%;
        padding: 0 50px;
    }
    ul.mail-header {
        gap: 10px;
    }
    .banner-right-img img {
        height: 400px;
    }
    .hero-slider-section {
        height: 450px;
    }
    .project-slider-card {
        height: 340px;
    }
    .facility img {
        width: 40%;
        padding: 0.5rem;
        margin: 1rem;
    }
    .mb-3 {
        margin-bottom: 0.5rem !important;
    }
    .mt-5 {
        margin-top: 1rem !important;
    }
    .product-page .strength-box {
        margin-top: 30px;
    }
    .strength-box {
        height: auto;
    }
    .inner-img {
        height: 200px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
    .project-slider-card {
        height: 300px;
    }
    ul.navbar-nav.navbar-nav.ms-auto {
        gap: 15px;
    }
    .main-brand img {
        height: 70px;
        object-fit: contain;
    }
    header {
        padding: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
        padding: 8px 6px;
    }
    ul.mail-header li a {
        font-size: 15px;
    }
    footer h4 {
        margin-bottom: 1rem;
        font-size: 20px;
    }
    .whatsapp-btn {
        bottom: 80px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
    #button {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
    }
    #button::after {
        font-size: 22px;
        line-height: 42px;
    }
    .about-img .img-3 {
        right: -20px;
        top: -20px;
        width: 150px;
    }
    .about-img img {
        border: 5px solid #f1f1f1;
    }
}

@media (max-width: 991px) {
    .destop-menu {
        display: none;
    }
    .mobile-nav,
    .sidenav {
        display: block;
    }
    /* mob-sidenav */
    .sidenav {
        height: 100vh;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: unset;
        right: 0;
        background-color: var(--color-white);
        overflow-x: hidden;
        transition: .6s ease-in-out;
        padding-top: 60px
    }
    .toggle {
        float: right;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        cursor: pointer;
    }
    .toggle img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        object-position: center
    }
    .mob-sidenav .closebtn {
        position: absolute;
        top: 44px;
        right: 65px;
        margin-left: 0;
    }
    .mob-sidenav .closebtn img {
        width: 30px;
        height: 30px;
        object-fit: contain;
        object-position: center
    }
    .mob-sidenav {
        margin-left: 15px;
    }
    /* mob-sidenav */
    ul.mail-header li i {
        font-size: var(--font-size-30);
    }
    ul.mail-header {
        gap: 30px;
        align-items: center;
    }
    .banner-right-img img {
        height: 200px;
        object-position: center left;
    }
    .hero-slider-section {
        height: 500px;
    }
    img.paper {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        margin: 50px 0;
    }
    .count-area-content {
        justify-content: start;
    }
    .footer-logo-img {
        display: none;
    }
    .banner-right-img img {
        height: 250px;
        object-position: center left;
        margin-top: 30px;
    }
    .big-title {
        font-size: 130px;
        top: -30px;
    }
    .about-img .img-2 {
        right: 0;
        bottom: 0;
        width: 200px;
    }
    .about-img .img-3 {
        right: 0px;
        top: 0px;
        width: 150px;
    }
    .about-left-img {
        padding-right: 0;
        background: #f5f5f5;
        padding: 20px;
        border-radius: 40px 0;
        margin-bottom: 30px;
    }
    .about-img img {
        border: 8px solid #aaaaaa;
        background: #fff;
    }
    .project-slider-card {
        height: auto;
        margin-top: 30px;
    }
    .contact-page .contact-icon {
        padding: 0.5rem;
        width: 3rem;
        height: 3rem;
        margin-left: 0;
    }
}

@media (max-width: 800px) {
    :root {
        --font-size-14: 13px;
        --font-size-15: 14px;
        --font-size-16: 15px;
        --font-size-16: 16px;
        --font-size-17: 16px;
        --font-size-18: 16px;
        --font-size-20: 16px;
        --font-size-21: 17px;
        --font-size-22: 17px;
        --font-size-24: 18px;
        --font-size-26: 20px;
        --font-size-30: 22px;
        --font-size-33: 24px;
        --font-size-36: 25px;
        --font-size-40: 30px;
        --font-size-45: 24px;
        --font-size-50: 28px;
        --font-size-55: 32px;
        --font-size-60: 36px;
        --font-size-65: 40px;
    }
    img.paper {
        display: none;
    }
    .count-digit,
    .count-name {
        font-size: 60px;
    }
    .count-title {
        rotate: 0deg;
        height: auto;
        font-size: 22px;
        margin-right: 0;
        margin-left: 20px;
    }
    .project-inner {
        height: auto;
    }
    .project-intro {
        transform: translateY(0px);
        margin-bottom: 0;
        padding-bottom: 0;
        margin-top: -10px;
    }
    .project-slider-card-inner:hover .project-intro {
        transform: translateY(0rem);
        transition: 0.7s;
        height: auto;
        overflow: visible;
    }
    .toggle img {
        width: 40px;
        height: 40px;
    }
    .contact-left {
        padding-left: 0;
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
     :root {
        --font-size-14: 10px;
    }
    .about-img .img-2 {
        width: 160px;
    }
    .about-img img {
        border: 5px solid #aaaaaa;
    }
    .bird {
        width: 95%;
        position: relative;
        left: -30px;
        bottom: -50px;
    }
    .section-space {
        padding: 30px 0;
    }
    .facility img {
        width: 100px;
        padding: 0.5rem;
        margin: 0;
    }
    .mob-sidenav .closebtn {
        top: 20px;
        right: 30px;
        margin-left: 0;
    }
    .about-img .img-3 {
        right: 0px;
        top: 0px;
        width: 100px;
    }
    .about-img .img-2 {
        width: 110px;
    }
    .inner-banner .breadcrumb ul li a::after {
        right: -12px;
        top: 1px;
    }
    .inner-banner .breadcrumb ul li a {
        margin: 0 0.5rem;
    }
    .inner-banner .content {
        padding: 10px 0px;
        text-align: left;
    }
}

@media (max-width: 600px) {}

@media (max-width: 567px) {}

@media (max-width: 480px) {
     :root {
        --font-size-45: 22px;
        --font-size-50: 24px;
        --font-size-55: 26px;
        --font-size-60: 28px;
        --font-size-65: 30px;
    }
    .about-img .img-3 {
        right: 0px;
        top: 0px;
        width: 80px;
    }
    .about-img .img-2 {
        width: 90px;
    }
    .inner-banner .content {
        display: block;
    }
    .inner-banner .breadcrumb {
        justify-content: flex-start;
    }
    .inner-banner .breadcrumb ul li a {
        margin: 0 1rem;
        margin-left: 0;
    }
    .inner-banner .content h1 {
        margin-bottom: 7px;
    }
    ul.mail-header li i {
        font-size: var(--font-size-24);
    }
    ul.mail-header {
        gap: 20px;
    }
    .toggle img {
        width: 30px;
        height: 30px;
    }
    .mob-sidenav .closebtn img {
        width: 20px;
        height: 20px;
    }
    .navbar-nav {
        width: 90%;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu.submenu.show .nav-link {
        margin-left: 10px;
        font-size: 14px;
    }
    .dropend .dropdown-menu[data-bs-popper] {
        margin-left: 0;
        padding: 0;
    }
    .banner-right-img img {
        height: 200px;
        width: 100% !important;
        object-position: center center;
        margin-top: 20px;
    }
    .banner-right-img img {
        height: 200px;
        width: 100% !important;
        object-position: center center;
        margin-top: 20px;
    }
    .slider-content {
        text-align: center;
    }
    .hero-slider-section {
        height: 440px;
    }
    .slide-inner:before {
        background: #0000008c;
    }
}

@media (max-width: 420px) {}

@media (max-width: 375px) {}