/*
 -----------------------------------------------------
| PRODUCT NAME:   WEBSITE NAME
| -----------------------------------------------------
| AUTHOR:     
| -----------------------------------------------------
| EMAIL:     
| -----------------------------------------------------
| COPYRIGHT:        for web solutions
| -----------------------------------------------------
| WEBSITE:      
| -----------------------------------------------------
*/

/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
	border-radius: 10px;
	background-color: #211528;
}
::-webkit-scrollbar
{
    float: right;
	width: 10px;
	background-color: #211528;
}
::-webkit-scrollbar-thumb
{
	/* border-radius: 10px; */
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    background-color: #0A9AD7;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700');

@font-face {
    font-family: KufyanArabicLight;
    src: url("../fonts/ArbFONTS-KufyanArabic-Light.ttf");
}
@font-face {
    font-family: KufyanArabicBold;
    src: url("../fonts/ArbFONTS-KufyanArabic-Bold.ttf"); 
}
@font-face {
    font-family: KufyanArabicBlack;
    src: url("../fonts/ArbFONTS-KufyanArabic-Black.ttf"); 
}
p, a, h2, h3, h4, h5, h6, span, ul, li, MARQUEE, input, button, .textarea, textarea, label, select, tr, table, th{
    font-family: 'KufyanArabicLight', sans-serif;
}
button:focus, button:active:focus, button.active:focus, button.focus, button:active.focus, button.active.focus{
    outline: 0 !important;
}
a{
    cursor: pointer;
}
.container-full .row {
    margin-left: 0;
    margin-right: 0;
}
.pdd_l_0{
    padding-left: 0;
}
.pdd_0{
    padding: 0;
}
/* Hover on image */
.img_hover_0{
    overflow: hidden;
}
.img_hover_0 .img_hover_1{
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.img_hover_0:hover > .img_hover_1{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
/*----------------------------------------*/
/*   Main Button Style
/*----------------------------------------*/
.main_btn{
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    padding-left: 82px;
    font-family: KufyanArabicBlack;
}
.div-button, .div-button-2{
    position: relative;
}
.div-button .main_btn::before{
    content: "";
    width: 72px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 33%;
    background: #ffffff;
    display: inline-block;
}
.main_btn:hover{
    color: #0a9ad7;
}
.div-button .main_btn:hover::before{
    background: #0a9ad7;
}
.main_btn-2{
    color: #ACACAC;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    padding-left: 82px;
    font-family: KufyanArabicBold;
}
.div-button-2 .main_btn-2::before {
    content: "";
    width: 72px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 33%;
    background: #ACACAC;
    display: inline-block;
}
.main_btn-3{
    color: #3c3c3c;
    font-size: 18px;
    padding-left: 64px;
}
.div-button .main_btn::before {
    background: #dadada;
}
.div-button .main_btn-3::before {
    width: 54px;
}
.mrg_t_b30{
    margin: 30px 0;
}

/*----------------------------------------*/
/*   Main Title
/*----------------------------------------*/
.main-sec_title a{
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #0A9AD7;
    position: relative;
}
.main-sec_title h3{
    color: #37355D;
    font-size: 29px;
    line-height: 28px;
    display: block;
    margin: 0px 0px 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: KufyanArabicBlack;
    margin-bottom: 25px;
}
.main-sec_title h3.width_3{
    width: 300px; 
}
/*----------------------------------------*/
/*   Colors
/*----------------------------------------*/
.bg1{
    background: #fff ;
}
.bg2{
    background: #F6FCFF ;
}
.w-color{
    color: #fff !important;
} 
.bg-w-color{
    background: #fff !important;
}




/*----------------------------------------*/
/*  Preloader
/*----------------------------------------*/
/* .pace {
    pointer-events: none;
    user-select: none;
    z-index: 999999999999999;
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    border: 0px;
    height: 5px;
    overflow: hidden;
    background:#fff;
  }
   */
   .pace {
    pointer-events: none;
    user-select: none;
    z-index: 99999999999999;
    position: fixed;
    margin: auto;
    top: 20%;
    left: 5%;
    right: 0;
    bottom: 0;
    width: 320px;
    border: 0px;
    height: 3px;
    overflow: hidden;
    background:#0a9ad7;
  }
  .pace .pace-progress { 
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 200px;
    position: fixed;
    z-index: 99999999999999;
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: 100%;
    background: #fff;
  }
  .title{
    position: absolute;
    right: 40%;
    top: 50%;
    z-index: 999999999999999999999;
  }
  .pace.pace-inactive {
    display: none;
  }
  
  #preloader{
    width:100%;
    height:100vh;
    overflow:hidden;
    position:fixed;
    top: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    background: #0a9ad7;
    z-index: 9999999;
  }
  .p {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 240px;
    height: 145px;
}





/*----------------------------------------*/
/*  STYLE
/*----------------------------------------*/
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {
    max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0;
    color: #777;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'KufyanArabicLight', sans-serif;
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:active, a:hover {
    outline: 0 none;
}
a:hover, a:focus {
    color: #0A9AD7;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #777;
    font-family: 'KufyanArabicLight', sans-serif;
    font-size: 15px;
	text-align: left;
	overflow-x: hidden;
	line-height: 24px;
}
#scrollUp {
    background: #0a9ad7  none repeat scroll 0 0;
    border-radius: 2px;
    bottom: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 20px;
    height: 34px;
    z-index: 99999 !important;
    line-height: 30px;
    /*opacity: 0.6;
    */left: 15px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 34px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
#scrollUp:hover {
    background: #0A9AD7;
    opacity: 1;
}
.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.padd_80{
    padding: 80px 0;
}
.padd_60{
    padding: 60px 0;
}
input, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
}
input:focus, textarea:focus, select:focus {
    outline: none;
}
/* div#preloader { 
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999999999999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url(../img/logo/logo.svg) no-repeat center center;
    background-size: 25%;
} */
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #0A9AD7;
    text-shadow: none;
    color: #fff;
}
::selection {
    background: #0A9AD7;
    text-shadow: none;
    color: #fff;
}
.area-padding{
    padding: 50px 0;
}
/*----------------------------------------*/
/*   Header Area 
/*----------------------------------------*/
header{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 10;
}
.top-h-section{
    background: #fff;
}
/* logo Area */
.navbar-brand img{
    width: 90px;
    height: 60px;
}
/* Contact Info */
.contact-info{
    margin-top: 25px;
}
.contact-info ul li i {
    color: #0A9AD7;
    margin-right: 7px;
}
.contact-info ul li a,.contact-info ul li h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
.contact-info ul li.list-inline-item:not(:last-child) {
    margin-right: 20px;
}
/* Navbar Menu */
.navbar {
    padding-right: 0;
    padding-left: 0;
}
.navbar .navbar-nav .nav-item a{
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: KufyanArabicBlack;
    border-bottom: 2px solid#ffffff00;
    margin-right: 2px
}
.navbar .navbar-nav .nav-item.active a, .navbar .navbar-nav .nav-item a:hover{
    color: #0A9AD7;
    border-bottom: 2px solid#0A9AD7;
}
.dropdown-menu.show{
    display: block !important;

}
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
}

