/* ----------------------------------

Template Name: Buscom - Multipurpose Business and Corporate Wordpress Theme
Author: validtheme
Description:
Version: 1.0

Main Font    : Roboto
Main Color   : #072559

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar
    03. Banner
    04. Features
    05. About Area
        - Version One
        - Version Two
    06. Services
        - Carousel
        - Grid
    07. Why Chose Us
    08. Pricing Table
    09. Fun Factor
    10. Team
    11. Our EXpertise
    12. Testimonials
    13. Portfolio
        - Grid Colum
        - Masonary Colum
    14. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
    15. Concat Area
        - Version One
        - Version Two
    16. Error 404
    17. Footer
    18. PHP Contact Form
    19. Others

*/


/*
** General Styles for HTML tags
*/

* {
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: 100%;font-size: 15px;
  position: relative;
  overflow: visible;
}

body {
  font-family: Nunito, Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7; letter-spacing: 1px;
  overflow-x: hidden;
  background-color: #ffffff;
  color: #666666;
}

html, body, .wrapper {
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #232323;
  font-weight: normal;
  line-height: 1.2;
  font-family: Inter, Arial, Helvetica, sans-serif;
  letter-spacing: -.5px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 600;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
  height: auto;
}

label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}

a, .btn, button {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  outline: medium none;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

a img, iframe {
  border: none;
}

p {
  color: #666666;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  line-height: 1.8;
}

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #eee;
}

pre {
  display: block;
  margin: 0 0 30px;
  padding: 9.5px;
  word-wrap: break-word;
  word-break: break-all;
  color: #333;
  border: 1px solid #ededed;
  border-radius: inherit;
  background-color: #f9f9f9;
  font-size: 15px;
  line-height: 1.42857143;
}

input:focus, textarea:focus, 
 select:focus {
  outline: none;
  box-shadow: inherit;
}

ul {
  margin: 0;
  list-style-type: none;
}

a, a:active, a:focus, a:hover {
  outline: none;
  text-decoration: none;
  color: #232323;
}

a:hover {
  color: #232323;
}

