@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;900&family=Nunito+Sans:wght@300;400;600;700;800;900&family=Playfair+Display:wght@600;700;800;900&family=Poppins:wght@300;400;500;900&display=swap');

:root {
    --primary-color: #2D63FC;
    --highlight-color: #f42223;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Nunito Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Playfair Display', serif;
}

p {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 15px;
}

#wrapper {
    width: 100%;
    height: auto;
    color: var(--secondary-color) !important;
}


#top {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    height: auto;
}

#top_nav {
    background: transparent;
    padding: 15px;
    position: relative;
    z-index: 99;
}

.t_icon {
    float: left;
    font-size: 18px;
    color: var(--secondary-color);
    padding-top: 10px !important;
    padding-right: 15px !important;
}

.t_h {
    text-align: right;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    font-size: 20px;
    font-weight: 300;
}

.t_p {
    text-align: left;
    color: var(--secondary-color);
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.35px;
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px !important;
}

.top_social_li {
    padding: 0;
    margin: 0;
}

.top_social_li li {
    display: inline-block;
    padding-right: 15px;
    padding-top: 10px;
    color: var(--secondary-color);
    font-size: 18px;
}


#header {
    position: static;
    z-index: 9998 !important;
    margin: auto;
    left: 0;
    right: 0;
    background: var(--primary-color);
    width: 80%;
}

.navbar-scroll {
    position: fixed !important;
    top: 0;
    transition: all 0.3s ease-in;
    width: 100% !important;
}

.nav_top {
    top: 0 !important;
    transition: all 1s;
}

.navbar {
    margin: 0 !important;
    border: none;
    border-radius: 0px;
    width: 100%;
    background: var(--secondary-color);
    margin: 0 !important;
    z-index: 9999 !important;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .15);
    transition: all 0.3s;
}

.nav_background_scroll {
    background: #ffffff;
    transition: all 0.3s;
    padding: 10px !important;
}

.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    color: #2e2e2e !important;
}

#logo {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding: 10px !important;
    font-weight: 700;
    letter-spacing: 0.65px;
    color: var(--highlight-color);
    display: block;
    padding-top: 25px !important;
}

#t_logo {
    font-family: 'poppins', sans-serif;
    font-size: 30px;
    padding: 10px !important;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: var(--secondary-color);
}

.navbar .navbar-nav>li>a {
    padding: 13px 5px !important;
    color: var(--text-color) !important;
    font-size: 15px;
    font-weight: 500;
    margin: 13px 20px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s;
}

.navbar .navbar-nav>li>a:hover {
    transition: all 0.5s;
    color: var(--highlight-color);
    /* border-bottom: 2px solid var(--primary_color); */
}

.nav_background {
    background: #ffffff !important;
    margin: 0 !important;
    transition: all 0.5s;
}

.nav_color {
    color: #000000 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: var(--primary-color) !important;
    /* border-bottom: 2px solid var(--primary-color); */
}

.dropdown li a {
    font-size: 15px !important;
    padding: 0px 30px;
    line-height: 40px;
    color: var(--text_color);
}

.dropdown li a:hover {
    color: #0099cb;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active {
    color: #0099cb;
    background: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.navbar-default .navbar-nav>.open>a {
    background: none !important;
    color: #ffffff;
}


#banner_video{
    width: 100%;
    height: 100%;
    overflow:hidden;
    position: relative;
}
#banner_video::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -5px;
    left: 0;
    background: rgba(0, 0, 0, .3);
    /* background: rgba(45, 99, 252, 0.35); */
    background-image: url(../../images/banner-line.png);
    background-repeat: repeat-y;
    pointer-events: none;
    background-size: 100%;
    z-index: 3;
    -webkit-animation: 20s bgMove infinite linear;
    -moz-animation: 20s bgMove infinite linear;
    -o-animation: 20s bgMove infinite linear;
    -ms-animation: 20s bgMove infinite linear;
    animation: 20s bgMove infinite linear;
}

@-webkit-keyframes bgMove {
    100% {
        background-position: 0px -3000px;
    }
}

@-moz-keyframes bgMove {
    100% {
        background-position: 0px -3000px;
    }
}

@-o-keyframes bgMove {
    100% {
        background-position: 0px -3000px;
    }
}

@-ms-keyframes bgMove {
    100% {
        background-position: 0px -3000px;
    }
}

@keyframes bgMove {
    100% {
        background-position: 0px -3000px;
    }
}

#video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 9;
}