/* rotate caret on hover */
.dropdown .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
} 
.dropdown .dropdown-menu{
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: -2px 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #08284c7d;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown .dropdown-menu .dropdown-item:focus, .dropdown .dropdown-menu .dropdown-item:hover {
    color: #0A9AD7;
    border-bottom: 2px solid#0A9AD7 ;
    text-decoration: none;
    background-color: #f8f9fa00;
}
.dropdown-menu li a:hover{
    border-bottom: 2px solid#f8f9fa00 !important;
}
/* Social Media */
.top-social .social-text{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: KufyanArabicBlack;
    margin-right: 10px;
}
.top-social .social-links{
    display: inline-block;
}
.top-social .social-links a{
    color: #fff;
}
.top-social .social-links a:hover{
    color: #0A9AD7;
}

/*----------------------------------------*/
/*  Slider Area
/*----------------------------------------*/
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.products-carousel .owl-nav button{
    opacity: 1 !important;
    color: #B2B2B2 !important;
    border: 1px solid#B2B2B2 !important;
    width: 40px !important;
    height: 40px !important;
}
.products-carousel .owl-nav button:hover{
    color: #fff !important;
    background: #0A9AD7 !important;
    border: 1px solid#fff !important;
}
.products-carousel .owl-nav button.owl-prev{
    left: -5%;
}
.products-carousel .owl-nav button.owl-next{
    right: -5%;
}
.slider-area {
    margin-top: 70px;
    position: relative;
    z-index: 5;
}
.owl-carousel {
    display: block;
}
.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    /* background: #1a0031d9 none repeat scroll 0 0; */
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(15, 13, 42, 0.75) 0%, rgba(10, 154, 215, 0.52) 100%);
}
.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 60%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px;
}
.layer-1 {
    margin: 0px 0 20px;
}
.layer-2 p {
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    font-weight: 500;
    max-width: 558px;
    margin-bottom: 30px;
}
.layer-1 h1 {
    color: #fff;
    font-size: 65px;
    line-height: 52px;
    margin: 0px 0px 20px;
    max-width: 710px;
    text-transform: uppercase;
    font-weight: bold;
    width: 390px;
    font-family: KufyanArabicBlack;
}
.ready-btn {
	border: 1px solid #0A9AD7;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 20px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
	z-index: 222;
	background: #0A9AD7;
	width: 160px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
.ready-btn:hover{
    color: #fff;
    background: #0A9AD7;
    border: 2px solid #0A9AD7;
    text-decoration: none;
}
.ready-btn.right-btn {
    margin-left: 15px;
    background: transparent;
    border: 2px solid #fff;
	color:#fff;
}
.ready-btn.right-btn:hover{
    background: #0A9AD7;
    border: 2px solid #0A9AD7;
}
.ready-btn.left-btn:hover{
    background: transparent;
    border: 2px solid #fff;
	color:#fff;
}
.layer-1-2 .color {
    color: #0A9AD7;
    font-weight: 900;
}
.owl-nav .owl-prev, 
.owl-nav .owl-next {
    color: #fff !important;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border:2px solid #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transform: rotateY(180deg);
}
.owl-nav .owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.owl-nav .owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel:hover .owl-nav .owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
    transform: rotateY(0);
}
.intro-carousel:hover .owl-nav .owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
    transform: rotateY(0);
}
.intro-carousel:hover .owl-nav .owl-next:hover,
.intro-carousel:hover .owl-nav .owl-prev:hover{
    color:#fff;
    background: #0A9AD7;
    border: 2px solid #0A9AD7 !important;
}
.intro-carousel .owl-item .layer-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3{
    transform: translateY(0);
    opacity: 1;
    text-align: left;
}
.intro-carousel .owl-item.active .slider-images img{
	transform: scale(1.1);
	transition: 10s;
}
.intro-carousel .owl-item img{
    width: 100%;
    height: 540px;
    object-fit: cover;
}

