@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;
}

.text-danger {
    color: red;
    font-size: 0.875rem;
}


body {
    background: #ffffff;
    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: 20px;
}

.h5, h5 {
    font-size: 18px;
}

.h6, h6 {
    font-size: 16px;
}

p {
    color: #4c4c4c;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    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: #00325a;
    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: #fff;
    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: #00325a; /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    text-decoration: none;
    background: #00325a; /* Gecko Browsers */
    color: #fff;
}

address {
    line-height: 1.42857143;
    margin-bottom: 20px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    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: #bce8f1;
}

.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: #00325a;
}
.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: #00325a;
    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 #00325a;
    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: #00325a;
}

.section-title.style-2 p {
    font-family: 'Open Sans', sans-serif;
    color: #4c4c4c;
    font-size: 18px;
    margin: 0 auto;
    max-width: 1080px;
}

@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 #00325a;
  }
}

.section-title-icon {
    background-color: #00325a;
    height: 2px;
    margin: 16px auto 12px;
    position: relative;
    width: 60px;
}

.section-title-icon:after {
    background-color: #00325a;
    content: "";
    height: 2px;
    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: #00325a;
  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: #333;
    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: #00325a;
}
.btn-theme-1:hover {
    color: #ffffff;
    background: #00325a;
}
.btn-black {
    color: #ffffff;
    background: #333;
}
.btn-black:hover {
    color: #ffffff;
    background: #00325a;
}
.btn-white {
    color: #333;
    background: #ffffff;
    border: 1px solid #333;
}
.btn-white:hover {
    color: #ffffff;
    background: #00325a;
    border: 1px solid #00325a;
}
.btn-transparent {
    color: #00325a;
    background: transparent;
}
.btn-transparent:hover {
    color: #ffffff;
    background: #00325a;
}
.btn-bordered {
    color: #00325a;
    background: transparent;
    border: 1px solid #00325a;
}
.btn-bordered:hover {
    color: #ffffff;
    background: #00325a;
    border: 1px solid #00325a;
}
.btn-shop {
    background: transparent;
    border: 1px solid #333;
    color: #333;
    font-size: 13px;
}
.btn-shop:hover {
    background: #00325a;
    border: 1px solid #00325a;
    color: #FFF;
}


.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader-logo {
  width: 64px;
  height: 64px;
  background-image: url('../images/logo-1.png');
  background-size: cover;
  background-position: center;
  z-index: 1; /* Ensure the logo is above the spinner */
}

.spinner {
  width: 80px;
  height: 80px;
  border: 8px solid #f3f3f3; /* Light grey */
  border-top: 8px solid #3498db; /* Blue spinner color */
  border-radius: 50%;
  animation: spin 2s linear infinite;
  position: absolute; /* Overlay on top of the logo */
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*Scrollup CSS*/

.scrollup {
  background-color: #00325a;
  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: #00325a;
  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: #00325a !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: #00325a !important;
    color: #fff !important;
}

.attr-nav > ul > li > a {
    padding: 24px 16px !important;
    line-height: 30px;
}

.attr-nav > ul > li.search > a:hover {
    color: #00325a;
}

.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 #00325a;
  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: #00325a;
  color: #fff;
}

.attr-nav > ul > li.search > a,
.attr-nav > ul > li.chart > a {
    color: #00325a;
    font-size: 16px;
}

.attr-nav > ul > li.chart > a:after {
    display: none;
}

.attr-nav > ul > li.chart > a .badge {
    background-color: #00325a;
    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: #00325a;
    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: #00325a;
}

.top_header {
    background: #00325a;
}

.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;
}

.header-topbar-col ul.socials-icon {
    padding-top: 2px;
}

.header-topbar-col ul.socials-icon li {
    display: inline-block;
    list-style: none;
    color: #ffffff;
}

.header-topbar-col ul.socials-icon li span {
    margin-right: 12px;
}

.header-topbar-col ul.socials-icon li a {
    background: #00325a;
    border: medium none;
    border-radius: 50%;
    color: #eee;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    width: 30px;
}

.header-topbar-col ul.socials-icon li a:hover {
    background: #fff;
    color: #00325a;
}

.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: #00325a;
    color: #fff;
    padding: 5px 10px;
    margin: 10px 0px;
    position: relative;
    overflow: hidden;
}


/* Style 2 */

.topbar {
    background: #00325a;
    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 #00325a;
    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: #00325a;
    background: #ffffff;
    display: block;
    text-align: center;
}

.topbar ul li a:hover {
    color: #00325a;
}

.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: #00325a;
    margin-right: 5px;
}

.header-tops .icon-style-1 li {
    border-radius: 50%;
    background: #00325a;
    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: #00325a;
}

.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;
}

header {
  /* position: fixed; Fixes the navbar to the top of the viewport */
  top: 0; /* Aligns the navbar to the top */
  left: 0; /* Aligns the navbar to the left */
  width: 100%; /* Makes the navbar span the full width */
  background-color: #fff; /* Background color to ensure it's visible */
  z-index: 10000; /* Ensures it stays on top of other elements */
  border-bottom: 1px solid #ccc; /* Optional: border at the bottom */
  /* Add padding or margin if needed */
}


/* 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 #00325a;
}

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 .appointment-item {
    background-image: url("../images/bg/ab1.jpg");
    background-position: center center;
    background-size: cover;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 24px 42px;
    position: relative;
    z-index: 1;
}

.about-feature .appointment-item:after {
    background-color: rgba(255, 255, 255, 0.2);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.about-feature .appointment-item h4 {
    display: inline-block;
    font-size: 26px;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}

.about-feature .appointment-item h4 span {
    color: #00325a;
}

.about-feature .appointment-item h4:before {
    background-color: #00325a;
    bottom: 0;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    width: 38px;
    z-index: 1;
}

.about-feature .appointment-item h4:after {
    background-color: #ddd;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 70px;
}

.about-feature .appointment-item .icons {
    bottom: -40px;
    color: #ddd;
    font-size: 114px;
    opacity: 0.2;
    position: absolute;
    right: -28px;
}

.about-feature .appointment-item .btn.btn-theme {
    border-radius: 50px;
    font-size: 15px;
    letter-spacing: 0;
    padding: 9px 18px;
    text-transform: uppercase;
}

.about-feature .appointment-item .opening-time {
}

.about-feature .appointment-item .opening-time li {
  border-bottom: 1px solid #eee;
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 6px;
  padding: 0 4px 6px 0;
  text-transform: capitalize;
}

.about-feature .appointment-item .opening-time li:last-child {
    padding-bottom: 9px;
}

.about-feature .appointment-item .opening-time li span {
    color: #00325a;
    float: right;
}

.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: #00325a;
}
.about-item.style-1 h3 a {
  color: #4a4a4a;
}
.about-icon-box i {
  font-size: 36px;
  color: #fff;
  background: #00325a;
  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: #00325a;
  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: #00325a;
    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);
}


/*****=====*****=====*****=====*****=====
    07. Skills Section style css
=====*****=====*****=====*****=====*****/
.skills{
  background-color:#ddd;
  width:100%;
  height:15px;
  position:relative;
  margin-bottom: 50px;
  margin-top: 30px;
}
.skills .title-bar{
    position:absolute;
    top:-30px;
    margin:5px;
    text-transform: capitalize;
}
.skills span {
  float:right;
  margin-top:-22px;
  margin-right:5px;
}

.skillbar-1,
.skillbar-2,
.skillbar-3,
.skillbar-4 {
  background-color: #00325a;
  width:0px;
  height:15px;
}

/*****=====*****=====*****=====*****=====
    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: white;
}
.service-item.style-1:hover a {
  color: white;
}
.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:hover h5{
  color: white;
}

.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: #00325a;
    border: 1px solid #00325a;
    -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: #00325a;
    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: #00325a;
    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: #00325a;
    -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: #00325a;
}

.service-item.service-theme:hover .service-icon i,
.service-item.service-theme .service-icon {
    color: #fff;
}

.service-item.service-theme .content h4 a {
    color: #00325a;
}

.service-item.service-theme .service-icon i,
.service-item.service-theme .content h4 a:hover {
    color: #00325a;
}

/* 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: #00325a;
    border: 1px solid #00325a;
    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 #00325a;
    -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 {
    height: 350px;
}

.service-item.style-2 .thumb {
    position: relative;
    overflow: hidden;
    -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 .thumb:after {
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    opacity: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 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;
    top: 0;
}

.service-item.style-2:hover .thumb:after {
    opacity: 1;
}



.service-item.style-2 .thumb img {
    position: relative;
    -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 img {
    transform: scale(1.3);
}

.service-item.style-2 .title-box {
    background-color: #00325a;
    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: #00325a;
}

.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: #00325a;
    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;
}

/******/

.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: #00325a;
    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: #00325a;
    color: #fff;
    border-color: #00325a;
}
/* 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 {
  
}

video {
    max-width: 100%;
    height: auto;
    display: block;
}


.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: #00325a;
    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: #00325a;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

blockquote {
  background-color: #fbfbfb;
  border-color: #eee;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-left-color: #00325a;
  margin-bottom: 40px;
  padding: 15px;

}

.home-3 .services-slider-top {
  margin-top: -205px;
}

/*****=====*****=====*****=====*****=====
    09. Sideber Widget Style Css
=====*****=====*****=====*****=====*****/

.sideber-widget {
  
}

.sideber-widget .widget {
    margin-bottom: 30px;
}

.sideber-widget .widget .sideber-title {
    background: #fbfbfb none repeat scroll 0 0;
    border-left: 2px solid #00325a;
    margin-bottom: 30px;
    padding: 16px;
    position: relative;
  
}

.sideber-widget .widget .testimonial-sideber {
    background-color: #fbfbfb;
    padding: 48px 14px;
    text-align: center;
}

.sideber-widget .widget .testimonial-sideber .icon-box {
    background-color: #eee;
    border-radius: 50%;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 24px;
    text-align: center;
    width: 30px;
}

.sideber-widget .widget .testimonial-sideber p {
  
}

.widget .widget-post {
    background-color: #fbfbfb;
    padding: 18px 22px;
}

