/*
    Theme Name: NSK Electron
    Theme URI: http://www.zohothemes.com
    Author: ZohoThemes Team
    Author URI: https://www.zohothemes.com/
    Description: Built on a solidly designed foundation, embraces the idea that everyone deserves a truly unique website. 
    Email: support@zohothemes.com
    Description: 
    Version: 1.0
    Text Domain: zohothemes
    Tags: one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, sticky-post, threaded-comments
*/

#preloader {
    background: #282828 url("assets/images/preloader.gif") no-repeat scroll center
        center;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.fullpage-loader--invisible {
    opacity: 0;
}
/* END LOADER CSS */

:root {
    --default-color: #0f263a;
    --primary-color: #c29032;
    --secondary-color: #f49221;
    --logo-color: #0170bd;
    --menu-color: #1c1c28;
    --white-color: #fff;
    --black-color: #000;
    --light-color: #799fbb;
}
.default-color {
    color: var(--default-color) !important;
}
.primary-color {
    color: var(--primary-color) !important;
}
.secondary-color {
    color: var(--secondary-color) !important;
}

.logo-color {
    color:var(--logo-color) !important;
}

.black-color {
    color: var(--black-color) !important;
}

img {
    max-width: 100%;
    transition: opacity 0.35s, transform 0.35s;
}

* {
    outline: none !important;
}
html {
    font-size: 100%;
    height: 100%;
    min-height: 100%;
    overflow-y: scroll;
}
body {
    background: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 32px;
    appearance: none;
    color: var(--white-color);
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-weight: 400 !important;
    letter-spacing: 0.1px;
}
ol,
ul {
    list-style: none;
}
a {
    color: rgb(5, 7, 8);
    text-decoration: none;
}
a:hover,
a:focus {
    color: var(--secondary-color);
    text-decoration: none;
}
p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
    color: #505050;
}
.entry-content {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 700;
    color: rgb(255, 255, 255);
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 25px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 15px;
}
h6 {
    font-size: 14px;
}

.container {
    max-width: 1170px;
}

header {
    background: #1c1c28;
}

.top-bar {
    position: relative;
    background: #f0f2f3;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #6e6e6e;
    display: block;
    height: 70px;
}

.top-bar-bg {
    background-image: url(assets/images/top-bar-bg.webp);
    overflow: hidden;
    padding: .9rem 1rem;
    background-size: cover;
    background-color: #f0f2f3;
    background-repeat: no-repeat;
    background-position: center;
}

.topbar-quick-call {
    padding-top: 7px;
    float: right;
}

.call-now-text {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin-left: 7px;
}

.call-now {
    font-size: 17px;
    font-weight: 600;
    margin: 0px 0 0px 10px;
    padding: 0px;
    display: inline-block;
    color: #c7c5db;
}

.brand-header {
    background: #fff;
}

.logo-wrapper {
    margin: .5rem 0px;
    padding: 0px;
}

.logo-wrapper .brand-logo {
    height:75px;
}