/*--------------------------------*/
/* Best Categories Area
/*--------------------------------*/
.category-div{
    background: #F7FDFF;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.category-div-sm {
    border: 1px solid#9cdcf5;
    padding: 20px;
}
.card-2 .categ_text{
    display: inline-block;
    width: 60%;
    float: left;
    margin-top: 25px;
}
.card-2 .div-image{
    display: inline-block;
    width: 38%;
    margin-top: 0;
}
.card-3 .categ_text{
    margin-bottom: 40px;
}
.title-st1 a{
    color: #37355D;
    font-size: 42px;
    line-height: 36px;
    display: block;
    margin: 0px 0px 20px;
    max-width: 90%;
    text-transform: uppercase;
    font-weight: bold;
    font-family: KufyanArabicBlack;
}
.div-image{
    margin: auto;
    text-align: center;
    margin-top: 20px;
}
.div-image img{
    width: 170px;
    height: 170px;
}
.category-div:hover .category-div-sm{
    background: #47c7f42e;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.category-div:hover .main_btn-2{
    color: #0A9AD7;
    text-decoration: none;
}
.category-div:hover .main_btn-2::before{
    background: #0A9AD7;
}
.div-image .img-002 {
    position: relative;
    z-index: 3;
    opacity: 0;
    transition: 0.5s;
    position: absolute;
    bottom: 41px;
    right: 90px;
    transform: translateX(30px);
    -webkit-transform: translateX(30px);
    -webkit-transition: 0.9s;
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    -o-transform: translateX(30px);
}
.img-hover:hover .div-image .img-001 {
    opacity: 0;
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -webkit-transition: 0.5s;
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
}
.img-hover:hover .div-image .img-002 {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
}

.test{
    background: #f7fdff;
    width: 100%;
    height: 98px;
}