.widget .news-area {
    border-bottom: 1px solid #eee;
    display: flex;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.widget .news-area .news-content a {
    color: #989898;
    font-weight: 600;
    text-transform: uppercase;
}

.sideber-content ul li {
    border-bottom: 1px solid #eee;
    padding: 10px 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;
}

.sideber-content {
    background-color: #fbfbfb;
    padding: 12px 22px 28px;
}

.sideber-content ul li a {
  color: #989898;
  font-weight: 600;
}

.tags {
  background-color: #fbfbfb;
  padding: 28px 28px 16px;
}
.tags li {
  display: inline-block;
  margin-bottom: 14px;
  margin-right: 0;
}

.tags li a {
  background-color: #f7f7f7;
  color: #989898;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 10px;
  text-transform: capitalize;
}

.tags li a:hover {
  background-color: #00325a;
  color: #fff;
}

/*****=====*****=====*****=====*****=====
    09. Departments Style Css
=====*****=====*****=====*****=====*****/



.department-icon {
  border: 1px solid #00325a;
  border-radius: 10px;
  color: #00325a;
  display: inline-block;
  text-align: center;
  padding: 12px 15px 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  min-width: 85px;
}

.department-icon:hover {
  border-color: #00325a;
  background-color: #00325a;
  color: #fff;
}

.department-icon .icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.department-icon h4 {
  color: #00325a;
  font-size: 16px;
  margin-bottom: 0;
}

.department-icon:hover h4 {
  color: #fff;
}

.departments .department-item {
    border: 1px solid rgba(47, 172, 222, 0.4);
    overflow: hidden;
    padding: 10px 18px;
    position: relative;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.departments .department-item .icon-box {
    color: #fff;
    float: left;
    font-size: 36px;
    z-index: 1;
    line-height: 74px;
    margin-bottom: 0;
    margin-left: 4px;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.departments .department-item .icon-box:after {
    background-color: #00325a;
    content: "";
    height: 100px;
    left: -22px;
    position: absolute;
    top: -10px;
    width: 50px;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.departments .department-item:hover .icon-box:after,
.departments .department-item:hover .icon-box:before {
    background-color: #333;
    color: #fff;
}

.departments .department-item .icon-box:before {
    background-color: #00325a;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    content: "";
    height: 70px;
    position: absolute;
    right: -18px;
    transform: scaleY(2.57) rotate(45deg);
    width: 70px;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.departments .department-item .content {
    margin-left: 36px;
    padding-left: 54px;
}

.departments .department-item .content h5 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.departments .department-item .content h5 a {
  color: #00325a;
}

.departments .department-item .content p {
  
}

/***Departments Style Two Css***/

.departments .department-item.style-2 {
  border: 1px solid #eee;
  overflow: hidden;
  padding: 20px 18px;
  position: relative;
  z-index: 0;
}

.departments .department-item.style-2 .content {
    position: relative;
    padding-left: 62px;
}

.departments .department-item.style-2 .content h5 a {
  color: #454545;
  font-weight: 800;
}

.departments .department-item.style-2 .content h5 a span {
  color: #00325a;
}

.departments .department-item.style-2 .icon-box {
    color: #fff;
}

.departments .department-item.style-2 .icon-box:after {
    background-color: #00325a;
    height: 200px;
    top: -28px;
}

.departments .department-item.style-2 .icon-box:before {
    background-color: #00325a;
}

.departments .department-item.style-2 .content .serial-number {
    background-color: #fbfbfb;
    border-bottom: 1px solid #eee;
    border-radius: 50px 0 0 50px;
    border-top: 1px solid #eee;
    color: #00325a;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 36px;
    line-height: 36px;
    padding-left: 18px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 40px;
}


/*****=====*****=====*****=====*****=====
Divider Why Choose Style Css
=====*****=====*****=====*****=====*****/

.services-section {
    padding-bottom: 200px;
}

.divider-section {
    background-color: #f9f9f9;
}

.divider-col {
    padding-bottom: 50px;
    padding-top: 70px;
}

.divider-col h2 {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 14px;
    padding-bottom: 14px;
    position: relative;
    text-transform: uppercase;
}

.divider-col h2 span {
    color: #00325a;
}

.divider-col h2:after {
    background-color: #00325a;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px;
}

.divider-img {
}

.abt-feature-list {
    margin-bottom: 24px;
}

.abt-feature-list i {
    float: left;
    font-size: 45px;
    margin-right: 14px;
    margin-top: 18px;
}

.abt-feature-list .content {
    overflow: hidden;
}

.abt-feature-list .content h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.abt-feature-list .content h3 span {
    color: #00325a;
}

.abt-feature-list .content p {
}


/*****=====*****=====*****=====*****=====
    09. Divider Why Choose Style Css
=====*****=====*****=====*****=====*****/

.why-choose-divider.half-divider:before {
    width: 55%;
}


/*****=====*****=====*****=====*****=====
    09. Divider Style Css
=====*****=====*****=====*****=====*****/

.divider-content {
    padding-right: 68px;
}

.divider-content.why-choose h6 {
  color: #aeaeae;
  font-size: 14px;
  letter-spacing: 0.9px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.divider-content h3 {
  color: #333;
  font-size: 28px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.divider-content h3 span {
    color: #00325a;
}

.divider-content.content-style {
    padding-right: 0;
    padding-left: 30px;
    padding-top: 30px;
}

.divider-content.content-style h2 {
    color: #333;
    display: inline-block;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 60px;
    margin-bottom: 20px;
}


/*****=====*****=====*****=====*****=====
    09. Appointment Style Css
=====*****=====*****=====*****=====*****/

.appointment-section {
    border-bottom: 1px solid #eee;
    padding: 70px 0 0;
}

.appointment-section img {
    margin-top: 20px;
    width: 82%;
}

.appointment-form {
    background-color: #fbfbfb;
    border: 1px solid #eee;
    padding: 34px;
}

.appointment-form h3 {
    display: inline-block;
    letter-spacing: 0.9px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.appointment-form h3 span {
    color: #00325a;
}

.appointment-form .form-group {
    margin-bottom: 0;
}

.appointment-form .form-control {
    border: 1px solid #eee;
    color: #333;
    height: 48px;
}

.appointment-form .form-control.textarea {
    height: 110px;
}

.appointment-form .p-content {
    color: #919191;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 26px;
    text-transform: capitalize;
}

.appointment-form .btn.btn-theme {
    margin-top: 14px;
}

.appointment-form .form-control:active {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.appointment-title {
    display: inline-block;
    letter-spacing: 0.9px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.appointment-title span {
    color: #00325a;
}


/*****=====*****=====*****=====*****=====
    09. Main Slider Style Css
=====*****=====*****=====*****=====*****/

.bs-slider{
    overflow: hidden;
    max-height: 800px;
    position: relative;
    background: #000000;
}
.bs-slider.bs-slider-one{
    max-height: 1200px;
}
.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.4);    
}
.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: 28%;
  right: 16.5%;
  margin: auto;
  padding: 10px;
  position: absolute;
  width: auto;
  max-width: 275px;
  /* background-color: rgba(0, 0, 0, 0.048); Add a semi-transparent background */
  /* border-radius: 200px; Optional: Add rounded corners */
}


.slide-img:after {
  background-color: #f5f9ff;
  border-radius: 50%;
  height: 50px;
  top: 10%;
  right: -15%;
  content: "";
  position: absolute;
  width: 50px;
  z-index: -1;
} 

.bs-slider-bg .carousel-item .slide-text {
  top: 25%;
}

.bs-slider-bg .carousel-item .slide-text h2 {
  color: #ffffff;
}

.bs-slider-bg .carousel-item .slide-text h4 {
  color: #ffffff;
  border: none;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.514);
}

/* .slider-wrapper {
  height: 80rem;
} */

.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: #00325a;
  box-shadow: 0 0 0 2px #00325a;
}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #00325a;
    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: 40px;
    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 #00325a;
    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: 18px;
    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: #00325a none repeat scroll 0 0;
    border: 1px solid #00325a;
    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: #00325a;
    border: 1px solid #00325a;
    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: #00325a;
    border: 1px solid #00325a;
}

/* 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: 18px;
        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: 18px;
  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);
}


/*****=====*****=====*****=====*****=====
  10. Video Bacground style Css
=====*****=====*****=====*****=====*****/

.video-area {
    position: relative;
    overflow: hidden;
}
.video-area h2,
.video-area p {
    color: #FFF;
}
.video-area h2 span {
    color: #00325a;
}
.video-area .container {
    padding-top: 250px;
    padding-bottom: 250px;
}
.video-bg {
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: -1;
}
.video-bg .video {
  height: 100%;
  left: 0;
  margin: 0!important;
  position: relative;
  top: 0;
  width: 100%;
}
.video-bg .video .mbYTP_wrapper {
  z-index: -1 !important;
}
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: #00325a;
  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;
}





/*****=====*****=====*****=====*****=====
    11. Revolution css
=====*****=====*****=====*****=====*****/
.banner-rev .tp-caption.slide-text {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  padding: 0;
}
.banner-rev .tp-caption.slide-text h4 {
  
}
.banner-rev .tp-caption.slide-text h2 {
  
}
.banner-rev .tp-caption.slide-text a {
  
}



/*****=====*****=====*****=====*****=====
    11. Health Tips css
=====*****=====*****=====*****=====*****/

.health-tips{
    background-image: url("../images/bg/do.png"), url("../images/bg/dont.png");
    background-position: left center, right center;
    background-size: 0%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.health-tips-1,
.health-tips-2{
    padding: 60px 20px;
}

.health-tips-1:before,
.health-tips-2:before{
    content: "";
    position: absolute;
    top:0px;
    height: 100%;
    width: 2000px;
    z-index: -1;
}

.health-tips-1:before{
    background-color: #00325a;
    right: 0px;
}

.health-tips-2:before {
    background-color: #f7f7f7;
    border-bottom: 1px solid rgba(243, 243, 243, 0.9);
    left: 0;
}

.health-tips-1 .heading {
    color: #fff;
    font-size: 28px;
    margin-bottom: 25px;
    text-align: right;
    text-transform: uppercase;
}

.health-tips-2 .heading {
    color: #00325a;
    font-size: 28px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.health-tips-1 .tips{
    list-style: none;
    padding: 0px;
    text-align: right;
}
.health-tips-1 ul.tips li p{
    color: #fff;
}

.health-tips-2 ul.tips li p{
    color: #00325a;
}
.health-tips-2 .tips {
    list-style: none;
    padding: 0px;
    text-align: left;
    color: #00325a;
}

.health-tips-1 .tips p{
    margin-right: 80px;
}

.health-tips-2 .tips p{
    margin-left: 80px;
}

.health-tips-1 .tips li,
.health-tips-2 .tips li
{
    padding: 10px 0px;
}

.health-tips-1 .tips li:last-child,
.health-tips-2 .tips li:last-child{
    padding-bottom: 0px;
}

.health-tips-1 .tips li .count,
.health-tips-2 .tips li .count{
    position:relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: 350ms ease all;
    transition: 350ms ease all;
}

.health-tips-1 .tips li:hover .count,
.health-tips-2 .tips li:hover .count{
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}

.health-tips-1 .tips li .count{
    float: right;
    margin-left: 20px;
    color: #00325a;
    background-color: #fff;
}

.health-tips-2 .tips li .count{
    float: left;
    margin-right: 20px;
    color: #fff;
    background-color: #00325a;
}
@media only screen and (min-width: 992px) {

    .health-tips{
        background-size: contain;
    }

}

/*****=====*****=====*****=====*****=====
    12. Client Stories css
=====*****=====*****=====*****=====*****/

.client-stories {
  
}

.stories-item {
  
}

.stories-item .thumb-content {
  position: relative;
  
}

.stories-item .thumb-content .thumb-overlay {
  background-color: rgba(255, 255, 255, 0.38);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.stories-item .thumb-content .thumb-overlay i {
  color: #00325a;
  display: inline-block;
  font-size: 43px;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
  cursor: pointer;
}

.stories-item .content {
  box-shadow: 0 1px 3px -2px rgba(3, 3, 3, 0.28);
  padding: 24px 25px;
}

.stories-item .content.align-top {
  box-shadow: 0 -1px 3px -2px rgba(3, 3, 3, 0.22);
  padding: 24px 25px 28px;
}

.stories-item .content h3 {
  color: #00325a;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.stories-item .content p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.stories-item .content p.theme-color {
  font-size: 14px;
  margin-bottom: 18px;
}

.stories-item .content .btn-theme {
  margin-top: 15px;
  padding: 7px 18px;
}

.booking-from {
  background-color: #fff;
  display: inline-block;
  height: 100%;
  margin-top: 3px;
  padding: 20px 10px 25px;
}

.booking-from h6 {
  color: #aeaeae;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 12px 0 2px 12px;
  text-transform: uppercase;
}

.booking-from h3 {
  color: #333;
  font-size: 28px;
  font-weight: 600;
  padding: 3px 20px 18px 12px;
  text-transform: uppercase;
}

.booking-from h3 span {
  color: #00325a;
}

.booking-from .border-style-2 {
  margin-bottom: 30px;
  margin-left: 15px;
}

.booking-from .form-control {
  margin-bottom: 12px;
}

.booking-from .form-control.textarea {
  min-height: 134px;
}

.booking-from .input-group input.form-control {
  margin-bottom: 0;
}

.booking-from .input-group .input-group-addon {
  background-color: #eee;
  color: #999;
}

.booking-from form select.form-control {
    -moz-appearance: none;
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    color: #999;
    padding-left: 12px;
}


/*****=====*****=====*****=====*****=====
    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: #00325a;
  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: #00325a;
    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: #00325a;
    -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: #00325a;
}
/*****=====*****=====*****=====*****=====
    13. Tab Style css
=====*****=====*****=====*****=====*****/

.cm-tab {
  background: #fff;
  padding: 40px;
}
.cm-tab .nav li a {
  font-weight: 500;
  font-size: 1em;
  color: #323232;
  border: 1px solid #e9e9e9;
  border-radius: 0px;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.cm-tab .nav li a:focus,
.cm-tab .nav li.active a{
  background: url(../images/icons/arrow-up.png) no-repeat center 101.5%;
    color: #fff;
    background-color: #00325a;
    border-color: transparent;
    font-weight: bold;
}
.cm-tab .tab-content ul li i {
  color:#00325a;
  margin-right:12px;
  font-size: 20px;
}
.cm-tab .tab-content ul {
  display: inline-block;
}
.cm-tab .tab-content ul li a {
  font-size:0.875em;
  color: #4a4a4a;
}
.cm-tab .tab-content ul li:hover a {
  color: #00325a;
}
.cm-tab .tab-content h3 {
  font-weight: 700;
  font-size: 1.125em;
  color: #242424;
}
.cm-tab .tab-content p {
  color:#898989;
  padding-bottom: 31px;

}
.cm-tab .tab-content .list-two{
  padding-left:86px;
}
.cm-tab .tab-content ul li {
  margin-top:9px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {

    .cm-tab .tab-content .list-two{
      padding-left: 10px;
    }
}


.nav-tabs>li>a {
    padding: 20px 30px;
    border: none;
    border-radius: 0;
}

.tab-content {
    padding: 30px 0;
}

/* Tab Item Style one */

.tab-item.style-1 .nav>li>a:focus, .tab-item.style-1 .nav>li>a:hover {
    border: 0;
    background-color: transparent;
}

.tab-item.style-1 .nav-tabs>li.active>a,
.tab-item.style-1 .nav-tabs>li.active>a:focus,
.tab-item.style-1 .nav-tabs>li.active>a:hover {
    color: #00325a;
    border: 0;
    border-bottom: 1px solid #00325a;
    border-radius: 0;
}

/* Tab Item Style Two */

.tab-item.style-2 .nav-tabs>li>a {
    border: 1px solid #ddd;
    margin-right: 0;
}

.tab-item.style-2 .nav>li>a:focus, 
.tab-item.style-2 .nav>li>a:hover {
    background-color: #fff;
}

.tab-item.style-2 .nav-tabs>li.active>a, 
.tab-item.style-2 .nav-tabs>li.active>a:focus, 
.tab-item.style-2 .nav-tabs>li.active>a:hover {
    color: #00325a;
    border: 1px solid #ddd;
    border-bottom-color: #00325a;
    border-radius: 0;
}

/* Tab Item Style Three */

.tab-item.style-3 .nav-tabs>li>a {
    border: 1px solid #ddd;
    margin-right: -1px;
}

.tab-item.style-3 .nav>li>a:focus, 
.tab-item.style-3 .nav>li>a:hover {
    background-color: #fafafa;
}

.tab-item.style-3 .nav-tabs>li.active>a, 
.tab-item.style-3 .nav-tabs>li.active>a:focus, 
.tab-item.style-3 .nav-tabs>li.active>a:hover {
    color: #00325a;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0;
}

.tab-item.style-3 .tab-content {
    margin-top: -1px;
    padding: 30px;
    border: 1px solid #eee;
}

/* Tab Item Style Four */

.tab-item.style-4 .nav-tabs {
    width: 100% !important;
    border-bottom: 0;
}

.tab-item.style-4 .nav-tabs>li {
    float: none;
    margin-bottom: -1px;
    display: table-cell;
    width: 1%;
    text-align: center;
}

.tab-item.style-4 .nav-tabs>li>a {
    border: 1px solid #ddd;
    margin-right: -1px;
}

.tab-item.style-4 .nav>li>a:focus, 
.tab-item.style-4 .nav>li>a:hover {
    background-color: #fff;
}

.tab-item.style-4 .nav-tabs>li.active>a, 
.tab-item.style-4 .nav-tabs>li.active>a:focus, 
.tab-item.style-4 .nav-tabs>li.active>a:hover {
    color: #00325a;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0;
}

.tab-item.style-4 .tab-content {
    margin-top: -1px;
    padding: 30px;
    border: 1px solid #eee;
    border-top: 0;
}

/* Tab Item Style Five */

.tab-item.style-5 .nav-tabs {
    display: inline-block;
    border: 0;
}

.tab-item.style-5 .nav-tabs>li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    margin: 0 20px;
}

.tab-item.style-5 .nav-tabs>li>a {
    border: 1px solid #ddd;
    margin-right: -1px;
    padding: 10px 30px;
    border-radius: 30px;
}

.tab-item.style-5 .nav>li>a:focus, 
.tab-item.style-5 .nav>li>a:hover {
    background-color: #fff;
}

.tab-item.style-5 .nav-tabs>li.active>a, 
.tab-item.style-5 .nav-tabs>li.active>a:focus, 
.tab-item.style-5 .nav-tabs>li.active>a:hover {
    color: #222;
    border: 1px solid #222;
}

.tab-item.style-5 .tab-content {
    padding: 15px;
    border: 0;
}

/* Tab Item Style Six */

.tab-item.style-6 .nav-tabs {
    border: 0;
}

.tab-item.style-6 .nav-tabs>li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    margin: 0 20px;
}

.tab-item.style-6 .nav-tabs>li>a {
    border: 1px solid #ddd;
    margin-right: -1px;
    padding: 10px 30px;
    border-radius: 0;
}

.tab-item.style-6 .nav>li>a:focus, 
.tab-item.style-6 .nav>li>a:hover {
    background-color: #fff;
}

.tab-item.style-6 .nav-tabs>li.active>a, 
.tab-item.style-6 .nav-tabs>li.active>a:focus, 
.tab-item.style-6 .nav-tabs>li.active>a:hover {
    color: #222;
    border: 1px solid #222;
}

.tab-item.style-6 .tab-content {
    padding: 15px;
    border: 0;
}

/* Tab Item Style Seven */

.tab-item.style-7 .nav-tabs {
    border: 0;
}

.tab-item.style-7 .nav-tabs>li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    margin: 0 20px;
}

.tab-item.style-7 .nav-tabs>li>a {
    background: rgba(251, 251, 251, 0.37);
    border: 1px solid #ddd;
    margin-right: -1px;
    padding: 35px 60px;
    border-radius: 0;
}

.tab-item.style-7 .nav-tabs>li>a>i {
    font-size: 35px;
}

.tab-item.style-7 .nav>li>a:focus, 
.tab-item.style-7 .nav>li>a:hover {
    background-color: #fff;
    color: #00325a;
}

.tab-item.style-7 .nav-tabs>li.active>a, 
.tab-item.style-7 .nav-tabs>li.active>a:focus, 
.tab-item.style-7 .nav-tabs>li.active>a:hover {
    color: #00325a;
    border: 1px solid #00325a;
    background: #fff;
}

.tab-item.style-7 .nav-tabs>li.active>a>i::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    bottom: -8px;
    width: 15px;
    height: 15px;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    border: 1px solid #00325a;
    border-top: 0;
    border-left: 0;
}

.tab-item.style-7 .tab-content {
    padding: 15px;
    border: 0;
    text-align: left;
}

/* Tab Item Style Eight */

.tab-item.style-8 .nav-tabs {
    display: inline-block;
    border: 0;
}

.tab-item.style-8 .nav-tabs>li {
    display: block;
    position: relative;
    float: left;
    text-align: center;
    margin: 0 40px;
}

.tab-item.style-8 .nav-tabs>li>a {
    background: transparent;
    border: 0;
    margin-right: -1px;
    padding: 10px 0px;
    border-radius: 0;
    border-bottom: 1px solid transparent;
}

.tab-item.style-8 .nav-tabs>li>a>i {
    display: block;
    margin-bottom: 10px;
    font-size: 55px;
}

.tab-item.style-8 .nav>li>a:focus, 
.tab-item.style-8 .nav>li>a:hover {
    background-color: transparent;
    color: #333;
}

.tab-item.style-8 .nav-tabs>li.active>a, 
.tab-item.style-8 .nav-tabs>li.active>a:focus, 
.tab-item.style-8 .nav-tabs>li.active>a:hover {
    color: #00325a;
    border-bottom: 1px solid #00325a;
    background: transparent;
}

.tab-item.style-8 .tab-content {
    padding: 15px;
    border: 0;
    text-align: left;
}
.tab-item.tab-right .nav-tabs>li {
  float: right;
}
.tab-item.tab-right .tab-content {
  text-align: right;
}
.tab-item.tab-white,
.tab-item.tab-white .nav-tabs>li>a {
  color: #fff;
}
.tab-item.tab-white .nav-tabs>li:hover>a {
  color: #00325a;
}

@media screen and (max-width: 991px) {
  .tab-item.style-6 .nav-tabs>li {
      margin: 0 10px;
  }

  .tab-item.style-7 .nav-tabs>li>a {
      padding: 20px 30px;
  }
}

@media screen and (max-width: 680px) {
  .tab-item.style-6 .nav-tabs>li,
  .tab-item.style-5 .nav-tabs>li {
      margin: 0 3px 10px;
  }

  .tab-item.style-7 .nav-tabs>li>a {
      padding: 20px 30px;
  }

  .tab-item.style-7 .nav-tabs>li {
    margin: 0 5px 15px;
  }
}

@media screen and (max-width: 680px) {
  .tab-item.style-4 .nav-tabs>li>a {
      padding: 10px 15px;
  }
}

/*****=====*****=====*****=====*****=====
    14. Accordion Style Css
=====*****=====*****=====*****=====*****/

.accordion-panel.style-1 .panel-default>.panel-heading {
    background-color: #fff;
    border: 0;
    padding: 10px 0 0 0;
}

.accordion-panel.style-1 .panel-title {
    text-transform: uppercase;
    line-height: 35px;
}

.accordion-panel.style-1 .panel-title a.accordion-toggle.collapsed {
    border-bottom: 1px solid transparent;
    color: #4a4a4a;
}

.accordion-panel.style-1 .panel-group .panel {
    border: 0;
    margin-bottom: 1px;
}

.accordion-panel.style-1 .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
    margin-left: 30px;
    padding: 15px;
}

.accordion-panel.style-1 .collapse.in {
    border: 0;
}

.accordion-panel.style-1 .panel-group::before {
    position: absolute;
    z-index: 0;
    height: calc(100% - 219px);
    top: 170px;
    bottom: 28px;
    left: 30px;
    content: "";
    border-left: 1px dashed #cecece;
}

.accordion-panel.style-1 .panel-heading .accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: left;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #00325a;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    margin-right: 15px;
    position: relative;

}

.accordion-panel.style-1 .panel-heading .accordion-toggle.collapsed:after  {
    background: #333;
    color: #fff;
}

.accordion-panel.style-1 .panel-heading .accordion-toggle {
    border-bottom: 1px solid #eee;
    color: #00325a;
    cursor: pointer;
    padding-bottom: 10px;
    width: 100%;
    outline: none;
}

.accordion-panel.style-1 .panel-heading .accordion-toggle.collapsed:after {
    content: "\f067" !important;
}


/*****=====*****=====*****=====*****=====
    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: #00325a;
    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: #00325a;
    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: #00325a;
    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: #00325a;
}

.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: #00325a;
    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 #00325a;
    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 #00325a;
    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: #00325a;
    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: #00325a;
}

.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: #00325a;
}

/* 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;
}


/*****=====*****=====*****=====*****=====
    16. Gallery Style css
=====*****=====*****=====*****=====*****/
.gallery {
    margin-bottom: 20px;
}

.gallery .gallery-item {
    float: left;
    padding: 3px;
}

.gallery .gallery-item .thumb {
    position: relative;
}

.gallery .gallery-item .thumb img{
    width: 100%;
    height: auto;
    display: block;
}

.gallery-hover {
    position: absolute;
    background-color: #00325a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


.gallery-item .gallery-hover {
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
}


.gallery-hover .gallery-info {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 0;
    width: 100%;
}

.gallery-hover .gallery-btn {
    position: absolute;
    margin-top: -55px;
    top: 50%;
    left: 50%;
    height: 0;
    width: 0;
    text-align: center;
    font-size: 30px;
}

.gallery-info,
.gallery-info h4 a,
.gallery-hover .gallery-btn a {
    text-align: center;
    color: #FFF;
}
.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:16px;
    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: #00325a;
}

/*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 #00325a;
    color: #00325a;
    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: #00325a;
    color: #fff;
    border: 1px solid #00325a;
}

.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: #00325a;
    border-color: #00325a;
    -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: 18px;
  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: #00325a;
  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: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.gallery-social.gallery-twitter .thumb .gthumb-overlay .overlay-content i {
  background-color: #00325a;
  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: #00325a;
  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%;
}


/*****=====*****=====*****=====*****=====
 17. Particles Bacground style Css
=====*****=====*****=====*****=====*****/
canvas{
  display:block;
  vertical-align:bottom;
}

#particles-js{
  width: 100%;
  height: 600px;
  background-color: #00325a;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.particles-bg {
  position: relative;
  overflow: hidden;
}
.particles-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.particles-content {
  position: absolute;
  top: 35%;
  left: 25%;
}
.particles-content p {
  color: #333;
}

/*****=====*****=====*****=====*****=====
    18. Testimonial Style Css
=====*****=====*****=====*****=====*****/

.testimonial-item.style-1 {
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 40px 0 60px;
    min-height: 200px;
    padding: 98px 28px 28px;
    position: relative;
    background-color: #fbfbfb;
}

.testimonial-item.style-1::before {
  background: #fff none repeat scroll 0 0;
  color: #00325a;
  content: '\f10d';
  font-family: "FontAwesome";
  font-size: 60px;
  height: 75px;
  line-height: 70px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -38px;
  width: 75px;
    border-radius: 10%;
}
.testimonial-item.style-1 blockquote {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 20px;
}
.testimonial-item.style-1 blockquote q {
  width: 100%;
  float: left;
  font-style: normal;
}
.testimonial-item.style-1 .testimonial-content {
    background: #ffffff;
    border-radius: 13px;
    left: 20px;
    padding: 10px;
    position: absolute;
    top: -40px;
    width: 230px;
    border: 1px solid #eee;
}
.testimonial-item.style-1 .testimonial-content figure {
  border: 1px solid #eee;
  border-radius: 50%;
  float: left;
  margin: 0 10px 0 0;
  overflow: hidden;
}
.testimonial-item.style-1 .testimonial-clients {
  overflow: hidden;
  padding: 20px 0;
}
.testimonial-item.style-1 .testimonial-clients h5 {
  margin-bottom: 5px;
  text-transform: uppercase;
}
.testimonial-item.style-1 .testimonial-clients span {
  display: block;
}
#testimonial-carousel .owl-nav [class*="owl-"] {
  background: #00325a;
  border: 1px solid #00325a;
  color: #fff;
}
#testimonial-carousel .owl-nav [class*="owl-"]:hover {
  background: #eee;
  border: 1px solid #eee;
  color: #aeaeae;
}