a {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  text-decoration: none;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

b, strong {
  font-weight: 900;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.btn.active, .btn:active {
  background-image: inherit !important;
}

.btn.focus, 
 .btn:active:focus, 
 .btn:active:hover, 
 .btn:focus, 
 .btn:hover {
  outline: 0;
}

.btn.circle {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn.active, .btn:active {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}

input {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 50px;
}

i.fas.fa-search {
    font-weight: 400;
}

/* Default CSS */
.container-half {
  margin: 0 auto;
  width: 60%;
  padding: 0 15px;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.bg-contain {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-theme-small {
  background-color: #edf5ff;
}

.bg-light {
  background-color: #ffffff;
}

.bg-theme {
  background-color: #072559;
}

.text-light h1, 
 .text-light h2, 
 .text-light h3, 
 .text-light h4, 
 .text-light h5, 
 .text-light h6, 
 .text-light p, 
 .text-light a {
  color: #ffffff;
}

.shadow {
  position: relative;
  z-index: 1;
}

.shadow.dark::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-small::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.dark-hard::after {
  background: #000000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.65;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.light::after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme::after {
  background: #072559 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.shadow.theme-hard::after {
  background: #072559 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

 

.default-padding-bottom {
  padding-bottom: 120px;
}

.default-padding.bottom-less {
  padding-top: 120px;
  padding-bottom: 90px;
}

.default-padding.bottom-30 {
  padding-top: 120px;
  padding-bottom: 30px;
}

.default-padding.bottom-20 {
  padding-top: 120px;
  padding-bottom: 20px;
}

.padding-xl {
  padding-top: 180px;
  padding-bottom: 180px;
}


@media screen and (min-width: 1200px) {
.item-flex {
  display: flex;
}

.item-flex.center {
  align-items: center;
}

}

.top-border {
  border-top: 1px solid #e7e7e7;
}

.btn {
  display: inline-block;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
}

.btn i {
  margin-right: 5px;
}

.btn-md {
  padding: 14px 45px;
}

.btn-sm {
  padding: 10px 35px;
  font-size: 15px;
}

.btn.btn-sm-pro {
  font-size: 10px;
  font-weight: 600;
  margin-top: 5px;
  padding: 4px 35px;
  display: inline-block;
}

.btn-border-light {
  border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover, 
 .btn.btn-sm-pro.btn-border-light:focus {
  background-color: #ffffff;
  color: #232323;
  border: 2px solid #ffffff;
}

.btn-dark {
  background-color: #232323;
  color: #ffffff;
  border: 2px solid #232323;
}

.btn-dark.border {
  background-color: transparent;
  color: #232323;
  border: 2px solid #232323;
}

.btn-dark.border:hover {
  background-color: #232323;
  color: #ffffff !important;
  border: 2px solid #232323;
}

.btn-gray.border {
  background-color: transparent;
  color: #666666;
  border: 1px solid #dddddd;
}

.btn-gray.border:hover {
  background-color: #072559;
  color: #ffffff !important;
  border: 1px solid #072559;
}

.btn.btn-light {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323;
}

.btn.btn-light:hover, 
 .btn.btn-light:focus {
  background: transparent none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.effect:hover, 
 .btn.btn-light.effect:focus {
  background-color: #072559;
  color: #ffffff !important;
  border: 2px solid #072559;
}

.btn.btn-light.border {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.btn.btn-light.border:hover {
  background: #ffffff none repeat scroll 0 0 !important;
  border: 2px solid #ffffff !important;
  color: #232323 !important;
}

.btn-dark:hover, 
 .btn-dark:focus {
  color: #232323 !important;
  background: transparent;
}

.bg-dark {
  background: #111d30 none repeat scroll 0 0;
}

.btn-theme {
  background-color: #072559;
  color: #ffffff !important;
  border: 2px solid #072559;
}

.btn-theme.border {
  background-color: transparent;
  color: #072559 !important;
  border: 2px solid #072559;
}

.btn-theme.border:hover {
  background-color: #072559;
  color: #ffffff !important;
  border: 2px solid #072559;
}

.btn-theme.effect:hover, 
 .btn-theme.effect:focus {
  background: #111d30 none repeat scroll 0 0;
  border: 2px solid #111d30;
  color: #ffffff;
}

.shadow .btn-theme.effect:hover, 
.bg-dark .btn-theme.effect:hover, 
.shadow .btn-theme.effect:focus {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323 !important;
}

.btn.btn-sm-lm {
  font-size: 15px;
  padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.bg-fixed {
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.bg-cover {
  background-position: center center;
  background-size: cover;
}

.container-full {
  padding: 0 15px;
  margin: auto;
  width: 100%;
}

.container-medium {
  padding: 0 15px;
  margin: auto;
}

.oh {
  overflow: hidden;
}

.less-margin {
  margin: 0;
}

header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
  border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
  width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
  width: 0;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
  display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
  margin-right: 0;
  padding: 35px 20px;
}

.attr-nav > a.btn-theme.effect:hover, 
.attr-nav > a.btn-theme.effect, 
.attr-nav > a.btn-theme.effect:focus {
  background: #072559 none repeat scroll 0 0;
  border: 2px solid #072559;
  color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
  margin-right: 30px;
  padding: 35px 0;
}

.attr-nav.social li {
  display: inline-block;
  padding: 25px 0 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
  border: 1px solid #f4f4f4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #072559;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  padding: 0 !important;
  text-align: center;
  width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
  display: inline-block;
  padding: 20px 0 !important;
}

.site-heading h4 {
    font-weight: 600;
    color: #666666;
    font-size: 15px;
    display: none;
}

.text-light .site-heading h4 {
    color: #ffffff;
}

/***/
.site-heading h4::before {
    position: relative;
    top: 6px;
    content: '';
    background-color: #072559;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
}

.site-heading.clean h2 {
  padding-bottom: 0;
}

.site-heading.clean h2 span {
  color: #072559;
}

.site-heading h2 span {
  color: #072559;
}

.site-heading.barber h2 span {
  color: #bc9355;
}

.site-heading p {
  margin: 0;
}

.site-heading h2 {
  display: block;
  font-weight: 700 !important;
  padding-bottom: 0;
  position: relative;
  margin-bottom: 0;
}

.site-heading h2 span {
  color: #072559;
}

.site-heading {
  margin-bottom: 30px;
  overflow: hidden;
  margin-top: -5px;
}

.site-heading.single {
  margin-bottom: 35px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.heading-left {
    margin-bottom: 60px;
}

.heading-left h2 {
    margin: 0;
}


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

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

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

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



@media (min-width:576px) {
  .container-medium {
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .container-medium {
    max-width: 720px;
  }
}

@media (min-width:992px) {
  .container-medium {
    max-width: 960px;
  }
}

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


/* ===================================
    # Shape
====================================== */

.shape {
  position: relative;
  z-index: 1;
}

.shape:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 0;
  border-right: 100vw solid #f7f7f7;
  border-top: 200px solid transparent;
  width: 0;
  z-index: -1;
}

.side-bg {
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  width: 30%;
}

.side-bg img {
  left: 0;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}

.side-bg.right {
  height: 100%;
  position: absolute;
  right: -30px;
  left: auto;
  top: 0;
  width: 30%;
}

.side-bg.right img {
  right: 0;
  left: auto;
  position: absolute;
  top: 60px;
  opacity: 0.7;
}


/* ============================================================== 
     # Bradcrumb 
=================================================================== */
.breadcrumb-area {
  padding: 15px 0;
  overflow: hidden;
}

.dark-layout .breadcrumb-area {
    background: rgba(255, 255, 255, 0.1);
}

.breadcrumb-area .breadcrumb {
  background: transparent none repeat scroll 0 0;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}


.buscom-gallery-template-default .page-title-area,
.page-id-773 .page-title-area,
 .page-id-765 .page-title-area,
.page-id-1105 .page-title-area, .page-id-757 .page-title-area {
  padding: 100px 0;
  background-image:url('https://fiticoindia.com/demo/wp-content/uploads/2025/05/about_bg.png');
}



.page-title-area {
  padding: 80px 0;
  background-image:url('https://fiticoindia.com/demo/wp-content/uploads/2025/05/product_bg.png');
}


.page-title-area h1 {
  display: block;
  font-weight: 600;
  margin-top: -10px;
  margin-bottom: 0;
  word-wrap: break-word;
}

.breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  padding: 0 5px;
  color: #ffffff;
  display: none;
}

.breadcrumb-area .breadcrumb li i {
  margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
  padding: 0 12px;
  position: relative;
  z-index: 1;
  word-wrap: break-word;
}

.breadcrumb-area .breadcrumb li::after {
  content: "\f105";
  height: 15px;
  right: -5px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #232323;
}

.breadcrumb-area .breadcrumb li:last-child::after {
  display: none;
}

.breadcrumb-area .breadcrumb a, 
.breadcrumb-area .breadcrumb li {
  font-weight: 400;
  font-size: 15px;
  font-family: Nunito, Arial, Helvetica, sans-serif;
}

.breadcrumb-area.bg-theme .breadcrumb li, 
.breadcrumb-area.bg-theme .breadcrumb li a, 
.breadcrumb-area.bg-theme .breadcrumb li::after {
    color: #ffffff;
}

.breadcrumb-area .breadcrumb li.active {
  color: #072559;
}


/* Topbar CSS */
.top-bar-area {
  border-bottom: 1px solid #e7e7e7;
  padding: 25px 0;
  overflow: hidden;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.top-bar-area.bg-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar-area ul {
  margin: 0;
}

.top-bar-area .row {
  align-items: center;
  display: flex;
  float: none;
  vertical-align: middle;
}

.top-bar-area .info.box li {
  display: flex;
  text-align: left;
  float: left;
  align-items: center;
}

.top-bar-area .address-info.text-right {
  margin-bottom: -10px;
}

.top-bar-area .info.box li .icon, 
.top-bar-area .info.box li .info {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area.bg-dark .info.box li .icon, 
.top-bar-area.bg-dark .info.box li .info {
  color: #ffffff;
}

.top-bar-area .info.box li .info span {
  display: block;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 15px;
}

.top-bar-area .info.box li .icon i {
  color: #072559;
  font-size: 40px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.top-bar-area.bg-light .info.box li .icon i {
  color: #072559;
}

.top-bar-area .info.box li .icon {
  padding-right: 15px;
}

.top-bar-area .address-info.text-right .info.box li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.top-bar-area .address-info.text-left .info.box li {
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
}

.top-bar-area .address-info.text-right .info.box li::after {
  background: #e7e7e7 none repeat scroll 0 0;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 1px;
}

.top-bar-area.bg-dark .address-info.text-right .info.box li::after {
  background: rgba(255, 255, 255, 0.3);
}

.top-bar-area .address-info.text-left .info.box li::after {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 200px;
  right: 0;
  position: absolute;
  top: -50%;
  width: 1px;
}

.top-bar-area .address-info.text-right .info.box li:first-child::after {
  display: none;
}

.top-bar-area .address-info.text-left .info.box li:last-child::after {
  display: none;
}

.top-bar-area .address-info.text-right .info.box li:first-child {
  border: medium none;
  margin-left: 0;
  padding-left: 0;
}

.top-bar-area .address-info.text-left .info.box li:last-child {
  border: medium none;
  margin-right: 0;
  padding-right: 0;
}

.top-bar-area .address-info.text-right .info {
  display: inline-block;
}

.top-bar-area .link.text-right a {
  margin-left: 5px;
}

.top-bar-area .social li {
  display: inline-block;
}

.top-bar-area .social li a {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
    height: 45px;
    width: 45px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.top-bar-area.bg-dark .social li a {
  color: #ffffff;
}

.top-bar-area.text-dark .social li a {
  color: #ffffff;
}

.top-bar-area .social.text-right li {
  margin-left: 5px;
}

.top-bar-area.one-line li {
  margin-right: 15px;
  padding-right: 15px;
}

.top-bar-area.bg-dark li {
  color: #ffffff;
}

.top-bar-area.one-line.bg-dark li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-bar-area.one-line li:last-child {
  border: medium none;
  margin-right: 0;
  padding-right: 0;
}

.top-bar-area.one-line li i {
  margin-right: 5px;
}

.top-bar-area.one-line li i {
  color: #072559;
}

.top-bar-area.one-line .link a {
  border-left: 1px solid #e7e7e7;
  font-weight: 600;
  margin-left: 13px;
  padding-left: 15px;
  text-transform: uppercase;
}

.top-bar-area.one-line.bg-dark .link a {
  border-left: 1px solid #ffffff;
}

.top-bar-area.one-line .link a:hover,
.top-bar-area.one-line .link a:last-child:hover {
  color: #072559;
}

.top-bar-area.one-line .link a:last-child {
  color: #232323;
}

.top-bar-area.one-line.bg-dark .link a:last-child {
  color: #ffffff;
}

.top-bar-area.one-line .link a:first-child {
  border: medium none;
  padding-left: 0;
}

.top-bar-area .address-info.text-right a {
    color: #666666;
    font-weight: 400;
    display: inline-block;
    font-size: 15px;
}

.top-bar-area .address-info.text-center .info.box {
  display: inline-block;
  margin-bottom: -10px;
}

.top-bar-area .address-info.text-center .info.box li {
  margin: 0 15px;
}

.top-bar-area .address-info.text-center .info.box li span {
  margin-bottom: 3px;
}

.top-bar-area .address-info.text-center .info.box li span i {
  margin-right: 5px;
  color: #072559;
}


/* ============================================================== 
     # Banner 
=================================================================== */
body, 
.banner-area, 
.banner-area div {
  height: 100%;
  height: 77vh;
}

.banner-area.auto-height, 
.banner-area.auto-height div {
  height: auto;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.banner-area .box-cell, 
 .banner-area .box-cell div {
  height: auto;
}

.banner-area {
  position: relative;
  overflow: hidden;
}

.banner-area .wavesshape {
  bottom: -2px;
  left: 0;
  position: absolute;
  right: 0;
  top: auto;
  width: 100%;
}

.banner-area .wavesshape.shape {
  bottom: -50px;
  height: auto;
}

.banner-area .content {
  position: relative;
  z-index: 9;
}

.banner-area.wavesshape {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow {
  position: relative;
  z-index: 1;
}

.banner-area.triangle-shadow::before {
  border-bottom: 0 solid transparent;
  border-right: 100vw solid #fff;
  border-top: 80px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 101;
}

.banner-area.shadow-inner .content {
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.banner-area.content-double .double-items {
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child, 
 .banner-area .item h2:first-child, 
 .banner-area .item h3:first-child, 
 .banner-area .item h4:first-child, 
 .banner-area .item h5:first-child, 
 .banner-area .item h6:first-child {
  animation-delay: .5s;
}

.banner-area .item h1:nth-child(2), 
 .banner-area .item h2:nth-child(2), 
 .banner-area .item h3:nth-child(2), 
 .banner-area .item h4:nth-child(2), 
 .banner-area .item h5:nth-child(2), 
 .banner-area .item h6:nth-child(2) {
  animation-delay: .7s;
}

.carousel-caption h1:nth-child(3), 
 .carousel-caption h2:nth-child(3), 
 .carousel-caption h3:nth-child(3), 
 .carousel-caption h4:nth-child(3), 
 .carousel-caption h5:nth-child(3), 
 .carousel-caption h6:nth-child(3) {
  animation-delay: .9s;
}

.banner-area .item p {
  animation-delay: .5s;
}

.banner-area .item ul {
  list-style: none;
  margin: 0;
  animation-delay: .6s;
}

.banner-area .item a, 
 .banner-area .item button {
  animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active, 
 .carousel-fade .carousel-inner .next.left, 
 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next, 
 .carousel-fade .carousel-inner .prev, 
 .carousel-fade .carousel-inner .active.left, 
 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.carousel-inner .item > .slider-thumb {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
}

#particles-js,
#ripple {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-area .carousel-control {
  background: transparent none repeat scroll 0 0;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control i {
    font-weight: 400;
}

.banner-area .carousel-control.shadow {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 1;
  padding: 0;
  position: absolute;
  text-shadow: inherit;
  top: 50%;
  width: 50px;
  z-index: 1;
}

.banner-area .carousel-control.shadow::after {
  background: #1e2726 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .carousel-control.left {
  left: -50px;
}

.banner-area:hover .carousel-control.left {
  left: 0;
}

.banner-area:hover .carousel-control.shadow.left {
  left: 20px;
}

.banner-area .carousel-control.right {
  right: -50px;
}

.banner-area:hover .carousel-control.right {
  right: 0;
}

.banner-area:hover .carousel-control.shadow.right {
  right: 20px;
}


/* Carousel Indicators */
.banner-area .carousel-indicators {
  position: absolute;
  right: 40px;
  left: auto;
  width: auto;
  height: auto;
  top: 50%;
  transform: translate(10px, -50%);
  -webkit-transform: translate(10px, -50%);
  -moz-transform: translate(10px, -50%);
  -ms-transform: translate(10px, -50%);
  -o-transform: translate(10px, -50%);
  bottom: auto;
  margin: 0;
}

.banner-area .carousel-indicators li {
  display: block;
  height: 20px;
  width: 20px;
  margin: 10px 0;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  position: relative;
  z-index: 1;
}

.banner-area .carousel-indicators li.active::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
  z-index: 1 !important;
}

/* Content */

.banner-area .top-pad .content {
  padding-top: 140px;
}

.banner-area .content .lists {
  margin-bottom: 30px;
}

.banner-area .content .lists ul {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}

.banner-area .content .lists li {
    display: inline-block;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 20px;
    line-height: 15px;
    position: relative;
    z-index: 1;
    color: #555555;
}

.banner-area .content .lists li::after {
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #555555;
}

.banner-area .content .lists li:last-child::after {
    display: none;
}

.banner-area .text-light .content .lists li {
  color: #ffffff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.banner-area .content .lists li:last-child {
  border: none;
}

.banner-area .content .lists li i {
  margin-right: 2px;
}

.banner-area .content h2 {
    font-size: 55px;
    margin-bottom: 35px;
    font-weight: 600;
}

.banner-area .content h2 strong {
    font-weight: 600;
}

.banner-area .text-large .content h2 strong {
    font-weight: 200;
}

.banner-area .content a {
  margin-right: 10px;
  margin-top: 10px;
}

.banner-area .content h3 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
}

.banner-area.inc-desc .content a {
  margin-top: 15px;
}

.banner-area .text-center .content p {
  padding: 0  15%;
}

.banner-area .content p {
  font-size: 15px;
  line-height: 30px;
}

.banner-area.top-padding .content {
  padding-top: 90px;
}

.banner-area .text-large .content h2 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 25px;
}

.banner-area .text-large .content a {
    margin-top: 30px;
}

.banner-area .text-large .content h3 {
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 1px;
  font-weight: 600;
}

.banner-area .heading-uppercase .content h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}

.banner-area .text-large .content p {
  margin-bottom: 0;
}

.banner-area .text-medium .content h2 {
    font-size: 60px;
    margin-bottom: 20px;
    line-height: 1.1;
    text-transform: none;
    font-weight: 600;
}

.banner-area .text-center .text-medium .content h2,
.banner-area.text-center .text-medium .content h2 {
    padding: 0 10%;
    margin-bottom: 30px;
}

.banner-area .text-medium .content h2 strong {
  color: #072559;
  font-weight: 700;
}

.banner-area .text-medium .content a {
  margin-top: 15px;
}

.banner-area .content p {
  font-size: 15px;
  line-height: 28px;
  padding-right: 20%;
}

.banner-area.text-center p {
  padding: 0 18%;
}

.banner-area .shapes {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
    display: none;
}

.banner-area.text-extra-larege .content h2 {
    font-size: 70px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
}

.banner-area.text-extra-larege .content h2 strong {
    display: block;
    font-weight: 600;
}

/* ============================================================== 
     # Video Button Play
=================================================================== */
.video-play-button {
  color: #072559;
  font-size: 30px;
  left: 50%;
  padding-left: 7px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #ffffff repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 200ms;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-play-button i {
  display: block;
  position: relative;
  z-index: 3;
  color: #072559;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  color: #0e2258;
}

.nice-select .current {
  color: #666666;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 15px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  margin: 0;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  margin: 0;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* ============================================================== 
     # About
=================================================================== */

.about-area ul {
  margin: 0;
}
.about-area .about-items .left-info {
    padding-right: 35px;
}

.about-area .about-info li {
  margin-top: 30px;
}

.about-area.full-width .single-item {
  margin-bottom: 30px;
}

.about-area .about-info li:first-child, 
.about-area .about-info li:nth-child(2) {
  margin-top: 10px;
}

.about-area .about-items .item a {
  padding: 50px 30px;
  display: block;
}

.about-area .about-info li i,
.about-area .about-items .item i {
  display: inline-block;
  font-size: 55px;
  margin-bottom: 20px;
  transition: all 0.35s ease-in-out;
}

.about-area .features-items .single-item:nth-child(2n) .item i {
  color: #666666;
}

.about-area .features-items .single-item .item:hover i {
  color: #072559;
  transform: rotate(360deg);
}

.about-area .about-info li h4,
.about-area .about-info li h5,
.about-area .about-items .item h4,
.about-area .about-items .item h5 {
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}

.about-area .about-items .item h5 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.about-area .about-content .info {
  padding-right: 35px;
}

.about-area .features-items {
    padding: 30px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    background: #ffffff;
}

.about-area .features-items .single-item {
  border-right: 1px solid #e7e7e7;
}

.about-area .features-items .single-item:last-child {
  border: none;
}

.fixed-features .features-items {
    position: relative;
    top: -120px;
    z-index: 1;
}

.about-area .about-content {
  display: block;
  float: left;
  width: 100%;
}

.about-area .author-box {
  margin-top: 30px;
}

.author-quote blockquote {
  margin-bottom: 35px;
  background: rgba(28, 185, 200, 0.07);
  padding: 30px;
  border-color: #072559;
  line-height: 30px;
  position: relative;
  z-index: 1;
  border-width: 5px;
  font-size: 15px;
}

.author-quote blockquote::after {
  position: absolute;
  left: 50px;
  bottom: -15px;
  content: "";
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(28, 185, 200, 0.07);
}

.about-area .author-box .info img {
  height: 60px;
  width: auto;
}

.about-area .author-box .thumb img {
  height: 120px;
  width: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #e7e7e7;
  padding: 3px;
}

.about-area .author-box .info {
  padding-left: 25px;
  padding-right: 0;
}

.about-area .author-box.thumb-less .info {
  padding-left: 0;
}

.about-area .author-box .info h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  color: #232323;
}

.about-area .author-box .info strong {
  font-weight: 600;
  color: #999999;
}

.about-area .info h2 {
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: -5px;
}

.about-area .info h4 {
  margin-bottom: 25px;
  color: #072559;
  font-weight: 600;
}

.about-area .about-items .thumb-box {
  position: relative;
  top: -170px;
  margin-bottom: -170px;
  padding-right: 35px;
}

.about-area .about-items .info li {
  float: left;
  padding-right: 30px;
  display: flex;
  align-items: center;
}

.about-area .about-items .left-info h2 {
  font-weight: 600;
  line-height: 1.3;
}

.about-area .about-items .left-info h2 strong {
  color: #072559;
}

.about-area.pad-bottom {
  padding-bottom: 50px;
}

.about-area .about-items .right-info > a {
  margin-top: 10px;
}

.about-area .about-items .left-info li {
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 30px;
  margin-bottom: 10px;
}

.about-area .about-items .left-info li::after {
  position: absolute;
  left: 0;
  content: "\e64d";
  top: 0;
  font-family: 'themify';
  color: #072559;
}

.about-area .about-items .left-info li:last-child {
  margin-bottom: 0;
}

.about-area .about-items.reverse .info {
    padding-right: 35px;
}

.about-area .about-items.reverse .thumb-box {
    padding-right: 0;
}

.about-area .about-items .thumb-box .thumb.shape-bg {
    position: relative;
    z-index: 1;
    padding-right: 65px;
    margin-top: 50px;
}

.about-area .about-items .thumb.shape-bg::after {
    position: absolute;
    right: 15px;
    top: -10%;
    content: "";
    height: 80%;
    width: 50%;
    background: rgba(28, 185, 200, 0.1);
    z-index: -1;
}

/* About version three */

.about-area .about-items .about-info {
  padding-right: 35px;
}

.about-area .about-items .info ul {
  list-style: none;
  margin: 0;
  margin-top: 25px;
  overflow: hidden;
}

.about-area .about-items .info li h5 {
  text-transform: uppercase;
  font-weight: 600;
}

.about-area .about-items .about-info a {
  margin-top: 15px;
}

.about-area .about-items .info li .info span {
  display: block;
  font-family: Inter, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.about-area .about-items .info li .info {
  padding-left: 15px;
}

.about-area .about-items .info li .icon {
  font-size: 45px;
  color: #072559;
}

.about-area .about-items .about-info .feature-list-box {
  border-top: 1px solid #e7e7e7;
  margin-top: 30px;
}

.about-area .about-info ul {
  margin: 0;
  list-style: none;
  margin: 0 -15px;
}

.about-area .about-info.right-info ul {
  margin: 0;
  list-style: none;
  overflow: inherit;
  border-top: none;
  margin-top: 0;
}

.about-area .about-items .about-info.right-info li {
  margin-top: 60px;
}

.about-area .about-items .about-info.right-info li:first-child,
.about-area .about-items .about-info.right-info li:nth-child(2) {
  margin-top: 0;
}

.about-area .about-items .about-info li {
  position: relative;
  z-index: 1;
  margin: 0;
  display: flex;
  border: none;
  padding: 0 15px;
  margin-top: 40px;
  margin-bottom: -5px;
}

.about-area .about-items .about-info li h5 {
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 18px;
}

.about-area .about-items .about-info li p {
  margin-bottom: 0;
}

.about-area .about-items .about-info h2 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  margin-top: -5px;
}

.about-area .about-items .about-info li i {
    margin: 0;
    height: 75px;
    width: 75px;
    line-height: 75px;
    background: #f9f9f9;
    text-align: center;
    font-size: 35px;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    margin-right: 21px;
}

.about-area .about-items .about-info li:nth-child(2) i, 
.about-area .about-items .about-info li:nth-child(3) i,
.about-area .about-items .about-info li:nth-child(6) i {
  color: #666666;
}

.about-area .management-quote h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.management-quote h2 {
  font-weight: 600;
}

.about-area .about-items .thumb {
  padding-right: 35px;
}

.about-area .about-items .thumb-box .thumb {
  padding-right: 0;
  position: relative;
}

.about-area .about-items .thumb-box .thumb::after {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.about-area .about-items .thumb-box .thumb::after {
    position: absolute;
    left: -165px;
    top: -50px;
    content: "";
    height: 300px;
    width: 300px;
    background: url(../img/circle.png);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.dark-layout .about-area .about-items .thumb-box .thumb::after {
    filter: brightness(0) invert(1);
    opacity: 0.6;
}

.about-area .management-quote .management-carousel .owl-dots {
  bottom: 20px;
  text-align: center;
  margin-bottom: -12px;
  margin-top: 30px;
  position: absolute;
  top: -80px;
  right: 0;
  left: auto;
  width: auto;
}

.about-area .management-quote .management-carousel .owl-dots span {
  background: #ffffff none repeat scroll 0 0;
  border: 3px solid #e7e7e7;
  height: 12px;
  width: 35px;
}

.about-area .management-quote .management-carousel .owl-dots .owl-dot.active span {
  background: #072559 none repeat scroll 0 0;
  border-color: #072559;
}

.about-area .management-quote .management-carousel .owl-nav {
  text-align: left;
  margin-top: 20px;
  margin-bottom: -5px;
}

.about-area .management-quote .management-carousel .owl-nav .owl-prev, 
.about-area .management-quote .management-carousel .owl-nav .owl-next {
  padding: 0;
  height: 35px;
  width: 35px;
  line-height: 38px;
  text-align: center;
  background: #f1f1f1;
  color: #232323;
  font-size: 15px;
  border-radius: 50%;
  margin: 0;
  margin-right: 8px;
}

.about-area.solid .about-items .thumb-box {
    top: 0;
    margin-bottom: 100px;
}

.about-area.solid .thumb-box .thumb img:first-child {
    max-width: 80%;
}

.about-area.solid .thumb-box .thumb img:last-child {
    position: absolute;
    right: 0;
    bottom: -100px;
    width: 300px;
    border: 10px solid #ffffff;
    border-bottom: none;
}

.about-area .info p  strong {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

.about-area.solid .info a {
    margin-top: 15px;
}

/* New Styles */
.about-area .about-content .thumb {
    position: relative;
}

.about-area .about-content .thumb img {
    width: 50%;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding: 10px;
    background: #ffffff;
}

.about-area .about-content .thumb img:nth-child(2) {
    position: absolute;
    right: 15px;
    width: 45%;
}

.about-area .about-content .thumb img:first-child {
    margin-top: 80px;
}

.about-area .about-content .info a {
  margin-top: 30px;
}

.about-area .about-content ul {
    list-style: none;
    margin-top: 30px;
}

.about-area .about-content ul li {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    font-weight: 600;
}

.about-area .about-content ul li:last-child {
  margin-bottom: 0;
}

.about-area .about-content ul li i {
    display: inline-block;
    text-align: center;
    color: rgba(187, 11, 11, 1);
    margin-right: 10px;
    position: relative;
    top: 5px;
    font-size: 18px;
}

.about-area .author {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.about-area .author .signature img {
    max-height: 70px;
}

.about-area .author .content {
    display: flex;
    align-items: center;
}

.about-area .author .content .thumb img {
    margin: 0;
    padding: 0;
    box-shadow: inherit;
    border-radius: 50%;
    height: 80px;
    width: 80px !important;
    min-width: 80px;
    min-height: 80px;
}

.about-area .author .content .thumb {
    margin-right: 20px;
}

.about-area .author .content .info {
  padding: 0;
}

.about-area .author .content .info h4 {
    margin-bottom: 7px;
    color: #232323;
    font-size: 18px;
}

.about-area .author .signature {
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #dddddd;
}


/* ===================================
    # About Content Area
====================================== */
.about-content-area .left-info .content-inner {
    display: flex;
}

.about-content-area .left-info .content-inner .left {
    text-align: center;
    background: #111d30;
    margin-right: 50px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 8px 8px 0 0;
}

.about-content-area .left-info .content-inner .left h6 {
    color: #ffffff;
    line-height: 1.4;
    margin: 0;
    font-size: 15px;
    padding: 30px 50px;
    padding-top: 20px;
    font-weight: 400;
}

.about-content-area .left-info .content-inner .left h6 strong {
    display: block;
    font-size: 24px;
    margin-top: 15px;
}

.about-content-area .left-info .content-inner .left i {
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 70px;
    background: #111d30;
    color: #ffffff;
    font-size: 34px;
    border-radius: 50%;
    position: relative;
    top: -35px;
    margin-bottom: -35px;
    border: 2px dashed #ffffff;
}

.about-content-area .left-info .content-inner .left::after {
    position: absolute;
    left: 0;
    bottom: -25px;
    content: "";
    border-left: 0px solid transparent;
    border-right: 80px solid transparent;
    border-top: 25px solid #111d30;
}

.about-content-area .left-info .content-inner .left::before {
    position: absolute;
    right: 0;
    bottom: -25px;
    content: "";
    border-left: 80px solid transparent;
    border-right: 0px solid transparent;
    border-top: 25px solid #111d30;
}

.about-content-area .right-info {
    padding-left: 50px;
}

.about-content-area .right-info h4 {
    font-weight: 600;
}

.about-content-area .right-info .item {
    margin-top: 30px;
    border-top: 1px solid #e7e7e7;
    padding-top: 30px;
}

.about-content-area .right-info .item:first-child {
    margin: 0;
    padding: 0;
    border: none;
}

.about-content-area .right-info .item p {
    margin: 0;
}

.about-content-area .left-info .content-inner .right ul {
    list-style: none;
    margin: 0;
}

.about-content-area .left-info .content-inner .right ul li {
    line-height: 30px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    font-weight: 600;
    color: #232323;
}

.about-content-area .left-info .content-inner .right ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\4e";
    font-family: 'ElegantIcons';
    color: #072559;
}


/* ===================================
    # Why Choose Us
====================================== */

.choose-us-area {
    position: relative;
    z-index: 1;
}

.choose-us-area .fixed-shape {
    position: absolute;
    right: 0;
    z-index: -1;
    width: 40%;
    text-align: right;
    opacity: 0.025;
    bottom: 0;
}

.choose-us-area .thumb-box h2 {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: 1;
    padding: 40px;
}

.choose-us-area .thumb-box h2 strong {
    font-size: 100px;
    font-weight: 600;
    position: relative;
    display: block;
    line-height: 80px;
    margin-bottom: 15px;
}

.choose-us-area .thumb-box h2 {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    background: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    line-height: 1;
}

.choose-us-area .info {
  padding-left: 35px;
}

.choose-us-area .info .content > h4 {
    font-weight: 600;
    color: #666666;
    font-size: 15px;
    display: inline-flex;
}

.choose-us-area .info .content > h4::before {
    position: relative;
    top: 6px;
    content: '';
    background-color: #072559;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
}

.choose-us-area .info h2 {
    font-weight: 600;
    margin-bottom: 30px; font-size:36px;
}

.choose-us-area ul {
    list-style: none;
    margin-top: 40px;
    margin-left: 0;
    margin-bottom: 0;
}

.choose-us-area li .info {
  padding-left: 0;
}

.choose-us-area ul li {
    display: flex;
    margin-bottom: 30px;
}

.choose-us-area ul li:last-child {
  margin-bottom: 0;
}

.choose-us-area ul li p {
  margin-bottom: 0;
}

.choose-us-area ul li i {
    display: inline-block;
    font-size: 30px;
    margin-right: 35px;
    position: relative;
    color: #ffffff;
    background: #111d30;
    border-radius: 8px;
    text-align: center;
    height: 70px;
    width: 70px;
    line-height: 70px;
}

.choose-us-area ul li i::after {
    position: absolute;
    right: -15px;
    top: -10px;
    content: "\4e";
    font-family: 'ElegantIcons';
    background: #072559;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.choose-us-area .info ul li h5,
.choose-us-area .info ul li h4 {
    font-weight: 600;
    text-transform: inherit;
    color: #232323;
    margin-bottom: 15px;
}

.choose-us-area .thumb-box {
    position: relative;
}

.choose-us-area .thumb-box::after {
    position: absolute;
    right: 50px;
    top: 50px;
    content: "";
    height: 100%;
    width: 100px;
    background: #f7f7f7;
    z-index: -1;
}

.choose-us-area .thumb-box img:first-child {
    width: 80%;
}

.choose-us-area .thumb-box img:last-child {
    position: relative;
    width: 60%;
    right: 0;
    float: right;
    top: -150px;
    margin-bottom: -150px;
    border: 10px solid #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}


/* ===================================
    # Process
====================================== */

@media only screen and (min-width: 1367px) {
  .process-area {
      width: 94%;
      margin: auto;
  }

}

.process-items .item .icon {
    display: inline-block;
    height: 150px;
    width: 150px;
    line-height: 150px;
    border-radius: 50%;
    font-size: 50px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    border: 1px dashed rgba(255, 255, 255, 0.5);
}
.process-items .item .icon i.fas {
    font-weight: 300;
    font-size: 45px;
}
.process-items .item .icon span {
    font-size: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
    background: rgba(187, 11, 11, 1);
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: 600;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.process-items .item .icon span::after {
    position: absolute;
    left: -5px;
    top: -5px;
    content: "";
    height: 60px;
    width: 60px;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.4;
}

.process-items .item h4 {
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: 25px;
  font-weight: 600;
}


.process-items .single-item {
    margin-top: 120px;
}

.process-items .single-item:nth-child(2n) {
    margin-top: 0;
}



/* ===================================
    # Services
====================================== */

.services-area .services-items .equal-height {
  margin-bottom: 30px;
}

.services-area .services-items .item {
  -moz-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  -o-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.services-area.bg-gray .services-items .item,
.vc_custom_1631438766857.services-area .services-items .item {
  box-shadow: inherit;
}

.services-area.bg-gray .services-items .item {
  box-shadow: inherit;
}

.services-area.vc_custom_1631451303005 .services-items .item {
  -moz-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  -o-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  background: #ffffff;
}

.services-area.text-center .services-items .item {
  padding: 67px 37px;
  position: relative;
  z-index: 1;
}

.services-area.text-center .services-items .item p {
    letter-spacing: -0.3px;
}

.services-area.text-center .services-items .item::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 130px;
    width: 130px;
    background: url(../img/shape-6.png);
    background-repeat: no-repeat;
    background-position: right top;
    z-index: -1;
    background-size: contain;
    transition: all 0.35s ease-in-out;
}

.services-area.text-center .services-items .item:hover::after {
    height: 150px;
    width: 150px;
}

.services-area .services-items .item .info {
  padding: 60px 37px;
}

.services-area .services-items .item .info p {
    letter-spacing: -0.3px;
}

.services-area .services-items .item span {
    font-family: Inter, Arial, Helvetica, sans-serif;
    position: absolute;
    right: 37px;
    bottom: 30px;
    color: #e7e7e7;
    font-size: 36px;
    font-weight: 600;
    opacity: 0.7;
}

.services-area .services-items .item > i, 
.services-area .services-items .item .icon i {
    color: #072559;
}

.services-area.text-center .services-items .item > i,
.services-area.text-center .services-items .item .icon i {
  clip-path: inherit;
  margin-left: 0;
  font-size: 55px;
  line-height: 26px;
}

/* Dot Shape */

.services-area .services-items .item .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 30px;
}

.services-area .services-items .item .icon span.dot-shape {
  left: 0;
  top: 0;
  height: 18px;
  width: 3px;
  background: #ffffff;
  opacity: 1;
}

.services-area.text-center .services-items .item .icon span.dot-shape {
  height: 15px;
}

.services-area .services-items .item .icon span.dot-shape:nth-child(2) {
  left: 12px;
  top: 0;
}

.services-area .services-items .item .icon span.dot-shape:nth-child(3) {
  left: 6px;
  top: 0;
}

.services-area .services-items .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

.services-area .services-items .item a {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #666666;
}

.services-area.text-center .services-items .item a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px;
    border-bottom: 1px solid;
}

.services-area.text-center .services-items .item a i {
    display: none;
}

.services-area.text-center .services-items .item a:hover {
  color: #072559;
}

.services-area .services-items .item a:hover {
  color: #072559;
}

.services-area .services-items .item a i {
  position: relative;
  top: 1px;
  font-size: 15px;
}

.services-area .services-items.services-carousel .owl-dots span {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #ccc;
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.services-area .services-items.services-carousel .owl-dots {
    bottom: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: -12px;
    margin-top: 30px;
}

.services-area .services-items.services-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 6px;
    width: 6px;
    background: #072559;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}


/* Services Thumb */

.services-area.inc-thumb .equal-height {
  margin-bottom: 30px;
}

.services-area.inc-thumb .item {
  display: flex;
  -moz-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  -o-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  background: #ffffff;
  border-radius: 5px;
}

.services-area.inc-thumb .item .info {
  padding: 60px 30px;
}

.services-area.inc-thumb .item .thumb, 
.services-area.inc-thumb .item .info {
  width: 50%;
  border-radius: 5px;
}

.services-area.inc-thumb .item .thumb {
  background-size: cover;
  background-position: center center;
}

.services-area.inc-thumb .item .info h4 {
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
}

.services-area.inc-thumb .item .info h4 i {
  position: absolute;
  left: -90px;
  top: -30px;
  background: #ffffff;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  color: #072559;
  border-radius: 5px;
}

.services-area.inc-thumb .service-items .equal-height:nth-child(2n) .item h4 i,
.services-area.inc-thumb .service-items .owl-item:nth-child(2n) .item h4 i {
  color: #FEA369;
}

.services-area.inc-thumb .service-items .equal-height:nth-child(3n) .item h4 i,
.services-area.inc-thumb .service-items .owl-item:nth-child(3n) .item h4 i {
  color: #1BDBAC;
}

.services-area.inc-thumb .service-items .equal-height:nth-child(4n) .item h4 i,
.services-area.inc-thumb .service-items .owl-item:nth-child(4n) .item h4 i {
  color: #F48687;
}

.services-area.inc-thumb .service-items .equal-height:nth-child(5n) .item h4 i,
.services-area.inc-thumb .service-items .owl-item:nth-child(5n) .item h4 i {
  color: #30af8c;
}

.services-area.inc-thumb .service-items .equal-height:nth-child(6n) .item h4 i,
.services-area.inc-thumb .service-items .owl-item:nth-child(6n) .item h4 i {
  color: #e02d76;
}

.services-area.inc-thumb .item .info a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  color: #072559;
  text-decoration: underline;
}


/* Services Icon Only */

.services-area.icon-only .services-items .equal-height {
  margin-bottom: 30px;
}

.services-area.icon-only .services-items .equal-height .item::after, 
.services-area.icon-only .services-items .owl-item .item::after {
  display: none;
}

.services-area.icon-only .services-items .item .info > i {
  display: inline-block;
  font-size: 50px;
  color: #072559;
  margin-bottom: 30px;
  line-height: 26px;
}

.dark-layout .services-area.icon-only .services-items .item .info > i {
  color: #ffffff;
}

.services-area.icon-only.inc-shape .services-items .item .info > i {
    position: relative;
    z-index: 1;
}

.services-area.icon-only.inc-shape .services-items .item .info > i::after {
    position: absolute;
    left: 0;
    top: -15px;
    content: "";
    height: 80px;
    width: 80px;
    background: rgba(28, 185, 200, 0.07);
    z-index: -1;
    border-radius: 50%;
}

.services-area.icon-only .services-items .item .info > a {
  color: #666666;
  border-bottom: 1px solid;
}

.services-area.icon-only .services-items .item .info > a i {
  display: none;
}

.services-area.icon-only .services-items .item .info > a:hover {
  color: #072559;
}


.services-area.modern .thumb {
    position: relative;
    z-index: 1;
}

.services-area.modern .thumb .shapes {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100%;
}

.services-area.modern .thumb .shapes img {
    width: 100%;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.services-area.modern .services-items .item .info {
    padding-top: 55px;
    padding-bottom: 55px;
    position: relative;
}

.services-area.modern .services-items .item .info .icon {
    position: absolute;
    top: -50px;
}

/* Services Single */

.services-single-area .info img {
    margin: 0;
}

.services-single-area .services-info .row .col-md-6 {
    margin-top: 30px;
}

.services-single-area .sidebar-item li a {
    font-weight: 600;
}

.services-single-area .sidebar-item li a:hover {
  color: #072559;
}

.services-single-area .sidebar-item li {
    margin-bottom: 10px;
}

.services-single-area .sidebar-item li:last-child {
    margin-bottom: 0;
}

.services-single-area ul {
  margin: 0;
  list-style: none;
}

.services-single-area .thumb img {
    width: 100%;
    height: auto;
}

.services-single-area .services-info .info {
  padding-top: 30px;
}

.services-single-area .services-info .info h2 {
  font-weight: 600;
}

.services-single-area .services-info .info h4 {
  font-weight: 600;
  margin-top: 20px;
}

.services-single-area .services-info .faq-area {
  margin-top: 50px;
}

.services-single-area .services-info .faq-area h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.services-single-area .sidebar .sidebar-item {
    margin-bottom: 50px;
    background: #f8f8f8;
    padding: 50px 37px;
    overflow: hidden;
    border-radius: 8px;
}

.services-single-area .sidebar .sidebar-item.widget_text {
    padding: 0;
}

.services-single-area .sidebar {
  padding-left: 35px;
}

.services-single-area .sidebar .sidebar-item:last-child {
  margin: 0;
}

.services-single-area .sidebar .sidebar-item h4 {
    text-transform: capitalize;
    font-weight: 600;
    color: #232323;
    margin-bottom: 25px;
}

.services-single-area .sidebar .sidebar-item.widget_nav_menu li {
    display: block;
    margin-bottom: 10px;
}

.services-single-area .sidebar .sidebar-item.widget_nav_menu li a {
    display: block;
    font-weight: 600;
    color: #666666;
    background: #ffffff;
    padding: 15px 25px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    padding-left: 15px;
    border: 1px solid #e7e7e7;
}

.services-single-area .sidebar .sidebar-item.widget_nav_menu li a::after {
  position: absolute;
  right: 15px;
  top: 17px;
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
}

.services-single-area .sidebar .sidebar-item.widget_nav_menu li a:hover,
.services-single-area .sidebar .sidebar-item.widget_nav_menu li.current-menu-item a {
  background: #072559;
  color: #ffffff;
}

.services-single-area .sidebar .sidebar-item.widget_nav_menu li.current-menu-item i {
  color: #ffffff;
}

.services-single-area .sidebar .sidebar-item.widget_nav_menu li a:hover i {
  color: #ffffff;
}

.services-single-area .sidebar .sidebar-item.widget_nav_menu li a i {
  color: #072559;
  margin-right: 5px;
  transition: all 0.35s ease-in-out;
}

.services-single-area .sidebar .sidebar-item.widget_nav_menu li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.services-single-area .sidebar-item.address ul li {
  margin-bottom: 10px;
}

.services-single-area .sidebar-item.address ul li .icon {
  padding-right: 15px;
}

.services-single-area .sidebar-item.address ul li .icon i {
  display: inline-block;
  font-size: 30px;
  color: #072559;
}

.services-single-area .sidebar-item.address ul li:last-child {
  margin-bottom: 0;
}

.services-single-area .sidebar .sidebar-item.contact.address {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-align: center;
}

.services-single-area .sidebar .sidebar-item.contact.address::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: -1;
    opacity: 0.6;
}

.services-single-area .sidebar .sidebar-item.contact.address h4 {
    color: #ffffff;
}

.services-single-area .sidebar .sidebar-item.project li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.services-single-area .sidebar .sidebar-item.project li:last-child {
  margin-bottom: 0;
}


.services-single-area .sidebar .sidebar-item form input, 
.services-single-area .sidebar .sidebar-item form textarea {
    border-radius: 5px;
    box-shadow: inherit;
    background: #ffffff;
    border: 1px solid #e7e7e7;
    padding: 15px;
}

.services-single-area .sidebar .sidebar-item form textarea {
    padding-top: 15px;
    min-height: 150px;
    min-height: 80px;
    height: 120px;
}

.services-single-area .sidebar .sidebar-item form button {
    border: none;
    display: inline-block;
    background: #072559;
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 12px 40px 12px;
    border-radius: 5px;
}

.services-single-area form .wpcf7-response-output {
    overflow: hidden;
    margin-top: 20px;
    position: relative;
    top: 20px;
}

/* ===================================
    # Services Modern 
====================================== */
.modern-services-area .item {
    background: #ffffff;
    padding: 60px 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.modern-services-area .item .icon i {
    font-size: 45px;
    margin-bottom: 30px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 1;
    height: 100px;
    width: 100px;
    line-height: 105px;
}

.modern-services-area .item .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #072559;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}

.modern-services-area .item:hover .icon i::after,
.modern-services-area .single-item:first-child .item .icon i::after {
    background: #ffffff;
    opacity: 1;
}

.modern-services-area .item:hover .icon i,
.modern-services-area .single-item:first-child .item .icon i {
    color: #072559;
}

.modern-services-area .item h4 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
}

.modern-services-area .single-item {
    margin-bottom: 30px;
}

.modern-services-area .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/shape-5.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    z-index: -1;
    border-radius: 5px;
    background-size: cover;
}

.modern-services-area .item::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 70%;
    width: 100%;
    background: #072559;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    opacity: 0;
    border-radius: 5px;
}

.modern-services-area .item:hover::after,
.modern-services-area .single-item:first-child .item::after {
    opacity: 1;
}

.modern-services-area .item:hover::before,
.modern-services-area .single-item:first-child .item::before {
    opacity: 1;
    height: 100%;
}

.modern-services-area .item .content a {
    margin-top: 5px;
    display: inline-block;
    margin-bottom: -15px;
    color: #666666;
}

.modern-services-area .item .content a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding-right: 3px;
}

.modern-services-area .item .content a i {
    position: relative;
    top: 0;
    font-size: 15px;
    transition: all 0.05s ease-in-out;
    font-weight: 900;
    left: 2px;
}

.modern-services-area .item h4,
.modern-services-area .item p,
.modern-services-area .item i {
  transition: all 0.35s ease-in-out;
}

.modern-services-area .item:hover h4,
.modern-services-area .item:hover p,
.modern-services-area .item:hover a,
.modern-services-area .single-item:first-child .item h4,
.modern-services-area .single-item:first-child .item p,
.modern-services-area .single-item:first-child .item a {
  color: #ffffff;
}

.modern-services-area .item p {
    letter-spacing: -0.5px;
}


/* ===================================
    # Slide Icon Services
====================================== */
@media only screen and (min-width: 1367px) {
  .slide-services-area .container-medium {
    margin-left: calc((100% - 1200px)/ 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

.slide-services-area .fixed-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 88%;
    width: 100%;
    opacity: 0.03;
    z-index: -1;
}

.slide-services-area {
    position: relative;
    z-index: 1;
}

.slide-services-area .fixed-shape img {
    height: 100%;
}

.slide-services-area .item {
    background: #ffffff;
    padding: 60px 37px;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  border: 1px solid transparent;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
}

.slide-services-area .item .icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.slide-services-area .item .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #072559;
    transition: all 0.35s ease-in-out;
    border-radius: 30px;
    transform: rotate(45deg);
    box-shadow: 0 10px 30px 0 rgb(44 130 237 / 40%);
}

.slide-services-area .owl-item:nth-child(2n) .item .icon i::after {
    background: #2eacfc;
}

.slide-services-area .owl-item:nth-child(3n) .item .icon i::after {
    background: #ea4c89;
}

.slide-services-area .owl-item:nth-child(4n) .item .icon i::after {
    background: #f67741;
}


.slide-services-area .owl-item:nth-child(5) .item .icon i::after {
    background: #3ab094;
}


.slide-services-area .item h4 {
  font-weight: 600;
}

.slide-services-area .owl-stage-outer {
    margin-top: -30px;
    padding-top: 30px;
}

.slide-services-area .owl-item .item:hover {
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  border: 1px solid transparent;
  margin-top: -15px;
}


/* ===================================
    # Thumb Services
====================================== */
@media only screen and (min-width: 1367px) {
  .thumb-services-area .container-medium {
    margin-left: calc((100% - 1200px)/ 2);
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

.thumb-services-area .fixed-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 88%;
    width: 100%;
    opacity: 0.03;
    z-index: -1;
}

.thumb-services-area {
    position: relative;
    z-index: 1;
}

.thumb-services-area .fixed-shape img {
    height: 100%;
}

.thumb-services-area .item .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.thumb-services-area .item .thumb::after {
  position: absolute;
  left: 15px;
  top: 50px;
  right: 15px;
  bottom: 15px;
  content: "";
  background: #111d30;
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

.thumb-services-area .item:hover .thumb::after {
  opacity: 0.7;
  top: 15px;
}

.thumb-services-area .item .thumb .title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}

.thumb-services-area .item:hover .thumb .title {
  bottom: -100px;
  opacity: 0;
}

.thumb-services-area .item .thumb .title h4 {
    color: #ffffff;
    margin: 0;
    font-weight: 600;
}

.thumb-services-area .item .thumb .title .content span {
    text-transform: uppercase;
    font-size: 15px;
    color: #dddddd;
    font-weight: 600;
}

.thumb-services-area .item .thumb .title .content {
    padding: 20px;
}

.thumb-services-area .item .thumb .title i {
    display: inline-block;
    font-size: 30px;
    width: 80px;
    text-align: center;
    position: relative;
    z-index: 9;
}

.thumb-services-area .item .thumb .title .icon::after {
    position: absolute;
    left: 40px;
    top: -8px;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #072559;
    margin-left: -10px;
}

.thumb-services-area .item .thumb .title::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #111d30;
    z-index: -1;
    opacity: 0.6;
}

.thumb-services-area .item .thumb .title::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 80px;
    background: #072559;
}

.thumb-services-area .item .thumb .oerlay {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    right: 0;
    text-align: center;
    padding: 45px;
    transform: translateY(-35%);
    transition: all 0.35s ease-in-out;
    opacity: 0;
}

.thumb-services-area .item:hover .thumb .oerlay {
    transform: translateY(-50%);
    opacity: 1;
}

.thumb-services-area .item .thumb .oerlay a {
  color: #ffffff;
  font-weight: 600;
}

.thumb-services-area .item .thumb .oerlay p {
  color: #dddddd;
}

.thumb-services-area .item .thumb .oerlay > a {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #072559;
    font-size: 18px;
    border-radius: 50%;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.thumb-services-area .item .thumb .oerlay > a::after {
    position: absolute;
    left: -5px;
    top: -5px;
    content: "";
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #072559;
    z-index: -1;
    opacity: 0.5;
}

/* ===================================
    # Why Chose Us
====================================== */

.why-chose-us-area {
  position: relative;
  z-index: 1;
  background-position: left top;
  background-size: contain;
}

.why-chose-us-area::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: #000000;
  opacity: 0.7;
  z-index: -1;
}

.why-chose-us-area ul {
  margin: 0;
}

.why-chose-us-area.full::after {
  background: #111d30 none repeat scroll 0 0;
  opacity: 1;
}

.why-chose-us-area .item-box .info {
  max-width: 600px;
  padding: 120px 0 120px 50px;
}

.why-chose-us-area .item-box .info li {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 25px;
  padding-left: 0;
}

/* .why-chose-us-area .item-box .info li::after {
  position: absolute;
  left: 0;
  top: -2px;
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  color: #dddddd;
  font-size: 18px;
} */

.why-chose-us-area .item-box .info li:last-child {
  margin-bottom: 0;
}

.why-chose-us-area .item-box .info li h4 {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
}

.about-area .right-info li p {
  margin: 0;
}

.why-chose-us-area.bg-dark .content li p {
    color: #cccccc;
}

.why-chose-us-area .heading h4 {
    font-weight: 600;
    color: #cccccc;
    margin-bottom: 25px;
    font-size: 15px;
    display: inline-flex;
}

.why-chose-us-area .heading h4::before {
    position: relative;
    top: 6px;
    content: '';
    background-color: #cccccc;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
}

.why-chose-us-area .heading {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.why-chose-us-area .heading p:last-child {
  margin: 0;
}

.why-chose-us-area .heading h2 {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
  margin-top: -5px;
  font-size: 30px;
}

.why-chose-us-area .item-box .info a {
  margin-top: 15px;
}

/* ===================================
    # Expertise Area
====================================== */

.expertise-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.shape-theme::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 50%;
  background: #072559;
  z-index: -1;
  opacity: 1;
}
.expertise-area .info {
  padding-right: 50px;
}

.expertise-area .info img {
  padding-bottom: 30px;
}

.expertise-area .our-expertise {
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.expertise-area .our-expertise > h4 {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #072559;
}

.expertise-area.bg-dark p {
    color: #cccccc;
}

.expertise-area.shape-theme .our-expertise > h4 {
  color: #ffffff;
}

.expertise-area .our-expertise .expertise-items h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 30px;
}

.expertise-area .our-expertise .expertise-items li {
  float: left;
  margin-right: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}

.expertise-area .our-expertise .expertise-items ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-top: 30px;
}

.expertise-area .our-expertise .expertise-items li::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  /* background: rgba(255, 255, 255, 0.1); */
}

.expertise-area.shape-theme .our-expertise .expertise-items li::after {
  background: rgba(255, 255, 255, 0.3);
}

.expertise-area .our-expertise .expertise-items li:last-child::after {
  display: none;
}

.expertise-area .our-expertise .expertise-items li:last-child {
  margin: 0;
  padding: 0;
}

.expertise-area .our-expertise .expertise-items a {
  margin-top: 30px;
}

.expertise-area .our-expertise .expertise-items li h4 {
    font-weight: 600;
}

.expertise-area .our-expertise .expertise-items li span {
  color: #aaaaaa;
  font-size: 30px;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.expertise-area.shape-theme .our-expertise .expertise-items li span {
  color: #ffffff;
}

.expertise-area .our-expertise .expertise-items .owl-dots {
  margin-bottom: -8px;
  margin-top: 35px;
  text-align: left;
}

.expertise-area .our-expertise .expertise-items .owl-dots .owl-dot span {
  height: 15px;
  width: 15px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  background: transparent;
  padding: 0;
  margin: 0;
  margin-right: 10px;
}

.expertise-area.shape-theme .our-expertise .expertise-items .owl-dots .owl-dot span {
  border: 3px solid rgba(255, 255, 255, 0.6);
}

.expertise-area .our-expertise .expertise-items .owl-dots .owl-dot.active span {
  position: relative;
  z-index: 1;
  width: 60px;
  border-color: #072559;
}

.expertise-area .our-expertise .expertise-items .owl-dots .owl-dot.active span::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 5px;
  width: 5px;
  background: #072559;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.expertise-area.shape-theme .our-expertise .expertise-items .owl-dots .owl-dot.active span {
  border-color: #ffffff;
}

.expertise-area.shape-theme .our-expertise .expertise-items .owl-dots .owl-dot.active span::after {
  background: #ffffff;
}

.expertise-area .info h2 {
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: -5px;
  text-transform: capitalize;
  font-size: 30px;
}

.expertise-area .info h2 span {
  text-decoration: underline;
}

.expertise-area .info .progress .progress-bar {
  background: #072559;
  box-shadow: inherit;
  border-radius: 50px;
}

.expertise-area .info .progress-box:last-child .progress {
  margin-bottom: 0;
}

.expertise-area .info .progress-box h5 {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
    color: #ffffff;
}

.expertise-area .skill-items {
  margin-top: 35px;
}

.expertise-area .achivements {
  margin-top: 30px;
}

.achivements .progressbar canvas {
  height: 100% !important;
  width: 100% !important;
}

.achivements .progressbar .circle {
  position: relative;
  z-index: 1;
}

.achivements .progressbar .circle strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin-top: -15px;
  color: #cccccc;
}

.achivements .progressbar .circle h5 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
}


/* ===================================
    # Chart Area
====================================== */
.chart-area .info h2 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  margin-top: -5px;
}

.chart-area .info h2 strong {
  font-weight: 600;
  color: #072559;
  text-decoration: underline;
}

.chart-area .fun-fact {
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.chart-area .fun-fact .timer {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 10px;
  color: #232323;
}

.chart-area .fun-fact .medium {
  font-weight: 600;
}

.chart-area .fun-facts {
  margin-top: 30px;
}


/* ===================================
    # Testimonials Area
====================================== */

.testimonials-area .testimonial-items .item {
    background: #ffffff;
    padding: 60px 37px;
    position: relative;
}

.testimonials-area .testimonial-items .owl-stage-outer {
  padding-bottom: 30px;
}

.testimonials-area .testimonial-items .item::after {
    position: absolute;
    left: 5%;
    bottom: -15px;
    right: 5%;
    background: #ffffff;
    content: "";
    height: 15px;
    opacity: 0.6;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    z-index: -1;
}

.dark-layout .testimonials-area .testimonial-items .item::after {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: inherit;
}

.testimonials-area .testimonial-items .item,
.testimonials-area.vc_custom_1631445917612 .testimonial-items .item,
.testimonials-area.vc_custom_1634158187238 .testimonial-items .item,
.testimonials-area.vc_custom_1638300598613 .testimonial-items .item{
    background: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.testimonials-area .testimonial-items .item .author {
    border-top: 1px solid #dddddd;
    padding-top: 30px;
    margin-top: 25px;
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
}

.testimonials-area .testimonial-items .item .author .avatar {
  margin-right: 20px;
}

.testimonials-area .testimonial-items .item .author::after, 
.testimonials-area .testimonial-items .item .author::before {
    position: absolute;
    margin: auto;
    top: -1px;
    left: 100px;
    right: auto;
    width: 15px;
    height: 15px;
    border-right: 1px solid #dddddd;
    border-top: 1px solid #fff;
    content: "";
}

.testimonials-area .testimonial-items .item .author::after {
    border-right: transparent;
    border-top: transparent;
    border-left: 1px solid #dddddd;
    -webkit-transform: rotate(-49deg);
    -ms-transform: rotate(-49deg);
    transform: rotate(-49deg);
    width: 10px;
    height: 22px;
    right: auto;
    top: -8px;
    left: 105px;
}

.testimonials-area .testimonial-items .item .author img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
}

.testimonials-area .testimonial-items .item .author h4 {
    font-weight: 600;
    margin-bottom: 2px;
    text-transform: uppercase;
    color: #232323;
    font-size: 15px;
}

.testimonials-area .testimonial-items .item p {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
}

.testimonials-area .testimonial-items .item .author span {
    color: #666;
    font-weight: 300;
    font-size: 15px;
    text-transform: capitalize;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.testimonials-area .testimonial-items .item i {
    font-size: 45px;
    position: absolute;
    right: 50px;
    bottom: 80px;
    color: #072559;
    transform: rotate(180deg);
    height: 60px;
    width: 60px;
}
.testimonials-area .testimonial-items .item i::before {
    display: none;
}

.testimonials-area .testimonial-items .item i::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/quote.png);
    background-size: contain;
    background-repeat: no-repeat;
  opacity:0.4;
}
.dark-layout .testimonials-area .testimonial-items .item i::after {
    filter: brightness(0) invert(1);
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-dots span {
    background: #ffffff none repeat scroll 0 0;
    border: 3px solid #ccc;
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-dots {
    bottom: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: -12px;
    margin-top: 30px;
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 6px;
    width: 6px;
    background: #072559;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}


/* ===================================
    # Team Area
====================================== */

.team-area .single-item {
  margin-bottom: 30px;
}

.team-area .item .info {
    padding-top: 25px;
    position: relative;
}

.team-area .item .info h4 {
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}

.team-area .item .info h4 a:hover {
  color: #072559;
}

.team-area .item .info span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #888888;
    display: block;
    margin-bottom: -5px;
}

.team-area .team-items .thumb {
  overflow: hidden;
  position: relative;
}

.team-area .team-items .thumb img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 5px;
}

.team-area .team-items .item:hover .thumb img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.team-area .team-items .thumb .social {
  position: absolute;
  right: 20px;
  top: 20px;
  margin: 0;
}

.team-area .team-items .thumb .social li {
  display: block;
  margin-bottom: 10px;
}

.team-area .team-items .thumb .social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #072559;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.30s ease-in-out;
  opacity: 0;
  position: relative;
  right: -30px;
}

.team-area .team-items .thumb .social li:first-child a {
  transition: all 0.50s ease-in-out;
}

.team-area .team-items .thumb .social li:last-child a {
  transition: all 0.30s ease-in-out;
}

.team-area .team-items .item:hover .social li a {
  opacity: 1;
  margin: 0;
  right: 0;
}


.team-area .team-items ul.social li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #072559;
    border-radius: 50%;
    color: #ffffff;
}

.team-area .team-items ul.social li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.team-area .team-items ul.social li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.team-area .team-items ul.social li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.team-area .team-items ul.social li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.team-area .team-items ul.social li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.team-area .team-items ul.social li.youtube a {
  background: #c4302b none repeat scroll 0 0;
}

.team-area .team-items ul.social li.behance a {
  background: #053eff none repeat scroll 0 0;
}

/* ============================================================== 
     # Team Single
=================================================================== */

.team-single-section .team-single-area.default-padding {
    padding-bottom: 80px;
}


.team-single-area .right-info {
    padding-left: 35px;
}

.team-single-area .right-info h2 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 24px;
}

.team-single-area .right-info span {
    display: block;
    color: #072559;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 15px;
}

.team-single-area .right-info ul {
    margin: 0;
    margin-top: 25px;
    list-style: none;
}

.team-single-area .right-info ul li {
    margin-top: 10px;
    color: #232323;
}

.team-single-area .right-info ul li strong {
  font-weight: 600;
}

.team-single-area .right-info ul li a {
    font-weight: 400;
}

.team-single-area .right-info ul li a:hover {
    color: #072559;
}

.team-single-area .right-info .social {
    display: flex;
    margin-top: 25px;
    font-weight: 600;
    align-items: center;
}

.team-single-area .right-info .social h4 {
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 25px;
    display: none;
}

.team-single-area .right-info .social ul {
    margin: 0;
}

.team-single-area .right-info .social ul li {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
}

.team-single-area .right-info .social ul li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 47px;
    background: #e7e7e7;
    text-align: center;
    border-radius: 50%;
}

.team-single-area .top-info {
    padding: 50px;
    background: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border-radius: 5px;
}

.team-single-area .top-info img {
    border-radius: 7px;
}

.team-single-section .bottom-informations {
  padding-bottom: 120px;
}

.team-single-section .bottom-informations h2 {
    font-weight: 600;
    margin-top: -8px;
    margin-bottom: 25px;
    font-size: 24px;
}

.team-single-section .bottom-informations p:last-child {
    margin: 0;
}

.team-single-area .bottom-info {
    margin-top: 80px;
}

.skill-items .info h2 {
  display: block;
  font-weight: 600;
}

.skill-items .info h3 {
  margin-bottom: 30px;
  font-weight: 600;
  color: #666666;
}

.skill-area .thumb .image-box {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  padding-left: 35px;
}

.skill-area .thumb .image-box img {
  margin-right: 20%;
  border: 10px solid #ffffff;
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  max-width: 80%;
}

.skill-area .thumb .image-box img:nth-child(2) {
  position: absolute;
  right: -20%;
  bottom: 0;
  margin: 0;
  height: 60%;
  width: auto;
}

.skill-items .progress-box {
  margin-bottom: 40px;
}

.skill-items .progress-box:last-child {
  margin-bottom: 0;
}

.skill-items .progress-box h5 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: left;
    font-size: 15px;
    position: relative;
    z-index: 1;
}

.skill-items .progress-box h5 span {
    position: absolute;
    font-size: 50px;
    line-height: 1;
    top: -21px;
    left: 0;
    z-index: -1;
    opacity: 0.05;
    font-weight: 900;
}

.skill-items .skill-items {
  margin-top: 40px;
}

.skill-items .progress-box .progress {
  background: transparent;
  border-bottom: none;
  box-shadow: inherit;
  border-radius: inherit;
  overflow: inherit;
}
.skill-items .progress-box:last-child .progress {
    margin-bottom: 0;
}

.skill-items .progress-box .progress .progress-bar {
  height: 10px;
  border-radius: 30px;
  background: #072559;
  top: 16px;
  position: relative;
  overflow: inherit;
}

.blue .skill-items .progress-box .progress .progress-bar {
  background: #4628ba;
}

.skill-items .progress-box .progress .progress-bar span {
    position: absolute;
    right: 0;
    top: -40px;
    display: block;
    font-size: 15px;
    color: #232323;
    font-weight: 600;
}

.expertise-area .skill-items .progress-box .progress .progress-bar span {
    color: #ffffff;
}

.team-single-area .bottom-info .about-area {
    padding-left: 35px;
}

.team-single-area .bottom-info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}


/* ===================================
    # Expertise Area
====================================== */

.our-expertise-area h4 {
  font-weight: 600;
  color: #666666;
  font-size: 15px;
  display: inline-flex;
}

.our-expertise-area h4::before {
    position: relative;
    top: 6px;
    content: '';
    background-color: #072559;
    width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 50%;
}

.our-expertise-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.our-expertise-area .thumb {
    position: relative;
    z-index: 1;
    margin-bottom: -120px;
}

.our-expertise-area::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 25%;
    background: #111d30;
    z-index: -1;
}

.our-expertise-area .fixed-shape {
    position: absolute;
    left: 0;
    border: 0;
    z-index: -1;
    width: 60%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    opacity: 0.2;
}

@media only screen and (min-width: 1700px) {
  .our-expertise-area .fixed-shape {
    height: 150%;
    top: 30px;
  }

}

.our-expertise-area .skill-items .progress-box .progress {
    border: none;
}

.our-expertise-area .skill-items .progress-box .progress .progress-bar {
    height: 10px;
}

.our-expertise-area .skill-items .progress-box h5 {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}

.our-expertise-area .skill-items .progress-box .progress .progress-bar span {
    font-size: 15px;
    font-weight: 600;
    top: -35px;
}

.our-expertise-area .skill-items .progress-box {
    margin-bottom: 40px;
}

.our-expertise-area .skill-items .progress-box:last-child {
  margin-bottom: 0;
}

.our-expertise-area h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.our-expertise-area a {
    margin-top: 15px;
}

.our-expertise-area .left-info {
    padding-right: 35px;
}

.our-expertise-area .left-info .skill-items {
    margin-top: 35px;
}

/* ===================================
    # Pricing Area
====================================== */

.pricing-area .pricing {
  margin-top: 30px;
}

.pricing-area .single-item {
  margin-bottom: 30px;
}

.pricing-area .pricing-item {
    background: #ffffff;
    padding: 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    border-radius: 8px;
    transition: all 0.35s ease-in-out;
    border: 2px solid transparent;
}

.pricing-area .single-item:nth-child(2) .pricing-item,
.pricing-area .single-item .pricing-item:hover {
    border: 2px solid #072559;
}

.pricing-area .single-item:nth-child(2) .pricing-item {
    padding: 80px 50px;
    margin-top: -30px;
}

.pricing-area .pricing-item ul {
    margin: 0;
    list-style: none;
    display: inline-block;
    text-align: left;
}

.pricing-area .pricing-item .pricing-header {
  text-align: center;
  margin-bottom: 0;
  border: none;
  padding: 0;
  display: block;
}

.pricing-area .pricing-item .pricing-header i {
  display: block;
  font-size: 40px;
  position: relative;
  z-index: 1;
  height: 100px;
  width: 100px;
  line-height: 100px;
  margin-right: 0;
  margin-left: 0;
  margin: auto auto 15px;
  color: #072559;
}

.pricing-area .pricing-item.active .pricing-header i {
  color: #072559;
}

.pricing-area .pricing-item .pricing-header i::after {
    position: absolute;
    left: -8px;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/icon-shape003.png);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.07;
}

.pricing-area .pricing-item .pricing-header h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.pricing-area .pricing-item .price {
  text-align: center;
  position: relative;
  z-index: 1;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pricing-area .pricing-item .price::after {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 300%;
  z-index: -1;
}

.pricing-area .pricing-item .price h2 {
    font-weight: 600;
    margin: auto auto 25px;
    letter-spacing: -1px;
    font-size: 68px;
}

.pricing-area .pricing-item .price h2 span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    color: #666666;
    margin-top: 5px;
    text-transform: capitalize;
}

.pricing-area .pricing-item .price h2 sub {
    font-weight: 400;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-size: 15px;
    left: -13px;
}

.pricing-area .pricing-item .price h2 sup {
    font-size: 24px;
    top: -35px;
    font-weight: 600;
    margin-right: 3px;
}

.pricing-area .pricing-item .footer {
  text-align: center;
  margin-top: 35px;
}

.pricing-area .pricing-item i {
    margin-left: 30px;
    color: #232323;
    font-size: 15px;
}

.pricing-area .pricing-item i.fa-times-circle {
    color: #072559;
}

.pricing-area .pricing-item li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing-area .pricing-item li:last-child {
  margin-bottom: 0;
  border: none;
  padding: 0;
}

.pricing-area .pricing-item .btn {
    border-radius: 5px;
}

.pricing-area .pricing-item li strong {
  font-weight: 600;
}

/* ===================================
    # Fun Fact Area
====================================== */

.fun-fact-area {
  color: #ffffff;
  position: relative;
  z-index: 1; padding:80px 0;
}

.fun-fact-area .fixed-shape {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    opacity: 0.03;
    z-index: -1;
}

.fun-fact-area .fun-fact {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fun-fact-area .item {
  position: relative;
  z-index: 1;
}

.fun-fact-area .timer {
    display: inline-block;
    font-size: 68px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1;
    position: relative;
    z-index: 1;
    margin-top: -5px;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

    .fun-fact-area .timer::after {
        position: absolute;
        right: -24px;
        top: -5px;
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        font-size: 15px;
        color: #5493ff;
        font-weight: 600;
    }

.fun-fact-area .medium {
    display: block;
    color: #cccccc;
    text-transform: uppercase;
    font-weight: 600;
}

.fun-fact-area i {
    display: inline-block;
    font-size: 60px;
    color: #ffffff;
    margin-right: 25px;
}

.fun-fact-area p {
  margin: 0;
}


.fun-factor-area.icon-first .timer {
  display: block;
}

.fun-fact-area.icon-first .fun-fact .timer {
  display: block;
}

.fun-fact-area.icon-first .fun-fact  i {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 0;
}

.fun-fact-area.icon-first .item::after {
  display: none;
}

/* ============================================================== 
     # Faq Accordion
=================================================================== */

.faq-area {
  overflow: hidden;
}

.faq-items .panel-group,
.acd-items .panel-group {
  margin-bottom: 0;
}

.faq-area .faq-items {
  margin-top: -15px;
}

.acd-items .panel-heading .panel-title a span {
  background: #072559 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}

.acd-items .panel-heading .panel-title a {
  display: block;
  font-weight: 600;
  padding: 19px 0 20px 15px;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
}

.acd-items .panel-heading {
  padding: 0;
  background: transparent;
}

.faq-area .acd-items .panel-body {
  padding: 30px;
}

.acd-items .panel.panel-default {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  margin: 0 0 10px;
}

.acd-items .panel.panel-default:last-child {
  margin-bottom: 0;
}

.acd-items .panel-body p:last-child {
  margin: 0;
}

.faq-items .panel-body {
  padding: 30px;
}

.faq-items .acd-items .panel .panel-body {
  border-color: #e7e7e7;
}

.acd-arrow .panel-group.symb .panel-heading a::after {
  content: "\f107";
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 17px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a::after {
  content: "\f01b" !important;
  font-size: 20px;
  position: absolute;
  right: auto;
  left: 10px;
  top: 12px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.acd-arrow.left .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f01a" !important;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.faq-area .faq-items .panel-group {
  margin: 0;
}

.acd-arrow .panel-group.symb .panel-heading a.collapsed:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

/* ===================================
    # Portfolio
====================================== */

.portfolio-area {
  overflow: hidden;
}

.portfolio-area.default-padding {
  padding-bottom: 105px;
}

.portfolio-area.gallery-carousel {
  padding-bottom: 120px;
}

.portfolio-area .gallery-items.col-3 .pf-item {
  float: left;
  padding: 15px;
  width: 33.3333%;
}

.portfolio-area .gallery-items.col-2 .pf-item {
  float: left;
  padding: 15px;
  width: 50%;
}

.portfolio-area .gallery-items.col-4 .pf-item {
  float: left;
  padding: 15px;
  width: 25%;
}

.gallery-items-area .effect-box .info .left {
  padding-right: 20px;
}

.gallery-items-area button, 
.gallery-items-area button:focus {
    background: transparent;
    text-transform: capitalize;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 10px 25px;
    position: relative;
    z-index: 1;
    margin: 0 5px;
    margin-bottom: 15px;
    font-size: 15px;
    border: 1px dashed #dddddd;
    border-radius: 6px;
    color: #666666;
}

.gallery-items-area button:hover {
  background: transparent;
}

.gallery-items-area button.active {
  color: #072559 !important;
}

.mix-item-menu {
  margin-bottom: 30px;
}

.gallery-items-area button.active::after {
    position: absolute;
    left: 50%;
    bottom: -5px;
    content: "";
    height: 10px;
    width: 25px;
    background: #ffffff;
    margin-left: -13px;
}

.gallery-items-area .effect-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.gallery-items-area .effect-box img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.gallery-items-area .effect-box:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-items-area .effect-box .info {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0;
}

.gallery-items-area .effect-box:hover .info {
  opacity: 1;
}

.gallery-items-area .effect-box:hover::after {
  opacity: 1;
}

.gallery-items-area .effect-box .info h4 {
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  left: -30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.gallery-items-area .effect-box:hover .info h4 {
  left: 0;
}

.gallery-items-area .effect-box::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 50%;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0;
}

.gallery-items-area .effect-box .info h4 a {
  color: #ffffff;
}

.gallery-items-area .effect-box .info p {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  position: relative;
  bottom: -30px;
}

.gallery-items-area .effect-box:hover .info p {
  bottom: 0;
}

.gallery-items-area .effect-box .info .right a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #072559;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  position: relative;
  top: -30px;
  transform: rotate(45deg);
}

.gallery-items-area .effect-box:hover .info .right a {
  top: 0;
  transform: rotate(0deg);
}

.gallery-items-area .portfolio-carousel .owl-nav {
  margin: 0;
}

.gallery-items-area .portfolio-carousel .owl-nav i {
    font-weight: 400;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

.gallery-items-area .portfolio-carousel .owl-nav .owl-prev, 
.gallery-items-area .portfolio-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  left: 15px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.gallery-items-area .portfolio-carousel .owl-nav .owl-next {
  left: auto;
  right: 15px;
}

/* Gallery Single */
.gallery-single-area .thumb{padding-top:80px !important;}
.gallery-single-area .info{padding-bottom:80px !important;}


.gallery-single-area img {
    margin-bottom: 30px;
}

.gallery-single-area h2, .gallery-single-area h3, .gallery-single-area h4 {
    font-weight: 600;
}

.gallery-single-area ul.project-info ul li {
    display: inline-block;
}

.gallery-single-area ul.project-info {
    margin-bottom: 15px;
    margin-left: 0;
}

.gallery-single-area ul.project-info li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 15px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    font-family: Inter, Arial, Helvetica, sans-serif;
}


.gallery-single-area ul.project-info li::after {
    position: absolute;
    right: 0;
    top: 3px;
    content: "";
    height: 20px;
    width: 1px;
    background: #cccccc;
}

.gallery-single-area ul.project-info li:last-child::after {
    display: none;
}

.gallery-single-area ul.project-info li strong {
    font-weight: 600;
    color: #232323;
}

.gallery-single-area .info p:last-child {
  margin-bottom: 0;
}

.gallery-single-area .info .row {
  margin-top: 30px;
}

/* ===================================
    # Call Back
====================================== */

.call-back-area .container .call-back-items {
  display: flex;
  align-items: center;
}

.call-back-area .form {
  padding-bottom: 120px;
}

.call-back-area h2 {
  text-transform: capitalize;
  font-weight: 600;
}

.call-back-area h2 strong {
  font-weight: 600;
  color: #072559;
}

.call-back-area p {
  margin-bottom: 25px;
}

.call-back-area input {
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
}

.call-back-area input:focus {
  box-shadow: inherit;
}

.call-back-area .form button {
    font-family: Inter, Arial, Helvetica, sans-serif;
    border: 2px solid #072559;
    background: #072559;
    padding: 12px 50px 12px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 15px;
    font-size: 15px;
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
}

.call-back-area .form button:hover {
  background: #111d30;
  border-color: #111d30;
  color: #ffffff;
}

img.loader {
  margin-left: 5px;
}

.call-back-items .wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 0 !important;
  margin-top: 30px !important;
}

/* ===================================
    # Clients Area
====================================== */
.clients-area .clients-box {
  position: relative;
  z-index: 1;
}

.clients-area .clients-box::after {
  position: absolute;
  left: 0;
  top: -250px;
  content: "";
  height: 800px;
  width: 300%;
  background: #111d30 none repeat scroll 0 0;
  z-index: -2;
}

.clients-area {
  overflow: hidden;
}

.clients-area .left-info {
  padding-right: 35px;
}

.clients-area .clients-box .single-item img {
  width: auto;
  margin: auto;
  height: 70px;
}

.clients-area .left-info h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 36px;
}

.clients-area .left-info p {
  margin: 0;
}

.clients-area .clients-items.clients-carousel .owl-dots {
  bottom: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: -12px;
  margin-top: 30px;
}

.clients-area .clients-items.clients-carousel .owl-dots span {
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid rgba(255, 255, 255, 0.3);
  height: 12px;
  width: 35px;
}

.clients-area .clients-items.clients-carousel .owl-dots .owl-dot.active span {
  background: #ffffff;
  border-color: #ffffff;
}

/* ===================================
    # Blog Area
====================================== */

.blog-area .blog-items .single-item {
  margin-bottom: 30px;
}

.blog-area .blog-item-box .single-item {
  margin-bottom: 50px;
}

.blog-area .blog-item-box .single-item:last-child {
  margin-bottom: 0;
}

.blog-area .pagi-area {
  margin-top: 50px;
}

.blog-area .blog-items .thumb .post-date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    height: 80px;
    width: 95px;
    background: #072559;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    padding: 0 20px;
    line-height: 25px;
    font-weight: 600;
    padding-top: 15px;
    border-radius: 5px 5px 0 5px;
    text-transform: uppercase;
}

.blog-area .blog-items .thumb .post-date::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  content: "";
  border-right: 15px solid #072559;
  border-top: 0;
  border-bottom: 15px solid transparent;
}

.blog-area .blog-items .item {
  -moz-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  -o-box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  box-shadow: 0 0 15px rgb(0 0 0 / 8%);
  background: #ffffff;
  border-radius: 5px;
}

.blog-area .blog-items .item .thumb {
    padding: 15px;
    padding-bottom: 0;
}

.blog-area .blog-items .item .thumb img {
    border-radius: 5px;
}

.blog-area .blog-items .item .info {
  padding: 30px;
  overflow: hidden;
}

.blog-area .blog-items .info .tags a {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}

.blog-area .blog-items .info .tags {
  color: #999999;
  margin-bottom: 15px;
  margin-top: -7px;
  font-weight: 600;
}

.blog-area .post-tags.share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  float: left;
}

.blog-area .blog-items .post-tags.share .tags {
  margin-bottom: 0;
}

.blog-area .blog-items .post-tags.share .tags a {
  text-transform: capitalize;
}

.blog-area .post-tags.share .share li {
  display: inline-block;
}

.blog-area .post-tags.share .share li a {
  height: 40px;
  width: 40px;
  padding: 0;
  text-align: center;
  line-height: 40px;
  margin: 0;
  margin-left: 3px;
  margin-top: 5px;
}

.blog-area.single .post-tags span {
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
    color: #232323;
}

.blog-area.single .post-tags a {
    background: #f7f7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #232323;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-right: 5px;
    padding: 3px 25px;
    text-transform: capitalize;
    margin-top: 5px;
}

.blog-area .blog-items .info h2,
.blog-area .blog-items .info h3,
.blog-area .blog-items .info h4 {
  font-weight: 600;
  line-height: 1.4;
  word-wrap: break-word;
}

.blog-area .single-item .item .meta ul {
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  list-style: none;
}

.blog-area .single-item .item .meta.top ul li:last-child::after {
    display: none;
}

.blog-area .single-item .item .meta.top ul {
  display: block;
}

.blog-area .single-item .item .meta.top ul li {
    display: inline-block;
    color: #666666;
    font-weight: 600;
    margin-right: 15px;
    font-size: 15px;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 0.4px;
}

.blog-area.full-blog .single-item .item .meta.top ul li {
    margin-right: 15px;
}

.blog-area .single-item .item .meta.top ul li i {
    margin-right: 8px;
    color: #072559;
    position: relative;
}

.dark-layout .blog-area .single-item .item .meta.top ul li i {
    color: #cccccc;
}

.dark-layout a:hover {
  color: #ffffff !important;
}

.blog-area .single-item .item .meta.top ul li i {
  font-weight: 400;
}

.blog-area .single-item .item .meta.top ul li a {
    display: inline-block;
    color: #666666;
}

.blog-area .single-item .item .meta.top ul li a:hover {
  color: #072559;
}

.blog-area .blog-items .item .meta li img {
    height: 45px;
    width: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e7e7e7;
    padding: 3px;
    margin-right: 11px;
}

.blog-area .single-item .item .meta {
  padding: 30px;
  border-top: 1px solid #e7e7e7;
}

.blog-area .single-item .item .meta a {
    font-weight: 600;
    font-family: Nunito, Arial, Helvetica, sans-serif;
}

.blog-area .blog-items .info > a {
  margin-top: 5px;
  font-size: 15px;
}

.blog-area .blog-items .info > a.btn-simple {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #666666;
}

.blog-area .blog-items .info > a.btn-simple i {
    font-size: 15px;
}

.blog-area .blog-items .info a:hover {
  color: #072559;
}

select {
  padding: 15px;
  border: 1px solid #e7e7e7;
  max-width: 100%;
}

select option {
  padding: 10px;
}



/* Pagination */

.blog-area .pagi-area .pagination li {
    margin-top: 5px;
    display: inline-block;
}

.blog-area .pagi-area .pagination li a, 
.blog-area .pagi-area .pagination li span {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #072559;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 50px;
}

.blog-area .pagi-area .pagination li.active a,
.blog-area .pagi-area .pagination li .pagination.current {
  background: #072559 none repeat scroll 0 0;
  border-color: transparent;
  color: #ffffff;
}

.blog-area .pagi-area .pagination {
  margin-bottom: -10px;
  margin-top: -5px;
}

.blog-area .pagi-area {
  margin-top: 50px;
  text-align: center;
}


/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.blog-area .sidebar .title h4::before {
  background: #072559 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px;
  z-index: -1;
}

.blog-area .sidebar input[type="text"],
.widget_search input[type="serch"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 60px;
}

.blog-area .sidebar form,
.widget_search form {
  position: relative;
}

.blog-area .sidebar input[type="submit"], 
.widget_search input[type="submit"] {
    background: #072559 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 0 25px;
    position: absolute;
    right: 5px;
    text-transform: capitalize;
    top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    min-height: 50px;
    border-radius: 5px;
}

.blog-area .sidebar input[type="submit"]:hover,
.widget_search input[type="submit"]:hover {
  background: #072559 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 8px 0;
  position: relative;
}

.blog-area .sidebar .sidebar-item.category li a {
  display: inline-block;
  text-transform: capitalize;
  padding-left: 25px;
  font-size: 15px;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #072559;
}

.sidebar-item.category ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\e639";
  font-family: "themify";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  top: 10px;
}

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #666666;
  font-weight: 600;
  padding: 0 10px;
  position: absolute;
  right: 0;
  background: #f1f1f1;
  top: 10px;
}