.mobile-logo {
    display:none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

label.error {
    font-size: 14px;
    color: var(--secondary-color);
    font-weight: normal;
    text-align: left;
    display: block;
    margin: 0px;
    padding: 0px;
}

.nav-header {
    background: #233E82;
    background: #e6e8e9;
    background: #fff;
    height: 90px;
    box-shadow: 0 0 15px rgba(48,52,66,.2);
}

.navbar {
    padding: 0px;
    margin:1.15rem 0rem;
}

.navbar-brand {
    padding-top: 0px;
}

.slide2 .carousel-caption {
    text-align: left;
    top: 36%;
    height: 190px;
    max-height: 100%;
    right: auto;
    background: rgba(1, 1, 1, 0.5);
    padding: 20px;
    width: 350px;
    max-width: 100%;
    border-radius: 5px;
    /*left:38%;*/
}

.slide1 .carousel-caption {
    text-align: left;
    top: 36%;
    height: 190px;
    max-height: 100%;
    right: auto;
    background: rgba(1, 1, 1, 0.5);
    padding: 20px;
    width: 350px;
    max-width: 100%;
    border-radius: 5px;
}

.slide .carousel-caption {
    text-align: left;
    top: 32%;
    height: 190px;
    max-height: 100%;
    right: auto;
    /*background: rgba(1,1,1,.5);*/
    padding: 20px;
    width: auto;
    max-width: 100%;
    border-radius: 5px;
    /*left:38%;*/
}

.carousel-caption .description {
    font-size: 20px;
    font-weight: 400;
}

.carousel-caption a.action-btn {
    color: #fff;
    padding-bottom: 10px;
    display: inline-block;
    padding-left: 0px;
    margin-top: 0px;
    text-shadow: 0 2px 2px rgb(1 1 1 / 50%);
}

.carousel-caption a.action-btn:hover {
    background: none !important;
}

.carousel-caption h1 {
    margin-bottom: 0px;
    text-shadow: 0 2px 2px rgb(1 1 1 / 80%);
    letter-spacing: -2px;
    border-bottom: solid 1px #fff;
}

.main-menu {
    position: relative;
    background: transparent;
    float: left;
    width: 100%;
}

.navbar-expand-lg ul.navbar-nav li.nav-item {
    display: inline-block;
    padding: 0px;
    position: relative;
    /*border-right: 1px solid #c7c7c7;*/
}

/*
.navbar-expand-lg ul.navbar-nav li:first-child a {
  padding: 1.07rem 1.07rem 0px 0px;
}
*/
.navbar-expand-lg ul.dropdown-menu li a.dropdown-item {
    padding: 10px 25px 10px;
    letter-spacing: 0.04100rem;
    font-size:1rem;
}

.navbar-expand-lg .navbar-nav a.nav-link {
    font-family: 'Poppins',sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: .8rem 1rem 0.6rem;
    display: block;
    color: #233e82;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-expand-lg .navbar-nav a.nav-link.active {
    color:#f49221;
}

.navbar-expand-lg .navbar-nav a.nav-link:hover {
    /*background:#f7971a;*/
    color:#f49221;
}

.navbar-expand-lg ul.navbar-nav li .dropdown-menu li {
    margin: 0;
    display: block;
    padding: 0;
    position: relative;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    border-bottom: 1px dotted #0072bc;
    font-size: 15px;
}

.navbar-expand-lg ul.navbar-nav li .dropdown-menu a.dropdown-item:last-child {
    border-bottom: none;
}
/*
.navbar-expand-lg ul.dropdown-menu li:last-child a.dropdown-item:hover {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: none;
}
*/

.navbar-toggler {
    /*border:solid 1px #f49221;
      background: #484848;*/
    margin-top: 0px;
    padding: 5px 10px;
}
.dropdown-toggle::after {
    margin-left: 8px;
}

.navbar-toggler-icon {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAFMN540AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzRGOEMwRUQ4ODA0MTFFQjk3MEFEQjQ4Qzk5MkE3RTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzRGOEMwRUU4ODA0MTFFQjk3MEFEQjQ4Qzk5MkE3RTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNEY4QzBFQjg4MDQxMUVCOTcwQURCNDhDOTkyQTdFMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNEY4QzBFQzg4MDQxMUVCOTcwQURCNDhDOTkyQTdFMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrKxwrgAAACBSURBVHjaYvz//z8DMmBiQAOEBQACiJEKZgAEEIYZBHVQXwFAAOF1AxPZRg86SYAAIhjW+AALEptUUxiRNTOO2kwYAAQQRVHFxEABoEgzC7mBhayZcdTPo34efH4GCDCKsuSAuXpIWsyCxqd1uDPisphxNI5H43g0jkfjeDSOcQEAKuQehIR81fYAAAAASUVORK5CYII=");
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: #f49221;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ef9e1f;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #fff;
    padding: 0px;
    margin-top: 0px;
    border: none;
    border-radius: 0px;
    transition: opacity 0.15s ease-in-out;
    box-shadow: 0 5px 5px 5px rgba(74, 85, 104, 0.2),
        0 -1px 5px -1px rgba(74, 85, 104, 0.2) !important;
}
.navbar .dropdown-item {
    /*padding:7px 22px;*/
    padding: 10px 25px 10px;
    border-bottom: 1px dotted #0072bc;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #0f263a;
    color: #f48430;
}

.navbar .dropdown-item:hover {
    color: #000;
    background: #ef9e1f;
    -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;
}

.body-content {
    color: #52525a;
    padding: 25px 10px;
    background: #fff;
    font-size:17px;
    text-align: justify;
}

.practise-area {
    background: #fff;
    padding: 35px 10px;
    color: #194a85;
}

.body-content h1,
.practise-area h1,
.why-us h1 {
    font-size: 34px;
    font-weight: 300;
    color: #382c2b;
    margin: 15px 0px;
}

.why-us .section-title p,
.practise-area .section-title p {
    max-width: 50%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.section-title::after {
    content: "";
    display: inline-block;
    background: #f49221;
    width: 43px;
    height: 3px;
    left: 48%;
    margin-left: 0px;
    top: auto;
    position: relative;
    margin: 10px 0px 30px;
}

button.action-btn {
    background: #f49221;
    color: #1c1c28;
    text-transform: capitalize;
    font-size: 18px;
    padding: 5px 35px;
    border: none;
    border-radius: 50px;
    margin: 20px 0px 0px 0px;
    line-height: inherit;
    font-family: inherit;
    display: inline-block;
    font-weight: 400;
}

a.action-btn {
    background: transparent;
    color: #0f263a;
    text-transform: capitalize;
    font-size: 14px;
    padding: 0px;
    border: none;
    border-radius: 30px;
    margin: 20px 0px 0px 0px;
    line-height: 22px;
    font-family: inherit;
    /*display: inline-block;*/
    font-weight: 400;
}

a.action-btn:hover,
button.action-btn:hover {
    background: transparent;
    color: #f49221;
    border: 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.action-btn:hover i,
button.action-btn:hover i {
    margin-left: 10px;
    opacity: 1;
    visibility: visible;
}

a.action-btn i,
button.action-btn i {
    transition: margin 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    opacity: 0;
    visibility: hidden;
    margin-left: -3px;
}

a.action-btn:hover i,
button.action-btn:hover i {
    margin-left: 10px;
    opacity: 1;
    visibility: visible;
    font-weight: 400;
    color: #f49221;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=range], input[type=date], textarea.form-control, input.text, input[type=search], select.form-control {
    display: block;
    margin: 0;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    padding: 10px 10px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    background: #fff;
    word-break: break-all;
    font-size: 16px;
}

.form-control.input-lg, .form-control.message, .form-control.captcha {
    margin-bottom: 1.4rem !important;
}

/*****=====*****=====*****=====*****=====
    11. Practice Style Css
=====*****=====*****=====*****=====*****/
/*
.practice-item {
  background: #1c1c28; / * #6f818b * /
  color: #fff;
  padding: 50px 20px 30px 20px;
  margin-bottom: 30px;
  transform: translateZ(0px);
  -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;
}
.practice-item h4 {
  margin-top: 1.429em;
  color: #dcdcdc;
  font-weight: 300;
  font-size: 22px;
}
.practice-item a {
  color: #fff;
}

.practice-item a:hover , .practice-item a:hover h4 {
    color: #1C1C28;
    -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;
}
.practice-item:hover {
  background: #717171;
  -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;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 55%);
  p {
    color: #000;
  }
  h4 {
    color: #000;
  }
}

.practice-item::before, .practice-item::after {
    bottom: 0;
    content: "";
    left: 0;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.practice-item::before {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform: scaleY(0);
    transform-origin: 0 100% 0;
}
.practice-item::after {
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    transform: scaleX(0);
    transform-origin: 100% 0 0;
}
.practice-item:hover::before {
    transform: scaleY(1);
}
.practice-item:hover::after {
    transform: scaleX(1);
}
.practice-item h4,
.practice-item p,
.practice-item a {
    z-index: 1;
}
.practice-item p {
    margin-bottom: 20px;
}

.btn-mid {
    padding: 10px 22px;
    font-family: 'Noto Serif', serif;
}
.btn-theme {
    background: transparent;
    border: 1px solid #434200;
    color: #fff;
}
.btn {
    border-radius: 0;
}
.btn-theme {
    padding: 12px 30px;
    border-radius: 0;
    border: none;
    background: #002943;
    color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
    -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;
}

.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-shutter-out-vertical:before {
    background: #002943;
}
.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098D1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -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;
}

.btn-theme:hover {
    color: #ffffff;
    background: #500808;
    -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;
}
*/
/* practice Style Two Css */
.practice-img a {
    display: inline-block;
    position: relative;
}

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

.practice-item-1:hover .practice-img a:after {
    visibility: visible;
    opacity: 0.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 {
    background-color: #f8f8f8;
    margin-bottom: 30px;
    border-bottom: 2px solid #656433;
}
.practise-area h4 {
    margin-top: 15px;
    font-size: 20px;
}
.practise-area p {
    margin-bottom: 15px;
}
.practise-area h4 a {
    color: #002943;
}
.practise-area h4 a:hover {
    color: #656433;
}
.practise-area {
    padding: 10px;
}
.practise-area span {
    color: #656433;
}

.body-content h4,
.why-us h4 {
    margin: 10px 0px;
    color: var(--default-color);
    line-height: 30px;
}

.body-content h4 {
    font-weight: 500;
}

.why-us .points ul {
    margin: 0px;
    padding: 0px;
}

.why-us .points ul li {
    list-style: none;
    float: left;
    width: 50%;
    margin: 5px 0px;
}

.why-us .points li i {
    color: #f49221;
    font-size: 25px;
}

.why-us .points ul li span {
    padding-left: 20px;
    color: #666666;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

#chartdiv {
    width: 100%;
    height: 500px;
    max-width: 100%;
    background-color: #fff;
}

#globe canvas {
    width: 150px;
    height: 150px;
    margin-top: 50px;
    display: block;
}

.owl-carousel .owl-item img {
    height: 590px;
}
.owl-carousel .owl-nav {
    position: absolute;
    top: 37%;
    width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: rgba(1, 1, 1, 0.4);
    padding: 10px !important;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 40px;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
}
.owl-carousel .owl-nav button.owl-prev {
    float: left;
}

.page-container {
    position: relative;
    padding:4rem 0rem;
}

.page-banner {
    position:relative;
    height: 240px;
    background-size: cover !important;
    background-position: center center;
    display: block;
    width: 100%;
    text-align: left;
    background-color: #f7f7f7;
    z-index: 1;
}

.page-banner:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.95;
}


.page-banner-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding:82px 0px;
}

.page-banner h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    font-style: normal;
    text-align: left;
    color: #f49224;
}