/*****=====*****=====*****=====*****=====
    19. Clients logo Style Css
=====*****=====*****=====*****=====*****/

.clients-area {
    background-repeat: repeat;
    background-size: initial;
    background-position: bottom;
}

#client-carousel img {
    border: 1px solid #000;
    padding: 15px;
    background: #fff;
}
#client-carousel .owl-nav {
  position: absolute;
  bottom: 110px;
  right: 0;
  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;
}
#client-carousel:hover .owl-nav {
  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;
}

@media only screen and (min-width: 320px) and (max-width: 380px) {
  #client-carousel .owl-nav {
    display: none;
  }
}

.client-style-one .client-logo img{
    border: 1px solid #ddd;
    padding: 15px;
    margin: auto;
    text-align: center;
    margin-bottom: 15px;
    width: 150px;
}
/* Client Style Two start*/
.client-style-two img{
    width: 120px;
}
.client-style-two .client-logo{
    border: 1px solid #ddd;
    padding: 20px;
    margin: auto;
    background: #eeeeee;
}
/* Client Style Three start*/
.client-style-three{
    padding: 0;
}
.client-style-three img{
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.client-style-three .client-logo{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;

}
/* Client Style four start*/
.client-style-four{
    padding: 0;
}
.client-style-four img{
    display: block;
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}
.client-style-four .client-logo{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

/* Client Style five start*/
.client-style-five{
    padding: 0;
}

/*****=====*****=====*****=====*****=====
    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: #00325a;
}

.welcome-section .welcome-title h4 {
    color: #00325a;
    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: 18px;
    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 #eee;
    margin-bottom: 30px;
}

.welcome-feature .welcome-item .icon-box {
    color: #00325a;
    display: inline-block;
    font-size: 34px;
    margin-bottom: 18px;
}

.welcome-feature .welcome-item .content {
    outline: 1px solid #eee;
    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: 8px;
}

.welcome-feature .welcome-item .content .welcome-btn {
    color: #00325a;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.welcome-feature .welcome-item .content .serial-number {
    color: #ddd;
    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 #00325a;
  outline: 1px solid #00325a;
  outline-offset: -4px;
  padding: 7px;
}

.divider-layer-style .experience-text {
    color: #333;
    width: 100%;
    /* 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: #00325a;
}

.divider-layer-style .experience-text .text-stroke {
    color: transparent;
    -webkit-text-stroke: 1px #00325a;
}

.divider-layer-style .btn-style-wrp {
  text-align: right;
}

.divider-layer-style a.btn-style {
    background: #00325a;
    border: 1px solid #00325a;
    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;

    
}







  
  .divider-layer-style1 .experience-text {
      color: #333;
      display: inline-block;
      font-size: 34px;
      font-style: normal;
      font-weight: 700;
      letter-spacing: 1px;
      /* line-height: 60px; */
      margin-bottom: 30px;
      margin-top: 0;
      text-transform: uppercase;
  }
  
  .divider-layer-style1 .experience-text .text-theme {
      color: #00325a;
  }
  
  .divider-layer-style1 .experience-text .text-stroke {
      color: transparent;
      -webkit-text-stroke: 1px #00325a;
  }
  


/*****=====*****=====*****=====*****=====
    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: #00325a;
}
.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: #00325a;
}

.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: 18px;
  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: #00325a;
}

/* 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: #00325a;
}
.comment h5 span a {
    color: #00325a;
}
.comment h5 span a:hover {
    color: #333;
}
.blog-item.style-1 {
    margin-bottom: 30px;
    height: auto;
    border: 1px solid transparent;
    border: 1px solid #dee2e6b8;
    -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: #00325a;
    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: #00325a;
    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: #00325a;
}
.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 {
    border: 1px solid #eee;
  margin-bottom: 40px;
}

.blog-details .content {
  padding: 24px;
}

.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: #00325a;
  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: #fbfbfb none repeat scroll 0 0;
  border: 1px solid #eee;
  padding: 20px;
}

.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 {
  color: #00325a;
  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: #00325a;
}

/* Blog Admin Style Css */

.comment h5 span a {
    color: #00325a;
}
.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: #F3f3f3;
    padding: 20px 0 10px 10px;
    border-left: 2px solid #00325a;
}
.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: #00325a;
    margin-right: 5px;
}
.sideber-content ul li:hover a {
    color: #00325a;
}
.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: #00325a;
}

