@charset "utf-8";



/*****=====*****=====*****=====*****=====
    01. IMPORTED STYLE CSS
=====*****=====*****=====*****=====*****/

/* GOOGLE FONTs */

@import url('https://fonts.googleapis.com/css?family=Asap:400,400i,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i');


/* OTHER IMPORTED CSS */
/*@import url('bootstrap-dropdownhover.css');*/
@import url('font-awesome.min.css');
@import url('flaticon.css');
@import url('animate.min.css');
@import url('magnific-popup.css');
@import url('owl.carousel.min.css');
@import url('intlInputPhone.min.css');
@import url('datepicker.css');
@import url('menu.css');

/*****=====*****=====*****=====*****=====
    02. General CSS 
=====*****=====*****=====*****=====*****/

.page-wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

body {
    background: #e6e6e6;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 26px;
    color: #4c4c4c;
}
body.modal-open {
    padding-right:0 !important;
}

.text-center{text-align: center;}
.tc-fff{color:#fff;}

/***Common CSS ***/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Asap', sans-serif;
    color: #111111;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    letter-spacing: 0.8px;
}

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

p {
    color: #4c4c4c;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
    line-height: 26px;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
}

a {
    color: #4a4a4a;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    color: #032f3c;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

ul {
    text-decoration: none;
    margin: 0;
    padding: 0;
}

ul li {
    text-decoration: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-inline>li {
    display: inline-block;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

img.icon {
    width: auto;
}

section,.section {
    background-attachment: fixed;
    background-color: #e6e6e6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1170px;
}
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 1.875rem;
}
.row {
    --bs-gutter-x: 1.875rem;
}
.form-row.row {
    --bs-gutter-x: .5rem;
}

::selection {
    text-decoration: none;
    background: #032f3c; /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    text-decoration: none;
    background: #032f3c; /* Gecko Browsers */
    color: #fff;
}

address {
    line-height: 1.42857143;
    margin-bottom: 20px;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff00;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
    padding: 30px;
}

.panel-info {
    border-color: #032f3c93;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.modal.fade.show {
  opacity: 1;
}

/* Form CSS */
input {
    text-decoration: none;
    resize: none;
    margin-bottom: 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
    resize: none;
    height: 55px;
    font-size: 14px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #333;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #999 !important;
}
::-moz-placeholder {
    color: #999 !important;
}
:-ms-input-placeholder {
    color: #999 !important;
}
input:-moz-placeholder {
    color: #999 !important;
}

.ani-3,
.ani-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.ani-5,
.ani-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.ani-7,
.ani-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.fade.in {
    -webkit-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
}
#modal1{
    background-color: rgba(0, 0, 0, .7);
    color: rgba(0, 0, 0, .7);
}
.modal-popup .modal-content:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #032f3c;
}
.modal-content {
    border: 2px solid #f2f2f2;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: left center;
}
.modal .close {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #032f3c;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-shadow: none;
    height: 25px;
    width: 25px;
    text-align: center;
    opacity: 1;
    border-radius: 50%;
    box-shadow: 2px 2px 8px #222;
    z-index: 2;
}
.modal-backdrop.in{
    position:relative;
}
.modal-header, .modal-body, .modal-footer {
    position: relative;
}
.modal-body {
    padding: 30px;
    color: #fff;
}
.modal-body [class^="col-"], .modal-body [class^="container"] {
    padding: 0px;
}
.modal-body .heading {
    margin-top: 0px;
}
hr.hr-2 {
    border-bottom: 2px solid #fff;
    width: 50px;
}

hr {
    border: 0;
    border-bottom: 1px solid #d5d5d5;
    position: relative;
    margin: 25px auto;
    opacity: 1;
}
.font22 {
    font-size: 22px;
}
.cursor-pointer {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .modal:before {
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

/*****=====*****=====*****=====*****=====
    03. Default Section & Container css 
=====*****=====*****=====*****=====*****/

.section-title {
    margin-bottom: 50px;
}

.section-title.style-1 h2 {
    text-align: right;
    border-right: 2px solid #032f3c;
    padding: 10px 15px 10px 0;
    line-height: 36px;
}

.section-title.style-2 h2 {
  color: #333;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.section-title.style-2 h2 span {
    color: #032f3c;
}

.section-title.style-2 p {
    font-family: 'Open Sans', sans-serif;
    color: #4c4c4c;
    font-size: 14px;
    margin: 0 auto;
    max-width: 578px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title.style-1 h2 {
    font-size: 22px;
    line-height: 30px;
  }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title.style-1 h2 {
    font-size: 30px;
    padding: 25px 15px 25px 0;
  }

}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .section-title.style-1 h2 {
    text-align: center;
    padding: 20px 15px 20px 0;
    border-right: none;
    border-bottom: 1px solid #032f3c;
  }
}

.section-title-icon {
    background-color: #032f3c;
    height: 3px;
    margin: 16px auto 12px;
    position: relative;
    width: 60px;
}

.section-title-icon:after {
    background-color: #032f3c;
    content: "";
    height: 3px;
    position: absolute;
    right: 0;
    width: 50%;
}

.over-layer-black,
.over-layer-white, 
.over-layer-theme {
    position: relative;
}

.over-layer-black:before,
.over-layer-white:before, 
.over-layer-theme:before,
.over-layer-white-deep:before,
.over-layer-white-light:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.85);
}

.over-layer-white:before {
    background-color: rgba(255, 255, 255, 0.7);
}

.over-layer-white-light:before {
    background-color: rgba(255, 255, 255, 0.93);
}

.over-layer-white-deep:before {
    background-color: rgba(255, 255, 255, 0.95);
}

.over-layer-theme:before {
    background-color: rgba(238, 40, 60, 0.85);
}

/*Button Style Css*/