/*--------------------------------*/
/* About Us Area
/*--------------------------------*/
.main-about-info{
    padding: 50px 100px 25px 60px;
    overflow: hidden;
    position: relative;
}
.about_info p{
    font-size: 18px;
    color: #37355d;
}
.about_info{
    padding-left: 30px;
}
.about-img{
    width: 100%;
    height: 595px;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-about-img{
    position: relative;
}
.main-about-img .about-logo-img{
    position: absolute;
    top: 35%;
    right: -8%;
    z-index: 9;
    width: 230px;
    height: 135px;
    background: white;
    padding: 15px;
}
.main-about-img .about-logo-img img {
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid#9cdcf5;
}
/*--------------------------------*/
/* Products Style
/*--------------------------------*/
.product_item{
    border: 1px solid#EEF6FB;
    margin: 7px 0;
}
.product_item_img{
    text-align: center;
    width: 140px;
    height: 140px;
    margin: 25px auto;
}
.product_item_img img{
    width: 100%;
    height: 100%;
}
.product_item_info{
    background: #F6FCFF;
    padding: 15px;
}
.product_item_info a{
    display: block;
}
.product_item_info .categ-link{
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    color: #0A9AD7;
    position: relative;
}
.product_item_info .categ-link:hover{
    color: #066d98;
}
.product_item_info .product-link{
    color: #000000;
    line-height: 18px;
    font-size: 16px;
}
.product_item_info .product-link:hover{
    color: #066d98;
}
.div-image.product_item_img .img-002 {
    width: 140px;
    height: 140px;
    bottom: 123px;
    right: 73px;
}

/*--------------------------------*/
/* Applications Area
/*--------------------------------*/
.applications-area{
    position: relative;
}
.applications-area .container{
    position: relative;
}
.app-are {
    padding: 25px 15px;
    box-shadow: 1px 1px 20px #0808080a;
}
.app_div{
    background: url(../img/background/img_01.jpg) fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
}
.app_div::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(230deg, rgba(10, 154, 215, 0.52) 0%, rgba(15, 13, 42, 0.75) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.app-item{
    position: relative;
}
.app-item-img{
    width: 100%;
    height: 300px;
    position: relative;
}
.app-item-img::before{
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(15, 13, 42, 0.52) 0%, rgba(10, 154, 215, 0.42) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.app-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.app_item_info {
    position: absolute;
    bottom: 20px;
    left: 16px;
}
.title-sm.main-sec_title a{
    font-size: 12px;
    letter-spacing: 0;
}
.title-sm.main-sec_title .app_t_l {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 21px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: KufyanArabicBlack;
}
.padd_0{
    padding-right: 7px;
    padding-left: 7px;
}
a.app_t_l:hover{
    color: #0A9AD7 !important;
}


/*--------------------------------*/
/* Blog Area
/*--------------------------------*/
.title-sm.main-sec_title p{
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    color: #0A9AD7;
    position: relative;
    padding: 0;
    margin: 0;
}
.blog_item{
    position: relative;
    margin: 10px 0;
}
.blog_item::before{
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
    border: 1px solid#9cdcf5;
    z-index: 2;
}
.blog_item .app_item_info{
    position: absolute;
    bottom: 30px;
    left: 33px;
    padding-right: 30px;
    z-index: 5;
}


/*--------------------------------*/
/* Support Area
/*--------------------------------*/
.terms-info h3 {
    color: #37355D;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
}
.terms-info p{
    color: #000;
    font-size: 16px;
    margin-top: 10px;
}



/*--------------------------------*/
/* Footer
/*--------------------------------*/
.main_footer{
    background: url(../img/background/footer.png) top center no-repeat;
    background-size: 100%;
    position: relative;
}
.main_footer::before{
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(90deg, rgba(15, 13, 42, 0.75) 0%, rgba(10, 154, 215, 0.52) 100%);
}
.main_footer .container{
    background: #fff;
    padding-top: 40px;
    position: relative;
    z-index: 9;
}
.footer_about .logo{
    width: 150px;
    height: 90px;
    margin-bottom: 15px;
}
.footer_about .logo img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.f-about-info{
    font-size: 16px;
}
.f-about-info p{
    padding: 0;
    margin: 0;
    color: #000;
}
.footer_about .contact-info {
    margin: 15px 0;
}
.footer_links h3{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #000;
}
.footer_links h3::before{
    content: "";
    width: 15px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 33%;
    background: #0A9AD7;
    display: inline-block;
}
.footer_links ul {
    padding-left: 15px;
}
.footer_links ul li a{
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    padding: 3px 0;
    display: block;
    font-family: KufyanArabicBold;
}
.footer_links ul li a:hover {
    color: #0A9AD7;
}
.newsletter p{
    color: #000;
    font-size: 16px;
    padding: 3px 0;
    display: block;
    line-height: 18px;
    font-family: KufyanArabicBold;
    margin: 0;
}
.suscribe-input {
    position: relative;
}
.submit-btn{
    position: absolute;
    right: 0px;
    bottom: 7px;
    padding: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    font-family: KufyanArabicBlack;
    font-weight: 600;
}
.submit-btn:hover{
    color: #0A9AD7; 
}
.suscribe-input input{
    border: 0;
    border-bottom: 1px solid#000;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    color: #0095d4;
}
.footer-social{
    margin-top: 20px;
}
.footer-social .social-text {
    display: block;
    color: #000;
}
.footer-social .social-links a {
    display: block;
    color: #4C4C4E;
}
.footer-social ul{
    padding-left: 0;
}
/* Copy Right */
.copy_right{
    text-align: center;
    color: #fff;
    background: #0A9AD7;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    padding: 12px 20px;
}
.copy_right p{
    color: #fff;
    padding: 0;
    margin: 0;
}

/* - // - // - FOOTER END :    - // - //  */


/*--------------------------------*/
/* Main Area in all pages
/*--------------------------------*/
.main-area{
    background: url(../img/background/img_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
    padding-top: 170px;
    position: relative;
}
.main-area::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(230deg, rgba(10, 154, 215, 0.65) 0%, rgba(4, 35, 72, 0.98) 100%);
    position: absolute;
    top: 0;
    left: 0;
}
.breadcrumb-links{
    padding: 15px 0;
}
.breadcrumb-links li:not(:last-child):after{
    display: inline-block;
    padding-left: .5rem;
    color: #0a9ad7;
    content: "/";
}
.breadcrumb-links li{
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: KufyanArabicBlack;
    font-weight: 600;
    color: #fff;
}
.breadcrumb-links li:last-child{
    display: block;
    font-size: 24px;
    margin: 6px 0;
    letter-spacing: 1px;
}
.breadcrumb-links li a{
    color: #0a9ad7;
}
.breadcrumb-links li a:hover{
    color: #57cdff;
}

/*--------------------------------*/
/*  About Us Page
/*--------------------------------*/
.cont_padd{
    padding: 0 75px;
}
.more_a_details{
    margin: 30px 0;
}
/* More Info Area */
.i_item{
    background: #fff;
    padding: 20px 15px;
    margin: 10px 0;
}
.i_item .i_item_title img{
    width: 45px;
    height: 46px;
    display: inline-block;
    margin-right: 15px;
    float: left;
    object-fit: scale-down;
}
.i_item .i_item_title h3{
    font-size: 18px;
    display: inline-block;
    width: 76%;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
}
.i_item .i_item_info p{
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin: 0;
    margin-top: 6px;
    padding: 0;
}

/*--------------------------------*/
/* Contact Us Page
/*--------------------------------*/
form input{
    margin-bottom: 15px;
}
.contact-info-area ul li{
    margin: 10px 0;
}
.contact-info-area ul li h4,.contact-info-area ul li a{
    font-size: 18px;
}

/*--------------------------------*/
/* Products and Services Page
/*--------------------------------*/
.products_list {
    margin-bottom: 30px;
}
.p_title{
    background: #E6F8FE;
    padding: 15px;
    border-bottom: 1px solid#A5DAF3;
}
.p_title h3{
    color: #37355D;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
#accordion .panel{
    border:0px none;
    box-shadow:none;
}
#accordion .panel-heading{
    margin-top: 15px;
    border-bottom: 1px solid#E1EFF6;
    padding-bottom: 15px;
}
#accordion .panel-title{
    padding: 0;
    margin: 0;
}
#accordion .panel-title a {
    display: block;
    position: relative;
    /* color: #0a9ad7; */
    color: #21678A;
    font-size: 15px;
    padding-left: 20px;
    font-family: KufyanArabicBlack;
    text-transform: uppercase;
    transition: all 0.10s linear 0s;
    -webkit-transition: all 0.10s linear 0s;
    -moz-transition: all 0.10s linear 0s;
    -ms-transition: all 0.10s linear 0s;
    -o-transition: all 0.10s linear 0s;
}
#accordion .panel-title a.collapsed:before{
    content:"";
    border: 0px none;
}