/* Sideber page Post Style css */
.post-blog-item {
    margin-bottom: 30px;
    background-color: #f3f3f3;
}
.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: #00325a;
}
.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: #00325a;
    width: calc(100% - 65px);
    border: 1px solid #eaeaea !important;
    border-right: none !important;
}

.blog-search input:focus {
    border: 1px solid #00325a !important;
    border-right: none !important;
}

.blog-search button {
    width: 65px;
    background: #00325a !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: #00325a;
    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: #00325a;
    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: #00325a;
  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 #00325a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.timeline.style-3 li .hidden {
  opacity: 0;
}
.timeline.style-3 li .content {
  background: #00325a;
  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: 18px;
    color: #fff;
}
.timeline.style-3 li .content:before {
  content: '';
  background: #00325a;
  position: absolute;
  top: 0;
  width: 38px;
  height: 5px;
}
.timeline.style-3 li .content {
  left: 50px;
  background: #00325a;
}
.timeline.style-3 li:nth-child(odd) .content:before {
  left: -38px;
}
.timeline.style-3 li:nth-child(even) .content {
  left: calc(450px - 45px);
  background: #00325a;
}
.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: #00325a;
  }
  .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;
    }
}


/*======= ****========****=======
    22. newsletter Style Css
/*======= ****========****=======*/

.newsletter {
  
}

.newsletter {
  margin: 0 auto;
  max-width: 500px;
  text-align: center;
}

.newsletter .newsletter-form {
}

.newsletter form {
  position: relative;
}

.newsletter input {
    background-color: #00325a;
    border: 0 none;
    border-radius: 60px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    height: 60px;
    padding: 6px 80px 6px 30px;
}

.newsletter input::-moz-placeholder {
    color: #fff !important;
    letter-spacing: 1px;
    opacity: 1;
}

.newsletter input::placeholder,
.newsletter input:-ms-input-placeholder,
.newsletter input::-ms-input-placeholder{
    color: #fff !important;
}

.newsletter button {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  outline: 0 none;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.newsletter button i {
  color: #fff;
  font-size: 18px;
}

/*======= ****========****=======
    23. All Shop 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(0, 0, 0, 0.41);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

/* Make all text white */
.banner-section {
    color: white;
}

/* Ensure links are white */
.banner-section a {
    color: white;
    text-decoration: none; /* Remove underline if needed */
}

/* Style breadcrumb separators (slashes) */
.banner-section .breadcrumb-item + .breadcrumb-item::before {
    content: '/'; /* Assuming the separator is a slash */
    color: white; /* Color of the slash */
}


.banner.style-1 {

}

.banner.style-1 h2 {
  color: white;
  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 Shop Style Css
/*======= ****========****=======*/


.shop-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
}
.shop-img {
  position: relative;
  overflow: hidden;
}
.shop-content {
  padding: 10px;
}
.shop-item .shop-content h5 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}
.shop-rating {
  font-size: 14px;
  line-height: 1;
  overflow: hidden;
  position: relative;
  width: 75px;
  height: 22px;
}
.shop-rating::before {
  color: #a9a9a9;
  content: "";
  float: left;
  font-family: fontawesome;
  left: 0;
  right: 0;
  text-align: center;
  letter-spacing: 2px;
  position: absolute;
  top: 0;
}
.shop-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;
}




  
  /* Container for the dropup */
  .dropup {
    position: relative;
    display: inline-block;
    width: 100%; 
    text-align: center;
  }

  .dropup a{
    color: #0075a3 !important;
  }
  
  /* Dropdown content (hidden by default) */
  .dropup-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    width: 100%;  /* Ensure content is also 100% wide */
    bottom: 25px;  /* Position it above the button */
    z-index: 2;
    box-sizing: border-box;
  }
  
  /* Dropup items styling */
  .dropup-content a {
    color: black;
    /* padding: 12px 16px; */
    text-decoration: none;
    display: block;
  }
  
  /* Hover effect for the dropdown items */
  .dropup-content a:hover {
    background-color: #ccc;
  }
  
  /* Display dropdown content when hover on dropup */
  .dropup:hover .dropup-content {
    display: block;
  }
  
  
  










.discount,
.in-stock {
  position: absolute;
  right: 0;
  bottom: 8%;
  background: #00325a;
  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)
}


.shop-img>a:before {
    background-color: rgba(0,0,0, 0.7);
    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;
}
.shop-item .shop-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;
}

.shop-item .shop-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;
}
.shop-item:hover .shop-img img {
    -webkit-transform: scale(1.2);
    transform: scale(1.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;
}
.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: #00325a;
  -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: #00325a;
  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;
}

.shop-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;
}
.shop-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 #00325a;
    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: #00325a
}
.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
}
.shop-item.shop-list .shop-content {
    margin-top: 15px;
}
.shop-item.shop-list .shop-content p {
    margin-bottom: 10px
}
.shop-item.shop-list .discount {
    bottom: 14%;
    right: 0;
}
.shop-item.shop-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 .shop-rating,
.product-color {
  display: inline-block !important;
}

.product-rating-item .shop-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;
}

.shop-tab-menu .nav-item {
  text-transform: uppercase;
  font-size: 13px;
}


.shop-product-row {
  margin-top: 20px;
}
.shop-tab-content .shop-product-details-row {
    clear: both;
    display: table-row;
}

.shop-tab-content .shop-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;

}
.shop-tab-content .shop-product-details-row .product-type {
    display: table-cell;
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

.shop-tab-content .form-group {
    margin-bottom: 0;
}

.shop-tab-content.form-horizontal .form-group {
    margin: 0;
}

/* Shop Responsived Css*/

@media only screen and (min-width: 1200px) and (max-width: 1880px)  { 
    .shop-item.shop-list .shop-content {
        margin-top: 40px;
    }
    .shop-item.shop-list .shop-content p {
        margin-bottom: 10px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) { 
    .shop-item.shop-list .shop-content {
        margin-top: 10px;
    }
    .shop-item.shop-list .shop-content p {
        margin-bottom: 10px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
    .shop-item.shop-list .shop-content {
        margin-top: 10px;
    }
    /*.display-none {
        display: none;
    }*/
    .btn-shop.mt-3 {
        margin-top: 5px !important;
    }
}
@media only screen and (min-width: 420px) and (max-width: 767px) { 
    .shop-item.shop-list .shop-content {
        margin-top: 10px;
        padding-left: 30px;
        margin-bottom: 20px;
    }
}

/***shop Checkout***/

.shop-tab-inner .nav.nav-tabs {
  border-color: #bce8f1;
  display: flex;
  margin-bottom: 30px;
}

.shop-tab-inner .nav-tabs .nav-item {
}

.shop-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;
}

.shop-tab-inner .nav-tabs .nav-item .nav-link.active {
  border-color: #bce8f1;
  border-bottom-color: #fbfbfb;
  color: #00325a;
}

.shop-tab-inner .round-tab {
    font-weight: 600;
    text-transform: uppercase;
}

.shop-tab-inner .nav-tabs > li {
    margin-bottom: 0;
    margin-right: 3px;
}

.shop-tab-inner .nav-tabs > li:last-child {
    margin-right: 0;
}

.shop-tab-inner .nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
}

.shop-tab .nav-tabs > li.active > a,
.shop-tab .nav-tabs > li.active > a:focus,
.shop-tab .nav-tabs > li.active > a:hover {
    border-color: #00325a #00325a transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #00325a;
}

.shop-tab-content .panel-info > .panel-heading,
.shop-tab-content .panel-info > .panel-heading {
    background-color: #f7f7f7;
    border-color: #eee;
    color: #00325a;
}

.shop-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;
}

.shop-tab-content .cards {
    display: inline-block;
    margin-top: 22px;
}

.shop-tab-content .cards li {
  background-image: url("../images/shop/card.jpg");
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  transition: all 0.2s ease 0s;
  width: 51px;
}

.shop-tab-content .cards .mastercard {
    background-position: -51px 0;
}

.shop-tab-content .cards .amex {
    background-position: -102px 0;
}

.shop-tab-content #complete .panel-body h3 {
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.shop-service-item {
    margin-top: 40px;
}

.shop-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;
}

.shoping-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%;
}

.shoping-cart-area table th, .shoping-cart-area table td {
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}

.shoping-cart-area table th, .shoping-cart-area table td .fa.fa-trash-o {
}

.product-list td a {
  color: #00325a;
}

.shoping-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;
}

/***Shop 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: #00325a;
}

/****Shop Single***/

.shop-single {

}

.shop-single .thumb {

}

.shop-single .content {

}

.shop-single .content h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.shop-single .content h4 {
    color: #00325a;
    font-size: 28px;
    margin-bottom: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
}

.shop-single .content h4 span {
    color: #989898;
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    margin-left: 8px;
    position: relative;
}

.shop-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;
}

.shop-single .add-cart-btn {
    border: 1px solid #00325a;
    background: #00325a;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 18px;
    text-transform: uppercase;
}

.shop-single .add-cart-btn:hover {
    background-color: #00325a;
    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: 15px;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.shop-product-row {

}

.shop-product-row h6 {
    color: #00325a;
    letter-spacing: 0.6px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.shop-tab-content .shop-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%;
}

.shop-tab-content strong {
    color: #00325a;
}

.nav-tabs.shop-tab-menu > li > a {
  color: #444;
  font-weight: 600;
  padding: 8px 16px;
}

.nav-tabs.shop-tab-menu .nav-item.show .nav-link,
.nav-tabs.shop-tab-menu .nav-link.active {
  color: #00325a;
}

.tab-content.shop-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-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 #00325a;
}

.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;
  margin-bottom: 30px;
}
.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: 18px;
  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: #00325a;
  min-width: 21px;
}
.footer-widget-one .address li a {
  color: #4c4c4c;
  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: #00325a;
}
.social-icon.bg-f2 li:hover {
  background: #00325a;
}
.social-icon.bg-f2 li:hover a {
  color: #FFF;
}
.social-icon.bg-theme li {
  background: #00325a;
}
.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: #00325a;
}
.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: #00325a;
}
.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: #00325a;
  border-color: #00325a;
}
.social-icon.bordered li:hover a {
  color: #fff;
}
.social-icon.bordered-theme li {
  border: 1px solid #00325a;
}
.social-icon.bordered-theme li a {
  color: #00325a;
}
.social-icon.bordered-theme li:hover {
  background: #00325a;
  border-color: #00325a;
}
.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: #00325a;
    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: #00325a;
}