.breadcrumb-wrapper {
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
}
/*
.breadcrumb_area {
  background-position: top center;
  background-repeat: no-repeat;
  // background-attachment: fixed;
  background-size: cover !important;
  height: 100vh;
  width: 100%;
}

.breadcrumb_padding {
  max-height:100%;
  height: 320px;
  padding: 60px;
}
*/
.breadcrumb-wrapper .breadcrumb {
    background: transparent !important;
    padding: 0px 15px 0px 0px !important;
    text-align: left;
}

.breadcrumb-wrapper .breadcrumb li a,
.breadcrumb-wrapper .breadcrumb li.active {
    color: #fff;
    text-shadow: none;
    font-size: 15px;
}

.breadcrumb-wrapper .breadcrumb li.active {
    color: #f49221;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.ovl-middle:after,.ovl-light:after,.ovl-dark:after {
    background: #000;
}

.contactus-page .body-content h3 {
    margin-top: 20px;
}

.aboutus-page .body-content ul {
    padding: 0px 15px 0px 15px;
    list-style: none;
    margin: 15px 0;
}

.aboutus-page .body-content ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 10px;
}
.aboutus-page .body-content ul li:before {
    content: "\f19c"; /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #f49221;
}

.ourteam-page h1.category {
    font-weight: normal;
    font-size: 19px;
    line-height: 24px;
    padding-bottom: 11px;
    border-bottom: 1px solid #cfd0d4;
    margin-bottom: 29px;
}

