/*!
Theme Name: najd-stone
Theme URI: https://dc.net.sa
Author: Digital Creativity
Author URI: https://dc.net.sa
Description: najd-stone.com theme Design and developed by Digital Creativity inc.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dc_net_najd
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/
/* ===================================
    Reset
====================================== */
@font-face {
  font-family:tajawal ;
  src: url(fonts/Tajawal-Regular.ttf);
}
 
* { margin: 0; padding: 0; box-sizing: border-box; }
body{ font-family: 'tajawal', sans-serif; -webkit-font-smoothing: antialiased;  font-smoothing: antialiased; font-size:14px; color:#636260; font-weight: 400;line-height: 24px; }
body, html { -moz-osx-font-smoothing: grayscale; }
a, a:active, a:focus { color: #6f6f6f; text-decoration: none; transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -ms-transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;  }
a:hover, a:active{color: #636260; text-decoration: none;}
a:focus, a:active, button:focus, button:active,.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {outline: none;}
img {max-width:100%; height:auto; }
input, textarea, select{ border: 1px solid #d1d1d1; font-size: 14px;  padding: 8px 15px; width: 100%; margin: 0 0 15px 0; max-width: 100%; resize: none;}
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] { -webkit-appearance: none; outline: none;}
input:focus, textarea:focus{ border-color: #585858; outline: none; }
input[type="button"]:focus{ outline: none; }
select::-ms-expand{ display:none;}
iframe { border: 0;}
p {margin: 0 0 20px; word-spacing: 1px;}
b, strong { font-weight: 600;}
.height-50 { height: 50%; }
.height-100 { height: 100%; }
.last-paragraph-no-margin p:last-of-type {margin-bottom:0;}
.alt-font strong {font-weight: 700 }
.white-space { white-space: normal; }
.word-wrap { word-wrap: break-word; }
.valign { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
ul, ol, dl {list-style-position: outside;}
ul li { list-style: none; }
::selection { color: #636260; background:#dbdbdb; }
::-moz-selection { color:#636260; background:#dbdbdb; }
::-webkit-input-placeholder { color: #6f6f6f; text-overflow: ellipsis;}
::-moz-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;}
:-ms-input-placeholder { color: #6f6f6f; text-overflow: ellipsis; opacity:1;}
/* ===================================
    Default Header style
====================================== */

header{ box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); transition: all 0.5s ease 0s; position: relative; z-index: 99999; }
.navbar-brand img{ max-height: 52px; transition-duration: 0.5s; }
.navbar-header-custom{ padding: 12px 0 10px 0; }
.navbar-default{ transition: all 0.5s ease 0s; -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
.navbar-default .container, .navbar-default .container-fluid{ position: relative; }
.menu_area{ position: relative; z-index: 2; }
.menu_area .navbar-brand{ transition: all 0.5s ease 0s; }
.navbar-nav li{ list-style: none; -webkit-transition: background .3s ease; -ms-transition: background .3s ease; transition: background .3s ease; }
.navbar-nav li.has-sub > a{ position: relative; }
.navbar-nav li.has-sub a:hover{ color: #fff; }
.navbar-nav li a{ display: block; color: #9d9d9d; font-size: 15px;font-weight: 600 }
.navbar-nav > li{ margin-left: 10px; float: left; }
.navbar-nav > li.has-sub{ padding-left: 13px; }
.navbar-nav > li > a{ position: relative; display: block; font-size: 18px; font-weight: 600; padding: 18px 0.5rem; color: #2a2a33; letter-spacing: 0.5px; text-transform: uppercase; -webkit-transition-duration: 500ms; -o-transition-duration: 500ms; transition-duration: 500ms; }
.navbar-nav li.current > a{ color: #3498db; }
.navbar-nav > li.has-sub > a:hover{ color: #636260; }
.navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #636260 #636260 transparent; }
.navbar > ul > li.has-sub > a:after{ position: absolute; top: 28px; left: -8px; content: ""; border-color: transparent #636260 #636260 transparent; border-style: solid; border-width: 0 1px 1px 0; display: block; height: 6px; transform: rotate(45deg); transition: border 0.3s ease 0s; width: 6px; }
.navbar > ul > li.current > a:after{ border-color: transparent #3498db #3498db transparent; }
.navbar-nav ul{ position: absolute; left: -9999px; }
.navbar ul ul li{ -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all .25s ease; margin-bottom: 12px; padding: 0 20px; }
.navbar ul ul li:last-child{ margin-bottom: 0; }
.navbar ul ul li.active > a{ color: #fff; }
.navbar-nav li > ul{ padding: 15px 0; margin: 0 0 0 10px; background: #636260; min-width: 225px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); }
.navbar-nav li:hover > ul{ left: auto; }
.navbar-nav > li.has-sub > ul{ opacity: 0; margin-top: 10px; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }
.navbar-nav > li.has-sub:hover > ul{ margin-top: 0; opacity: 1; }
/* .navbar-nav > li.has-sub:last-child:hover ul{ left: inherit; right: 0; } */
.navbar li > ul ul{ margin-top: -39px; margin-left: 200px; min-width: 200px; }
.navbar li > ul ul ul{ margin-left: 175px; min-width: 130px; }
.navbar ul ul li:last-child > a, .navbar ul ul li.last-item > a{ border-bottom: 0; }
.navbar ul ul li.has-sub > a:after{ position: absolute; top: 12px; right: -3px; width: 8px; height: 2px; display: block; background: #9d9d9d; content: ""; }
.navbar ul ul li.has-sub > a:before{ position: absolute; top: 9px; right: 0; display: block; width: 2px; height: 8px; background: #9d9d9d; content: ''; -webkit-transition: all .25s ease; -ms-transition: all .25s ease; transition: all 0.25s ease; }
.navbar ul ul > li.has-sub:hover > a:before{ top: 17px; height: 0; }
/* atribute navigation */
.attr-nav{ float: right; margin-left: 11px; margin-right: -15px; }
.attr-nav .dropdown-toggle:after{ content: none; }
.attr-nav > ul{ padding: 0; margin: 0 0 -5px 0; list-style: none; display: inline-block; }
.attr-nav > ul > li{ float: left; display: block; }
.attr-nav > ul > li > a{ color: #636260; display: block; padding: 21px 15px; position: relative; }
.attr-nav > ul > li > a span.badge{ position: absolute; top: 50%; margin-top: -15px; right: 5px; font-size: 10px; padding: 2px 0 0 1px; width: 15px; height: 15px; color: #fff; border-radius: 15px; line-height: 12px; font-weight: 400; }
.attr-nav > ul > li.dropdown ul.dropdown-menu{ position: absolute; border: none; border-radius: 0; padding: 0; background: #636260; min-width: 225px; margin: 10px 0 0 10px; -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2); -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }

.attr-nav ul.cart-list{ padding: 0; width: 250px; }
.attr-nav ul.cart-list > li{ position: relative; border-bottom: solid 1px #323232; padding: 15px; margin: 0; }
.attr-nav ul.cart-list > li:last-child, .attr-nav ul.cart-list > li:nth-last-child(2){ border-bottom: none; }
.attr-nav ul.cart-list > li > a.photo{ padding: 0; margin-right: 15px; float: left; width: 50px; height: 50px; }
.navbar ul.cart-list > li img{ width: 50px; height: 50px; border: 1px solid #323232; display: inline-block; }
.navbar ul.cart-list > li > h6{ margin: 0; font-size: 12px; display: inline-block; }
.navbar ul.cart-list > li > h6 a{ color: #9d9d9d; padding: 0; }
.navbar ul.cart-list > li > h6 a:hover{ color: #fff;background-color: #f2f; }
.navbar ul.cart-list > li > h6 > a.photo{ padding: 0; display: block; }
.navbar ul.cart-list > li > p{ margin-bottom: 0; font-size: 12px; color: #f5f5f5; }
.navbar ul.cart-list > li.total{ padding: 15px; border: none; display: inline-block; width: 100%; vertical-align: top; }
.navbar ul.cart-list > li.total > .butn{ float: right; width: auto; }
.navbar ul.cart-list > li .price{ font-weight: 500; }
.navbar ul.cart-list > li.total > span{ padding-top: 4px; color: #fff; padding-left: 5px; font-size: 14px; display: inline-block; }
/* top search */
.top-search{ padding: 10px 0; display: none; }
.top-search input.form-control{ background-color: transparent; border: none; -moz-box-shadow: 0px 0px 0px; -webkit-box-shadow: 0px 0px 0px; -o-box-shadow: 0px 0px 0px; box-shadow: 0px 0px 0px; color: #fff; height: 40px; padding: 0 15px; }
.top-search input.form-control::placeholder{ color: #f1f1f1; opacity: 1; }
.top-search input.form-control::-ms-input-placeholder, .top-search input.form-control::placeholder{ color: #f1f1f1; }
.top-search .input-group-addon{ background-color: transparent; border: none; color: #fff; padding-left: 0; padding-right: 0; line-height: 36px; font-size: 16px; }
.top-search .input-group-addon.close-search{ cursor: pointer; }
/* top search */
.top-search.white { background: #fff; }
.top-search.white input.form-control{ color: #636260; }
.top-search.white input.form-control::placeholder{ color: #6f6f6f; opacity: 1; }
.top-search.white input.form-control::-ms-input-placeholder, .header-style6 .top-search input.form-control::placeholder{ color: #6f6f6f; }
.top-search.white .input-group-addon{ color: #636260; }
/* Responsive CSS */
@media screen and (min-width: 992px){

    /* ===================================
        Default Header style
    ====================================== */
    .navbar-nav{
        padding-right: 0;
        margin-right: 0;
    }
    .navbar-brand {
    padding-right: 0;
    margin-right: 0;
    }
    header.scrollHeader .navbar-default{ position: fixed; top: 0; z-index: 99; width: 100%; background: #fff; left: 0; transition: all 0.2s ease 0s;  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
    .wrapper-boxed .scrollHeader .navbar-default{ left: 0; margin: 0 auto; max-width: 1200px; right: 0; }
    .scrollHeader .navbar-brand img{ max-height: 35px; transition-duration: 0.5s; }
    .scrollHeader .navbar-header-custom{ padding: 10px 0; transition-duration: 0.5s; }
    .navbar .sub-title{ color: #fff; }
    /* atribute navigation */
    .scrollHeader .attr-nav > ul > li > a{ padding: 21px 15px; }
    .attr-nav > ul > li.dropdown ul.dropdown-menu{ visibility: hidden; top: 66px; border-radius: 0; opacity: 0; left: -225px; }
    .attr-nav > ul > li.dropdown:hover ul.dropdown-menu{ margin-top: 0; opacity: 1; visibility: visible; }
    .scrollHeader .attr-nav > ul > li.dropdown ul.dropdown-menu{ top: 67px; }
    /* ===================================
        Header style04
    ====================================== */
    .header-style4 { box-shadow: none; }
    header.header-style4.scrollHeader .navbar-default { position: relative; transition: all 0s ease 0s;  }
    header.header-style4 .menu_area { background: #3662ae; border-top: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3; }
    .header-style4 .navbar-default { box-shadow: none; }
    .header-style4 .navbar-nav > li:first-child { margin-left: 0; }
    .header-style4 .navbar-brand img { transition: all 0s ease 0s;  }
    .header-style4 .navbar-nav li a { color: #2a2a33; }
    .header-style4 .navbar-nav > li > a {font-size: 18px;color: #fff !important;}
    .header-style4 .navbar-nav > li:hover > a { color: #000; }
    .header-style4 .navbar-nav li > ul { background: #fff; }
    .header-style4 .navbar ul ul li.active > a { color: #000; }
    .header-style4 .navbar-nav li.has-sub a:hover{ color: #000; }
    .header-style4 .navbar-nav li.current > a{ color: #3498db; }
    .header-style4 .navbar .sub-title { color: #636260; }
    .header-style4 .navbar-nav > li.has-sub > a:hover{ color: #636260; }
    .header-style4 .navbar > ul > li.has-sub > a:after { top: 29px; }
    .header-style4 .navbar > ul > li.has-sub > a:hover:after{ border-color: transparent #636260 #636260 transparent; }
    .header-style4 .navbar > ul > li.has-sub > a:after{  border-color: transparent #6f6f6f #6f6f6f transparent; }
    .header-style4 .navbar > ul > li.current > a:after{ border-color: transparent #3498db #3498db transparent; }
    .header-style4 .navbar > ul > li.current > a:before {
    position: absolute;
    content: '';
    right: 0px;
    top: -1px;
    width: 100%;
    height: 1px;
    background-color: #3662ae;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    }
    .header-style4 .navbar > ul > li > a:before {
    position: absolute;
    content: '';
    right: 0px;
    top: -1px;
    width: 0%;
    height: 1px;
    background-color: #3662ae;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    }
   .header-style4 .navbar > ul > li:hover > a:before {
    width: 100%;
    }
    .header-style4 .navbar-nav > li > a:hover{ color: #3662ae }
    .header-style4 .attr-nav > ul > li > a { color: #3662ae;  }
    .header-style4 .attr-nav > ul > li > a:hover { color: #636260; }
    .header-style4 .attr-nav .cart-search { border-right: 1px solid #e0e0e0; padding-right: 15px; margin-right: 15px; vertical-align: middle; margin-bottom: 0; }
    .header-style4 .attr-nav > ul { float: none; margin: 0; }
    .header-style4 .top-social-icon { vertical-align: middle;  }
    .header-style4 .attr-nav .top-social-icon > li:first-child > a { padding-left: 0; }
    .header-style4 .attr-nav .top-social-icon > li > a { padding: 5px; }
    /* atribute navigation */
}
@media screen and (max-width: 1199px){
    .navbar-nav > li{ margin-left: 5px; }
}
    /* topbar */
    .top-bar-info{ display:inline-block; vertical-align: middle;float: left }
    .top-bar-info ul{ margin-bottom:0; }
    .top-bar-info li{ font-weight:500; color:#fff; list-style-type:none; font-size:13px; padding:0 5px 0; display:inline-block; margin-bottom:0; }
    #top-bar{ display:block; position:relative; z-index:999;background: #29b87a;padding: 7px 0;color: #fff;}
    .top-bar-info li i{ font-size:16px; color:; margin-left:8px; margin-top: 0; display: inline-block; vertical-align: text-bottom; }
    .top-social-icon{ padding:0; float:left; margin:0; }
    .top-social-icon li{ font-size:14px; list-style-type:none; float:left; text-align:center; margin:0; padding:0 7px; }
    .top-social-icon li:last-child { padding-right: 0; }
    .top-social-icon li:last-child a { padding-right: 0; }
    .top-social-icon li a{color: #fff;line-height: 28px;-webkit-transition-duration:.3s; transition-duration:.3s; padding:0 3px;}
    .top-social-icon li a:hover { color: #3662ae; }
@media screen and (max-width: 991px) {

    /* ===================================
        Default Header style
    ====================================== */
    .navbar-header-custom {
        padding: 4px 0 8px;
    }

    .menu_area .navbar-brand {
        margin-top: 6px;
    }

    .navbar-nav li > ul {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .navbar-nav > li.has-sub > ul {
        opacity: 1;
        margin: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        transition: all 0s ease;
    }

    .navbar li > ul ul {
        margin: 0;
        min-width: auto;
    }

    .navbar-nav > li.has-sub {
        padding-right: 0;
    }

    .navbar-nav > li > a {
        padding: 10px 20px;
        color: #2cb87b;
    }

    .navbar-nav > li > a:hover {
        opacity: 1;
    }

    .navbar-nav li.has-sub a:hover {
        color: #636260;
    }

    .navbar ul ul li.active > a {
        color: #636260;
    }

    .navbar .sub-title {
        color: #636260;
    }

    .navbar-nav {
        background: #fff;
        -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 71px;
        left: 0;
        width: 100%;
        width: 100%;
        display: none;
        transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .navbar-nav li.active > a {
        opacity: 1;
    }

    .navbar-nav ul {
        width: 100%;
        display: none;
        transition: none;
        -ms-transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
    }

    .navbar-nav li {
        width: 100%;
        border-top: 1px solid #e6e6e6;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .navbar-nav ul li:hover {
        background: #f5f5f5;
    }

    .navbar-nav ul ul li {
        height: auto;
    }

    .navbar-nav li:hover > ul > li {
        height: auto;
    }

    .navbar ul li a {
        width: 100%;
        border-bottom: 0;
    }

    .navbar ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        background: #f5f5f5;
        padding: 0;
    }

    .navbar ul ul li {
        margin-bottom: 0;
        padding: 0;
        border-color: #e6e6e6;
        text-align: right;
    }

    .navbar ul ul li a {
        width: 100%;
        border-bottom: 0;
        color: #616161;
        background: none;
        padding: 8px 30px;
    }

    .navbar ul ul ul li a {
        padding-left: 45px;
    }

    .navbar > ul > li {
        float: none;
    }

    .navbar-nav ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
        background: #f5f5f5;
        padding: 0;
    }

    .navbar > ul > li.has-sub > a:after, .navbar > ul > li.has-sub > a:before {
        display: none;
    }

    .navbar ul ul > li.has-sub > a:after, .navbar ul ul > li.has-sub > a:before {
        display: none;
    }

    .navbar-nav ul ul ul li.active a {
        border-left: none;
    }

    .navbar-nav > ul > li.has-sub > ul > li.active > a, .navbar-nav > ul ul > li.has-sub > ul > li.active > a {
        border-top: none;
    }

    .navbar li > ul ul ul {
        margin-left: 0;
        background: #fff;
    }

    .navbar ul ul ul ul li a {
        padding-left: 55px;
    }

    .navbar-nav .has-sub .has-sub .submenu-button {
        height: 40px;
    }

    .navbar-nav .has-sub .has-sub .submenu-button:after {
        top: 19px;
    }

    .navbar-nav .has-sub .has-sub .submenu-button:before {
        top: 16px;
    }

    .navbar-toggler {
        background: #636260;
        width: 50px;
        height: 45px;
        padding: 0;
        border-radius: 0;
        position: absolute;
        right: unset;
        top: 13px;
        cursor: pointer;
        z-index: 12399994;
        border: none;
    }

    .navbar-toggler:after {
        position: absolute;
        top: 22px;
        right: 15px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        content: "";
    }

    .navbar-toggler:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 15px;
        display: block;
        height: 2px;
        width: 20px;
        background: #fff;
        content: "";
    }

    .navbar-toggler.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggler.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-nav .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        height: 44px;
        width: 100%;
        cursor: pointer;
    }

    .navbar-nav .submenu-button:after {
        position: absolute;
        top: 21px;
        left: 17px;
        width: 8px;
        height: 2px;
        display: block;
        background: #636260;
        content: "";
    }

    .navbar-nav .submenu-button:before {
        position: absolute;
        top: 18px;
        left: 20px;
        display: block;
        width: 2px;
        height: 8px;
        background: #636260;
        content: "";
    }

    .navbar-nav .submenu-button.submenu-opened:before {
        display: none;
    }

    /* atribute navigation */
    .attr-nav {
        float: left;
        margin-left: 11px;
        margin-right: 55px;
    }

    .attr-nav > ul > li {
        display: inline-block;
    }

    .attr-nav > ul > li.dropdown ul.dropdown-menu {
        left: -193px;
        top: 38px;
        display: none !important;
    }

    .attr-nav > ul > li.dropdown.show ul.dropdown-menu {
        display: block !important;
    }

    .attr-nav > ul > li > a {
        padding: 0;
    }

    .attr-nav > ul > li > a span.badge {
        right: -8px;
    }

    /* ===================================
        Header style04
    ====================================== */


  

    /* ===================================
        Navigation
    ====================================== */
    .header-style4 .navbar-header-custom {
        padding: 8px 0;
    }
    .header-style4 .navbar {
        position: unset;
        float: right;
    }
    .header-style4 .navbar-nav {
        top: 0;
        background: none;
        padding: 0 15px;
    }
    .header-style4 .navbar-toggler {
        top: -50px;
        left: 15px;
        right: unset;
    }

    .header-style4 .navbar > ul > li {
        background: #fff;
    }

    .header-style4 .attr-nav {
        margin-top: -65px !important;
    }

    .header-style4 .top-social-icon {
        display: none;
    }

    .header-style4 .attr-nav > ul > li.dropdown ul.dropdown-menu {
        top: 35px;
    }
}
/* ===================================
    Navigation
====================================== */
.navbar-nav li.current > a{ color: #3662ae; }
.navbar > ul > li.current > a:after{ border-color: transparent #3662ae #3662ae transparent; }

@media screen and (min-width: 992px){
    /*Header style04*/
    .header-style4 .navbar-nav li.current > a{ color: #3662ae; }
    .header-style4 .navbar > ul > li.current > a:after{ border-color: transparent #3662ae #3662ae transparent; }
}
@media (max-width: 991px){
    .sm-display-none {
        display: none !important;
    }
}
.width-40px {
    width: 40px;
}
.display-inline-block {
    display: inline-block !important;
}
.vertical-align-top {
    vertical-align: top;
}
.width-100 {
    width: 100%;
}
.width-75 {
    width: 75%;
}
.text-theme-color {
    color: #29b779;
}
.bg-theme {
    background-color: #3662ae;
}
.font-size30 {
    font-size: 30px;
    line-height: normal;
}
.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.font-weight-600{
    font-weight: 600;
}
.display-block{
    display: block;
}
.fst-span{
    font-weight: 600;
    color: #222222;
    font-size: 16px;
        unicode-bidi: plaintext;
}
/*

*/
#top-bar h3{
       position: relative;
       line-height: 20px;
       color: #fff;
       font-size: 16px;
       margin-bottom: 3px;
       font-weight: 300;
       text-transform: capitalize;
}
.attr-nav{
         border-right: 1px solid #f3f3f3;
         padding: 14px 7px 14px 0;
}
.icon-top{
      vertical-align: middle;
    display: inline-block !important;
    width: 40px;
    font-size: 32px;
    padding-left: 5px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
           -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -ms-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    transition: all .5s ease ;
}
.icon-top i{

    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -ms-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    transition: all .5s ease ;
}
.top-call:hover .icon-top i{
    animation: pulse 1.5s 0.3s infinite;
    transform-origin: center center;
}
.top-call {
    position: relative;
    width: 100%;
    text-align: left!important;
}
.top-call p{
    margin: 0 !important;
    width: 75%;
    vertical-align: top;
    display: inline-block !important;
    text-align: right!important;
}
.top-call p span:nth-of-type(2){
    position: relative;
    line-height: 20px;
    color: #848484;
    font-size: 16px;
    margin-bottom: 3px;
    font-weight: 300;
    text-transform: capitalize;
}
/********************
stander
 *********************/

 ul{
    margin-right: 0;
    padding-right: 0
}

.main-wrapper{
    overflow: hidden;
}
.padding-70{
    padding: 70px 0;
}
.padding-70-tp{
    padding: 30px 0 0 0;
}
.overlay-me{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(51, 58, 77, 0.9);
    top: 0;
    left: 0;
    right: 0;
    z-index: 0 ;
}

.heading-sec {
    position: relative;
}
.my-btn{
    background: #fff;
    border-radius: 0;
    border: 1px solid #a88132;
    padding: 7px 30px;
    display: inline-block;
    transition: 0.3s;
    color: rgba(168, 129, 50, 0.9) !important;
    position: relative;
    white-space: nowrap;
    word-wrap: normal;
    white-space: normal;
    text-decoration: none !important;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 35px;
    font-weight: 600;
    font-size: 16px
}
.my-btn:hover{
    color: #a88132 !important;
}
.my-btn::before {
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-property: right;
    background: #a88132;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 100%;
    transition-property: right;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
    z-index: 1;
}
.my-btn:hover::before{
    right: -0.0rem;
    color: #fff!important;
}
.heading{
    position: relative;
}
.heading h1{
    font-size: 42px;
    font-weight: bold;
    color: #282e3f;
    margin-bottom: 0;
    position: relative;
    text-transform: capitalize;
}
.verticle-align{
    display: block;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}
.width-80 {
    width: 80%;
    margin:0 auto;
    display: block;

}
.heading h1 span {
    color: #282e3f;
}
.heading h1 {
    font-size: 38px;
    font-weight: bolder;
    color: #2a2a33;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
.heading h2{
    font-size: 28px;
    font-weight: 600;
    color: #282e3f;
    margin-bottom: 15px;
    position: relative;
    text-transform: capitalize;
}
.heading span {
       color: #3662ae;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
}
.underline svg{
    width: 32px;
    height: 32px;
    margin-left: 5px;
}
.heading p{
    font-size: 16px;
    line-height: 26px;
    color: #2a2a33;
    letter-spacing: 0!important;
}
.mr-auto-me{
    margin-left: auto!important;
}
.icon-head{
    width: 70px;
    height: 70px;
    margin: 0 auto;
    display: block;
    background-color: #282e3f;
    color: #fff;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.item-flex{
    display: flex;
}
/********************
slider
**********************/
 

/********************
about-sec
**********************/
.abt-sec {
    position: relative;
}
.abt-sec .abt-desc-m-v {
    position: relative;
      -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.abt-sec .abt-desc-m-v .item  {
    padding: 42px 7PX;
    text-align: center;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    margin-top: 35px;
    min-height: 380px;
}
.abt-sec .abt-desc-m-v .item:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3662ae;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.abt-sec .abt-desc-m-v .item:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
.abt-sec .abt-desc-m-v .item .icon{
    position: relative;
      -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.abt-sec .abt-desc-m-v .item .icon i{
    color: #29b779;
    font-size: 50px;
    line-height: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.abt-sec .abt-desc-m-v .item:hover .icon i{
    color: #fff;
}
.abt-sec .abt-desc-m-v .item .icon{
    position: relative;
}
.abt-sec .abt-desc-m-v .item h2 a{
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -.03em;
    color: #0F0F1B;
    margin-top: 20px;
    margin-bottom: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.abt-sec .abt-desc-m-v .item p{
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.abt-sec .abt-desc-m-v .item:hover p{
 color: #fff;
}
.abt-sec .abt-desc-m-v .item:hover  h2 a{
    color: #fff;
}

/********************
services-sec
**********************/
.services-sec{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-sec .overlay-me{
    background-color:rgba(195, 195, 195, .5);
}
.services-sec .service-descripe  {
    position: relative;
    height: 100%;
}
.services-sec .service-descripe .heading  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.services-sec .service-descripe .heading span {
       position: relative;
    font-size: 20px;
    color: #ffffff;
    background-color: #3662ae;
    padding: 5px 15px;
    border-radius: 33px;
    margin-bottom: 5px;
    display: inline-block;
}
.services-sec .service-descripe .heading h4 {
    font-size: 32px;
    font-weight: 600;
}
.services-sec .service-descripe .heading p {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: #2a2a33;
    letter-spacing: 0!important;
    margin-bottom: 15px;
}
.services-sec .service-descripe .heading .my-btn{
    margin-top: 0px;
    background-color: #fff;
}
.services-sec .service-items{
    position: relative;
}
.services-sec .service-items .service-item{
    position: relative;
    background-color: #fff;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.services-sec .service-items .service-item:hover{
    transform: translateY(10px);
}
.services-sec .service-items .service-item .img-service{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 193px;
}
.services-sec .service-items .service-item .img-service img{
    position: relative;
    width: 100%;
    min-height: 194px;
}
.services-sec .service-items .service-item .content {
    position: relative;
    padding: 0;

}
.services-sec .service-items .service-item .content .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #3662ae;
    width: 70px;
    font-size: 36px;
    line-height: 1em;
    padding: 10px 0px;
    text-align: center;
    border-left: 1px solid #eeeeee;
    height: 100%;

}
.services-sec .service-items .service-item .content .title-service{
    position: relative;
    padding: 13px 0px 13px;
    padding-right: 90px;
    border: 1px solid #eeeeee;
}
.services-sec .service-items .service-item .content .icon i{
    position: relative;
}
.services-sec .service-items .service-item .content .title-service h4{
    position: relative;
    color: #222222;
}
.services-sec .service-items .service-item .content .title-service h4:hover{
    color: #3662ae;
}
.services-sec .service-items .service-item .content  p{
    padding: 15px 20px 35px;
    margin: 0;
    position: relative;
    color: #848484;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 0;
    text-align: justify;
}


/****************
why choose us 
****************/
.Why-choose-us{
    position: relative;
}
.Why-choose-us .heading  h2{
    position: relative;
}
.Why-choose-us .heading  p{
    position: relative;
}
.Why-choose-us .why-item{
    position: relative;
    margin-top: 35px;
}
.Why-choose-us .why-item .icon{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #bebebe;
    line-height: 140px;
    color: #3662ae;
    margin: 0 auto;
          -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -ms-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    transition: all .5s ease ;
}
.Why-choose-us .why-item:hover .icon{
      border: 1px solid #3662ae;
}
.Why-choose-us .why-item:hover .ornament{
 background: #3662ae;
}
.Why-choose-us .why-item:hover  .ornament:after {
 border: 1px solid #3662ae;
 background-color: #3662ae;
}
.Why-choose-us .why-item  .ornament {
    position: relative;
    width: 1px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
    background: #bebebe;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -ms-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    transition: all .5s ease ;
}
.Why-choose-us .why-item  .ornament:after {
    position: absolute;
    content: "";
    border: 1px solid #bebebe;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 11px;
    height: 11px;
    left: -5px;
    bottom: -10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -ms-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    transition: all .5s ease ;
}
.Why-choose-us .why-item:hover .content h5{
     color: #3662ae;
}

.Why-choose-us .why-item .content h5{
    margin:25px 0 0 0;
    padding: 0;
    color: #636260;
    font-weight: 600;
    letter-spacing: 1px;
}

.Why-choose-us .why-item .content h5:after {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    content: "";
    background: #3662ae;
    width: 40px;
    height: 2px;
    margin-top: 13px;
}
.Why-choose-us .why-item .content p{
      width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin-top: 19px;
}

/********************
projects-sec
**********************/
.projects-sec{
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.projects-sec .overlay-me{
    background-color: rgba(0, 0, 0, 0.61);
}
.projects-sec  .heading h2{
    color: #ffffff;
}
.projects-sec  .heading p{
    color: #ffffff;
}

.projects-sec .project-item{
    height: 200px;
    overflow: hidden;
    margin-top: 35px;
    transition:all .5s ease ;
    position: relative;
}
.projects-sec .project-item img{
    width: 100%;
    min-height: 200px;
    transition:all .5s ease ;
    overflow: hidden;

}
.projects-sec .project-item:hover img{
  transform: scale(1.1);
      transition:all .5s ease ;

}

.projects-sec .project-item .name{
    background-position: center center;
    background-size: cover;
    transition-duration: 0.4s;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.72);
    transition-timing-function: cubic-bezier(0.5, 0, 0.2, 1);
    transition-property: all;
    margin-right: 30px;
    margin-left: 30px;
    position: absolute;
    bottom: -200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    left: 0;
    right: 0;
}
.projects-sec .project-item .name h6{
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    color: #020202;
    margin-bottom: 0;
}
.projects-sec .project-item:hover .name{
    bottom: 0;
    border-bottom: 3px solid #3662ae;
}
    /* ===================================
    counter
    ====================================== */
.counter{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}
.counter .counter-details {
    margin: 0 1.5%;
    position: relative;
    box-shadow: 0px 18px 18px 5px #b4b7b9;
    padding: 40px 0;
    color: #636260;
    float: none;
    display: inline-block;
    width: 200px;
    margin-bottom: 10px;
    background: #f4f6fa;
    border-top: 5px solid #3662ae;
        -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -ms-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    transition: all .5s ease ;
    position: relative;
}
.counter .counter-details:before{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3662ae;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.counter .counter-details:hover:before{
       -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
    transition-timing-function: cubic-bezier(0.52,1.64,.37,.66);
}
.counter .counter-details .img-counter{
    display: block;
    position: relative;
    z-index: 2;

}
.counter .counter-details i{
 display: block;
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 10px;
        -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -ms-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    transition: all .5s ease ;
}

.counter .counter-details span {
   font-size: 70px;
    color: #636260;
    font-weight: 400;
    margin-bottom: 12px;
    display: block;
    margin: 35px 0;
    position: relative;
    z-index: 2;
            -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -ms-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    transition: all .5s ease ;
}

.counter .counter-details h3{
    line-height: 31px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    z-index: 2;
            -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease ;
    -ms-transition: all .5s ease ;
    -o-transition: all .5s ease ;
    transition: all .5s ease ;
}
.counter .overlay-me{
    background-color: #fff;
}

.counter .counter-details:hover i{
    animation: pulse 1.5s 0.3s infinite;
    transform-origin: center center;
    color: #fff;
}
.counter .counter-details:hover h3{
    color: #29b779;
}
.counter .counter-details:hover span{
    color: #fff;
}
/* ===================================
    partner-sec
====================================== */
.partner-sec{
    position: relative;
    background: #fff;
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.partner-sec:before{
position: absolute;
content: '';
right: -5%;
top: 0;
height: 100%;
width: 35%;
background: #3662ae;
z-index: 1;
}
.partner-sec .partner-title{
    padding: 33px 30px;
    position: relative;
    z-index: 2;
    background: #3662ae;
}
@media screen and (max-width: 768px) {
.partner-sec .partner-title{
    padding: 0;
}   
}
.partner-sec .partner-title span {
  display: inline-block;
    font-size: 34px;
    font-weight: 600;
}
.partner-sec .partner-title h3 {
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: right;
}
.partner-sec .partner-details{
    padding: 30px 30px 25px;
    position: relative;
}
.partner-sec .img-partners-logo{
    padding: 0;
}


/*----------------------
inner page
 -----------------------*/
.head-page{
    padding:100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
     margin-top: 0;

}
.overlay-head{
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}
.inner-padding{
    padding-top: 60px;
}

.sub-head-mid{
    position: relative;
    z-index: 9999999!important;
}
.head-page .sub-head-mid .heading h1 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 400;
}
.head-page .sub-head-mid {
    display: block;
}
.head-page .sub-head-mid {
    margin: 0 auto;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    text-align: center;
}
.head-page ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: right;
    list-style-position: outside;
    margin-right: 0;
    padding-right: 0;
    background-color: #fff;
    padding: 10px;
    display: inline-block;
    width: auto;
    /* margin-left: auto; */
    float: right;
    border-radius: 30px;
}
.head-page ul li {
    display: inline-block;
    list-style: none;
}
.head-page ul li:last-child a.text-white{
    color: #3662ae !important
}

.head-page ul li a {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    margin-left: 30px;
    transition: all .3s ease-in-out;
    text-transform: capitalize;
    color:#2a2a33;
}
.head-page ul li:first-of-type a {
    margin-left: 0;
}
.head-page ul li a.arow:after {
    content: '\f104';
    font-weight: 700;
    vertical-align: middle;
    color: #2a2a33;
    font-family: Font Awesome\ 5 Free;
    padding: 1px 10px 0 5px;
}



.head-page ul li:hover a{
    color: #3662ae !important
}
/* --------------
service-page
------------------- */
.services-sec.inner-sec .service-descripe .heading {
    position: relative;
    top: unset;
    transform: unset;
    -webkit-transform: unset;
    -moz-transform: unset;
    -o-transform: unset;
}
.services-sec.inner-sec .service-descripe {
    position: relative;
    /* height: 100%; */
    text-align: center;
    margin-bottom: 35px;
}
/* --------------
projects-page
------------------- */
.projects-sec.inner-sec .heading h2 {
    color: #636260;
}
/* --------------
product-page
------------------- */
.product-item {
    position: relative;
    height: 250px;
    z-index: 5;
        margin-top: 35px;
}
.product-item .img-product img{
    position: relative;
    height: 100%;
    min-width: 100%;
}
.product-item .img-product{
    height: 100%;
    width: auto;
    position: relative;
}

.product-detail-abs{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 20px;
    font-weight: 400;
    border: 1px solid rgb(255, 255, 255);
    width: 88%;
    height: 86%;
    text-align: center;
    overflow: hidden;
        z-index: 6;

}
.product-detail-abs .item-content-box{
     position: absolute;
    left: 50%;
    bottom: -130%;
    transform: translateX(-50%);
    width: 90%;
    z-index: 4;

}
.product-detail-abs:hover .item-content-box{
    bottom: 8%;
    transition: all 0.5s ease;
}
.product-detail-abs .item-content-box h2{
       font-size: 28px;
    font-weight: 400;
    margin: 0px 0 0px;
    color: #fff;
}
.product-detail-abs .item-content-box p{
       font-size: 17px;
    font-weight: 400;
    color: #fff;
}
.product-item .img-product .overlay-me{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 1, 4, 0.0);
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;

}
.product-item:hover .img-product .overlay-me{
       background-color: rgba(0, 1, 4, 0.35);
}
/* --------------
contact-page
------------------- */
.contact-us-sec{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.contact-us-sec .form-group {
    margin-bottom: 15px;
    padding-bottom: 0;
    color: #404a5e;
    text-transform: capitalize;
}
.contact-us-sec label{
    font-weight: 500;
    margin-bottom: 5px;
}

input[type=text], input[type=email], input[type=number], input[type=search], input[type=password], input[type=tel], input[type=date], textarea, select, .form-control {
    font-size: 14px;
    font-weight: 300;
    background-color: #fff;
    border: 1px solid #eceaea;
    border-radius: 0px;
    padding: 10px 15px;
    width: 100%;
    color: #444444;
    height: auto;
    margin-bottom: 0px;
    box-shadow: none;
}
input[type=text]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=date]:focus, textarea:focus, select:focus {
    border-color:  #3662ae;
    transition: all 0.5s ease;
}

.contact-us-sec .about-contact {
    position: relative;
}
.contact-us-sec .about-contact {
    position: relative;
}
.contact-us-sec .about-contact .logo-about{
    position: relative;
    width: 100%;
    min-height: 70px;
    max-height: 75px;
    margin-bottom: 20px;
}
.contact-us-sec .about-contact .logo-about img{
    position: relative;

}
.contact-us-sec .about-contact h4{
    font-weight: 600;
    margin-bottom: 15px;
    color: #444444;
    margin-top: 0;
    line-height: 1.5;
}
.contact-us-sec .about-contact p{
    margin-bottom: 15px;
    color: #555;
}
.contact-us-sec  .contact-location ul li{
    margin-bottom: 15px;
    color: #777;
    position: relative;
}
.contact-us-sec  .contact-location i {
    color: #3662ae;
    margin-left: 10px;
    font-size: 16px;
}
.contact-us-sec .btn{
    padding: 7px 25px;
    display: inline-block;
    color: #fff;
    transition: all ease-in-out 0.3s;
    margin-left: 15px;
    background:  #3662ae;
    border-color:  #3662ae;
    border-radius: 0;
}
.contact-us-sec .footer-social-icons ul li{
    border: 1px solid #3662ae;
    border-radius: 50%;
    color:  #3662ae;
}
.contact-us-sec .footer-social-icons ul li a {
    color:  #3662ae;
}
.contact-us-sec .footer-social-icons ul li a {
    color:  #3662ae;
}

/* ===================================
    Footer
====================================== */

footer{ padding:50px 0 0;background: #63615f;color: #ddd;}
footer p{ margin-bottom:0; }
footer h3{ font-size:18px; font-weight:500; margin-bottom:30px; line-height:1; position:relative; }
footer h3:after{ content:''; display:block; width:70px; height:2px; background:#86bc42; margin-top:12px; }
.footer-social-icons ul{ margin-bottom:0;margin-top: 15px }
.footer-social-icons ul li{ display:inline-block; border:1px solid #fff; border-radius:50%; color:#fff; margin-right:10px; margin-bottom:5px; -webkit-transition-duration:.3s; transition-duration:.3s }
.footer-social-icons ul li a{ color:#939393; display:block; font-size:15px; height:35px; line-height:34px; text-align:center; width:35px; }
.footer-social-icons ul li:hover {
    background: #3662ae;
    border-color: #3662ae;
}
.footer-social-icons ul li:hover i { color: #fff; }
/*small*/
.footer-social-icons.small ul li { margin-bottom: 0; }
.footer-social-icons.small ul li a { font-size: 12px; height: 25px; line-height: 26px; width: 25px; }
.footer-list{ margin:0;padding-right: 0 }
.footer-list li{ list-style-type:none; color:#fff; padding:6px 0;font-size: 15px }
.footer-list li:first-child{ padding-top:0; }
.footer-list li a:before{
    content: '\f104';
    font-weight: 700;
    vertical-align: bottom;
    font-family: Font Awesome\ 5 Free;
    color: #fff;
    padding-left: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.footer-list li a{ font-size:16px; font-weight:400; color:#fff; }
.footer-list li a:hover,.footer-list li a:hover:before{ color:#fff; }
.footer-bar{ padding-top:20px; padding-bottom:20px; margin-top:50px; text-align:center; background:#191919; color: #939393; }
.footer-bar span{ color:#86bc42; font-size:15px; font-weight:400; }
/*footer-top-bar*/
.footer-top-bar { background: #191919; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
/*footer style2*/
footer h3.footer-title-style2 { margin-bottom: 28px; }
h3.footer-title-style2:after { width: 65%; height: 1px; margin-top: 15px;
    background: #29b779;}

@media (max-width: 767px) {
    footer { padding-top: 30px; }
    .footer-bar { margin-top: 30px;}
    .footer-bar p { font-size: 13px; }
}
.footer-logo{
    margin-bottom: 15px;
    display: none;
}

footer p{
    text-align: justify;
    color: #fff;
}
footer .footer-bar a{
    color:#fff;
}
footer .footer-bar a:hover{
    color:#3662ae;
}
.footer-social-icons ul li a {
    color: #3662ae;
    display: block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(0.95);
    }
    35% {
        transform: scale(0.87);
    }
    45% {
        transform: scale(1.15);
    }
    55% {
        transform: scale(0.87);
    }
    65% {
        transform: scale(1.15);
    }
    75% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}


@media screen and (max-width: 1200px) {
    #top-bar h3 {
        position: relative;
        line-height: 25px;
        color: #848484;
        font-size: 14px;
        margin-bottom: 0;
    }
    .fst-span {
        font-size: 14px;
    }
    .top-call p span:nth-of-type(2) {
    font-size: 13px;
    }
    .navbar-nav > li > a {
    padding: 10px 0.5rem;
    }
    .header-style4 .navbar-nav > li > a {
    font-size: 15px;
    }
    .abt-sec .abt-desc-m-v .item {
    padding: 25px 7PX;
    }

}
@media screen and (max-width: 1024px) {
    #top-bar h3 {
        font-size: 13px;
    }
    .navbar-header-custom {
    padding: 6px 0 4px 0;
    }
    .navbar-nav > li > a {
    padding: 7px 7px;
    }
    .heading h1 {
    font-size: 32px;
    margin-bottom: 10px;
    }
    .heading p {
    font-size: 16px;
    line-height: 1.3;
    }
    .heading h2 {
    font-size: 24px;
    }
    .services-sec .service-descripe .heading p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    }

    .my-btn {
        padding: 7px 20px;
    }
    .services-sec .service-items .service-item .content .title-service h4 {
    font-size: 16px;
    font-weight: 600;
    }
    .services-sec .service-items .service-item .content p {

        font-size: 14px;
        line-height: 1.3;
    }
    .services-sec .service-items .service-item .content .icon {
        font-size: 30px;
    }
    .partner-sec:before {
    width: 30%;
    }

}
@media screen and (max-width: 768px) {
    .header-style4 .top-social-icon {
       display: block;
    }
    #top-bar h3 {
        font-size: 12px;
    }
    .navbar-brand{
        margin: 0;
    }
    .heading h1 {
        font-size: 28px;
    }
    .heading h2 {
        font-size: 28px;
    }
    .heading p {
        font-size: 15px;
    }
    .services-sec .service-descripe .heading {
        position: relative;
        /* top: 50%; */
        transform: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -o-transform: unset;
    }
    .services-sec .service-descripe .heading {
        position: relative;
        top:unset;
        transform: unset;
        -webkit-transform: unset;
        -moz-transform:unset;
        -o-transform: unset;
        text-align: center;
    }
    .services-sec .service-descripe .heading p{
        text-align: center;
    }
    .services-sec .service-descripe {

        margin-bottom: 35px;
    }
    .padding-70 {
        padding: 35px 0;
    }
    .my-btn {
        padding: 5px 20px;
    }
    .Why-choose-us .why-item .content p {
        width: 90%;
        line-height: 1.3;
        margin-top: 10px;
    }
    .Why-choose-us .why-item .content h5 {
        font-size: 16px;
    }
    .Why-choose-us .why-item .icon {
        width: 125px;
        height: 125px;
        line-height: 125px;
    }
    .projects-sec .project-item .name {
        padding: 7px;
    }
    .projects-sec .project-item .name h6 {
        font-size: 14px;
        font-weight: 400;
    }
    .counter .counter-details{
        width: 100%;
    }
    .counter .counter-details span {
        font-size: 42px;
         margin: 20px 0;
    }
    .counter .counter-details {
        padding: 15px 0;
    }

}
@media screen and (max-width: 425px) {
    #top-bar{
        display: none;
    }
    .heading h1 {
        font-size: 24px;
    }
    .heading h2 {
        font-size: 24px;
        font-weight: 600;
        color: #282e3f;
        margin-bottom: 7px;
    }
    .services-sec .service-descripe .heading span {
        position: relative;
        font-size: 16px;
    }
    .services-sec .service-items .service-item{
        margin-bottom: 35px;
    }
    .services-sec .service-items .service-item .content p {
        line-height: 1.7;
    }
    .Why-choose-us .why-item {
        position: relative;
        margin-top: 15px;
    }

    .partner-sec:before {
        width: 35%;
    }
    .partner-sec .partner-title span {
    display: block;
    font-size: 22px;
    font-weight: 600;
    }
    footer h3.footer-title-style2 {
    margin-bottom: 28px;
    margin-top: 35px;
    }
    .xs-text-center{
        text-align: center!important;
    }
    footer .xs-text-center p {
    text-align: center!important;
    }
    .footer-social-icons ul{
        padding:0; 
    }
}






.abt-sec .abt-desc-m-v .item ,
.abt-sec .abt-desc-m-v .item:before {
    border-radius: 15px ;
}


.services-sec .service-items .service-item {
    border-radius: 100px 5px 5px 5px;
    box-shadow: none;
    background: none;
}
.services-sec .service-items .service-item .img-service {
    border-radius: 0 0 100px 0;
}
.services-sec .service-items .service-item .content {
    background: #fff;
}

/*************/
.counter .counter-details .img-counter {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 70px;
    display: block !important;
    text-align: center;
    background: #29b779;
    padding: 19px 0 0;
    margin: -90px auto 50px;
    color: #fff !important;
}


@media screen and (max-width: 768px) {
.counter .counter-details .img-counter {
    margin: -50px auto 50px;
}   
.counter .counter-details {
    margin: 0 0 50px;
}   
}



.head-page {
    z-index: 0;
}


@media screen and (max-width: 991px){ 
.header-style4 .navbar-toggler {
    left: auto;
    right: 15px;
    top: -60px;
}
}

@media screen and (min-width: 768px){ 
.navbar li > ul ul{
    position: absolute;
    top: 0;
    right: 100%;
    margin: 0 -10px 0 0;
    display: none !important;
}
.navbar li li:hover > ul{
    display: block !important;
}
}

















/************************/


/*/////////////////*/

.services{
    text-align: center;
    direction: ltr;
    background-image: url("img/10.jpg");
    background-repeat: no-repeat;
    background-position: right 50px;
    background-size: auto 100%;
    background-attachment: fixed;
    min-height: 60vh;
}
.title{
    font-size: 36px;
    margin: 0 0 12px;
    padding: 0 0 12px;
    position: relative;
    display: block;
    width: 100%;
    font-weight: bold;
    color: #282e3f;
}
.title:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    border-bottom: 1px solid #ccc;
}
.tit{
    display: block;
    text-align: center;
    width: 100%;
    direction: rtl;
    color: #000;
}


.all-services{
    float: left;
    padding: 30px 0 0;
    text-align: center;
    direction: rtl;
}
.all-services .serv{
    float: right;
    padding: 10px;
}
.all-services .serv .box {
    padding: 20px;
    transition: all 0.5s ease 0s;
    text-align: center;
    border: 1px solid #fff;
    overflow: hidden;
    min-height: 260px;
    background: rgba(255,255,255,0.6);
    box-shadow: 0 0 15px #ddd;
}
.all-services .serv .box img{
    display: block;
    margin: 0 auto ;
    transition: all 0.5s ease 0s;
    height: 70px;
    width: auto;
}
.all-services .serv .box:hover img{
    transition: all 0.5s ease 0s;
    transform: translateY(-5px);
}

.all-services .serv .box a{
    color: #000;
    text-decoration: none;
    outline: none;
}
.all-services .serv .box h3{
    margin: 0;
    padding: 15px;
    font-weight: bold;
    transition: all 0.5s ease 0s;
    color: #3662ae;
    font-size: 18px;
}

.all-services .serv .box:hover{
    background: #29b779;
    border: 1px solid #29b779;
    transition: all 0.5s ease 0s;
    color: #fff;
}
.all-services .serv .box:hover h3{
    transition: all 0.5s ease 0s;
    color: #fff;
}
.all-services .serv .box:hover a{
    transition: all 0.5s ease 0s;
    color: #fff;
}





/*********/


/**/

.workpost{
    float: right;
    padding: 10px;
    overflow: hidden;
    text-align: right;
    direction: rtl;
    position: relative;
}
.workpost .box{
    padding: 0;
    display: block;
    overflow: hidden;
    border: 1px solid #fff;
}
.workpost img{
    width: 100%;
    height: 250px;    
    transition: all 0.5s ease 0s;
        transform: scale(1);
}
.workpost:hover img{  
    transition: all 0.5s ease 0s;
        transform: scale(1.2);
}

.workpost h3 {
    position: absolute;
    bottom: 2px;
    right: 10px;
    left: 10%;
    padding: 15px 20px 15px 60px;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: normal;
}
.workpost h3 .fa{
    float: left;
    width: 55px;
    background: #3662ae;
    font-size: 15px;
    text-align: center;
    margin: 0 15px 0 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9;
        display: flex;
        flex-direction: column;
        justify-content: center;
}


@media (min-width: 1200px){   
.container {
    max-width: 1200px;
}
}


iframe{
    left: 0 !important;
}





/**********************/




  .pru{
    padding: 50px 10px;
  }
  .pru .block{
    float: right;
    padding: 10px;
  }
  .pru .block .box{
    padding: 20px 20px 30px;
    border: 1px solid #f1f1f1;
    height: 300px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    position: relative;
  }
   .pru .block .box:hover{
    border: 1px solid #29b87a;
  }
  .pru .block .box img{
    display: block;
    margin: 0 auto;
    height: 230px;
    width: auto;
  }
  .pru .block .box h2{
    display: block;
    margin: 0;
    color: #ffffff;
    font-weight: normal;
    font-size: 22px;
    background: #29b87a;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    font-weight: 600;
  }
  
  
  
   .popup{
    padding: 30px 20px;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999999;
    display: none;
                flex-direction: column;
                justify-content: center;
  }
  .up .popup{
                    display: flex !important;

  }
  .x{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #f00;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 9;
  }
  .popup .pru-detl{
    background: #fff;
    padding: 25px;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 50vh;
    display: block;
    margin: 0 auto;
    text-align: left;
    direction: ltr;
    overflow-y: auto;
  }
  
  
  .pru-detl h1{
  text-align: left;
  display: block;
  margin: 0 0 20px;
  color: #3463af;
  font-weight: bold;
  font-size: 50px;
}
.pru-detl .blocks {
  float: left;
  padding: 5px;
}
.pru-detl .blocks img{
  margin: 20px auto;
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
  height: auto !important;
}
.pru-detl .blocks .col{
  padding: 10px 20px;
  font-size: 11px;
  color: #666;
  line-height: 1.5;
  font-family: tahoma;
  float: left;
}
.pru-detl .blocks .col h6{
  display: block;
  color: #29b87a;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
  border-bottom: 1px solid #3662ae;
  margin: 0 0 7px;
}


.contentes{
  font-family: tahoma;
    padding: 10px;
    font-size: 11px;
    color: #666;
}
.contentes h6{
    display: block;
    color: #29b87a;
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0;
    margin: 0 0 7px;
}
.contentes p{
line-height: 1.5;
max-width: 800px;
}
.contentes ul,
.pru-detl .blocks .col ul{	
    padding: 0 0 0 14px;
}
.contentes ul li,
.pru-detl .blocks .col ul li{
    list-style: disc;
    padding: 0;
}
::marker {
    color: #29b87a; 
}
/*  */
.blockss{
    display: flex;
    margin: 30px auto 10px;
    max-width: 700px;
    justify-content: space-between;
    align-items: center;
}
.blockss a{
    background: #29b87a;
    color: #fff;
    font-size: 20px;
    display: flex;
    width: 48%;
    height: 59px;
    margin: 5px 0;
    border-radius: 8px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    outline: none;
}
@media (max-width: 768px){ 
	.blockss a{
	font-size: 13px;
	padding: 0;
	}
}
.blockss a:hover{
    background: #3662ae;
}

  