<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, ul{
    padding: 0;
    margin: 0;
}
:root {
    --primary-color: #fff;
    --secondary-color: #038C5E;
    --third-color: #038C5ECC;
}
@font-face {
    font-family: "Cairo";
    src: url(../webfonts/Cairo-VariableFont_slnt\,wght.ttf);
}
@font-face {
    font-family: "Inter";
    src: url(../webfonts/InterVariable.ttf);
}
body{
    font-family: 'Inter', sans-serif;
    position: relative;
    overflow-x: hidden;
    background-color: #fff;
}
main{
    position: relative;
    overflow-x: hidden;
}
/******************************************************* GENERAL ************************************************/
button {
    border: 0;
    background: none;
}
h1, h2, h3, h4, h5, h6{text-transform: capitalize; margin: 0;}
.col-12.col-md-4.mb-5.mb-md-0{padding-right: 0;}
a{
    text-decoration: none;
    color: #000;
}
input[type=submit]:hover{opacity: 0.9;}
textarea:focus{outline: none;}
p, figure{
    margin: 0;
}
section{
    padding: 50px 0px;
}
.section_title{
    font-family: "Inter";
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}
.section_title span{
    color: var(--secondary-color);
}
.section_title_sm{
    color: var(--secondary-color);
    font-family: "Inter";
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}
p{
    font-family: "Inter";
    font-size: 18px;
    line-height: 19.36px;
    color: #000000CC;
}
.fit_height{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
a.learn_btn{
    font-family: "Cairo";
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: var(--secondary-color);
    display: inline-block;
}
main.inner_page{
    padding-top: 30px;
    padding-bottom: 50px;
}
input[type="search"]{
    background-image: url(../img/search-input.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px center;
    padding-left: 45px;
    height: 85px;
    border: 1px solid #DCE2EEB2;
    border-radius: 8px;
    background-color: #fff;
    font-family: "Cairo";
    font-size: 23px;
    font-weight: 300;
    line-height: 29px;
    letter-spacing: 0.01em;
    color: #637381;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
p.paragraph{
    font-size: 25px;
    line-height: 50px;
    color: #7B7B7B;
    letter-spacing: -0.8px;
}
p.paragraph span.btns{
    color: var(--secondary-color);
    font-family: "Inter";
}
hr.main_hr{
    opacity: 1;
    border-top: 8px solid var(--secondary-color);
    display: inline-block;
}
/******************************************************* NAV BAR ************************************************/
.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    background-color: #fff;
    height: 110px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.navbar.inner_pages{
    position: initial;
}
.navbar.inner_pages .menu a{
    color: #666666;
}
.navbar .menu{
    padding-right: 25px;
    height: 100%;
}
.navbar figure#logo_menu img {
    width: 140px;
}
.navbar .menu ul{
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 750px;
    height: 100%;
}
.navbar .menu ul li{
    height: 100%;
}
.navbar .menu button#open-nav{
    color: #fff;
    font-size: 22px;
    background-color: var(--secondary-color);
    width: 35px;
    border-radius: 2px;
}
.navbar .menu a, #sidenavResponsive .menu a, #sidenavResponsive .title{
    height: 100%;
    display: flex;
    align-items: center;
    font-family: "Cairo";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--third-color);
    padding: 0px 15px;
}
.navbar .menu a:hover, .navbar .menu ul .active_link{
    color: #fff;
    background-color: var(--secondary-color);
}
.navbar .menu a.lang{
    margin-right: 20px;
}
.navbar .menu a img{
    margin-left: 5px;
}
.banner.inner_pages{
    height: 260px;
    background-image: url(../img/banner-1.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner.inner_pages .page_title{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000080;
}
.banner.inner_pages .page_title h3.section_title{
    color: #ffffff;
}
/******************************************************* SIDE BAR ************************************************/
#background_overlay{
    height: 100%;
    z-index: 999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.61);
    position: fixed;
    overflow: hidden;
    display: none;
}
#sidenavResponsive{
    background-color: var(--primary-color);
    display: block;
    height: 100%;
    width: 270px;
    position: fixed;
    left: -300px;
    z-index: 1000;
    top: 0px;
    padding: 60px 0px;
    overflow-y: scroll;
    transition: 0.5s all;
    color: #fff;
}
#sidenavResponsive button#close{
    position: absolute;
    top: 15px;
    right: 15px;
}
#sidenavResponsive button#close i{
    color: #ffffffad;
    font-size: 26px;
}
#sidenavResponsive .menu{
    list-style-type: none;
    padding: 0px 20px;
}
#sidenavResponsive .menu a{
    padding: 20px 0px;
    width: 100%;
    color: #000;
    display: block;
    border-bottom: 1px solid #dddddd38;
    text-transform: capitalize;
}
#sidenavResponsive .menu a:hover, #sidenavResponsive .menu .active_link{
    color: var(--third-color);
}
#sidenavResponsive .title{
    color: #fff;
    background-color: var(--secondary-color);
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 5px 20px;
}
#sidenavResponsive::-webkit-scrollbar{
    width: 0px;
}
/*******************************************************Home Page************************************************/
/************************* Banner **********************/
.home_banner .owl-slider .item{
    position: relative;
    max-height: 600px;
    height: 100%;
    overflow-y: hidden;
}
.home_banner .owl-slider .item img{
    height: auto;
}
.owl-theme .custom-nav{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home_banner .owl-theme .custom-nav .owl-prev i, .home_banner .owl-theme .custom-nav .owl-next i {
    font-size: 25px;
    color: #FFFFFF80;
    transition: 0.3s all;
    background-color: #FFFFFF1A;
    padding: 10px 16px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
}
.home_banner .owl-theme .custom-nav .owl-prev i:hover, .home_banner .owl-theme .custom-nav .owl-next i:hover{
    color: #ffffff;
}
.owl-theme .custom-nav .owl-prev {
    position: absolute;
    left: 10px;
    display: block !important;
    z-index: 100;
    background:none !important;
}
.owl-theme .custom-nav .owl-next {
    position: absolute;
    right: 10px;
    display: block !important;
    z-index: 100;
    background: none;
}
.home_banner .owl-theme .owl-dots .owl-dot span {
    width: 35px;
    height: 3px;
    background: #FFFFFF1A;
}
.home_banner .owl-theme .owl-dots .owl-dot.active span, .home_banner .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--secondary-color);
}
.home_banner .owl-theme .owl-dots{
    position: absolute;
    bottom: 25px;
    width: 100%;
    margin-top: 0;
    display: flex;
    align-items: end;
    justify-content: center;
}
.owl-theme .owl-nav [class*="owl-"]{
    background: none;
    border: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background: transparent;
}
.home_banner .caption{
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    z-index: 1000;
}
.home_banner .item .caption h1, .home_banner .item .caption p, .home_banner .item .caption a{
    color: white;
    text-align: center;
}
.home_banner .item .caption h5{
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 700;
}
.home_banner .item .caption h1{
    text-transform: uppercase;
    font-size: 60px;
    margin: 0px;
    color: #ffffff;
    font-weight: 700;
    max-width: 560px;
}
.home_banner .item .caption p{
    text-transform: capitalize;
    font-size: 16px;
    margin: 0;
}
.home_banner .item .caption hr{
    width: 50px;
    display: block;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    height: 1px!important;
    margin: 7px 0px 0px;
}
.home_banner .owl-slider .item .caption .banner_url{
    position: absolute;
    bottom: 20%;
}
.home_banner .owl-slider .item .caption .banner_url a{
    font-family: "Inter";
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 90px;
    border-radius: 20px;
    text-shadow: none;
    font-size: 16px;
    color: #fff;
    background: #FFFFFF1A;
    backdrop-filter: blur(10px);
    transition: 0.3s all ease;
}
.home_banner .owl-slider .item .caption .banner_url a:hover{
    background: linear-gradient(284deg, rgba(13,76,108,1) 0%, rgba(3,137,95,1) 100%);
}
.home_banner .item .caption i{
    font-size: 30px;
    color: var(--first-color);
}
.banner_border{
    height: 65px;
    width: 100%;
    display: block;
    background: linear-gradient(180deg, rgba(3, 140, 94, 0.25) 0%, rgba(13, 73, 106, 0.25) 100%);
}
/******************* About Section ****************/
.about_sec .main_content{
    padding-left: 50px;
}
.about_sec .main_content h5{
    font-size: 20px;
    font-weight: 700;
    color: #00000080;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.about_sec .main_content h3.section_title{
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}
.about_sec .main_content p{
    font-size: 24px;
    line-height: 29.05px;
    font-weight: 400;
}
.about_sec .btn_frame{
    display: flex;
    width: 100%;
    margin-top: 80px;
}
.about_sec .btn_frame .read_more_btn{
    width: 490px;
    height: 168px;
    background: linear-gradient(180deg, #038C5E 0%, #0D496A 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_sec .btn_frame .read_more_btn a{
    color: #fff;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 48px;
    border-radius: 50px;
    background-color: #FFFFFF1A;
    width: 60%;
    transition: 0.5s all ease;
}
.about_sec .btn_frame .read_more_btn a:hover{
    background-color: #fff;
    color: var(--secondary-color);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.about_sec .btn_frame .column_1, .about_sec .btn_frame .column_2,
.about_sec .btn_frame .column_3{
    width: 24px;
    height: 168px;
    background: linear-gradient(180deg, #038C5E 0%, #0D496A 100%);
    margin-left: 15px;
}
.about_sec .btn_frame .column_2{
    background: linear-gradient(180deg, rgba(3, 140, 94, 0.5) 0%, rgba(13, 73, 106, 0.5) 100%);
}
.about_sec .btn_frame .column_3{
    background: linear-gradient(180deg, rgba(3, 140, 94, 0.25) 0%, rgba(13, 73, 106, 0.25) 100%);
}
.about_sec .all_imgs{
    position: relative;
    text-align: center;
    height: 540px;
}
.about_sec .all_imgs .frames{
    text-align: right;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.about_sec .all_imgs img.main_img{
    margin-top: 40px;
}
/******************* Features Section ****************/
.features_sec{
    background-image: url(../img/features-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    padding: 100px 0px 200px;
}
.features_sec .all_imgs{
    position: relative;
    text-align: right;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-content: start;
}
.features_sec .all_imgs .frames{
    text-align: right;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 90%;
}
.features_sec .all_imgs img.main_img{
    width: 450px;
    margin-top: 100px;
}
.features_sec .content{
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-content: center;
    height: 850px;
}
.features_sec .content .main_content{
    padding: 24px 32px;
    background-color: #fff;
    box-shadow: 0px 4px 25px 0px #00000040;
    /* margin-right: 50px; */
    max-width: 600px;
}
.features_sec .content .main_content h3.section_title{
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}
.features_sec .content .main_content p{
    font-size: 24px;
    line-height: 29.05px;
    font-weight: 500;
}
.features_sec .content .content_frame{
    text-align: right;
    position: absolute;
    bottom: 60px;
    right: 0px;
    z-index: -1;
    width: 90%;
}
/******************* Features Icon Section ****************/
.features_icon_sec{
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: 150px;
}
.features_icon_sec figure{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    background-color: #fff;
    border: 1px solid #0000001A;
    border-radius: 15px;
    padding: 0px 20px 30px;
    opacity: 0;
    transform: translateY(300px);
    transition: all 1.5s ease;
}
.features_icon_sec figure.slide-up{
    opacity: 1;
    transform: translateY(0);
}
.features_icon_sec figure .icon{
    background-color: var(--secondary-color);
    border-radius: 25px;
    box-shadow: 0px 10px 20px 0px #00000040;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -70px;
    margin-bottom: 30px;
}
.features_icon_sec figure figcaption h4{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.features_icon_sec figure figcaption p{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-transform: capitalize;
}
.features_icon_sec figure figcaption a{
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    margin: 30px 0px 10px;
    display: none;
}
.features_icon_sec figure:hover{
    box-shadow: 0px 10px 20px 0px #00000040;
    background-color: var(--secondary-color);
}
.features_icon_sec figure:hover .icon{
    background-color: #0000007c;
    backdrop-filter: blur(10px);
}
.features_icon_sec figure:hover figcaption h4{
    color: #ffffff;
}
.features_icon_sec figure:hover figcaption p{
    color: #ffffffeb;
}
.features_icon_sec figure:hover figcaption a{
    display: inline-block;
}
/******************* Mission &amp; Vision Section ****************/
.mission_sec, .about_message, .news_sec{
    background: linear-gradient(180deg, rgba(3, 140, 94, 0.05) 0%, rgba(13, 73, 106, 0.05) 100%);
}
.mission_sec .nav-tabs{
    border-bottom: 4px solid var(--secondary-color);
}
.mission_sec .nav-tabs .nav-link {
    background: 0 0;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}
.mission_sec  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--secondary-color);
}
.mission_sec #myTabContent{
    background-color: #038C5E0D;
    padding: 28px;
}
.mission_sec .content{
    margin-bottom: 20px;
}
.mission_sec .content h3{
    font-size: 20px;
    font-weight: 600;
    color: #000000CC;
}
.mission_sec .content h3 span{
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--secondary-color);
    margin-right: 10px;
}
.mission_sec .content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    color: #000000CC;
    margin-top: 10px;
}
/******************* Products Section ****************/
.products_sec{
    position: relative;
}
.products_sec .title{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
}
.products_sec a{
    text-transform: uppercase;
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 600;
}
.products_sec .item figure{
    border: 1px solid #0000001A;
    border-radius: 5px;
    padding: 10px 10px 20px;
    transition: 0.5s all ease;
    height: 420px;
}
.products_sec .item figure .product_item{
    padding: 30px;
    text-align: center;
}
.products_sec .item figcaption h5{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.products_sec .item figcaption p{
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
    color: #000;
}
.products_sec .item figure:hover{
    background-color: var(--secondary-color);
}
.products_sec .item figure:hover .product_item{
    padding: 0px 0px 20px;
    transition: 0.5s all ease;
}
.products_sec .item figure:hover figcaption h5, .products_sec .item figure:hover figcaption p{
    color: #ffffff;
}
.products_sec .owl-theme .owl-nav{
    position: absolute;
    top: -80px;
    right: 0px;
}
.owl-carousel .owl-nav button.owl-next {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: var(--secondary-color);
    background-color: #0000001A;
}
.owl-carousel .owl-nav button.owl-prev{
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
    color: var(--secondary-color);
    background-color: #0000001A;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background: linear-gradient(284deg, rgba(13,76,108,1) 0%, rgba(3,137,95,1) 100%);
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    transition: 0.3s all ease;
}
.owl-carousel .owl-nav button.owl-prev:hover{
    color: #fff;
    background: linear-gradient(284deg, rgba(13,76,108,1) 0%, rgba(3,137,95,1) 100%);
    text-decoration: none;
    opacity: 0.9;
    transition: 0.3s all ease;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: inline-block;
}
.products_sec .owl-theme .owl-dots{
    display: none;
}
/******************************************************* Contact Us Page ************************************************/
.contact_page{
    background-image: url(../img/contact-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact_page .contact_info{
    background-color: #038C5E0D;
    padding: 24px;
}
.contact_page .contact_info .contact_icon{
    width: 52px;
    height: 52px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-color);
    border-radius: 10px;
    margin-right: 12px;
}
.contact_page .contact_info figcaption h6{
    font-size: 16px;
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 10px;
}
.contact_page .contact_info figcaption a{
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.contact_page .contact_info figcaption a:hover{
    text-decoration: underline;
}
.contact_page .contact_form{
    background-color: #038C5E0D;
}
.contact_page .contact_form .form-group input, .contact_page .contact_form .form-group textarea{
    padding: 24px;
    background-color: #FFFFFF;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #00000080;
    border-radius: 0;
}
.contact_page .contact_form .form-group input:focus, .contact_page .contact_form .form-group textarea:focus{
    box-shadow: none;
}
.contact_page .contact_form .form-group textarea{
    height: 186px;
}
.contact_page .contact_form .buttons button{
    width: 100%;
    text-align: center;
    background: linear-gradient(143deg, rgba(13,76,108,1) 8%, rgba(3,137,95,1) 25%);
    color: #ffffff;
    border-radius: 0;
    padding: 20px 0px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}
.contact_page .contact_form .buttons button::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.3em;
    background: linear-gradient(117deg, rgba(13,76,108,1) 54%, rgba(3,137,95,1) 100%);
    transition: opacity 0.5s ease-out;
    z-index: 2;
    opacity: 0;
    color: #ffffff;
}
.contact_page .contact_form .buttons button:hover::after{
    opacity: 1;
}
.contact_page .contact_form .buttons button span{
    position: relative;
    z-index: 3;
}
/******************************************************* About Us Page ************************************************/
.about_page.about_sec, .news {
    background: linear-gradient(180deg, rgba(3, 140, 94, 0.05) 0%, rgba(13, 73, 106, 0.05) 100%);

}
.about_page.about_sec .frame_left, .about_page.about_sec .frame_right{
    width: 100%;
}
.about_page.about_sec .frame_right{
    display: flex;
    justify-content: end;
}
.about_page.about_sec .frame_left .bar, .about_page.about_sec .frame_right .bar{
    height: 42px;
    width: 40%;
    display: block;
    background-color: var(--secondary-color);
}
.about_page.about_sec .frame_right .bar{
    width: 50%;
}
.about_page.about_sec .all_imgs{
    position: relative;
    max-width: 500px;
    height: auto;
    text-align: center;
}
.about_page.about_sec .all_imgs .img_frames .img_frames_top{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.about_page.about_sec .all_imgs .img_frames .img_frames_bottom{
    position: absolute;
    bottom: 0px;
    right: -27px;
    z-index: -1;
}
.about_page.about_sec .all_imgs img.main_img{
    margin-top: 20px;
    max-width: 500px;
    width: 100%;
}
.about_message{
    position: relative;
}
.about_message .features_icon_sec{
    margin-top: 200px;
}
.staticts_sec h5{
    font-size: 16px;
    font-weight: 600;
    color: #00000080;
    margin-bottom: 10px;
}
.staticts_sec .staticts_info{
    text-align: center;
}
.staticts_sec .staticts_info h4.counter{
    font-size: 60px;
    font-weight: 700;
    color: var(--secondary-color);
}
.staticts_sec .staticts_info p{
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    text-transform: capitalize;
    margin-top: 20px;
}
.about_message .group_top_left{
    position: absolute;
    top: 3rem;
    left: 0;
    z-index: -1;
    max-width: 300px;
}
.about_message .group_top_right{
    position: absolute;
    top: 3rem;
    right: 0;
    z-index: -1;
    max-width: 300px;
}
.about_message .group_bottom_left{
    position: absolute;
    bottom: 3rem;
    left: 0;
    z-index: -1;
    max-width: 200px;
}
.about_message .group_bottom_right{
    position: absolute;
    bottom: 3rem;
    right: 0;
    z-index: -1;
    max-width: 200px;
}
/******************************************************* footer .top_footer ************************************************/
footer{
    background-image: url(../img/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}
footer .top_footer{
    padding: 50px;
}
footer .top_footer img{
    width: 150px;
}
footer .top_footer p{
    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    color: #fff;
}
footer .top_footer .links h6{
    font-size: 20px;
    font-weight: 600;
}
footer .top_footer .links li{
    list-style-type: none;
}
footer .top_footer .links a{
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: 0.3s all ease;
}
footer .top_footer .links a:hover{
    color: var(--secondary-color);
    font-weight: 600;
}
footer .top_footer .links a i{
    margin-right: 5px;
}
footer .top_footer .social a, footer .top_footer .links a i{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FFFFFF1A;
    backdrop-filter: blur(10px);
    color: #ffffff;
    margin-right: 15px;
    transition: 0.5s all ease;
}
footer .top_footer .links a i{
    border-radius: 10px;
    padding: 15px;
    width: auto;
    height: auto;
}
footer .top_footer .social a:hover, footer .top_footer .links a:hover i{
    background: linear-gradient(284deg, rgba(13,76,108,1) 0%, rgba(3,137,95,1) 100%);
    color: #fff;
}
footer .top_footer .links hr{
    border: 3px solid #FFFFFF;
    opacity: 1;
    display: inline-block;
    width: 65px;
}
footer .bottom_footer p, footer .bottom_footer p a{
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    padding: 16px 10px;
    color: #ffffffbd;
    border-top: 1px solid #ffffff29;
}
footer .bottom_footer p a{
    color: var(--secondary-color);
    border: 0;
    padding: 0;
}

/******************************************************* RESPONSIVE MODE ************************************************/
@media screen and (min-width:1400px) {
    .products_sec .item figure{
        height: 460px;
    }
}
@media screen and (min-width:1200px) {
    div.banner .banner_info img#vector_banner {
        position: absolute;
        right: 55px;
        top: 155px;
    }
}
@media screen and (max-width:1245px) {
    section.team .clients_item .photo img{
        position: initial;
    }
}
@media screen and (max-width:1095px) {
    .home_banner .owl-slider .item {
        max-height: 400px;
    }
    .home_banner .owl-slider .item .caption .banner_url{
        position: initial;
        margin-top: 15px;
    }
}
@media screen and (max-width:992px) {
    .features_sec .content{
        height: 100%;
    }
    .features_icon_sec{
        padding-bottom: 0;
    }
    .features_icon_sec figure{
        margin-bottom: 90px;
    }
    .about_page.about_sec .all_imgs .img_frames .img_frames_bottom{
        bottom: 0;
    }
    .about_message .group_top_right{
        max-width: 100px;
        top: 0;
    }
    .about_message .group_bottom_right, .about_message .group_top_left{
        display: none;
    }
    .about_message .group_bottom_left{
        max-width: 150px;
        bottom: 0;
    }
}
@media screen and (max-width:690px) {
    .navbar{
        height: 80px;
    }
    .navbar .menu {
        padding-left: 10px;
    }
    .navbar figure#logo_menu img {
        width: 100px;
    }
    .navbar .menu a.lang {
        margin-left: 10px;
        color: #000;
    }
    .home_banner .owl-slider .item .caption .banner_url a{
        padding: 5px 35px;
    }
    .home_banner .item .caption h1 {
        font-size: 30px;
        max-width: 350px;
    }
    .home_banner .item .caption h5{
        font-size: 16px;
    }
    .home_banner .owl-slider .item {
        max-height: 325px;
    }
    .home_banner .owl-slider .item .caption .banner_url{
        bottom: 14%;
    }
    .about_sec .main_content {
        padding: 0px 28px;
    }
    .features_sec .content .main_content{
        margin-right: 25px;
        padding: 24px 28px;
    }
    .products_sec .item figure{
        height: auto;
    }
}
@media screen and (max-width:455px) {
    .owl-theme .custom-nav .owl-next{
        right: 0;
    }
    .owl-theme .custom-nav .owl-prev{
        left: 0;
    }
    .home_banner .item .caption h1 {
        font-size: 24px;
        max-width: 250px;
    }
    .home_banner .owl-slider .item {
        max-height: 215px;
    }
    .home_banner .item .caption h5 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .home_banner .owl-slider .item .caption .banner_url a{
        font-size: 12px;
    }
    .about_sec .all_imgs img.main_img, .features_sec .all_imgs img.main_img {
        width: 350px;
    }
    .about_sec .btn_frame .read_more_btn a{
        width: 70%;
    }
    footer .top_footer{
        padding: 28px 15px;
    }
    footer .top_footer .footer_logo{
        text-align: center;
    }
}


#loading-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    z-index: 9999;
}
.ring
{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:150px;
  height:150px;
  background:transparent;
  /* border:3px solid #3c3c3c; */
  border-radius:50%;
  text-align:center;
  line-height:150px;
  font-family:sans-serif;
  font-size:20px;
  color: var(--secondary-color);
  letter-spacing:4px;
  text-transform:uppercase;
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ring img{
    width: 100%;
}
.ring:before
{
    content: '';
    position: absolute;
    top: 2px;
    left: 1px;
    width: 100%;
    height: 100%;
    border: 5px solid transparent;
    border-top: 5px solid #1fd77e;
    border-right: 5px solid #1fd77e;
    border-radius: 50%;
  animation:animateC 2s linear infinite;
}
.ring span
{
  display:block;
  position:absolute;
  top:calc(50% - -3px);
  left:50%;
  width:50%;
  height:4px;
  background:transparent;
  transform-origin:left;
  animation:animate 2s linear infinite;
}
.ring span:before
{
  content:'';
  position:absolute;
  width:16px;
  height:16px;
  border-radius:50%;
  background: #1fd77e;
  top:-6px;
  right:-8px;
  box-shadow:0 0 20px #1fd77e;
}
@keyframes animateC
{
  0%
  {
    transform:rotate(0deg);
  }
  100%
  {
    transform:rotate(360deg);
  }
}
@keyframes animate
{
  0%
  {
    transform:rotate(45deg);
  }
  100%
  {
    transform:rotate(405deg);
  }
}


.slide_right{
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 1s, transform 1s;
    /* Other styling */
  }
.slide_left{
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 1s, transform 1s;
    /* Other styling */
  }
.slide_right.slide-in, .slide_left.slide-in{
    opacity: 1;
    transform: translateX(0);
  }
  .main_content{
    opacity: 0;
  }
/*.about_sec {
    perspective: 1000px; 
    overflow: hidden;
  }
  
  .products_sec, .about_sec .main_content{
    transform: rotateY(-90deg);
    animation: slideRight 1s ease forwards;
  }
  
  @keyframes slideRight {
    from {
      transform: rotateY(-90deg) translateX(-100%);
    }
    to {
      transform: rotateY(0deg) translateX(0);
    }
  }
  .about_sec .all_imgs{
    transform: rotateY(90deg);
    animation: slideLeft 1s ease forwards;
  }
  
  @keyframes slideLeft {
    from {
      transform: rotateY(90deg) translateX(100%);
    }
    to {
      transform: rotateY(0deg) translateX(0);
    }
  }
  */</pre></body></html>