/*------------------------------------------------------------------
 * Theme Name: NOBIS - Multipurpose Responsive HTML Template
 * Author: Dazzlersoft
 * Description: A Bootstrap-3 Responsive  Template
 * Version: 1.0
 * Bootstrap  v3.3.7 (http://getbootstrap.com)
 * Copyright 2017 Dazzlersoft
 ------------------------------------------------------------------- */

/*------------------------------------------------------------------
    CSS INDEX
    ===================
    * Google Font
    * General Styles
    * preloader Css
    * header
    * main slider 
    * about us
    * services
    * Portfolio
    * team
    * video-section
    * pricing
    * subscribe box
    * testimonial-theme-1
    * testimonial-theme-2
    * blog
    * partner
    * talk us
    * footer
    * banner styling
    * about-us page
    * pie chart
    * faq
    * member detail
    * nobis-pagination
    * widgets
    * blog-detail-page
    * portfolio detail page
    * map
    * contact us
    * page 404

/* --------------	Swivher import ------------ */
@import url("demos-switcher.css");

/* --------------	Google Font------------- */

@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Open+Sans:300,400,600,700");

/*--------------------------------------
   General Styles
---------------------------------------*/

:root {
  --brand: #1d4298; /* albastru principal */
  --brand-2: #002476; /* albastru închis pentru gradient */
  --accent: #f97316; /* portocaliu buton */
  --muted: #64748b; /* gri-albăstrui pentru texte secundare */
  --ring: #e2e8f0; /* gri deschis pentru borduri */
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  color: #666666;
}

p {
  margin: 0;
  font-size: 14px;
  line-height: 25px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 600;
}
h4 {
  font-size: 25px;
  text-transform: capitalize;
}
h5 {
  font-size: 18px;
  text-transform: capitalize;
  color: #1a1a1a;
}
img {
  /* max-width: 160px; */
  height: auto;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  color: inherit;
}

.btn.focus,
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-30 {
  margin-top: 30px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.center-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-custom {
  border-radius: 50px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.btn-custom:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -1;
}
.btn-custom:hover:after {
  left: 120%;
}

button,
button:focus {
  outline: 0;
}

.sp-100 {
  padding-bottom: 100px;
  padding-top: 180px;
}
.sp-70-100 {
  padding-top: 70px;
  padding-bottom: 100px;
}
section.bg-w,
.bg-w {
  background-color: #fff;
}
section.bg-dull,
.bg-dull {
  background-color: #f9f9f9;
}

.all-title {
  text-align: center;
  overflow: hidden;
}

.sec-title {
  font-size: 40px;
  font-weight: 600;
  /* text-transform: capitalize; */
  color: #1a1a1a;
  position: relative;
  padding: 0 25px;
  display: inline-block;
}
.white-title .sec-title {
  color: #fff;
}

.sec-title span::after {
  width: 40px;
  height: 2px;
  background-color: #0c65ed;
  left: -40px;
  top: 15px;
  position: absolute;
  content: "";
}
.sec-title::after {
  width: 70px;
  height: 2px;
  background-color: #0c65ed;
  left: -70px;
  top: 21px;
  position: absolute;
  content: "";
}
.sec-title span::before {
  width: 40px;
  height: 2px;
  background-color: #0c65ed;
  right: -40px;
  top: 15px;
  position: absolute;
  content: "";
}
.sec-title:before {
  width: 70px;
  height: 2px;
  background-color: #0c65ed;
  right: -70px;
  top: 21px;
  position: absolute;
  content: "";
}
.all-title p {
  max-width: 800px;
  margin: 20px auto 60px;
  color: #666666;
}
.white-title p {
  color: #fff;
}
.all-title .title-bot-30 {
  margin-bottom: 30px;
}
#c-scroll {
  display: none;
  position: fixed;
  line-height: 40px;
  text-align: center;
  background-color: #0c65ed;
  font-size: 20px;
  border-radius: 20px;
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  bottom: 50px;
  right: 40px;
  z-index: 99;
  cursor: pointer;
}

/*==================
    preloader Css
  ==================*/

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: rgb(29 66 152 / 35%) url(../img/preloader.gif) no-repeat center
    center;
  opacity: 0.92;
  background-size: 250px;
}

/*--------------------------------------
  header
---------------------------------------*/
.head-top {
  padding: 10px 0;
  background: #e5e5e5 !important;
}
.header-theme-3 .head-top {
  background-color: #000;
}
.header-theme-4 .head-top {
  background-color: #fff;
}
.head-top ul {
  display: inline-block;
  color: #626262;
  position: relative;
}
.header-theme-4 .head-top ul {
  color: #000;
}
.head-social li {
  display: inline-block;
  padding-top: 5px;
  padding-right: 15px;
}

.head-social li:last-child {
  border-right: 1px solid #fff;
}
.header-theme-4 .head-social li:last-child {
  border-right: 1px solid #000;
}
.head-social a {
  color: #626262;
  font-size: 18px;
}
.header-theme-4 .head-social a {
  color: #000;
}
.head-locate {
  margin-left: 10px;
}
.head-locate i {
  position: absolute;
  top: 2px;
  font-size: 18px;
  left: 0;
}
.head-locate p {
  padding-left: 30px;
}
.mail-con {
  float: right;
}
.mail-con li {
  display: inline-block;
  position: relative;
  text-align: right;
  border-right: 1px solid #fff;
  padding-right: 20px;
  margin-left: 20px;
}
.header-theme-4 .mail-con li {
  border-right: 1px solid #000;
}
.mail-con li:last-child {
  padding-right: 0;
  border-right: none;
}
.mail-con i {
  position: absolute;
  left: 0;
  top: 5px;
}
.mail-con p {
  padding-left: 30px;
}
.header-theme-2 .menu-header {
  padding: 0 80px;
}
.theme-header {
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 40%, #ffffff 100%);
  /*  border-bottom: 1px solid #1d4298; */
}
.header-theme-4 .theme-header {
  background-color: #000;
}
.logo {
  padding-top: 2px;
  padding-bottom: 2px;
}

.call-us {
  float: right;
  margin: 32px 0;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  margin-left: 40px;
}
.main-menu {
  text-align: right;
}
.menu-wrap {
  position: relative;
  /* // text-align: left; */
}
.mega-menu-nav {
  position: static;
}
.menu-wrap > .menu-item {
  display: inline-block;
  text-transform: uppercase;
  margin-left: 11px;
}
.menu-item > .menu-link {
  padding: 37px 0 33px;
  /*  padding: 20px 10px;
  margin-top: 5px;
  border-radius: 5px; */
}
.menu-link {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1a1a1a;
  font-weight: 600;
}
.header-theme-4 .menu-link {
  color: #fff;
}

.header-theme-4 .menu-link:hover {
  color: #fff;
}
.menu-link:hover,
.dropdown > .menu-item > .menu-link:hover,
.menu-item > .menu-link:hover {
  color: #1d4298 !important;
  border-radius: 15px;
}
.has-drop::after {
  font-family: "FontAwesome";
  content: "\f107";
  position: relative;
  margin-left: 3px;
}
.dropdown .has-drop::after {
  position: absolute;
  right: 20px;
}
.dropdown .menu-item {
  display: block;
  position: relative;
}
.dropdown > .menu-item > .menu-link {
  padding: 12px 7px 12px;
  color: #1a1a1a;
}
.mega-items .menu-link {
  padding: 15px 20px;
  text-transform: capitalize;
  color: #1a1a1a;
}

.dropdown > .menu-item:last-child > .menu-link {
  border-bottom: none;
}
.call-us p {
  color: #1a1a1a;
  font-weight: 600;
}
.call-us i {
  color: #0c65ed;
  font-weight: 500;
  margin-right: 10px;
}
.dropdown {
  position: absolute;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  min-width: 210px;
  width: auto;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  border-top: 5px solid #1d4298;
  text-align: left;
  border-radius: 3px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
.dropdown .dropdown {
  left: -100%;
  top: -2px;
}
.menu-item:hover > .dropdown {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
.mega-menu {
  right: 0;
  width: 100%;
  max-width: 800px;
}
.mega-items h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #0c65ed;
  border-bottom: 1px solid #ebebeb;
  padding: 2px 20px 13px;
  display: none;
}
.menu-2 .mega-menu {
  right: 0;
}
.mega-items {
  float: left;
  width: 25%;
  padding: 15px 0;
  border-right: 1px solid #ebebeb;
}
.mega-items:last-child {
  border-right: 0;
}

.slicknav_menu {
  display: none;
  background: #fff;
  padding: 0 0px;
  text-align: left;
  border-radius: 0 0 10px 10px;
}
.slicknav_brand {
  float: left;
  line-height: inherit;
  /* padding-top: 8px; */
  height: auto;
}
.slicknav_btn {
  margin: 10px;
  padding: 15px 13px;
  /*  background: linear-gradient(to right, #1d4298 0%, #1d4298 51%, #002476 100%); */
  background: #fff;
  border-radius: 4px;
}
.slicknav_nav {
  /*  background: linear-gradient(to right, #1d4298 0%, #1d4298 51%, #002476 100%); */
  overflow: auto;
  padding: 0px;
  border-radius: 0;
}
.slicknav_nav ul {
  margin: 0;
}
.slicknav_nav a,
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slicknav_parent ul {
  padding-left: 25px;
}
.slicknav_parent ul a {
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 0;
  font-weight: 500;
}
.slicknav_nav a:hover a,
.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_item a:hover,
.slicknav_nav .slicknav_parent-link a:hover {
  // background-color: transparent;
  color: red;
}
.slicknav_nav a h3 {
  font-size: 14px;
  display: inline;
  text-transform: capitalize;
  font-weight: 500;
}
.slicknav_menu li p {
  display: none;
}
.sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 99;
  background-color: #fff;
  -webkit-animation: slideInDown;
  animation: slideInDown;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.4);
  width: 100%;
}