#accordion .panel-title a.active{
    border-bottom: 1px solid#E1EFF600;
    color: #0a9ad7;
}
.serv-link-p{
    margin-top: 15px;
    border-bottom: 1px solid#E1EFF6;
    padding-bottom: 15px;
}
.serv-link{
    display: block;
    position: relative;
    /* color: #0a9ad7; */
    color: #21678A;
    font-size: 15px;
    padding-left: 20px;
    font-family: KufyanArabicBlack;
    text-transform: uppercase;
    padding-left: 25px;
}
.serv-link::before {
    content: "";
    width: 16px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 33%;
    background: #d9ecf5;
    display: inline-block;
}
.serv-link.active{
    color: #0a9ad7;
}
.collapsible-link::after{
    content: '';
    width: 2px;
    height: 11px;
    background: #21678A;
    position: absolute;
    top: 5px;
    left: 7px;
    display: block;
    transition: all 0.3s;
    opacity: 1;
}
.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}
.collapsible-link::before{
    content: '';
    width: 10px;
    height: 2px;
    background: #21678A;
    position: absolute;
    top: 9px;
    left: 3px;
    display: block;
    transition: all 0.3s;
}
.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
    opacity: 0;
}
#accordion .panel-body{
    border-top:0 none;
    color:#fff;
}
.panel-group{
    padding: 0 10px;
}
.panel-body ul li{
    border-bottom: 1px solid#F1F1F1;
    padding: 10px 0;
}
.panel-body ul li:last-child{
    border-bottom: 0px solid#F1F1F1;
}
.panel-body ul li a{
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 25px;
    color: #21678A;
    position: relative;
}
.panel-body ul li a::before{
    content: "";
    width: 16px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 33%;
    background: #d9ecf5;
    display: inline-block;
}
.panel-body ul li a.active, .panel-body ul li a:hover, .panel-body ul li a:active, .panel-body ul li a.active{
    color: #0A9AD7;
}
.panel-body ul li a.active i, .panel-body ul li a:hover  i, .panel-body ul li a:active i{
    color: #0A9AD7;
    transition: .5s ease-out !important;
}
.panel-collapse{
    margin-bottom: 20px;
    border-bottom: 1px solid#E1EFF6;
}