.widget_tag_cloud a {
  display: inline-block;
  font-size: 15px !important;
  padding: 5px 25px;
  border: 1px solid #e7e7e7;
  margin-top: 10px;
  margin-right: 5px;
  border-radius: 30px;
  font-weight: 600;
  text-transform: capitalize;
}

.widget_tag_cloud a:hover {
  color: #072559;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title {
    color: #999999;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 5px;
}

.sidebar-item.recent-post .meta-title a {
  font-size: 15px;
}

.sidebar-item.recent-post li a:hover {
  color: #072559;
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #232323;
}

.sidebar-item.recent-post li span {
  display: inline-block;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
}

.sidebar-item.recent-post li .info .post-date i {
    margin-right: 7px;
    font-weight: 300;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.sidebar-item.recent-post li:last-child {
  border: medium none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
  margin-right: 20px;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 100px;
  padding-right: 20px;
}

.sidebar-item.recent-post li .thumb img {
  padding: 0;
  margin: 0;
  border-radius: inherit;
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  vertical-align: top;
}

.sidebar-item.recent-post li .info a {
  font-size: 18px;
  font-weight: 600;
  color: #232323;
  margin-top: 0;
}

.blog-area .sidebar-item.gallery ul {
  margin: 0;
  list-style: none;
  margin: -7px;
  overflow: hidden;
  list-style: none;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  width: 100%;
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  color: #666666;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 15px;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\e639";
  font-family: "themify";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  padding: 10px 0 !important;
}

.sidebar-item.social-sidebar li a {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 15px;
  height: 60px;
  line-height: 60px !important;
  margin-bottom: 5px;
  text-align: center;
  width: 60px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin: 0;
  margin-top: -8px;
  list-style: none;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
  margin-right: 5px;
  padding: 7px 20px;
  text-transform: capitalize;
  font-size: 15px;
}

.sidebar-item.tags ul li a:hover {
  color: #072559;
}

.blog-area .sidebar aside .widget_categories li span,
.blog-area .sidebar aside .widget_meta li span,
.blog-area .sidebar aside .widget_pages li span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #666666;
    font-weight: 600;
    padding: 0 10px;
    position: absolute;
    right: 0;
    background: #f1f1f1;
    top: 10px;
    font-family: Inter, Arial, Helvetica, sans-serif;
}