.footer-list li {
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #ddd;
  -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-list li a {
  margin-left: 5px;
}

.footer-list.border-deshed li {
  border-bottom: 1px dashed #00325a;
}
.footer-list.color-icon li i {
  color: #00325a;
}

.footer-list li i {
  color: #00325a;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.footer-list li:hover {
  padding-left: 5px;
}
.footer-list li:hover i {
  color: #00325a;
}

.footer-title {
  margin-bottom: 30px;
}


.footer-title h4 {
  color: #333;
  font-size: 18px;
  padding-bottom: 24px;
  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: #00325a;
}

.border-style-2:after{
    top: 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 50px;
    background: #00325a;
}

.border-style-3:before {
    top: -45px;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 70px;
    background: #00325a;
}
.border-style-3:after{
    top: 0;
    content: "";
    height: 3px;
    left: 2px;
    margin: auto;
    position: absolute;
    width: 40px;
    background: #00325a;
}
.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: #00325a;
}

.subscribe-style-two .btn-subscribe {
  background: #00325a;
}
.subscribe-style-two .form-control:focus {
  border-color: #00325a;
}
.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: #00325a;
}
.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: #00325a;
    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: #00325a;
}

.footer-btn-1 {
    background: #00325a;
    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: #00325a;
  font-weight: 700;
  letter-spacing: 2px;
}

.bg-footer-1 {
    color: #fff;
}

.bg-footer-1 a:hover {
    color: #00325a;
}
.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: #00325a;
}


 /*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: #00325a;
  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: #00325a;
  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: #00325a;
}
.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: #00325a;
}
.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: #00325a;
  border-color: #00325a;
  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: #00325a;
}
.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: #00325a;
}
.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: #00325a;
    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: #00325a;
    font-size: 30px;
}

.form-style .form-input-preview-item p {
  font-size: 18px;
  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: #00325a;
    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 #00325a;
    border-radius: 0;
    color: #00325a;
    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: #00325a;
}

.accordion-style-four .accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.accordion-style-four .accordion-body {
    padding: 30px 0 0;
}

/* .patient-profile {
  padding-left: 60px;
}

.patient-list {
  border-bottom: 1px solid #f5f5f5;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.patient-list .patient-list-content {
  align-items: center;
  display: flex;
}

.patient-list .patient-list-content .thumb {
  max-width: 60px;
  margin-right: 20px;
}

.patient-list .patient-list-content .patient-list-title {
  font-size: 24px;
}

.patient-list .patient-list-content .content-list {
  
}

.patient-list .patient-list-content .content-list .list-item {
  font-weight: 600;
  margin-right: 10px;
}

.patient-list .patient-list-content .content-list .list-item .icon {
  max-width: 14px;
}

.patient-list .patient-list-content .content-list .list-item .icon.phone {
  max-width: 12px;
}

.patient-list .patient-list-date p {
  font-size: 18px;
  font-weight: 600;
}

.patient-list .patient-list-date .icon {
  margin-top: -3px;
  margin-left: 5px;
}

.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;
}


/*=============================================
    26. Pricing Tables Style CSS
============================================= */
    
/* Strat Pricing Table Style One */
.pricing-tables.style-1 {
    padding: 30px 0 40px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #4c4c4c;
}

.pricing-tables.style-1 .pricing-table-header {
    color: #333;
}

.pricing-tables.style-1 .pricing-table-header img {
    width: 60px;
    margin-bottom: 15px;
}

.pricing-tables.style-1 .icon {
    display: block;
    font-size: 50px;
}

.pricing-tables.style-1 .title {
    font-size: 22px;
    margin-bottom: 10px;
}

.pricing-tables.style-1 .price-value {
    padding: 20px 0 14px;
    margin: 23px -10px 30px;
    background: #eee;
    color: #333;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.pricing-tables.style-1:hover .price-value {
    background: #00325a;
    color: #fff;
}

.pricing-tables.style-1 .price-value.active {
    background: #00325a;
    color: #fff;
}

.pricing-tables.style-1 .price-value:before,
.pricing-tables.style-1 .price-value:after {
    content: "";
    display: block;
    width: 10px;
    height: 15px;
    border-width: 13px 5px 11px;
    border-style: solid;
    border-color: transparent #777 #777 transparent;
    position: absolute;
    top: -24px;
    left: 0;
    transition: all 0.3s ease-in-out 0s;
}

.pricing-tables.style-1 .price-value:after {
    border-width: 11px 5px;
    border-color: transparent transparent #777 #777;
    top: -22px;
    left: auto;
    right: 0;
}

.pricing-tables.style-1:hover .price-value:before {
    border-color: transparent #d22332 #d81222 transparent
}

.pricing-tables.style-1:hover .price-value:after {
    border-color: transparent transparent #d22332 #d81222;
}

.pricing-tables.style-1 .amount {
    display: inline-block;
    font-size: 50px;
    position: relative;
}

.pricing-tables.style-1 .currency {
    font-size: 25px;
    position: absolute;
    top: 13px;
    right: 60px;
}

.pricing-tables.style-1 .month {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: -70px;
}

