/* ------------------------------------------ */

:root {
    --main-color: #02a9de;
    --second-color: #182a50;
    --third-color: #142038
}


/*   01 - General & Basic Styles   */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'DinNextRegular';
    font-size: 15px;
    color: #000;
    line-height: 1.8;
    background: #fff;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
}

@font-face {
    font-family: 'DinNextLight';
    src: url('fonts/din-next/light/DinNextLight.eot');
    src: url('fonts/din-next/light/DinNextLight.eot') format('embedded-opentype'), url('fonts/din-next/light/DinNextLight.woff2') format('woff2'), url('fonts/din-next/light/DinNextLight.woff') format('woff'), url('fonts/din-next/light/DinNextLight.ttf') format('truetype'), url('fonts/din-next/light/DinNextLight.svg#DinNextLight') format('svg');
}

@font-face {
    font-family: 'DinNextRegular';
    src: url('fonts/din-next/regular/DinNextRegular.eot');
    src: url('fonts/din-next/regular/DinNextRegular.eot') format('embedded-opentype'), url('fonts/din-next/regular/DinNextRegular.woff2') format('woff2'), url('fonts/din-next/regular/DinNextRegular.woff') format('woff'), url('fonts/din-next/regular/DinNextRegular.ttf') format('truetype'), url('fonts/din-next/regular/DinNextRegular.svg#DinNextRegular') format('svg');
}

@font-face {
    font-family: 'DinNextMedium';
    src: url('fonts/din-next/medium/DinNextMedium.eot');
    src: url('fonts/din-next/medium/DinNextMedium.eot') format('embedded-opentype'), url('fonts/din-next/medium/DinNextMedium.woff2') format('woff2'), url('fonts/din-next/medium/DinNextMedium.woff') format('woff'), url('fonts/din-next/medium/DinNextMedium.ttf') format('truetype'), url('fonts/din-next/medium/DinNextMedium.svg#DinNextMedium') format('svg');
}

@font-face {
    font-family: 'DinNextBold';
    src: url('fonts/din-next/bold/DinNextBold.eot');
    src: url('fonts/din-next/bold/DinNextBold.eot') format('embedded-opentype'), url('fonts/din-next/bold/DinNextBold.woff2') format('woff2'), url('fonts/din-next/bold/DinNextBold.woff') format('woff'), url('fonts/din-next/bold/DinNextBold.ttf') format('truetype'), url('fonts/din-next/bold/DinNextBold.svg#DinNextBold') format('svg');
}

a {
    font-weight: 400;
    text-decoration: none;
    color: #444;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: var(--second-color)
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DinNextMedium';
    color: var(--second-color);
}

.head-fonts {
    font-size: 2.15rem
}

.text-right {
    text-align: left!important;
}


/* =========================================================*/


/* Start Upper Bar  */

.upper-bar {
    padding: .8rem;
}

.upper-bar a {
    margin: 0 15px;
	display:inline-block;
	color:#fff;
}

.upper-bar .icon .fas {
    color:#fff;
    margin-right: 6px;
    font-size: 22px;
    text-align: center;
}

.upper-bar .text {
    color:#fff;
    text-decoration: none;
}

.mr-3 {
    margin-left: 1rem!important;
}


/* End Upper Bar  */


/* ****************************************************************************************   */


/* ****************************************************************************************  */


/* 02 - Navbar Styles */

.navbar {
    margin-bottom: 0;
    padding: 0;
    z-index: 9999;
}

.navbar.scroll {
    box-shadow: 0 0 1px #172a4f;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    /* padding: .2rem .6rem; */
}

.navbar .navbar-brand {
    padding-top: 0;
    margin-right: 0;
}

.navbar .navbar-brand img {
    width: 220px;
}


.navbar .nav-item {
    z-index: 2;
}

.navbar .navbar-nav .nav-link {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    z-index: 999;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #023f7a!important;
	border-bottom: 2px solid #023f7a;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #023f7a!important;
    font-weight: 600;
	border-bottom: 2px solid #023f7a;
}