.sidebar-item.address ul li,
.widget.address ul li {
  margin-bottom: 10px;
}

.sidebar-item.address ul li .icon,
.widget.address ul li .icon {
  padding-right: 20px;
}

.sidebar-item.address ul li .icon i,
.widget.address ul li .icon i {
  display: inline-block;
  font-size: 40px;
  color: #072559;
}

.sidebar-item.address ul li:last-child,
.widget.address ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.about ul li,
.widget.about ul li {
  display: inline-block !important;
  margin-right: 25px;
}

.sidebar-item.about ul li a:hover,
.widget.about ul li a:hover {
  color: #072559;
}


/* Blog Extra */
.blog-area .item .tags-date .date {
    display: block;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: -7px;
    text-transform: uppercase;
    min-width: 100px;
}

.blog-area .item .date i {
    margin-right: 5px;
    color: #072559;
}

.blog-area .single-item .item .meta.top {
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.blog-area .single-item .item .meta a i {
    color: #072559;
    margin-right: 5px;
}

.blog-area .single-item.thumb-less .item .meta.top .date {
    text-transform: uppercase;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-area .single-item.thumb-less .item .meta.top .date i {
    margin-right: 5px;
}

/* Blog Single */
.blog-area.single .item .content-box span {
  background: #072559 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 600;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  font-family: Inter, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;
}

blockquote {
  background: #072559;
  border-color: #072559;
  border-width: 3px;
  color: #ffffff;
  padding: 60px 40px;
  position: relative;
  z-index: 1;
  font-size: 20px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.7;
  font-style: italic;
}

.comments-area blockquote {
  background: #e7e7e7 none repeat scroll 0 0;
}

blockquote::after {
    position: absolute;
    right: 50px;
    bottom: -25px;
    content: "\f10e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-style: normal;
    font-size: 100px;
    opacity: 0.2;
    transform: rotate(180deg);
    color: #ffffff;
    line-height: 1;
}

blockquote p {
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-style: italic;
    line-height: 34px;
    color: #232323;
}

.author-bio {
  display: block;
  margin-top: 30px;
  width: 100%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: middle;
}

.author-bio .content p {
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 5px;
}

.author-bio .content p::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 60px;
  left: 0;
  letter-spacing: -4px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.author-bio .content h4 {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-top: 30px;
  float: left;
  padding: 15px;
  width: 100%;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}

.blog-area.single .post-pagi-area a:hover {
  color: #072559;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.blog-area.single .post-tags a:hover {
  color: #072559;
}

.blog-area.single.color-yellow .post-tags a:hover {
  color: #ff9800;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.comments-form {
  margin-top: 40px;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 105px;
  width: 105px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.blog-area .comments-form .row > .row {
    margin: 0;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

ul.comments-list {
    margin-top: -15px !important;
}

.comments-list .commen-item {
  margin-top: 50px;
}

.comments-info .unapproved {
  display: block;
  margin-bottom: 15px;
  font-style: italic;
}

dd {
  margin-bottom: 15px;
}

.comments-list .children {
  padding-left: 105px;
  margin: 0;
}

.comments-area {
  margin-top: 40px;
  clear: both;
}

.comment article {
    background: #f7f7f7;
    padding: 50px;
    border-radius: 5px;
}

.comments-area .comments-title > h4,
.comments-area .comments-form .comment-reply-title,
.comments-area .comments-title .comment-reply-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: -30px;
}

.comments-area .comments-form .comment-reply-title,
.comments-area .comments-title .comment-reply-title {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.comments-list .commen-item .content .title h3, 
.comments-list .commen-item .content .title h4, 
.comments-list .commen-item .content .title h5 {
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.comments-list .commen-item .content .title h3 a:hover, 
.comments-list .commen-item .content .title h4 a:hover, 
.comments-list .commen-item .content .title h5 a:hover {
  color: #072559;
}

.comments-list .commen-item .content .title .comment-edit-link {
    margin-left: 10px;
    font-weight: 600;
    color: #072559;
    margin-top: -10px;
}

.comments-list .commen-item .content .title .comment-edit-link:hover {
  color: #072559;
}

.comments-list .commen-item .content .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 30px;
}

.comments-list .commen-item .content .title span {
    position: absolute;
    left: 0;
    bottom: 0;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #232323;
  display: inline-block;
  font-size: 15px;
  margin-top: 5px;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.comments-info a:hover {
  color: #072559;
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}


.comments-area .comment-respond small a {
  position: relative;
  margin-left: 10px;
  top: 2px;
  color: #072559;
  font-weight: 600;
}

.comments-info a i {
  margin-right: 2px;
}

.comments-form input, 
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-area form .logged-in-as {
    position: relative;
    top: -10px;
    margin-bottom: 15px;
}

.comments-area form textarea,
.comments-area form input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  border-radius: inherit;
}

.comments-area form .logged-in-as a:hover {
  color: #072559;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button,
.comments-list .commen-item .submit .btn.brand-btn {
  background-color: #072559;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  padding: 12px 40px;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.comments-form button:hover,
.comments-list .commen-item .submit .btn.brand-btn:hover {
  color: #ffffff;
  background-color: #1d2024;
  border: 1px solid transparent;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}


.blog-area .blog-item-box .single-item.tag-sticky-2 .item {
  position: relative;
}
.blog-area .blog-item-box .single-item.tag-sticky-2 .item::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f08d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  height: 50px;
  width: 100px;
  background: #072559;
  text-align: center;
  line-height: 50px;
  color: #ffffff;
  font-size: 25px;
}

.blog-area .wp-block-button {
  margin-bottom: 15px;
}

.blog-area .wp-block-button .wp-block-button__link {
  font-size: 15px;
  border-radius: 5px;
  padding: 11px 40px;
}

.blog-area .wp-block-button .wp-block-button__link:hover {
  background: #072559;
  color: #ffffff !important;
}

.blog-area .has-background-dim .wp-block-cover-text {
  color: #fff;
}

.blog-area .blocks-gallery-caption {
  margin-bottom: 15px;
}

.gallery-item {
  text-align: center;
  vertical-align: top;
}

pre {
  background: #f5f5f5;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

p.comment-form-cookies-consent {
    display: none;
}

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}

hr.wp-block-separator {
  background-color: #e7e7e7;
  border: 0;
  height: 2px;
  margin-bottom: 3rem;
  margin-top: 3rem;
  text-align: left;
  display: block;
  clear: both;
}

.wp-block-separator.is-style-dots::before {
  content: "\00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7 \00b7";
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: calc(1.5 * 1rem);
  padding-left: calc(1.5 * 1rem);
}

.wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 15px;
}

.blog-area .blog-items .sidebar .sidebar-item.widget_media_gallery > .gallery {
  margin: 0 -15px;
}


.blog-area.single .blog-items .post-meta ul li {
    display: inline-block;
    color: #666666;
    font-weight: 400;
    margin-right: 15px;
    font-size: 15px;
    position: relative;
    text-transform: capitalize;
}

.blog-area.single .blog-items .post-meta ul li:last-child::after {
    display: none;
}

.blog-area.single .blog-items .post-meta ul li a {
  color: #666666;
  font-weight: 400;
  display: inline-block;
  font-family: Nunito, Arial, Helvetica, sans-serif;
}

.blog-area.single .blog-items .post-meta ul {
  margin: 0;
  margin-bottom: 13px;
}

.blog-area.single .blog-items .post-meta ul li i {
    margin-right: 8px;
    color: #072559;
    position: relative;
}

.blog-area.single .blog-items .post-meta ul li i.fa-user,
.blog-area.single .blog-items .post-meta ul li i.fa-calendar-alt {
  font-weight: 600;
}

.blog-area.single .blog-items .post-meta ul li a:hover {
  color: #072559;
}

.blog-area .blog-items .item .info.inc-thumb {
  padding: 30px;
  padding-bottom: 0;
  margin-bottom: -30px;
}

.comments-list .content > ul, 
.comments-list .content > ol {
  margin-bottom: 15px;
}

.comments-area .comment-respond {
  margin-top: 40px;
}

.comments-list ul ul {
  list-style-type: circle;
}

/* ===================================
    # Login Form 
====================================== */
.login-area form {
  padding: 50px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  overflow: hidden;
}

.login-area form input {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  border-radius: 30px;
  padding: 0 20px;
}

.login-area form .login-social {
  border-top: 1px solid #e7e7e7;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  float: left;
  width: 100%;
}

.login-area form .login-social h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 20px;
}

.login-area form .login-social li {
  display: inline-block;
  margin-right: 5px;
}

.login-area form .login-social li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}

form.white-popup-block label {
  float: left;
}

form.white-popup-block label input {
  float: left;
  margin-right: 5px;
  min-height: 24px;
}

form.white-popup-block .lost-pass-link {
  float: right;
  font-size: 15px;
  font-weight: 600;
}

.login-area form .icon {
  position: absolute;
  left: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  top: -40px;
  background: #ffffff;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-radius: 50%;
  color: #072559;
  font-size: 20px;
  margin-left: -40px;
}

.login-area .login-custom h4 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}

.login-area .login-custom h4 i {
  color: #072559;
  top: 2px;
  position: relative;
}

.login-area .login-custom h4 i.fa-user {
  font-weight: 600;
  top: 0;
}

.login-area button {
  border: none;
  padding: 10px 50px;
  background: #072559;
  color: #ffffff;
  font-family: Inter, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 10px;
}

.login-area p.link-bottom {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}

.login-area p.link-bottom a {
  font-size: 15px;
  color: #072559;
  font-weight: 600;
  text-decoration: underline;
}

form.white-popup-block li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

form.white-popup-block li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

form.white-popup-block li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

form.white-popup-block li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

form.white-popup-block li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}