.banner_content {
    position: absolute;
    text-align: left;
    padding: 20% 10%;
    top: 0;
    z-index: 99;
    width: 80%;
}

.banner_h {
    /* font-family: "Libre Caslon Display", serif; */
    font-family: 'Montserrat', sans-serif;
    /* font-family: "Darumadrop One", serif; */
    /* line-height: inherit; */
    font-size: 42px;
    color: var(--secondary-color);
    /* color: #2D63FC; */
    font-weight: 700;
    letter-spacing: 1px;
    animation-delay: 0.6s !important;
}

.banner_p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--secondary-color);
    letter-spacing: 0.35px;
    padding-top: 20px !important;
    line-height: 33px;
    animation-delay: 0.9s !important;
}

.banner_btn {
    margin-top: 30px;
    font-family: 'Montserrat', sans-serif;
    padding: 15px 30px;
    letter-spacing: 0.35px;
    font-size: 15px;
    background: #2D63FC;
    border: none;
    font-weight: 500;
    color: var(--secondary-color);
    animation-delay: 1.12s !important;
}

.banner_btn i {
    position: relative;
    top: 2px;
    left: 2.5px;
}

.banner_h,
.banner_p,
.banner_btn {
    transform: translateY(150px);
    opacity: 0;
    filter: blur(20px);
    animation: banner_animation 0.5s 1 linear forwards;
}

@keyframes banner_animation {
    from {
        opacity: 0;
        filter: blur(20px);
        transform: translateY(150px);
    }

    to {
        opacity: 1;
        filter: blur(0px);
        transform: translateY(0);
    }
}

/* slider start  */

#slider {
    position: relative;
    background: var(--primary-color);
}

#slider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../../images/banner-line.png);
    background-repeat: repeat-y;
    pointer-events: none;
    background-size: 100%;
    z-index: 3;
    -webkit-animation: 20s bgMove infinite linear;
    -moz-animation: 20s bgMove infinite linear;
    -o-animation: 20s bgMove infinite linear;
    -ms-animation: 20s bgMove infinite linear;
    animation: 20s bgMove infinite linear;
}

@-webkit-keyframes bgMove {
    100% {
        background-position: 0px -3000px;
    }
}

@-moz-keyframes bgMove {
    100% {
        background-position: 0px -3000px;
    }
}

@-o-keyframes bgMove {
    100% {
        background-position: 0px -3000px;
    }
}

@-ms-keyframes bgMove {
    100% {
        background-position: 0px -3000px;
    }
}

@keyframes bgMove {
    100% {
        background-position: 0px -3000px;
    }
}

.carousel-indicators {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 50px;
}

.carousel-indicators li {
    border-radius: 0;
    background: var(--secondary-color);
    border: none;
    margin: 0 4px;
}

.carousel-indicators li.active {
    margin: 0 4px;
    background: var(--highlight-color);
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
    transition: all .5s;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 2s;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    transition: all 2s;
}

.carousel-fade .carousel-control {
    z-index: 1;
    transition: all 2s;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 2s;
    }
}

.left_products-control {
    position: absolute;
    bottom: 5%;
    right: 8%;
    background: transparent;
    color: #ffffff;
    font-size: 60px;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    filter: alpha(opacity=50);
    opacity: 1;
    padding: 8px 20px !important;
    transition: all 0.3s ease-in;
}

.right_products-control {
    position: absolute;
    bottom: 5%;
    right: 4%;
    background: transparent;
    color: #ffffff;
    font-size: 60px;
    padding: 8px 20px !important;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    transition: all 0.3s ease-in;
    opacity: 1;
}

.left_products-control:hover {
    background: transparent;
    transition: all 0.3s ease-in;
}

.right_products-control:hover {
    background: transparent;
    transition: all 0.3s ease-in;
}

.left_products-control:focus {
    color: #ffffff !important;
}

.right_products-control:focus {
    color: #ffffff !important;
}


#slider_image {
    position: relative;
    float: right;
    transform: translateX(0px);
    opacity: 1;
    animation-name: slider_image;
    animation-iteration-count: 1;
    animation-duration: 1s;
    transition: all 0.3s ease;
}

@-webkit-keyframes slider_image {
    0% {
        transform: translateX(500px);
        opacity: 0;
    }

    25% {
        transform: translateX(300px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
        opacity: 0.7;
    }
}



#bg_red {
    width: 100%;
    height: 100%;
    display: flex;
    display: inline-block;
    /* background: var(--primary-color); */
    background: url(../../images/slider_background.jpg);
    background-size: cover;
    background-position: center;
    opacity: 1;
    animation-name: bg_animation;
    animation-iteration-count: 1;
    animation-duration: 1s;
    transition: all 1s;
    /* padding: 30px 50px; */
}