.navbar .dropdown-menu {
    background-color: var(--second-color);
}

.navbar .dropdown-menu .dropdown-item {
    color: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: inherit;
    color: var(--main-color) !important;
}


/* =========================================================*/


/* 03 - Slider Styles  */

.slider .owl-carousel .owl-nav button.owl-prev,
.slider .owl-carousel .owl-nav button.owl-next {
    padding: 8px 14px !important;
    background-color: rgba(255, 255, 255, .45);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #6363631f;
    position: absolute;
    top: 50%;
}

.slider .owl-carousel .owl-nav button.owl-prev {
    left: 7%;
}

.slider .owl-carousel .owl-nav button.owl-next {
    right: 7%;
}

.slider .owl-carousel .owl-nav button.owl-prev span,
.slider .owl-carousel .owl-nav button.owl-next span {
    font-size: 22px;
    color: var(--second-color);
}


/* =========================================================*/


/*   04 - About Styles   */

.about h2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    margin-bottom: -16px;
    right: 5px;
    background-color: var(--main-color);
    width: 50px;
    height: 7px;
	left:92%;
}

.more_details {
    color: var(--main-color);
}

.about .media .icon {
    width: 70px;
    height: 70px;
    border: 3px solid var(--main-color);
    border-radius: 50%;
    float: left;
    margin: 0 0 0 15px;
    text-align: center;
}

.about .media .icon i {
    font-size: 30px;
    color: var(--main-color);
    padding-top: 16px;
}

.about .media h5 {
    font-size: 16px;
    color: var(--main-color);
}


/* =========================================================*/

h2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 47%;
    height: 7px;
    width: 50px;
    background-color: var(--main-color);
    margin-bottom: -15px;
}

.services .owl-carousel .owl-nav button.owl-prev,
.services .owl-carousel .owl-nav button.owl-next {
    padding: 0 14px !important;
    background-color: #ebe7e7bd;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #6363631f;
    position: absolute;
    top: -85px;
}

.services .owl-carousel .owl-nav button.owl-prev {
    right: 1%;
}

.services .owl-carousel .owl-nav button.owl-next {
    right: 5%;
}

.services .owl-carousel .owl-nav button.owl-prev span,
.services .owl-carousel .owl-nav button.owl-next span {
    font-size: 22px;
    color: var(--second-color);
}


/*=========================================================================*/


/* Products */

.products ul li {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    /* margin-right: 5px; */
}

.products ul li a {
    font-weight: 600;
    font-size: 14px;
}

.products ul .active,
.products ul li:hover {
    color: #fff;
    background-color: var(--main-color);
    border-radius: 5px;
}

.products .item-img {
    position: relative;
    overflow: hidden;
}

.products .item-img img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.products .item-img:hover img {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.products .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.products .item-img:hover .img-overlay {
    opacity: 1;
}

.products .item-img .img-caption {
    position: relative;
    top: 0%;
    left: 0;
    background-color: #000;
    padding: 10px;
    -webkit-transition: top .2s ease;
    transition: top .2s ease
}

.products .item-img:hover .img-caption {
    top: 75%;
}

.products .item-img .img-caption h6 {
    color: #FFF
}

.products .tab-content>.active {
    display: flex;
}


/*=========================================================================*/


/* upper-footer */

.upper-footer {
    background-color: #3e7eae;
}

.upper-footer h5 {
    color: #fff;
    margin-bottom: 20px;
}

.upper-footer h5::after {
    content: "";
    position: absolute;
    bottom: 0px;
    margin-bottom: -14px;
    right: 0px;
    background-color: var(--main-color);
    width: 50px;
    height: 7px;
}

.upper-footer img {
    width: 150px;
}

.upper-footer ul li {
    color: #fff;
    padding: 5px 0;
}

.upper-footer ul a {
    color: #fff;
}

.upper-footer ul a .text {
    line-height: 1.5;
}

.upper-footer .input-group-text {
    color: #fff;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    padding: .375rem .95rem;
    font-size: 1.5rem;
}


/* Footer */

footer {
    padding: 10px;
    background-color: #fff;
}

footer a {
    color: #000;
    font-size: 16px;
}

footer .fa-facebook:hover {
    color: #5D82D1;
}

footer .fa-twitter:hover {
    color: #40BFF5;
}

footer .fa-youtube:hover {
    color: #EB5E4C;
}

footer .fa-linkedin:hover {
    color: #238CC8;
}


/*=========================================================================*/


/*   16 - Scroll Top      */

#scroll-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    background-color: var(--main-color);
    text-align: center;
    right: 5px;
    bottom: 5px;
    position: fixed;
    z-index: 9999;
    display: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}