/* ===================================
    # Contact 
====================================== */

.contact-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-area .fixed-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
}

.wpb_gmaps_widget.wpb_content_element {
  margin: 0;
  border: none;
}

.contact-area .wpcf7-response-output {
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
  left: -5px;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important;
}

.wpb_gmaps_widget .wpb_map_wraper iframe {
  height: 600px;
}


/* Google Maps */

.google-maps iframe {
  border: medium none;
  height: 550px;
  margin-bottom: -10px;
  width: 100%;
}

.maps-area {
  overflow: hidden;
}

.contact-area .form-inner {
    overflow: hidden;
}

.contact-area ul {
    margin: 0;
    list-style: none;
}

.contact-area ul li {
    display: flex;
    margin-bottom: 40px;
}

.contact-area ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.contact-area ul li .icon {
    display: inline-block;
}

.contact-area ul li .icon i {
    display: inline-block;
    color: #232323;
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    margin-right: 20px;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: #f1f1f1;
}

.contact-area ul li h4 {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
}

.contact-area ul li:last-child {
    margin-bottom: 0;
}

.contact-area .address-items {
    margin-right: 35px;
    position: relative;
}

.contact-area .address-items h2 {
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 33px;
}

.contact-area .form-box h2 {
    margin-top: -5px;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-area .form-box p {
    position: relative;
    z-index: 1;
}

.contact-area .form-box form input, 
.contact-area .form-box form textarea {
    border: none;
    box-shadow: inherit;
    background: #f7f7f7;
    min-height: 52px;
    padding: 0 25px;
}

.contact-area .form-box form textarea {
    height: 120px;
    padding-top: 20px;
}

.contact-area .form-box form button {
    display: inline-block;
    padding: 12px 40px 12px;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    background: #072559;
    border-radius: 5px;
    border: 2px solid #072559;
    margin-top: 15px;
    transition: all 0.35s ease-in-out;
}

.contact-area .form-box form button:hover {
    background: #111d30;
    border-color: #111d30;
}

.contact-area .form-box form button i {
    display: none;
}

.contact-area .form-box form button i {
    margin-left: 3px;
}

/* ===================================
    # Footer
====================================== */
footer .footer-bottom p a {
    color: #cccccc;
}
footer .footer-bottom p a:hover {
    color: #ffffff;
}
footer .footer-content.default-padding {
    padding: 55px 0 45px!important;
}
footer .widget-title {
  margin-bottom: 30px;
}

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

footer .footer-bottom img {
  height: 50px;
}

footer .about ul {
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

footer .f-item a:hover {
  color: #072559;
}

footer .f-item img {
    margin-bottom: 30px;
    height: 50px;
}

footer .f-item.address span {
	margin-top: 10px;
}

footer .about ul li {
  display: inline-block;
}

footer .about ul li a {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    line-height: 43px;
    background: #e7e7e7;
    text-align: center;
    border-radius: 50%;
}

footer.bg-dark .about ul li a {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

footer.bg-gray  .about ul li a {
  color: #072559;
}

footer .recent-post .thumb {
  width: 100px;
  top: 8px;
  margin-right: 20px;
  position: relative;
}

footer .recent-post .info a {
  font-size: 15px;
}

footer.bg-dark .recent-post .info a {
  color: #ffffff;
}

footer .recent-post .info a:hover {
  color: #072559 !important;
}

footer .f-item.recent-post .meta-title span {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 600;
}

footer .f-item.recent-post .meta-title i {
  font-weight: 600;
  margin-right: 7px;
}

footer .recent-post .content a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 15px;
}

footer .recent-post .content .meta li {
  color: #072559;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
}

footer .recent-post .content .meta li i {
  margin-right: 5px;
  position: relative;
  top: 1px;
}

footer .recent-post .single {
  margin-bottom: 30px;
}

footer .recent-post .single:last-child {
  margin-bottom: 0;
}

footer .recent-post img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

footer .f-item.address li,
footer .f-item.recent-post li {
  display: flex;
}

/* Twitter Widget */
footer .f-item .twitter-item a {
  color: #072559;
  font-size: 15px;
}

footer .f-item .twitter-item .twitter-context {
  color: #666666;
}

footer.bg-dark .f-item .twitter-item .twitter-context {
  color: #ffffff;
}

footer .f-item .twitter-item .twitter-context i {
  color: #072559;
  margin-right: 5px;
}

footer .f-item .twitter-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

footer.bg-dark .f-item .twitter-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .f-item .twitter-item:last-child {
  border: medium none;
  margin-bottom: 0;
  padding: 0;
}

footer .widget_nav_menu li {
  display: block;
}

footer,
footer li,
footer a {
  font-weight: 400;
}

footer .widget_nav_menu li:last-child {
  margin-bottom: 0;
}

footer .widget_nav_menu li a {
  display: inline-block;
  position: relative;
}

footer .widget_nav_menu li a:hover {
  margin-left: 10px;
  color: #072559;
}

footer .contact li {
  display: flex;
  margin-bottom: 15px;
  width: 100%;
}

footer .f-item.address li {
  padding-bottom: 0;
}

footer .contact li i {
    float: left;
    font-size: 30px;
    text-align: center;
}

footer .f-item .address li {
    display: flex;
    margin-bottom: 25px;
    padding: 0;
}

footer .f-item .address li .content,
footer .f-item .address li .content a {
  color: #a0a2a6;
}

footer .f-item .address li i {
    display: inline-block;
    margin-right: 20px;
    color: #ffffff;
    font-size: 24px;
    color: #072559;
    position: relative;
    top: 5px;
}

footer .f-item .address li:last-child {
    margin-bottom: 0;
}

footer .f-item .address li strong {
    display: block;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 5px;
}

footer.bg-dark .contact li i {
    color: #ffffff;
}

footer .contact li span {
  padding-left: 20px;
}

footer .contact li:last-child {
  margin-bottom: 0;
}

footer .widget-title {
  font-weight: 600;
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: capitalize;
  font-size: 21px;
}

footer.bg-dark .widget-title {
  color: #ffffff;
}

footer.bg-dark p, footer.bg-dark li, footer.bg-dark a {
  color: #cccccc; font-size: 15px;
}

.footer-bottom.text-center.pt-50.oh {
  border-top: 1px solid #263442;
  color: white;
  float: left;
  width: 100%;
}

.footer-bottom {
    border-top: 1px solid #e7e7e7;
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #0f1825 none repeat scroll 0 0;
}

.footer-bottom .row {
  display: flex;
  align-items: center;
}

footer.bg-dark .footer-bottom {
  border-color: #263442;
}

.footer-bottom p {
  margin: 0;
  text-transform: capitalize;
  color: #cccccc;
}

footer.bg-dark.v2 .f-item .widget-title {
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

footer .f-item.subscribe .input-group {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

footer .f-item.subscribe input.form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inherit;
  margin-bottom: 10px;
}

footer .f-item.subscribe button {
  background: #072559 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: inherit;
  color: #ffffff;
  min-height: 45px;
  width: 100%;
}

.footer-menu li {
  display: inline-block;
}

.footer-menu li a {
  display: inline-block;
  font-weight: 600;
  margin: 10px;
  text-transform: uppercase;
}

.footer-bottom .copyright {
  float: left;
}

.footer-bottom .footer-social {
  float: right;
}

.footer-bottom .footer-social li {
  display: inline-block;
}

.footer-bottom .footer-social li a {
  display: inline-block;
  padding: 10px;
}

.footer-bottom .copyright p {
  line-height: 45px;
}

footer .f-item.tags li {
  display: inline-block;
  float: left;
}

footer .f-item.tags li a {
  background: #263442 none repeat scroll 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 20px;
  text-transform: capitalize;
}

footer .f-item.tags li a:hover {
  background: #072559 none repeat scroll 0 0;
}


/* Error Page */


.error-page-area .search {
  text-align: center;
  max-width: 400px;
  margin: auto;
  margin-top: 30px;
}

.error-page-area .search .input-group {
  width: 100%;
}

.error-page-area .search .input-group form {
  position: relative;
  z-index: 1;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}

.error-page-area .search .input-group form input {
  border: none;
  box-shadow: inherit;
  border-radius: inherit;
  min-height: 60px;
}

.error-page-area .search .input-group form button {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  border: none;
  background: #072559;
  color: #ffffff;
  padding: 0 20px;
  min-height: 50px;
  border-radius: 5px;
}

.error-page-area .error-box > a {
    margin-top: 30px;
    display: none;
}

.error-page-area h1 {
  font-size: 160px;
  font-weight: 600;
  line-height: 120px;
  margin-top: -5px;
  margin-bottom: 30px;
}

.error-page-area h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}



/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/preloader.gif) center no-repeat #fff;
  text-align: center;
}