.ourteam-page .preview {
    position: relative;
    display: block;
    min-height: 90px;
    padding: 16px 0 0 104px;
    box-sizing: border-box;
    border-bottom: none;
}

.ourteam-page .preview-content {
    position: relative;
    display: block;
    min-height: 90px;
    padding: 16px 0;
    box-sizing: border-box;
    border-bottom: none;
}

.ourteam-page .preview a.cover {
    z-index: 1;
    display: block !important;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: none;
}

.ourteam-page .preview img,
.ourteam-page .preview .plus,
.ourteam-page .preview .imageplaceholder {
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.ourteam-page .preview img,
.ourteam-page .preview .imageplaceholder {
    background: url('assets/images/bg-person.png') center center no-repeat;
    background-size: cover;
}

.ourteam-page .preview h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.ourteam-page .preview p {
    font-family: GraphikLight, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    margin: 7px 0 0;
}

.ourteam-page .preview p.phone,
.ourteam-page .preview p.email {
    font-family: Stag, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.ourteam-page .preview p + p {
    margin-top: 10px;
}

.ourteam-page .preview p.email {
    font-size: 15px;
    line-height: 20px;
    margin-top: 7px;
}
.ourteam-page .preview p + p + p {
    margin-top: 7px;
}

.no-margin {
    margin: 0px !important;
}

.text-caps {
    text-transform: capitalize !important;
}

.banner-bg {
    height: 100%;
    overflow: hidden;
}

.banner-bg:before {
    content: " ";
    background-image: url("assets/images/dot.webp");
    background-size: 3px 3px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


/*
*   Footer
*/


.footer-wrapper {
    padding:0px 0px;
    color:#fff;
    margin:0px;
    border:solid 0px #0000ff;
}

.footer-inner {
    padding:40px 0px 0px;
    background:#d0d9e5;
}

.footer-wrapper p {
    padding:15px 0px;
    margin:0px;
    color:#627279;
    font-size:16px;
}

.footer-wrapper ul#menu-quick-links {
    padding:0px;
    margin:0px;
}

.footer-wrapper ul#menu-quick-links li a {
    color:#627279;
}
.footer-wrapper #menu-quick-links li {
}
.footer-wrapper #menu-quick-links li:before {
    position: relative;
    margin-right:5px;
    left: 0;
    top: 0px;
    font-size: 15px;
    line-height: 24px;
    color: #627279;
    content: "\f105";
    font-weight: 900;
    text-decoration: none !important;
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}