/*--------------------------------------
  main slider
---------------------------------------*/
.main-slider,
.slide-item {
  position: relative;
}

.slider-tabs {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
  left: 0;
}
.top-tabs {
  /*  padding: 30px 0 25px;
  width: 25%; */
  padding: 13px 0;

  width: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  float: left;
  border-right: 1px solid #414040;
  color: #fff;
  text-align: center;
  font-size: 25px;
  text-transform: capitalize;
  height: 58px;

  border-bottom: 1px solid #953179;
}
.top-tabs i {
  font-size: 45px;
  margin-right: 15px;
  vertical-align: middle;
}
.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0%);
}

.corp-slider .slide-item img {
  width: 100%;
  height: 70vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-table {
  overflow: hidden;
  display: table;
  width: 100%;
  height: 100%;
}

.slide-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.slide-content {
  text-align: center;
  overflow: hidden;
  color: #fff;
}

.slide-content h2 {
  font-size: 60px;
  font-weight: 600;
  max-width: 1200px;
  margin: 0 auto 30px;
  text-transform: capitalize;
}
.theme-2 .slide-content h2 {
  max-width: 100%;
}
.corp-slider .active .slide-content h2 {
  -webkit-animation: 1s 0.2s zoomIn both;
  animation: 1s 0.2s zoomIn both;
}
.corp-slider .active .slide-content p {
  -webkit-animation: 1s 0.3s zoomInRight both;
  animation: 1s 0.3s zoomInRight both;
}
.slide-content p {
  max-width: 600px;
  font-size: 18px;
  margin: 0 auto 40px;
}

.slide-content .btn-custom {
  border: 2px solid #fff;
  margin: 10px;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  padding: 16px 0 15px;
  min-width: 200px;
}
.corp-slider .active .btn-custom {
  -webkit-animation: 1s 0.4s slideInUp both;
  animation: 1s 0.4s slideInUp both;
}
.slide-content .btn-custom:hover,
.slide-content .btn-custom.active {
  background-color: #0c65ed;
  border-color: #0c65ed;
}

.corp-slider.owl-theme .owl-dots {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.theme-1.owl-theme .owl-dots {
  display: none;
  bottom: 120px;
  width: 100%;
  top: auto;
  right: auto;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.theme-1.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}
.corp-slider .owl-dots .owl-dot {
  display: block;
  margin: 20px 5px;
}
.corp-slider .owl-dots .owl-dot span {
  border-radius: 0;
  height: 7px;
  width: 7px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}
.corp-slider .owl-dots .owl-dot.active span,
.corp-slider .owl-dots .owl-dot:hover span {
  height: 12px;
  width: 12px;
  background-color: transparent;
  margin-left: 4px;
}

/*--------------------------------------
 about us
---------------------------------------*/
.about-us,
.about-theme-1,
.about-theme-2 {
  position: relative;
  background-color: #fff;
}
.about-theme-1 {
  padding-bottom: 70px;
}
.abt-mockup {
  position: relative;
  height: 330px;
  background-image: url(../img/home/abt-2-bg.png);
  background-position: center;
  background-repeat: no-repeat;
}
.abt-mockup img {
  -webkit-box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.mock-1 {
  position: absolute;
  z-index: 2;
  top: 0;
}
.mock-2 {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
}
.mock-3 {
  text-align: right;
}
.abt-info p {
  margin-bottom: 20px;
}
.detail-box {
  position: absolute;
  max-width: 340px;
  top: 17px;
  background-color: #fff;
  padding: 5px 20px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
}

.detail-box li {
  padding: 15px 0;
  position: relative;
  display: table;
}
.detail-box h5 {
  color: #1a1a1a;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail-box i {
  font-size: 30px;
  color: #1a1a1a;
  display: table-cell;
  vertical-align: middle;
  left: 0;
  font-weight: 500;
  line-height: 1;
  width: 45px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.detail-box li:hover h5,
.detail-box li:hover i {
  color: #0c65ed;
}
.detail-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
.abt-info .btn-custom {
  background-color: #0c65ed;
  padding: 11px 28px 8px;
  color: #fff;
  border: 1px solid #0c65ed;
  margin-top: 5px;
}

.counter-theme-2 {
  background-color: #f9f9f9;
  padding: 70px 0;
}
.counter-wrap {
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 210px;
}
.c-icon {
  vertical-align: middle;
  display: table-cell;
  height: 65px;
  width: 65px;
  box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.25);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.25);
  color: #0c65ed;
  font-size: 40px;
  padding-top: 9px;
  text-align: center;
  border-radius: 5px;
  margin-right: 25px;
  background-color: #fff;
}

.count-outer {
  vertical-align: middle;
  display: table-cell;
  padding-left: 25px;
  text-transform: capitalize;
}
.counter-wrap h4 {
  color: #1a1a1a;
}

/*--------------------------------------
 services
---------------------------------------*/
.services {
  background-color: #f9f9f9;
}
.service-theme-2 {
  position: relative;
  background-image: url("../img/home/service-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

.service-theme-2::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
  z-index: -1;
}
.service-col {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.service-theme-2 .service-col {
  background: transparent;
  border: 1px solid #6a6968;
}
.service-col::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #000;
  opacity: 0.55;
  width: 100%;
  height: 100%;
}
.service-theme-2 .service-col::after {
  background-color: transparent;
}
.service-col:hover::after {
  background-color: #0c65ed;
}
.service-theme-2 .service-col:hover::after {
  background-color: #fff;
  opacity: 1;
}
.service-theme-2 .service-col:hover h4,
.service-theme-2 .service-col:hover p {
  color: #000;
}
.service-wrap {
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  min-height: 180px;
}
.service-wrap i {
  font-size: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-col:hover i,
.service-col:hover .serv-head {
  opacity: 0;
}
.service-wrap .serv-head {
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ser-overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-col:hover .ser-overlay {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.ser-overlay p {
  padding: 13px 0 16px;
}
.ser-overlay .btn-custom {
  background-color: #0c65ed;
  padding: 12px 30px 10px;
  background-color: #fff;
  color: #0c65ed;
}
.ser-overlay .btn-custom::after {
  background-color: #0c65ed;
}
.service-theme-2 .service-col .btn-custom::after {
  background-color: #fff;
}
.service-theme-2 .ser-overlay .btn-custom {
  border: 1px solid #0c65ed;
  color: #fff;
  background-color: #0c65ed;
}

/*--------------------------------------
 Portfolio
---------------------------------------*/
.portfolio {
  background-color: #fff;
}
.sorting {
  margin-bottom: 15px;
}
.filter-btn {
  text-transform: capitalize;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
  color: #1a1a1a;
  transition: all 0.3s ease;
}
.filter-btn span {
  padding: 0 20px;
  font-weight: 600;
}
.filter-btn.active,
.filter-btn:hover {
  color: #0c65ed;
}
.port-item {
  margin-top: 30px;
}

.proj-content {
  padding: 15px 30px 11px;
  -webkit-box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.3);
  box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.3);
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.port-theme-2 .proj-content {
  background-color: rgba(12, 101, 237, 0.8);
  width: auto;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.port-theme-2 .project:hover .proj-content {
  opacity: 1;
  background-color: rgba(12, 101, 237, 0.85);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.port-item:hover .proj-content {
  background-color: #0c65ed;
  color: #fff;
}
.port-item:hover .proj-content h4,
.port-item:hover .proj-content h5,
.port-item:hover .proj-content a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.port-theme-2 .proj-content h4,
.port-theme-2 .proj-content h5,
.port-theme-2 .proj-content a {
  color: #fff;
}
.project {
  position: relative;
}
.proj-content h4 {
  font-size: 14px;
  color: #1a1a1a;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: 400;
}
.proj-content h5 {
  font-size: 18px;
  color: #0c65ed;
  text-transform: capitalize;
}
.proj-img {
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.proj-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.port-item:hover .proj-img {
  -webkit-box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.5);
  box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.5);
}

.pop-btn {
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  color: #1a1a1a;
}

/*--------------------------------------
 team
---------------------------------------*/
.team {
  background-color: #f9f9f9;
}

.team-slider .owl-item img {
  width: auto;
  margin: 0 auto;
}
.members {
  position: relative;
  text-align: center;
  z-index: 2;
}
.team-det {
  position: relative;
  background-color: #fff;
  z-index: 1;
  border-radius: 5px;
  padding: 22px 15px 8px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.team-det h5 a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-theme-2 .team-det {
  position: absolute;
  bottom: 0;
  padding: 22px 30px 8px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  z-index: 0;
  -webkit-transform: translateY(125px);
  -ms-transform: translateY(125px);
  transform: translateY(125px);
}
.team-theme-2 .members {
  margin-top: 30px;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.team-theme-2 .members:hover .team-det {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.team-theme-2 .members::after {
  width: 84%;
  left: 8%;
  position: absolute;
  content: "";
  bottom: 0;
  height: 2px;
  background-color: #1a1a1a;
  z-index: 0;
}
.team-theme-2 .members:hover::after {
  display: none;
}
.team-theme-1 .members::before {
  background-color: #0c65ed;
  position: absolute;
  content: "";
  width: 84%;
  left: 8%;
  height: 0;
  bottom: 125px;
  border-radius: 5px 5px 0 0;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.members:hover::before {
  height: 60%;
}
.team-det h6 {
  color: #0c65ed;
  margin-top: 10px;
  margin-bottom: 13px;
  text-transform: capitalize;
  font-size: 14px;
}
.team-det a:hover {
  color: #0c65ed;
}
.team-theme-2 .team-det p {
  margin-bottom: 50px;
  opacity: 0;
}
.team-theme-2 .members:hover p {
  opacity: 1;
}
.team-soc {
  background-color: #0c65ed;
  padding: 6px 15px 3px;
  border-radius: 0 0 5px 5px;
  color: #fff;
  margin: 0 auto;
  width: 84%;
  -webkit-transform: translateY(-62px);
  -ms-transform: translateY(-62px);
  transform: translateY(-62px);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 2;
  opacity: 0;
}
.team-theme-2 .team-soc {
  -webkit-transform: translateY(62px);
  -ms-transform: translateY(62px);
  transform: translateY(62px);
  border-radius: 5px 5px 0 0;
}
.team-soc a {
  padding: 5px 10px;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.team-soc a:hover {
  color: #000;
}
.members:hover .team-soc {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.team-slider .owl-nav {
  margin-top: 55px;
}
.team-slider .owl-nav .owl-next,
.team-slider .owl-nav .owl-prev {
  width: 40px;
  padding: 5px 0 2px;
  background-color: #0c65ed;
  margin: 0 7px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.team-slider .owl-nav .owl-next:hover,
.team-slider .owl-nav .owl-prev:hover {
  background-color: #1a1a1a;
}
.team-slider .owl-nav .owl-prev {
  border-radius: 50px 0 0 50px;
}
.team-slider .owl-nav .owl-next {
  border-radius: 0 50px 50px 0;
}

/*--------------------------------------
 video-section
---------------------------------------*/
.video-section {
  background-image: url(../img/home/video-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.vid-play {
  position: relative;
  height: 500px;
}
.vid-btn {
  position: absolute;
  z-index: 0;
  top: 40%;
  background-color: #fff;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  text-align: center;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
  -webkit-animation: inout 1s infinite;
  animation: inout 1s infinite;
}

@-webkit-keyframes inout {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes inout {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.vid-btn i {
  color: #1a1a1a;
  font-size: 65px;
  margin-top: 3px;
  display: block;
}
.support-box {
  padding: 60px 25px;
  background-color: rgba(26, 26, 26, 0.9);
  -webkit-box-shadow: -7.829px 11.607px 32px 0 rgba(0, 0, 0, 0.66);
  box-shadow: -7.829px 11.607px 32px 0 rgba(0, 0, 0, 0.66);
  color: #fff;
  border-radius: 5px;
}
.support-box h4,
.support-box p {
  padding-bottom: 22px;
}
.gal-img {
  display: inline-block;
  margin-top: 10px;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.gal-img img {
  width: 100%;
}
.support-box .btn-custom {
  background-color: #fff;
  color: #0c65ed;
  padding: 10px 26px 8px;
  margin-top: 25px;
}
.support-box .btn-custom:after {
  background-color: #0c65ed;
}

/*--------------------------------------
 pricing
---------------------------------------*/
.price .nav-pills {
  font-size: 0;
  display: inline-block;
  border-radius: 150px;
  overflow: hidden;
  border: 1px solid #0c65ed;
  margin-bottom: 30px;
}

.price .nav-pills li {
  float: none;
  font-size: 18px;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
  color: #0c65ed;
  font-weight: 600;
}
.price .nav-pills li a {
  padding: 20px 20px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
  box-sizing: border-box;
}
.price .nav-pills li.active,
.price .nav-pills li.active,
.price .nav-pills li.active {
  background-color: #0c65ed;
  color: #1a1a1a;
}

.price .nav-pills li.active a,
.price .nav-pills li.active a:focus,
.price .nav-pills li.active a:hover {
  background-color: inherit;
}
.price-item {
  width: calc(100% / 3 - 20px);
  float: left;
  padding: 30px 45px;
  border: 1px solid #eaeaea;
  margin-top: 30px;
  border-radius: 5px;
  min-height: 600px;
  margin-right: 20px;
}
.price-item.active {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.25);
  border: 0;
}
.price-item h2 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #1a1a1a;
  margin-bottom: 30px;
}
.price-item h2::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 1px;
  background-color: #0c65ed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.price-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.price-item h3 span {
  color: #0c65ed;
}
.pack-info {
  margin: 30px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.pack-info li {
  padding: 30px 0;
  border-bottom: 1px solid #eaeaea;
}
.pack-info li:last-child {
  border-bottom: 0;
}
.pack-info h4 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 5px;
}
.pack-info h4 i {
  color: #0c65ed;
}
.price-item .btn-custom {
  font-size: 14px;
  background-color: #0c65ed;
  color: #fff;
  padding: 21px 40px 16px;
  text-transform: uppercase;
}
.price-item.active .btn-custom {
  background-color: #fff;
  color: #0c65ed;
  border: 1px solid #0c65ed;
}
.price-item.active .btn-custom:after {
  background-color: #0c65ed;
}

/*--------------------------------------
 subscribe box
---------------------------------------*/

.subscribe-box {
  background-image: url(../img/home/subs-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  padding: 70px 0;
}
.subscribe-box::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
  z-index: -1;
}
.subscribe-title {
  font-size: 40px;
  color: #fff;
  font-weight: 400;
}
.subscribe-title i {
  font-size: 55px;
  margin-right: 5px;
  vertical-align: middle;
}
.form-subscribe {
  position: relative;
  padding-right: 170px;
  margin-top: 10px;
}
.form-subscribe .form-control {
  padding: 12px 20px;
  border: 0;
  height: 43px;
}
.form-control::-moz-placeholder {
  color: #666;
}
.form-control:-ms-input-placeholder {
  color: #666;
}
.form-control::-webkit-input-placeholder {
  color: #666;
}

.form-subscribe .btn-custom {
  background-color: #0c65ed;
  color: #fff;
  padding: 13px 35px 11px;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
}

/*--------------------------------------
 testimonial-theme-1
---------------------------------------*/
.testimonial {
  background-image: url(../img/home/testi-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}
.testi-blue {
  background-image: url(../img/home/testi-bg-blue.jpg);
}
.slick-slide {
  outline: 0;
}
.slick-thumbnail-slider .slick-thumb {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-thumbnail-slider .slick-slide img {
  margin: 0 auto;
  border-radius: 7px;
}
.slick-thumbnail-slider .slick-slide:not(.slick-center) {
  z-index: 0;
  opacity: 0.5;
  -webkit-transform: scale(0.55);
  -ms-transform: scale(0.55);
  transform: scale(0.55);
}
.slick-thumbnail-slider .slick-active + .slick-active + .slick-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.slick-thumbnail-slider .slick-active + .slick-active,
.slick-thumbnail-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.slick-thumbnail-slider .slick-active,
.slick-thumbnail-slider
  .slick-active
  + .slick-active
  + .slick-active
  + .slick-active
  + .slick-active {
  -webkit-transform: scale(0.55);
  -ms-transform: scale(0.55);
  transform: scale(0.55);
}
.client-detail h4 {
  font-size: 18px;
  color: #1a1a1a;
  margin: 20px 0 10px;
  text-transform: capitalize;
}
.client-detail h5 {
  font-size: 14px;
  color: #0c65ed;
  padding-bottom: 20px;
  position: relative;
}
.slick-thumbnail-slider .slick-center .client-detail h5::after {
  position: absolute;
  content: "";
  width: 120px;
  height: 5px;
  background-color: #0c65ed;
  bottom: -3px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}
.client-detail h5,
.client-detail h4 {
  opacity: 0;
  display: none;
}
.slick-thumbnail-slider .slick-center .client-detail h5,
.slick-thumbnail-slider .slick-center .client-detail h4 {
  opacity: 1;
  display: block;
}
.testimonial-content {
  padding: 30px 0 80px;
  border-top: 1px solid #b7b7b7;
}
.testimonial-content p {
  max-width: 600px;
  margin: 0 auto;
  cursor: ew-resize;
}
.testimonial-content .slick-prev,
.testimonial-content .slick-next {
  width: 40px;
  height: 27px;
  padding: 6px 0 2px;
  background-color: #0c65ed;
  margin: 0 7px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  bottom: 0;
  top: auto;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.testimonial-content .slick-prev:focus,
.testimonial-content .slick-next:focus {
  background-color: #0c65ed;
}
.testimonial-content .slick-prev:hover,
.testimonial-content .slick-next:hover {
  color: #fff;
  outline: none;
  background: #1a1a1a;
}
.testimonial-content .slick-prev {
  border-radius: 50px 0 0 50px;
  left: 49%;
  -webkit-transform: translateX(-45px);
  -ms-transform: translateX(-45px);
  transform: translateX(-45px);
}
.testimonial-content .slick-next {
  border-radius: 0 50px 50px 0;
  right: 49%;
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}
.testimonial-content .slick-prev:before,
.testimonial-content .slick-next:before {
  font-family: FontAwesome;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: inherit;
  font-size: 25px;
  opacity: 1;
  display: block;
  padding-top: 8px;
  font-size: 15px;
}
.testimonial-content .slick-prev:before {
  content: "\f177";
}
.testimonial-content .slick-next:before {
  content: "\f178";
}

/*--------------------------------------
 testimonial-theme-2
---------------------------------------*/
.owl-carousel .client-img {
  width: 124px;
  display: table-cell;
  vertical-align: middle;
}
.owl-carousel .client-img img {
  width: auto;
  border-radius: 5px;
}
.client-item {
  position: relative;
  padding: 25px 20px;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  background-color: #fff;
}
.client2-detail {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 18px;
}

.client2-detail h4 {
  font-size: 18px;
  color: #1a1a1a;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.client2-detail h5 {
  font-size: 14px;
  color: #0c65ed;
  padding-bottom: 8px;
  font-weight: 500;
}

.testimonial-theme-2 .owl-nav {
  margin-top: 55px;
}
.testimonial-theme-2 .owl-nav .owl-next,
.testimonial-theme-2 .owl-nav .owl-prev {
  width: 40px;
  padding: 5px 0 2px;
  background-color: #0c65ed;
  margin: 0 7px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.testimonial-theme-2 .owl-nav .owl-next:hover,
.testimonial-theme-2 .owl-nav .owl-prev:hover {
  background-color: #1a1a1a;
}
.testimonial-theme-2 .owl-nav .owl-prev {
  border-radius: 50px 0 0 50px;
}
.testimonial-theme-2 .owl-nav .owl-next {
  border-radius: 0 50px 50px 0;
}
.partner-grid {
  border: 1px solid #959595;
  border-radius: 5px;
  position: relative;
  min-height: 120px;
  margin-top: 20px;
}
.partner-grid img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*--------------------------------------
 blog
---------------------------------------*/
.blog {
  background-color: #f9f9f9;
}
.blog-items {
  margin-top: 30px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.blog-items iframe {
  width: 100%;
  height: 250px;
  border: 0;
}
.blog-img img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
}
.blog-items:hover .blog-img img {
  -webkit-transform: scale(1.1) rotate(-25deg);
  -ms-transform: scale(1.1) rotate(-2deg);
  transform: scale(1.1) rotate(-2deg);
}
.blog-content {
  background-color: #fff;
  position: relative;
  padding-left: 60px;
  padding-right: 16px;
  padding-bottom: 20px;
}
.blog-content h5 {
  line-height: 25px;
  padding-top: 20px;
}
.blog-content h5 a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-content h5:hover a {
  color: #0c65ed;
}

.blog-social {
  color: #fff;
  text-align: center;
  position: absolute;
  width: 45px;
  height: 100%;
  background-color: #1a1a1a;
  padding: 20px 0;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-items:hover .blog-social {
  background-color: #0c65ed;
}
.blog-social a {
  display: block;
  padding: 9px 0;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-social a:hover {
  opacity: 0.7;
}
.blog-meta {
  padding: 15px 0 13px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 15px;
  position: relative;
}
.blog-meta::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  background-color: #0c65ed;
  height: 2px;
  width: 85px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.blog-items:hover .blog-meta::after {
  width: 100%;
}
.blog-meta a {
  color: #858585;
  font-size: 12px;
  padding: 0 10px 0 15px;
  text-transform: capitalize;
  border-right: 1px solid #858585;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.blog-meta a i {
  margin-right: 5px;
}
.blog-meta a:first-child {
  padding-left: 0;
}
.blog-meta a:last-child {
  border-right: 0;
}
.blog-meta a:hover {
  color: #0c65ed;
}
.btn-blog {
  color: #1a1a1a;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-blog:hover i {
  padding-left: 15px;
}
.btn-blog i {
  font-size: 18px;
  position: absolute;
  padding-left: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-slider img {
  width: 100%;
}
.blog-slide-controls {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 100%;
  text-align: right;
}
.blog-slider .carousel-control {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  width: 40px;
  height: 28px;
  font-size: 15px;
  color: #1a1a1a;
  text-align: center;
  text-shadow: none;
  background-color: #fff;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 5px;
  padding-top: 6px;
}
.blog-slider .carousel-control.left,
.blog-slider .carousel-control.right {
  background: none;
  background-color: #fff;
}
.blog-slider .carousel-control.left {
  border-radius: 20px 0 0 20px;
}
.blog-slider .carousel-control.right {
  border-radius: 0 20px 20px 0;
}
.blog-slider .carousel-control:focus,
.blog-slider .carousel-control:hover {
  text-decoration: none;
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}
.blog-slider .carousel-control:hover {
  background-color: #1a1a1a;
  color: #fff;
}

/*--------------------------------------
 partner
---------------------------------------*/
.partner {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.partner .all-title {
  text-align: left;
}
.partner .sec-title {
  padding-left: 0;
  margin-bottom: 40px;
}
.partner .sec-title span::after,
.partner .sec-title::after {
  display: none;
}
.partner-img {
  position: absolute;
  bottom: 0;
}
.partner-img img {
  -webkit-filter: drop-shadow(-11px 0 7px rgba(140, 140, 140, 0.4));
  filter: drop-shadow(-11px 0 7px rgba(140, 140, 140, 0.4));
}
.partner-slide {
  height: 190px;
  border: 1px solid #959595;
  border-radius: 5px;
}
.partner-slider .owl-item img {
  width: auto;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.partner-slider .owl-dots {
  text-align: right;
}
.partner-slider .owl-dots .owl-dot span {
  border-radius: 3px;
  background-color: #959595;
}
.partner-slider .owl-dots .owl-dot.active span {
  background-color: #0c65ed;
}
.partner-slider .owl-nav.disabled + .owl-dots {
  margin-top: 20px;
}

/*--------------------------------------
 talk us
---------------------------------------*/
.talk-us {
  background-color: #0c65ed;
  padding: 53px 0;
  position: relative;
}
.talk-us::after {
  position: absolute;
  content: "\f105";
  left: 12%;
  font-size: 100px;
  font-family: Flaticon;
  color: #fff;
  top: 50%;
  transform: translateY(-45%);
  opacity: 0.3;
}
.talk-us h4 {
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}
.talk-us .btn-custom {
  float: right;
  font-size: 18px;
  background-color: #fff;
  color: #0c65ed;
  padding: 13px 38px 10px;
}
.talk-us .btn-custom::after {
  background-color: #0c65ed;
}

/*--------------------------------------
 footer
---------------------------------------*/
.foot-bottom,
.foot-top {
  /* background: hsla(0, 0%, 100%, 1);

  background: linear-gradient(
    225deg,
    hsla(0, 0%, 100%, 1) 0%,
    hsla(0, 0%, 88%, 1) 53%,
    hsla(0, 0%, 78%, 1) 100%
  );

  background: -moz-linear-gradient(
    225deg,
    hsla(0, 0%, 100%, 1) 0%,
    hsla(0, 0%, 88%, 1) 53%,
    hsla(0, 0%, 78%, 1) 100%
  );

  background: -webkit-linear-gradient(
    225deg,
    hsla(0, 0%, 100%, 1) 0%,
    hsla(0, 0%, 88%, 1) 53%,
    hsla(0, 0%, 78%, 1) 100%
  ); */
  background-color: #f7f8fc;

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#E1E1E1", GradientType=1 );
}
.foot-bottom {
  text-align: center;
}
.foot-logo {
  padding-bottom: 45px;
}
.foot-top {
  padding: 100px 0 70px;
}
.foot-title {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-transform: capitalize;
  position: relative;
}
.foot-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background-color: #3db4fd;
}
.quick-link li:last-child {
  padding-bottom: 0;
}

.quick-link li {
  padding-bottom: 23px;
}
.quick-link li a {
  position: relative;
  padding-left: 30px;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quick-link li a:after {
  font-size: 12px;
  content: "\f068";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.quick-link li a:hover {
  padding-left: 40px;
  color: #0c65ed;
}

.address li {
  position: relative;
  padding-left: 30px;
  margin: 18px 0;
}
.address i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
}
.foot-bottom {
  padding: 26px 0;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.5);
}
.foot-bottom a {
  color: #0c65ed;
  font-weight: 600;
}
.foot-social {
  margin-top: 25px;
}
.foot-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  padding-top: 5px;
  color: #1a1a1a;
  margin: 5px 0;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.foot-social li:hover {
  background-color: #0c65ed;
  color: #fff;
}
.news-post {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #001341;
}
.news-post:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-post .thumb {
  width: 80px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 3px;
  overflow: hidden;
}
.news-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.news-content a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-content a:hover {
  opacity: 0.7;
}
.news-content p {
  color: #c6c6c6;
  font-size: 13px;
}
.news-content p i {
  margin-right: 4px;
}
.feed {
  width: calc((100% - 10px) / 3);
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.feed img {
  width: 100%;
}
.feed:nth-child(3n + 3) {
  margin-right: 0;
}

/*--------------------------------------
 banner
---------------------------------------*/
.banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  z-index: 0;
}
.banner::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 12%);
  z-index: -1;
}
.banner-heading {
  padding: 200px 0 115px;
}
.banner-heading h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
}
.banner-link {
  padding: 30px 0;
  background: rgb(240, 126, 67);
  background: linear-gradient(to right, #1d4298 0%, #1d4298 51%, #002476 100%);
  opacity: 0.6;
  -webkit-opacity: 0.6;
}
.banner-link li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.banner li a,
.banner-link li span {
  color: #fff;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banner-link li i {
  font-weight: 300;
  font-size: 12px;
  vertical-align: middle;
  margin-top: -4px;
  color: #fff;
}
.banner-link li .active {
  color: #a1a1a1;
}

/*--------------------------------------
 about-us page
---------------------------------------*/
.features {
  margin-top: 70px;
}
.features-box i {
  color: #0c65ed;
  font-size: 40px;
  display: block;
  font-weight: 500;
  line-height: 1;
}
.features-box h5 {
  margin-top: 16px;
  margin-bottom: 20px;
}
.features-box {
  margin-top: 30px;
  text-align: center;
}
.strength {
  background-color: #f9f9f9;
}
.content-list p {
  padding-top: 20px;
}
.content-list i {
  padding-right: 8px;
}

/*--------------------------------------
 pie chart
---------------------------------------*/
.pie-chart {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.strength-content {
  margin-top: 30px;
}
.chart {
  position: relative;
  display: inline-block;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percentage {
  height: 80px;
  width: 80px;
  background: #fff;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 200px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #0c65ed;
}
.percentage span {
  font-size: 18px;
  color: #1a1a1a;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 200px;
}
.percentage span::after {
  content: "%";
}
.chart-name {
  color: #1a1a1a;
  font-size: 14px;
  margin-top: 10px;
  text-transform: capitalize;
}

/*--------------------------------------
 gallery
---------------------------------------*/
.gallery-item {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.gallery-item img {
  border-radius: 10px;
  width: 100%;
}
.gallery-overlay {
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  right: 10px;
  background-color: rgba(12, 101, 237, 0.8);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scaleX(0.5) rotate(40deg);
  -ms-transform: scaleX(0.5) rotate(40deg);
  transform: scaleX(0.5) rotate(40deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery-overlay a {
  color: #fff;
  font-size: 35px;
}
.gallery-item:hover .gallery-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1) rotate(0);
  -ms-transform: scaleX(1) rotate(0);
  transform: scaleX(1) rotate(0);
}

/*--------------------------------------
 faq
---------------------------------------*/

.panel {
  position: relative;
  margin-top: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
.panel .panel-link {
  position: relative;
  display: block;
  background-color: #0c65ed;
  color: #fff;
  padding: 17px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.panel .panel-link.collapsed {
  background-color: #f9f9f9;
  color: #1a1a1a;
}
.acc-content {
  padding: 30px 60px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0 0 5px 5px;
}

.panel-link.collapsed::after {
  color: #0c65ed;
  content: "\f067";
}
.panel-link::after {
  position: absolute;
  content: "\f068";
  font-family: "fontAwesome";
  color: #ffffff;
  left: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
}

/*--------------------------------------
 member detail
---------------------------------------*/
.m-detail-img {
  text-align: center;
  border-bottom: 4px solid #0c65ed;
}
.member-detail h3 {
  font-size: 30px;
  color: #0c65ed;
  text-transform: capitalize;
  margin-bottom: 22px;
}
.member-detail li {
  position: relative;
  margin-bottom: 17px;
}
.member-detail li span {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  left: 0;
  position: absolute;
}
.member-detail li p {
  padding-left: 140px;
}
.mem-socials {
  text-align: center;
  margin-top: 10px;
}
.mem-socials a {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #1a1a1a;
  padding-top: 7px;
  border-radius: 3px;
  border: 1px solid #1a1a1a;
  margin: 10px 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mem-socials a:hover {
  background-color: #1a1a1a;
  color: #fff;
}
.mem-skills {
  margin-top: 50px;
}
.skills-bar {
  margin-top: 20px;
  padding-bottom: 25px;
}
.skills-bar h6 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.skill-prog {
  background-color: #d7d7d7;
  height: 4px;
  width: 100%;
}
.skill-fill {
  background-color: #0c65ed;
  position: relative;
  height: 4px;
  -webkit-animation: prog 2s linear;
  animation: prog 2s linear;
}
.skill-fill::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 1px;
  right: 0;
  background-color: #0c65ed;
}
@-webkit-keyframes prog {
  0% {
    width: 0;
  }
}
@keyframes prog {
  0% {
    width: 0;
  }
}
.skill-fill span {
  position: absolute;
  right: -11px;
  padding-top: 10px;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 600;
}
.m-detail-para {
  margin-top: 35px;
}
.proff-edu .sec-title,
.team-grid .sec-title {
  font-size: 30px;
}
.edu {
  margin-top: 30px;
}
.edu h4 {
  color: #0c65ed;
  font-size: 18px;
}
.edu h5 {
  margin: 12px 0 15px;
}
.team-grid .members {
  margin-top: 30px;
}

/*--------------------------------------
 nobis-pagination
---------------------------------------*/
.nobis-pagination {
  text-align: center;
  margin-top: 60px;
}
.pagination-item {
  width: 30px;
  height: 30px;
  background-color: #d7d7d7;
  display: inline-block;
  padding-top: 8px;
  color: #1a1a1a;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 7px;
}
.pagination-item.active,
.pagination-item:hover {
  background-color: #0c65ed;
  color: #fff;
}
.page-next a,
.page-prev a {
  width: 65px;
  height: 36px;
  background-color: #0c65ed;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  padding-top: 7px;
  text-transform: capitalize;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-prev {
  text-align: left;
}
.page-prev a {
  border-radius: 50px 0 0 50px;
}
.page-next {
  text-align: right;
}
.page-next a {
  border-radius: 0 50px 50px 0;
}
.page-prev a:hover,
.page-next a:hover {
  background-color: #d7d7d7;
  color: #1a1a1a;
}

/*--------------------------------------
 widgets
---------------------------------------*/
.widget {
  margin-bottom: 60px;
  margin-top: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget-items {
  padding: 0 30px;
}
.side-form {
  position: relative;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.side-form .form-control {
  padding: 10px;
  height: 50px;
  border: 0;
  color: #1a1a1a;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1;
}
.side-form button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0c65ed;
  color: #fff;
  outline: 0;
  border: 0;
  border-radius: 4px;
  height: 30px;
  width: 30px;
  padding-top: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.side-form button:hover {
  opacity: 0.7;
}
.widget .all-title {
  width: 100%;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 0;
  border-radius: 10px;
}
.widget .sec-title {
  font-size: 25px;
  padding: 0 15px;
}
.widget .sec-title span::after,
.widget .sec-title span::before {
  top: 10px;
}
.widget .sec-title::after,
.widget .sec-title::before {
  top: 16px;
}
.blog-category {
  padding-top: 25px;
  position: relative;
}
.blog-category a {
  color: #1a1a1a;
  display: inline-block;
  text-transform: capitalize;
  background-color: #fff;
  padding-right: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-category a:hover {
  color: #0c65ed;
}
.blog-category a span {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding-left: 8px;
}
.blog-category::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 2px;
  width: 100%;
  left: 0;
  bottom: 7px;
  z-index: -1;
  background-color: #d7d7d7;
}
.widget-slider {
  margin-top: 30px;
}
.w-slide img {
  border-radius: 10px;
}
.w-slide-content h5 {
  font-size: 14px;
  color: #0c65ed;
  margin: 15px 0 12px;
}
.w-slide-content h6 {
  color: #1a1a1a;
  font-size: 18px;
  margin-bottom: 15px;
}
.widget-slider .owl-nav .owl-next,
.widget-slider .owl-nav .owl-prev {
  width: 40px;
  padding: 5px 0 2px;
  background-color: #0c65ed;
  margin: 0 7px;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.widget-slider .owl-nav .owl-next:hover,
.widget-slider .owl-nav .owl-prev:hover {
  background-color: #1a1a1a;
}
.widget-slider .owl-nav .owl-prev {
  border-radius: 50px 0 0 50px;
}
.widget-slider .owl-nav .owl-next {
  border-radius: 0 50px 50px 0;
}
.widget-tags {
  margin-top: 10px;
}
.tag {
  background-color: #f9f9f9;
  color: #1a1a1a;
  margin: 4px;
  margin-top: 20px;
  display: inline-block;
  padding: 6px 10px 4px;
  border-radius: 50px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tag:hover {
  background-color: #0c65ed;
  color: #fff;
}
.widget-meta {
  margin-top: 20px;
}
.widget-meta a {
  color: #1a1a1a;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7;
}
.widget-meta a:last-child {
  border-bottom: 0;
}
.widget-meta a:hover {
  color: #0c65ed;
}

.widget-archie {
  margin-top: 5px;
}
.widget-archie li {
  padding-top: 25px;
  position: relative;
  color: #1a1a1a;
  text-transform: capitalize;
}
.widget-archie li a {
  color: #1a1a1a;
  display: inline-block;
  text-transform: capitalize;
  background-color: #fff;
  padding-right: 8px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget-archie a:hover {
  color: #0c65ed;
}
.widget-archie a span {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding-left: 8px;
}
.widget-archie li::after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 2px;
  width: 100%;
  left: 0;
  bottom: 7px;
  z-index: -1;
  background-color: #d7d7d7;
}

/*--------------------------------------
 blog-detail-page
---------------------------------------*/
.blog-detail {
  padding: 0 20px;
}
.b-det-img {
  position: relative;
}
.b-det-img img {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
}
.det-meta {
  padding: 10px 0 13px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  position: relative;
}
.det-meta a {
  color: #858585;
  font-size: 12px;
  padding-right: 20px;
  margin-right: 15px;
  text-transform: capitalize;
  border-right: 1px solid #858585;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
}
.det-meta i {
  margin-right: 5px;
}
.det-meta a:hover {
  color: #0c65ed;
}
.det-meta a:last-child {
  border-right: 0;
}
.det-content h3 {
  font-size: 22px;
  margin: 30px 0 16px;
  color: #1a1a1a;
}
.det-content p {
  margin-bottom: 25px;
}
.box-letter::first-letter {
  font-size: 55px;
  line-height: 45px;
  float: left;
  color: #0c65ed;
  font-weight: 600;
  margin-right: 5px;
}
.blog-detail blockquote {
  padding: 30px;
  -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
  box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
  border-left: 4px solid #0c65ed;
  margin-bottom: 30px;
}

.blog-detail blockquote p {
  font-size: 18px;
  position: relative;
  color: #1a1a1a;
  line-height: 30px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.det-list li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 15px;
}
.det-list li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 10px;
  background-color: #0c65ed;
}
.det-list img {
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
}
.blog-tags .title {
  text-transform: capitalize;
  color: #1a1a1a;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
}
.blog-tags .tag {
  margin-top: 0;
  margin-bottom: 0;
}
.blog-tags {
  padding: 18px 0;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-det-social {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  color: #1a1a1a;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 2px;
}
.blog-det-social:hover {
  opacity: 0.8;
  color: #fff;
  background-color: #0c65ed;
}
.blog-nav a {
  background-color: #0c65ed;
  display: inline-block;
  padding-top: 7px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  width: 50px;
  height: 30px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-nav a:hover {
  background-color: #1a1a1a;
}
.blog-prev {
  float: left;
  border-radius: 50px 0 0 50px;
}
.blog-next {
  float: right;
  width: 40px;
  border-radius: 0 50px 50px 0;
}
.author-section {
  margin: 60px 0;
}
.author-post {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
  box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
}
.aut-img {
  display: table-cell;
  vertical-align: top;
  width: 96px;
}
.aut-img img {
  border-radius: 200px;
  border: 3px solid #d7d7d7;
}
.aut-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.aut-content p {
  margin-top: 15px;
}
.aut-social {
  position: absolute;
  right: 30px;
  top: 30px;
}
.aut-social a {
  font-size: 16px;
  padding: 0 5px;
  color: #1a1a1a;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aut-social a:hover {
  color: #0c65ed;
}
.blog-detail .sec-title {
  font-size: 18px;
  padding-left: 0;
  padding-right: 16px;
}
.blog-detail .all-title {
  text-align: left;
}
.blog-detail .sec-title span::after,
.blog-detail .sec-title::after {
  display: none;
}
.blog-detail .sec-title span::before {
  top: 5px;
}
.blog-detail .sec-title:before {
  top: 10px;
}

.comment-inner {
  padding: 30px;
  position: relative;
  margin: 30px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
  box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
}
.com-img {
  width: 80px;
  height: 80px;
  display: table-cell;
  vertical-align: top;
}
.com-img img {
  border-radius: 200px;
}
.comm-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
.comm-content p {
  margin-top: 15px;
}
.comm-content span {
  color: #0c65ed;
  font-size: 13px;
  display: inline-block;
  margin-left: 20px;
}
.reply {
  position: absolute;
  top: 30px;
  right: 30px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 12px;
  color: #1a1a1a;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.reply:hover {
  color: #0c65ed;
}
.reply i {
  margin-right: 5px;
}
.sub-comm {
  margin-left: 80px;
}
.form-wrap {
  position: relative;
}
.form-wrap i {
  position: absolute;
  left: 10px;
  top: 5px;
  font-size: 17px;
  color: #1a1a1a;
}
.blog-comment-form {
  margin-top: 60px;
}
.comment-form .form-control {
  margin-top: 30px;
  border: 0;
  border-bottom: 1px solid #1a1a1a;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-form .form-control:hover,
.comment-form .form-control:focus {
  border-color: #0c65ed;
}
.form-wrap .form-control {
  padding-left: 35px;
}
.comment-form .btn-custom {
  margin-top: 30px;
  color: #fff;
  padding: 13px 22px 11px;
  font-size: 18px;
}
.comment-form .btn-custom:hover {
  background-color: #1a1a1a;
}

/*--------------------------------------
 portfolio detail page
---------------------------------------*/
.project-slide img {
  border-radius: 7px;
}
.project-thumb {
  margin-bottom: 10px;
}
.project-thumb img {
  border-radius: 5px;
}
.project-box {
  margin: 80px 0 80px;
  position: relative;
}
.project-box ul {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
  box-shadow: 0 0 51px 0 rgba(67, 67, 67, 0.15);
  padding: 38px 0;
}
.project-box li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 0 10px;
}
.project-box h5 {
  color: #0c65ed;
  margin-bottom: 5px;
}
.project-box p {
  color: #1a1a1a;
}
.project-box span {
  display: block;
  font-size: 14px;
}
.project-box .socials a {
  height: 26px;
  width: 26px;
  color: #1a1a1a;
  display: inline-block;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 4px;
  border-radius: 2px;
  font-size: 16px;
}
.project-box .socials a:hover {
  background-color: #0c65ed;
  color: #fff;
}
.project-box .btn-custom {
  background-color: #0c65ed;
  color: #fff;
  padding: 12px 13px 9px;
  margin-top: 18px;
}
.project-box .btn-custom:hover {
  background-color: #1a1a1a;
}
.description {
  margin-bottom: 80px;
}
.project-detail .sec-title {
  font-size: 30px;
}

.description .content li {
  position: relative;
  margin-bottom: 18px;
  padding-left: 13px;
}
.description .content li:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 10px;
  background-color: #1a1a1a;
}
.description .content p {
  color: #666666;
}

/*--------------------------------------
 map
---------------------------------------*/
.map {
  height: 450px;
}

/*--------------------------------------
  contact us
---------------------------------------*/
.con-info {
  text-align: center;
  padding: 0 10px;
  margin-top: 30px;
}
.con-info i {
  width: 65px;
  height: 65px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  display: block;
  font-size: 35px;
  color: #0c65ed;
  padding-top: 13px;
  -webkit-box-shadow: 0 0 50px 0 rgba(67, 67, 67, 0.25);
  box-shadow: 0 0 50px 0 rgba(67, 67, 67, 0.25);
}
.con-info h5 {
  margin: 25px 0 12px;
}
/*--------------------------------------
  page 404
---------------------------------------*/
.page404 {
  background-image: url("../img/home/not-f-bg.jpg");
  background-size: cover;
  padding: 150px 0;
  text-align: center;
}
.page404 h2 {
  font-size: 40px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 20px 0 10px;
}
.search-form {
  position: relative;
  max-width: 370px;
  margin: 30px auto;
}
.search-form button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #0c65ed;
  color: #fff;
  outline: 0;
  border: 0;
  border-radius: 4px;
  height: 30px;
  width: 30px;
  padding-top: 3px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-form .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #0c65ed;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px;
}
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #1a1a1a;
}
.page404 .btn-custom {
  background-color: #0c65ed;
  color: #fff;
  padding: 11px 30px 10px;
  display: inline-block;
  margin-top: 20px;
}
.page404 .btn-custom:hover {
  background-color: #1a1a1a;
}
.cbg {
  background-color: #ccc;
}

/*--------------------------------------
   switcher customize
---------------------------------------*/

#bg {
  background-attachment: fixed;
  background-size: cover;
  text-align: justify;
}
.boxed .page-wraper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.boxed .sticky-menu {
  max-width: 1200px;
  margin: 0 auto;
}

/*--------------------------------------
   FRONT PAGE
---------------------------------------*/
.front-page-box-fancy {
  background: linear-gradient(to right, #1d4298 0%, #1d4298 51%, #002476 100%);

  margin-top: 20px;

  border-radius: 12px;

  padding: 15px;

  box-shadow: 1px 0 2px #d7d7d7;

  color: #ffffff;
}
.front-page-box-fancy .front-page-heading {
  text-align: center;

  font-size: 25px;

  margin-bottom: 10px;
}

.front-page-box-fancy .front-page-paragraph {
  line-height: 25px;

  min-height: 100px;

  font-size: 15px;
}

.front-page-box-fancy .lapi-holder {
}

.front-page-box-fancy .lapi-holder img {
  border-radius: 7px;

  transition: 0.3s;
}

.front-page-box-fancy .lapi-holder img:hover {
  transform: scale(1.04);
}

.content-box-fancy {
  background: #ddd;

  margin-top: 20px;

  border-radius: 12px;

  padding: 15px;

  box-shadow: 1px 0 2px #d7d7d7;

  color: #000000;
}
.content-box-fancy h3 {
  text-align: center;

  font-size: 25px;

  margin-bottom: 10px;
}

.content-box-fancy p {
  line-height: 25px;

  min-height: 100px;

  font-size: 15px;
}

.content-box-fancy .lapi-holder {
}

.content-box-fancy .lapi-holder img {
  border-radius: 7px;

  transition: 0.3s;
}

.content-box-fancy .lapi-holder img:hover {
  transform: scale(1.04);
}

.headImg {
  background: url("../img/headBg.png") no-repeat;
  background-size: contain !important;
  background-size: 100% auto !important;
  height: 250px;
  margin-bottom: 0;
  margin-top: -50px;
  position: absolute;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.column {
  width: 100%;
  float: left;
  line-height: 14px;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
  height: auto;
  background: url(../images/columnbg.jpg);
  padding: 10px;
}

.column img {
  width: 100% !important;
  height: auto;
  margin-bottom: 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  background-image: url(/images/loading.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 50px;
  background-color: #000;
  border-radius: 15px;
}

.content-page img {
  border-radius: 15px;
  box-shadow: 1px 1px 10px #b3b3b3;
}

.content-page table {
  border-radius: 15px;
  overflow: hidden;
}

.bilete-online-holder {
}

.bilete-online-holder .spa-1 {
}

.bilete-online-holder .spa-2 {
}

.bilete-online-holder .masaj-1 {
}

.contact-us-ct {
  position: relative;
  width: 300px;
  height: 64px;
  z-index: 9999;
  margin-top: 22px;
  margin: auto;
}
.contact-us-button {
  width: calc(25% - 12px);
  background: rgba(0, 0, 0, 0.06);
  height: 64px;
  float: right;
  margin-right: 3px;
}

.contact-us-button.fb {
  background: url(/images/icon/messenger-logo.png), #b0e7ff;
  background-size: 64px;
}
.contact-us-button.wa {
  background: url(/images/icon/whatsapp-logo.png), #d4ffdc;
  background-size: 64px;
}
.contact-us-button.email {
  background: url(/images/icon/mail-logo.png), #baf5ff;
  background-size: 64px;
}
.contact-us-button.phone {
  background: url(/images/icon/phone-logo.png), #d1fcff;
  background-size: 64px;
}

.contact-us-toggle {
  position: fixed;
  bottom: 82px;
  right: 20px;
  padding: 14px;
  font-size: 20px;
  border: 1px solid #ff8a00;
  z-index: 9999;
  border-radius: 4px;
  opacity: 0.9;
  background: rgba(27, 26, 28, 0.7);
  color: #fff;
}

.index-section {
  padding-bottom: 30px;
}

.c-icon {
  vertical-align: middle;
  display: table-cell;
  height: 120px;
  width: 120px;
  box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.25);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(67, 67, 67, 0.25);
  color: #ffffff;
  font-size: 40px;
  padding-top: 0px;
  text-align: center;
  border-radius: 100px;
  margin-right: 25px;
  background-color: #03c6fc;
}

.project {
  position: relative;
}
.proj-content h4 {
  font-size: 14px;
  color: #000000;
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: 400;
}
.proj-content h5 {
  font-size: 14px;
  color: black;
  text-transform: none !important;
  color: #000 !important;
}
.proj-img {
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.proj-img img {
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.port-item:hover .proj-img {
  -webkit-box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.5);
  box-shadow: 0 0 15px 0 rgba(67, 67, 67, 0.5);
}

.project:hover .proj-content h5 {
  color: #fff !important;
}

.section-hover-efect:hover {
  transform: scale(1.08);
  border: 1px solid blue;
  transition: 0.3s;
}

.hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #0c1c3f;
  line-height: 1.3;
}

.hero h1 span {
  color: #0c1c3f;
}

.hero p {
  font-size: 1rem;
  color: #666;
  margin-top: 20px;
  max-width: 600px;
}

.buttons {
  margin-top: 30px;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  margin-right: 15px;
  font-size: 0.95rem;
}

.btn-primary {
  background-color: #173293;
  color: #fff;
}

.btn-secondary {
  background-color: #f37021;
  color: #fff;
}

.features {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  padding: 30px 0;
  border-top: 1px solid #e0e0e0;
  gap: 15px;
  flex-wrap: wrap;
}

.feature {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 1rem;
  color: #1a1a1a;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  min-width: 150px;
}

.feature strong {
  font-size: 1.5rem;
  color: #173293;
}

/* headerul secțiunii: titlu + subtitlu se aliniază pe două rânduri când nu mai încape */
#parteneri .parteneri-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
#parteneri .parteneri-head h2 {
  margin: 0;
  font-size: 32px;
}
#parteneri .parteneri-head span {
  color: #64748b;
}

/* grila de logo-uri (desktop implicit) */
#parteneri .partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

/* breakpoint-uri */
@media (max-width: 1200px) {
  #parteneri .partners-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 992px) {
  #parteneri .partners-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  #parteneri .partners-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  #parteneri .partners-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 380px) {
  #parteneri .partners-grid {
    grid-template-columns: 1fr;
  }
}

/* imagini: se încadrează în card cu paddingul tău */
#parteneri .partners-grid img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Grila parteneri */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 coloane pe ecran mare */
  gap: 18px;
}

/* Cardurile de logo */
.partner-card {
  padding: 10px;
  background: #fff;
  border: 1px dashed #e2e8f0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  color: #64748b;
  font-weight: 700;
}

.partner-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* Breakpoints pentru responsive */
@media (max-width: 1200px) {
  .partners-grid {
    grid-template-columns: repeat(4, 1fr); /* 4 coloane */
  }
}

@media (max-width: 992px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr); /* 3 coloane */
  }
}

@media (max-width: 768px) {
  .partners-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 coloane */
  }
}

@media (max-width: 480px) {
  .partners-grid {
    grid-template-columns: 1fr; /* 1 coloană pe mobil mic */
  }
}

.hero-parteneri {
  padding: 64px 0;
  color: #fff;

  border-bottom: 1px solid #dfe3ef;
  position: relative;
  background: url("/images/companies/band2.jpeg") center/cover no-repeat;
}

/* overlay întunecat peste imagine */
.hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  /* border-radius: 12px; */
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 80px;
}

.hero-content h1 {
  margin: 0 0 8px;
  font-size: 36px;
}

.hero-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

/* pe tablete și telefoane => imagine mai mică */
@media (max-width: 768px) {
  .hero-parteneri {
    background: url("/images/companies/band2.jpeg") center/cover no-repeat;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content p {
    font-size: 14px;
  }
}

.benefits-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  max-width: 1200px;
  margin: 0 auto;
  align-items: stretch; /* face toate cardurile egale pe înălțime */
}
@media (min-width: 992px) {
  .benefits-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.benefit-card {
  background: #fff;
  border: 1px solid #e4e8f2;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.benefit-card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

/* Containerul pentru titlu: rezervă spațiu pentru max. 2 rânduri */
.benefit-title {
  /* ajustează aceste valori dacă schimbi font-size/line-height */
  --title-font-size: 22px; /* 20–22px recomandat */
  --title-line-height: 1.3; /* ~28px/rând la 22px */
  --title-lines: 2; /* câte rânduri vrei să permiți */
  min-height: calc(
    var(--title-font-size) * var(--title-line-height) * var(--title-lines)
  );
  display: flex;
  align-items: flex-end; /* aliniază textul jos în spațiul rezervat */
  margin: 0 0 14px;
}

.benefit-title h3,
.benefit-title h4 {
  margin: 0;
  font-weight: 600;
  color: #1e293b; /* titlu pe alb */
  text-align: left; /* nu justify */
  font-size: var(--title-font-size);
  line-height: var(--title-line-height);
}

.benefit-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #475569; /* subtitlu cu nuanță potrivită */
  text-align: left; /* forțează stânga chiar dacă ai reguli globale */
  text-justify: auto; /* anulăm eventuale stiluri globale */
  flex-grow: 1; /* umple spațiul ca toate cardurile să fie egale */
}

/* CTA block */
/* CTA block (culori originale) */
.cta-block {
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  border-radius: 22px;
  color: #fff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cta-block h3 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.3;
  color: #fff; /* titlu pe alb */
}

.cta-block .muted {
  color: #e7eaf6; /* ca în versiunea inițială */
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

/* buton accent – portocaliu original */
.cta-block .btn.accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  font-weight: 700;
  border: 1px solid transparent;
  background: #f97316;
  color: #fff;
}
.cta-block .btn.accent:hover {
  background: #fb7f2a; /* ușor mai deschis la hover */
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.35);
}

/* responsive */
@media (max-width: 768px) {
  .cta-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
  }
  .cta-block .btn.accent {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .cta-block {
    padding: 18px;
    border-radius: 16px;
  }
  .cta-block h3 {
    font-size: 20px;
  }
  .cta-block .muted {
    font-size: 14px;
  }
  .cta-block .btn.accent {
    padding: 10px 16px;
    border-radius: 8px;
  }
}

/* Head secțiune */
#servicii .section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
#servicii .section-head h2 {
  margin: 0;
  font-size: 28px;
  color: #0f172a;
}

/* Buton ghost, ca în designul inițial */
.btn.ghost {
  display: inline-block;
  color: var(--brand);
  border: 1px solid var(--brand);
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
}
.btn.ghost:hover {
  background: var(--brand);
  color: #fff;
  transform: translateY(-2px);
}

/* Grilă responsive: 3 → 2 → 1 coloane */
#servicii .grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
@media (max-width: 992px) {
  #servicii .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  #servicii .grid-3 {
    grid-template-columns: 1fr;
  }
}

/* Card servicii */
#servicii .card {
  background: #fff;
  border: 1px solid #e4e8f2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
  display: flex;
  flex-direction: column;
}
#servicii .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  border-color: #d5dbea;
}

/* Imagini egale (crop fin, fără deformare) */
#servicii .card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9; /* înălțime uniformă pentru toate cardurile */
  object-fit: cover; /* taie elegant, păstrează proporțiile */
}

/* Conținut card */
#servicii .card .body {
  padding: 16px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#servicii .card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: #0f172a;
  font-weight: 700;
}
#servicii .card .muted {
  margin: 0;
  color: #475569;
  line-height: 1.65;
  font-size: 15px;
}

/* Chip (eticheta) */
#servicii .chip {
  align-self: flex-start;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 6px 10px;
  border-radius: 999px;
  line-height: 1;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.hero-servicii {
  padding: 64px 0;
  color: #fff;
  background: url("/images/companies/band6.jpg") center/cover no-repeat; /* ← înlocuiește cu imaginea ta locală */
  border-bottom: 1px solid #dfe3ef;
  position: relative;
}
.hero-servicii::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.hero-servicii h1 {
  margin: 0 0 10px;
  font-size: 36px;
}
.hero-servicii p {
  margin: 0;
  line-height: 1.7;
  max-width: 800px;
}
@media (max-width: 768px) {
  .hero-servicii h1 {
    font-size: 28px;
  }
  .hero-servicii p {
    font-size: 14px;
  }
}

/* Head secțiune */
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 26px 0 18px;
}
.section-head h2 {
  margin: 0;
  font-size: 28px;
  color: var(--ink);
}
.btn.ghost {
  display: inline-block;
  color: var(--brand);
  border: 1px solid var(--brand);
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.25s ease;
}
.btn.ghost:hover {
  background: var(--brand);
  color: #fff;
  transform: translateY(-2px);
}

/* Grid servicii */
.grid-3 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 992px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

/* Secțiunea „De ce să lucrați cu noi?” */
#beneficii {
  padding: 70px 0;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

#beneficii .beneficii-head {
  text-align: center;
  margin: 0 0 40px;
}
#beneficii .beneficii-head h2 {
  margin: 0 0 16px;
  font-size: 32px;
  color: var(--ink);
}
#beneficii .beneficii-head p {
  margin: 0 auto;
  max-width: 800px;
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
}

/* Grid: 3 → 2 → 1 coloane */
.beneficii-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .beneficii-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .beneficii-grid {
    grid-template-columns: 1fr;
  }
}

/* Card beneficiu */
.beneficiu-card {
  background: #fff;
  border: 1px solid var(--ring);
  border-radius: 14px;
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.25s ease, transform 0.25s ease,
    border-color 0.25s ease;
}
.beneficiu-card:hover {
  transform: translateY(-3px);
  border-color: #d5dbea;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

/* Icon rotund */
.beneficiu-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

/* Conținut card */
.beneficiu-content h4 {
  margin: 0 0 6px;
  font-size: 18px;
  color: var(--ink);
  text-align: left;
}
.beneficiu-content p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
  text-align: left;
}

.hero-about {
  padding: 64px 0;
  color: #fff;
  background: url("/images/companies/band.jpeg") center/cover no-repeat; /* ← înlocuiește cu imaginea ta locală */
  border-bottom: 1px solid #dfe3ef;
  position: relative;
}
.hero-about::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.hero-about h1 {
  margin: 0 0 10px;
  font-size: 36px;
}
.hero-about p {
  margin: 0;
  line-height: 1.7;
  max-width: 800px;
}
@media (max-width: 768px) {
  .hero-about h1 {
    font-size: 28px;
  }
  .hero-about p {
    font-size: 15px;
  }
}

/* Secțiune „Cine suntem” */
.section {
  padding: 56px 0;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.section.alt {
  background: #fdfdfd;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}
.section-head h2 {
  margin: 0;
  font-size: 28px;
}
.lead {
  color: #475569;
  line-height: 1.8;
  font-size: 16px;
}
.twocol {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 28px;
}
@media (max-width: 900px) {
  .twocol {
    grid-template-columns: 1fr;
  }
}

/* Listă programe/servicii */
.list-check {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}
.list-check li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: #475569;
  line-height: 1.7;
}
.list-check i {
  color: var(--accent);
  margin-top: 3px;
}

/* Carduri competențe / certificări */
.grid-3 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 992px) {
  .grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.card {
  background: #fff;
  border: 1px solid var(--ring);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: 0.25s ease;
  display: flex;
  gap: 14px;
}
.card:hover {
  transform: translateY(-3px);
  border-color: #d5dbea;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
.card .icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.card h3 {
  margin: 2px 0 6px;
  font-size: 18px;
}
.card p {
  margin: 0;
  color: #64748b;
  line-height: 1.6;
  font-size: 15px;
}

/* Listă personal autorizat */
.qual-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}
.qual-item {
  background: #fff;
  border: 1px solid var(--ring);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
.qual-item i {
  color: var(--brand);
  margin-top: 3px;
}
.qual-item strong {
  display: block;
  margin-bottom: 4px;
}

/* Box evidență (separare gaze & servicii postimplementare) */
.emph {
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  color: #fff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.emph h3 {
  margin: 0 0 8px;
  font-size: 20px;
  color: #fff;
}
.emph p {
  margin: 0;
  line-height: 1.8;
  color: #e7eaf6;
}

/* CTA final - păstrăm stilul brand */
.cta-block {
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  border-radius: 22px;
  color: #fff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 10px 0 0;
}
.cta-block h3 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.3;
}
.cta-block .muted {
  color: #e7eaf6;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
.btn.accent {
  background: var(--accent);
  color: #fff;
  font-weight: 700;
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.3s ease;
}
.btn.accent:hover {
  background: #fb7f2a;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.35);
}
@media (max-width: 768px) {
  .cta-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
  }
  .btn.accent {
    width: 100%;
    text-align: center;
  }
}

.qual-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .qual-list {
    grid-template-columns: 1fr;
  }
}

.qual-item {
  background: #fff;
  border: 1px solid var(--ring);
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.qual-item strong {
  display: block;
  margin-bottom: 4px;
}

.emoji {
  font-size: 22px;
  line-height: 1;
}

/* Grid contact persoane */
.contact-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin: 40px 0;
}
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
.contact-card {
  background: #fff;
  border: 1px solid var(--ring);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  gap: 14px;
}
.contact-emoji {
  font-size: 28px;
}
.contact-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.contact-card p {
  margin: 2px 0;
  color: var(--muted);
  font-size: 15px;
}

/* Info firmă */
.company-box {
  background: #fff;
  border: 1px solid var(--ring);
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.company-box h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
.company-box p {
  margin: 4px 0;
  color: #475569;
}

/* Harta */
.map-wrapper {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

.hero-contact {
  padding: 64px 0;
  color: #fff;

  border-bottom: 1px solid #dfe3ef;
  position: relative;
  background: url("/images/companies/band3.jpg") center/cover no-repeat;
}

.hero-inner2 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.hero-contact::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.hero-contact h1 {
  margin: 0 0 10px;
  font-size: 36px;
}
.hero-contact p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.hero-cert {
  padding: 64px 0;
  color: #fff;
  background: url("/images/companies/band4.jpg") center/cover no-repeat; /* ← înlocuiește cu imaginea ta locală */
  border-bottom: 1px solid #dfe3ef;
  position: relative;
}
.hero-cert::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}
.hero-cert {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}
.hero-cert h1 {
  margin: 0 0 10px;
  font-size: 36px;
}
.hero-cert p {
  margin: 0;
  line-height: 1.7;
  max-width: 800px;
}

/* Secțiuni */
.section {
  padding: 56px 0;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.section.alt {
  background: #fdfdfd;
}
.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}
.section-head h2 {
  margin: 0;
  font-size: 28px;
}
.muted {
  color: #475569;
}

/* Listă standarde (stânga) */
.cert-lead {
  max-width: 900px;
  margin: 0 0 14px;
  text-align: left;
}
.cert-list {
  margin: 0;
  padding-left: 18px;
  color: #475569;
  line-height: 1.8;
}
.cert-list li {
  margin: 2px 0;
}

/* Grid certificate — responsive, merge și cu 2 carduri */
.grid-cert {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.cert-card {
  background: #fff;
  border: 1px solid var(--ring);
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: 0.25s ease;
}
.cert-card:hover {
  transform: translateY(-3px);
  border-color: #d5dbea;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

/* Imagini certificate – fără decupare */
.cert-thumb {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: contain;
  display: block;
  background: #fff;
  padding: 10px;
}

.cert-body {
  padding: 14px 16px;
  text-align: left;
}
.cert-title {
  margin: 0 0 6px;
  font-size: 16px;
}
.cert-meta {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

/* CTA */
.cta-block {
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  border-radius: 22px;
  color: #fff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.cta-block h3 {
  margin: 0 0 6px;
  font-size: 24px;
}
.cta-block .muted {
  color: #e7eaf6;
}
.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 700;
  transition: 0.25s ease;
}
.btn.accent {
  background: var(--accent);
  color: #fff;
}
.btn.accent:hover {
  background: #fb7f2a;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(249, 115, 22, 0.35);
}
@media (max-width: 768px) {
  .cta-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
  }
  .btn.accent {
    width: 100%;
    text-align: center;
  }
}

/* HERO */

.hero-portofoliu {
  padding: 64px 0;
  color: #fff;
  background: url("/images/companies/band10.jpg") center/cover no-repeat; /* ← înlocuiește cu imaginea ta locală */
  border-bottom: 1px solid #dfe3ef;
  position: relative;
}
.hero-portofoliu::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hero-portofoliu h1 {
  margin: 0 0 8px;
  font-size: 36px;
}
.hero-portofoliu p {
  margin: 0;
  line-height: 1.7;
  max-width: 900px;
}

/* Secțiuni */
.p-section {
  padding: 56px 0;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.p-section.alt {
  background: #fdfdfd;
}
.p-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 18px;
}
.p-head h2 {
  margin: 0;
  font-size: 28px;
}
.p-muted {
  color: #475569;
}

/* Filtre */
.p-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 22px;
}
.p-chip {
  display: inline-block;
  font-size: 13px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef2ff;
  color: #344a9a;
  border: 1px solid #dbe3ff;
  user-select: none;
  cursor: pointer;
  transition: 0.25s ease;
}
.p-chip:hover {
  background: #dbe3ff;
}
.p-chip.active {
  background: #1d4298;
  color: #fff;
  border-color: #1d4298;
}

/* Grid proiecte */
.p-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  .p-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .p-grid {
    grid-template-columns: 1fr;
  }
}

.p-card {
  background: #fff;
  border: 1px solid var(--ring);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: 0.25s ease;
  display: flex;
  flex-direction: column;
}
.p-card:hover {
  transform: translateY(-3px);
  border-color: #d5dbea;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
.p-thumb {
  width: 100%;
  aspect-ratio: 16/9; /* menține proporția */
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid #eef2f7;
}
.p-body {
  padding: 16px;
}
.p-label {
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.p-label.hvac {
  background: #1d4298;
}
.p-label.gaze {
  background: #0ea5e9;
}
.p-label.electric {
  background: #7c3aed;
}
.p-label.clima {
  background: #16a34a;
}
.p-label.psi {
  background: #dc2626;
}
.p-title {
  margin: 0 0 6px;
  font-size: 18px;
}
.p-meta {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.p-actions {
  margin-top: auto;
  padding: 12px 16px;
  border-top: 1px solid #eef2f7;
}
.p-btn {
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 700;
  transition: 0.25s ease;
  border: 1px solid #d9e0ef;
  color: #1d4298;
  background: #fff;
}
.p-btn:hover {
  background: #f1f5ff;
  border-color: #c7d2fe;
}
.p-btn.accent {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.p-btn.accent:hover {
  background: #fb7f2a;
}

/* CTA */
.p-cta {
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
  border-radius: 22px;
  color: #fff;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.p-cta h3 {
  margin: 0 0 6px;
  font-size: 24px;
}
.p-cta .p-muted {
  color: #e7eaf6;
}
@media (max-width: 768px) {
  .p-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 24px;
  }
  .p-btn.accent {
    width: 100%;
    text-align: center;
  }
}
.p-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}
.p-card:hover {
  cursor: pointer;
}

.g-section {
  padding: 48px 0;
  background: #fff;
}
.g-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .g-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .g-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .g-grid {
    grid-template-columns: 1fr;
  }
}

.g-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--ring);
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: 0.25s ease;
}
.g-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}
.g-thumb {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
}