/*--------------------------------*/
/* .End CSS
/*--------------------------------*/
.xzoom-container {
    display: inline-block;
    width: 100%;
}
.xzoom3 {
    width: 100%;
    box-shadow: none;
    height: 330px;
    object-fit: scale-down;
    border: 1px solid rgb(198, 220, 232);
}
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5{
    border: 1px solid rgb(198, 220, 232);
}
.xzoom-thumbs {
    text-align: center;
    margin: 10px 0;
}
.xactive {
    box-shadow: none;
    border: 1px solid#0A9AD7;
}
/* produt details text */
.prd_title h3{
    color: #37355D;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 23px;
    width: 80%;
}
.prd_text{
    background: #F6FCFF;
    padding: 20px;
    margin: 20px 0;
}
.prd_text p{
    color: #37355D;
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.f_text h5{
    font-weight: 600;
    color: #37355D;
    text-transform: uppercase;
    font-size: 18px;
}
.f_text ul li{
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.f_text ul li p{
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #37355D;
}
.f_text ul li::before{
    content: "";
    width: 5px;
    height: 1px;
    background: #37355D;
    position: absolute;
    left: 0;
    top: 14px;
}
.p-btn-00{
    border-radius: 0;
    padding: 8px 25px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.p-btn{
    margin-top: 30px;
}
.pdf-btn{
    background: #FFF7F7;
    border: 1px solid#CC4B4C;
    color: #CC4B4C;
}
.pdf-btn:hover{
    background: #CC4B4C;
    color: #fff;
}
.pdf-btn img{
    width: 26px;
    height: 26px;
    margin-right: 8px;
}
.contact-btn{
    background: #F6FCFF;
    border: 1px solid#0A9AD7;
    color: #0A9AD7;
}
.contact-btn:hover{
    background: #0A9AD7;
    color: #fff;
}
.share-social{
    margin-top: 20px;
}
.share-social .social-text{
    color: #37355D;
    text-transform: none;
}
.share-social .social-links li a{
    color: #4C4C4E;
}
/* table */
.specifications-area .container { 
    padding-top: 20px;
    padding-bottom: 20px;
}
.product_details_more_info .main_title{
    margin: 20px 0;
}
.product_details_more_info .main_title h3{
    color: #37355D;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F4F9FC;
}
.table-hover tbody tr:hover{
    background-color: #F4F9FC;
}
table.table{
    background: #fff;
    padding: 5px
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #ffffff;
    border-right: 3px solid#FFF;
    font-weight: normal;
}
tr{
    font-size: 16px;
    font-family: 'KufyanArabicLight', sans-serif;
    color: #000;
    font-weight: normal;
}
.table td, .table th{
    min-width: 200px;
}
thead tr{
    background: #65A6CE;
    color: #fff;
}
.table-2.table td, .table-2.table th {
    min-width: 110px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    line-height: 19px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ffffff;
}
.product-note h6{
    color: #37355D;
}
.product-note p{
    padding: 0;
    margin: 0;
    color: #37355D;
}
.modal_form input.form-control {
    background: #f4f8ff;
    border: 1px solid#DCEDF5;
    height: calc(3.25rem + 0px);
    padding: 10px 20px;
    font-size: 18px;
    color: #304457;
}
.modal_form textarea{
    background: #f4f8ff;
    border: 1px solid#DCEDF5;
}
.contact_modal .main-sec_title h3{
    margin-bottom: 0;
    font-size: 28px;
}
.modal_form .form-group label{
    color: #37355D;
    font-weight: 600;
}

/*--------------------------------*/
/* Blog Details
/*--------------------------------*/

.blog-d-image img{
    width: 100%;
    height: 460px;
    object-fit: cover;
}
.blog-all-details{
    padding: 20px;
}
.blog-d-title p{
    font-size: 14px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    color: #0A9AD7;
    position: relative;
    padding: 0;
    margin: 0;
}
.blog-d-title h3{
    color: #37355D;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 23px;
}
.blog-d-info{
    padding: 0 20px;
}
.blog-d-info h5 {
    font-weight: 600;
    color: #37355D;
    font-size: 18px;
    margin: 20px 0 5px 0;
    padding: 0;
}
.blog-d-info p{
    font-size: 16px;
    color: #37355D;
}
.s-blogs{
    padding: 10px;
    margin-bottom: 20px;
}
.s-blog-img{
    display: inline-block;
    float: left;
    width: 78px;
    height: 72px;
    margin-right: 10px;
}
.s-blog-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.s-blog-item{
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid#F1F1F1;
}
.s-blog-d-title{
    display: inline-block;
    width: 73%;
}
.s-blog-d-title p{
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    color: #0A9AD7;
    position: relative;
    padding: 0;
    margin: 0;
}
.s-blog-d-title a{
    color: #37355D;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    display: block;
}
.s-blog-d-title a:hover{
    color: #0A9AD7;
}
.blog-tags ul li{
    margin-right: 5px !important;
}
.blog-tags ul li a{
    padding: 2px 8px;
    margin: 2px 0;
    display: block;
    background: #DCF4FF;
    color: #157198;
    font-size: 13px;
}


/*--------------------------------*/
/* Application
/*--------------------------------*/
.app-block {
    background: #F6FCFF;
    min-height: 240px;
    margin: 8px 0;
}
.app-block-img{
    display: inline-block;
    width: 40%;
    height: 240px;
    background: #F6FCFF;
    float: left;
}
.app-block-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.app-block-info{
    display: inline-block;
    width: 60%;
    padding: 20px;
}
.app-block-info a.a-title {
    color: #37355D;
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 21px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-family: KufyanArabicBlack;
}
.app-block-info a.a-title:hover{
    color: #0a9ad7;
}
.app-block-info p{
    color: #333333;
    font-size: 16px;
    margin-bottom: 20px;
}
.app-block-info .div-button{
    /* position: absolute;
    bottom: 20px; */
}
.app-block-2 .app-block-img{
    width: 100%;
}
.app-block-2 .app-block-info{
    width: 100%;
}
.app-block-2 .app-block-info a.a-title {
    font-size: 16px;
    margin-bottom: 0;
}
form label{
    color: #37355D;
    font-weight: 600;
    display: block;
}
#myfile{
    position: relative;
}
#myfile:before {
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 6;
    font-size: 14px;
    display: block;
    content: "Browse";
    padding: 4px 21px;
    color: #fff;
    background-color: #0a9ad7;
}
/*--------------------------------*/
/* .End CSS
/*--------------------------------*/