@-webkit-keyframes bg_animation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#right {
    position: relative;
}

#slide_right {
    float: right;
    transform: translateY(0px);
    right: 100px;
    animation-name: img_slider_lefft;
    animation-iteration-count: 1;
    animation-duration: 1.4s;
    transition: all 1s;
    /* padding-right: 50px; */
}

@-webkit-keyframes img_slider_lefft {
    0% {
        transform: translateY(-1000px);
        opacity: 0;
    }

    25% {
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


#main_slider {
    width: 50%;
    height: 100%;
    position: absolute;
    /* background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgb(0, 0, 0) 100%); */
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    max-height: 420px;
    min-height: 420px;
    bottom: 165px;
}

.box {
    position: relative;
    padding-left: 8% !important;
}

@-webkit-keyframes animation_h {
    0% {
        transform: translatey(50px);
        opacity: 0;
    }

    50% {
        transform: translatey(50px);
        opacity: 0;
    }

    100% {
        transform: translatey(0px);
        opacity: 1;
    }
}

.slider_h {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    width: 100%;
    line-height: 72px;
    color: var(--secondary-color);
    /* background: rgba(255, 255, 255, 0.5);
    padding: 20px !important; */
    font-weight: 700;
    letter-spacing: 2px;
    animation-name: animation_h;
    animation-iteration-count: 1;
    animation-duration: 1.8s;
    transition: all 1s;
    text-align: left;
    /* text-shadow: 2px 2px rgba(0, 0, 0, .3) !important; */
}

.slider_p {
    font-family: 'Nunito Sans', sans-serif;
    /* text-shadow: 2px 2px rgba(0, 0, 0, .3) !important; */
    font-size: 30px;
    color: var(--secondary-color);
    font-weight: 500;
    letter-spacing: 1px;
    text-align: left;
    padding-bottom: 10px !important;
    animation-name: animation_h;
    animation-iteration-count: 1;
    animation-duration: 1.4s;
    transition: all 1s;
}

.color_b {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #00fee0;
}

@-webkit-keyframes animation_img {
    0% {
        transform: translatey(-150px);
        opacity: 0;
    }

    45% {
        transform: translatey(-150px);
        opacity: 0;
    }

    100% {
        transform: translatey(0px);
        opacity: 1;
    }
}

#s_img {
    animation-name: animation_img;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
    transition: all 1s;
    transform: scale(1);
    transform: translatey(0px);
    margin: auto;
}

@-webkit-keyframes animation_btn {
    0% {
        transform: translatey(-150px);
        opacity: 0;
    }

    60% {
        transform: translatey(-150px);
        opacity: 0;
    }

    100% {
        transform: translatey(0px);
        opacity: 1;
    }
}

.slider_btn {
    background: var(--highlight-color);
    font-family: 'Montserrat', sans-serif;
    border: 2px solid transparent;
    padding: 10px 35px;
    font-size: 16px;
    color: var(--secondary-color);
    letter-spacing: 0.65px;
    font-weight: 600;
    margin-top: 35px !important;
    transition: all 1s;
    /* animation-name: animation_btn; */
    animation-iteration-count: 1;
    animation-duration: 2.2s;
    transition: all 1s;
    transform: scale(1);
    transform: translatey(0px);
    display: block;
    animation-name: animation_h;
}

#slider_image_r {
    transform: scale(1.1) !important;
    animation-name: img_slider_animation_r;
    animation-iteration-count: 1;
    animation-duration: 15s;
    transition: all 1s ease-in;
    position: relative;
}

@-webkit-keyframes img_slider_animation_r {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }
}


/* slider end */


#about {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: var(--secondary-color);
}

.abt_h {
    font-family: 'Montserrat', sans-serif;
    color: var(--highlight-color);
    font-weight: 700;
    text-align: center;
}

.abt_h_icon {
    position: relative;
    top: 2.5px;
}
.abt_sh{
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 20px;
    padding-top: 10px !important;
    padding-bottom: 20px !important;
    line-height: inherit;
}
.abt_p {
    font-family: 'poppins', sans-serif;
    font-size: 15px;
    padding-bottom: 10px !important;
    line-height: 32px;
    font-weight: 400;
    color: var(--p-color);
    letter-spacing: 0.15px;
}
.abt_p strong{
    color: var(--primary-color);
}