.pricing-tables.style-1 .pricing-content {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

.pricing-tables.style-1 .pricing-content li {
    font-size: 15px;
    line-height: 45px;
}

.pricing-tables.style-1 .pricingTable-signup {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #858585;
    text-transform: uppercase;
    border-top: 1px solid #e0dcdc;
    border-bottom: 1px solid #e0dcdc;
    transition: all 0.5s ease 0s;
}

.pricing-tables.style-1:hover .pricingTable-signup {
    background: #00325a;
    border-top: 1px solid #00325a;
    border-bottom: 1px solid #00325a;
    color: #fff;
}

/* End Pricing Table Style One */

/* Strat Pricing Table Style Two */
.pricing-tables.style-2 {
    padding: 30px 0 40px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid #4c4c4c;
}

.pricing-tables.style-2.bg-222 {
    border: 1px solid transparent;
}

.pricing-tables.style-2 .pricing-table-header {
    color: #333;
}

.pricing-tables.style-2 .pricing-table-header img {
    width: 60px;
    margin-bottom: 15px;
}

.pricing-tables.style-2 .icon {
    display: block;
    font-size: 50px;
}

.pricing-tables.style-2 .title {
    font-weight: 300;
    font-size: 22px;
    margin-bottom: 10px;
}

.pricing-tables.style-2 .price-value {
    padding: 20px 0 14px;
    margin: 23px -10px 30px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.pricing-tables.style-2 .amount {
    display: inline-block;
    font-size: 50px;
    position: relative;
}

.pricing-tables.style-2 .currency {
    font-size: 25px;
    position: absolute;
    top: 13px;
    right: 60px;
}

.pricing-tables.style-2 .month {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: -70px;
}

.pricing-tables.style-2 .pricing-content {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 20px;
}

.pricing-tables.style-2 .pricing-content li {
    font-size: 15px;
    line-height: 45px;
}

.pricing-tables.style-2 .pricingTable-signup {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #858585;
    text-transform: uppercase;
    border-top: 1px solid #e0dcdc;
    border-bottom: 1px solid #e0dcdc;
    transition: all 0.5s ease 0s;
}

.pricing-tables.style-2:hover .pricingTable-signup {
    background: #00325a;
    border-top: 1px solid #00325a;
    border-bottom: 1px solid #00325a;
    color: #fff;
}



/*****=====*****=====*****=====*****=====
    27. Team  Style Css
=====*****=====*****=====*****=====*****/
.team-single-col {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 0 10px;
}
.team-img {
  overflow: hidden;
}
.team-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.team-single-col:hover .team-img img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.team-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(47, 172, 222, 0.93);
  text-align: center;
  padding: 15px 10px;
}
.team-info h4 {
  margin-bottom: 0;
}
.team-info h4 a {
  color: #ffffff;
}
.team-info p {
  color: #eee;
  font-size: 16px;
  font-weight: bolder;
}
.team-social-group {
  background: #00325a none repeat scroll 0 0;
  border-radius: 0 20px 20px 0;
  left: -30%;
  padding: 30px 15px;
  position: absolute;
  top: 0;
  border-bottom-right-radius: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-single-col:hover .team-social-group {
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-social-group ul li {
  margin-bottom: 5px;
}
.team-social-group ul li:last-child {
  margin-bottom: 0;
}
.team-social-group ul li a i {
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-social-group ul li a i:hover {
  color: #111111;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* Team Two CSS Start */
.team-single-col-two {
  
}

/* Doctor Details CSS Start */

/* .doctor-details {
  
}

.doctor-details .content {
  padding-top: 30px;
  padding-left: 30px;
}

.doctor-details .content h3 {
    color: #00325a;
    letter-spacing: 1px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.doctor-details .specialist {
    margin-bottom: 30px;
}

.doctor-details .specialist li {
  display: inline-block;
}

.doctor-details .specialist li span {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 8px;
    text-transform: capitalize;
}

.doctor-details .specialist li i {
    color: #00325a;
}

.doctor-details .content p strong {
    color: #00325a;
    letter-spacing: 1px;
    margin-right: 4px;
    text-transform: uppercase;
}

.doctor-details .content .contact-info-box {
    border: 1px solid #eee;
    padding: 18px 14px;
    text-align: center;
    margin-bottom: 40px;
}

.doctor-details .content .contact-info-box strong {
    border-bottom: 1px solid #eee;
    color: #00325a;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.doctor-details .content .contact-info-box p {
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.doctor-details .content .contact-info-box p:last-child {
    margin-bottom: 0;
}

.doctor-details .content .social-media {
}

.doctor-details .content .social-media li {
    display: inline-block;
    margin-right: 4px;
}

.doctor-details .content .social-media li a {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    color: #00325a;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.doctor-details .content .social-media li a:hover {
    background-color: #00325a;
    border-color: #00325a;
    color: #fff;
} */

/*------------------------------
  Advisors
------------------------------*/
.team-single-col-two {
    border-bottom: 3px solid #00325a;
    margin-bottom: 50px;
}


/*------------------------------
  Advisors
------------------------------*/

.team-single-col-two .advisors-box {
    border: 1px solid #8080801c;
    position: relative;
    height: auto;
    width: auto;
    overflow: hidden;
    margin-bottom: 0;
}

.team-single-col-two .advisors-box img {
    position: relative;
    width: 100%;
}

.team-single-col-two .advisors-box figcaption {
    background: #ffffff;
    bottom: 0px;
    height: 100%;
    position: absolute;
    height: 0px;
    width: 100%;
}

/*.team-single-col-two .advisors-box:hover figcaption {*/
    /*background: #eee9ff;*/
    /*height: 85px;*/
/*}*/

.team-single-col-two .advisors-box figcaption .member-details h5 {
    background: #ffffff;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 25px;
    margin: 0px;
    position: absolute;
    text-transform: uppercase;
    line-height: 17px;
    left: 0px;
    top: -80px;
    height: auto;
    width: 100%;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
        border-top: 1px solid #8080801c;
}

.team-single-col-two .member-details h5:before,
.team-single-col-two  .member-details h5:after{
    display: table;
    content: " ";
}

/* .team-single-col-two .advisors-box figcaption .member-details h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: -60px;
    border-right: 420px solid #fff;
    border-top: 60px solid rgba(0, 0, 0, 0);
    width: 100%;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} */


/**************************************/
/************* Clients CSS ************/
/**************************************/
.clients {
  position: relative;
  padding: 90px 0;
}

.clients .section-header p {
  padding-bottom: 10px;
}

.clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

.clients img:hover {
  opacity: .5;
}

.clients .owl-nav,
.clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

.clients .owl-dot.active {
  background-color: #4F84C4;
}


.team-single-col-two .advisors-box:hover figcaption .member-details h5{
    background-color: #f5f5f5;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.team-single-col-two .advisors-box:hover figcaption .member-details h5:before {
    border-right: 420px solid #f5f5f5;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.team-single-col-two .advisors-box figcaption .member-details h5 a {
    color: #333;
}

.team-single-col-two .advisors-box figcaption .member-details h5 span {
    display: block;
    color: #00325a;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 5px 5px 0;
}

.team-single-col-two .advisors-box .overly:before,
.team-single-col-two .advisors-box .overly:after {
    content: "";
    display: table;
    webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.team-single-col-two .advisors-box .overly:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.team-single-col-two .advisors-box .overly:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.team-single-col-two .advisors-box .overly:before {
    top: 25px;
    right: 6px;
    bottom: 25px;
    left: 6px;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
    opacity: 0;
}

.team-single-col-two .advisors-box .overly:after {
    top: 8px;
    right: 25px;
    bottom: 8px;
    left: 25px;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    content: '';
    opacity: 0;
}

.team-single-col-two .advisors-box:hover .overly:before,
.team-single-col-two .advisors-box:hover .overly:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.team-single-col-two .advisors-box .overly {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}

.team-single-col-two .advisors-box:hover .overly {
    -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -moz-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -ms-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    -o-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
    transform: translateY(0%);
    opacity: 1;
}

.team-single-col-two .advisors-box .overly .item-overly {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    transform: translateY(30%);
}

.team-single-col-two .advisors-box .overly .item-overly .member-description {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    margin: 0;
    padding: 5px 0px;
    text-align: center;
    opacity: 1;
}

.team-single-col-two .advisors-box .overly .item-overly .member-description li {
    display: inline-block;
    margin: 0;
}
.team-single-col-two .advisors-box .overly .item-overly .member-description li a i {
    background: #00325a;
    width: 35px;
    height: 35px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    cursor: pointer;
}


/* Team Details CSS Start */
.team-details-area {
  padding: 100px 0 70px;
}
.team-details-col {
  margin-bottom: 30px;
}
.team-details-col img {
  border-radius: 10px;
}
.team-details-box {
  padding: 40px 50px;
  background: #f5f5f5;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.team-details-box h3 span {
  color: #00325a;
  font-size: 32px;
}
.team-biograpy {
  margin-top: 20px;
}
.team-biograpy li {
  text-transform: capitalize;
  font-weight: bold;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.team-biograpy li:last-child {
  border-bottom: none;
}
.team-biograpy li i {
  color: #00325a;
  margin-right: 5px;
  margin-left: 5px;
  font-size: 20px;
}


/*===================================*/
/* 28. Modal Style CSS
/*==================================*/

/*Login*/
.theme-login .modal-header {
  padding: 20px 30px;
}
.theme-login .modal-body {
  padding: 30px;
}
.theme-login .form-control {
  border: 1px solid #ced4da;
  border-radius: 0;
  height: 45px !important;
  box-shadow: none;
}
.theme-login .modal-body .button {
  width: 100%;
  text-align: center;
}
.theme-login .modal-dialog {
  max-width: 400px;
}
.theme-login .modal-footer .theme-media-blog {
  margin: 0;
  padding: 0;
}
.theme-login .modal-footer .theme-media-blog li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0px 4px;
}
.theme-login .modal-footer .theme-media-blog li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px; 
  font-size: 16px;
  color: #00325a;
  background: transparent;
  border: 1px solid #00325a;
  text-align: center;
  border-radius: 50%;
}
.theme-login .modal-footer .theme-media-blog li a:hover {
  background: #00325a;
  border-color: #00325a;
  color: #fff;
}
.theme-login .modal-header .close {
  outline: none;
}
/*Login*/
.theme-register .modal-header {
  padding: 20px 30px;
}
.theme-register .modal-body {
  padding: 30px;
}
.theme-register .form-control {
  border: 1px solid #ced4da;
  border-radius: 0;
  height: 45px !important;
  box-shadow: none;
}
.theme-register .modal-body .button {
  width: 100%;
  text-align: center;
}
.theme-register .modal-dialog {
  max-width: 400px;
}
.theme-register .modal-footer .theme-media-blog {
  margin: 0;
  padding: 0;
}
.theme-register .modal-footer .theme-media-blog li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0px 4px;
}
.theme-register .modal-footer .theme-media-blog li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #00325a;
  background: transparent;
  border: 1px solid #00325a;
  text-align: center;
  border-radius: 50%;
}
.theme-register .modal-footer .theme-media-blog li a:hover {
  background: #00325a;
  border-color: #00325a;
  color: #fff; }
.theme-register .modal-header .close {
  outline: none;
}
.theme-register p {
  font-size: 16px;
  line-height: 20px; 
}

.theme-model .modal-header {
  padding: 15px 30px;
}
.theme-model .modal-header .close {
  margin-top: -22px;
}
.theme-model .modal-footer {
  text-align: center;
}

/* Shop Modal */

.product-action-modal .modal-dialog {
  max-width: 430px;
  min-width: auto;
}
@media only screen and (max-width: 575px) {
  .modal .modal-dialog {
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }
  .product-action-modal .modal-dialog {
    display: flex;
    justify-content: center;
    max-width: 300px;
  }
}

.product-action-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  padding: 30px;
  text-align: center;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-messages {
  align-items: center;
  color: #000;
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-bottom: 20px;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-messages i {
  font-size: 20px;
  margin-right: 10px;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .thumb img {
  max-width: 220px;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .product-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  margin-top: 20px;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .product-name a {
  color: #000;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .modal-action-product .product-name a:hover {
  color: #00325a;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .btn-close {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: #999999;
  cursor: pointer;
  float: right;
  font-size: 22px;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  right: 6px;
  text-shadow: 0 1px 0 #fff;
  top: -3px;
  border-radius: 50%;
  z-index: 9999;
  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;
}

.product-action-modal .modal-dialog .modal-content .modal-body .product-action-view-content .btn-close:hover {
  background-color: transparent;
  color: #00325a;
}

.modal-backdrop {
  background-color: #000;
  height: 100vh;
  position: fixed;
  top: 0;
  opacity: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 1040;
  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;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.product-cart-view-modal .modal-dialog {
  max-width: 1300px;
  min-width: auto;
  padding: 0 15px;
}
@media only screen and (max-width: 1399px) {
  .product-cart-view-modal .modal-dialog {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 1199px) {
  .product-cart-view-modal .modal-dialog {
    max-width: 970px;
  }
}
@media only screen and (max-width: 991px) {
  .product-cart-view-modal .modal-dialog {
    max-width: 750px;
  }
}
@media only screen and (max-width: 767px) {
  .product-cart-view-modal .modal-dialog {
    max-width: 540px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .product-cart-view-modal .modal-dialog .container {
    max-width: 1300px;
  }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .single-product-thumb {
  margin-bottom: 0;
  width: 100%;
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .single-product-thumb-slider {
  margin-left: 0;
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content {
  border: none;
  padding: 64px 25px 65px 30px;
}
@media only screen and (max-width: 575px) {
  .product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content {
    padding: 40px 0 0 0;
  }
}

@media only screen and (max-width: 479.98px) {
  .single-product-info .comments-advices a {
    font-size: 11px;
  }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .single-product-info .title {
  border: none;
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .btn-close {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
  height: 50px;
  padding: 0;
  margin: 0;
  color: #999999;
  cursor: pointer;
  float: right;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  opacity: 1;
  position: absolute;
  right: 2px;
  text-shadow: 0 1px 0 #fff;
  top: 0;
  border-radius: 50%;
  width: 50px;
  z-index: 9999;
  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;
}
@media only screen and (max-width: 767px) {
  .product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .btn-close {
    font-size: 25px;
    height: 30px;
    line-height: 1;
    top: 6px;
    width: 30px;
    right: 4px;
  }
}

.product-cart-view-modal .modal-dialog .modal-content .modal-body .product-quick-view-content .btn-close:hover {
  background-color: transparent;
  color: #00325a;
}

@media only screen and (max-width: 575px) {
    .product-quick-view-content .shop-single {
        padding-bottom: 20px;
    }
}


/*===================================*/
/* 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: #00325a 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: #00325a;
    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;
}


/*===================================*/
/* 32. Subscribe Style CSS */
/*==================================*/


/* .subscribe-light {
    background: #fff;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
} */

/* Start Subscribe Style One */
/* .subscribe-box.style-1 {
    background: #f5f5f5;
    border: 1px solid #ececec;
    padding: 50px 30px;
    float: left;
    width: 100%;
}

.subscribe-box.style-1 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-1 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-1 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-1 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
} */
/* End Subscribe Style One */

/* Start Subscribe Style Two */
/* .subscribe-box.style-2 {
    border: 1px solid #ececec;
    padding: 50px 30px;
    float: left;
    width: 100%;
}

.subscribe-box.style-2 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-2 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-2 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-2 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
} */
/* End Subscribe Style Two */

 /* Start Subscribe Style Three */
/* .subscribe-box.style-3 {
    background: #222;
    border: 1px solid #ececec;
    padding: 50px 30px;
    float: left;
    width: 100%;
}

.subscribe-box.style-3 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-3 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-3 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-3 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
} */
/* End Subscribe Style Three */

/* Start Subscribe Style Four */

/* .subscribe-box.style-4 {
    float: left;
    width: 100%;
}

.subscribe-box.style-4 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-4 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-4 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-4 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
} */
/* End Subscribe Style Four */

/* Start Subscribe Style Five */

/* .subscribe-box.style-5 {
    float: left;
    width: 100%;
}

.subscribe-box.style-5 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-5 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-5 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-5 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
} */
/* End Subscribe Style Five */

/* Start Subscribe Style Six */

/* .subscribe-box.style-6 {
    float: left;
    width: 100%;
}

.subscribe-box.style-6 .subscribe-info {
    margin-bottom: 50px;
}

.subscribe-box.style-6 .subscribe-info h4 {
    font-size: 18px;
}

.subscribe-box.style-6 .subscribe-info p {
    margin-top: 15px;
}

.subscribe-box.style-6 .subscribe-from .form-group {
    width: 75%;
}

.subscribe-box.style-6 .subscribe-from .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #ccc;
    background: #fff;
    box-shadow: none;
}

.subscribe-box.style-6 .subscribe-from button {
    margin-top: -10px;
    margin-left: 5px;
    height: 52px;
    width: 20%;
} */
/* End Subscribe Style Six */

@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 #00325a !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 #00325a;
}
.register-form-area.style-1 .form-field span {
    background: #00325a;
}
.register-form-area.style-1.transparent .form-field input {
    border-color: #00325a;
    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: #00325a;
    background: transparent;
    color: #fff;
}
.register-form-area.style-1.transparent .form-field span {
    background: #00325a;
}

.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: #00325a !important;
}
.text-white {
  color: #FFF !important;
}
.text-gray-color {
  color: #989898 !important;
}
.bg-theme-color {
  background: #00325a !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;
}


/*************
* 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;
}

/*****=====*****=====*****=====*****=====
    35. Demo Page Css Start
=====*****=====*****=====*****=====*****/

.inner-bg.over-layer-black:before {
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.inner-bg h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0;
}

.inner-bg .btn-theme {
    margin-top: 30px;
    padding: 12px 32px;
    text-transform: uppercase;
}

.inner-bg .inner-revs {
    margin-bottom: 40px;
    margin-top: 80px;
}

.inner-bg .inner-revs h3 span {
    color: #d50000;
}

.inner-bg .inner-revs img {
  margin-right: 10px;
  width: 32px;
}

.inner-bg {
    position: relative;
    padding-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
}

.inner-bg .container {
    padding-bottom: 50px;
    padding-top: 70px;
}
.inner-bg h3 {
    color: #FFF;
    margin-bottom: 20px;
}
.inner-bg p {
    font-size: 15px;
    max-width: 800px;
}

.inner-bg p span {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
}

.inner-bg p a:hover {
    color: #2780e3;
}
.inner-bg .mini-title:before {
    display: none;
}

.inner-style-1 {
    padding: 40px 60px;
    background-color: rgba(39,128,227, .8);
    display: block;
    border: 5px solid #2780e3;
}
.inner-bg .inner-style-1 p a {
    color: #333;
}

.preview .container {
    padding-bottom: 50px;
    padding-top: 70px;
}

.preview .practice-item-1.style-one {
    border: transparent;
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
}
.preview .practice-item-1.style-one .practice-img {
    border: 1px solid #eee;
}
.preview .section-title.title {
    position: relative;
}

.preview .section-title.title:after {
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    bottom: -15px;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 150px;
    background: #2780e3;
}

.preview .section-title.title:before {
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    bottom: -25px;
    text-align: center;
    margin: auto;
    position: absolute;
    width: 120px;
    background: #2780e3;
}

.preview .practice-item-1 .practice-img span:before {
    font-size: 50px;
}
       
.preview .section-title.light-title{
    margin-bottom: 70px;
    position: relative;

}
.preview .section-title.light-title h2{
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    background: #fff;

}
.preview .section-title.light-title h5 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -40px;
    text-transform: uppercase;
    font-size: 100px;
    z-index: 0;
    color: #eee;
}
.preview {
    position: relative;
}
.preview .practice-item-1 .practice-img span:before {
    font-size: 50px;
}

.preview-features-item ul li {
    padding-bottom: 15px;
    color: #222;
    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: #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;
    cursor: pointer;
}

.preview-features-item ul li i {
    font-size: 18px;
    color: #2780e3;
}

.preview .practice-content {
    padding-bottom: 15px;
}



.practice-item-1:hover .practice-img a:after {
    visibility: visible;
    opacity: .8;
}

.practice-img a span {
    font-size: 50px;
    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;
}

.practice-item-1:hover .practice-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;
}
.practice-item-1 .practice-img a span:hover {
    color: #00325a;
    -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;
}
.practice-item-1 {
    margin-bottom: 30px;
    border: 1px solid #EEE;
}
.practice-img a {
    display: block;
    position: relative;
}

.practice-img a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #2780e3;
    visibility: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.practice-item-1:hover .practice-img a:after {
    visibility: visible;
    opacity: .8;
}

.practice-img a span {
    font-size: 50px;
    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;
}

.practice-item-1:hover .practice-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;
}
.practice-item-1 {
    margin-bottom: 30px;
    border: 1px solid #EEE;
}
.practice-content {
    padding: 15px;
    padding-bottom: 30px;
    background-color: #FFF;
}

.practice-content h6 {
    margin-top: 15px;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    color: #2780e3;
    font-weight: 300;
    letter-spacing: 2px;

}
.practice-content h4 {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
}
.practice-content p {
    margin-bottom: 25px;
}
.practice-content h4 a {
    color: #333;
    text-transform: uppercase;
}
.practice-content h4 a:hover {
    color: #2780e3;
}
.practice-content span {
    color: #2780e3;
}
.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;
}

/**************************************/
/************* Partners CSS ************/
/**************************************/
.Partners {
  position: relative;
  padding: 50px 0 120px 0;
}

.Partners .section-header p {
  padding-bottom: 10px;
}

/* Target the owl-carousel items (Owl Carousel adds a wrapper div) */
.Partners .owl-carousel .owl-item {
  padding: 0 20px; /* Adds horizontal space between items */
}

.Partners img {
  max-width: 100%;
  height: 100px; /* Set a fixed height for uniformity */
  object-fit: contain; /* Maintain aspect ratio inside the fixed height */
  opacity: 1;
  transition: 0.3s;
}

.Partners img:hover {
  opacity: 0.5;
}

.Partners .owl-nav,
.Partners .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.Partners .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

.Partners .owl-dot.active {
  background-color: #4F84C4;
}

.team-item img {
    border-radius: 8px 60px 0 0;
    box-shadow: 0 0 8px #00325a98;
}

.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #ffffff00;
    transition: .5s;
}


.partners-intro--partners:hover,
.partners-intro--partners:hover .partners-intro--partners-item img {
    animation-play-state: paused;
}


.partners-intro--thumb {
    width: 546px;
    height: 546px;
    position: relative;
}
.partners-intro--partners {
    width: 100%;
    height: 100%;
}
.partners-intro--logo {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 130px;
    height: 130px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.partners-intro--logo img {
    display: block;
    width: 112px
}
.partners-intro--partners-item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 74px;
    height: 74px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.partners-intro--partners-item.-pos-1 {
    transform: translate(0,-217%);
}
.partners-intro--partners-item.-pos-2 {
    transform: translate(164%,-153%);
}
.partners-intro--partners-item.-pos-3 {
    transform: translate(220%,3%);
}
.partners-intro--partners-item.-pos-4 {
    transform: translate(164%,159%);
}
.partners-intro--partners-item.-pos-5 {
    transform: translate(0,225%);
}
.partners-intro--partners-item.-pos-6 {
    transform: translate(-157%,163%);
}
.partners-intro--partners-item.-pos-7 {
    transform: translate(-209%,3%);
}
.partners-intro--partners-item.-pos-8 {
    transform: translate(-157%,-151%);
}

.partners-intro--partners {
    animation: partnersRotating 230s linear infinite;
}
.partners-intro--partners-item img {
    display: block;
    animation: partnersIconsRotating 230s linear infinite;
}

/* Pause animation on hover
.partners-intro--partners:hover {
    animation-play-state: paused;
}

.partners-intro--partners-item img:hover {
    animation-play-state: paused;
} */

@keyframes partnersRotating {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(-360deg)
    }
}
@keyframes partnersIconsRotating {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}





.img-borderr {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-borderr::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 5px solid #00325a;
    border-radius: 6px;
}

.img-borderr img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


.section-titlee {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    
}

.section-titlee::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: #00325a;
    /* z-index: -1; */
}

.section-titlee::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: #00325a;
    /* z-index: -1; */
}

.section-titlee.text-start::before {
    width: calc(100% + 40px);
    left: 90px;
}

.section-titlee.text-start::after {
    width: calc(100% + 60px);
    left: 90px;
}








  .cart-product-section{
    overflow-x:hidden;
  }

  
  .cart-product {
    z-index: 0;
      border: 1px solid #eee;
      margin: 20px 0;
      width: 100%;
      height: 195px;
      position: relative;
      
      
  
      -webkit-transition: margin .2s linear, opacity .2s linear;
      -moz-transition: margin .2s linear, opacity .2s linear;
      -ms-transition: margin .2s linear, opacity .2s linear;
      -o-transition: margin .2s linear, opacity .2s linear;
      transition: margin .2s linear, opacity .2s linear;
  }
  
  .cart-product img {
    z-index: 0;
      width: 100%;
      height: 100%;
  }
  
  .cart-product header, .cart-product .product-content {
      background-color: #fff;
      border: 1px solid #ccc;
      border-style: none none solid none;
      float: left;
  }
  
  .cart-product header {
    border: 1px solid #eee;
      background: #000;
      margin: 0 1% 20px 0;
      overflow: hidden;
      padding: 0;
      position: relative;
      width: 24%;
      height: 195px;
  }
  

  
  .cart-product header h3 {
      background: #00325a;
      color: #fff;
      font-size: 22px;
      font-weight: 300;
      line-height: 49px;
      margin: 0;
      padding: 0 30px;
      position: absolute;
      bottom: -50px;
      right: 0;
      left: 0;
  
      -webkit-transition: bottom .2s linear;
      -moz-transition: bottom .2s linear;
      -ms-transition: bottom .2s linear;
      -o-transition: bottom .2s linear;
      transition: bottom .2s linear;
  }
  

  
  .cart-product .product-content {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      height: 140px;
      padding: 0 20px;
      width: 75%;
  }
  
  .cart-product h1 {
      color: #00325a;
      font-size: 25px;
      font-weight: 300;
      margin: 17px 0 20px 0;
  }
  .cart-product p {
      font-size: 14px;
      margin: 17px 0 20px 0;
  }
  
  .cart-product footer.product-content {
    height: 50px;
    margin: 5px 0 0 -12px;
      padding: 0;
  }
  
  .cart-product footer .total-price {
      background: #fcfcfc;
      color: #000;
      float: right;
      font-size: 18px;
      font-weight: 300;
      line-height: 49px;
      margin: 0;
      padding: 0 30px;
  }
  
  .cart-product footer .remove-item {
    cursor: pointer;
      background: #00325a;
      color: #fff;
      float: right;
      font-size: 22px;
      font-weight: 300;
      line-height: 55px;
      margin: -6px -12px 0px 0px;
      padding: 0 30px;
  
      -webkit-transition: margin .15s linear;
      -moz-transition: margin .15s linear;
      -ms-transition: margin .15s linear;
      -o-transition: margin .15s linear;
      transition: margin .15s linear;
  }
  
  /* .quantity, .quantity-plus, .quantity-minus {
      display: block;
      float: left;
  }
  
  .quantity {
      font-size: 19px;
      line-height: 50px;
      width: 70px;
      text-align: center;
  }
  
  .quantity-plus, .quantity-minus {
      background: #fcfcfc;
      border: none;
      font-size: 30px;
      font-weight: 300;
      height: 100%;
      padding: 10px;
      -webkit-transition: background .2s linear;
      -moz-transition: background .2s linear;
      -ms-transition: background .2s linear;
      -o-transition: background .2s linear;
      transition: background .2s linear;
  }

  
  
  .quantity-plus:hover, .quantity-minus:hover {
      background: #00325a;
      color: #fff;
      cursor: pointer;
  } */
  
  #cart-footer {
      margin: 50px 0;
  }
  
  #cart-footer .cart-container {
      border-top: 1px solid #ccc;
      padding: 30px 0;
      width: 100%;
  }
  
  #cart-footer .left-section {
      float: left;
      text-align: left;
      width: 60%;
  }
  
  #cart-footer .right-section {
      float: left;
      text-align: right;
      width: 40%;
  }
  
  #cart-footer h1, #cart-footer h2, #cart-footer h3 {
      font-weight: 300;
      margin: 5px 0;
  }
  
  #cart-footer h1 {
      font-size: 30px;
  }
  
  #cart-footer h2 {
      font-size: 24px;
  }
  
  #cart-footer h3 {
      font-size: 16px;
  }
  
  #cart-footer .checkout-btn {
    white-space: nowrap;
      background: #00325a;
      color: #fff;
      display: inline-block;
      font-size: 18px;
      font-weight: 300;
      margin: 20px 0 0 0;
      padding: 10px 15px;
  
      -webkit-transition: background .2s linear;
      -moz-transition: background .2s linear;
      -ms-transition: background .2s linear;
      -o-transition: background .2s linear;
      transition: background .2s linear;
  }
  
  #cart-footer .checkout-btn:hover {
      background: #000;
  }
  

  