/* ======================================================================= */


/* About Page */

.header {
    background: url(../img/about.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* min-height: 180px; */
    position: relative
}

.header .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.header .info {
    color: #fff;
    padding: 80px;
    font-size: 40px;
    position: relative;
}

.header .menu-about {
    background:#023f7a;
    position: relative;
    padding: 7px 0;
}

.header .menu-about li {
    display: inline-block;
}

.header .menu-about li a {
    color: #fff;
    padding: 8px 10px;
    border-right: 1px solid #fff;
}

.header .menu-about li a:hover {
    background-color: var(--main-color);
}

.related-product {
    background: #02a9dea6;
    padding: 5px 15px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-top: 20px;
}

.menu-about .crumb-menu li a {
    border: none;
}

.header .menu-about .crumb-menu li a:hover {
    background-color: transparent;
}

.has-error .help-block
{
	color:red;
	font-size:14px;
}

#message
{
	color:#fff;
}
.subscribe
{
	font-size: 14px !important;
    margin: 0 auto;
}

/*////////////addinng///////*/
.upper-bar {
    padding: 2px;
    background: #023f7a;
}

.upper-bar .d-inline-block a
{
	margin: 0 0px;
    border: 1px solid #fff;
    border-radius: 50%;
    min-width: 22px;
    text-align: center;
    font-size: 12px;
}

.current_date
{
	background: #a01117;
    border-radius: 20px;
    text-align: center;
}

.show_in_small
{
	display:none;
}
.show_in_large
{
	display:block;
}

.logo_center
{
	margin-top: -38px;
	padding-right: 90px;
}

.logo_center img
{
	width: 150px;
}

.logo_center a
{
	padding:0;
}
.logo_center2
{
	margin-top: 0px;
	padding-right: 110px;
}

.logo_center2 img
{
	width: 90px;
}

.about p
{
	font-size: 20px;
}

h2.title
{
	text-align:center;
	z-index: 1;
}


h2.title span
{
	padding: 0 15px;
}
h2.title::after {
    content: "";
    position: absolute;
    bottom: 19px;
    right: 0;
    width: 100%;
    left: 0;
	z-index: -1;
}


.about h2.title
{
	color:#ff0000;
}

.about h2.title::after {
    background-color: #ff0000;
}

.about h2.title span
{
	background:#fff;
}

.customer-sec  h2.title
{
	color:#023f7a;
}

.customer-sec  h2.title::after {
    background-color: #023f7a;
}

.customer-sec  h2.title span
{
	background:#f8f9fa;
}
.products h2.title
{
	color:#fff;
}

.products h2.title::after {
    background-color: #fff;
}

.products h2.title span
{
	background:#023f7a;
}

.btn-primary {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.red_bg
{
	background:#023f7a;
}

#myTab li a
{
	color:#fff;
}

#myTab li a:hover
{
	color:#023f7a;
}

.products ul .active, .products ul li:hover {
    color: #023f7a!important;
    background-color: #ffffff;
    border-radius: 30px;
}

.upper-footer h5::after {
    content: "";
    position: absolute;
    bottom: 0px;
    margin-bottom: -14px;
    right: 0px;
    background-color: var(--main-color);
    width: 0px;
    height: 0px;
}

.w-color
{
	color:#fff;
}

.all_news
{
	background:#000;
	border:1px solid #000;
	border-radius:30px;
}

.all_news:hover
{
	background:#505055;
	border:1px solid #505055;
	border-radius:30px;
}

.subscribe
{
	background:#101c2d !important;
	border:1px solid #101c2d !important;
	border-radius:30px;
}

.logo_center a:hover
{
	border-bottom:none !important;
}

.bg-white {
    background-color: transparent !important;
	position: fixed;
}

.navbar .navbar-brand img {
    width: 130px;
}

.scroll2
{
	background-color:#fff;
}

.navbar .navbar-nav .nav-link {
    font-size: 17px;
    color: #040404;
    font-weight: 700;
    z-index: 999;
}

.scroll2 {
    background-color: #fff !important;
    position: fixed;
    right: 0;
    left: 0;
}

.bg_gray
{
	background:#eaeaea;
}

img
{
	max-width:100%;
}

.about h2.title::after {
    background-color: #a5a39c;
}

.about h2.title::after {
    content: "";
    position: absolute;
    bottom: 61px;
    right: 0;
    width: 100%;
    left: 0;
    z-index: -1;
	margin-bottom: -17px;
}

h2.title span img {
    padding: 0px 15px;
}

.about h2.title span img {
    background: #fff;
}

.color_red
{
	color:#023f7a;
}

.about_parallex
{
/*	background: rgba(0,0,0,0.4) url(../img/parallex.jpg) no-repeat fixed; */
    padding: 150px 0;
    background-size: cover;
	position:relative;
	background-color: #023f7a;
}

.overlay
{
	position:absolute;
	top:0;
	width:100%;
	bottom:0;
	background: rgb(249 6 6 / 56%);
}

.about_parallex p, .about_parallex h3
{
	color:#fff;
	position:relative;
	z-index:999;
}

.about_all img
{
	width:120px;
}

.about_all h3
{
	color: #131211;
    font-size: 24px;
}

.about_all p
{
	color: #023f7a;
    font-size: 16px;
}

.bg_gray2 {
    background: #fbfbfb;
}

.more_about
{
	float:left;
}

.value_parallex
{
	background: rgba(0,0,0,0.4) url(../img/value.jpg) no-repeat fixed;
    padding: 190px 0;
    background-size: cover;
	position:relative;
}
.value h2
{
	color:#a5a39c;
	position: relative;
}
.value h2.title::after {
    content: "";
    position: absolute;
    bottom: 13px;
    right: 0;
    width: 53%;
    left: 0;
    z-index: 0;
    margin-bottom: 0;
    right: -56px;
	background: #d5be74;
}

.upper-footer {
    background-color:#3e7eae;
}

.upper-footer h5::after {
    content: "";
    position: absolute;
    bottom: 0px;
    margin-bottom: -14px;
    right: 0px;
    background-color: var(--main-color);
    width: 160px;
    height: 1px;
    background-color: #fff;
}

.subscribe {
    background: #023f7a !important;
    border: 1px solid #a5a39c !important;
    border-radius: 30px;
}

#scroll-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    background-color: #023f7a;
    text-align: center;
    right: 5px;
    bottom: 5px;
    position: fixed;
    z-index: 9999;
    display: none;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
}

.about_title {
    color: #023f7a;
    font-size: 25px;
}

#about-info p
{
	font-size: 16px;
}

.value strong
{
	background: url(../img/value.png) no-repeat;
    background-size: 20px;
    background-position: right;
    padding-right: 27px;
}

.navbar-nav
{
	margin:0 auto;
	margin-right:140px;
}


.animation-element.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.animation-element {
    opacity: 0;
    -moz-transition: all 500ms linear;
    -webkit-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear;
    -moz-transform: translate3d(-100px, 0px, 0px);
    -webkit-transform: translate3d(-100px, 0px, 0px);
    -o-transform: translate(-100px, 0px);
    -ms-transform: translate(-100px, 0px);
    transform: translate3d(-100px, 0px, 0px);
}