
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

html {
    scroll-behavior: smooth;
}

html ::-webkit-scrollbar {
    width: 10px;
    background-color: #111d2c;
    cursor: pointer; direction: rtl;

}

html ::-webkit-scrollbar-thumb {
    background: linear-gradient(160deg, #3c76ba, #1e428b);
    width: 10px;
    border-radius: 5px;
}

html ::-webkit-scrollbar-thumb:hover {
    background: #379dc3;
    cursor: pointer;
}

body {
    background: #eee;
    font-family: 'cairo';
    padding: 100px 0;
    direction: rtl;
}





















/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/



.logo_section {
    text-align: center;
}
.logo {
    float: left;
}
nav.main-menu {
    float: right;
    margin-left: 0;
}
.menu-area-main li:hover a,
.menu-area-main li:focus a {
    color: #4ac9f0;
}
.menu-area-main li.active a {
    color: #4ac9f0;
}
.right_cart_section {
    float: right;
    width: auto;
}
.right_cart_section ul {
    float: left;
    min-height: auto;
    margin: 0;
    padding: 12px 0 0;
}
.right_cart_section .cart_icons {
    padding: 18px 0 0;
}
.main-menu ul>li nth:child(5) a {
    padding-right: 0px;
}
.right_cart_section ul li {
    float: left;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-right: 30px;
}
.right_cart_section ul.cart_update li {
    font-size: 13px;
    color: #ccc;
    line-height: normal;
    margin: 0;
    font-weight: 300;
}
.right_cart_section ul.cart_update li span {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 21px;
}
.right_cart_section ul li i {
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    color: #fff;
    font-size: 21px;
}
.right_cart_section ul li a {
    color: #fff;
}
















  .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    padding: 0 30px;
  }
  .container .thumbex {
    margin: 10px 20px 30px;
    width: 100%;
    min-width: 250px;
    max-width: 435px;
    height: 310px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    outline: 2px solid white;
    outline-offset: -15px;
    background-color: rgb(34, 80, 136);
    box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
    padding-top: 1%;
    padding-bottom: 1%;
  }
  .container .thumbex .thumbnail {
    overflow: hidden;
    min-width: 250px;
    height: 280px;
  
    position: relative;
    opacity: 0.88;
    backface-visibility: hidden;
    transition: all 0.4s ease-out;
  }
  .container .thumbex .thumbnail img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    height: 115%;
    width: auto;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
  }
  .container .thumbex .thumbnail span {
    position: absolute;
    z-index: 2;
    top: calc(150px - 20px);
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    
    text-align: center;
    vertical-align: middle;
    font-size: 24px;
    color: rgb(226, 248, 58);
   
    font-weight: bold;
    font-family: "cairo";
    letter-spacing: 0.2px;
    transition: all 0.3s ease-out;
  }
  .container .thumbex .thumbnail:hover {
    backface-visibility: hidden;
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
  .container .thumbex .thumbnail:hover span {
    opacity: 0;
  }















h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ol,
ul,
li,
img,
span,
input,
form,
label,
.btn,
.navbar,
.navbar-brand {
    margin: 0;
    padding: 0; direction: rtl;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection,
p::selection,
a::selection,
ol::selection,
ul::selection,
li::selection,
img::selection,
span::selection,
input::selection,
form::selection,
label::selection,
.btn::selection,
.navbar::selection,
.navbar-brand::selection {
    color: #fff;
    background: #187fcc;
    text-shadow: 1px 1px 1px #333; 
}

ol,
ul,
li {
    list-style-type: none;
}

a,
a:hover {
    text-decoration: none;
    color: #333;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

h1 {
    font-size: 50px;
    color: #111;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    color: #111;
    font-weight: 600;
}

h3 {
    font-size: 35px;
    color: #111;
    font-weight: 600;
}

h4 {
    font-size: 30px;
    color: #111;
    font-weight: 600;
}

h5 {
    font-size: 25px;
    color: #111;
    font-weight: 600;
}

h6 {
    font-size: 18px;
    color: #111;
}

p {
    font-size: 14px;
    color: #111;
}

.ptb-50 {
    padding: 50px 0px;
}

.mtb-15 {
    margin: 15px 0;
}


/* ==== Scoll  = Start ===== */
.totop {
    position: relative;
    top: 50px;
    right: 10px;
    height: 45px;
    width: 45px;
    cursor: pointer;
    display: none;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    border-radius: 5px 5px 0 0;
    line-height: 47px;
    font-size: 20px;
    text-align: center;
}

.totop:hover {
    line-height: 40px;
    color: #fff;
    background: #194274;
    text-shadow: 0 0 5px #000;
}

/* ==== Scoll  = End ===== */




/* ==== Header  = Start ===== */
.header_part {
    background: #88bdeb;

 
  
}

.header_part h4 {
    color: #fff; direction: rtl;
    padding: 10px;
}

.header_part img {
    float: left;
    height: 60px;
    border-radius: 50%;
}







/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/



.logo_section {
    text-align: center;
}
.logo {
    float: left;
}
nav.main-menu {
    float: right;
    margin-left: 0;
}
.menu-area-main li:hover a,
.menu-area-main li:focus a {
    color: #4ac9f0;
}
.menu-area-main li.active a {
    color: #4ac9f0;
}
.right_cart_section {
    float: right;
    width: auto;
}
.right_cart_section ul {
    float: left;
    min-height: auto;
    margin: 0;
    padding: 12px 0 0;
}
.right_cart_section .cart_icons {
    padding: 18px 0 0;
}
.main-menu ul>li nth:child(5) a {
    padding-right: 0px;
}
.right_cart_section ul li {
    float: left;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-right: 30px;
}
.right_cart_section ul.cart_update li {
    font-size: 13px;
    color: #ccc;
    line-height: normal;
    margin: 0;
    font-weight: 300;
}
.right_cart_section ul.cart_update li span {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 21px;
}
.right_cart_section ul li i {
    margin-right: 10px;
    margin-top: 5px;
    float: left;
    color: #fff;
    font-size: 21px;
}
.right_cart_section ul li a {
    color: #fff;
}

/*-- end header middle --*/
.top-bar-info {
    background: #111111;
    padding: 5px 0px;
}
.top-menu-left {
    float: left;
}
.top-menu-left li {
    position: relative;
    display: inline-block;
    margin-right: 11px;
    padding-right: 12px;
}
.top-menu-left li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    height: 10px;
    border-right: 1px dotted #999;
}
.top-menu-left li:last-child::before {
    display: none;
}
.top-menu-left li:last-child {
    padding: 0px;
    margin: 0px;
}
.top-menu-left li a {
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}
.top-menu-left li a:hover {
    color: #38c8a8;
}
.right-dropdown-language {
    float: right;
    margin-left: 12px;
}
.dropdown-bar .dropdown-link {
    position: absolute;
    z-index: 1009;
    top: 40px;
    left: 0;
    right: auto;
    min-width: 50px;
    padding: 15px;
    background: #ffffff;
    list-style: none;
    border: 2px solid #38c8a8;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    -o-transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    transition: opacity 0.2s ease 0s, visibility 0.2s linear 0s;
    text-align: left;
}
.dropdown-bar:hover .dropdown-link {
    opacity: 1;
    visibility: visible;
    top: 25px;
}
.dropdown-bar.right-dropdown-language>a::after {
    font-family: 'FontAwesome';
    content: "\f107";
    text-decoration: none;
    padding-left: 4px;
    color: #ffffff;
}
.right-dropdown-language>a {
    line-height: 10px;
    padding: 5px 5px;
    cursor: pointer;
}
.dropdown-bar .dropdown-link li a {
    color: #111111;
    display: block;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 0;
}
.dropdown-bar .dropdown-link li a:hover {
    color: #38c8a8;
}
.dropdown-bar .dropdown-link li a img {
    margin-right: 7px;
}
.dropdown-bar .dropdown-link li.active {
    font-weight: bold;
}
.right-dropdown-language .dropdown-link {
    min-width: 100px;
    padding: 7px 10px;
    color: #111111;
}
.dropdown-bar {
    position: relative;
    padding: 0 5px;
    font-size: 13px;
}
.dropdown-bar .dropdown-link.right-sd {
    left: auto;
    right: 0;
}
.right-dropdown-currency {
    float: right;
    margin-left: 12px;
}
.dropdown-bar.right-dropdown-currency>a::after {
    font-family: 'FontAwesome';
    content: "\f107";
    text-decoration: none;
    padding-left: 4px;
    color: #ffffff;
}
.right-dropdown-currency>a {
    line-height: 10px;
    padding: 5px 5px;
    cursor: pointer;
    color: #ffffff;
}
.right-dropdown-currency .dropdown-link {
    min-width: 100px;
    padding: 7px 10px;
    color: #111111;
}
.right-dropdown-currency .dropdown-link {
    min-width: 55px;
    padding: 7px 10px;
}
.right-dropdown-currency .dropdown-link li a span.symbol {
    margin-right: 7px;
}
#login-modal .modal-content {
    border-radius: 0px;
}
#login-modal .modal-content .modal-header {
    background: #38c8a8;
    border-radius: 0;
}
#login-modal .modal-content .modal-body .form-group input {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
}
#login-modal .modal-content .modal-body .form-group input:focus {
    border: 1px solid #c8c8c8 !important;
}
#login-modal .modal-content form {
    margin-bottom: 10px;
}
.modal-title {
    padding: 0px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}