.footer-wrapper h4 {
    color: var(--default-color);
    padding-bottom: 5px;
    text-transform: capitalize;
    font-style: italic;
}

.footer-wrapper h4:after {
    content: '';
    width: 45px;
    height: 2px;
    background: #004071;
    display: block;
    margin-top: 13px;
}

.footer-wrapper h3 {
    color: #1c1c28; /*;*/
    font-size: 19px;
}

.footer-wrapper ul.contact-info li, .contactus-page ul.contact-info li {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 4px;
}
.footer-wrapper ul.contact-info, .contactus-page ul.contact-info  {
    margin:0px;
    padding:0px;
}
.contactus-page ul.contact-info {
    margin-left:24px;
}

.footer-wrapper ul.contact-info li i, .contactus-page ul.contact-info li i {
    position: absolute;
    top: 7px;
    left: 0;
    color: #f49221;
}
.footer-wrapper ul.contact-info li p, .contactus-page ul.contact-info li p {
    padding: 3px 0px 0px;
    line-height: 21px;
    font-size: 15px;
    margin-bottom:0px;
}
.footer-wrapper ul.contact-info li p, ul.contact-info li a, .contactus-page ul.contact-info li a, .contactus-page ul.contact-info li p {
    color: #002943; /*  */
}

.no-border {
    border:none!important;
}

.footer-wrapper img {
    margin-top: 15px;
}

.footer-bar {
    padding:0px;
    margin:0px;
    border:solid 0px #ff0000;
    background: #d0d9e5;
}

.footer-bar p, .footer-bar a {
    margin:0px;
    color:#555759;
}

.footer-wrapper .copyright a {
    color: #555759;
}

.footer-wrapper .copyright a:hover {
    color: #ef9e1f;
}

.footer-wrapper ul.social {
    margin: 10px 0 0;
    padding: 0;
}

.footer-wrapper ul.social li:first-child {
    padding-left: 0px;
}
.footer-wrapper ul.social li {
    display: inline-block;
    list-style: none;
    padding: 10px 9px;
}

.footer-wrapper ul.social li a {
    padding: 0;
    color: #7c7c7c;
}

.footer-wrapper ul.social li a i {
    font-size: 1.5em;
}

.footer-wrapper a.action-btn {
    margin: 0px;
    text-transform: capitalize;
}



.content-area .featured-image-full img {
    object-fit: cover;
    width:100%;
    margin-bottom:.75rem;
}