.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.our-team-section:before {
    position: absolute;
    top: -0;
    left: 0;
    content: " ";
    background: url(img/service-section-bottom.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}
.our-team {
    padding: 30px 0 40px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #00325a;
    margin-bottom: 40px; /* Adds space between rows */
    margin-right: 15px; /* Adds spacing between columns */
}
.our-team:hover{
    border-bottom: 5px solid #2f2f2f;
}

.our-team .pic{
    display: inline-block;
    width: 280px;
    height: 280px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}
.our-team .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00325a;
    position: absolute;
    bottom: 135%;
    right: 0;
    left: 0;
    opacity: 1;
    transform: scale(3);
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:before{
 height: 100%;
    background: #2f2f2f; 
 }
.our-team .pic:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #ffffff00;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s linear 0s;
}
.our-team:hover .pic:after{
    background: #7ab92d;
}
.our-team .pic img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.7);
    position: relative;
    z-index: 2;
}
.our-team:hover .pic img{
    box-shadow: 0 0 0 14px #f7f5ec;
    transform: scale(0.8);
}
.our-team .team-content{ margin-bottom: 30px; }
.our-team .title{
    font-size: 22px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .subtitle{
    font-size: 18px;
    font-weight: 700;
    color: #4e5052;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #4e5052;
    text-transform:capitalize;
}
.our-team .social{
    width: 100%;
    padding: 0;
    margin: 0;
    background: #2f2f2f;
    position: absolute;
    bottom: -100px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social{ bottom: 0; }
.our-team .social li{ display: inline-block; }
.our-team .social li a{
    display: block;
    padding: 10px;
    font-size: 17px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.our-team .social li a:hover{
    color: #2f2f2f;
    background: #f7f5ec;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

.team-section{
    margin-top: 50px;
}






.Ola {
    .mediaa {
        position: absolute;
        inset: 0;                /* fill the figure */
        display: flex;           /* center the img */
        align-items: center;
        justify-content: center;
        padding: 12px;           /* optional breathing room */
    }

    figure {
        height: 370px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    /* figure:hover .mediaa {
        transform: scale(1.1);
    } */

    figcaption {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .body {
        position: absolute;
        bottom: 14px;
        left: 16px;
        right: 16px;
        pointer-events: auto;
    }
    .card-figure {
        position: relative;
        /* pick the ratio you like; 16/9 is common for wide product shots */
        aspect-ratio: 16/9;
        width: 100%;
        margin: 0 0 24px;
        overflow: hidden;        /* keeps things tidy but doesn't crop the image itself */
        background: #f7f7f7;     /* shown around the image if aspect ratios differ */
        border-radius: 10px;
      }

      .media-img {
        width: 100%;
        height: auto;
        object-fit: contain;     /* <= key: shows whole image without cropping */
        object-position: center;
      }
}





.Ola{
.pagination {
    display: flex;
    justify-content: center; /* Centers the pagination */
    align-items: center;
    gap: 20px; /* Space between elements */
    padding: 10px;
    font-family: Arial, sans-serif;
  }
  
  .page-link {
    color: #00325a; /* Link color */
    text-decoration: none;
    font-weight: bold;
    padding: 8px 16px;
    border: 1px solid #00325a; /* Border color */
    border-radius: 4px;
    transition: all 0.3s;
  }
  
  .page-link:hover {
    background-color: #00325a; /* Hover background */
    color: #fff; /* Hover text color */
  }
  
  .page-info {
    font-size: 16px;
    color: #333; /* Text color */
  }
}



.job{
    *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  
  .container{
      max-width: 900px ;
      margin: 0 auto;
  }
  body{
      background-color: #ccc;
  }
  .apply_box{
      max-width: 600px;
      padding: 20px;
      background-color: white;
      margin: 0 auto;
      margin-top: 50px;
      border: 1px solid rgba(175, 173, 173, 0.548);
      border-top: 3px solid #00325a;
      border-radius: 10px;
      margin-bottom: 50px;
  }
  .title_small{
      font-size: 20px;
  }
  .form_container{
      margin-top: 40px;
      display: grid;
      grid-template-columns: repeat(auto-fit ,minmax(200px, 1fr));
      gap: 20px;
  }
  .form_control{
      display: flex;
      flex-direction: column;
  }
  label{
      font-size: 15px;
      margin-bottom: 5px;
  }
  input,
  select,
  textarea{
      padding: 10px 10px;
      border: 1px solid grey;
      border-radius: 4px;
      font-size: 15px;
  }


  .btn {
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.42857143;
    display: flex;
      justify-content: flex-end;
      margin-top: 20px; 
  }
  .btn-theme
 {
    padding: 12px 18px;
    border-radius: 0;
    border: none;
    color: #fff;
    background: #00325a;
    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
 {
      color: #ffffff;
      background: #333;
      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;
  }



  .motivation_area{
      grid-column: 1/span 2;
  }
  .motivation_area textarea{
      width: 100%;
  }
  @media(max-width:460px)
  {
      .motivation_area{
          grid-column: 1/span 1;
      }
    }}




    
    
.aboutus-section{
	position:relative;
    padding-top: 120px;
}

.aboutus-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.aboutus-section .content-column .inner-column{
	position:relative;
	padding-top:0px;
	padding-right:5px;
}

.aboutus-section .content-column .text{
	position:relative;
	color:#444444;
	font-size:16px;
	line-height:2em;
	margin-bottom:35px;
}

.aboutus-section .content-column .email{
	position:relative;
	color:#252525;
	font-weight:700;
	margin-bottom:50px;
}

.aboutus-section .image-column{
	position:relative;
	margin-bottom:50px;
}

.aboutus-section .image-column .inner-column{
	position:relative;
	padding:25px 20px 0px 0px;
	/* margin-left:50px; */
}

.aboutus-section .image-column .inner-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	left:40px;
	bottom:35px;
	
	border:2px solid #00325a;
}

.aboutus-section .image-column .inner-column .image{
	position:relative;
    z-index:1;
}

/* .aboutus-section .image-column .inner-column .image:before{
	position:absolute;
	content:'';
	left:-50px;
	bottom:-50px;
	width:299px;
	height:299px;
	background:url(img/pattern-2.png) no-repeat;
} */

.aboutus-section .image-column .inner-column .image img{
	position:relative;
	width:100%;
    height: 100%;
	display:block;
}

.aboutus-section .image-column .inner-column .image .overlay-box{
	position:absolute;
	left:40px;
	bottom:48px;
}

.aboutus-section .image-column .inner-column .image .overlay-box .year-box{

    -webkit-text-stroke: 1px #00325a; /* Creates an outline */
	position:relative;
	color:rgba(255, 255, 255, 1);
	font-size:24px;
	font-weight:900;
	line-height:1.4em;
	padding-left:125px;
}

.aboutus-section .image-column .inner-column .image .overlay-box .year-box .number{
	position:absolute;
	left:0px;
	top:0px;
	width:110px;
	height:110px;
	color:#00325a;
	font-size:68px;
	font-weight:600;
	line-height:105px;
	text-align:center;
	background-color:rgba(255, 255, 255, 0.6);
}
.aboutus-section .btn-style-three:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    z-index: -1;
    right: -10px;
    bottom: -10px;
    background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;
}
.aboutus-section .btn-style-three:hover {
    color: #ffffff;
    background: #d7a449;
}
.aboutus-section .btn-style-three {
    position: relative;
    line-height: 24px;
    color: #252525;
    font-size: 15px;
    font-weight: 700;
    background: none;
    display: inline-block;
    padding: 11px 40px;
    background-color: #ffffff;
    text-transform: capitalize;
    border: 2px solid #d7a449;
    font-family: 'Arimo', sans-serif;
}
.sec-title2{
	color:#fff;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
}
.sec-title .title {
    position: relative;
    color: #00325a;
    font-size: 18px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 7px;
    width: 40px;
    height: 1px;
    background-color: #bbbbbb;
}















.project-container {
    width: 100%;
    margin: 0 auto; }
  
  .project-picture {
    width: 50%;
    margin: 0 auto; }
    .project-picture img {
      width: 100%;
      height: auto; }
      .text-center {
      text-align: center !important;
  }
  @media (min-width: 768px) {
      .bcol-md-4 {
          -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
          max-width: 33.333333%;
      }
  }
  .bcol-md-4{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
  *, ::after, ::before {
      box-sizing: border-box;
  }
  
  
  .project_row {
      display: -ms-flexbox;
      display: flex
  ;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -15px;
      margin-left: -15px;
  }
  
  
  
  .project-ttl {
    font-size: 24px;
    color: #00325a;
    font-family: "Montserrat", sans-serif;
    padding: 20px 0 10px 0;
    margin: 0;
    text-align: center;
    line-height: 46px;
    overflow: hidden; }
  
  .project-detail {
    padding: 0; }
    .project-detail li {
      list-style: none;
      display: inline-block;
      margin: 10px;
      font-size: 14px;
      color: #00325a;
      line-height: 20px; }
      .project-detail li .fa {
        position: relative;
        top: -1px;
        margin: 0 5px 0 0; }
  
  .project-meta {
    margin: 15px 0 0 0;
    padding: 15px 10px 0 10px;
    border-top: 1px solid #DDD; }
    .project-meta > div {
      padding: 0; }
  
  .project-post {
    padding: 0 10px; }
    .project-post p {
      text-align: justify;
    font-size: 14px; }
    .project-post ol {
      text-align: left;
      padding: 0 30px; }
  


  
  .project-block-3 {
    padding: 0 20px 40px 20px; }
  
  .project-recent {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #EEE; }
    .project-recent:nth-last-child(1) {
      border-bottom: 0;
      margin: 0;
      padding: 0; }
    .project-recent:hover .project-recent-post h4 {
      color: #015259; }
  
  .project-recent-img {
    padding-left: 0; }
  
  .project-recent-post {
    text-align: left;
    padding: 0 10px 0 0; }
    .project-recent-post h4 {
      font-size: 14px;
      color: #00325a;
      margin: 0; }
    .project-recent-post p {
      font-size: 12px;
      color: #AAA;
      letter-spacing: .5px;
      margin: 5px 0 0 0; }
  
  .project-author-details {
    text-align: left; }
    .project-author-details h4 {
      font-size: 20px;
      color: #00325a;
      margin: 0; }
    .project-author-details a {
      display: block;
      font-size: 12px;
      margin: 0 0 5px 0;
      color: #00325a; }
    .project-author-details p {
      font-size: 13px;
      color: #555;
      line-height: 20px;
      letter-spacing: .5px;
      margin: 0; }

 
  

  
      .layer-stretch {
    position: relative;
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden; }
    .layer-wrapper {
    position: relative;
    width: 100%;
    padding: 50px 0 50px 0;
    margin: 0; }
    .theme-material-card {
    margin: 0 0 30px 0;
    padding: 15px;
    background: #FFF;
}
  
    .paragraph-medium {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 10px 0; }
  
    
  
      .theme-img {
    position: relative;
    display: inline-block;
    padding: 4px;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 2px;
    overflow: hidden; }
    .theme-img::before {
      opacity: .4; }
    .theme-img:hover::before {
      background: linear-gradient(-90deg, rgba(2, 167, 182, 0.9), rgba(1, 82, 89, 0.9));
      z-index: 1; }
    .theme-img img {
      width: 100%; }
  
  
  
  
  
    .sub-ttl {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .5px;
    color: #555;
    text-align: center;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0; }
    .sub-ttl::before {
      content: '';
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      width: 30px;
      height: 2px;
      margin: 0 auto;
      background: #00325a; }
    .sub-ttl::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 60px;
      height: 2px;
      margin: 0 auto;
      background: #00325a; }
  
  .sub-ttl-white {
    color: #FFF; }
    
  .table-container {
    margin: 0 10px 30px 10px;
    padding: 0;
    background: #FFF;
    border-top: 1px solid #00325a;
   }
  
  .table {
      
    width: 50%; 
    margin: 0 auto; 
    text-align: center;}

    .table th {
      color: #777;
      padding: 12px 5px;
      font-weight: 500;
      font-size: 14px;
      border-bottom: 2px solid #DDD; }
    .table td {
      padding: 12px 5px;
      color: #777;
      vertical-align: middle;
      font-size: 14px;
      border-bottom: 1px solid #EEE; }
  
  .table-hover tbody > tr:hover {
    background-color: #EBFCFD; }
  
  .table-striped tbody tr:nth-of-type(odd) {
    background-color: #EBFCFD; }
  
  .table-bordered th {
    border: 1px solid #DDD;
    border-bottom: 2px solid #DDD; }
  .table-bordered td {
    border: 1px solid #DDD; }
  
  .table-primary-head > th,
  .table-warning-head > th,
  .table-success-head > th,
  .table-danger-head > th,
  .table-danger-head > th {
    color: #FFF; }
  
  .table-primary-head > th {
    background-color: #00325a; }
  
  .table-warning-head > th {
    background-color: #fec107; }
  
  .table-success-head > th {
    background-color: #0bc36e; }
  
  .table-danger-head > th {
    background-color: #fb9678; }
  
  .table-primary, .table-primary > td, .table-primary > th {
    background-color: rgba(3, 169, 243, 0.1); }
  
  .table-warning, .table-warning > td, .table-warning > th {
    background-color: rgba(254, 193, 7, 0.1); }
  
  .table-success, .table-success > td, .table-success > th {
    background-color: rgba(11, 195, 110, 0.1); }
  
  .table-danger, .table-danger > td, .table-danger > th {
    background-color: rgba(251, 150, 120, 0.1); }

















 
    
      
      
      .fancyTab {
          text-align: center;
        padding:15px 0;
        background-color: #eee;
          box-shadow: 0 0 0 1px #ddd;
          top:15px;	
        transition: top .2s;
      }
      
      .fancyTab.active {
        top:0;
        transition:top .2s;
      }
      
      .whiteBlock {
        display:none;
      }
      
      .fancyTab.active .whiteBlock {
        display:block;
        height:2px;
        bottom:-2px;
        background-color:#fff;
        width:99%;
        position:absolute;
        z-index:1;
      }
      
      .fancyTab a {
          font-family: 'Source Sans Pro';
          font-size:1.6em;
          font-weight:300;
        transition:.2s;
        color:#333;
      }
      
      /*.fancyTab .hidden-xs {
        white-space:nowrap;
      }*/
      
      .fancyTabs {
          border-bottom:2px solid #ddd;
        margin: 15px 0 0;
      }
      
      li.fancyTab a {
        padding-top: 15px;
        top:-15px;
        padding-bottom:0;
      }
      
      li.fancyTab.active a {
        padding-top: inherit;
      }
      
      .fancyTab .fa {
        font-size: 40px;
          width:100%;
          padding: 15px 0 5px;
        color:#666;
      }
      
      .fancyTab.active .fa {
        color: #00325a;
      }
      
      .fancyTab a:focus {
          outline:none;
      }
      
      .fancyTabContent {
        border-color: transparent;
        box-shadow: 0 -2px 0 -1px #fff, 0 0 0 1px #ddd;
        padding: 30px 15px 15px;
        position:relative;
        background-color:#fff;
      }
      
      .nav-tabs > li.fancyTab.active > a, 
      .nav-tabs > li.fancyTab.active > a:focus,
      .nav-tabs > li.fancyTab.active > a:hover {
          border-width:0;
      }
      
      .nav-tabs > li.fancyTab:hover {
          background-color:#f9f9f9;
          box-shadow: 0 0 0 1px #ddd;
      }
      
      .nav-tabs > li.fancyTab.active:hover {
        background-color:#fff;
        box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
      }
      
      .nav-tabs > li.fancyTab:hover a {
          border-color:transparent;
      }
      
      .nav.nav-tabs .fancyTab a[data-toggle="tab"] {
        background-color:transparent;
        border-bottom:0;
      }
      
      .nav-tabs > li.fancyTab:hover a {
        border-right: 1px solid transparent;
      }
      
      .nav-tabs > li.fancyTab > a {
          margin-right:0;
          border-top:0;
        padding-bottom: 30px;
        margin-bottom: -30px;
      }
      
      .nav-tabs > li.fancyTab {
          margin-right:0;
          margin-bottom:0;
      }
      
      .nav-tabs > li.fancyTab:last-child a {
        border-right: 1px solid transparent;
      }
      
      .nav-tabs > li.fancyTab.active:last-child {
        border-right: 0px solid #ddd;
          box-shadow: 0px 2px 0 0px #fff, 0px 0px 0 1px #ddd;
      }
      
      .fancyTab:last-child {
        box-shadow: 0 0 0 1px #ddd;
      }
      
      .tabs .nav-tabs li.fancyTab.active a {
          box-shadow:none;
        top:0;
      }
      
      
      .fancyTab.active {
        background: #fff;
          box-shadow: 1px 1px 0 1px #fff, 0 0px 0 1px #ddd, -1px 1px 0 0px #ddd inset;
        padding-bottom:30px;
      }
      
      .arrow-down {
          display:none;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 22px solid #ddd;
        position: absolute;
        top: -1px;
        left: calc(50% - 20px);
      }
      
      .arrow-down-inner {
        width: 0;
        height: 0;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        border-top: 12px solid #fff;
        position: absolute;
        top: -22px;
        left: -18px;
      }
      
      .fancyTab.active .arrow-down {
        display: block;
      }
      
      @media (max-width: 1200px) {
        
        .fancyTab .fa {
            font-size: 36px;
        }
        
        .fancyTab .hidden-xs {
          font-size:22px;
          }
              
      }
          
          
      @media (max-width: 992px) {
          
        .fancyTab .fa {
            font-size: 33px;
        }
          
        .fancyTab .hidden-xs {
            font-size:18px;
          font-weight:normal;
        }
              
      }
          
          
      @media (max-width: 768px) {
          
        .fancyTab > a {
          font-size:18px;
        }
          
        .nav > li.fancyTab > a {
          padding:15px 0;
          margin-bottom:inherit;
        }
          
        .fancyTab .fa {
          font-size:30px;
        }
          
        .nav-tabs > li.fancyTab > a {
          border-right:1px solid transparent;
          padding-bottom:0;
        }
          
        .fancyTab.active .fa {
          color: #333;
          }
              
      }






.flex-container {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.flex-container > * {
  flex-grow: 1;
}


.system_name {
  outline: 1px solid #ced4da;
  padding: 0.5em;
}

/* .blur_background_white{
    background-color: rgba(255, 255, 255, 0.2);
     backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px); 
      border-radius: 10px; 
      padding: 20px; 
      height: 500px; 
      width: 80%;
} */