/* ============================================================== 
     # Footer Uni Test 
=================================================================== */


footer .f-item {
   
}

footer .footer-items.default-padding {
  padding-top: 70px;
}

footer ul {
  list-style: none;
  margin: 0;
}


footer .f-item li ul.children,
footer .f-item li ul.sub-menu {
  margin-top: 10px;
  padding-top: 10px;
}

footer .f-item li {
  display: block;
  padding: 6px 0;
  position: relative;
}

footer .f-item li a {
  font-weight: 500;
  color: #666666;
}

footer.bg-dark .f-item li a {
  color: #cccccc; font-size:15px;
}

footer.bg-dark .f-item li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

footer.bg-dark .f-item li .address-link a:hover {
    padding-left: 0px;
}

footer.text-light .f-item li a {
  color: #cccccc;
}

footer.bg-dark table {
  color: #cccccc;
}

footer-bg-dark .gallery-caption {
  color: #fff;
}

footer .f-item .widget_categories ul li,
footer .f-item .widget_archive ul li {
  padding-left: 25px;
}

footer .f-item .widget_categories ul li a::after,
footer .f-item .widget_archive ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\e639";
    font-family: "themify";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    top: 10px;
}

footer .f-item li:first-child a::after {
  top: 0 !important;
}

footer .f-item li:first-child {
  margin-top: 0;
  padding-top: 0;
}

footer .f-item > li:first-child a::after, 
footer .f-item li:first-child a::after {
  top: 0;
}

footer .f-item ul > li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

footer .f-item ul.children li, 
footer .f-item ul.children li{
  padding-left: 15px;
}


/* Unit test data */
@media only screen and (min-width: 768px) {
.banner-area.top-padding {
    height: 100vh;
}

.banner-area.top-padding .content {
  padding-bottom: 0;
}
}

.services-area.inc-thumb .item .info h4 img {
    position: absolute;
    left: -90px;
    top: -30px;
    background: #ffffff;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    color: #072559;
    border-radius: 5px;
}


.comments-area .form-group.full-width.submit {
  margin-bottom: 0;
  display: block;
  float: left;
  width: 100%;
  font-family: Inter, Arial, Helvetica, sans-serif;
  padding: 0 15px;
}