.btn-template-outlined {
    background: #111111;
    color: #ffffff;
    border: none;
    border-radius: 0px;
}
.btn-template-outlined i {
    padding-right: 10px;
}
.text-muted {
    padding: 10px 0px;
}
.slogan-line {
    float: right;
    color: #ffffff;
    font-size: 13px;
}
.middle-area {
    padding: 30px 0px;
}
.header-search {
    padding: 3px 0px;
}
.header-search form {
    position: relative;
    -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.2);
}
.header-search .btn-group.bootstrap-select {
    position: absolute;
    left: 0px;
    top: 0px;
}
.header-search input {
    width: 100%;
    min-height: 45px;
    border-radius: 0px;
    border: none;
    padding-left: 15px;
    border: 1px solid #e0e7ed;
}
.header-search form .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    color: #fff;
    font-size: 20px;
    padding: 4px 15px;
    border-radius: 0px;
    background-color: #38c8a8;
    cursor: pointer;
}
.header-search form .search-btn:hover {
    background: #111111;
}
.cart-box {
    float: right;
    margin-left: 10px;
    position: relative;
}
.cart-content-box {
    position: absolute;
    z-index: 1009;
    top: 40px;
    left: auto;
    right: 0;
    min-width: 250px;
    max-width: 250px;
    padding: 15px;
    background: #ffffff;
    list-style: none;
    border: 2px solid #38c8a8;
    opacity: 0;
    visibility: hidden;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: left;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.cart-box:hover .cart-content-box {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.inner-cart {
    background: #38c8a8;
    border-radius: 2px;
    padding: 0px;
    color: #ffffff;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
}
.cart-box .inner-cart:hover {
    color: #ffffff;
}
.line-cart {
    float: left;
    line-height: 40px;
    margin-right: 9px;
}
.cart-box a {
    display: inline-block;
}
.cart-box a:hover {
    color: #38c8a8;
}
.cart-box a span.icon {
    background: #38c8a8;
    width: 30px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    position: relative;
    border-radius: 2px;
}
.cart-box a .p-up {
    position: absolute;
    right: -8px;
    top: -8px;
    line-height: initial;
    background: #38c8a8;
    padding: 3px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 12px;
    text-align: center;
    line-height: 10px;
}
.wish-box {
    float: right;
}
.wish-box a {
    display: inline-block;
}
.wish-box a:hover {
    color: #38c8a8;
}
.wish-box a span.icon {
    background: #38c8a8;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    position: relative;
    border-radius: 2px;
}
.wish-box a span.icon:hover {
    background: #111111;
}
.cart-content-right {
    padding: 5px 0px;
}
.cart-content-box .items {
    text-align: center;
}
.product-media {
    width: 60px;
    float: left;
    position: relative;
}
.cart-content-box .items:hover .product-media::before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.product-media::before {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #38c8a8;
    opacity: 0.4;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.cart-content-box .items .item .remove {
    position: absolute;
    right: 0px;
    top: 0px;
    background: #38c8a8;
    color: #ffffff;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border-radius: 2px;
}
.cart-content-box .items .item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e7ed;
    position: relative;
}
.cart-content-box .items .item .product-info {
    padding-top: 10px;
    padding-left: 71px;
    text-align: left;
}
.cart-content-box .items .item .remove:hover {
    background: #111111;
}
.subtotal {
    text-align: left;
    text-transform: capitalize;
    color: #38c8a8;
    font-weight: 500;
    margin-bottom: 15px;
}
.subtotal span {
    font-weight: bold;
    color: #111111;
    padding-left: 15px;
    float: right;
}
.actions .btn-process {
    padding: 5px 16px;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    border-radius: 2px;
    overflow: hidden;
}
.actions .btn-process:hover {
    color: #ffffff;
}
.line-cart {
    position: relative;
}
.wish-box a span.icon span {
    position: absolute;
    right: -8px;
    top: -8px;
    line-height: initial;
    background: #38c8a8;
    padding: 3px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: 12px;
}
.main-menu {
    text-align: center;
}
.main-menu ul {
    margin: 0;
    list-style-type: none;
}
.main-menu ul>li {
    display: inline-block;
    position: relative;
}
.main-menu ul>li a {
    padding: 21px 25px 0 25px;
    line-height: 20px;
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #0f0901;
}
.main-menu ul li:last-child a {
    padding-right: 0;
}
.sub-down li {
    background: #ffffff;
}
.main-menu ul>li .sub-down li a {
    color: #114c7d;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 300;
    padding: 12px 5px;
    position: relative;
    border-bottom: solid #eee 1px;
}
.main-menu ul>li .sub-down li a::before {}
.main-menu ul>li .sub-down li a:hover {
    color: #111111;
}
.main-menu ul>li .sub-down li a:hover::before {}
.main-menu ul li:first-child {
    margin-left: 0;
}
.main-menu ul>li>ul {
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 240px;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.main-menu>ul>li:hover>ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
}
.main-menu ul>li>ul>li {
    margin: 0px;
    position: relative;
    display: block;
}
.main-menu ul>li>ul>li:hover>ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
    left: 100%;
    top: 10px;
}
.main-menu ul>li>ul>li>a {
    background: none !important;
}
.mean-container .mean-nav {
    margin-top: 0px;
    position: absolute;
    top: 100%;
}
.main-menu ul>li {
    position: inherit;
    display: inline-block;
    vertical-align: middle;
}
.main-menu ul>li:nth-child (6) {
    padding-right: 0px;
}
.nav>li {
    position: inherit;
    display: inline-block;
    vertical-align: middle;
}
.megamenu .sub-down {
    max-width: 1140px;
    width: 100%;
    left: 0;
    margin: 0 auto;
    right: 0;
    padding: 15px 0px;
}
.sub-full {}
.simple-down {
    padding: 15px;
}
.megamenu-categories {
    padding: 10px 0px;
}
.sub-full.megamenu-categories li {
    display: block;
}
.megamenu .sub-full.megamenu-categories ol li a {
    padding: 5px 0px;
    font-size: 15px !important;
    font-weight: 500;
}
.sub-full.megamenu-categories ol li .category-title {
    padding: 15px 0px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.sub-full.megamenu-categories ol li .category-box a {
    padding: 5px 0px;
}
.menu-add {
    padding: 30px 15px;
}
.menu-add img {
    width: 100%;
}
.main-w img {
    width: 100%;
}























/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/
.head {
    background: #023041;
    height: 50px;
}
ul.email_call {
    padding-top: 12px;
}
ul.email_call li {
    display: inline-block;
}
ul.email_call li a {
    color: #fff;
    padding-right: 60px;
}
ul.email_call li a img {
    padding-right: 10px;
}
ul.social_icon {
    float: right;
    padding-top: 12px;
}
ul.social_icon li {
    display: inline-block;
    margin: 0 4px;
}
ul.social_icon li a {
    color: #023041;
    background: #4ac9f0;
    width: 28px;
    height: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 105px;
    font-size: 17px;
}
ul.social_icon li a:hover {
    color: #fff;
}
.header-top {
    background: url(../images/banner1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 90px;
}
.header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 15px 40px;
}
.logo a {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
}


















/* ==== Data table  = Start ===== */

.data_table{
   background: #fff;
    padding: 15px;
    box-shadow: 1px 3px 5px #aaa;
    border-radius: 5px;
}

.data_table .btn{
    padding: 5px 10px;
    margin: 10px 3px 10px 0;
}

.data_table .btn{color:#fcfcd6;background-color:steelblue;border-color:steelblue}.btn:hover{color:#212529;background-color:rgb(124, 189, 243);border-color:rgb(42, 88, 126)}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem rgb(124, 189, 243)}.btn.disabled,.btn:disabled{color:#212529;background-color:steelblue;border-color:steelblue}.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active,.show>.btn.dropdown-toggle{color:#212529;background-color:rgb(124, 189, 243);border-color:rgb(42, 88, 126)}.btn:not(:disabled):not(.disabled).active:focus,.btn:not(:disabled):not(.disabled):active:focus,.show>.btn.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(124, 189, 243,.5)}

/* ==== Data table  = End  ===== */