.btn {
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.42857143;
}
.btn-theme,
.btn-theme-1,
.btn-black,
.btn-white,
.btn-transparent,
.btn-bordered {
  padding: 12px 18px;
  border-radius: 0;
  border: none;
  color: #fff;
  background: #032f3c;
  letter-spacing: 1px;
  margin-top: 20px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-theme:hover,
.btn-theme-1:hover,
.btn-black:hover,
.btn-white:hover,
.btn-transparent:hover,
.btn-bordered:hover {
    color: #ffffff;
    background: #036268;
    border: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-theme-1 {
    color: #ffffff;
    background: #032f3c;
}
.btn-theme-1:hover {
    color: #ffffff;
    background: #032f3c;
}
.btn-black {
    color: #ffffff;
    background: #333;
}
.btn-black:hover {
    color: #ffffff;
    background: #032f3c;
}
.btn-white {
    color: #333;
    background: #ffffff;
    border: 1px solid #333;
}
.btn-white:hover {
    color: #ffffff;
    background: #032f3c;
    border: 1px solid #032f3c;
}
.btn-transparent {
    color: #032f3c;
    background: transparent;
}
.btn-transparent:hover {
    color: #ffffff;
    background: #032f3c;
}
.btn-bordered {
    color: #032f3c;
    background: transparent;
    border: 1px solid #032f3c;
}
.btn-bordered:hover {
    color: #ffffff;
    background: #032f3c;
    border: 1px solid #032f3c;
}
.btn-center {
    background: transparent;
    border: 1px solid #333;
    color: #333;
    font-size: 13px;
}
.btn-center:hover {
    background: #032f3c;
    border: 1px solid #032f3c;
    color: #FFF;
}


.preloader{
    position: fixed;
    inset: 0;
    z-index: 999999;
    background-color: #036268;
  
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* الصورة */
  .preloader img{
    width: 100%;
    max-width: 800px;  
    height: auto;     
  }
  

/*Scrollup CSS*/

.scrollup {
  background-color: #036268;
  border-radius: 50%;
  bottom: 20px;
  color: #ffffff;
  display: none;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 1;
}

.scrollup:hover {
  background-color: #036268;
  color: #fff;
}

a.scrollup:hover i,
a.scrollup:active i,
a.scrollup:focus i {
  color: #fff;
}

/*--------------------------------*/
/*  4 Strat Header Section
/*--------------------------------*/

#navbar-collapse-1 > ul > li.nav-item.dropdown.mega-menu.mega-menu-full-wide > div > div >
div.col-lg-4.col-md-3.hidden-md-down > img {
    width: 220px;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    width: 265px;
}

nav.navbar.bootsnav ul.nav li.megamenu-fw > a:hover,
nav.navbar.bootsnav ul.nav li.megamenu-fw > a:focus,
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a {
    background-color: transparent !important;
    color: #032f3c !important;
    font-weight: 700;
}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "\f107";
}

nav.navbar.bootsnav li.dropdown .dropdown-toggle:hover {
    background-color: #032f3c !important;
    color: #fff !important;
}

.attr-nav > ul > li > a {
    padding: 24px 16px !important;
    line-height: 30px;
}

.attr-nav > ul > li.search > a:hover {
    color: #032f3c;
}

.attr-nav > ul > li.search a {
}

.attr-nav > ul > li.search .dropdown-toggle:after {
    display: none;
}

.attr-nav > ul > li.search.dropdown ul.dropdown-menu {
  border: none;
  border-top: 3px solid #032f3c;
  margin-left: 33px;
  top: calc(100% + 0px);
}

.attr-nav > ul > li.search .search-box {}

.attr-nav > ul > li.search .search-box .form-group {
  cursor: pointer;
  margin-bottom: 0;
}

.attr-nav > ul > li.search .search-box .form-group .form-control {
  background-color: #f5f9ff;
  border: none;
  margin-bottom: 0;
  padding-right: 5px;
  width: calc(100% - 48px);
}

.attr-nav > ul > li.search .search-box .form-group .form-control-feedback {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 48px;
  height: 100%;
  line-height: 55px;
  text-align: center;
  pointer-events: none;
  bottom: 0;
  background-color: #032f3c;
  color: #fff;
}

.attr-nav > ul > li.search > a,
.attr-nav > ul > li.chart > a {
    color: #032f3c;
    font-size: 16px;
}

.attr-nav > ul > li.chart > a:after {
    display: none;
}

.attr-nav > ul > li.chart > a .badge {
    background-color: #032f3c;
    border-radius: 50%;
}

nav.navbar.bootsnav li.dropdown .dropdown-menu {
    max-height: none;
}

nav.navbar.bootsnav li.dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #eee !important;
    color: #333;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

nav.navbar.bootsnav li.dropdown .dropdown-menu li a.btn-cart {
    background-color: #032f3c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 25px;
}

nav.navbar.bootsnav li.dropdown .dropdown-menu .dropdown-item.btn-cart:hover {
    background-color: #333;
    color: #fff;
}

nav.navbar.bootsnav li.dropdown .dropdown-menu .dropdown-item:hover,
nav.navbar.bootsnav li.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #f7f7f7;
    color: #032f3c;
}

.top_header {
    background: #032f3c;
}

.header-topbar-col {
  overflow: hidden;
  padding: 3px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-topbar-col ul.address {
  color: #ffffff;
  padding: 10px 10px 10px 5px;
}

.header-topbar-col ul.address li {
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  list-style: outside none none;
  margin: 0 14px 0 0;
  padding: 0;
}

.header-topbar-col ul.address li:first-child {
  margin-right: 25px;
  position: relative;
}

.header-topbar-col ul.address li:first-child:before {
  background-color: #fff;
  content: "";
  height: 22px;
  position: absolute;
  right: -15px;
  top: 3px;
  width: 2px;
}

.header-topbar-col ul.address li i {
    color: #ffffff;
    margin-right: 8px;
}

.header-topbar-col ul.address li a {
    color: #ffffff;
    font-weight: 600;
}

.footer-item ul.socials-icon {
    padding-top: 2px;
}

.footer-item ul.socials-icon li {
    display: inline-block;
    list-style: none;
    color: #ffffff;
}

.footer-item ul.socials-icon li span {
    margin-right: 12px;
}

.footer-item ul.socials-icon li a {
  background: #fff;
  color: #032f3c;
    border: medium none;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 30px;
}

.footer-item ul.socials-icon li a:hover {
    background: #032f3c;
    color: white;
}

.footer-item p {
    color: #fff;
    margin-bottom: 12px;
}

.dropdown-buttons .btn-group .dropdown-menu.cart .panel-body {
    text-align: left !important;
}

.dropdown-buttons .btn-group .dropdown-menu.cart {
    padding-bottom: 15px;
}

.dropdown-buttons .btn-group .dropdown-menu.cart .panel-body a {
    background: #032f3c;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0px;
    position: relative;
    overflow: hidden;
}


/* Style 2 */

.topbar {
    background: #032f3c;
    padding: 20px 20px;
    position: relative;
    float: left;
    width: 100%;
}

.topbar::before,
.topbar::after {
    content: "";
    display: table;
}

.topbar::after {
    content: "";
    position: absolute;
    left: -65px;
    bottom: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 75px solid #032f3c;
    border-left: 65px solid transparent !important;
}

.topbar span {
    color: #ffffff;
    float: left;
    font-size: 12px;
    font-weight: 600;
    margin-right: 80px;
}

.topbar span em {
    color: #ffffff;
}

.topbar .top-social {
    margin: 0;
    padding: 0;
}

.topbar .top-social li {
    display: inline-block;
}

.topbar .top-social li a {
    font-size: 13px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 35px;
    border: none;
    color: #032f3c;
    background: #ffffff;
    display: block;
    text-align: center;
}

.topbar ul li a:hover {
    color: #032f3c;
}

.topbar > span:nth-child(2) {
    margin-right: 5px;
}

.topbar .registration a {
    float: left;
    font-size: 11px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 10px;
    margin-left: 10px;
}


.header-top .container {
    padding-top: 30px !important;
    padding-bottom: 20px;
}

.header-tops {
    padding: 10px 5px;
}

.header-tops select {
    height: 40px !important;
    border-radius: 50px;
    margin-bottom: 0;
}

.header-tops address {
    font-size: 18px;
    padding-top: 12px;
}

.header-tops address li i {
    color: #032f3c;
    margin-right: 5px;
}

.header-tops .icon-style-1 li {
    border-radius: 50%;
    background: #032f3c;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-tops .icon-style-1 li a {
    color: #FFF;
    display: block;
}

.header.style-4 .navbar-nav li .nav-link {
    color: #fff;
}

.header.style-4 .fixed-header .navbar-nav li .nav-link {
    color: #333;
}

.header.style-4 .menu-style .navbar-nav li.active a.nav-link,
.header.style-4 .menu-style .navbar-nav li:focus a.nav-link,
.header.style-4 .menu-style .navbar-nav li:hover a.nav-link {
    color: #333;
}

.header.style-4 .menu-style .fixed-header .navbar-nav li.active a.nav-link,
.header.style-4 .menu-style .fixed-header .navbar-nav li:focus a.nav-link,
.header.style-4 .menu-style .fixed-header .navbar-nav li:hover a.nav-link {
    color: #032f3c;
}

.menu-style.bdb-1 {
  border-bottom: 1px solid #f6f6f6;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
  margin-left: -15px;
  padding: 15px;
}
nav.navbar .navbar-brand img.logo {
  width: 215px;
}


/* NavBar Fixed CSS */

.affix {
    border-bottom: 1px solid #cccccc;
    background: #ffffff !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* End Header Two CSS */


/* Atribute Navigation
=================================*/
.attr-nav{
    float: right;
    display: inline-block;
    margin-left: -2px;
    margin-right: -15px;
    margin-top: -2px;
}

.attr-nav > ul{
    padding: 0;
    margin: 0 0 -7px 0;
    list-style: none;
    display: inline-block;
}

.attr-nav > ul > li{
    float: left;
    display: block;
}

.attr-nav > ul > li > a{
    color: #6f6f6f;
    display: block;
    padding: 28px 15px;
    position: relative;
}

.attr-nav > ul > li > a span.badge{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 5px;
    font-size: 10px;
    padding: 0;
    width: 15px;
    height: 15px;
    padding-top: 2px;
}

.attr-nav > ul > li.dropdown ul.dropdown-menu{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    border: solid 1px #e0e0e0;
    border-top: solid 3px #032f3c;
}

ul.cart-list{
    padding: 0 !important;
    width: 250px !important;
    z-index: 7;
}

ul.cart-list > li{
    position: relative;
    border-bottom: solid 1px #efefef;
    padding: 15px 15px 23px 15px !important;
}

ul.cart-list > li > a.photo{
    padding: 0 !important;
    margin-right: 15px;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    left: 15px;
    top: 15px;
}

ul.cart-list > li img{
    width: 50px;
    height: 50px;
    border: solid 1px #efefef;
}

ul.cart-list > li > h6{
    margin: 0;
}

ul.cart-list > li > h6 > a.photo{
    padding: 0 !important;
    display: block;
}

ul.cart-list > li > p{
    margin-bottom: 0;
}

ul.cart-list > li.total{
    background-color: #f5f5f5;
    color: #4c4c4c;
    padding-bottom: 15px !important;
}

ul.cart-list > li.total > .btn{
    display: inline-block;
    border-bottom: solid 1px #efefef;
}

ul.cart-list > li .price{
    font-weight: bold;
}

ul.cart-list > li.total > span{
    font-size: 14px;
    padding-top: 8px;
}

@media (min-width: 1024px) {
.attr-nav > ul > li.dropdown ul.dropdown-menu{
    margin-top: 0;
    margin-left: 55px;
    width: 250px;
    left: -250px;
}
}




/*****=====*****=====*****=====*****=====
    06. About Feature Style Css
=====*****=====*****=====*****=====*****/

.about-section.about-top {
    background-color: transparent;
    margin-top: -116px;
    position: relative;
    z-index: 2;
}

.about-feature {
  margin-top: 50px;
}

.feature-circle {
  text-align: center;
  margin-bottom: 40px;
  transition: transform 0.3s ease;
}

.feature-circle:hover {
  transform: translateY(-10px);
}

.icon-circle {
  width: 150px;
  height: 150px;
  background: #032f3c;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  font-size: 48px;
  transition: background 0.3s ease, transform 0.3s ease;
}

.icon-circle:hover {
  background: #036268;
  transform: scale(1.1);
}

.feature-circle h4 {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222;
}

.feature-circle h4 span {
  color: #032f3c;
}

.feature-circle p {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.6;
}


.p-05 {
    padding: 0.5px;
}


/*****=====*****=====*****=====*****=====
    06. About Style Css
=====*****=====*****=====*****=====*****/

.about-item.style-1 {
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}
.about-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}

.img-overlay {
    position: relative;
}

.img-overlay:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #f1f1f1;
}

.about-item.style-1:hover .img-overlay:before {
    background-color: #000;
    opacity: .8;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.services-carousel .about-item.style-1 .about-image .img-overlay:before {
    background-color: rgba(241, 241, 241, 0.93);
}
.services-carousel .about-item.style-1:hover .img-overlay:before {
    background-color: rgba(241, 241, 241, 0.99);
    opacity: 1;
}
.about-item.style-1:hover h3 a,
.about-item.style-1:hover p {
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.services-carousel .about-item.style-1:hover p {
    color: #4c4c4c;
}
.services-carousel .about-item.style-1 h3 a:hover {
    color: #000 !important;
}

.about-item.style-1:hover h3 a:hover {
  color: #fff;
}
.about-item.style-1:hover h3 a {
  color: #032f3c;
}
.about-item.style-1 h3 a {
  color: #4a4a4a;
}
.about-icon-box i {
  font-size: 36px;
  color: #fff;
  background: #032f3c;
  display: inline-block;
  border-radius: 50%;
  width: 75px;
  line-height: 75px;
  height: 75px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.about-item.style-1:hover .about-icon-box i {
  color: #032f3c;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}


/* About Section theme 3 Div style css */
.mobile-responsive {
  text-align: center;
}  
.mobile-responsive ul li {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.mobile-responsive ul li i {
    position: absolute;
    left: 110%;
    right: 0;
    line-height: 250px;
    color: #fff;
    z-index: 2;
    font-size: 30px;
}

.mobile-responsive ul li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #032f3c;
    opacity: 0.5;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}
.mobile-responsive ul li:hover:after,
.mobile-responsive ul li:hover i {
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 
}

.mobile-responsive ul li:nth-child(2) {
  margin-left: -40px;
}
.mobile-responsive ul li:nth-child(3) {
  margin-top: -80px;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-responsive ul li i {
      line-height: 240px;
  }

  .mobile-responsive ul li {
    width: 240px;
    height: 240px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 495px) {
  .mobile-responsive ul li i {
      line-height: 160px;
  }

  .mobile-responsive ul li {
    width: 165px;
    height: 165px;
  }
}

.images-bg ul li {
    width: 49%;
    margin-bottom: 5px;
    position: relative;
    padding: 0;
}
.images-bg ul li {
}
.images-bg ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.images-bg ul li.white-overlay:before {
    background-color: rgba(255, 255, 255, 0.25);
}



/*****=====*****=====*****=====*****=====
    08. Service Box / Icon Box Style Css
=====*****=====*****=====*****=====*****/

.service-item {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


.service-icon {
    font-size: 50px;
    margin-bottom: 15px;    
}
.service-item.style-1 {
  display: flex;
  padding: 20px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.service-item.style-1 i {
  font-size: 30px;
  color: #4d4d4d;
  padding:0;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-item.style-1:hover i {
  color: #032f3c;
}
.service-item.style-1 .content {
  padding-left: 1em;
}
.service-item.style-1 .content h5 {
  font-size: 16px;
} 
.service-item.style-1 .content h5 a {
  color: #4d4d4d;
}
.service-item.style-1 .content h5:hover a {
  color: #032f3c;
}

.service-item.style-3 {
    display: flex;
    padding: 20px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-3 i {
    font-size: 30px;
    color: #4d4d4d;
    padding:0;
    margin-right: 15px;
    margin-top: 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.service-item.style-4 {
    position: relative;
    padding: 0 0 0 90px;
}
.service-item.style-4 .service-icon {
    position: absolute;
    left: 0;
    text-align: center;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    font-size: 35px;
    color: #032f3c;
    border: 1px solid #032f3c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item.style-4:hover .service-icon {
    background: #032f3c;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-4.icon-right {
    padding: 0 90px 0 0;
}
.service-item.style-4.icon-right .service-icon {
    left: auto;
    right: 0;
}

.service-item.style-5 {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  margin-bottom: 60px;
  padding: 50px 26px 18px;
  position: relative;
}
.service-item.style-5 .service-icon {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 4px;
    background: #032f3c;
    box-shadow: 0 0 0 10px #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-5 .service-icon i {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
}

.service-item.style-5:hover .service-icon {
    background: #222;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-5 .content h4 {
  color: #333;
  letter-spacing: 1px;
  margin-bottom: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.service-item.style-5 .link-btn {
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
  text-transform: uppercase;
}

.service-item.style-6 {
    position: relative;
    padding: 0 0 0 80px;
}
.service-item.style-6 .service-icon {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.service-item.style-6 .service-icon i {
    color: #222;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.service-item.style-6:hover .service-icon i {
    color: #032f3c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.service-white,
.service-item.service-white .service-icon i,
.service-item.service-white .service-icon {
    color: #fff;
}

.service-item.service-white .content h4 a {
    color: #fff;
}
.service-item.service-white .content h4 a:hover {
    color: #032f3c;
}

.service-item.service-theme:hover .service-icon i,
.service-item.service-theme .service-icon {
    color: #fff;
}

.service-item.service-theme .content h4 a {
    color: #032f3c;
}

.service-item.service-theme .service-icon i,
.service-item.service-theme .content h4 a:hover {
    color: #032f3c;
}

/* Services Style one start*/
.services-item {
  margin-bottom: 30px;
  position: relative;
}

.services-item.style-1 {
    padding-left: 65px;
}
.services-item.style-1 i {
    font-size: 30px;
    position: absolute;
    left: 1px;
    top: 0px;
    z-index: 2;
    margin-top: 0px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #fff;
    color: #032f3c;
    border: 1px solid #032f3c;
    border-right: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-item.style-1 .services-content {
    background: #fff;
    padding: 20px 5px 20px 20px;
    border: 1px solid #032f3c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-item.style-1 h4 {
    font-size: 18px;
}
.services-item.style-1 p {
    margin: 0;
    padding: 0;
}
.services-content {
    padding-left: 0;
    position: relative;
}

.services-item.style-1:hover .services-content,
.services-item.style-1:hover i {
  background: #4a4a4a;
  border-color: #4a4a4a;
}
.services-item.style-1:hover .services-content h4 a, 
.services-item.style-1:hover .services-content p,
.services-item.style-1:hover i {
  color: #fff;
}

/* Services Style Four start*/

.service-item.style-2 .thumb {
    position: relative;
    overflow: hidden;
}

.service-item.style-2 .thumb:after {
    background-color: rgba(255, 255, 255, 0);
    bottom: 0;
    opacity: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.service-item.style-2:hover .thumb:after {
    opacity: 1;
}

.service-item.style-2 .thumb img {
    position: relative;
}


.service-item.style-2 .title-box {
    background-color: #032f3c;
    padding: 12px 18px;
    position: relative; 
}

.service-item.style-2 .title-box h4 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.service-item.style-2 .title-box h5 {
    color: #eee;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.service-item.style-2 .service-icon {
    color: #fff;
    font-size: 42px;
    position: absolute;
    right: 14px;
    top: 12px;
}

.service-item.style-2 .service-icon i {
    line-height: 1;
}

.service-item.style-2 .thumb .service-icon {
    color: #032f3c;
}

.service-item.style-2 .content {
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    box-shadow: 0 5px 7px 0 rgba(111, 111, 111, 0.05);
    padding: 12px 18px 22px;
    position: relative;
}

.service-item.style-2 .content p {
  margin-bottom: 16px;
}

.service-item.style-2 .content .link-btn {
    background-color: #032f3c;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 6px 13px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.service-item.style-2 .content .link-btn:hover {
    color: #fff;
    background-color: #000;
}

.services-section .all-view-btn {
    border: 1px solid #eee;
    border-radius: 50px;
    color: #eee;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-top: 34px;
    padding: 12px 22px;
    text-transform: uppercase;
}

/******/
.service-item .thumb {
    aspect-ratio: 16 / 9;     
  }


.section-content-2 .service-item.style-2 .thumb:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
}

.service-item.style-2 .thumb:before {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 1px;
    position: absolute;
    right: -12px;
    top: 0;
    display: none;
    opacity: 0;
    transform: skew(0deg);
    z-index: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-item.style-2:hover .thumb:before {
    transform: skew(33deg);
    opacity: 1;
}

.section-content-2 .service-item.style-2 .content {
    display: none;
}

.section-content-2 .service-item.style-2 .thumb .hover-box {
    padding: 0 21px;
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.section-content-2 .service-item.style-2:hover .thumb .hover-box {
    top: 60px;
    opacity: 1;
}

.section-content-2 .service-item.style-2 .thumb .hover-box p {
    color: #f9f9f9;
    line-height: 22px;
    margin-bottom: 15px;
}

.section-content-2 .service-item.style-2 .thumb .hover-box a {
    background-color: #032f3c;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    text-transform: uppercase;
}

.section-content-2 .service-item.style-2 .thumb .hover-box a:hover {
    background-color: #222;
    color: #fff;
}



/* Services Style Four start*/
.services-item.style-4 i {
    background: #fff; 
    color: #000;
    border: 1px solid #cccccc;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    font-size: 30px;
    margin-bottom: 20px;
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-item.style-4 .services-content {
    margin-top: 50px;
}
.services-item.style-4 {
    border: 1px solid #cccccc;
    padding: 30px 10px;
}
.services-item.style-4:hover i {
    background: #032f3c;
    color: #fff;
    border-color: #032f3c;
}
/* Services Style Five start*/


.services-item.style-5 {
    background: #EEEEEE;
    padding: 10px 10px 25px 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.services-item.style-5 i {
    color: #272822;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    font-size: 40px;
    margin-bottom: 10px;
}
.services-item.style-5 h4{
    margin-bottom: 15px;
}
.services-item.style-5:hover {
    -webkit-box-shadow: 0px 9px 30px -15px #333;
    -moz-box-shadow: 0px 9px 30px -15px #333;
    box-shadow: 0px 9px 30px -15px #333;
}
/* Services Style Two start*/
.services-style-two {
    padding: 0;
}
.services-features-two i{
    background: #41423E; 
    color: #fff;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    font-size: 30px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-features-two:hover i{
    -webkit-box-shadow: 0px 8px 32px -8px rgba(28,28,28,1);
    -moz-box-shadow: 0px 8px 32px -8px rgba(28,28,28,1);
    box-shadow: 0px 8px 32px -8px rgba(28,28,28,1);
}
.services-features-two .back-color a{
    margin-top: 10px;
}

/* Services Style Three start*/
.services-style-three{
    padding: 0;
}

/* Services Style Five start*/
.services-style-five{
    padding: 0;
}
.services-features-five{
    background: #EEEEEE;
    padding: 10px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.services-features-five i{
    color: #272822;
    height: 80px;
    width: 80px;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    font-size: 40px;
    margin-top: 10px;
}
.services-features-five h4{
    font-size: 20px;
    margin-bottom: 20px;
}
.services-features-five p{
   padding-bottom: 20px;
}
.services-features-five .back-color a{
    margin-bottom: 20px;
}
.services-features-five:hover {
    -webkit-box-shadow: 0px 9px 40px -15px rgba(82,75,82,1);
    -moz-box-shadow: 0px 9px 40px -15px rgba(82,75,82,1);
    box-shadow: 0px 9px 40px -15px rgba(82,75,82,1)
}

/***Service Details***/

.service-details {
    border: 1px solid #eee;
    margin-bottom: 38px;
}

.service-details .thumb {
  
}

.service-details .content {
    padding: 28px;
}

.service-details .content h1 {
    color: #1c1c1c;
    font-size: 26px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.service-details .content .price-item {
    margin-bottom: 30px;
}

.service-details .content .price-item h4 {
    letter-spacing: 1px;
}

.service-details .content .price-item h4 span {
    color: #032f3c;
    margin-right: 8px;
}

.service-details .content .list-content {
}

.service-details .content .list-content .list-item {
    margin-bottom: 18px;
}

.service-details .content .list-content .list-item i {
    margin-right: 14px;
}

.service-details .content .list-content .list-item a {
    color: #032f3c;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

blockquote {
    background-color: #032f3c1c;
    border-color: #eee;
    border-image: none;
    border-style: solid;
    border-width: 4px 1px 1px 1px;
    border-top-color: #032f3c;
    margin-bottom: 40px;
    padding: 15px;

}





/*****=====*****=====*****=====*****=====
    09. Main Slider Style Css
=====*****=====*****=====*****=====*****/

.bs-slider{
    overflow: hidden;
    max-height: 800px;
    position: relative;
    background: #000000;
}
.bs-slider.bs-slider-one{
    max-height: 969px;
}
.bs-slider.bs-slider-style{
    max-height: 800px;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);    
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

.bs-slider-rtl.bs-slider .carousel-item {
    margin-right: -100%;
    margin-left: 0;
    float: left;
}

.bs-slider-rtl.bs-slider .carousel-item .slide-text {
  right: auto;
}

.bs-slider-rtl.bs-slider .carousel-item .slide-text.slide-style-right {
  right: 15%;
}

.bs-slider-rtl.bs-slider .carousel-indicators {
    margin-right: 15%;
}

.bs-slider-bg .carousel-item {
  background-color: #fff;
  min-height: 600px;
}

.slide-img {
  top: 30%;
  right: 16.5%;
  margin: auto;
  padding: 10px;
  position: absolute;
  width: auto;
  max-width: 475px;
  transform: rotate(-45deg);
}

.slide-img:after {
  background-color: #f5f9ff;
  border-radius: 50%;
  height: 250px;
  top: 30%;
  right: -15%;
  content: "";
  position: absolute;
  width: 250px;
  z-index: -1;
}

.bs-slider-bg .carousel-item .slide-text {
  top: 32%;
}

.bs-slider-bg .carousel-item .slide-text h2 {
  color: #333;
}

.bs-slider-bg .carousel-item .slide-text h4 {
  color: #032f3c;
  border: none;
  padding: 0;
}

.bs-slider-bg .carousel-item .slide-text.slide-bg-circle {
  z-index: 1;
}

.bs-slider-bg .carousel-item .slide-text.slide-bg-circle:before {
  background-color: rgba(47,172,222,.11);
  border-radius: 50%;
  height: 50px;
  top: -31%;
  left: -15%;
  content: "";
  position: absolute;
  width: 50px;
  z-index: -1;
}

.bs-slider-bg .carousel-item .slide-text.slide-bg-circle:after {
  background-color: #f5f9ff;
  border-radius: 50%;
  height: 150px;
  bottom: -44%;
  left: -8%;
  content: "";
  position: absolute;
  width: 150px;
  z-index: -1;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 45px;
    padding: 0 15px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.bs-slider-one.control-round .carousel-control {
    top: 38%;
}
.bs-slider-style.control-round .carousel-control {
    top: 45%;
}
.control-round:hover .carousel-control{
    opacity: 1;
    color: #fff;
}
.control-round .carousel-control:hover{
    opacity: 1;
    color: #fff;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fff;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
  margin-bottom: 37px;
}
.indicators-line > .carousel-indicators li {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: 1;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.indicators-line > .carousel-indicators .active{
  background-color: transparent;
  border-color: #032f3c;
  box-shadow: 0 0 0 2px #032f3c;
}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #032f3c;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/
.slide-style-left {
    text-align: left !important;
}
.slide-style-right {
    text-align: right !important;
}
.slide-style-center {
    text-align: center !important;
}

.slide-text {
    left: 15%;
    top: 22%;
    right: 15%;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.bs-slider-one .slide-text {
    top: 24%;    
}

.bs-slider-style .slide-text {
    top: 22%;    
}

.slide-text > h2 {
    animation-delay: 0.7s;
    color: #ffffff;
    display: inline-block;
    font-size: 58px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 30px;
    opacity: 0;
    text-transform: uppercase;
}

.slide-text > h2 {
    animation-direction: 1.5s ease 0.7s normal forwards 1 running fadeInLeftSlow;
    opacity: 1;
}

.slider-wrapper.style-2 .slide-text > h2 {
  background-color: rgba(47, 172, 222, 0.4);
}

.slide-text .slide-animate-left {
    opacity: 0;
    -moz-animation: fadeInLeft 1.5s 0.2s forwards;
    -webkit-animation: fadeInLeft 1.5s 0.2s forwards;
    -o-animation: fadeInLeft 1.5s 0.2s forwards;
    -ms-animation: fadeInLeft 1.5s 0.2s forwards;
    animation: fadeInLeft 1.5s 0.2s forwards;
}

.slide-text .slide-animate-left {
    opacity: 0;
    -moz-animation: fadeInLeft 1.5s 0.2s forwards;
    -webkit-animation: fadeInLeft 1.5s 0.2s forwards;
    -o-animation: fadeInLeft 1.5s 0.2s forwards;
    -ms-animation: fadeInLeft 1.5s 0.2s forwards;
    animation: fadeInLeft 1.5s 0.2s forwards;
}

.slide-text .slide-animate-left-fast {
    opacity: 0;
    -moz-animation: fadeInLeft 1.3s 0.2s forwards;
    -webkit-animation: fadeInLeft 1.3s 0.2s forwards;
    -o-animation: fadeInLeft 1.3s 0.2s forwards;
    -ms-animation: fadeInLeft 1.3s 0.2s forwards;
    animation: fadeInLeft 1.3s 0.2s forwards;
}

.slide-text .slide-animate-right {
    opacity: 0;
    -moz-animation: fadeInRight 1.5s 0.2s forwards;
    -webkit-animation: fadeInRight 1.5s 0.2s forwards;
    -o-animation: fadeInRight 1.5s 0.2s forwards;
    -ms-animation: fadeInRight 1.5s 0.2s forwards;
    animation: fadeInRight 1.5s 0.2s forwards;
}

.slide-text .slide-animate-right-fast {
    opacity: 0;
    -moz-animation: fadeInRight 1.3s 0.2s forwards;
    -webkit-animation: fadeInRight 1.3s 0.2s forwards;
    -o-animation: fadeInRight 1.3s 0.2s forwards;
    -ms-animation: fadeInRight 1.3s 0.2s forwards;
    animation: fadeInRight 1.3s 0.2s forwards;
}

.slide-text > h4 {
    background-color: rgba(255, 255, 255, 0.4);
    border-bottom: 3px solid #032f3c;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    margin-bottom: 20px;
    padding: 8px 28px;
    text-transform: uppercase;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default {
    background: #032f3c none repeat scroll 0 0;
    border: 1px solid #032f3c;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    margin-right: 10px;
    outline: medium none;
    padding: 17px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    white-space: nowrap;
}

.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #032f3c;
    border: 1px solid #032f3c;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #032f3c;
    border: 1px solid #032f3c;
}

/* Type-slider Css */

.type-slider {
  padding-top: 100px;
  padding-bottom: 100px;
}
.type-slider p {
  color: #eee;
}

/* Flexslider */

.flexslider {
    height: 800px;
    margin: 0 auto;
    box-shadow: none;
    overflow: hidden;
    border: none;
}

.flexslider li {
    position: relative;
}

.flexslider li .meta {
    position: absolute;
    top: 25%;
    left: 20%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.flexslider li .meta.slide-center,
.flexslider li .meta.slide-center h2,
.flexslider li .meta.slide-center p, 
.flexslider li .meta.slide-center .category {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}


.flexslider li .meta.slide-center h2,
.flexslider li .meta.slide-center p, 
.flexslider li .meta.slide-center .category {
  margin-bottom: 20px;
}
.flexslider li .meta.slide-center p {
  margin-bottom: 30px;
}

.flexslider li h2 {
    background: rgba(51, 51, 51, 0.5);
    padding: 12px 18px 12px;
    font-size: 1.8em;
    font-weight: 300;
    color: #fff;
}

.flexslider li p {
    background: rgba(51, 51, 51, 0.5);
    padding: 13px 18px 11px;
    font-size: 1.1em;
    font-weight: 300;
    margin-bottom: 20px;
}

.flexslider li h2,
.flexslider li p,
.flexslider li .category button,
.flexslider li .category button {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide .meta h2,
.flexslider li.flex-active-slide .meta p,
.flexslider li.flex-active-slide .meta .category button,
.flexslider li.flex-active-slide .meta .category button {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.flexslider li.flex-active-slide .meta h2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.flexslider li.flex-active-slide .meta .category button {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

.flexslider li.flex-active-slide .meta .category button {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.flex-direction-nav {
  margin-top: -42%; 
}
.flex-direction-nav li .flex-next {
  z-index: 999;
  right: 30px;
}
.flex-direction-nav a:before {
  font-size: 30px;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .carousel-indicators {
      display: none;
    }

}

.btn-slider {
    margin-top: 30px;
    border-color: #FFF;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-slider:hover {
    border-color: #333;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.border-0 {
    border: none !important;
}
.border-1px {
    border: 1px solid #ddd;
}
.border-bottom-1px {
    border-bottom: 1px solid #ddd;
}
.border-right-1px {
    border-right: 1px solid #ddd;
}

/* Slick Slider Style Css */

.slick-slider .slick-next {
  right: 40px;
}
.slick-slider .slick-prev {
  left: 20px;
  z-index: 1;
}
.slick-slider .slick-dots {
  bottom: 20px;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-size: 40px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slick-slider:hover .slick-prev:before,
.slick-slider:hover .slick-next:before {
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#home.slick-slider.slick-slider--slider {
  background-size: cover;
}
.slick-slider .ct-slick {
  margin-bottom: 0;
}
.slick-slider {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-tablex-display {
  display: table;
  width: 100%;
  height: 600px;
}
.slick-tablex-display > .slick-slider-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.slick-slider h2.big {
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  padding-top: 50px;
}
.slick-slider p {
  font-size: 16px;
  color: #fff;
}

.ct-slick .slick-track,
.ct-slick .slick-list,
.ct-slick .item,
.ct-slick .slick-item {
  min-height: inherit;
}
.ct-slick .item {
  background-size: cover;
}


/* Transitions */
.slick-slider .activate {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.slick-slider .animated {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}



a.btn-primary {
  color: #ffffff;
  cursor: pointer;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-left: 10px;
  text-align: center;
  padding: 17px 30px;
  white-space: nowrap;
  letter-spacing: 1px;
  background: #032f3c;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}



/*****=====*****=====*****=====*****=====
    12. Half Divider css
=====*****=====*****=====*****=====*****/
.half-divider::before {
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.9);
}

.half-divider-black::before {
    background: rgba(17, 17, 17, 0.9);
}

.half-divider-white::before {
    background: rgba(255, 255, 255, 0.9);
}

.half-divider-theme::before {
    background: rgba(238,44,60, 0.6);
}

.half-left::before  {
    left: 0;
    right: auto;
}

.half-right::before  {
    left: auto;
    right: 0;
}


@media screen and (max-width: 767px)  {
    .half-divider::before {
        width: 100%;
    }
}

/* Inner area Style Css */

.inner-area p a:before {
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  color: #032f3c;
  margin: 0 8px;
}

.inner-area p {
  color: #757575;
}

.inner-area p a {
  color: #757575;
}

              
.index-img .section-title.light-title{
    position: relative;
    margin-bottom: 70px;
}
.index-img .section-title.light-title h2{
    position: relative;
    z-index: 1;
    background: #1b1b1b;
    color: #eee;

}
.index-img .section-title.light-title h5 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -40px;
    font-size: 100px;
    z-index: 0;
    color: #333;
}
.index-img {
    position: relative;
    overflow: hidden;
}

.index-hover {
    border-radius: 5px;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-hover:hover {
    margin-top: -10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.index-hover h5 a {
    background: #2d2d2d;
    color: #fff;
    padding: 15px 0;
    display: block;
    text-align: center;
    border-radius: 0 0 5px 5px;
}
.index-area h2 {
    font-size: 36px;
    line-height: 60px;
}
.index-area h2 span {
    font-size: 48px;
    color: #032f3c;
    font-weight: bolder;
}

.preview-features-item ul li {
    padding-bottom: 15px;
    color: #ddd;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.preview-features-item ul li:hover {
    color: #032f3c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.preview-features-item ul li i {
    font-size: 18px;
    color: #032f3c;
}


/*****=====*****=====*****=====*****=====
    15. Funfact Style css
=====*****=====*****=====*****=====*****/
.funfact-item {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
}

.funfact-item.style-1 .count .icon {
    display: inline-block;
    margin-bottom: 10px;
}

.funfact-item.style-1 .count .icon img {
    width: 60px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.funfact-item.style-1:hover .count .icon img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.funfact-item.style-1 .count i {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
}

.funfact-item.style-1 .count .start-count {
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #fff;
    margin-top: 20px;
}

.funfact-item.style-1 p {
    color: #032f3c;
    text-transform: capitalize;
    margin-top: 15px;
    font-size: 18px;
}

/* Funfact Item Style Two */ 
.funfact-item.style-2 .count .icon {
    position: relative;
}

.funfact-item.style-2 .count .icon:after {
    background-color: #ddd;
    content: "";
    height: 100px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 1px;
}

.funfact-item.style-2 .count .icon i {
    color: #032f3c;
    display: inline-block;
    float: left;
    left: 25%;
    position: relative;
    font-size: 42px;
    margin-left: 0;
}

.funfact-item.style-2 .count h2.start-count {
    color: #333;
    font-size: 28px;
    line-height: 1;
}

.funfact-item.style-2 p {
    border-top: 1px solid #ddd;
    color: #032f3c;
    float: left;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 18px;
    padding-top: 10px;
    text-transform: uppercase;
    width: 100%;
}

/* Funfact Item Style Three */
.funfact-item.style-3 {
    float: none;
}

.funfact-item.style-3 .start-count.border-none {
    border: 0 !important;
}

.funfact-item.style-3 .count .icon i {
    color: #fff;
    position: relative;
    font-size: 50px;
}

.funfact-item.style-3 .count h2.start-count {
    border-right: 1px solid #FFF;
    font-size: 40px;
    padding: 20px 0;
    color: #032f3c;
}

.funfact-divider.over-layer-white-deep:before {
    background-color: rgba(255, 255, 255, 0.9);
}

.funfact-divider.over-layer-black-deep:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

/*Three*/

.over-layer-white-deep .funfact-item.style-3 .count .icon {
    background-color: #032f3c;
    display: inline-block;
}

.over-layer-white-deep .funfact-item.style-3 .count .icon i {
  color: #fff;
  font-size: 42px;
}

.over-layer-white-deep .funfact-item.style-3 p {
  color: #989898;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.over-layer-white-deep .funfact-item.style-3 .count h2.start-count {
    border-right: 1px solid #032f3c;
    font-size: 32px;
}

/* Funfact Item Style Four */
.funfact-item.style-4 h2.start-count {
    color: #222;
    font-size: 32px;
    height: 40px;
    top: 35px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.funfact-item.style-4 p {
    color: #333;
    left: 0;
    top: 80px;
     text-transform: capitalize; 
    position: absolute;
    line-height: 30px;
    width: 100%;
}

.funfact-item.style-4 .icon {
    border: 3px solid #032f3c;
    border-radius: 50%;
    display: block;
    padding-top: 30px;
    font-size: 25px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

.funfact-item.style-4 .icon i {
    position: relative;
    bottom: -90px;
    display: inline-block;
    border-radius: 50%;
    background: #032f3c;
    color: #fff;
    padding: 8px 0;
    height: 40px;
    width: 40px;
}

/* Funfact Item Style Five */
.funfact-item.style-5 .icon {
    float: left;
    margin-top: 10px;
}

.funfact-item.style-5 .icon i {
    color: #fff;
    font-size: 36px;
}

.funfact-item.style-5 .count {
    position: relative;
    padding-left: 30px;
    padding-top: 10px;
}

.funfact-item.style-5 .count::before {
    position: absolute;
    top: 0;
    left: 75px;
    width: 1px;
    height: 80px;
    content: "";
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.98);
}

.funfact-item.style-5 .count h2 {
    color: #fff;
}

.funfact-item.style-5 .count p {
    color: #fff;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Funfact Item Style Six */
.funfact-item.style-6 .icon {
    float: left;
    margin-top: 10px;
    background-color: #032f3c;
}

.funfact-item.style-6 .icon i {
    color: #fff;
    font-size: 36px;
}

.funfact-item.style-6 .count {
    position: relative;
    padding-left: 100px;
    padding-top: 10px;
}

.funfact-item.style-6 .count::before {
  background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
  content: "";
  height: 80px;
  left: 30px;
  position: absolute;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
  top: 0;
  width: 1px;
}

.funfact-item.style-6 .count h2 {
    color: #222;
}

.funfact-item.style-6 .count p {
    color: #222;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Funfact Item Style Seven */
.dark .grid-padding-0 {
    background-color: #323232;
}

.dark .grid-padding-0:nth-child(2n+2) {
    background-color: #3a3a3a;
}

.grid-padding-0 {
    padding-left: 0;
    padding-right: 0;
}

.grid-padding-0 .funfact-item.style-7 {
    padding: 100px 0;
}

.funfact-item.style-7 .count .icon i {
    color: #fff;
    font-size: 36px;
}

.funfact-item.style-7 h2 {
    margin: 10px 0;
    color: #032f3c;
}

/* Funfact Item Style Eight */
.light .grid-padding-0 {
    background-color: #f1f1f1;
}

.light .grid-padding-0:nth-child(2n+2) {
    background-color: #f9f9f9;
}

.grid-padding-0 {
    padding-left: 0;
    padding-right: 0;
}

.grid-padding-0 .funfact-item.style-8 {
    padding: 100px 0;
}

.funfact-item.style-8 .count .icon i {
    color: #222;
    font-size: 36px;
}

.funfact-item.style-8 h2 {
    margin: 10px 0;
    color: #333;
}




/*****=====*****=====*****=====*****=====
    20. Welcome Style Css
=====*****=====*****=====*****=====*****/

.welcome-section-style {
  padding: 80px 0 90px;
}

.welcome-section .welcome-title {
    background-color: #fff;
    margin-bottom: 70px;
    margin-top: -48px;
    padding-top: 24px;
    text-align: center;
}

.welcome-section .welcome-title h1 {
    font-size: 35px;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.welcome-section .welcome-title h1 span {
    color: #032f3c;
}

.welcome-section .welcome-title h4 {
    color: #032f3c;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.welcome-section .welcome-title p {
    color: #4c4c4c;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 0 auto;
    max-width: 800px;
}

.welcome-feature .thumb img {
  float: left;
  margin-top: 45px;
  max-width: none;
  width: auto;
}

.welcome-feature .welcome-item {
    border: 1px solid #032f3c9a;
    margin-bottom: 30px;
}

.welcome-feature .welcome-item .icon-box {
    color: #032f3c;
    display: inline-block;
    font-size: 34px;
    margin-bottom: 18px;
}

.welcome-feature .welcome-item .content {
    outline: 1px solid #032f3c9a;
    outline-offset: -4px;
    padding: 24px;
    position: relative;
}

.welcome-feature .welcome-item .content h3 {
    color: #333;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.welcome-feature .welcome-item .content p {
    margin-bottom: 1px;
}

.welcome-feature .welcome-item .content .welcome-btn {
    color: #032f3c;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.welcome-feature .welcome-item .content .serial-number {
    color: #032f3c;
    font-size: 50px;
    font-weight: bold;
    opacity: 0.2;
    position: absolute;
    right: 14px;
    top: 24px;
}


  


.divider-layer-style {
  padding-top: 86px;
  position: relative;
  z-index: 0;
}

.divider-layer-style:before {
    content: "";
    width: 4000px;
    height: calc(100% + 0px);
    background-color: #f5f9ff;
    position: absolute;
    right: 0;
    top: 0px;
    border-top-right-radius: 150px;
    z-index: -1;
}

.divider-layer-style .layer-left {
  margin-left: -80px;
}

.divider-layer-style .layer-thumb {
  border: 1px solid rgba(47, 172, 222, .4);
  outline: 1px solid rgba(47, 172, 222, .4);
  outline-offset: -4px;
  padding: 7px;
}

.divider-layer-style .experience-text {
    color: #333;
    display: inline-block;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

.divider-layer-style .experience-text .text-theme {
    color: #032f3c;
}

.divider-layer-style .experience-text .text-stroke {
    color: transparent;
    -webkit-text-stroke: 1px #032f3c;
}

.divider-layer-style .btn-style-wrp {
  text-align: right;
}

.divider-layer-style a.btn-style {
    background: #032f3c;
    border: 1px solid #032f3c;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    margin-right: 0;
    margin-bottom: -60px;
    outline: medium none;
    padding: 17px 30px;
    text-align: center;
    text-transform: uppercase;
    border-bottom-right-radius: 35px;
}

/*****=====*****=====*****=====*****=====
    21. Blog Style Css
=====*****=====*****=====*****=====*****/

.blog-item {
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-item .blog-content h4:hover {
    color: #032f3c;
}
.blog-item .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.blog-item .blog-images,
.blog-item .blog-content {
    width: 50%;
    float: left;

}
.blog-item .blog-content {
    background: transparent;
}

.blog-item .blog-content .blog-meta {
  padding: 0;
}

.blog-item .blog-content .blog-meta .date,
.blog-item .blog-content .blog-meta .comments a {
    border: 1px solid #eee;
    padding: 4px 12px;
}

.blog-item .blog-content .blog-meta .date li {
    font-family: 'Asap', sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
  
}

.blog-item .blog-content .blog-meta .date i {
  color: #c9c9c9;
  font-size: 15px;
  margin-right: 8px;
}

.blog-item .blog-content .blog-meta .date {
    margin-right: 5px;
} 

.blog-item .blog-content .blog-meta .comments a {
    font-family: "Asap",sans-serif;
    letter-spacing: 2px;
    padding: 8px 12px;
}

.blog-item .blog-content .blog-meta .comments a i {
    margin-right: 6px;
    color: #c9c9c9;
}

.blog-item .blog-content .blog-meta .comments a:hover i {
    color: #032f3c;
}

.blog-item .blog-img:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}
.hvr-bounce-to-top:before {
    background: #111;
}

.blog-item:hover .blog-img:before,
.blog-item:focus .blog-img:before,
.blog-item:active .blog-img:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
    
.blog-item:hover .blog-img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.blog-item:hover .blog-img .blog-event-date { 
    opacity: 0;
}
.blog-item:hover .blog-img { 
    border-top: none;
}
.blog-item:hover { 
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-item .blog-img .blog-event-date h3 {
    color: #fff;
    margin: 0;
    padding: 0.5em 0 0;
}
.blog-item .blog-img .blog-event-date h3 small {
    color: #222;
    display: block;
}
.blog-item .blog-content {
    position: relative;
    background: #fff;
    padding: 25px;
}
.blog-item .blog-content h4 {
    margin-bottom: 18px;
    font-size: 24px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-item .blog-content p {
  font-size: 14px;
  line-height: 26px;
  margin-top: 12px;
}
.blog-item .blog-meta {
    padding: 1em 0 1em;
}
.blog-item .blog-meta a {
    color: #a6a6a6;
    padding-right: 13px;
}
.blog-meta a + a:before {
    content: '';
    background: #a6a6a6;
    margin-right: 15px;
    width: 1px;
    height: 14px;
    bottom: -3px;
    position: relative;
    display: inline-block;
}
.blog-admin {
  padding: 20px;
  background: #fff;
}

.blog-admin img {
  float: left;
  width: 80px;
  height: auto;
  margin-right: 20px;
}

.blog-admin .blog-admin-desc {
  overflow: hidden;
}

.blog-admin .blog-admin-desc h5 {
  float: left;
  font-size: 16px;
  margin: 0 0 10px;
  text-transform: uppercase;
  text-transform: capitalize;
}

.blog-admin .blog-admin-desc ul {
  float: right;
}

.blog-admin .blog-admin-desc p {
  color: #555;
}


.blog-item:hover .blog-date {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-date h3 small,
.blog-date a {
    color: #032f3c;
}

/* Blog Comments */
.blog-comments img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.blog-comments .comment {
  background-color: #fbfbfb;
  border: 1px solid #eee;
  padding: 20px 30px;
  position: relative;
}

.blog-comments .comment:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #fff transparent transparent;
}

.blog-comments .comment h3 {
  margin: 0 0 10px;
}

.blog-comments .comment span {
  color: #555;
  float: right;
  font-size: 13px;
}

.blog-comments .comment p {
  color: #555;
}

/*Comments Reply*/
.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

.blog-info li a,
.blog-post h3 a {
    color: #333;
}
.blog-post h3,
.blog-info {
    padding-top: 15px;
}
.blog-post blockquote {
    position: relative;
    padding: 40px 40px 40px 40px;
    font-size: 1.071em;
    background-color: #FFF;
    border-radius: 5px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blog-admin-desc ul li a {
    color: #333;
}
.blog-admin-desc ul li a:hover {
    color: #032f3c;
}
.comment h5 span a {
    color: #032f3c;
}
.comment h5 span a:hover {
    color: #333;
}
.blog-item.style-1 {
    margin-bottom: 30px;
    border: 1px solid #032f3c;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-item.style-1 .blog-content h4:hover {
    color: #000;
}
.blog-item.style-1 .blog-img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.blog-item.style-1 .blog-img:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;

}
.blog-item.style-1:hover .blog-img:before,
.blog-item.style-1:focus .blog-img:before,
.blog-item.style-1:active .blog-img:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
    
.blog-item.style-1:hover .blog-img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.blog-item.style-1:hover .blog-img { 
    border-top: none;
}
.blog-item.style-1:hover {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-item.style-1 .blog-img .blog-event-date {
    position: absolute;
    width: 65px;
    height: 70px;
    text-align: center;
    background: #032f3c;
    right: 10px;
    top: 0;
    opacity: 1;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-item.style-1 .blog-img .blog-event-date h3 {
  color: #fff;
  font-size: 23px;
  padding-top: 6px;
}
.blog-item.style-1 .blog-img .blog-event-date h3 small {
  border-top: 1px solid #fff;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
  padding-top: 7px;
  text-transform: uppercase;
}
.blog-item.style-1 .blog-content {
    position: relative;
    background: #fff;
    padding: 20px;
}
.blog-item.style-1 .blog-content h4 {
    color: #032f3c;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.blog-item.style-1 .btn.btn-theme {
    border-radius: 4px;
    padding: 8px 14px;
}


.blog-item.style-1:hover .blog-date {
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-item.style-1 .blog-date {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 20%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.blog-item.style-1 .blog-date h3,
.blog-item.style-1 .blog-date i {
    color: #032f3c;
}
.blog-item.style-1 .blog-date i {
  font-size: 28px;
}
.blog-item.style-1 .blog-date h3 small,
.blog-item.style-1 .blog-date a {
    color: #FFF;
}
.blog-item.style-1 .blog-images,
.blog-item.style-1 .blog-content {
    width: auto;
    float: none;

}
.blog-audio iframe {
  width: 100%;
  height: 166px;
  border: none;
}
.blog-video iframe {
  width: 100%;
  height: 330px;
  border: none;
}


/*Blog Details css*/


.blog-details .thumb {
    width: 100%;
    aspect-ratio: 4/3; /* ثبّت النسبة (تقدر تغيّرها لـ 4/3 أو 1/1 للمربعة) */
    overflow: hidden;
  }
  
  .blog-details .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* يملأ الإطار بدون تمديد الصورة */
    object-position: center; /* يركّز الصورة في المنتصف */
    transition: transform 0.3s ease;
  }
  
  .blog-details .thumb img:hover {
    transform: scale(1.03);
  }
  
  .row.equal-height {
    display: flex;
    flex-wrap: wrap;
  }
  
  .row.equal-height > [class*="col-"] {
    display: flex;
  }


  .blog-details p {
    min-height: 50px; /* حسب كم سطر بدك يبين */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* عدد الأسطر المرئية */
    -webkit-box-orient: vertical;
  }
  
  
  
  .quote-author {
      font-weight: 600;
      margin: 0;
      color: #2b3d6b;
  }
  
  .quote-role {
      font-weight: 400;
      font-style: italic;
      color: #777;
  }
  
.blog-details {
    border: 2px solid #eee;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #e6e6e6;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  width: 100%;
}

.blog-details .content {
  padding: 24px;
  flex-grow: 1;
}

  


.blog-details .content h3 {
  letter-spacing: 1px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.blog-details .content .blog-info {
  background-color: #fbfbfb;
  border-radius: 50px;
  padding: 14px 18px;
}

.blog-details .content .blog-info li {
    font-weight: 600;
    letter-spacing: 1px;
}

.blog-details .content .blog-info a {
    margin-left: 6px;
    margin-right: 8px;
}


/*Blog Style css*/

.primo-item {
    padding-left: 15px;
    padding-right: 15px;
}
.primo-btn {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -45px;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .primo-btn {
        position: relative;
        margin-top: 0;
        right: 0;
        top: 0;
    }

}


.blog-post-grid-style .blog-post-style-single .blog-post-style-content {
    height: 300px;
    padding: 40px;
}
.blog-post-grid-style .blog-post-style-single .blog-post-style-img {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.blog-post-grid-style .blog-post-style-single .blog-post-style-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.blog-post-grid-style .blog-post-style-single:hover .blog-post-style-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.blog-post-style-content h4 {
    line-height: 26px;
    margin-top: 15px;
}
.blog-post-grid-style .blog-post-style-img.top:after,
.blog-post-grid-style .blog-post-style-img.bottom:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    bottom: -7px;
    width: 15px;
    height: 15px;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #f5f5f5;
}

.blog-post-grid-style .blog-post-style-img.bottom:after {
    top: -7px;
    bottom: auto;
}

.blog-post-grid-style div.col-md-4:first-child {
    padding-right: 0;
}
.blog-post-grid-style div.col-md-4:nth-child(2) {
    padding-right: 0;
    padding-left: 0;
}
.blog-post-grid-style div.col-md-4:last-child {
    padding-left: 0;
}
@media only screen and (min-width: 320px) and (max-width: 991px) {

    .blog-post-grid-style .blog-post-style-single {
        margin-bottom: 30px;
    }

    .blog-post-grid-style div.col-md-4:first-child {
        padding-right: 15px;
    }
    .blog-post-grid-style div.col-md-4:nth-child(2) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .blog-post-grid-style div.col-md-4:last-child {
        padding-left: 15px;
    }   

}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-post-grid-style .blog-post-style-single .blog-post-style-content {
        padding: 25px;
    }

}

/* Blog Comments */
.blog-comments img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.blog-comments .comment:before {
  width: 0;
  height: 0;
  top: 20px;
  left: -17px;
  content: " ";
  position: absolute;
  border-style: solid;
  border-width: 15px 17px 15px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}

.blog-comments .comment h5 {
  color: #032f3c;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.blog-comments .comment span {
  color: #555;
  float: right;
  font-size: 13px;
}

.blog-comments .comment p {
  color: #555;
}
/*Comments Reply*/
.blog-comments.blog-comments-reply {
  margin-left: 70px;
}

.blog-info li a,
.blog-post h3 a {
    color: #333;
}
.blog-post h3,
.blog-info {
    padding-top: 15px;
}
.blog-info>li {
    display: inline-block;
}
.blog-post h3 {
    font-size: 22px;
}
.blog-post blockquote {
    position: relative;
    padding: 40px 40px 40px 40px;
    font-size: 1.071em;
    background-color: #f5f5f5;
    border-radius: 5px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* Blog Admin Style Css */

.blog-admin {
  background: #e6e6e6 none repeat scroll 0 0;
  border: 2px solid #eee;
  padding: 20px;
}

.blog-admin img {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.blog-admin .blog-admin-desc {
  overflow: hidden;
}

.blog-admin .blog-admin-desc h5 {
  color: #032f3c;
  float: left;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0 0 10px;
  text-transform: capitalize;
}
.blog-admin .blog-admin-desc ul {
  float: right;
}

.blog-admin .blog-admin-desc p {
  color: #989898;
}
.blog-admin .blog-admin-desc ul>li {
  display: inline-block;
  padding: 0 5px;
}

.blog-admin-desc ul li a {
    color: #333;
}
.blog-admin-desc ul li a:hover {
    color: #032f3c;
}

/* Blog Admin Style Css */

.comment h5 span a {
    color: #032f3c;
}
.comment h5 span a:hover {
    color: #333;
}

/* Tweeter Feed Style Css */
.twitter-feed li {
  font-size: 13px;
  position: relative;
  margin-bottom: 15px;
  margin-top: 0px;
  padding-left: 45px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #333;
}
.twitter-feed .date {
  font-size: 12px;
}
.twitter-feed li::after {
  content: "\f099";
  font-size: 24px;
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 5px;
  color: #1da1f2;
}



/* Blog Sideber Style Css*/ 
.sideber-title {
    position: relative;
    margin-bottom: 10px;
    background: #e6e6e6;
    padding: 20px 0 10px 10px;
    border-left: 2px solid #032f3c;
}
.sideber-title h4 {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.sideber-content ul li:hover {
    padding-left: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.sideber-content ul li a i {
    color: #032f3c;
    margin-right: 5px;
}
.sideber-content ul li:hover a {
    color: #032f3c;
}
.blog-sideber .widget {
    padding-bottom: 30px;
}
.widget .widget-post .news-content {
    padding-top: 10px;
}

.widget .gallery h6 {
    margin-top: 15px;
}
.widget .gallery h6 a {
    color: #4d4d4d;
}
.widget .gallery h6:hover a {
    color: #032f3c;
}

/* Sideber page Post Style css */
.post-blog-item {
    margin-bottom: 30px;
    background-color: #e6e6e6;
}
.post-blog-item .post-blog-content h4 {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.post-blog-item .post-blog-content h4 a{
    color: #4d4d4d;
}
.post-blog-item .post-blog-content p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.post-blog-item .post-blog-content .post-blog-date i {
    color: #032f3c;
}
.post-blog-item .post-blog-time {
    float: right;
}
.post-blog-item .post-blog-time li {
    display: inline-block;
    margin-right: 20px;
}
.post-blog-item .post-blog-content {
    padding: 15px;
}

/* Blog Tags Style Css */




/* Blog search Button Style Css */
.blog-search input,
.blog-search button {
    height: 60px;
    float: left;
}
.blog-search input {
    padding-left: 25px;
    font-size: 15px;
    color: #032f3c;
    width: calc(100% - 65px);
    border: 1px solid #eaeaea !important;
    border-right: none !important;
}

.blog-search input:focus {
    border: 1px solid #032f3c !important;
    border-right: none !important;
}

.blog-search button {
    width: 65px;
    background: #032f3c !important;
    line-height: 65px;
    text-align: center;
    color: #fff;
    border: none;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-search input:focus + button,
.blog-search button:hover {
    background: #333 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}




/*======= ****========****=======
    21. Timeline Style Css
/*======= ****========****=======*/

/* Start Timline Style One */
.timeline.style-1 {
    list-style: none;
    padding: 0px 0 10px;
    position: relative;
}

.timeline.style-1::before,
.timeline.style-1::after {
    display: table;
    content: '';
}

.timeline.style-1::before {
    background-color: #c5c5c5;
    position: absolute;
    margin-left: -1.5px;
    height: 680px;
    top: 0;
    bottom: 0;
    content: " ";
    width: 3px;
    left: 50%;
}

.timeline.style-1 li {
    position: relative;
}

.timeline.style-1 li::before,
.timeline.style-1 li .time-panel:before,
.timeline.style-1 li .time-panel1::before,
.timeline.style-1 li::after,
.timeline.style-1 li .time-panel:after,
.timeline.style-1 li .time-panel1::after {
    display: table;
    content: '';
    clear: both;
}

.timeline.style-1 li .time-cir {
    background: #ffffff;
    color: #fff;
    top: -13px;
    left: 45%;
    width: 28px;
    height: 28px;
    line-height: 35px;
    margin-left: -16px;
    text-align: center;
    position: absolute;
    border: 2px solid #c5c5c5;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 1;
}

.timeline.style-1 li .time-cir1 {
    left: 56%;
}

.timeline.style-1 li .time-panel {
    background: #f8f8f8;
    border: 2px solid #c5c5c5;
    padding: 30px 30px;
    position: relative;
    text-align: center;
    float: left;
    top: -69px;
    width: 42%;
}

.timeline.style-1 li .time-panel1 {
    float: right;
}

.timeline.style-1 li .time-panel:before {
    border: 2px solid #c5c5c5;
    display: inline-block;
    margin-right: -32px;
    position: absolute;
    content: " ";
    top: 67px;
    right: -65px;
    width: 32px;
}

.timeline.style-1 li .time-panel:after {
    border: 2px solid #c5c5c5;
    display: inline-block;
    margin-left: -30px;
    position: absolute;
    top: 67px;
    right: -67px;
    content: " ";
    width: 32px;
}

.timeline.style-1 li .time-panel1::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -66px;
    right: auto;
}


.timeline.style-1 li .time-panel1::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -67px;
    right: auto;
}

.timeline.style-1 li .time-panel .time-experience {
    text-align: center;
}

.timeline.style-1 li .time-panel .time-experience h4 {
    font-size: 15px;
    color: #032f3c;
    font-weight: 600;
    text-align: right;
    padding-right: 30px;
    margin: 0 0 8px;
}

.timeline.style-1 li .time-panel .time-experience h6 {
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #c5c5c5;
    text-align: right;
    padding-right: 30px;
}

.timeline.style-1 li .time-panel .time-experience p {
    text-align: right;
    padding-right: 30px;
    margin-top: 8px;
}

.timeline.style-1 li .time-panel1 .time-experience h4,
.timeline.style-1 li .time-panel1 .time-experience h6,
.timeline.style-1 li .time-panel1 .time-experience p {
    text-align: left;
}

@media screen and (max-width: 991px) {
    .timeline.style-1 li .time-panel {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .timeline.style-1 li .time-panel::after,
    .timeline.style-1 li .time-panel::before,
    .timeline.style-1 li .time-cir,
    .timeline.style-1::before {
        display: none;
    }

    .timeline.style-1 li .time-panel .time-experience h4,
    .timeline.style-1 li .time-panel .time-experience h6 {
        text-align: center;
    }
}
/* End Timline Style One */

/* Start Timline Style Two */
.timeline.style-2 {
    list-style: none;
    padding: 0px 0 10px;
    position: relative;
}

.timeline.style-2::before,
.timeline.style-2::after {
    display: table;
    content: '';
}

.timeline.style-2::before {
    background-color: #c5c5c5;
    position: absolute;
    margin-left: -1.5px;
    height: 680px;
    top: 0;
    bottom: 0;
    content: " ";
    width: 3px;
    left: 50%;
}

.timeline.style-2 li {
    position: relative;
    margin-bottom: 80px
}

.timeline.style-2 li::before,
.timeline.style-2 li .time-panel:before,
.timeline.style-2 li .time-panel1::before,
.timeline.style-2 li::after,
.timeline.style-2 li .time-panel:after,
.timeline.style-2 li .time-panel1::after {
    display: table;
    content: '';
    clear: both;
}

.timeline.style-2 li .time-cir i {
    font-size: 28px;
    line-height: 65px;
}

.timeline.style-2 li .time-cir {
    background: #222;
    color: #fff;
    top: -13px;
    left: 48.5%;
    width: 70px;
    height: 70px;
    line-height: 35px;
    margin-left: -16px;
    text-align: center;
    position: absolute;
    border: 2px solid #fff;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    z-index: 1;
}

.timeline.style-2 li .time-cir1 {
    left: 48.5%;
}

.timeline.style-2 li .time-panel {
    padding: 0px 30px;
    position: relative;
    float: left;
    width: 50%;
}

.timeline.style-2 li .time-panel1 {
    float: right;
    padding-left: 60px;
    position: relative;
}


.timeline.style-2 li .time-panel .time-experience {
    text-align: center;
}

.timeline.style-2 li .time-panel .time-experience h4 {
    font-size: 15px;
    color: #032f3c;
    font-weight: 600;
    text-align: right;
    padding-right: 30px;
    margin: 0 0 8px;
}

.timeline.style-2 li .time-panel .time-experience h6 {
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #c5c5c5;
    text-align: right;
    padding-right: 30px;
}

.timeline.style-2 li .time-panel .time-experience p {
    text-align: right;
    padding-right: 30px;
    margin-top: 8px;
}

.timeline.style-2 li .time-panel1 .time-experience h4,
.timeline.style-2 li .time-panel1 .time-experience h6,
.timeline.style-2 li .time-panel1 .time-experience p {
    text-align: left;
}

@media screen and (max-width: 991px) {
    .timeline.style-2 li .time-cir,
    .timeline.style-2 li .time-cir1{
        left: 48%;
    }
}

@media screen and (max-width: 767px) {
    .timeline.style-2 li .time-cir,
    .timeline.style-2 li .time-cir1{
        left: 48%;
    }
}

@media screen and (max-width: 500px) {
    .timeline.style-2 li .time-cir,
    .timeline.style-2 li .time-cir1{
        left: 46%;
    }
}
/* End Timline Style Two */

/* Strat Timline Style Three */

.timeline.style-3 {
  font-size: 2.5em;
  text-align: center;
}
.timeline.style-3 li {
  background: #032f3c;
  position: relative;
  margin: 0 auto;
  width: 5px;
  padding-bottom: 40px;
  list-style-type: none;
}
.timeline.style-3 li:last-child {
  padding-bottom: 7px;
}
.timeline.style-3 li:before {
  content: '';
  background: #faf8eb;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border: 3px solid #032f3c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.timeline.style-3 li .hidden {
  opacity: 0;
}
.timeline.style-3 li .content {
  background: #032f3c;
  position: relative;
  top: 7px;
  width: 450px;
  padding: 20px;
}
.timeline.style-3 li .content h2 {
  color: #fff;
  padding-bottom: 10px;
  text-align: center;
}
.timeline.style-3 li .content p {
    font-size: 14px;
    color: #fff;
}
.timeline.style-3 li .content:before {
  content: '';
  background: #032f3c;
  position: absolute;
  top: 0;
  width: 38px;
  height: 5px;
}
.timeline.style-3 li .content {
  left: 50px;
  background: #032f3c;
}
.timeline.style-3 li:nth-child(odd) .content:before {
  left: -38px;
}
.timeline.style-3 li:nth-child(even) .content {
  left: calc(450px - 45px);
  background: #032f3c;
}
.timeline.style-3 li:nth-child(even) .content:before {
  right: -38px;
}

/* -------------------------
   ----- Media Queries ----- 
   ------------------------- */
@media screen and (max-width: 1020px) {
  .timeline.style-3 li .content {
    width: 41vw;
  }

  .timeline.style-3 li:nth-child(even) .content {
    left: calc(41vw - 45px);
  }
}
@media screen and (max-width: 700px) {
  .timeline.style-3 li {
    margin-left: 20px;
  }
  .timeline.style-3 li .content {
    width: calc(100vw - 100px);
  }
  .timeline.style-3 li .content h2 {
    text-align: initial;
  }
  .timeline.style-3 li:nth-child(even) .content {
    left: 45px;
    background: #032f3c;
  }
  .timeline.style-3 li:nth-child(even) .content:before {
    left: -33px;
  }
}
/* End Timline Style Three */

/* Strat Timline Style Four */
.timeline.style-4 {
    border-left: 5px solid #ccc;
    padding-bottom: 1em;
    position: relative;
    max-width:700px;
    margin:0 auto;
}

.timeline.style-4 li {
    margin:0 0 3em 0;
    padding:0 2em 0em 2em;
    position: relative;

}
.timeline.style-4 li:before {
    content: "";
    position: absolute;
    top: 0px;
    left: -18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: none repeat scroll 0% 0% #000;
    border: 5px solid #ececec;
}
/* End Timline Style Four */

/* Strat Timline Style Five */
.timeline.style-5 {
    border-right: 5px solid #ccc;
    padding-bottom: 1px;
    position: relative;
    max-width: 700px;
    margin: 0 auto;
}

.timeline.style-5 li {
    margin: 0 0 30px 0;
    padding: 0 20px 0px 20px;
    position: relative;
    text-align: right;

}
.timeline.style-5 li:before {
    content: "";
    position: absolute;
    top: 0px;
    right: -18px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: none repeat scroll 0% 0% #000;
    border: 5px solid #ececec;
}

@media screen and (max-width: 560px) {
    .timeline.style-4 {
        left: 15px;
    }

    .timeline.style-5 {
        right: 15px;
    }
}



/*======= ****========****=======
    23. All center Style Css
/*======= ****========****=======*/

.banner-section {
    background-attachment: unset;
    background-image: url("../images/bg/bg4.jpg");
    background-position: center center;
    position: relative;
    z-index: 1;
}

.banner-section:after {
    background-color: rgba(255, 255, 255, 0.25);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.banner.style-1 {

}

.banner.style-1 h2 {
  color: #032f3c;
  margin-bottom: 20px;
}

.banner.style-1 .banner-link ul li {
  display: inline-block;
}

.banner.style-1 .banner-link ul li:first-child i {
  display: none;
}

.banner.style-1 .banner-link ul li i {
  margin-left: 12px;
  margin-right: 15px;
}

.banner.style-1 .banner-link ul li a {
  color: #666;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: capitalize;
}

/*======= ****========****=======
    24. All center Style Css
/*======= ****========****=======*/


.center-item {
    position: relative;
    overflow: hidden;
    border: 1px solid #032f3c30;
    margin-bottom: 30px;
    background-color: #e6e6e6;
}
.center-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.center-content {
  padding: 10px;
}
.center-item .center-content h5 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.center-rating {
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 75px;
  height: 22px;
}
.center-rating::before {
  color: #a9a9a9;
  content: "";
  float: left;
  font-family: fontawesome;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}
.center-rating span {
  float: left;
  left: 0;
  overflow: hidden;
  padding-top: 1.5em;
  position: absolute;
  top: 0;
}
.product-price {
    color: #333038;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0 8px;
}
.product-price del {
    color: #9e9d9e;
    font-size: 13px;
    margin-right: 5px;
}
.product-price ins {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
}

.product-size {
    display: block;
}
.product-size li {
    display: inline-block;
    border: 1px solid;
    padding: 5px;
    line-height: 1;
    margin-bottom: 10px;
}
.discount,
.in-stock {
  position: absolute;
  right: 0;
  bottom: 8%;
  background: #032f3c;
  color: #fff;
  padding: 10px;
  line-height: 1;
  z-index: 2;
}
.in-stock {
  top: 0;
  bottom: auto;
  font-size: 16px;
  text-transform: uppercase;
  z-index: 2;
}
.stock-out {
  background: red;
}
.mega-offer {
  background: rgb(0, 172, 231)
}


.center-img>a:before {
    background-color: #032f3c42;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.center-item .center-img:hover a:before {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.center-item .center-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product-img-icon {
  display: block;
  text-align: center;
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 0 10px;
  margin: 0 auto;
  bottom: -22%;
  background: #032f3c;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-img-icon li {
  display: inline-block;
  padding: 8px;
  border: 1px solid #FFF;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.product-img-icon li button {
  background-color: transparent;
  border: transparent;
  padding: 0;
}

.product-img-icon li i {
  color: #fff;
  font-size: 18px;
}
.product-img-icon li:hover{
  background: #032f3c;
  border: 1px solid #f7f7f7;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.center-item:hover {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.center-item:hover .product-img-icon {
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-categories-list .categories-active {
    border-top: 1px dashed #032f3c;
    display: none;
    padding-left: 20px
}
.widget-categories-list > ul > li.current-categories-lists > .categories-active {
    display: block;
}
.widget-categories-list ul li a {
    display: block;
    padding: 10px;
    color: #333;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 26px
}
.widget-categories-list ul li a:hover{
    color: #032f3c
}
.widget-categories-list ul > li, .categories-lists ul li {
    border-bottom: 1px dashed #ededed;
}
.widget-categories-list ul > li:last-child{
    border-bottom: 0px dashed #ededed
}
.center-item.center-list .center-content {
    margin-top: 5px;
}
.center-item.center-list .center-content p {
    margin-bottom: 5px
}
.center-item.center-list .discount {
    bottom: 14%;
    right: 0;
}
.center-item.center-list .in-stock {
    right: auto;
    left: 0;
}

.product-size-item h6,
.product-color-item h6,
.product-number-item h6,
.product-rating-item h6 {
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
  text-transform: capitalize;
}
.product-size-item ul,
.product-color-item li,
.product-rating-item .center-rating,
.product-color {
  display: inline-block !important;
}

.product-rating-item .center-rating {
  top: 10px;
}



.product-number-item input {
    height: 30px;
    padding: 10px;
    width: 70px;
}
.product-color {
  line-height: 1;
} 
.product-color li {
    display: block;
    height: 25px;
    text-align: center;
    width: 25px;
    border-radius: 50%;
}
.product-color-1{
    background: #E54661 none repeat scroll 0 0;
}
.product-color-2{
    background: #002D40 none repeat scroll 0 0;
}
.product-color-3{
    background: #FF0DFF none repeat scroll 0 0;
}
.product-color-4{
    background: #111111 none repeat scroll 0 0;
}
.product-color-5{
    background: #89DDAC none repeat scroll 0 0;
}

.center-tab-menu .nav-item {
  text-transform: uppercase;
  font-size: 13px;
}


.center-product-row {
  margin-top: 20px;
}
.center-tab-content .center-product-details-row {
    clear: both;
    display: table-row;
}

.center-tab-content .center-product-details-row .details {
    display: table-cell;
    border-top: 1px solid #ddd;
    padding: 10px 0;
    padding-right: 20px;
    width: 25%;
    color: #333;
    font-weight: bold;

}
.center-tab-content .center-product-details-row .product-type {
    display: table-cell;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.center-tab-content .form-group {
    margin-bottom: 0;
}

.center-tab-content.form-horizontal .form-group {
    margin: 0;
}

/* center Responsived Css*/

@media only screen and (min-width: 1200px) and (max-width: 1880px)  { 
    .center-item.center-list .center-content {
        margin-top: 10px;
    }
    .center-item.center-list .center-content p {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .center-item.center-list .center-content {
        margin-top: 10px;
    }
    .center-item.center-list .center-content p {
        margin-bottom: 10px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .center-item.center-list .center-content {
        margin-top: 10px;
    }
    /*.display-none {
        display: none;
    }*/
    .btn-center.mt-3 {
        margin-top: 5px !important;
    }
}
@media only screen and (min-width: 420px) and (max-width: 767px) { 
    .center-item.center-list .center-content {
        margin-top: 10px;
        padding-left: 30px;
        margin-bottom: 20px;
    }
}

/***center Checkout***/

.center-tab-inner .nav.nav-tabs {
  border-color: #032f3c93;
  display: flex;
  margin-bottom: 30px;
}

.center-tab-inner .nav-tabs .nav-item {
}

.center-tab-inner .nav-tabs .nav-item .nav-link {
  border: 1px solid #dee2e6;
  border-bottom-color: #fbfbfb;
  border-radius: 4px 4px 0 0;
  color: #444;
  margin-bottom: 0;
  padding: 13px 12.6px;
}

.center-tab-inner .nav-tabs .nav-item .nav-link.active {
  border-color: #032f3c93;
  border-bottom-color: #fbfbfb;
  color: #032f3c;
}

.center-tab-inner .round-tab {
    font-weight: 600;
    text-transform: uppercase;
}

.center-tab-inner .nav-tabs > li {
    margin-bottom: 0;
    margin-right: 3px;
}

.center-tab-inner .nav-tabs > li:last-child {
    margin-right: 0;
}

.center-tab-inner .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}

.center-tab .nav-tabs > li.active > a,
.center-tab .nav-tabs > li.active > a:focus,
.center-tab .nav-tabs > li.active > a:hover {
    border-color: #032f3c #032f3c transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #032f3c;
}

.center-tab-content .panel-info > .panel-heading,
.center-tab-content .panel-info > .panel-heading {
    background-color: #032f3c;
    border-color: #eee;
    color: white;
}

.center-tab-content .form-control {
    border-radius: 4px;
    border-color: #eee;
    font-size: 12px;
    box-shadow: none;
    font-weight: 600;
    height: 50px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    margin-top: 14px;
    padding: 0 18px;
    resize: none;
}

.center-tab-content .cards {
    display: inline-block;
    margin-top: 22px;
}

.center-tab-content .cards li {
  background-image: url("../images/center/card.jpg");
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  transition: all 0.2s ease 0s;
  width: 51px;
}

.center-tab-content .cards .mastercard {
    background-position: -51px 0;
}

.center-tab-content .cards .amex {
    background-position: -102px 0;
}

.center-tab-content #complete .panel-body h3 {
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.center-service-item {
    margin-top: 40px;
}

.center-service-item i {
    background-color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 58px;
    line-height: 58px;
    margin-bottom: 0;
    padding-bottom: 0;
    width: 58px;
}

.centering-cart-area table {
  background: transparent none repeat scroll 0 0;
  border-color: #eee;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0 0 30px;
  text-align: center;
  width: 100%;
}

.centering-cart-area table th, .centering-cart-area table td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.centering-cart-area table th, .centering-cart-area table td .fa.fa-trash-o {
}

.product-list td a {
  color: #032f3c;
}

.centering-cart-area table th {
  border-top: medium none;
  color: #333;
  font-weight: 500;
  padding: 20px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}

.product-image::before {
  background: #111 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -45%;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 1;
}

.product-image {
  position: relative;
}
.product-list .product-image img {
  width: 50%;
}
.product-list input {
  border: 1px solid #eee;
  color: #333;
  font-weight: 600;
}

.fz-28 {
    font-size: 28px;
}

/***center Single***/
/*--------------------------------------------------------------
Page Link Css Style
----------------------------------------------------------------*/

.page-link-item {

}

.page-link-item ul li {
    display: inline-block;
    margin-right: 6px;
}

.page-link-item ul li a {
    border: 1px solid #eee;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    width: 40px;
}

.page-link-item ul li .active {
    color: #032f3c;
}

/****center Single***/

.center-single {

}

.center-single .thumb {

}

.center-single .content {

}

.center-single .content h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.center-single .content h4 {
    color: #032f3c;
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.center-single .content h4 span {
    color: #989898;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    margin-left: 8px;
    position: relative;
}

.center-single .content h4 span:after {
    background-color: #999;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 54%;
    width: 100%;
}

.product-number-item {
    display: inline-block;
    margin-right: 16px;
}

.product-number-item input {
    border: 1px solid #eee;
    border-radius: 0;
    color: #989898;
    font-size: 16px;
    height: 36px;
    padding: 0 0 0 16px;
    width: 100px;
}

.center-single .add-cart-btn {
    border: 1px solid #032f3c;
    background: #032f3c;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 18px;
    text-transform: uppercase;
}

.center-single .add-cart-btn:hover {
    background-color: #032f3c;
    color: #fff;
}

.nav-tabs .nav-link {
    background-color: #fbfbfb;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.center-product-row {

}

.center-product-row h6 {
    color: #032f3c;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.center-tab-content .center-product-details-row .details {
    border-top: 1px solid #ddd;
    color: #444;
    display: table-cell;
    font-weight: bold;
    padding: 10px 20px 10px 0;
    text-transform: uppercase;
    width: 25%;
}

.center-tab-content strong {
    color: #032f3c;
}

.nav-tabs.center-tab-menu > li > a {
  color: #444;
  font-weight: 600;
  padding: 8px 16px;
}

.nav-tabs.center-tab-menu .nav-item.show .nav-link,
.nav-tabs.center-tab-menu .nav-link.active {
  color: #032f3c;
}

.tab-content.center-tab-content {
  padding: 0;
}

.tab-content > .fade.active.show {
  opacity: 1;
}

/*======= ****========****=======
    25. All Footer Style Css
/*======= ****========****=======*/
.wrapper {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

footer{
  background-color:#032f3c;
  color: white;
}

.footer-border-top {
  border-top: 1px solid #f5f5f5;
}

footer .section-content {
  padding-bottom: 10px;
}


.site-footer-space {
  display: none;
}


.page-wrapper.site-footer-space-on .site-footer-space {
  display: block;
  height: 40em;
  pointer-events: none;
  position: relative;
  z-index: -2;
  border-top: 1px solid #032f3c;
}

.site-footer.style-2 {
    background-size: cover;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: -1 !important;
}

.site-footer {
}

.footer-item {
  position: relative;

}
.footer-item .social-icon li {
  border-radius: 4px;
}
.footer-logo {
  width: 230px;
}
.footer-logo-2 {
  width: 250px;
  text-align: center;
}
.footer-widget-one p {
  color: #4c4c4c;
  font-size: 13px;
  margin-bottom: 25px;
  margin-top: 18px;
}
.footer-widget-one .address li {
  font-size: 13px;
  margin-bottom: 12px;
}
.footer-widget-one .address li i {
  margin-right: 8px;
  font-size: 20px;
  color: white;
  min-width: 21px;
}
.footer-widget-one .address li a {
  color: white;
  display: inline-block;
  vertical-align: calc(100% - 3px);
  line-height: 3px;
}
.footer-widget-one .address li i {
  font-size: 20px;
  position: relative;
  top: 5px;
}
.social-icon li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
}
.social-icon li:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icon.bg-f2 li {
  background: #f2f2f2;
}
.social-icon.bg-f2 li a {
  color: #032f3c;
}
.social-icon.bg-f2 li:hover {
  background: #032f3c;
}
.social-icon.bg-f2 li:hover a {
  color: #FFF;
}
.social-icon.bg-theme li {
  background: #032f3c;
}
.social-icon.bg-theme li a {
  color: #fff;
}
.social-icon.bg-theme li:hover {
  background: #4d4d4d;
}
.social-icon.bg-theme li:hover a {
  color: #fff;
}
.social-icon.bg-black li {
  background: #4d4d4d;
}
.social-icon.bg-black li a {
  color: #fff;
}
.social-icon.bg-black li:hover {
  background: #032f3c;
}
.social-icon.bg-black li:hover a {
  color: #fff;
}
.social-icon.bg-transparent li {
  background: transparent;
}
.social-icon.bg-transparent li a {
  color: #333;
}
.social-icon.bg-transparent li:hover {
  background: transparent;
}
.social-icon.bg-transparent li:hover a {
  color: #032f3c;
}
.social-icon.rounded li {
  border-radius: 50%;
}
.social-icon.round li {
  border-radius: 7px;
}
.social-icon.bordered li {
  border: 1px solid;
}
.social-icon.bordered li:hover {
  background: #032f3c;
  border-color: #032f3c;
}
.social-icon.bordered li:hover a {
  color: #fff;
}
.social-icon.bordered-theme li {
  border: 1px solid #032f3c;
}
.social-icon.bordered-theme li a {
  color: #032f3c;
}
.social-icon.bordered-theme li:hover {
  background: #032f3c;
  border-color: #032f3c;
}
.social-icon.bordered-theme li:hover a {
  color: #fff;
}
.news-area {
  margin-bottom: 20px;
}
.news-img {
    float: left;
    padding-top: 5px;
    padding-right: 15px;
}
.news-img a {
    display: inline-block;
    position: relative;
}
.news-img a span {
    font-size: 22px;
    position: absolute;
    top: 70%;
    left: 50%;
    color: #FFF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-img a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #032f3c;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.news-area:hover .news-img a:after {
    visibility: visible;
    opacity: .8;
}
.news-area:hover .news-img a span {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-area .news-content p{
  font-size: 15px;
  padding-top: 10px;
}
.news-area .news-content span{
  color: #032f3c;
}


.footer-list li {
  padding-bottom: 8px;
  padding-top: 8px;
  margin-right: 10%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid white;
}

.footer-list li a {
  margin-left: 5px;
  color: white;
  
}

.footer-list.border-deshed li {
  border-bottom: 1px dashed #032f3c;
}
.footer-list.color-icon li i {
  color: #032f3c;
}

.footer-list li i {
  color: #032f3c;
  font-size: 18px;
  position: relative;
  top: 3px;
}


.footer-list li:hover i {
  color: #032f3c;
}

.footer-title {
  margin-bottom: 15px;
}


.footer-title h4 {
  color: white;
  font-size: 18px;
  text-transform: uppercase;
}
.border-style-1,
.border-style-2,
.border-style-3 {
    position: relative;
}


.border-style-1:before {
    top: 1px;
    content: "";
    height: 1px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 120px;
    background: #f8f8f8;
}
.border-style-1:after{
    top: 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 40px;
    background: #032f3c;
}

.border-style-2:after{
    top: 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 50px;
    background: #032f3c;
}

.border-style-3:before {
    top: -45px;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 70px;
    background: #032f3c;
}
.border-style-3:after{
    top: 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 40px;
    background: #032f3c;
}
.border-style-1.centered:before,
.border-style-1.centered:after,
.border-style-2.centered:after,
.border-style-3.centered:before,
.border-style-3.centered:after {
  left: 0;
  right: 0;
  margin: auto;
}
.border-style-1.right:before,
.border-style-1.right:after,
.border-style-2.right:after,
.border-style-3.right:before,
.border-style-3.right:after {
  right: 2px;
  left: auto;
}
 

.img-rounded img,
.img-rounded a:after,
.img-rounded a:before {
  border-radius: 100%;
}
.rounded {
  border-radius: 100%;
}

.img-round img,
.img-round a:after,
.img-round a:before {
  border-radius: 10px;
}


.footer-item .subscribe-style-one,
.footer-item .subscribe-style-two,
.footer-item .subscribe-style-three {
  margin-bottom: 30px;
}


.btn-subscribe {
  height: 55px;
  border-radius: 0;
  background: #333;
  color: #fff;
  cursor: pointer;
}

.btn-subscribe:hover {
  background: #032f3c;
}

.subscribe-style-two .btn-subscribe {
  background: #032f3c;
}
.subscribe-style-two .form-control:focus {
  border-color: #032f3c;
}
.subscribe-style-two .btn-subscribe:hover {
  background: #333;
  color: #fff;
}
.footer-item .newsletter-text {
  position: relative;
  padding-bottom: 20px;
}
.footer-item .newsletter-text:before {
  top: 30px;
  content: "";
  height: 3px;
  left: 2px;
  margin: auto;
  position: absolute;
  width: 40px;
  background: #032f3c;
}
.flicker-feed>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.3333%;
    z-index: 1;
}
.flicker-feed.gutter>a {
    display: inline-block;
    float: left;
    position: relative;
    width: 32%;
    z-index: 1;
    margin: 1px;
}

.flicker-feed>a:before {
    background-color: #032f3c;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flicker-feed>a:hover:before,
.flicker-feed>a:hover:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flicker-feed>a:after {
    color: #fff;
    content: "\e618";
    font-family: 'Pe-icon-7-stroke';
    font-size: 24px;
    font-weight: 300;
    left: 45%;
    position: absolute;
    top: 45%;
    margin-top: -7px;
    margin-left: -7px;
    width: 100%;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-item form .form-control {
  border: 1px solid #eee;
  height: 45px;
  margin-bottom: 0;
}
.footer-item .contact-textarea .form-control {
  height: 85px;
  margin-bottom: 15px;
}
.footer-btn {
    font-size: 13px;
    color: #fff;
    background: #4d4d4d;
}
.footer-btn:hover {
    color: #fff;
    background: #032f3c;
}

.footer-btn-1 {
    background: #032f3c;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}
.footer-btn-1:hover {
    color: #fff;
    background: #4d4d4d;
}
.footer-item .footer-feature i {
  font-size: 30px;
  margin-bottom: 15px;
}
.footer-copy-right {
  border-top: 1px solid #f6f6f6;
}
.footer-copy-right .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-copy-right p {
  color: #4c4c4c;
}
.footer-copy-right p a {
  color: #032f3c;
  font-weight: 700;
  letter-spacing: 2px;
}

.bg-footer-1 {
    color: #fff;
}

.bg-footer-1 a:hover {
    color: #032f3c;
}
.bg-footer-1,
.bg-footer-1 h4,
.bg-footer-1 .footer-title h4, 
.bg-footer-1 h5,
.bg-footer-1 .footer-item h6, 
.bg-footer-1 .footer-item .newsletter-text,
.bg-footer-1 .footer-item .social-icon.bordered li i,
.bg-footer-1 .social-icon.bordered li i,
.bg-footer-1 .footer-item .social-icon.bg-black li,
.bg-footer-1 a {
    color: #fff;
}

#map {
    width: auto;
    height: 525px;
}

.bg-footer-1 hr {
    background: #eee;
}

.bg-footer-1 .footer-item form .form-control {
    background: transparent;
    border-color: #777;
}

.bg-footer-1 .footer-item form .form-control:focus {
    border-color: #032f3c;
}


 /*form style Css*/

.form-style-one .form-control {
    background: transparent;
    border: 1px solid #ddd;
    color: #fff;
}

.form-style.form-style-two {
    padding-left: 50px;
}

.form-style .form-label {
    color: #1A1818;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
    padding-left: 15px;
}
.form-style .form-control {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #1A1818;
    font-size: 14px;
    font-weight: 500;
    height: 42px;
    padding: 8px 20px;
    outline: none;
}
.form-style .form-control.textarea {
    border-radius: 20px;
    min-height: 217px;
    padding-top: 15px;
}
.form-style .form-group {
  margin-bottom: 30px;
}
.form-style .checkbox-group {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
.form-style .checkbox-group .form-check {
  margin-right: 20px;
}
.form-style .checkbox-group .form-check:last-child {
  margin-right: 0;
}
.form-style .form-check {
  line-height: 1;
  margin-bottom: 18px;
}
.form-style .form-check-label {
  color: #1A1818;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 0;
}
.form-style .form-check-label a {
  color: #032f3c;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.form-style .form-check-label a:not([href]):not([class]),
.form-style .form-check-label a:not([href]):not([class]):hover {
  color: #032f3c;
  text-decoration: underline;
}
.form-style .form-check-input {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 8px;
  box-shadow: none;
  cursor: pointer;
  height: 24px;
  position: relative;
  top: -1px;
  width: 24px;
}
.form-style .form-check-input:checked {
  background-color: #032f3c;
}
.form-style .form-check-input[type=checkbox]:focus,
.form-style .form-check-input[type=radio]:focus,
.form-style .form-check-input[type=file]:focus {
  outline: none;
}
.form-style .checkbox-group.checkbox-group-two {
  margin-bottom: 0;
  margin-top: 30px;
}
.form-style .checkbox-group .form-check.form-check-btn {
    margin-bottom: 0;
    height: 42px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 50px;
    padding: 0 9px 0 29px;
    cursor: pointer;
    margin-right: -10px;
}
.form-style .checkbox-group .form-check.form-check-btn .form-check-input {
  background-color: #e1e1e1;
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
.form-style .checkbox-group .form-check.form-check-btn .form-check-input:checked {
  background-color: #032f3c;
}
.form-style .checkbox-group .form-check.form-check-btn .form-check-label {
    color: #adadad;
    margin-left: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.blog-details-section textarea.form-control {
  min-height: 180px;
  resize: both;
}
.btn-theme.btn-size-one {
  background-color: #032f3c;
  border-color: #032f3c;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 13.5px 38.25px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.btn-theme.btn-size-one:hover {
  background-color: #032f3c;
}
.btn-theme.btn-size-one.btn-theme-2 {
  background-color: #D30F0F;
}
.form-style .form-group .input-group.date {
  position: relative;
}
.form-style .form-group .input-group.date:after {
  border: none;
  color: #c4c4c4;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 18px;
  top: calc(50% - 13px);
}
.form-style .form-group .input-group.date .form-control {
  border-radius: 50px 0 0 50px;
}
.form-style .form-group .input-group.date .form-control:active,
.form-style .form-group .input-group.date .form-control:focus {
  border-color: #f5f5f5;
}
.form-style .form-group .input-group.date .input-group-addon {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-left: none;
  box-shadow: none;
  border-radius: 0 50px 50px 0;
  width: 30px;
}

.form-style .form-group .custom-select {
  position: relative;
}
.form-style .form-group .custom-select .form-select {
  display: none; /*hide original SELECT element:*/
}
.form-style .form-group .custom-select .select-selected {
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 50px 50px 0 0;
  box-shadow: none;
  color: #adadad;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  min-height: 41px;
  padding: 7px 20px;
  outline: none;
}
.form-style .form-group .custom-select .select-selected:after {
  border: none;
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 18px;
  top: calc(50% - 13px);
}
.form-style .form-group .custom-select .select-selected.select-arrow-active {
  background-color: #ffffff;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  border-color: #ffffff;
  color: #1A1818;
}
.form-style .form-group .custom-select .select-selected.select-arrow-active:after {
  content: "\f106";
}
.form-style .form-group .custom-select .select-selected-bottom-rounded {
  border-radius: 50px 50px 50px 50px;
}
.form-style .form-group .custom-select .select-selected-bottom-square {
  border-radius: 20px 20px 0 0;
}
.form-style .form-group .custom-select .select-items {
  background-color: #ffffff;
  border-radius: 0 0 20px 20px;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05);
  max-height: 207px;
  overflow-y: auto;
  margin-right: 0;
  padding: 0 0 5px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.form-style .form-group .custom-select .select-items > div {
  color: #1A1818;
  cursor: pointer;
  border: none;
  padding: 4px 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.form-style .form-group .custom-select .select-items > div:hover {
  background-color: transparent;
  box-shadow: none;
  color: #032f3c;
}
.form-style .form-group .custom-select .select-items .same-as-selected {
  color: #1A1818;
}
.form-style .form-group .custom-select .select-items.select-hide {
  display: none;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar {
  width: 4px;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar-track {
  background: #d9d9d9;
  border-radius: 0px 0px 2px 0px;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 2px; /* optional rounded handle */
  width: 2px;
  height: 50px;
}
.form-style .form-group .custom-select .select-items::-webkit-scrollbar-thumb:hover {
  background: #c5c5c5;
}

.form-style .form-group-file {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.form-style .form-group-file .my-profile-thumb {
    margin-right: 48px;
}

.form-style .form-group-file .file-item {
    margin-bottom: 54px;
}

.form-style .form-group-file .file-item p {
    color: #989898;
    margin-left: 12px;
    margin-bottom: 0;
}

.form-style .form-group-file .file-item .input-file-btn label {
    background-color: #032f3c;
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 41px;
}

.form-style .form-group-file .file-item .input-file-btn .form-control-file {
    height: 1px;
    margin-left: -1px;
    width: 1px;
}

.form-style .form-group-file .file-item .form-control-file:before {
    content: "Select File";
}

.form-style .form-group-file .my-profile-thumb + .file-item {
    margin-bottom: 0;
    margin-top: 7px;
}

.form-style .form-group-file .my-profile-thumb + .file-item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.form-style .form-group-file .my-profile-thumb + .file-item .input-file-btn {
    margin-top: 20px;
}

.form-style .form-group-file-three {
  
}

.form-style .form-group-file-three .thumb {
  margin-right: 48px;
}

.form-style .form-group-file-three .thumb img {
  border-radius: 50%;
}

.form-style .form-group-file-three .file-content h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 13px;
}

.form-style .form-group-file-three .file-content h3 {
    color: #032f3c;
    font-size: 30px;
}

.form-style .form-input-preview-item p {
  font-size: 15px;
  font-weight: 500;
}

.form-style .form-three-title {
    margin-bottom: 31px;
}

.form-style .form-three-title .icon {
    margin-right: 13px;
    position: relative;
    top: -2px;
}

.form-style .form-input-preview.list-dot-style {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    padding-left: 19px;
    position: relative;
}

.form-style .form-input-preview.list-dot-style:before {
    background-color: #032f3c;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: calc(50% - 4px);
    width: 10px;
}

.form-style .qualification-img {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
}

.form-style .form-two-inner-title-separate {
    border-bottom: 2px solid #f5f5f5;
    padding-bottom: 16px;
    padding-top: 12px;
}

.form-style .form-two-inner-title {
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.form-style .form-label.form-two-inner-title-separate {
    color: #c4c4c4;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.accordion-style .accordion-item {
    border: none;
    margin-bottom: 30px;
}

.accordion-style .accordion-header {
    display: inline-flex;
}

.accordion-style .accordion-button {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    position: relative;
}

.accordion-style-four .accordion-button {
    border: none;
    border-bottom: 1px solid #032f3c;
    border-radius: 0;
    color: #032f3c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-left: 3px;
}

.accordion-style-four .accordion-button:after {
  display: none;
}

.accordion-style-four .accordion-button.collapsed {
    border-radius: 0;
    color: #032f3c;
}

.accordion-style-four .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.accordion-style-four .accordion-body {
    padding: 30px 0 0;
}



.hr-two-style {
    border-bottom: 2px solid #f5f5f5;
    margin: 21px 0;
    opacity: 1;
}

.hr-three-style {
    border-bottom: 1px solid #f5f5f5;
    margin: 21px 0;
    opacity: 1;
}



/* Button style one start*/
.button-style-one {
    padding: 100px 0 0;
}
.custom-btn-one{
    background: #000000;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 0;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-one:hover{
    background: #737373;
    color: #ffffff;
}


/* Button style two start*/
.button-style-two {
    padding: 0;
}
.custom-btn-two{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-two:hover{
    background: #737373;
    color: #ffffff;
}
/* Button style three start*/
.button-style-three {
    padding: 0;
}
.custom-btn-three{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 50px;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-three:hover{
    background: #737373;
    color: #ffffff;
}

/* Button style four start*/
.button-style-four {
    padding: 0;
}
.custom-btn-four{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 0;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-four:hover{
    background: #737373;
    color: #ffffff;
    border-radius: 50px;
}

/* Button style Five start*/
.button-style-five {
    padding: 0;
}
.custom-btn-five{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 2px;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-five:hover{
    background: #737373;
    color: #ffffff;
    -ms-transform: scale(0.9, 0.9); /* IE 9 */
    -webkit-transform: scale(0.9, 0.9); /* Safari */
    transform: scale(0.9, 0.9);
}

/* Button style Six*/
.button-style-six {
    padding: 0;
}
.custom-btn-six{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 2px;
    border: none;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-six:hover{
    background: #737373;
    color: #ffffff;
    -ms-transform: scale(1.1, 1.1); 
    -webkit-transform: scale(1.1, 1.1); 
    transform: scale(1.1, 1.1)
}

/* Button style seven start*/
.button-style-seven {
    padding: 0;
}
.custom-btn-seven{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid #000000;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.custom-btn-seven i{
    margin-left: 10px;
}
.custom-btn-seven:hover{
    background: #737373;
    color: #ffffff;
}

/* Button style eight start*/
.button-style-eight {
    padding: 0;
}
.custom-btn-eight{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid #000000;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-eight:hover{
    background: #737373;
    color: #ffffff;
    box-shadow: 0px 10px 20px #999596;
}



/* Button style nine start*/
.button-style-nine {
    padding: 0;
}
.custom-btn-nine{
    background: #000000;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid #000000;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}
.custom-btn-nine:hover {
    background: #737373;
    color: #ffffff;;
}
.custom-btn-nine:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
    color: #000000 !important;
}
.custom-btn-nine:hover::before {
    color: #000000 !important;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}


/* Button style Ten start*/
.button-style-ten {
    padding: 0 0 100px;
}
.custom-btn-ten{
    background: transparent;
    color: #000000;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid #000000;
    display: inline-block;
    margin-right: 10px;
}
.custom-btn-ten:hover{
    background: #000000;
    color: #ffffff;
}


/* Button size*/
.my-btn-xl{
    padding: 20px 50px;
    font-size: 18px;
}
.my-btn-lg{
    padding: 15px 30px;
}
.my-btn-md{
    padding: 12px 20px;
}
.my-btn-sm{
    padding: 8px 15px;
}
.my-btn-xs{
    padding: 6px 10px;
}





/*===================================*/
/* 29. Comming Style CSS
/*==================================*/


#particles-js {
    background: transparent;
    background-image: url('../images/bg/bg3.jpg');
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

.up_coming {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    padding: 50px 0 150px;
    background: rgba(0,0,0, .5);
}

.coming i:before {
    font-size: 70px;
    color: #ffffff;
}

.coming {
    text-align: center;
}

.timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper {
    display: inline-block;
    width: 160px;
    height: 160px;
    margin: 0 30px;
    padding-top: 20px;
    font-size: 18px;
    cursor: pointer;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    color: #fff;
    text-transform: uppercase;
}

.timer .days, .timer .hours, .timer .minutes, .timer .seconds {
    font-size: 100px;
    font-weight: 100;
    line-height: 90px;
}

.up_coming .content h2 {
    font-size: 46px;
    font-weight: 100;
    color: #ffffff;
    margin-top: 20px;
}

.up_coming .content p {
    margin: 20px 0 30px 0;
    font-size: 22px;
    line-height: 36px;
    color: #ffffff;
}

.up_coming .content .more-link {
    background: #032f3c none repeat scroll 0% 0%;
    color: #FFF !important;
    border-radius: 0px !important;
    padding: 20px 30px;
    margin: 0 auto;
    font-weight: bold;
}

.send-footer p {
    color: #ffffff;
}

.send-footer .container .row {
    margin: 0;
}

.bottom-fix {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
/* End Timer Section */


/*--------------------------------
  30. Error Style CSS
----------------------------------*/
.error-area {
  background: #f9f9f9;
  margin-bottom: -100px;
  padding: 220px 0 120px;
  height: 100vh;
}

.error-page h3 {
    font-size: 250px;
    color: #032f3c;
    line-height: 250px;
}

.error-page p {
    font-size: 18px;
    color: #333;
    letter-spacing: 3px;
    margin-bottom: 45px;
}

.error-text > p {
    color: #313131;
    font-size: 24px;
    font-weight: 300;
    line-height: 25px;
    margin-bottom: 30px;
}

.font-88 {
  font-size: 88px;
}

.under-construction .font-88 {
  font-size: 88px;
}

.under-construction .lh-160 {
  line-height: 160px;
}

/*===================================*/
/* 31. Table Style CSS
/*==================================*/

/* Table Style One start*/
.table-style-one{
    padding: 70px 0 0;
}
.table-style-one .thead-dark{
    background: #423f3f;
    color: #ffffff;
}

/* Table Style two start*/
.table-style-two{
    padding: 0;
}
.table-style-two .thead-color{
    background: #e2e2e2;
}
.table-style-two .table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #cac1c1;
}

/* Table Style three start*/
.table-style-three{
    padding: 0;
}
.table-style-three .thead-dark{
    background: #423f3f;
    color: #ffffff;
}

/* Table Style four start*/
.table-style-four{
    padding: 0;
}
.table-style-four .back-color{
    background: #DDDDDD;
}

/* Table Style five start*/
.table-style-five{
    padding: 0;
}
.table-style-five .thead-color-five{
    border-bottom: 2px solid #ddd;
}





@media screen and (max-width: 767px) {
    .subscribe-info p {
        margin-bottom: 15px;
    }

    .subscribe-box .subscribe-from .form-group {
        width: 100% !important;
    }

    .subscribe-box .subscribe-from button {
        width: 50% !important;
        margin: auto !important;
    }

    .subscribe-box.style-4,
    .subscribe-box.style-5,
    .subscribe-box.style-6 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .subscribe-info {
        text-align: left;
        margin-bottom: 0 !important;
    }
}


/*****=====*****=====*****=====*****=====
    33. Contact Form Style Css
=====*****=====*****=====*****=====*****/

.form-field {
    position: relative;
    width: 100%;
    clear: both;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}
.form-field input {
    padding: 12px 20px 10px 50px;
    width: 100%;
    float: left;
    color: #333;
    font-size: 12px;
    border: 1px solid #333;
    margin-bottom: 0;
}
.form-field input:focus {
    border: 1px solid #032f3c !important;

}
.form-field span {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #333;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    width: 40px;
    height: 100%;
}


.register-form-area.style-1 .form-field input {
    border: 1px solid #032f3c;
}
.register-form-area.style-1 .form-field span {
    background: #032f3c;
}
.register-form-area.style-1.transparent .form-field input {
    border-color: #032f3c;
    background: transparent;
    color: #fff;
}
.register-form-area.style-1.transparent .form-field input:focus,
.register-form-area.style-1.transparent .form-field input:active {
    border-color: #032f3c;
    background: transparent;
    color: #fff;
}
.register-form-area.style-1.transparent .form-field span {
    background: #032f3c;
}

.safjojn {
  overflow: hidden;
}


/*****=====*****=====*****=====*****=====
    34. Default Margin-padding
=====*****=====*****=====*****=====*****/

/*Bootstrap 4 Margin padding Class*/

/*margin-Top */
.mt-0 {
    margin-top: 0;
}
.mt-1 {
    margin-top: .25rem;
}
.mt-2 {
    margin-top: .5rem;
}
.mt-3 {
    margin-top: 1rem;
}
.mt-4 {
    margin-top: 1.5rem;
}
.mt-5 {
    margin-top: 3rem;
}

/*margin-Bottom */
.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: .25rem;
}
.mb-2 {
    margin-bottom: .5rem;
}
.mb-3 {
    margin-bottom: 1rem;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
.mb-5 {
    margin-bottom: 3rem;
}
/*margin-Left */
.ml-0 {
    margin-left: 0;
}
.ml-1 {
    margin-left: .25rem;
}
.ml-2 {
    margin-left: .5rem;
}
.ml-3 {
    margin-left: 1rem;
}
.ml-4 {
    margin-left: 1.5rem;
}
.ml-5 {
    margin-left: 3rem;
}

/*margin-Right */
.mr-0 {
    margin-right: 0;
}
.mr-1 {
    margin-right: .25rem;
}
.mr-2 {
    margin-right: .5rem;
}
.mr-3 {
    margin-right: 1rem;
}
.mr-4 {
    margin-right: 1.5rem;
}
.mr-5 {
    margin-right: 3rem;
}

/*Padding-Top */
.pt-0 {
    padding-top: 0;
}
.pt-1 {
    padding-top: .25rem;
}
.pt-2 {
    padding-top: .5rem;
}
.pt-3 {
    padding-top: 1rem;
}
.pt-4 {
    padding-top: 1.5rem;
}
.pt-5 {
    padding-top: 3rem;
}

/*Padding-Bottom */
.pb-0 {
    padding-bottom: 0;
}
.pb-1 {
    padding-bottom: .25rem;
}
.pb-2 {
    padding-bottom: .5rem;
}
.pb-3 {
    padding-bottom: 1rem;
}
.pb-4 {
    padding-bottom: 1.5rem;
}
.pb-5 {
    padding-bottom: 3rem;
}

/*Padding-Left */
.pl-0 {
    padding-left: 0;
}
.pl-1 {
    padding-left: .25rem;
}
.pl-2 {
    padding-left: .5rem;
}
.pl-3 {
    padding-left: 1rem;
}
.pl-4 {
    padding-left: 1.5rem;
}
.pl-5 {
    padding-left: 3rem;
}

/*Padding-Right */
.pr-0 {
    padding-right: 0;
}
.pr-1 {
    padding-right: .25rem;
}
.pr-2 {
    padding-right: .5rem;
}
.pr-3 {
    padding-right: 1rem;
}
.pr-4 {
    padding-right: 1.5rem;
}
.pr-5 {
    padding-right: 3rem;
}

/* Theme Coustom Margin-padding */


/*margin-bottom */

.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}

/*margin-Top */


.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-25 {
    margin-top: 25px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-100 {
    margin-top: 100px;
}

/*padding-bottom */

.p-0 {
    padding: 0;
}

.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-25 {
    padding-bottom: 25px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}

/*padding-Top */


.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-25 {
    padding-top: 25px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-55 {
    padding-top: 55px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}

.p-30 {
    padding: 20px;
}
.width-auto {
  width: auto;
}

/*****=====*****=====*****=====*****=====
    35. Default Theme Color Style
=====*****=====*****=====*****=====*****/
/**/
.theme-color {
  color: #032f3c !important;
}
.text-white {
  color: #FFF !important;
}
.text-gray-color {
  color: #989898 !important;
}
.bg-theme-color {
  background: #032f3c !important;
}

.bg-black {
  background: #000 !important;
}
.bg-222 {
  background: #222 !important;
}
.bg-1b {
  background: #1b1b1b !important;
}
.bg-333 {
  background: #333 !important;
}
.bg-black {
  background: #000 !important;
}
.bg-white {
  background: #fff !important;
}
.bg-fb {
  background: #fbfbfb !important;
}
.bg-f1 {
  background: #f1f1f1 !important;
}
.bg-f2 {
  background: #f2f2f2 !important;
}
.bg-f5 {
  background: #f5f5f5 !important;
}
.bg-f8 {
  background: #f8f8f8 !important;
}
.bg-f9 {
  background: #f9f9f9 !important;
}
.bg-f0 {
  background: #f0f0f0 !important;
}
.bg-transparent {
  background: transparent !important;
}
.bg-f3c {
    background: #032f3c !important;
  }


/*************
* FadeInUp *
*************/

@-webkit-keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(50px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 
@keyframes fadeInUp { 
    0% { 
        opacity: 0; 
        transform: translateY(50px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 
.fadeInUp{ 
    opacity: 0; 
    -webkit-transform: translateY(50px); 
    transform: translateY(50px);
}
.fadeInUp.go { 
    -webkit-animation-name: fadeInUp; 
    animation-name: fadeInUp; 
}

}
.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown{
    opacity:0;
    -webkit-transform: translateX(50px); 
    transform: translateX(50px); 
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        -webkit-transform: translateY(50px); 
    } 
} 
@keyframes fadeOutDown { 
    0% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
    100% { 
        opacity: 0; 
        transform: translateY(50px); 
    } 
} 
.fadeOutDown.goAway { 
    -webkit-animation-name: fadeOutDown; 
    animation-name: fadeOutDown; 
}


.slider-wrapper .carousel-inner p.fadeInLeft {
  animation-delay: 0.5s;
}

.slider-wrapper .carousel-inner .btn.btn-default.fadeInLeft {
  animation-delay: 1s;
}

.slider-wrapper .carousel-inner .btn.btn-primary.fadeInLeft {
  animation-delay: 1.1s;
}

.slider-wrapper .carousel-inner .btn.btn-default.fadeInUp {
  animation-delay: 1s;
}

.slider-wrapper .carousel-inner .btn.btn-primary.fadeInUp {
  animation-delay: 1s;
}

.slider-wrapper .carousel-inner .btn.btn-primary.fadeInRight {
  animation-delay: 1s;
}


.btn-practice {
    color: #fff;
    padding: 8px 20px;
    background: #2780e3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-practice:hover {
    color: #2780e3;
    background: #111;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}





figure.snip1208 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 95%;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  font-size: 16px;
}
figure.snip1208 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
figure.snip1208 img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.snip1208 figcaption {
  padding: 25px;
  position: relative;
}
figure.snip1208 .date,
figure.snip1208 i {
  background-color: #032f3c;
  top: 25px;
  color: #fff;
  left: 25px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}
figure.snip1208 .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
figure.snip1208 .date span {
  display: block;
  line-height: 30px;
}
figure.snip1208 .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
figure.snip1208 i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1208 h3,
figure.snip1208 p {
  margin: 0;
  padding: 0;
}
figure.snip1208 h3 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}
figure.snip1208 p {
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1.6em;
}
figure.snip1208 button {
  border: medium none;
  padding: 10px 20px;
  background-color: #032f3c;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8em;
}
figure.snip1208 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  box-shadow:inset;
}
figure.snip1208:hover img,
figure.snip1208.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}




























/* ===== Footer list with arrows after text ===== */
.footer-list.with-arrows {
  list-style: none;
  padding-left: 0;
}

.footer-list.with-arrows li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid white;
  transition: all 0.3s ease;
}

.footer-list.with-arrows li a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between; /* keeps arrow on far right */
  width: 100%;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  left: -5px;
}

/* The arrow always visible at the end */
.footer-list.with-arrows li a::after {
  content: "\f105"; /* Font Awesome arrow-right */
  font-family: "FontAwesome";
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
  transition: all 0.3s ease;
}

/* Hover effects */
.footer-list.with-arrows li:hover a {
  color: white; /* your accent color */
  transform: translateX(5px);
}

.footer-list.with-arrows li:hover a::after {
  color: #032f3c;
  transform: translateX(5px);
}

/* Optional: subtle hover background */
.footer-list.with-arrows li:hover {
  background: rgba(255, 255, 255, 0.05);
}





/*****=====*****=====*****=====*****=====
    16. Gallery Style css
=====*****=====*****=====*****=====*****/
.gallery {
    margin-bottom: 20px;
}

.gallery .gallery-item {

    padding: 5px;
}

.gallery .gallery-item .thumb {
    position: relative;
}

.gallery .gallery-item .thumb img{
    width: 100%;
    height: 30rem;
    display: block;
}






.gallery-hover {
    position: absolute;
    background-color: rgba(3, 47, 60, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.gallery-hover .gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    text-align: center;
    font-size: 30px;
}

.gallery-info {
    opacity: 0;
}

.gallery-with-title .gallery-hover .gallery-btn {
    margin-top: -15px;
}

.gallery-info h4 {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.gallery-info p {
    font-size:12px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 1px;
    color: #757575;
}

.gallery-info a,
.gallery-title a {
    color: #eee;
}

.gallery-item:hover .gallery-hover {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-item:hover .gallery-hover .gallery-info,
.gallery-item:hover .gallery-hover .gallery-btn {
    width: 100%;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.gallery-inner-title {
    padding: 15px 0;
}
.gallery-inner-title h4 {
    font-size: 16px;
    margin-bottom: 5px;
}
.gallery-inner-title p a {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2facde;
}

/*gutter*/

.gallery.gutter .gallery-item {
    padding: 10px;
}


/*portfolio 2 grid*/

.gallery.col-2 .gallery-item {
    width: 49.99%;
}


/*portfolio 3 grid*/

.gallery.col-3 .gallery-item {
    width: 33.3333333%;
}

/*portfolio 4 grid*/

.gallery.col-4 .gallery-item {
    width: 25%;
}

/*portfolio 5 grid*/

.gallery.col-5 .gallery-item {
    width: 19.99%;
}

/*portfolio 6 grid*/

.gallery.col-6 .gallery-item {
    width: 16.666666667%;
}

.gallery-filter {
    margin:0px;
    padding: 20px;
    list-style: none;
}

.gallery-filter li {
    display: inline-block;
}

.gallery-filter li a {
    border: 1px solid #2facde;
    color: #2facde;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 3px;
    min-width: 68px;
    padding: 6px 10px;
}

.gallery-filter li a:hover,
.gallery-filter li.active a{
    background-color: #2facde;
    color: #fff;
    border: 1px solid #2facde;
}

.gallery-filter.style-white li a{
  color: #fff;
}


/*gallery slider*/

#gallery-carousel .gallery-item .thumb {
    position: relative;
}
#gallery-carousel .gallery-hover .gallery-btn {
    margin-top: -5px;
}
#gallery-carousel .owl-prev {
  left: 0;
  top: 40%;
  position: absolute;
}
#gallery-carousel .owl-next {
  right: 0;
  top: 40%;
  position: absolute;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    width: 40px;
    line-height: 38px;
    height: 40px;
    background: #222;
    border-radius: 0;
    padding: 0;
    border: 1px solid #222;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #2facde;
    border-color: #2facde;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



/*Gallery Social Css*/
.gallery-social {
  margin-bottom: 30px;
}
.gallery-social .thumb {
  position: relative;
  overflow: hidden;
}
.gallery-social .thumb img {
  
}
.gallery-social .thumb .gthumb-overlay {
  background-color: rgba(47, 172, 222, 0.75);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transform: scale(0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-social:hover .thumb .gthumb-overlay {
  transform: scale(1);
  opacity: 1;
}
.gallery-social .thumb .gthumb-overlay .overlay-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-social .thumb .gthumb-overlay h4 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.gallery-social .thumb .gthumb-overlay p {
  color: #eee;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.gallery-social .thumb .gthumb-overlay i {
  color: #eee;
}
.gsocial-w2 .gallery-social {
  float: left;
  margin-right: 15px;
  width: calc(50% - 15px);
}
.gallery-social.gsocial-w.gw2-right {
  margin-left: 15px;
  margin-right: 0;
}

.gallery-social.gallery-twitter .thumb .gthumb-overlay {
  background-color: rgba(47, 172, 222, 0.99);
  opacity: 1;
  text-align: left;
  transform: scale(1);
}
.gallery-social.gallery-twitter .thumb .gthumb-overlay .overlay-content {
  padding: 0 30px;
}
.gallery-social.gallery-twitter .thumb .gthumb-overlay .overlay-content p {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.gallery-social.gallery-twitter .thumb .gthumb-overlay .overlay-content i {
  background-color: #0ca3df;
  border-radius: 50%;
  bottom: -35px;
  color: #eee;
  cursor: pointer;
  padding: 7px;
  position: absolute;
  right: 30px;
}
.gallery-social.gallery-twitter.gw-sm .thumb .gthumb-overlay .overlay-content {
  padding: 0 30px;
  top: 0;
  transform: translate(0px);
}
.gallery-social.gallery-twitter.gw-sm .thumb .gthumb-overlay .overlay-content {
  padding: 20px 30px 0;
  top: 0;
  transform: translate(0px);
}
.gallery-social.gallery-twitter.gw-sm .thumb .gthumb-overlay .overlay-content h4 {
  font-size: 18px;
  margin-bottom: 12px;
}
.gallery-social.gallery-twitter.gw-sm .thumb .gthumb-overlay .overlay-content i {
  bottom: -4px;
  right: 16px;
}
.gallery-social.gallery-facebook .thumb .gs-icon {
  background-color: #0ca3df;
  border: 1px solid rgba(3, 3, 3, 0.06);
  border-radius: 50%;
  bottom: 30px;
  color: #eee;
  cursor: pointer;
  font-size: 17px;
  padding: 10px 11px 6px;
  position: absolute;
  right: 30px;
  z-index: 1;
}
.gallery-social.gallery-facebook .thumb .gthumb-overlay {
  text-align: left;
}
.gallery-social.gallery-facebook .thumb .gthumb-overlay .overlay-content {
  padding: 30px;
  top: 58%;
}






.slider-hero {
    position: relative;
    width: 100%;
    height: 320px; /* adjust as needed */
    overflow: hidden;
  }
  
  .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(3, 47, 60, 0.85),
        rgba(3, 47, 60, 0.40),
        rgba(0, 0, 0, 0.05)
    );
    pointer-events: none;
  }
  
  .slider-text {
    position: absolute;
    left: 80px;
    top: 70%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    z-index: 5;
    text-align: left;
  }





  
.Ola{
    .container {
      display: flex;
      width: 90vw;
    }
    
    .panel {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 40vh;
      border-radius: 50px;
      color: #fff;
      cursor: pointer;
      flex: 0.5;
      margin: 10px;
      position: relative;
      transition: flex 0.7s ease-in;
      -webkit-transition: all 700ms ease-in;
    }
    
    .panel h3 {
      font-size: 24px;
      position: absolute;
      bottom: 20px;
      left: 20px;
      margin: 0;
      opacity: 0;
      color: #fff;
    
    }
    
    .panel.active {
      flex: 5;
    }
    
    .panel.active h3 {
      opacity: 1;
      transition: opacity 0.3s ease-in 0.4s;
    }
    
    @media (max-width: 480px) {
      .container {
        width: 100vw;
      }
    
        .panel {
        flex: 1;
        margin: 5px;
        height: 40vh;
      }
    
      .panel.active {
        flex: 3;
      }
    }
    }


    :root{
        --news-accent:#032f3c;
        --news-text:#1f2937;
        --news-muted:#6b7280;
        --news-border:#e5e7eb;
        --news-bg:#ffffff;
        --shadow-lg:0 10px 30px rgba(0,0,0,.12);
        --z-news:9999;
        --news-btn-w:56px;    /* width of the vertical news button */
        --news-gap:12px;      /* spacing between button and search bar */
      }


      
/* ====== Latest News Button (Modern Glass Style) ====== */
.slider-news-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: var(--news-btn-w);
    height: 45%;
    padding: 25px 0px;
    border: 0;
    border-radius: 0 14px 14px 0;
    background: rgba(3, 47, 60, 0.4);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.6px;
    cursor: pointer;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    z-index: var(--z-news);
    transition: all 0.35s ease;
  }


/* Enhanced Hover Effect */
.slider-news-btn:hover {
    background: linear-gradient(180deg, rgba(3, 98, 104, 0.95), rgba(3, 47, 60, 0.9));
    box-shadow: 0 0 20px rgba(3, 98, 104, 0.9), 0 0 40px rgba(3, 98, 104, 0.6);
    transform: translateY(-6px) scale(1.03);
    letter-spacing: 1px;
    transition: all 0.35s ease;
  }

/* Active press effect */
.slider-news-btn:active {
    transform: scale(0.97);
    box-shadow: 0 0 10px rgba(3, 47, 60, 0.5);
  }


/* Focus accessibility */
.slider-news-btn:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.5);
    outline-offset: 3px;
  }

  /* Search bar centered in the slider */
  .slider-search-container{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    z-index:3;
    display:flex;
    justify-content:center;
    width:100%;
    padding:0 20px;
  }

  .slider-search-form{
    display:flex;
    background:rgba(255,255,255,0.6);
    border-radius:50px;
    box-shadow:var(--shadow-lg);
    max-width:600px;
    width:100%;
    overflow:hidden;
  }

  .slider-search-input{
    color: #032f3c;
    flex:1;
    padding:14px 20px;
    border:0;
    outline:0;
    font-size:16px;
    border-radius:50px 0 0 50px;
    background:rgba(255, 255, 255, 0.06);
  }

  .slider-search-btn{
    background:var(--news-accent);
    color:#fff;
    border:0;
    padding:0 26px;
    cursor:pointer;
    font-weight:600;
    border-radius:0 50px 50px 0;
    transition:background .2s ease;
  }

  .slider-search-btn:hover{ background:#036268; }

  
  /* Prevent overlap with the news button */
  @media (max-width: 992px){
    .slider-search-container{
      left: calc(50% + ((var(--news-btn-w) + var(--news-gap)) / 2));
      max-width: calc(100vw - (var(--news-btn-w) + var(--news-gap)) - 32px);
    }
  }
  

  @media (max-width: 768px){
    .slider-search-input{ font-size:14px; padding:10px 14px; }
    .slider-search-btn{ padding:0 18px; }
  }

  @media (max-width: 575.98px){
    .slider-news-btn{ height: 59px; bottom:16px; width:79px; padding:10px 18px; font-size:14px; }
  }
  @media (prefers-reduced-motion: reduce){
    .news-drawer,.news-item,.slider-news-btn,.news-backdrop{ transition:none; }
  }

  .carousel-item .slide-image{ display:block; width:100%; height:auto; }

  .news-backdrop{
    position:fixed; inset:0; background:rgba(0,0,0,.25);
    opacity:0; pointer-events:none; transition:opacity .2s ease;
    z-index:calc(var(--z-news) - 1);
  }
  .news-drawer{
    position:fixed; top:0; left:0; height:100vh; width:min(420px,92vw);
    background:#032f3cd9; border-right:1px solid var(--news-border);
    box-shadow:var(--shadow-lg);
    transform:translateX(-100%); transition:transform .32s cubic-bezier(.2,.8,.2,1);
    z-index:var(--z-news); display:flex; flex-direction:column;
  }
  .news-drawer * {
    color: white !important;
  }

  .news-open .news-backdrop{ opacity:1; pointer-events:auto; }
  .news-open .news-drawer{ transform:translateX(0); }

  .news-head{
    display:flex; align-items:center; justify-content:space-between;
    padding:18px 20px; border-bottom:1px solid var(--news-border);
  }
  .news-title{ margin:0; font-size:18px; font-weight:700; color:var(--news-text); }
  .news-close{ border:0; background:transparent; font-size:18px; cursor:pointer; color:var(--news-muted); }

  .news-list{ padding:12px 16px 18px; overflow:auto; }
  .news-item{
    display:grid; grid-template-columns:1fr auto; gap:8px 12px;
    padding:14px 12px; border:1px solid var(--news-border); border-radius:12px; background:#032f3c00;
    transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  }
  .news-item + .news-item{ margin-top:12px; }
  .news-item:hover{ transform:translateY(-2px); box-shadow:var(--shadow-lg); border-color:#d1d5db; }
  .news-h5{ margin:0; font-size:16px; line-height:1.3; color:var(--news-text); font-weight:700; }
  .news-meta{ grid-column:1 / -1; font-size:12px; color:var(--news-muted); }
  .news-desc{ grid-column:1 / -1; margin:2px 0 0; font-size:13px; color:#374151; line-height:1.55; }
  .news-link{ justify-self:start; margin-top:6px; font-size:13px; font-weight:600; color:var(--news-accent); text-decoration:none; }
  .news-link:hover{ text-decoration:underline; }
/* خلي النصوص كلها فاتحة داخل الدرج */
.news-desc{ color: rgba(255,255,255,.85); }
.news-meta{ color: rgba(255,255,255,.7); }
.news-item:hover{ border-color: rgba(255,255,255,.25); }

/* ✅ Scrollbar styling */
.news-list{
  overflow: auto;
  padding: 12px 16px 18px;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.28) rgba(255,255,255,.08);
}

/* Chrome / Edge / Safari */
.news-list::-webkit-scrollbar{
  width: 10px;
}

.news-list::-webkit-scrollbar-track{
  background: rgba(255,255,255,.08);
  border-radius: 999px;
}

.news-list::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.28);
  border-radius: 999px;
  border: 2px solid rgba(3,47,60,.85); /* يخليه ناعم ومندمج */
}

.news-list::-webkit-scrollbar-thumb:hover{
  background: rgba(255,255,255,.45);
}



/* افتراضي: شاشات كبيرة (>= 900px) */
.br-desktop { display: inline; }
.br-mobile  { display: none; }

/* شاشات أصغر من 900px */
@media (max-width: 991px) {
  .br-desktop { display: none; }
  .br-mobile  { display: inline; }
}