.blog-area .sidebar input[type="serch"],
footer .f-item.widget_search input[type="serch"] {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    min-height: 60px;
}

footer form {
  position: relative;
}

ul, ol {
  padding: 0;
  margin: 0 0 20px 20px;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}



ul, ol {
  padding: 0;
  margin: 0 0 20px 20px;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vc_column_container>.vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.vc_custom_1595836729081 {
  margin-bottom: 0 !important;
}


/* ===================================
    Common styles
====================================== */
.button_loadmore {
  text-align: center;
}

.button_loadmore button {
  background-color: transparent;
  color: #fd0060;
  border: 2px solid #fd0060;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 10px 40px 10px;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-size: 15px;
  margin-top: 15px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 600;
  letter-spacing: 1px;
  overflow: hidden;
}

.button_loadmore button:hover {
  background: #fd0060;
  color: #ffffff;
}

.button_loadmore #nomore {
  margin-top: 10px;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 15px auto 15px auto;
}

.aligncenter {
  text-align: center;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
    max-width: 100%;
    margin-bottom: 15px !important;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
  margin: 0px auto;
}

.wp-block-image figure.alignleft {
  margin-right: 1.5em;
}

.wp-block-image figure.alignright {
  margin-left: 1.5em;
}

.wp-block-image {
  margin-bottom: 1.5em;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  margin-bottom: 10px;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 15px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

 

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid;
  border-color: #dbdfe4;
  margin: 0 0 20px;
}

table th,
table td {
  border: 1px solid #dbdfe4!important;
  padding: 15px !important;
}

.hentry .post-title {
  font-size: 28px;
  margin: 0 0 23px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* ===================================
    Test styles
====================================== */
.blog-area .item.category-block ul li {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.blog-area .item.category-block select {
  padding: 15px 35px;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7;
}

.wp-block-search .wp-block-search__input {
  margin-bottom: 15px;
  margin-right: 10px;
}

form.wp-block-search button {
  background: #072559;
  border: none;
  color: #ffffff;
  padding: 0 35px;
  border-radius: 5px;
  font-weight: 600;
  height: 58px;
  margin: 0 !important;
  text-transform: capitalize;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.blog-area form input {
  padding: 0 15px;
  border-radius: inherit;
  min-height: 60px;
}

.blog-area iframe {
  max-width: 100%;
}

.blog-area footer {
  background: transparent;
}

.blog-area footer time {
  margin-top: 10px;
  margin-bottom: 15px;
}

.blog-area h1,
.blog-area h2,
.blog-area h3,
.blog-area h4 {
  font-weight: 600;
  line-height: 1.4;
  word-wrap: break-word;
}

.blog-area h1,
.blog-area h2 {
  line-height: 1.2;
}

.comments-list {
  list-style: none !important;
  margin: 0 !important;
}


.page-content .page-title {
  font-size: 36px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 25px;
}

.page-content form {
  position: relative;
  border: 1px solid #e7e7e7;
  max-width: 70%;
  margin-top: 30px;
}

.page-content form input[type="submit"] {
    position: absolute;
    right: 5px;
    top: 5px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    background: #072559;
    color: #ffffff;
    min-height: 50px;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}

.page-content form input {
  border: none;
  box-shadow: inherit;
}

/* Unit Test Sidebar */

.blog-area .sidebar ul,
.blog-area .sidebar li {
  list-style: none;
  margin: 0;
}


.blog-area .sidebar aside li ul.children,
.blog-area .sidebar aside li ul.sub-menu {
  margin-top: 10px;
  padding-top: 10px;
}

.widget_pages li ul.children {
  padding-left: 15px;
}

.widget_nav_menu li ul.sub-menu {
  padding-left: 15px;
}

.blog-area .sidebar aside li {
  display: block;
  padding: 10px 0;
  position: relative;
}

.blog-area .sidebar aside li a {
  font-weight: 600;
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
}

.blog-area .sidebar aside .widget_categories ul li,
.blog-area .sidebar aside .widget_archive ul li {
  padding-left: 25px;
}

.blog-area .sidebar aside .widget_categories ul li a::after,
.blog-area .sidebar aside .widget_archive ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\e639";
    font-family: "themify";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    top: 10px;
}

.blog-area .sidebar aside li:first-child a::after {
  top: 0 !important;
}

.blog-area .sidebar aside li:first-child {
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
}

.blog-area .sidebar aside > li:first-child a::after, 
.blog-area .sidebar aside li:first-child a::after {
  top: 0;
}

.blog-area .sidebar aside ul > li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.comments-list {
  list-style: none;
  margin: 0;
}

.widget_calendar table {
  margin-bottom: 10px;
}

.widget_calendar caption {
  color: #072559;
}

.widget_calendar th {
  font-weight: 600;
}

.widget_calendar td, 
.widget_calendar th {
  padding: 0;
  text-align: center;
  font-size: 15px;
  padding: 6px;
  border-color: #e7e7e7;
}

.widget_calendar a {
  color: #072559;
}

/* Gallery */

figure {
  display: block;
}

.blog-area .single-item .info .page-links .post-page-numbers {
  padding: 0px 10px;
  text-decoration: none;
  border: none;
  background: #fff;
  display: inline-block;
  color: #ff5e14;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
}

.blog-area .single-item .info .page-links a.post-page-numbers {
  color: #232323;
}

.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
    font-size: 24px;
    line-height: normal;
}


.blog-area .info .gallery,
footer .info .gallery {
  margin: 3em 0 3em -0.8em;
  display: flex;
  flex-wrap: wrap;
}

.blog-area .gallery-item,
footer .gallery-item {
  margin: 0.8em 0;
  padding: 0 0.8em;
  width: 100%;
  float: left;
}

@media ( min-width: 700px ) {
.gallery-columns-2 .gallery-item {
    max-width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }

  .gallery-columns-4 .gallery-item {
    max-width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }

  .gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }

  .gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }

}


@media only screen and (max-width: 767px) {

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
    max-width: 50%;
  }

}
.post-text table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.post-text table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.post-text table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }
 img.alignleft, .alignleft img{
  margin-right: 20px; 
  margin-bottom: 10px;
 }
 img.alignright, .alignright img{
  margin-left: 20px;
  margin-bottom: 10px;
 } 
 .blog-comment-area  table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.blog-comment-area  table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.blog-comment-area  table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }
.post-text  li{
  padding-top: 5px;
  list-style: inherit!important;
 }
.post-text  ul{
  padding-left: 20px!important;
 }
.post-text  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }

.comment_text ul {
  padding-left: 40px !important;
  list-style-type: disc;
}

.comment_text ol {
  padding-left: 40px !important;
}

.search-custom form {
    width: 70% !important;
    margin-top: 50px;
    position: relative;
}

.search-custom form input {
    width: 100%;
}

.search-custom form label {
    width: 100%;
}

.search-custom form input.search-submit {
    position: absolute;
    right: 0;
    width: 100px;
    background: #ff5e14 none repeat scroll 0 0;
    color: #ffffff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.search-custom h4 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    margin: 0;
}

.search-custom form.search-form:after {
    top: 10px;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    text-decoration: none;
}

form.post-password-form input[type=submit] {
    width: auto !important;
    background: #072559;
    border-color: #072559;
    color: #ffffff;
    padding: 10px 15px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border-radius: 5px;
}

 .screen-reader-text {
    display: none;
}

.comments-list .commen-item .content {
    display: inherit;
    overflow: hidden;
}

.comments-area li.comment {
  list-style: none;
}

.comment_text code {
    color: #af5019;
}
.comment_text table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.comment_text table td{
    border: 1px solid #d1d1d1;
    padding: 7px;
} 
.comment_text table th{
    border: 1px solid #d1d1d1;
    padding: 7px;
 }

.comment_text li{
  margin-bottom: 5px;
  list-style: inherit!important;
 }

 .comment_text li:last-child {
  margin-bottom: 0;
 }
.comment_text ul{
  padding-left: 40px!important;
  list-style-type: disc;
 }
.comment_text ol{
  list-style: decimal!important;
  padding-left: 40px!important;
 }
 .comments-list .commen-item.no-ava .avatar {
    display: none;
 }




/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
 /* Many screen reader and browser combinations announce broken words as they would appear visually. */;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
    /* Above WP toolbar. */;
}

.sticky {
  visibility: inherit;
}

.gallery-caption {
  visibility: inherit;
}

.bypostauthor {
  display: block;
}

.wp-block-gallery {
  overflow: hidden;
}

body.logged-in .wrap-sticky nav.navbar.bootsnav.sticked,
body.logged-in nav.navbar.bootsnav.navbar-fixed {
  top: 32px !important;
}


@media screen and (max-width: 600px) {
  body.logged-in {
    position: inherit;
    top: -46px;
    }
    body.logged-in .wrap-sticky nav.navbar.bootsnav {
        top: 46px;
    }
    body.logged-in .wrap-sticky nav.navbar.bootsnav.sticked {
        top: 0px !important
    }
body.logged-in nav.navbar.bootsnav.navbar-fixed {
  top: 0 !important;
}

body.logged-in nav.navbar.bootsnav.navbar-transparent {
  top: 46px !important;
}


}

.page-links {
    clear: both;
    margin-top: 20px;
    float: left;
}

.page-links {
    clear: both;
    margin-top: 20px;
    float: left;
}

.page-links span {
    font-weight: 600;
    margin-right: 5px;
}

.page-links span.current,
.page-links a:hover {
    color: #072559;
}

.page-entry h2, 
.page-entry h3, 
.page-entry h4 {
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word;
}

.page-entry a {
  font-weight: 600;
}

.page-entry a:hover {
  color: #072559; 
}

.page-entry blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  border-color: #666666;
  color: #414141;
  font-size: 15px;
  padding: 30px;
  position: relative;
  z-index: 1;
}

.page-entry blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
}
.side .widget.newsletter .mc4wp-alert.mc4wp-success p,
.side .widget.newsletter .mc4wp-alert.mc4wp-notice p,
.side .widget.newsletter .mc4wp-alert.mc4wp-error p {
    margin-bottom: 0;
    margin-top: 15px;
    display: block;
}


/* ============================================================== 
     # Gutenberg Unit Test
=================================================================== */

.blog-area .sidebar .wp-block-group__inner-container {
    padding: 0;
    margin: 0;
}

.blog-area .sidebar .wp-block-group__inner-container h2 {
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: -5px;
  padding-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
  font-size: 20px;
  line-height: 1.4;
}

.blog-area .sidebar .wp-block-group__inner-container h2::before {
  background: #072559 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px;
  z-index: -1;
}


.blog-area .sidebar .sidebar-item.widget_calendar .wp-block-calendar table {
  margin-bottom: 10px;
}

.blog-area .sidebar .sidebar-item.widget_calendar .wp-block-calendar table caption {
  color: #072559;
}

.blog-area .sidebar .sidebar-item.widget_calendar .wp-block-calendar table th {
  font-weight: 600;
}

.blog-area .sidebar .sidebar-item.widget_calendar .wp-block-calendar table td, 
.blog-area .sidebar .sidebar-item.widget_calendar .wp-block-calendar table th {
    padding: 0;
    text-align: center;
    font-size: 15px;
    padding: 6px;
    border-color: #e7e7e7;
    background: transparent;
    border-right: none;
    border-left: none;
}

.blog-area .sidebar .sidebar-item.widget_calendar .wp-block-calendar table a {
  color: #072559;
}

.blog-area .sidebar .sidebar-item.widget_calendar .wp-block-calendar nav.wp-calendar-nav {
    text-align: left;
}