#abt_img {
    margin-top: 10px;
    margin-bottom: 20px;
}

#abt_banner {
    width: 100%;
    height: auto;
    padding: 150px 0;
    background: url(../../images/abt_b_01.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.abt_b_h {
    color: var(--secondary-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 42px;
    text-align: center;
    z-index: 999;
    position: relative;
}

.abt_b_p {
    font-size: 22px !important;
    font-weight: 500;
    position: relative;
    bottom: 7px;
    letter-spacing: 0.65px;
}

.counter-number::before {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    border: 5px solid var(--highlight-color);
    opacity: 0.85;
    border-radius: 100%;
    top: -23px;
    left: 30px;
    z-index: 99;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}


#services {
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: var(--s_backgound-color);
}

#services_box {
    margin-top: 20px;
    overflow: hidden;
    transition: all 0.3s ease-in;
    /* box-shadow: 0px 0px 20px 0px rgba(18, 112, 215, 0.25); */
}

.ser_hs {
    padding-top: 15px !important;
    padding-bottom: 8px !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: 0.35px;
    font-weight: 600;
    line-height: inherit;
    color: var(--secondary-color);
}

.ser_p {
    padding-top: 12px !important;
    line-height: 30px;
    font-size: 15px;
    /* font-weight: 400; */
    letter-spacing: 0.15px;
    color: var(--secondary-color);
    font-family: 'poppins', sans-serif;
}

.ser_btn {
    font-family: 'Montserrat', sans-serif;
    padding: 12px 35px;
    background-color: var(--secondary-color);
    border: none;
    color: var(--primary-color);
    margin-top: 20px;
    font-weight: 600;
}
.ser_btn i{
    position: relative;
    top: 1.5px;
    left: 1.5px;
}

.ser_content {
    width: 100%;
    height: auto;
    min-height: 415px;
    padding: 45px 30px;
    margin: auto;
    /* background: rgba(255, 255, 255, 0.85); */
    background: rgba(18, 112, 215, 0.9);
    margin-top: 40px;
}

#ser_img{
    margin-top: 20px;
}


#products {
    width: 100%;
    height: auto;
    padding: 100px 20px;
    background: var(--s_backgound-color);
}

#product_box {
    width: 100%;
    height: auto;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 10px 0px rgba(5, 17, 54, 0.15);
}

.product_h {
    background: var(--secondary-color);
    width: 80%;
    position: absolute;
    z-index: 9999;
    bottom: 25px;
    margin: auto !important;
    left: 0;
    right: 0;
    text-align: center;
    padding: 25px 0 !important;
    box-shadow: 0px 0px 10px 0px rgba(5, 17, 54, 0.45);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.65px;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

#product_h_image {
    transform: scale(1);
    transition: all 0.65s ease;
}

#product_box:hover>#product_h_image {
    transform: scale(1.1);
    transition: all 0.65s ease;
}

#product_box:hover>.product_h {
    background: var(--highlight-color);
    color: var(--secondary-color);
    transition: all 0.3s ease;
}


#footer {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--primary-color);
    padding-bottom: 40px;
}

#footer_box {
    margin-top: 15px;
}

.footer_h {
    color: var(--secondary-color);
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding-bottom: 25px !important;
    position: relative;
}

.footer_h:before {
    content: "";
    width: 100px;
    height: 2px;
    background: var(--secondary-color);
    position: absolute;
    bottom: 10px;
}

.footer_p {
    color: var(--secondary-color);
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 0.35px;
}

.footer_li {
    padding: 0;
    margin: 0;
}

.footer_li li {
    list-style: none;
    color: var(--secondary-color);
    font-family: 'poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.25px;
}

.footer_contact_li {
    padding: 0;
    margin: 0;
}

.footer_contact_li li {
    color: var(--secondary-color);
    list-style: none;
    font-size: 15px;
    letter-spacing: 0.35px;
    margin-top: 15px;
    line-height: 32px;
}

.footer_contact_icon {
    font-size: 22px;
    padding-right: 5px;
    width: 30px;
    color: var(--secondary-color);
    position: relative;
    top: 2.5px;
    transition: all 0.3s ease-in;
}

#copyrights {
    width: 100%;
    height: auto;
    padding: 15px;
    background: var(--primary-color);
}

.copy_p {
    color: var(--secondary-color);
    font-family: 'poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.65px;
    text-align: center;
}

.l_translate{
    margin-top: 15px;
}
#counter_img{
    width: 80px;
    margin-top: 15px;
}

#map{
    line-height: 0;
}