.blog-area .sidebar .has-avatars.wp-block-latest-comments img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-right: 20px;
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li {
    display: flex;
    border: none;
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt, 
.blog-area .sidebar .has-avatars.wp-block-latest-comments li footer {
    margin-left: 0;
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li footer {
    font-size: 15px;
    margin-bottom: 10px;
    color: #888888;
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li footer a {
    font-size: 15px;
    font-weight: 600;
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li footer time.wp-block-latest-comments__comment-date {
    display: block;
    color: #072559;
    font-weight: 400;
    font-size: 15px;
    margin-top: 5px;
}

.blog-area .sidebar .has-avatars.wp-block-latest-comments li .wp-block-latest-comments__comment-excerpt p {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.blog-area .sidebar .sidebar-item.widget_block.widget_search .wp-block-search__inside-wrapper {
    position: relative;
    display: block;
}

.blog-area .sidebar .sidebar-item.widget_block.widget_search .wp-block-search__inside-wrapper input {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    min-height: 60px;
}

.blog-area .sidebar .sidebar-item.widget_block.widget_search .wp-block-search__inside-wrapper button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
    background: #072559;
    color: #ffffff;
    font-size: 15px;
}


/* ===================================
    # Dark layout CSS
====================================== */
body.dark-layout {
  background: #16151a !important;
  color: #bdbdbd;
}

body.dark-layout h1,
body.dark-layout h2,
body.dark-layout h3,
body.dark-layout h4,
body.dark-layout h5,
body.dark-layout h6 {
  color: #ffffff;
}

body.dark-layout p {
  color: #bdbdbd;
}

body.dark-layout .bg-gray {
  background: #222227 !important;
}

body.dark-layout .vc_custom_1631440855183 {
    background: #16151a !important;
}

body.dark-layout .vc_custom_1632249070146 {
    background: #222227 !important;
}

.dark-layout nav.navbar.navbar-default {
    background: #222227;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-layout nav.navbar.navbar-default a {
    color: #ffffff !important;
}

body.dark-layout .bg-dark {
  background: #222227;
}

body.dark-layout footer.bg-dark .footer-bottom {
    background: #16151a !important;
    border: none;
}

body.dark-layout .top-bar-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

body.dark-layout .top-search {
  background: #16151a;
}

body.dark-layout .top-bar-area .address-info.text-right .info.box li::after {
  background: rgba(255, 255, 255, 0.2);
  display: none;
}

body.dark-layout .top-bar-area .info.box li .info span {
  color: #ffffff;
}

body.dark-layout .top-bar-area .info.box li .info a {
  color: #bdbdbd;
}

body.dark-layout .attr-nav > ul.social > li > a {
    background: rgba(255, 255, 255, 0.06);
}

body.dark-layout .attr-nav > ul.social::after {
  background: rgba(255, 255, 255, 0.2);
}

body.dark-layout .about-area .about-content .thumb img {
    box-shadow: inherit;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

body.dark-layout .about-area .author .content .info h4 {
    color: #ffffff;
}

body.dark-layout .about-area .author .signature {
  border-color: rgba(255, 255, 255, 0.2);
}

body.dark-layout .modern-services-area .item {
    background: rgba(255, 255, 255, 0.08);
    box-shadow: inherit;
}

body.dark-layout .modern-services-area .item .content a {
  color: #ffffff;
  font-size: 15px;
}

body.dark-layout .modern-services-area .item .icon i {
    line-height: 100px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 40px;
    color: #ffffff;
}

body.dark-layout .modern-services-area .item:hover .icon i, 
body.dark-layout .modern-services-area .single-item:first-child .item .icon i {
    color: #072559 !important;
}

body.dark-layout .modern-services-area .item .icon i::after {
  background: transparent;
}

body.dark-layout .modern-services-area .item:hover .icon i::after {
  background: #ffffff;
}

body.dark-layout .modern-services-area .item:hover .icon i::after,
body.dark-layout .modern-services-area .single-item:first-child .item .icon i::after {
    background: #ffffff;
    opacity: 1;
    box-shadow: inherit;
}

body.dark-layout .choose-us-area .info ul li h5, 
body.dark-layout .choose-us-area .info ul li h4 {
    color: #ffffff;
}

body.dark-layout .choose-us-area ul li i {
    background: rgba(255, 255, 255, 0.08);
}

body.dark-layout .choose-us-area ul li i::after {
  box-shadow: inherit;
}

body.dark-layout .choose-us-area .info .content > h4 {
  color: #bdbdbd;
}

body.dark-layout .site-heading h4 {
  color: #bdbdbd;
}

body.dark-layout .vc_custom_1633619511766,
body.dark-layout .our-expertise-area::after {
    background-color: #222227 !important;
}

body.dark-layout .gallery-items-area button.active::after {
    background: #16151a;
}

body.dark-layout .gallery-items-area button {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

body.dark-layout nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    background: #343338;
}

body.dark-layout nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
  border-color: rgba(255, 255, 255, 0.1);
}

body.dark-layout nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 15px 15px;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
}

body.dark-layout .team-area .item .info span {
    color: #bdbdbd;
}

body.dark-layout .team-area .item .info a {
  color: #ffffff;
}

body.dark-layout .blog-area .blog-items .item {
    box-shadow: inherit;
    background: rgba(255, 255, 255, 0.06);
}

body.dark-layout .blog-area .blog-items .item .info {
    background: rgba(255, 255, 255, 0.06);
}

body.dark-layout .blog-area .single-item .item .meta.top ul li, 
body.dark-layout .blog-area .single-item .item .meta.top ul li a {
    color: #bdbdbd;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

body.dark-layout .blog-area .blog-items .info a {
  color: #ffffff;
}

body.dark-layout .blog-area .blog-items .info > a.btn-simple {
  color: #bdbdbd;
}

body.dark-layout .blog-area .single-item .item .meta.top ul li a:hover,
body.dark-layout .blog-area .blog-items .info > a.btn-simple:hover,
body.dark-layout .blog-area .blog-items .info a:hover {
  color: #072559;
}

body.dark-layout .contact-area ul li {
    border-color: rgba(255, 255, 255, 0.2);
}

body.dark-layout .contact-area .form-box form input, 
body.dark-layout .contact-area .form-box form textarea {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.banner-area .text-dark .content h2 {
  color: #232323;
}

body.dark-layout .about-area.solid .thumb-box .thumb img {
  border-radius: 10px;
  box-shadow: inherit;
}

body.dark-layout .about-area.solid .thumb-box .thumb img:last-child {
    border: 10px solid #2e2d31;
}

body.dark-layout .btn-theme.effect:hover, 
body.dark-layout .btn-theme.effect:focus {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #ffffff;
  color: #232323 !important;
}

body.dark-layout .banner-area .btn-theme.effect:hover, 
body.dark-layout .banner-area .btn-theme.effect:focus {
  background: #16151a none repeat scroll 0 0;
  border: 2px solid #16151a;
  color: #ffffff !important;
}

body.dark-layout .vc_custom_1631438766857 {
    background-color: #222227 !important;
}

body.dark-layout .services-area.text-center .services-items .item {
    box-shadow: inherit;
    background: rgba(255, 255, 255, 0.1);
}

.services-area.text-center .services-items .item .shape-box {
  display: none;
}

body.dark-layout .services-area.text-center .services-items .item a {
  color: #bdbdbd;
}

body.dark-layout .services-area.text-center .services-items .item a:hover {
  color: #072559;
}

body.dark-layout .services-area.text-center .services-items .item::after {
  display: none;
}

body.dark-layout .why-chose-us-area.full::after {
    background: #222227;
}

body.dark-layout .why-chose-us-area .heading {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

body.dark-layout .vc_custom_1631443359395 {
    background-color: #222227 !important;
}

body.dark-layout .testimonials-area .testimonial-items .item {
    box-shadow: inherit;
    background: rgba(255, 255, 255, 0.1);
}

body.dark-layout .testimonials-area .testimonial-items .item p {
    color: #bdbdbd;
}

body.dark-layout .testimonials-area .testimonial-items .item .author h4 {
    color: #ffffff;
}

body.dark-layout .testimonials-area .testimonial-items .item .author span {
    color: #bdbdbd;
}

body.dark-layout .testimonials-area .testimonial-items .item .author img {
    box-shadow: inherit;
    border-color: rgba(255, 255, 255, 0.3);
}

body.dark-layout .testimonials-area .testimonial-items .item .author {
    border-color: rgba(255, 255, 255, 0.3);
}

body.dark-layout .testimonials-area .testimonial-items .item .author::after, 
body.dark-layout .testimonials-area .testimonial-items .item .author::before {
    border-right-color: rgba(255, 255, 255, 0.3);
    border-top-color: #39393d;
}

body.dark-layout .testimonials-area .testimonial-items .item .author::after {
    border-left-color: rgba(255, 255, 255, 0.3);
}

body.dark-layout .bg-light {
  background: #222227;
}

body.dark-layout .footer-bottom {
    background: #16151a !important;
    border: none;
}

body.dark-layout footer .about ul li a {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

body.dark-layout footer .f-item li a {
    color: #bdbdbd;
}

body.dark-layout footer .contact li i {
    color: #ffffff;
}

body.dark-layout .banner-area .content p {
  color: #ffffff;
}

body.dark-layout .services-area .services-items .item {
    box-shadow: inherit;
    background: rgba(255, 255, 255, 0.1);
}

body.dark-layout .services-area .services-items .item a {
  color: #bdbdbd !important;
}

body.dark-layout .services-area .services-items .item a:hover {
  color: #072559 !important;
}

body.dark-layout .shadow .site-heading h4 {
    color: #ffffff;
}

body.dark-layout .clients-area .clients-box::after {
    background: #16151a;
}

body.dark-layout .clients-area .left-info p {
  color: #ffffff;
}

body.dark-layout .clients-area.bg-theme.text-light.default-padding {
    background: #16151a;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.dark-layout .modern-services-area.bg-gray.default-padding.bottom-less {
    background: #16151a !important;
}

body.dark-layout .modern-services-area.bg-gray.default-padding.bottom-less.vc_custom_1631727477390 {
  background: #222227 !important;
}

body.dark-layout .vc_custom_1631445917612 {
    background-color: #222227 !important;
}

body.dark-layout .pricing-area.bg-gray {
    background: #16151a !important;
}

body.dark-layout .pricing-area .pricing-item {
    background: rgba(255, 255, 255, 0.06);
    box-shadow: inherit;
}

body.dark-layout .pricing-area .single-item:nth-child(2) .pricing-item, 
body.dark-layout .pricing-area .single-item .pricing-item:hover {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

body.dark-layout .pricing-area .pricing-item i {
    color: #bdbdbd;
}

body.dark-layout .pricing-area .pricing-item i.fa-times-circle {
    color: #072559;
}

body.dark-layout .pricing-area .pricing-item .pricing-header i {
    display: none;
}

body.dark-layout .btn-dark.border {
    border: 2px solid #bdbdbd;
    color: #ffffff;
}

body.dark-layout .btn-dark.border:hover,
body.dark-layout .btn-dark.border:focus {
    border: 2px solid #ffffff;
    color: #232323 !important;
    background: #ffffff;
}

body.dark-layout .pricing-area .pricing-item .price h2 {
  position: relative;
  z-index: 1;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

body.dark-layout .pricing-area .pricing-item .price h2::after {
    position: absolute;
    left: -50%;
    bottom: 0;
    content: "";
    height: 1px;
    width: 200%;
    background: rgba(255, 255, 255, 0.1);
}

body.dark-layout .pricing-area .pricing-item .pricing-header h4 {
  margin-bottom: 15px;
  color: #bdbdbd;
}

body.dark-layout .vc_custom_1631727860972 {
    background: #222227 !important;
}

body.dark-layout .vc_custom_1631727860972 .blog-area.default-padding.bottom-less {
    padding-top: 0;
}

body.dark-layout .vc_custom_1631727860972 .vc_column_container>.vc_column-inner {
  padding-top: 0;
}

body.dark-layout .call-back-items.bg-contain {
    background: none !important;
}

body.dark-layout .call-back-area .form button:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #232323;
}

body.dark-layout .call-back-area input {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

body.dark-layout .breadcrumb-area .breadcrumb li {
  color: #ffffff;
}

body.dark-layout .breadcrumb-area .breadcrumb a {
  color: #bdbdbd;
}

body.dark-layout .breadcrumb-area .breadcrumb li::after {
    color: #ffffff;
}

body.dark-layout .fixed-features .features-items {
    background: #222227;
    box-shadow: inherit;
    border-radius: 30px;
}

body.dark-layout .fixed-features .features-items .single-item {
    border-right-color: rgba(255, 255, 255, 0.1);
}

body.dark-layout .about-area .features-items .single-item:nth-child(2n) .item i {
    color: #ffffff;
}

body.dark-layout .fixed-features .features-items .single-item h5 {
    color: #bdbdbd;
}

body.dark-layout .about-area .about-items .thumb img {
  border-radius: 10px;
}

body.dark-layout .about-area .about-items .about-info li:nth-child(2) i, 
body.dark-layout .about-area .about-items .about-info li:nth-child(3) i, 
body.dark-layout .about-area .about-items .about-info li:nth-child(6) i {
  color: #ffffff;
}

body.dark-layout .about-area .about-items .about-info li i {
  color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 8px;
}

body.dark-layout .shape-theme::after {
    background: #2e2d31;
}

body.dark-layout .about-area .about-info ul {
  padding-bottom: 5px;
}

body.dark-layout .about-area .about-items .about-info li {
  align-items: center;
}

body.dark-layout .about-area .about-items .about-info li h5 {
    color: #bdbdbd;
}

body.dark-layout .choose-us-area .thumb-box::after {
    background: rgba(255, 255, 255, 0.1);
}

body.dark-layout .choose-us-area .thumb-box img:last-child {
    box-shadow: inherit;
    border: none;
    border-radius: 10px;
}

body.dark-layout .vc_custom_1631727911949 {
    background-color: #222227 !important;
}

.vc_column-inner {
  padding-top: 0 !important;
}

body.dark-layout .about-content-area .left-info .content-inner .right ul li {
  color: #ffffff;
}

body.dark-layout .about-content-area .right-info .item {
  border-top-color: rgba(255, 255, 255, 0.15)
}

body.dark-layout .about-content-area .left-info .content-inner .left {
    background: rgba(255, 255, 255, 0.1);
}

body.dark-layout .about-content-area .left-info .content-inner .left::before {
    border-top: 25px solid rgba(255, 255, 255, 0.1);
}

body.dark-layout .about-content-area .left-info .content-inner .left::after {
    border-top: 25px solid rgba(255, 255, 255, 0.1);
}

body.dark-layout .about-content-area .left-info .content-inner .left i {
    background: #2e2d31;
    border-color: rgba(255, 255, 255, 0.2);
}

body.dark-layout .gallery-single-area ul.project-info li strong {
    color: #ffffff;
}

body.dark-layout .acd-items .panel.panel-default {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}

body.dark-layout .faq-items .acd-items .panel .panel-body {
    border-color: rgba(255, 255, 255, 0.3);
}

body.dark-layout .acd-items .panel-heading .panel-title a:hover,
body.dark-layout .acd-items .panel-heading .panel-title a:focus {
  color: #ffffff;
}

body.dark-layout .vc_custom_1631451245543 {
    background-color: #222227!important;
}

body.dark-layout .vc_custom_1631451174403 {
    background-color: #222227 !important;
}

body.dark-layout .vc_custom_1631451313748 {
    background-color: #222227 !important;
}

body.dark-layout .services-single-area .sidebar .sidebar-item {
    background: rgba(255, 255, 255, 0.08);
}

body.dark-layout .services-single-area .sidebar .sidebar-item h4 {
    color: #ffffff;
}

body.dark-layout .services-single-area .sidebar .sidebar-item.widget_nav_menu li a {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.3);
    color: #bdbdbd;
}

body.dark-layout .services-single-area .sidebar .sidebar-item.widget_nav_menu li a:hover,
body.dark-layout .services-single-area .sidebar .sidebar-item.widget_nav_menu li.current-menu-item a,
body.dark-layout .services-single-area .sidebar .sidebar-item.widget_nav_menu li a:focus {
    background: #072559;
    border-color: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

body.dark-layout .services-single-area .sidebar .sidebar-item form input, 
body.dark-layout .services-single-area .sidebar .sidebar-item form textarea {
    background: transparent;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-layout .vc_custom_1631451419971 {
    background-color: #16151a !important;
}

body.dark-layout .team-single-area .top-info {
    background: rgba(255, 255, 255, 0.08);
}

body.dark-layout .team-single-area .right-info ul li {
  color: #ffffff;
}

body.dark-layout .team-single-area .right-info ul li a {
  color: #bdbdbd;
}

body.dark-layout .team-single-area .right-info ul li a:hover {
  color: #072559;
}

body.dark-layout .skill-items .progress-box .progress .progress-bar span {
  color: #ffffff;
}

body.dark-layout .skill-items .progress-box .progress {
    border-color: rgba(255, 255, 255, 0.4);
}

body.dark-layout .team-single-area .right-info .social ul li a {
    background: #ffffff;
    color: #232323 !important;
}

body.dark-layout .team-single-area .right-info .social ul li a:hover {
    color: #072559 !important;
}

body.dark-layout .blog-area.single .blog-items .post-meta ul li a,
body.dark-layout .blog-area.single .blog-items .post-meta ul li {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}

body.dark-layout .blog-area.full-blog .blog-items .item .info {
    background: rgba(255, 255, 255, 0.01);
}

.dark-layout blockquote {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: inherit;
    color: #ffffff;
    margin: 40px 0;
}

.dark-layout .blog-area.single .post-pagi-area {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.dark-layout .blog-area.single .post-tags span {
    color: #bdbdbd;
}

.dark-layout .blog-area .blog-items .post-tags.share .tags a {
    background: rgba(255, 255, 255, 0.1);
}

.dark-layout .comment article {
    background: rgba(255, 255, 255, 0.1);
}

.dark-layout .comments-list .commen-item .content .title a {
    color: #ffffff;
}

.dark-layout .comments-info a {
    border-color: rgba(255, 255, 255, 0.1);
    background: transparent;
    color: #ffffff;
    padding: 4px 15px;
}

.dark-layout a, 
.dark-layout a:active, 
.dark-layout a:focus, 
.dark-layout a:hover {
    outline: none;
    text-decoration: none;
    color: #ffffff;
}

.dark-layout .comments-form button:hover,
.dark-layout .comments-list .commen-item .submit .btn.brand-btn:hover {
  color: #232323;
  background-color: #ffffff;
  border: 1px solid transparent;
}

.dark-layout .comments-area form textarea, 
.dark-layout .comments-area form input {
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: #ffffff;
}

.dark-layout .blog-area .sidebar aside li a {
    color: #bdbdbd;
}

.dark-layout .blog-area .sidebar aside .widget_categories li span, 
.dark-layout .blog-area .sidebar aside .widget_meta li span, 
.dark-layout .blog-area .sidebar aside .widget_pages li span {
    background: rgba(255, 255, 255, 0.1);
    color: #bdbdbd;
}

.dark-layout .widget_tag_cloud a {
    border-color: rgba(255, 255, 255, 0.1);
    color: #bdbdbd;
}

.dark-layout .blog-area .sidebar input[type="serch"], 
.dark-layout footer .f-item.widget_search input[type="serch"] {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ffffff;
    border-radius: 5px;
}

.dark-layout .blog-area .sidebar .sidebar-item.widget_calendar .wp-block-calendar table td, 
.dark-layout .blog-area .sidebar .sidebar-item.widget_calendar .wp-block-calendar table th {
    border-color: rgba(255, 255, 255, 0.3);
    color: #bdbdbd;
}

@media (max-width: 1023px) {
  .dark-layout nav.navbar.bootsnav.attr-border .navbar-header {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .dark-layout nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: rgba(255, 255, 255, 0.1);
  }

  .dark-layout nav.navbar.bootsnav .navbar-nav > li > a {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .dark-layout nav.navbar.bootsnav ul.nav li.dropdown > ul.dropdown-menu li > a {
    border-bottom-color: rgba(255, 255, 255, 0.1) !important;
  }

}

@media only screen and (max-width: 767px) {
  .dark-layout .about-area .features-items .single-item {
      border-right: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .dark-layout .about-area .features-items .single-item:last-child {
    border: none;
  }

}
@media (min-width: 1023px) {
  .dark-layout nav.navbar.navbar-default.navbar-transparent li.quote-btn a {
      color: #232323 !important;
  }

}

/* ============================================================== 
     # Home Ecommerce
=================================================================== */
.banner-area .box-banner {
    margin: 50px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 50px;
    background: #ecf6fa;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-area .box-banner::after {
    position: absolute;
    right: -100px;
    bottom: -100px;
    content: "";
    height: 500px;
    width: 500px;
    background: #ffffff;
    opacity: 0.7;
    z-index: -1;
    border-radius: 50%;
}

@media (max-width: 1023px) {
  .banner-area .box-banner {
    margin-top: 50px;
  }
}

.banner-area .box-banner .thumb {
    margin-top: 120px;
}

.box-banner .align-center {
    align-items: center;
}

.banner-area .box-banner .content {
    padding: 100px 0;
}

.banner-area .box-banner h2 {
    font-weight: 400;
    font-size: 28px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.banner-area .box-banner h2 strong {
    display: block;
    font-size: 65px;
    line-height: 1;
    margin-top: 15px;
    text-transform: none;
}

.banner-area .box-banner a {
    margin-top: 20px;
}

.banner-area.layout-box .carousel-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
}


.banner-area.layout-box .carousel-indicators {
    position: absolute;
    right: auto;
    left: 0;
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
    margin: 0;
}

.banner-area.layout-box .carousel-indicators li {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 10px 5px;
    border: 2px solid #cccccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    position: relative;
    z-index: 1;
}

.banner-area.layout-box .carousel-indicators li.active {
    border: 2px solid #f35a38;
}

.banner-area.layout-box .carousel-indicators li.active::after {
  background: #f35a38;
}

.banner-area.layout-box .carousel-indicators li::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #f35a38;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Offer */
.product-offer-area .item {
    padding: 80px 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-position: right center;
}

.product-offer-area .item p {
    font-weight: 600;
    color: #232323;
    display: inline-block;
    background: #ffffff;
    padding: 3px 20px;
    margin-bottom: 25px;
    clip-path: polygon(100% 0, 100% 72%, 92% 100%, 0 99%, 0 0);
}

.product-offer-area .single-item:nth-child(2n) .item p {
    background: #f35a38;
    color: #ffffff;
}

.product-offer-area .item h2 {
    font-weight: 600;
    margin: 0;
    font-size: 26px;
    color: #232323;
}

.product-offer-area .item a {
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
    color: #232323 !important;
}

.product-offer-area .item a i.far.fa-long-arrow-right {
    position: relative;
    top: 1px;
}

.product-offer-area .item::after {
    position: absolute;
    left: -220px;
    bottom: -190px;
    content: "";
    height: 300px;
    width: 800px;
    background: #ffffff;
    z-index: -1;
    opacity: 0.2;
    transform: rotate(35deg);
}

.product-offer-area .item::before {
    position: absolute;
    left: -220px;
    bottom: -190px;
    content: "";
    height: 350px;
    width: 850px;
    background: #ffffff;
    z-index: -1;
    opacity: 0.4;
    transform: rotate(35deg);
}


/* Category */
.category-carousel {
    position: relative;
}

.category-carousel.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -113px;
}

.category-carousel.owl-carousel.owl-theme .owl-nav .owl-prev, 
.category-carousel.owl-carousel.owl-theme .owl-nav .owl-next {
    display: inline-block;
    padding: 0;
    margin: 0;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    margin-left: 10px;
    background: #ffffff;
    color: #232323;
}

.category-carousel .item {
    text-align: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 5px;
}

.category-carousel .item img {
    height: 100px;
    width: 100px;
    max-width: 100px;
    border-radius: 50%;
    margin: auto;
}

.category-carousel .item h6 {
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 0;
}


/* subscribe form */
.modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 50px;
    width: 100%;
}

.modal-dialog {
    height: 100%;
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}

.modal .modal-content .modal-banner {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right top;
}

.modal .modal-content button.close {
    position: absolute;
    right: 25px;
    top: 30px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: #f35a38;
    color: #ffffff;
    text-shadow: inherit;
    opacity: 1;
    font-size: 15px;
    border-radius: 50%;
}

.modal .modal-content .modal-body h4 {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    color: #232323;
}

.modal .modal-content .modal-body h4 strong {
    color: #f35a38;
    font-weight: 900;
}

.modal .modal-content .modal-body h2 {
    font-weight: 700;
    color: #232323;
}

.modal .modal-content .modal-body p {
    color: #666666;
}

.modal .modal-content .modal-body form {
    position: relative;
    z-index: 1;
    margin-top: 40px;
}

.modal .modal-content .modal-body form input {
    width: 100%;
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    min-height: 60px;
    padding: 25px;
    border-radius: 30px;
    background: #f9f9f9;
}

.modal .modal-content .modal-body form button {
    position: absolute;
    right: 5px;
    top: 5px;
    border: none;
    background: #f35a38;
    color: #ffffff;
    font-weight: 600;
    min-height: 50px;
    padding: 0 35px;
    border-radius: 30px;
}

@media (min-width: 992px) {
  .modal .modal-content .modal-body form {
      max-width: 80%;
  }
}
.vc_row.wpb_row.vc_row-fluid {
    clear: both;
}
input[type=submit] {
    padding: 5px 30px!important;
    min-height: 48px!important;
}