/*-----------------------------------------------------------------------------------

    Template Name: Consultemo - Business & Consultancy HTML5 Template
    Template URI: https://emoderntheme.com/consultemo
    Description: A Library of Responsive Bootstrap5, HTML5, and CSS3 Website Templates
    Author: Emoderntheme
    Author URI: https://themeforest.net/user/emoderntheme
    Version: 1.0.1

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
    02. Header CSS
    2.1. Header Top CSS
    03. Hero CSS
    04. Service CSS
    05. About CSS
    06. Skill CSS
    07. Counter CSS
    08. Team CSS
    09. Testimonial CSS
    10. Choose Us CSS
    11. Blog CSS
    12. Pricing CSS
    13. Blog Standard CSS
    14. Blog Details CSS
    15. Contact CSS
    16. Page Banner CSS
    17. Footer CSS
    18. Footer Widget CSS

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&amp;display=swap');
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
  font-family: "Heebo", sans-serif;
  
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}
body[dir=rtl] {
  text-align: right;
} 
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
  color: #4682B4;
}

h5 {
  font-size: 16px;
}

p {
     margin-bottom: 10px;
     margin-top: 10px;
     
     font-size: 16px;
    line-height: 28px;
    color: #000;
  
}

a, button {
  color: #000;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  transition: all 0.3s linear;
  outline: 0;
}
a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #4682B4;
}

ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

.fix {
  overflow: hidden;
}

/*-- Common Classes --*/
.section,
.main-wrapper {

  width: 100%;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 38px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section-padding-02 {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 20px;
  }
}

.section-padding-03 {
  padding-top: 23px;
  padding-bottom: 40px;
  background: #ECF7F7;
}
@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}
.section-padding-04 {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #ECF7F7;
}
/*--Section Title--*/

.headline-subtitle {
  padding: 8px 10px 8px 10px;
  border-radius: 2em 2em 2em 2em;
  border: 1px solid #4682B4;
  border-style: solid;
  padding: 0 1.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  color:#002F4B;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
}
.headline-middle {
  text-align: center;
  margin-bottom: 0px;
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 10px;
  height: 10px;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6B66C6;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

/*--  Preloader Styles  --*/
#loading {
  background-color: #4682B4;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}
#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}
#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  transform: rotate(-135deg);
}
#loading #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}
#loading #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
#loading #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#loading #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#loading .object {
  border-radius: 5% 5% 5% 5%;
  position: absolute;
  border-top: 5px solid #002F4B;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #CDE9DF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

@-webkit-keyframes animate {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}

@keyframes animate {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}
/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/

/*Input Field & Select*/
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]),
textarea {
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #415674;
  border-radius: 4px;
  background-color: #F8F8FF;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s linear;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):focus,
textarea:focus {
  outline: none;
  border-color: #6B66C6;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;

}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}
input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/

.btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: #4682B4;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  /*height: 40px;*/
  line-height: 10px;
  padding: 10px 37px 10px 18px;
  text-transform: uppercase;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}
.btn i {
  position: relative;
  top: 1px;
  left: 30px;
}

[class*=btn-icon-] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.header-section {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 999;
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #F8F8FF;
  /*box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50px;*/
  padding-left: 2px;
  padding-right: 1px;
}
@media only screen and (max-width: 991px) {
  .header-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.header-menu {
  margin-left: auto;
}

.main-menu ul li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .main-menu ul li {
    margin-right: 22px;
  }
}
.main-menu ul li:last-child {
  margin-right: 0;
}
.main-menu ul li.has-dropdown > a {
  padding-right: 14px;
}
.main-menu ul li.has-dropdown > a::after {
  position: absolute;
  content: "\f16c";
  right: -4px;
  top: 25px;
  font-size: 10px;
  color: #002e5b;
  font-family: "flaticon";
}
.main-menu ul li a {
  color: #1A1A1A;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  padding: 25px 0;
  text-transform: uppercase;
  display: inline-block;
  transition: 0.3s;
}
.main-menu ul li:hover > a {
  color: #FF7801;
}
.main-menu ul li:hover > a::after {
  color: #FF7801;
}
.main-menu ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  min-width: 300px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 12px 0px 12px;
  transition: 0.3s;
  border-top: 2px solid #4682B4;
}
.main-menu ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: inline;
  position: relative;
  width: 100%;
  display: block;
}
.main-menu ul li .sub-menu li a {
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 7px 25px;
  transition: 0.3s;
  color: #031628;
  text-transform: none;
}
.main-menu ul li .sub-menu li:hover > a {
  color: #fff;
  background: #4682B4;
}

.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-top-section {
  background: #4682B4;
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.header-top-wrapper .header-top-info ul li {
  display: inline-block;
 
  line-height: 30px;
  color: #fff;
  position: relative;
}
.header-top-wrapper .header-top-info ul li i {
  font-size: 16px;
  color: #fff;
  position: relative;
  top: 1px;
  margin-right: 7px;
}
.header-top-wrapper .header-top-info ul li + li {
  margin-left: 40px;
}
.header-top-wrapper .header-social {
  display: flex;
  align-items: center;
}
.header-top-wrapper .header-social ul li {
  display: inline-block;
}
.header-top-wrapper .header-social ul li + li {
  margin-left: 20px;
}
.header-top-wrapper .header-social ul li a {
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  font-size: 11px;
  border-radius: 50px;
  background: #CDE9DF;
  color: #4682B4;
}
.header-top-wrapper .header-social ul li a:hover {
  background: #FF7801;
  color: #CDE9DF;
}

.header-section {
  background: #F8F8FF;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
}


.header-section .main-menu ul li.has-dropdown > a {
  padding-right: 14px;
}
.header-section .main-menu ul li.has-dropdown > a::after {
  top: 30px;
  color: #1A1A1A;
}
.header-section .main-menu ul li a {
  color: #1A1A1A;
  padding: 30px 0;
}
.header-section .main-menu ul li:hover > a {
  color: #4682B4;
}
.header-section .main-menu ul li:hover > a::after {
  color: #4682B4;
}
.header-section .header-btn .btn {
  margin-left: 40px;
}

@media only screen and (max-width: 991px) {
  .header-section .header-bottom-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: #1a1a1a;
  border-top: 1px solid #FF7F50;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.mean-container .mean-nav ul li a:hover {
  color: #FF7801;
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: #1a1a1a;
  line-height: 30px;
  top: 0;
  font-weight: 300;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--tp-theme-1);
  color: #6B66C6;
  border-color: #ebebeb;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-heading-primary);
      font-size: 18px;
    margin-left: -33px;
}

.fa, .fas {
    font-weight: 900;
    font-size: 15px;
    margin-left: -24px;
}

/*----------------------------------------*/
/*  00. Sidebar CSS START
/*----------------------------------------*/
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #F8F8FF none repeat scroll 0 0;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}

@media only screen and (max-width: 575px) {
  .sidebar__area {
    width: 360px;
  }
}
@media only screen and (max-width: 449px) {
  .sidebar__area {
    width: 290px;
  }
}
.sidebar__area.sidebar-opened {
  right: 0px;
}
.sidebar__wrapper {
  position: relative;
  padding: 45px;
  background: #fff;
}
@media only screen and (max-width: 449px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}
.sidebar__close {
  position: absolute;
  top: 35px;
  right: 45px;
}
@media only screen and (max-width: 449px) {
  .sidebar__close {
    top: 22px;
    right: 20px;
  }
}
.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 49px;
  background: #000;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 50%;
}
.sidebar__close-btn:hover {
  background: #002F4B;
}
.sidebar__logo {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #FF7F50;
}

.sidebar__text p {
  margin-bottom: 25px;
  font-size: 16px;
}
.sidebar__contact {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sidebar__contact h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #000000;
}
.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar__contact ul li:hover i {
  background: #FF7F50;
  color: #CDE9DF;
  border-color: #ebebeb;
}
.sidebar__contact ul li:hover a {
  color: #6B66C6;
}
.sidebar__contact-icon {
  margin-right: 15px;
}
.sidebar__contact-icon i {
  display: inline-block;
  background: #4682B4;
  color: #FF7F50;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 50px;
}
.sidebar__contact-text a {
  font-size: 18px;
  font-weight: 300;
  color: #343a40;
}

.sidebar__social ul li {
  display: inline-block;
}
.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}
.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #4682B4;
  color: #FF7F50;
  border-radius: 5px;
}
.sidebar__social ul li a:hover {
  background: #FF7F50;
  color: #CDE9DF;
}
.side-menu-icon {
  margin-left: 30px;
}

.side-menu-icon {
  width: 52px;
  height: 52px;
  line-height: 65px;
  background: #002F4B;
  text-align: center;
  border-radius: 10%;
}

.side-menu-icon span {
  width: 20px;
  height: 2px;
  background: #CDE9DF;
  margin: 6px 0;
  display: block;
  transition: all 0.3s linear;
}

.side-menu-icon span:first-child {
  /*width: 12px;*/
  margin-left: auto;
}
.side-menu-icon:hover span:first-child {
  width: 20px;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.body-overlay:hover {
  cursor: pointer;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/
.consultemo-hero-section {
  background: #004758;
  height: 860px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;

  padding-top: 0px;
}
.consultemo-hero-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #004758;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.consultemo-hero-section .hero-content {
  max-width: 1295px;
}
.consultemo-hero-section-06::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #004758;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.consultemo-hero-section-06 {
  background: #004758;
  height: 460px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.consultemo-hero-section-06 .hero-content h2 {
  font-size: 40px;
  line-height: 45px;
  color: #ffffff;
  margin-top: 15px;
}
.consultemo-hero-section-06 .hero-content .text {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 15px;
}
.consultemo-hero-section .hero-content .sub-title {
  display: inline-block;
  font-size: 26px;
  
  letter-spacing: 2px;
  color: #fff;
  margin-top: 14px;
    margin-bottom: 14px;
 
}
.consultemo-hero-section .hero-content .title {
  font-size: 54px;
  
  letter-spacing: -1.5px;
  color: #ffffff;
 margin-top: 1px;
 margin-bottom: -8px;
   
   
}
.consultemo-hero-section .hero-content .text {
  font-size: 18px;
 
  color: #ffffff;
 margin-top: 1px;
   
}

@media only screen and (max-width: 1199px) {
  .consultemo-hero-section {
    height: 710px;
  }
  .consultemo-hero-section .hero-content .title {
    font-size: 58px;
  }
}
@media only screen and (max-width: 991px) {
  .consultemo-hero-section {
    height: 650px;
  }
  .consultemo-hero-section .hero-content .title {
    font-size: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .consultemo-hero-section {
    height: 580px;
  }
  .consultemo-hero-section .hero-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 449px) {
  .consultemo-hero-section {
    height: 580px;
  }
  .consultemo-hero-section .hero-content .title {
    font-size: 30px;
  }
  .consultemo-hero-section .hero-content .text {
    font-size: 16px;
  }
}
.consultemo-hero-section .hero-content .hero-btn-wrap {
  display: flex;
  margin-top: 25px;
}

@media only screen and (max-width: 449px) {
  .consultemo-hero-section-02 .hero-content .hero-btn-wrap {
    margin-top: 30px;
    flex-direction: column;
    gap: 25px;
  }
  .consultemo-hero-section-02 .hero-content .hero-btn-wrap .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.consultemo-hero-section-06 .hero-content .hero-btn-wrap {
  display: flex;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .consultemo-hero-section-03 .hero-img3 {
    bottom: 0;
    top: 85px;
  }
  .consultemo-hero-section-03 .hero-img3 img {
    width: 510px;
  }
}

/*--
/*  04 - Service CSS
/*----------------------------------------*/

.service-details-section {
  background:
#CDE9D9;
}
.service-info-wrap {
  margin-left: 70px;
}
@media only screen and (max-width: 991px) {
  .service-info-wrap {
    margin-left: 0px;
  }
}

.service-wrap .headline-title {
  color: #0F2B46;
  font-size: 40px;
  line-height: 1.1;
}

.service-item {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 9px;
  padding: 25px 25px 20px;
  margin-top: 25px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #4682B4;
  transition: all 0.3s linear;
  z-index: 1;
}


.service-image-wrap .service-image {
  position: relative;
   overflow:hidden;
   height:460px;
}
.service-image-wrap .service-image img {
  border-radius: 20px;
  position: absolute;
   top:50%;
   left:45%;
   transform:translate(-50%,-50%);
   height:auto;
   object-fit:cover;
}

.service-image-wrap .btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: #4682B4;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border: 1px solid #FF7F50;
  color: #FF7F50;
  border-radius: 155px;
  font-size: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  height: 160px;
  line-height: 18px;
  padding: 55px 35px;
  text-transform: uppercase;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  margin-top:-12%;
  margin-left:7%;
}
.service-image-wrap .btn:hover {
  color: #000;
  background: #FF7F50;
  border: 1px solid #4682B4;
}
@media only screen and (max-width: 991px) {
  .service-image-wrap .btn {
  margin-top: -52%;
  margin-left: 7%;
}
}
.single-service-info .service-icon {
  position: relative;
  width: 55px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 24px;
  color: #4682B4;
  margin: 0 auto;
}
.single-service-info .service-icon:before {
  position: absolute;
}
.single-service-info:hover .service-icon {
 
    color: #FF7801;
}
.single-service-info .info-content .title {
  position: relative;
  font-size: 25px;
  line-height: 30px;
  color: #4682B4;
  margin-top: 10px;
  margin-bottom: 15px;
}
.single-service-info .info-content .title:before {
  position: absolute;
}
.single-service-info:hover  .title {
 
    color: #000;
    position: relative;
  font-size: 25px;
  line-height: 30px;
  
  margin-top: 10px;
  margin-bottom: 15px;
}
.single-service-info .info-content p {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  
}
.single-service-info .info-content p:before {
  position: absolute;
}

@media only screen and (max-width: 1199px) {
  .single-service-info .info-content p {
    font-size: 16px;
  }
}
.single-service-info .service-btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
 
 
  border-color: transparent;
  color: #002F4B;
  
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  height: 40px;
  line-height: 22px;
  padding: 9px 9px 9px 9px;
  text-transform: capitalize;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
  margin-top: 10px;
}

.single-service-info:hover .service-btn {
 
    color: #4682B4; /* Button text color change */
    transition: background-color 0.3s ease, color 0.3s ease;
}
/*--
/*  05 - About CSS
/*----------------------------------------*/

.consultemo-about-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #4682B4;
  opacity: 0.90;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.consultemo-about-section {
  background: #4682B4;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
   z-index: 1;
}

.consultemo-about-section .about-wrap {
  padding-top: 30px;
}
.consultemo-about-section .about-content {
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 50px;
}
.about-content .headline-subtitle {
  padding: 8px 10px 8px 10px;
  border-radius: 2em 2em 2em 2em;
  border: 1px solid #9A9A9A;
  border-style: solid;
  padding: 0 1.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  color:#4682B4;
  font-size: 20px;
  font-weight: 600;
  background-color: #fff;
}
.headline-title {
  margin-top: 20px;
}

.iconbox {
  padding: 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  border-bottom: 1px solid rgba(221, 221, 221, 0.3);
  margin-bottom: 13px;
}
.iconbox .iconbox_icon {
    width: 70px;
    height: 49px;
    line-height: 53px;
    text-align: center;
    background: #FF7F50;
    font-size: 22px;
    color: #000;
    border-radius: 2px;
    padding: 0px;
    transition: all 0.3s linear;
}
.iconbox .iconbox_title {
  font-size: 22px;
  margin-bottom: 5px;
  color: #0F2B46;
}

.consultemo-about-section .expirence-content-wrap {
  height: 130px;
  width: 168px;
  background: #FF7F50;
  border-radius: 0px 25px 25px 0px;
  position: relative;
  bottom: 35%;
  left: 0px;
  z-index: 5;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  padding: 25px 0px 0px 0px;
  border-style: none;
}
.consultemo-about-section .expirence-content-wrap .experience .number {
  font-size: 51px;
  line-height: 56px;
  color: #1a1a1a;
}
.consultemo-about-section .expirence-content-wrap .experience span {
  font-size: 19px;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
.consultemo-about-section .about-img-wrap {
  position: relative;
}
.about-image-2 {
  padding-left: 44%;
  border-radius: 20px;
  margin-top: 10px;
}
.consultemo-about-section .about-img-wrap .about-image-2 img {
  width: 100%;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .consultemo-about-section .about-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .consultemo-about-section .about-wrap {
    padding-top: 0;
  }
  .consultemo-about-section .about-content {
    padding-top: 0;
  }
  .consultemo-about-section .about-img-wrap {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .consultemo-about-section .about-img-wrap {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .consultemo-about-section .about-img-wrap {
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
  }
}
.consultemo-about-section .about-image img {
  border-radius: 0px;
}

.consultemo-about-section .about-content .text {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 30px;
  padding-right: 20px;
 
}
.consultemo-about-section .about-content .about-list {
  padding-top: 15px;
}
.consultemo-about-section .about-content .about-list ul {
  display: flex;
  flex-wrap: wrap;
}
.consultemo-about-section .about-content .about-list ul li {
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  color: #CDE9DF;
  margin-top: 10px;
}
.consultemo-about-section .about-content .about-list ul li i {
  color: #FF7F50;
  margin-right: 15px;
}

@media only screen and (max-width: 1199px) {
  .consultemo-about-section .about-content {
    padding-left: 30px;
  }
  .consultemo-about-section .about-content .text {
    padding-right: 0;
  }
  .consultemo-about-section .about-content .about-author-wrap .about-author .author-content .name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .consultemo-about-section .about-content {
    padding-left: 0;
    margin-top: 0px;
  }
  .consultemo-about-section-02 .about-content .about-author-wrap {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .consultemo-about-section .about-content .text {
    font-size: 16px;
    line-height: 28px;
  }
  .consultemo-about-section .about-content .about-list ul li {
    font-size: 16px;
  }
  .consultemo-about-section-02 .about-content .about-author-wrap {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .consultemo-about-section .about-content .about-list ul li {
    width: 100%;
  }
}

.consultemo-about-section .about-content .about-btn {
  margin-top: 35px;
}




/*-----------start new    */

.consultemo-about-sectionnew::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  opacity: 0.90;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.consultemo-about-sectionnew {
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
   z-index: 1;
}

.consultemo-about-sectionnew .about-wrapnew {
  padding-top: 30px;
}
.consultemo-about-sectionnew .about-contentnew {
  padding-left: 70px;
  padding-top: 0px;
 
  font-size: 16px;
    line-height: 28px;
    color: #000;
  

}
.about-contentnew .headline-subtitlenew {
  padding: 8px 10px 8px 10px;
  border-radius: 2em 2em 2em 2em;
  border: 1px solid #9A9A9A;
  border-style: solid;
  padding: 0 1.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  color:#FF7801;
  font-size: 20px;
  font-weight: 600;
}
.headline-title {
  margin-top: 0px;
}

.iconbox {
  padding: 0px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
 border-bottom: 1px solid #FF7F50;
}
.iconbox .iconbox_icon {
    width: 70px;
    height: 49px;
    line-height: 53px;
    text-align: center;
    background: #FF7F50;
    font-size: 22px;
    color: #000;
    border-radius: 2px;
    padding: 0px;
    transition: all 0.3s linear;
}
.iconbox .iconbox_title {
  font-size: 22px;
  margin-bottom: 5px;
  color: #4682B4;
}

.consultemo-about-sectionnew .expirence-content-wrapnew {
  height: 130px;
  width: 168px;
  background: #FF7F50;
  border-radius: 0px 25px 25px 0px;
  position: relative;
  bottom: 35%;
  left: 0px;
  z-index: 5;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: flex;
  padding: 25px 0px 0px 0px;
  border-style: none;
}
.consultemo-about-sectionnew .expirence-content-wrapnew .experience .number {
  font-size: 51px;
  line-height: 56px;
  color: #1a1a1a;
}
.consultemo-about-sectionnew .expirence-content-wrapnew .experience span {
  font-size: 19px;
  line-height: 1;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
.consultemo-about-sectionnew .about-img-wrapnew {
  position: relative;
}
.about-image-2 {
  padding-left: 44%;
  border-radius: 20px;
  margin-top: 10px;
}
.consultemo-about-section .about-img-wrap .about-image-2 img {
  width: 100%;
  border-radius: 20px;
}

@media only screen and (max-width: 1199px) {
  .consultemo-about-sectionnew .about-contentnew {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .consultemo-about-sectionnew .about-wrapnew {
    padding-top: 0;
  }
  .consultemo-about-sectionnew .about-contentnew {
    padding-top: 0;
  }
  .consultemo-about-sectionnew .about-img-wrapnew {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .consultemo-about-sectionnew .about-img-wrapnew {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 575px) {
  .consultemo-about-sectionnew .about-img-wrapnew {
    flex-direction: column;
    gap: 30px;
    margin-top: 60px;
  }
}
.consultemo-about-sectionnew .about-imagenew img {
  border-radius: 0px;
}

.consultemo-about-sectionnew .about-contentnew .text {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-top: 30px;
 

}
.consultemo-about-sectionnew .about-contentnew .about-list {
  padding-top: 15px;
}
.consultemo-about-sectionnew .about-contentnew .about-list ul {
  display: flex;
  flex-wrap: wrap;
}
.consultemo-about-sectionnew .about-contentnew .about-list ul li {
  width: 50%;
  font-size: 18px;
  line-height: 28px;
  color: #CDE9DF;
  margin-top: 10px;
}
.consultemo-about-sectionnew .about-contentnew .about-list ul li i {
  color: #FF7F50;
  margin-right: 15px;
}

@media only screen and (max-width: 1199px) {
  .consultemo-about-sectionnew .about-contentnew {
    padding-left: 30px;
  }
  .consultemo-about-sectionnew .about-contentnew .text {
    padding-right: 0;
  }
  .consultemo-about-sectionnew .about-contentnew .about-author-wrapnew .about-author .author-content .name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .consultemo-about-sectionnew .about-contentnew {
    padding-left: 0;
    margin-top: 0px;
  }
  .consultemo-about-section-02 .about-contentnew .about-author-wrapnew {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .consultemo-about-sectionnew .about-contentnew .text {
    font-size: 16px;
    line-height: 28px;
  }
  .consultemo-about-sectionnew .about-contentnew .about-list ul li {
    font-size: 16px;
  }
  .consultemo-about-section-02 .about-contentnew .about-author-wrapnew {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 575px) {
  .consultemo-about-sectionnew .about-contentnew .about-list ul li {
    width: 100%;
  }
}

.consultemo-about-sectionnew .about-contentnew .about-btn {
  margin-top: 35px;
}




/*--
/*  06 - Counter CSS
/*----------------------------------------*/

.counter-content-wrap {
  padding-top: 10px;
}

.counter-item {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.counter-item .counter-text {
  flex: 1;
  margin-left: 20px;
}
.counter-item .counter-text span {
  font-size: 51px;
  line-height: 42px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #ffffff;
}
.counter-item .counter-text p {
  font-size: 20px;
  line-height: 27px;
  color: #CDE9DF;
  font-weight: 600;
  margin-top: 5px;
}
.consultemo-counter-section-02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #4682B4;
  opacity: 0.90;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.consultemo-counter-section-02 {
  background: #4682B4;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.consultemo-counter-section-02 .counter-item {
  padding: 35px;
}

@media only screen and (max-width: 1399px) {
  .consultemo-counter-section-02 .counter-item {
    padding: 35px 22px 35px;
  }
}
@media only screen and (max-width: 1199px) {
  .consultemo-counter-section-02 .counter-item {
    padding: 30px;
  }
}
.skill-content-wrap {
  padding: 35px 40px 35px;
}
@media only screen and (max-width: 1199px) {
  .skill-content-wrap {
    margin-left: 35px;
  }
}
@media only screen and (max-width: 991px) {
  .skill-content-wrap {
    margin-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .skill-content-wrap {
    padding: 35px 30px 35px;
  }
}
.skill-content-wrap .title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  color: #ffffff;
}
.skill-content-wrap p {
  font-size: 18px;
  line-height: 27px;
  color: #CDE9DF;
  padding-right: 15px;
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .skill-content-wrap p {
    padding-right: 0;
  }
}

.skill-bar-wrap {
  padding-top: 10px;
}
.skill-bar-wrap .skill-item {
  margin-top: 30px;
}
.skill-bar-wrap .skill-item .skill-header {
  position: relative;
}
.skill-bar-wrap .skill-item .skill-header .skill-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #ffffff;
}
.skill-bar-wrap .skill-item .skill-header .skill-percentage {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #FF7801;
}
.skill-bar-wrap .skill-item .bar-inner {
  width: 100%;
  height: 8px;
  background: #CDE9DF;
  margin-top: 10px;
  border-radius: 30px;
  position: relative;
}
.skill-bar-wrap .skill-item .bar-inner .progress-line {
  height: 8px;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: #FF7F50;
  transition: 3s;
  transition-delay: 1s;
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}
.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #002F4B;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #002F4B;
  stroke-width: 4;
  box-sizing: border-box;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media only screen and (max-width: 1199px) {
  .consultemo-counter-section-02 .counter-item {
    padding: 30px;
  }
}
.consultemo-process-section-03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #ECF7F7;
  opacity: 0.20;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.consultemo-process-section-03 {
  background: #ECF7F7;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.process-content-wrap {
  padding: 15px 40px 15px;
}
.process-content-wrap .number {
  font-size: 33px;
  font-weight: 600;
  color: #4682B4;
}
.process-content-wrap .number {
  font-size: 33px;
  font-weight: 600;
  color: #4682B4;
}
.process-content-wrap .headline-title {
  color: #0F2B46;
}
.process-content-wrap .title {
  font-size: 31px;
  line-height: 42px;
  font-weight: 600;
  color: #0F2B46;
}
.consultemo-vision-section-02::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #4682B4;
  opacity: 0.90;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.consultemo-vision-section-02 {
  background: #004758;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.vision-content-wrap .headline-subtitle {
  padding: 8px 10px 8px 10px;
  border-radius: 2em 2em 2em 2em;
  border: 1px solid #9A9A9A;
  border-style: solid;
  padding: 0 1.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  color:#FF7801;
}

.vision-content-wrap .text {
  height: 2.4rem;
  font-size: 16px;
  color:#CDE9DF;
}
/*--
/*  08 - Pricing CSS
/*----------------------------------------*/
.consultemo-pricing-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.consultemo-pricing-section .pricing-wrap .pricing-desc {
  font-size: 18px;
  line-height: 27px;
  color: #898989;
  padding-left: 140px;
}
@media only screen and (max-width: 1199px) {
  .consultemo-pricing-section .pricing-wrap .pricing-desc {
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  .consultemo-pricing-section .pricing-wrap .pricing-desc {
    margin-top: 20px;
  }
}
.consultemo-pricing-section .pricing-wrap .pricing-content-wrap {
  padding-top: 30px;
}

.pricing-wrap .headline-title {
  color: #0F2B46;
  font-size: 40px;
  line-height: 1.1;
}

.single-pricingnews {
  
   
    border-radius: 25px;
   
    margin-top: 30px;
    transition: all 0.3s linear;
}


.single-pricing {
  background: #fff;
  border: 1px solid #9A9A9A;
  border-radius:15px;
 padding: 23px 40px 25px;
  margin-top: 30px;
  transition: all 0.3s linear;
}

.single-pricing-premium {
  background: #4682B4;
  border: 1px solid #9A9A9A;
  border-radius: 25px;
  padding: 40px 40px 35px;
  margin-top: 30px;
  transition: all 0.3s linear;
}
.single-pricing-premium .pricing-badge .title {
  font-size: 31px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #FF7F50;
}
.single-pricing-premium .pricing-badge p {
  font-family: "Heebo", sans-serif;
  color: #CDE9DF;
}
.single-pricing-premium .pricing-price {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.single-pricing-premium .pricing-price .currency {
  font-size: 55px;
  line-height: 40px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #CDE9DF;
  display: inline-block;
  position: relative;
  bottom: -10px;
}
.single-pricing-premium .pricing-price .price {
  font-size: 55px;
  line-height: 60px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #CDE9DF;
}
.single-pricing-premium .pricing-price .price span {
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  color: #CDE9DF;
}
.single-pricing-premium .pricing-content .pricing-list {
  padding-top: 20px;
}
.single-pricing-premium .pricing-content .pricing-list li {
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 37px;
  color: #CDE9DF;
  border-bottom: 1px solid #CDE9DF;
}
.single-pricing-premium .pricing-content .pricing-list li i {
  color: #CDE9DF;
  margin-right: 5px;
}
.single-pricing-premium .pricing-content .pricing-list li + li {
  margin-top: 10px;
}
.single-pricing-premium .pricing-content .pricing-btn {
  padding-top: 45px;
}
.single-pricing-premium .pricing-content .pricing-btn .btn {
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 50px;
  color: #1A1A1A;
  background: #FF7F50;
  text-transform: uppercase;
}

.single-pricingnew {
 
 
  

  margin-top: 30px;
  transition: all 0.3s linear;
}


.single-pricingnew-premium {
  background: #4682B4;
  border: 1px solid #9A9A9A;
  border-radius: 25px;
  padding: 40px 40px 35px;
  margin-top: 30px;
  transition: all 0.3s linear;
}
.single-pricingnew-premium .pricing-badge .title {
  font-size: 31px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #FF7F50;
}
.single-pricingnew-premium .pricingnew-badge p {
  font-family: "Heebo", sans-serif;
  color: #CDE9DF;
}
.single-pricingnew-premium .pricingnew-price {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.single-pricingnew-premium .pricingnew-price .currency {
  font-size: 55px;
  line-height: 40px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #CDE9DF;
  display: inline-block;
  position: relative;
  bottom: -10px;
}
.single-pricingnew-premium .pricingnew-price .price {
  font-size: 55px;
  line-height: 60px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #CDE9DF;
}
.single-pricingnew-premium .pricingnew-price .price span {
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  color: #CDE9DF;
}
.single-pricingnew-premium .pricingnew-content .pricingnew-list {
  padding-top: 20px;
}
.single-pricingnew-premium .pricingnew-content .pricingnew-list li {
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 37px;
  color: #CDE9DF;
  border-bottom: 1px solid #CDE9DF;
}
.single-pricingnew-premium .pricingnew-content .pricingnew-list li i {
  color: #CDE9DF;
  margin-right: 5px;
}
.single-pricingnew-premium .pricingnew-content .pricingnew-list li + li {
  margin-top: 10px;
}
.single-pricingnew-premium .pricingnew-content .pricingnew-btn {
  padding-top: 45px;
}
.single-pricingnew-premium .pricingnew-content .pricingnew-btn .btn {
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 50px;
  color: #1A1A1A;
  background: #FF7F50;
  text-transform: uppercase;
}


@media only screen and (max-width: 1199px) {
  .single-pricing {
    padding: 40px 30px 35px;
  }
}
.single-pricing .pricing-badge .title {
  font-size: 31px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #4682B4;
  
}

.single-pricing .pricing-price {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.single-pricing .pricing-price .currency {
  font-size: 55px;
  line-height: 40px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #4682B4;
  display: inline-block;
  position: relative;
  bottom: -10px;
}
@media only screen and (max-width: 991px) {
  .single-pricing .pricing-price .currency {
    font-size: 25px;
  }
}
.single-pricing .pricing-price .price {
  font-size: 55px;
  line-height: 60px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #4682B4;
}
.single-pricing .pricing-price .price span {
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  color: #4682B4;
}

.single-pricing .pricing-content .pricing-list {
  padding-top: 0px;
}
.single-pricing .pricing-content .pricing-list li {
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 37px;
  color: #474545;
  border-bottom: 1px solid #FF7F50;
}
.single-pricing .pricing-content .pricing-list li + li {
  margin-top: 10px;
}
.single-pricing .pricing-content .pricing-list li i {
  color: #4682B4;
  margin-right: 5px;
}
.single-pricing .pricing-content .pricing-btn {
  padding-top: 45px;
}

.single-pricingnews .pricing-contentnews .pricing-btn .btn {
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 15px;
  border-radius: 3px;
  padding: 0 50px;
  color: #1A1A1A;
  background: #FF7F50;
  text-transform: uppercase;
}

.single-pricing .pricing-content .pricing-btn .btn {
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 15px;
  border-radius: 3px;
  padding: 0 50px;
  color: #1A1A1A;
  background: #FF7F50;
  text-transform: uppercase;
}
.single-pricing .pricing-content .pricing-btn .btn::before {
  background: #6B66C6;
}
.single-pricing .pricing-content .pricing-btn .btn::after {
  background: #6B66C6;
}
.single-pricing .pricing-content .pricing-btn .btn:hover {
  border: 1px solid transparent;
  color: #ffffff;
}
.single-pricing:hover {
  border: 1px solid transparent;
  box-shadow: 0 0 15px 0 rgba(187, 187, 187, 0.48);
}

.consultemo-pricing-section-02 .pricing-wrap {
  margin-top: -30px;
}
.consultemo-pricing-section-02 .single-pricing {
  border-radius: 10px;
}
.consultemo-pricing-section-02 .single-pricing .pricing-content .pricing-btn .btn {
  border-radius: 10px;
}





.single-pricingnews .pricing-contentnews .pricing-listnews {
  padding-top: 7px;
}
.single-pricingnews .pricing-contentnews .pricing-listnews li {
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 37px;
  color: #fff;
  border-bottom: 1px solid #FF7F50;
}
.single-pricingnews .pricing-contentneews .pricing-listnews li + li {
  margin-top: 10px;
}
.single-pricingnews .pricing-contentnews .pricing-listnews li i {
  color: #fff;
  margin-right: 5px;
}
.single-pricingnews .pricing-contentnews .pricing-btn {
  padding-top: 45px;
}

.single-pricingnews .pricing-contentnews .pricing-btn .btn {
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 15px;
  border-radius: 3px;
  padding: 0 50px;
  color: #1A1A1A;
  background: #FF7F50;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .single-pricingnew {
    padding: 40px 30px 35px;
  }
}
.single-pricingnew .pricingnew-badge .title {
  font-size: 31px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #000;
}

.single-pricingnew .pricingnew-price {
  display: flex;
  align-items: start;
  margin-top: 30px;
}
.single-pricingnew .pricingnew-price .currency {
  font-size: 55px;
  line-height: 40px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #4682B4;
  display: inline-block;
  position: relative;
  bottom: -10px;
}
@media only screen and (max-width: 991px) {
  .single-pricingnew .pricingnew-price .currency {
    font-size: 25px;
  }
}
.single-pricingnew .pricingnew-price .price {
  font-size: 55px;
  line-height: 60px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #4682B4;
}
.single-pricingnew .pricingnew-price .price span {
  font-size: 20px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  color: #4682B4;
}

.single-pricing .pricing-content .pricingnew-list {
  padding-top: 20px;
}
.single-pricingnew .pricingnew-content .pricingnew-list li {
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 37px;
  color: #000;
  border-bottom: 1px solid #FF7F50;
}
.single-pricingnew .pricingnew-content .pricingnew-list li + li {
  margin-top: 10px;
  text-align: left;
}
.single-pricingnew .pricingnew-content .pricingnew-list li i {
  color: #4682B4;
  margin-right: 5px;
}
.single-pricingnew .pricingnew-content .pricingnew-btn {
  padding-top: 45px;
}
.single-pricingnew .pricingnew-content .pricingnew-btn .btn {
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 15px;
  border-radius: 3px;
  padding: 0 50px;
  color: #1A1A1A;
  background: #FF7F50;
  text-transform: uppercase;
}
.single-pricingnew .pricingnew-content .pricingnew-btn .btn::before {
  background: #6B66C6;
}
.single-pricingnew .pricingnew-content .pricingnew-btn .btn::after {
  background: #6B66C6;
}
.single-pricingnew .pricingnew-content .pricingnew-btn .btn:hover {
  border: 1px solid transparent;
  color: #ffffff;
}


.consultemo-pricingnew-section-02 .pricingnew-wrap {
  margin-top: -30px;
}
.consultemo-pricingnew-section-02 .single-pricingnew {
  border-radius: 10px;
}
.consultemo-pricingnew-section-02 .single-pricingnew .pricingnew-content .pricingnew-btn .btn {
  border-radius: 10px;
}

/*--
/*  09 - Project CSS
/*----------------------------------------*/
.consultemo-project-section {
  overflow: hidden;
}

.project-wrap .headline-title {
  color: #0F2B46;
  font-size: 40px;
  line-height: 1.1;
}
.project-text p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  margin-top: 10px;
}
.project-icon i {
  font-size: 35px;
  color: #FF7F50;
  padding: 15px;
  transition:
  all 0.3s linear;
}
@media only screen and (max-width: 575px) {
.project-icon i {
  font-size: 30px;
  color: #FF7F50;
  padding: 15px;
  transition:
  all 0.3s linear;
}
}

@media only screen and (max-width: 991px) {
.project-icon i {
  font-size: 30px;
  color: #FF7F50;
  padding: 15px;
  transition:
  all 0.3s linear;
}
}
@media only screen and (max-width: 1199px) {
.project-icon i {
  font-size: 30px;
  color: #FF7F50;
  padding: 15px;
  transition:
  all 0.3s linear;
}
}
.project-item {
  position: relative;
  margin-top: 30px;
  background: #003749;
  border-radius: 20px;
}
.project-item .project-img {
  overflow: hidden;
  opacity: 0.49;
  border-radius: 20px;
}
.project-item .project-img a {
  display: block;
}
.project-item .project-img a img {
  width: 100%;
  transition: all 0.3s linear;
  height: 277px;
  object-fit: cover;
}
.project-item .project-content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding: 20px 25px 30px 25px;
  border-radius: 20px;
  width: calc(100% - 0px);
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .project-item .project-content {
    padding: 0px 25px 27px;
    height: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .project-item .project-content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding: 10px 25px 35px 25px;
  width: calc(100% - 0px);
  transform: translateX(-50%);
  opacity: 0.65;
  visibility: hidden;
  z-index: 2;
  transition: all 0.3s linear;
}
}
@media only screen and (max-width: 1199px) {
  .project-item .project-content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding: 10px 25px 35px 25px;
  width: calc(100% - 0px);
  transform: translateX(-50%);
  opacity: 0.65;
  visibility: hidden;
  z-index: 2;
  transition: all 0.3s linear;
  height: 100%;
  }
}
.project-details-section {
  background: #CDE9D9;
}
.project-details-wrap {
  margin-top: -60px;
}
.project-sidebar {
  padding-left: 35px;
}

.project-widget {
  margin-top: 60px;
  background: #4682B4;
  border-radius: 25px;
  padding: 25px;
}
.project-widget .project-list .list-title h3 {
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  color: #FF7F50;
}
.project-widget .project-list {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 25px;
}

.project-list ul li span {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #CDE9DF;
  margin-right: 20px;
}
.project-single-sidebar .project-list ul li {
  font-size: 18px;
  line-height: 28px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  /*padding-left: 40px;*/
  margin-left: 20px;
  color: #CDE9DF;
  border-bottom: 1px solid #CDE9DF;
  padding-bottom: 5px;
  margin-top: 20px;
}

.project-widget .widget-social-title .title {
  font-size: 20px;
  line-height: 42px;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  color: #CDE9DF;
  margin-bottom: 20px;
}

.project-widget .sidebar-tag li a {
  display: inline-block;
  padding: 8px 15px;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  border-radius: 10px;
  transition: all 0.3s linear;
  background: #FF7F50;
}

.project-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}


.project-single-wrap {
  padding-right: 0px;
  margin-top: 60px;
}

.project-single-content {
  box-shadow: none;
  border-radius: 25px;
  padding: 15px;
  margin-top: 0;
}
.project-widget p {
  color: #fff;
}
.project-single-content .project-image {
  overflow: hidden;
  border-radius: 25px;
}
.project-single-content .project-content {
  padding: 0;
  padding-top: 40px;
}

.project-single-content .project-single-content .title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  margin-top: 15px;
  color: #1a1a1a;
}
.project-single-content .cover-img {
  border-radius: 25px 25px 25px 25px;
  margin-bottom: 25px;
  width: 100%;
}
.project-single-sidebar {
  padding: 15px;
}
.project-item .project-content .title {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  
  .project-item .project-content .title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .project-item .project-content .title {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 1199px) {
  .project-item .project-content .title {
    font-size: 24px;
    line-height: 32px;
  }
}

.read-more {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FF7F50;
  margin-top: 10px;
}




.project-item .project-content .title a:hover {
  color: #CDE9DF;
}
.project-content p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 10px;
}
.project-item .project-content .read-more {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FF7F50;
  margin-top: 10px;
}
.project-item .project-content .read-more i {
  margin-left: 3px;
}
.project-item .project-content .read-more:hover {
  color: #CDE9DF;
}
.project-item:hover .project-img a img {
  transform: scale(1.05);
}
.project-item:hover .project-content {
  opacity: 1;
  background: linear-gradient(#007A78E0, #007A7891);
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}
.widget-info {
  margin-top: 30px;
}
/*--
/*  10 - Team CSS
/*----------------------------------------*/

.team-wrap .single-team-02 {
  margin-top: 30px;
  text-align: center;
  border-radius: 25px;
}
.single-team-02 {
  margin-top: 30px;
  position: relative;
  background: #4682B4;
}
.team-wrap .single-team-02 .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.team-wrap .single-team-02 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131313B5;
  border-radius: 5px 5px 0 0;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
.team-wrap .single-team-02 .overlay .hover-content {
  position: relative;
  top:50%;
  -webkit-transform:translateY(-50%);
   transform:translateY(-50%);
}
.team-wrap .single-team-02:hover .overlay {
  -webkit-transform:scale(1);
          transform:scale(1);
}
.team-wrap .single-team-02 .overlay .hover-content ul li {
    display: inline-block;margin: 0 2px;
}
.team-wrap .single-team-02 .overlay .hover-content ul li a {
  width: 40px;
  height: 40px;
  border-radius: 3%;
  background-color: #FF7F50;
  line-height: 38px;
  color: #CDE9DF;
  font-size: 14px;
}
/*--------------------- Transition --------------------*/h3 a,
.team-wrap .single-team-02 .overlay .hover-content ul li a,.team-wrap .single-team-02 .overlay,.team-wrap .single-team-02 {
  transition: all .3s ease-in-out;
}

.single-team-02 {
  transition: all .3s ease-in-out;
}
/*--------------------- Transition End--------------------*/
.team-wrap .single-team-02 .image-box img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.team-wrap .single-team-02 .text {
  padding: 30px 0;
  border: none;
  border-radius: 0 0 5px 5px;
}
.team-wrap .single-team-02 .text h4 {
  font-size: 25px;
  font-weight: 600;
  color: #CDE9DF;
}
.team-wrap .single-team-02 .designation {
  font-size: 15px;
  color: #fff;
}

.team-grid-wrap {
  margin-top: -30px;
}
.team-grid-wrap .headline-title {
  color: #0F2B46;
  font-size: 40px;
  line-height: 1.1;
}


/*--
/*  13 -  404 CSS
/*----------------------------------------*/

.error-section {
  background: #004758;
  height: 860px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 155px;
}
.error-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #004758;
  opacity: 0.65;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.error-wrap {
  margin-top: 120px;
}
.error-wrap .text-center {
  margin-top: -20px;
  background: #4682B4;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #9A9A9A;
  padding: 20px 0 30px 0;
}
.error-404-title {
  font-size: 180px;
  line-height: 1;
  font-weight: 700;
  color: #FF7F50;
}
@media only screen and (max-width: 991px) {
  .error-404-title {
    font-size: 150px;
  }
}
@media only screen and (max-width: 575px) {
  .error-404-title {
    font-size: 110px;
  }
}

.error-content .error-title {
  font-size: 35px;
}
@media only screen and (max-width: 575px) {
  .error-content .error-title {
    font-size: 25px;
  }
}

.error-content p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 0 70px;
  color: #ffffff;
}
@media only screen and (max-width: 575px) {
  .error-content p {
    font-size: 16px;
    padding: 0 0;
    margin-top: 10px;
  }
}

/*--
/*  13 - Blog CSS
/*----------------------------------------*/
.consultemo-blog-section {
  background: #F8F8FF;
  padding-top: 120px;
}
.blog-wrap .headline-title {
  color: #0F2B46;
}
@media only screen and (max-width: 1199px) {
  .consultemo-blog-section {
    padding-top: 230px;
  }
}
@media only screen and (max-width: 991px) {
  .consultemo-blog-section {
    padding-top: 90px;
  }
}

.blog-content-wrap {
  padding-top: 30px;
}

.single-blog {
  margin-top: 30px;
  border-bottom: 3px solid #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.3s linear;
  box-shadow: 0px 10px 40px -5px rgba(0, 0, 0, 0.15);
}
.single-blog .blog-image {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.single-blog .blog-image a {
  display: block;
}
.single-blog .blog-image a img {
  width: 100%;
  transition: all 0.3s linear;
}
.single-blog .blog-content {
  padding: 0 40px 40px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background: #F8F8FF;
  margin-top: -40px;
}
@media only screen and (max-width: 1199px) {
  .single-blog .blog-content {
    padding: 0 25px 40px;
  }
}

.blog-category {
  top: -255px;
  left: 25px;
  border: 0;
  border-radius: 7px;
  padding: 0px 20px;
  height: 50px;
  position: relative;
  line-height: 50px;
  background: #CDE9DF;
  display: inline-block;
}
.blog-category a {
  color: #4682B4;
  font-weight: 600;
  font-size: 16px;
}

.blog-meta{
  font-size:20px;
  position:relative;
  float: left;
  left: -54px;
  top: -105px;
  display:inline-block;
  text-align:center;
  height: 50px;
  line-height: 50px;  
}
.date{
  display:inline-block;
  padding:0.5em 1em;
  line-height:1.2em;
  background: #4682B4;
  position:relative;
  color: #fff;
}
.date:before{
  content:'';
  position:absolute;
  border-style:solid;
  bottom:100%; left:0;
  border-width: .5em .7em 0 0;
  border-color: transparent #FC9544 transparent transparent;
}

.single-blog .blog-content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  color: #0F2B46;
}
@media only screen and (max-width: 991px) {
  .blog-meta {
  font-size:17px;
  position:relative;
  float: left;
  left: -37px;
  top: -105px;
  display:inline-block;
  text-align:center;
  height: 50px;
  line-height: 50px;
}
  .date{
  display:inline-block;
  padding:0.5em 1em;
  line-height:1.2em;
  background: #4682B4;
  position:relative;
  color: #fff;
}
.date:before{
  content:'';
  position:absolute;
  border-style:solid;
  bottom:100%; left:0;
  border-width: .5em .6em 0 0;
  border-color: transparent #FC9544 transparent transparent;
}
}
@media only screen and (max-width: 1199px) {
  .single-blog .blog-content .title {
    padding-right: 0;
  }
}

.single-blog .blog-btn-link {
  font-size: 15px;
  font-weight: 600;
  color: #FF7801;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all 0.3s linear;
}
.single-blog .blog-btn-link i {
  margin-left: 3px;
}
.single-blog .blog-btn-link:hover {
  color: #FF7801;
}
.single-blog:hover .blog-image a img {
  transform: scale(1.1);
}

/*--
/*  13 - Testimonial CSS
/*----------------------------------------*/

.consultemo-testimonial-section .single-testimonial {
  background: #cde9df;
  padding: 40px 40px 30px 35px;
  border-radius: 25px;
  position: relative;
  opacity: 0.5;
  margin: 5px 5px;
}
@media only screen and (max-width: 1399px) {
  .consultemo-testimonial-section .single-testimonial {
    padding: 40px 30px 30px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .consultemo-testimonial-section .single-testimonial {
    opacity: 1;
  }
}
@media only screen and (max-width: 449px) {
  .consultemo-testimonial-section .single-testimonial {
    padding: 40px 20px 30px 20px;
  }
}
.consultemo-testimonial-section .single-testimonial .testimonial-content .testimonial-author-wrap {
  display: flex;
  justify-content: space-between;
}
.consultemo-testimonial-section .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author {
  display: flex;
  align-items: center;
}
.consultemo-testimonial-section .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-img img {
  border-radius: 150px;
}
.consultemo-testimonial-section .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text {
  flex: 1;
  margin-left: 20px;
}
.consultemo-testimonial-section .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #0F2B46;
}
@media only screen and (max-width: 1399px) {
  .consultemo-testimonial-section .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .name {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .consultemo-testimonial-section .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .name {
    font-size: 18px;
    line-height: 24px;
  }
}
.consultemo-testimonial-section .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .designation {
  font-size: 16px;
  line-height: 24px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  display: block;
  color: #898989;
}
.consultemo-testimonial-section .single-testimonial .testimonial-content p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  color: #474545;
  margin-top: 30px;
}
.consultemo-testimonial-section .single-testimonial .testimonial-content .rating {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.consultemo-testimonial-section .single-testimonial .testimonial-content .rating::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #dedede;
  font-size: 14px;
  letter-spacing: 5px;
}
.consultemo-testimonial-section .single-testimonial .testimonial-content .rating .rating-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.consultemo-testimonial-section .single-testimonial .testimonial-content .rating .rating-active::before {
  content: "\f13b\f13b\f13b\f13b\f13b";
  font-family: "flaticon";
  color: #FF7801;
  font-size: 14px;
  letter-spacing: 5px;
}
.consultemo-testimonial-section .testimonial-active .swiper-slide.swiper-slide-active .single-testimonial {
  opacity: 1;
}
@media only screen and (max-width: 1199px) {
  .consultemo-testimonial-section .testimonial-active .swiper-slide.swiper-slide-active .single-testimonial {
    border: none;
  }
}

.testimonial-active .swiper-pagination {
  position: relative;
  margin-top: 50px;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet {
  background-color: #e8e8e8;
  margin: 0 6px;
}
.testimonial-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FF7801;
  transform: scale(1.3);
}

@media only screen and (max-width: 1399px) {
  .consultemo-testimonial-section-02 .testimonial-right .counter-content-wrap .counter-item .counter-text p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .consultemo-testimonial-section-02 .testimonial-right .counter-content-wrap .counter-item .counter-text p {
    font-size: 16px;
  }
}

.consultemo-testimonial-section-03 .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-img img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.consultemo-testimonial-section-03 .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text {
  flex: 1;
  margin-left: 20px;
}
.consultemo-testimonial-section-03 .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #1A1A1A;
}
.consultemo-testimonial-section-03 .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .designation {
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  display: block;
  color: #898989;
}
.consultemo-testimonial-section-03 .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-quote .quote-white {
  display: none;
}
.consultemo-testimonial-section-03 .testimonial-active .swiper-slide.swiper-slide-active .single-testimonial .testimonial-content .testimonial-author-wrap {
  background: #6B66C6;
}
.consultemo-testimonial-section-03 .testimonial-active .swiper-slide.swiper-slide-active .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .name {
  color: #ffffff;
}
.consultemo-testimonial-section-03 .testimonial-active .swiper-slide.swiper-slide-active .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-author .author-text .designation {
  color: #ffffff;
}
.consultemo-testimonial-section-03 .testimonial-active .swiper-slide.swiper-slide-active .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-quote .quote-white {
  display: block;
}
.consultemo-testimonial-section-03 .testimonial-active .swiper-slide.swiper-slide-active .single-testimonial .testimonial-content .testimonial-author-wrap .testimonial-quote .quote-grey {
  display: none;
}

/*--
/*  15 - Page Banner CSS
/*----------------------------------------*/
.page-banner-section {
 
  height: 440px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: static;
  z-index: 1;
  padding-top: 110px;
  display: flex;
  align-items: center;
}
.page-banner-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  opacity: 0.65;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1199px) {
  .page-banner-section {
    min-height: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .page-banner-section {
    min-height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner-section {
    min-height: 350px;
  }
}
.page-banner-section .page-banner-wrap {
  position: relative;
}
@media only screen and (max-width: 991px) {
  .page-banner-section .page-banner-wrap .shape-1 img {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner-section .page-banner-wrap .shape-1 img {
    width: 150px;
  }
}

.page-banner .title {
  font-size: 54px;
  line-height: 56px;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .page-banner .title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .page-banner .title {
    font-size: 30px;
  }
}
.page-banner .breadcrumb {
  margin-bottom: 0;
  margin-top: 10px;
}
.page-banner .breadcrumb .breadcrumb-item {
  color: #ffffff;
  font-size: 18px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .page-banner .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 12px;
}
.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f16e";
  font-family: flaticon !important;
  font-size: 12px;
  padding-right: 8px;
  color: #FF7F50;
  position: relative;
  top: 6px;
}
.page-banner .breadcrumb .breadcrumb-item.active {
  color: #fff;
}
.page-banner .blog-meta{
  font-size:20px;
  position:relative;
  float: left;
  left: 0;
  top: 0;
  display:inline-block;
  text-align:center;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.page-banner .blog-category {
  top: 0;
  left: 0;
  border: 0;
  border-radius: 7px;
  padding: 0px 20px;
  height: 50px;
  position: relative;
  line-height: 50px;
  background: #4682B4;
  display: inline-block;
  margin-bottom: 40px;
}
.page-banner .blog-category a {
  color: #FF7F50;
  font-weight: 600;
  font-size: 16px;
}
/*--
/*  16 - Choose Us CSS
/*----------------------------------------*/

.whyshoose-content-wrap .single-whyshoose-info {
  background: #cde9df;
  border-radius: 25px;
  padding: 35px 35px 40px;
  margin-top: 25px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #9A9A9A;
}
.whyshoose-content-wrap .single-whyshoose-info .info-content .title {
  font-size: 25px;
  line-height: 30px;
  color: #4682B4;
  margin-top: 10px;
  margin-bottom: 15px;
}
.whyshoose-content-wrap .single-whyshoose-info .info-content p {
  font-size: 18px;
  line-height: 26px;
  color: #474545;
}

.whyshoose-wrap .headline-title {
  color: #0F2B46;
}
.whyshoose-content-wrap .info-icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 24px;
  color: #4682B4;
  margin: 0 auto;
}
/*--
/*  16 - Service Details
/*----------------------------------------*/
.service-details-section {
    background: #fff;
}
.service-details-wrap {
  margin-top: -60px;
}
.service-sidebar {
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .service-sidebar {
    padding-left: 0;
    margin-top: 0;
  }
}

.service-widget {
  margin-top: 60px;
  background: #4682B4;
  border-radius: 25px;
  padding: 25px;
}
.service-widget .service-category-list {
  border-radius: 5px;
  overflow: hidden;
}
.service-widget .service-category-list ul .list-title {
  padding: 15px 30px 20px;
}
.service-widget .service-category-list ul .list-title h3 {
  font-size: 26px;
  line-height: 42px;
  font-weight: 600;
  color: #002F4B;
  text-transform: uppercase;
}
.service-widget .service-category-list ul li {
  padding: 0 30px 0;
}
.service-widget .service-category-list ul li + li {
  margin-top: 15px;
}
.service-widget .service-category-list ul li:last-child {
  padding-bottom: 35px;
}
.service-widget .service-category-list ul li a {
  display: flex;
  align-items: center;
}
.service-widget .service-category-list ul li a .title {
  font-size: 16px;
  line-height: 14px;
  color: #CDE9DF;
  transition: all 0.3s linear;
  text-transform: uppercase;
}
.service-widget .service-category-list ul li a .icon {
  margin-left: auto;
  font-size: 18px;
  color: #002F4B;
  position: relative;
  top: 4px;
  transition: all 0.3s linear;
}
.service-widget .service-category-list ul li a:hover .title {
  color: #002F4B;
}
.service-widget .service-category-list ul li a:hover .icon {
  color: #fff;
}
.service-widget .contact-info {
  overflow: hidden;
  padding: 30px 30px;
}
.service-widget .contact-info .title {
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #FF7F50;
}
.service-widget .contact-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.service-widget .contact-info ul li .info-icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border: 3px solid #FF7F50;
  border-radius: 50%;
}
.service-widget .contact-info ul li .info-icon i {
  display: inline-block;
  color: #FF7F50;
  font-size: 19px;
}
.service-widget .contact-info ul li .info-text {
  flex: 1;
  font-size: 18px;
  line-height: 30px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  margin-left: 10px;
  color: #898989;
}
.service-widget .contact-info ul li .info-text a {
  flex: 1;
  font-size: 18px;
  line-height: 30px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  margin-left: 10px;
  color: #CDE9DF;
}
.service-icon i {
   font-size: 55px;
   color: #4682B4;
   padding: 1px;
   transition: all 0.3s linear;
}

.single-service-info:hover .service-icon i{
   transform: scale(0.9);
      color: #000;
}

.service-content .cover-img {
  border-radius: 25px 25px 25px 25px;
  margin-bottom: 25px;
  width: 100%;
}

.presentation-section {
  margin-top: 90px
}

.service-single-wrap {
  padding-right: 0px;
  margin-top: 60px;
}

.service-single-content {
  box-shadow: none;
  border-radius: 25px;
  padding: 15px;
  margin-top: 0;
 
}
.service-widget p {
  color: #fff;
}
.service-single-content .service-image {
  overflow: hidden;
  border-radius: 0px;
}
.service-single-content .service-content {
  padding: 0;
  padding-top: 17px;
}

.service-single-content .service-content .title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  margin-top: 12px;
  color: #4682B4;
  margin-bottom: 21px;
}
.trusted-wrap .headline-title {
  color: #0F2B46;
  font-size: 40px;
  line-height: 1.1;
}
.trusted-image img {
  width: 100%;
  border-radius: 25px;
}
@media only screen and (max-width: 991px) {
  .trusted-image img {
  width: 100%;
}
}
/*--
/*  18 - Blog List CSS
/*----------------------------------------*/
.blog-details-section {
    background: #CDE9D9;
}

.single-blog-post {
  background: #F8F8FF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 10px;
  margin-top: 60px;
}
.single-blog-post .blog-image {
  overflow: hidden;
}
.single-blog-post .blog-image img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
.single-blog-post .blog-content {
  position: relative;
  padding: 40px;
}

.single-blog-post .blog-content .title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  margin-top: 15px;
  color: #1a1a1a;
}
@media only screen and (max-width: 767px) {
  .single-blog-post .blog-content .title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 575px) {
  .single-blog-post .blog-content .title {
    font-size: 28px;
    line-height: 36px;
  }
}
.single-blog-post .blog-content p {
  font-size: 16px;
  line-height: 28px;
  color: #474545;
  margin-top: 10px;
}
.single-blog-post:hover .blog-image img {
  transform: scale(1.05);
}

.blog-sidebar {
  margin-top: 60px;
  margin-left: 30px;
  background: #4682B4;
  border-radius: 25px;
  position: sticky;
  top: 0;
}
@media only screen and (max-width: 1199px) {
  .blog-sidebar {
    margin-left: 0;
  }
}

.blog-sidebar .sidebar-widget-1 {
  margin-top: 0;
}

.sidebar-widget {
  margin-top: 0px;
}
.sidebar-widget .search-form {
  position: relative;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding-right: 35px;
  color: #415674;
  font-weight: 700;
  outline: none;
  overflow: hidden;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #898c94;
  font-weight: 300;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #898c94;
  font-weight: 300;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #898c94;
  font-weight: 300;
}
.sidebar-widget .search-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
  color: #898c94;
  font-weight: 300;
}
.sidebar-widget .search-form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  font-size: 14px;
  background: #FF7F50;
  color: #000;
  transition: all 0.3s linear;
}

.sidebar-widget {
  border-radius: 10px;
  padding: 35px 30px 20px;
}
.sidebar-widget .widget-title .title {
  font-size: 30px;
  line-height: 42px;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  color: #FF7F50;
  margin-bottom: 25px;
}

.sidebar-widget .recent-posts ul li {
  margin-top: 30px;
}
.sidebar-widget .recent-posts ul li:first-child {
  margin-top: 0;
}
.sidebar-widget .recent-posts ul li .post-link {
  display: flex;
  align-items: center;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb {
  margin-right: 20px;
}
.sidebar-widget .recent-posts ul li .post-link .post-thumb img {
  border-radius: 6px;
  image-rendering: crisp-edges;
}
.sidebar-widget .recent-posts ul li .post-link .post-text {
  flex: 1;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .title {
  font-size: 16px;
  line-height: 22px;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  transition: all 0.3s linear;
  color: #CDE9DF;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta {
  font-size: 12px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  line-height: 24px;
  color: #FF7F50;
  display: inline-block;
  margin-top: 5px;
}
.sidebar-widget .recent-posts ul li .post-link .post-text .post-meta i {
  color: #FF7F50;
  margin-right: 5px;
}
.sidebar-widget .recent-posts ul li .post-link:hover .post-text .title {
  color: #FF7801;
}

.sidebar-widget .category .cate-item {
  padding: 2px 15px;
}
.sidebar-widget .category .cate-item:first-child {
  margin-top: 0;
}
.sidebar-widget .category .cate-item a {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #CDE9DF;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a i {
  font-size: 14px;
  line-height: 31px;
  color: #FF7F50;
  margin-right: 8px;
}
.sidebar-widget .category .cate-item a .post-count {
  margin-left: auto;
  align-items: flex-start;
  text-align: center;
  font-size: 18px;
  color: #898989;
  transition: all 0.3s linear;
}
.sidebar-widget .category .cate-item a:hover {
  color: #FF7801;
}
.sidebar-widget .category .cate-item a:hover .post-count {
  color: #FF7801;
}

.sidebar-widget .sidebar-tag li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 4px;
}
.sidebar-widget .sidebar-tag li a {
  display: inline-block;
  padding: 8px 15px;
  font-size: 18px;
  color: #000;
  line-height: 22px;
  border-radius: 10px;
  transition: all 0.3s linear;
  background: #FF7F50;
}
.sidebar-widget .sidebar-tag li a:hover {
  background-color: #FF7801;
  color: #ffffff;
}
.sidebar-widget .widget-social-title .title {
  font-size: 20px;
  line-height: 42px;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  color: #CDE9DF;
  margin-bottom: 25px;
}

/*--Page Pagination--*/

/*--
/*  19 - Blog Details CSS
/*----------------------------------------*/
.blog-details-wrap {
  margin-top: -60px;
}

.blog-details-post {
  box-shadow: none;
  border-radius: 25px;
  padding: 15px;
  margin-top: 0;
}
.blog-details-post .blog-image {
  overflow: hidden;
  border-radius: 25px;
}
.blog-details-post .blog-image img {
  width: 100%;
  transition: all 0.3s linear;
}
.blog-details-post .blog-content {
  padding: 0;
  padding-top: 40px;
}

.blog-post-wrap {
  padding-right: 0px;
  margin-top: 60px;
}
@media only screen and (max-width: 991px) {
  .blog-post-wrap {
    padding-right: 0;
  }
}

.blog-post-wrap .blog-details-content .consultemo-post-pagination .blog-pagination-post .post-thumb a img {
  width: 75px;
  height: 75px;
  border-radius: 5px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-post-wrap .blog-details-content .consultemo-post-pagination .blog-pagination-post .post-thumb a i {
  font-size: 14px;
  color: #6B66C6;
  padding: 0 10px;
}

.blog-post-wrap .blog-details-content .consultemo-post-pagination .blog-pagination-post .post-content .title {
  font-size: 16px;
  line-height: 24px;
  color: #1a1a1a;
}
@media only screen and (max-width: 1199px) {
  .blog-post-wrap .blog-details-content .consultemo-post-pagination .blog-pagination-post .post-content .title {
    font-size: 15px;
  }
}
.blog-post-wrap .blog-details-content .consultemo-post-pagination .blog-pagination-post .post-content .date {
  font-size: 12px;
  line-height: 24px;
  color: #676767;
}
.blog-post-wrap .blog-details-content .consultemo-post-pagination .blog-pagination-post .post-content .date i {
  margin-right: 6px;
}

.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-author img {
  width: 75px;
  border-radius: 50%;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
  flex-grow: 1;
  padding-left: 30px;
}
@media only screen and (max-width: 575px) {
  .blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content {
    padding-left: 0;
    padding-top: 25px;
  }
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .name {
  font-size: 16px;
  font-family: "Heebo", sans-serif;
  font-weight: 700;
  color: #1a1a1a;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .reply {
  color: #6B66C6;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-box .comment-items li .single-comment .comment-content .meta .reply:hover {
  color: #FF7801;
}

.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Heebo", sans-serif;
  color: #9d9d9d;
  font-weight: 300;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Heebo", sans-serif;
  color: #9d9d9d;
  font-weight: 300;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Heebo", sans-serif;
  color: #9d9d9d;
  font-weight: 300;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  font-family: "Heebo", sans-serif;
  color: #9d9d9d;
  font-weight: 300;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form .form-control:focus {
  outline: none;
  border-color: #6B66C6;
}
.blog-post-wrap .blog-details-content .comment-wrap .comment-form .comment-form-wrap .single-form textarea.form-control:focus {
  outline: none;
  box-shadow: none;
}

/*--
/*  19 - Contact CSS
/*----------------------------------------*/

.contact-widget {
  margin-top: 25px;
 border: 1px solid #9A9A9A;
  border-radius: 25px;
  padding: 25px;
}
.contact-widget .contact-info ul li .info-icon {
  height: 65px;
  width: 65px;
  line-height: 35px;
  text-align: center;
}
.contact-widget .contact-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 20px;
}
.contact-form .contact-form-wrap {
  padding-left: 10px;
}
@media only screen and (max-width: 991px) {
  .contact-form .contact-form-wrap {
    padding-left: 0;
    margin-top: 50px;
  }
}
.contact-form {
  margin-top: 0px;
  
  border-radius: 0px;
  padding: 0px;
}
.contact-form .contact-form-wrap .title {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
}
.contact-form p {
 
  line-height: 24px;
 color: #000;
  padding-right: 15px;
  margin-top: 15px;
}
.contact-widget .contact-info {
  overflow: hidden;
  padding: 10px 30px;
}
.contact-info p {
  font-size: 14px;
  line-height: 24px;
  padding-right: 15px;
  margin-top: 15px;
}
.contact-wrap .wrap-social {
  padding: 20px 30px 70px;
}
.contact-wrap .wrap-social p {
  font-size: 22px;
  font-weight: 600;
  line-height: 74px;
  color: #0F2B46;
}
.contact-wrap .wrap-social ul li a {
  float: left;
  margin-right: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #4682B4;
  color: #FF7F50;
  border-radius: 5px;
}

@media only screen and (max-width: 1199px) {
  .contact-form .contact-form-wrap .title {
    font-size: 32px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-form .contact-form-wrap .title {
    font-size: 30px;
    line-height: 38px;
  }
}
.contact-widget .info-icon {
  margin-right: 15px;
}
.contact-widget .contact-info .title {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  color: #4682B4;
}
.contact-widget .contact-info ul li .info-icon i {
  display: inline-block;
  background: #4682B4;
  color: #fff;
  font-size: 19px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50px;
}
.contact-widget .contact-info ul li .info-text {
  font-size: 18px;
  line-height: 30px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  color: #474545;
}
.contact-form .contact-form-wrap .single-form {
  margin-top: 25px;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  height: 55px;
  line-height: 55px;
  border: 1px solid #ccc;
  border-radius: 10px; background-color: #F8F8FF;
  padding-left: 15px;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}
.contact-form .contact-form-wrap .single-form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}
.contact-form .contact-form-wrap .single-form textarea {
  height: 135px;
  border: 1px solid #ccc; background-color: #F8F8FF;
  border-radius: 10px;
  padding-left: 15px;
  resize: none;
}
.contact-form .contact-form-wrap .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}
.contact-form .contact-form-wrap .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}
.contact-form .contact-form-wrap .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #4c4d56;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}
.contact-form .contact-form-wrap .form-btn {
  margin-top: 25px;
}
.contact-form .contact-form-wrap .form-btn .btn {
  font-size: 16px;
  height: 55px;
  line-height: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 575px) {
  .contact-form .contact-form-wrap .form-btn .btn {
    padding: 0 45px;
  }
}

.contact-map-section .contact-map-wrap {
  margin-bottom: -10px;
}
.contact-map-section .contact-map-wrap iframe {
  height: 550px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (max-width: 767px) {
  .contact-map-section .contact-map-wrap iframe {
    height: 430px;
  }
}


/*--
/*  24.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
     padding-top: 22px;
    padding-bottom: 37px;
}
@media only screen and (max-width: 991px) {
  .footer-widget-wrap {
    padding-top: 0px;
  }
}

.footer-widget {
  margin-top: 30px;
}
.footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
  padding-left: 40px;
}
@media only screen and (max-width: 991px) {
  .footer-widget.footer-widget-2, .footer-widget.footer-widget-3 {
    padding-left: 0px;
  }
}

.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 0px;
}
.widget-info ul li .info-icon {
  height: 12px;
  width: 0px;
  line-height: 0px;
  text-align: inherit;
  background: none;
  border-radius: 0;
}
.widget-info ul li .info-icon i {
  display: inline-block;
  color: #FF7F50;
  font-size: 14px;
}
.widget-info ul li .info-text {
  flex: 1;
  font-size: 16px;
  line-height: 30px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  margin-left: 25px;
  color: #fff;
}
.widget-info ul li .info-text .label-name a {
  font-size: 16px;
  line-height: 30px;
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  color: #fff;
}
@media only screen and (max-width: 1199px) {
  .widget-info ul li .info-text .label-name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-info ul li .info-text .label-name {
    font-size: 16px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .widget-info ul li .info-text {
    font-size: 18px;
    line-height: 28px;
  }
}

.footer-widget-about {
  margin-top: 30px;
  text-align: center;
}
.footer-widget-about p {
 color: #ffffff;
}

.footer-social .social {
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .footer-social .social {
  margin-top: 0px;
}
}
.footer-social .social li {
  display: inline-block;
}
.footer-social .social li + li {
  margin-left: 5px;
}
.footer-social .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #FFF3;
  border-radius: 35px;
  font-size: 15px;
  background: #FF7801;
  color: #ffffff;
}
.footer-social .social li a:hover {
  background: #FF7F50;
  color:#CDE9DF;
}

.footer-widget .footer-widget-title {
  font-size: 24px;
  line-height: 36px;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  color: #ffffff;
}

.widget-link {
  padding-top: 22px;
}
.widget-link .link li {
  margin-top: 7px;
}
.widget-link .link li a {
  font-size: 16px;
  color: #fff;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 575px) {
  .widget-link .link li a {
    font-size: 16px;
  }
}
.widget-link .link li a:hover {
  color: #ffffff;
}

/*--
/*  24. Footer CSS
/*----------------------------------------*/






.footer-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #36454F;
  opacity: 0.90;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer-section {
  background: #36454F;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .footer-section {
    background-size: contain;
  }
}

.footer-logo {
  max-width: 270px;
}

.footer-copyright-wrap {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 575px) {
  .footer-copyright-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.copyright-text {
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .copyright-text {
    text-align: center;
  }
}
.copyright-text p {
  font-size: 13px;
  line-height: 30px;
  color: #fff;
}
@media only screen and (max-width: 575px) {
  .copyright-text p {
    font-size: 16px;
  }
}

.footer-copyright-links {
  text-align: right;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .footer-copyright-links {
    text-align: center;
  }
}
.footer-copyright-links a {
  font-size: 13px;
  line-height: 30px;
  color: #F1F1F1;
  margin-right: 15px;
}
@media only screen and (max-width: 575px) {
  .footer-copyright-links a {
    font-size: 16px;
    line-height: 28px;
  }
}
.footer-copyright-links a:last-child {
  margin-right: 0;
}
.footer-copyright-links a:hover {
  color: #CDE9DF;
}
.footer-section-03 .footer-copyright-links a:hover {
  color: #CDE9DF;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
  height: 60px;
  line-height: 60px;
  border: 0;
  color: #ffffff;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
}
.footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]) {
    padding-right: 20px;
  }
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-webkit-input-placeholder {
    font-size: 16px;
  }
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-moz-placeholder {
    font-size: 16px;
  }
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file])::-moz-placeholder {
    font-size: 16px;
  }
  .footer-section-03 .footer-top-wrap .subscribe-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):not([type=file]):-ms-input-placeholder {
    font-size: 16px;
  }
}


/* =====================================
   DESKTOP DROPDOWN – FINAL FIX
===================================== */

@media (min-width: 992px) {

    /* Base */
    .main-menu ul li {
        position: relative;
    }

    /* First level dropdown */
    .main-menu ul li > .sub-menu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 260px;
        background: #ffffff;
        box-shadow: 0 10px 30px rgba(0,0,0,0.15);
        opacity: 0;
        visibility: hidden;
        transform: translateY(12px);
        transition: all 0.25s ease;
        z-index: 999;
        padding: 0;
        margin: 0;
    }

    .main-menu ul li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    /* Submenu items with divider */
    .main-menu ul li .sub-menu li {
        position: relative;
        border-bottom: 1px solid #e9e9e9;
    }

    .main-menu ul li .sub-menu li:last-child {
        border-bottom: none;
    }

    .main-menu ul li .sub-menu li a {
        display: block;
        padding: 12px 20px;
        color: #222;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
        transition: all 0.2s ease;
    }

    .main-menu ul li .sub-menu li a:hover {
        background: #f7f7f7;
        color: #0a58ca;
    }

    /* Second level dropdown */
    .main-menu ul li .sub-menu li > .sub-menu {
        top: 0;
        left: 100%;
        opacity: 0;
        visibility: hidden;
        transform: translateX(12px);
    }

    .main-menu ul li .sub-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }

    /* ? REMOVE ARROWS ONLY FROM SUBMENU */
    .main-menu ul li .sub-menu li.has-dropdown > a::after {
        display: none !important;
        content: none !important;
    }
}

/* =====================================
   MOBILE SAFE
===================================== */

@media (max-width: 991px) {
    .main-menu ul li .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
    }
}


hr {
    margin: 0rem 0 !important;
    color: inherit;
    background-color: #FF7F50;
    border: 0;
    opacity: 1;
}

.kpi-aligned-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kpi-aligned-list li {
    display: grid;
    grid-template-columns: 280px 1fr; /* label width */
    gap: 20px;
    margin-bottom: 12px;
    align-items: start;
}

.kpi-aligned-list span {
    font-weight: 600;
}

.kpi-aligned-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kpi-aligned-list li {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 20px;
    margin-bottom: 14px;
}

.kpi-aligned-list span {
    font-weight: 600;
}

/* ?? Mobile View */
@media (max-width: 768px) {
    .kpi-aligned-list li {
        grid-template-columns: 1fr; /* stack */
        gap: 6px;
    }
}


:root {
  --blue:    #4682B4;
  --blue2:   #3570A0;
  --orange:  #E07235;
  --charcoal:#36454F;
  --muted:   #637080;
  --charcoal:#36454F;
  --ghost:   #F8F8FF;
  --white:   #ffffff;
  --border:  #DDE8F2;
  --muted:   #5A7080;
  --FD:      'Cormorant Garamond', Georgia, serif;
  --FB:      'DM Sans', system-ui, sans-serif;
}


.hero {
  margin-top: 104px;
  height: calc(100vh - 104px);
  display: grid;
  grid-template-columns: 460px 1fr;
  position: relative;
}
/* Left panel */
.hero-left {
  background: var(--ghost);
  border-right: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 44px 44px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.hero-left::before { display: none; }
.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  opacity: 0;
  animation: fadeUp .7s ease forwards .2s;
}
.eyebrow-line { width: 28px; height: 2px; background: var(--orange); flex-shrink: 0; }
.eyebrow-text {
 
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue);
}
.slide-text { display: none; }
.slide-text.active { display: block; animation: fadeUp .75s cubic-bezier(.22,.61,.36,1) forwards .1s; }
@keyframes fadeUp { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }

.slide-text h2 {
  
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 300;
  color: var(--blue);
  line-height: 1.1;
  margin-bottom: 18px;
  letter-spacing: -.2px;
}
.slide-text h2 em { font-style: italic; color: var(--orange); }
.slide-text p {
  

  color: #000;
  line-height: 1.78;
  font-weight: 300;
  max-width: 340px;
}
/* CTA */
.hero-btns {
  display: flex; align-items: center; gap: 18px;
  margin-top: 30px;
  opacity: 0;
  animation: fadeUp .7s ease forwards .9s;
}
.btn-blue {
  background: var(--blue);
  color: white;
  padding: 12px 26px;
  border-radius: 4px;
 
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: .5px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s, transform .15s;
}
.btn-blue:hover { background: var(--blue2); transform: translateY(-1px); }
.btn-text {

  font-size: 13px;
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1.5px solid var(--blue);
  padding-bottom: 1px;
  font-weight: 500;
  transition: color .2s, border-color .2s;
}
.btn-text:hover { color: var(--orange); border-color: var(--orange); }
/* Controls */
.hero-bottom { position: relative; z-index: 1; margin-top: auto; }
.controls-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 0;
  border-top: 1px solid rgba(224,114,53,.3);
  margin-top: 28px;
}
.dots { display: flex; gap: 7px; align-items: center; }
.dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #C5D5E8;
  cursor: pointer;
  transition: all .3s;
  border: none;
  padding: 0;
}
.dot.active { background: var(--orange); width: 20px; border-radius: 2px; }
.progress-area { display: flex; align-items: center; gap: 11px; }
.progress-track { width: 88px; height: 1.5px; background: var(--border); position: relative; overflow: hidden; }
.progress-fill { position: absolute; left: 0; top: 0; bottom: 0; background: var(--orange); width: 0%; }
.slide-count {  font-size: 14px; color: #8FA8C0; letter-spacing: 1px; white-space: nowrap; }
.arrow-group { display: flex; gap: 6px; }
.arrow {
  width: 34px; height: 34px;
     border: 1.5px solid #ff7801;
  border-radius: 50%;
  background: transparent;
  color: var(--blue);
  font-size: 13px;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer;
  transition: all .22s;
}
.arrow:hover { border-color: var(--orange); background: var(--orange); color: white; }
/* Right panel */
.hero-right { position: relative; overflow: hidden; background: #000; }
.slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(.4,0,.2,1);
}
.slide.active { opacity: 1; }
.slide-img {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 7s ease-out;
}
.slide.active .slide-img { transform: scale(1); }
.slide-img::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(248,248,255,.12) 0%, transparent 15%);
}
.s1 .slide-img { background-image: url("https://images.unsplash.com/photo-1541888946425-d81bb19240f5?w=1600&q=85"); background-position: center 60%; }
.s2 .slide-img { background-image: url("https://images.unsplash.com/photo-1486325212027-8081e485255e?w=1600&q=85"); background-position: center 40%; }
.s3 .slide-img { background-image: url("https://images.unsplash.com/photo-1504307651254-35680f356dfd?w=1600&q=85"); background-position: center 50%; }
.s4 .slide-img { background-image: url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=1600&q=85"); background-position: center 50%; }
.s5 .slide-img { background-image: url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?w=1600&q=85"); background-position: center 45%; }
.s6 .slide-img { background-image: url("https://converra.consulting/staging-new/assets/images/unnamed.png?w=1600&q=85"); background-position: center 50%; }
.slide-cap {
  position: absolute; bottom: 20px; right: 20px;
   font-size: 10px; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.65);
  background: rgba(0,0,0,.3); backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,.12);
  padding: 6px 14px; border-radius: 3px;
  opacity: 0; transition: opacity .8s ease .5s; z-index: 2;
}
.slide.active .slide-cap { opacity: 1; }




.band {
  background: var(--blue);
  padding: 0 5%;
}
.band-inner {
  max-width: 1400px;
  margin: 0 auto;
  min-height: 50px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.band-motto {
 
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  color: white;
  white-space: nowrap;
  letter-spacing: .3px;
}
.band-sep {
 
  background: var(--orange);
  flex-shrink: 0;
}
.band-text {
 
 
  font-weight: 300;
     color: #ffffff;
  letter-spacing: .2px;
}

/* Band 2 — wider content */
.band2-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.band2-title {
 
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 500;
  font-style: italic;
  color: white;
  white-space: nowrap;
}
.band2-sep { background: var(--orange); align-self: stretch; width: 2px; }
.band2-body {
  
  color: rgba(255,255,255,.88);
  line-height: 1.75;
  max-width: 860px;
  text-align: center;
}

/* Band 3 — left quote + right bullets */
.band3-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 14px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.band3-quote {
 
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 300;
  font-style: italic;
  color: white;
  line-height: 1.15;
}
.band3-sep { background: var(--orange); align-self: stretch; width: 2px; }
.band3-bullets { display: flex; flex-direction: column; gap: 8px; }
.band3-bullet {
  display: flex;
  align-items: flex-start; /* keeps dot aligned to first line */
  gap: 10px;

 
 
  line-height: 1.5;
  color: #fff;
  white-space: normal;
}

/* DOT */
.band3-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.7);

  flex-shrink: 0;

  /* KEY FIX */
  margin-top: 0.45em; /* aligns with first line of text */
}

@media (max-width: 600px) {
  .band3-bullet {
    font-size: 13px;
	color: #fff;
    gap: 8px;
  }

  .band3-dot {
    width: 5px;
    height: 5px;
  }
}


.services-section { background: #ffffff; padding: 48px 5%; }
.services-header  { text-align: center; margin-bottom: 32px; }
.services-overline {
   letter-spacing: 3px;
  text-transform: uppercase; color: var(--blue); font-weight: 600; margin-bottom: 8px; display: block;
}
.services-title {
      font-size: 30px;
    color: #000; letter-spacing: -.2px;
}
.verticals-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 18px; max-width: 1400px; margin: 0 auto;
}
.vertical-card {
  background: #ffffff; border: 1px solid #DDE8F2;
  border-radius: 5px; overflow: hidden; display: flex; flex-direction: column;
  opacity: 0; transform: translateY(30px);
  animation: cardReveal .6s ease forwards;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}
.vertical-card:nth-child(1) { animation-delay: .1s; }
.vertical-card:nth-child(2) { animation-delay: .25s; }
.vertical-card:nth-child(3) { animation-delay: .4s; }
@keyframes cardReveal { to { opacity: 1; transform: translateY(0); } }
.vertical-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(70,130,180,.15);
  border-color: var(--blue);
}
.vertical-head {
  background: var(--blue); padding: 14px 20px; text-align: center;
  transition: background .35s ease;
}
.vertical-card:hover .vertical-head { background: var(--orange); }
.vertical-label {
  font-weight: 700;
 color: #fff; letter-spacing: 2px; text-transform: uppercase;
}
.vertical-body { padding: 18px 20px 24px; flex: 1; }
.vertical-tagline {
  font-style: italic;
   color: #000; margin-bottom: 16px; line-height: 1.45;
  text-align: center; transition: color .35s ease; display: block;
}
.vertical-card:hover .vertical-tagline { color: var(--orange); }
.svc-list { list-style: none; }
.svc-main {
   color: #000; 
  padding: 7px 0 7px 20px; border-bottom: 1px solid var(--orange);
  position: relative; line-height: 1.35;
  transition: padding-left .25s ease, color .25s ease;
}
.svc-main:last-child { border-bottom: none; }
.svc-main:hover { padding-left: 26px; color: var(--blue); }
.svc-main::before {
  content: ""; position: absolute; left: 3px; top: 13px;
  width: 8px; height: 8px;
  border-right: 2px solid var(--blue); border-bottom: 2px solid var(--blue);
  transform: rotate(-45deg); transition: border-color .25s ease;
}
.svc-main:hover::before { border-color: var(--orange); }
.svc-sub { list-style: none; margin-top: 5px; padding-left: 4px; }
.svc-sub li {
    color: #000; font-weight: 300;
  padding: 3px 0 3px 16px; position: relative; line-height: 1.35;
  transition: color .2s ease, padding-left .2s ease;
}
.svc-sub li:hover { color: var(--blue); padding-left: 20px; }
.svc-sub li::before {
  content: ""; position: absolute; left: 2px; top: 7px;
  width: 7px; height: 7px; background: var(--orange);
  border-radius: 1px; transition: background .25s ease;
}
.svc-sub li:hover::before { background: var(--blue); }
@media (max-width: 1024px) { .verticals-grid { grid-template-columns: 1fr; } }


.help-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.help-card {
  position: relative;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
  min-height: 200px;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0,0,0,.2), inset 0 1px 0 rgba(255,255,255,.06);
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease;
}
/* Odd: charcoal, Even: blue */
.help-card:nth-child(odd)  { background: var(--charcoal); }
.help-card:nth-child(even) { background: var(--blue); }

/* Background image — hidden at rest, revealed on hover */
.help-bg {
  position: absolute; inset: 0;
  background-size: cover;
  opacity: 0;
  transition: opacity .5s ease;
}
/* Dark gradient always present */
.help-card::before {
  content: "";
  position: absolute; inset: 0;
 
  z-index: 1;
  transition: background .4s ease;
}
.help-card:hover { transform: translateY(-5px); box-shadow: 0 20px 44px rgba(0,0,0,.28); }
.help-card:hover .help-bg { opacity: 1; }
.help-card:hover::before {
  background: linear-gradient(to top, rgba(10,28,50,.96) 0%, rgba(10,28,50,.6) 100%);
}

/* Orange left accent — always visible */
.help-card::after {
  content: "";
  position: absolute; left: 0; top: 25%; bottom: 25%;
  width: 3px; background: var(--orange);
  border-radius: 0 2px 2px 0; z-index: 3;
  transition: top .3s ease, bottom .3s ease;
}
.help-card:hover::after { top: 12%; bottom: 12%; }

.help-card-inner {
  position: relative; z-index: 2;
  padding: 24px 22px 20px;
  display: flex; flex-direction: column; gap: 0; height: 100%;
  min-height: 200px;
}
.help-card-title {
 
  font-size: 20px; font-weight: 500; color: white;
  line-height: 1.25; margin-bottom: 10px; flex: 1;
}
.help-card-body {
 font-weight: 300;
 color: #fff;
  line-height: 1.6;
}
.help-card-arrow {
  font-size: 20px; color: rgba(255,255,255,.5);
  align-self: flex-end; margin-top: 14px;
  transition: color .25s ease, transform .25s ease;
  display: block;
}
.help-card:hover .help-card-arrow { color: var(--orange); transform: translateX(5px); }

@media (max-width: 1024px) { .help-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px)  { .help-grid { grid-template-columns: 1fr; } }


/* -------------------------------------------
   SECTIONS — shared
------------------------------------------- */

.section-inner { max-width: 1200px;    margin: 42px auto; }
.section-header { margin-bottom: 32px; }
.section-white  { background: var(--white); }
.section-ghost  { background: var(--ghost); }
.section-charcoal { background: var(--charcoal); }

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1202px;
    }
}

/* -------------------------------------------
   SERVICE VERTICALS
------------------------------------------- */
.verticals-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.v-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(24px);
  animation: fadeUp .6s ease forwards;
}
.v-card:nth-child(1) { animation-delay: .1s; }
.v-card:nth-child(2) { animation-delay: .22s; }
.v-card:nth-child(3) { animation-delay: .34s; }
.v-card-head {
  background: var(--blue);
  padding: 13px 18px;
  text-align: center;
}
.v-card-head-label {
  font-family: var(--FB);
  font-size: 11.5px;
  font-weight: 700;
  color: white;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.v-card-body { padding: 16px 18px 20px; flex: 1; }
.v-tagline {
  font-family: var(--FD);
  font-size: 13.5px;
  font-style: italic;
   color: #000;
  text-align: center;
  margin-bottom: 14px;
  display: block;
}
.v-list { list-style: none; }
.v-main {
  font-family: var(--FB);
  font-size: 13px;
   color: #000;
  font-weight: 500;
  padding: 6px 0 6px 18px;
  border-bottom: 1px solid #E8EFF8;
  position: relative;
  line-height: 1.35;
  transition: padding-left .2s, color .2s;
}
.v-main:last-child { border-bottom: none; }
.v-main:hover { padding-left: 22px; color: var(--blue); }
.v-main::before {
  content: "";
  position: absolute; left: 2px; top: 12px;
  width: 7px; height: 7px;
  border-right: 2px solid var(--orange);
  border-bottom: 2px solid var(--orange);
  transform: rotate(-45deg);
  transition: border-color .2s;
}
.v-main:hover::before { border-color: var(--blue); }
.v-sub { list-style: none; margin-top: 4px; padding-left: 4px; }
.v-sub li {
  
   color: #000;
  font-weight: 300;
  padding: 3px 0 3px 14px;
  position: relative;
  line-height: 1.35;
}
.v-sub li::before {
  content: "";
  position: absolute; left: 2px; top: 7px;
  width: 6px; height: 6px;
  background: var(--orange);
  border-radius: 1px;
}


.t-overline {

  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--blue);
  display: block;
  margin-bottom: 10px;
}
.t-title {
 
  font-size: 30px;
 
  line-height: 1.15;
  letter-spacing: -0.2px;
   color: #000;
  display: block;
  margin-bottom: 14px;
}
.t-title-white { color: var(--white); }
.t-lead {


  color: #000;
  line-height: 1.75;
 
  display: block;
}
.t-divbar {
  width: 36px;
  height: 3px;
  background: var(--orange);
  border-radius: 2px;
  margin: 14px 0 20px;
}

/* ---- SEC- CLASSES — Contact and Why Partner ---- */
.sec-overline {
   letter-spacing: 3px;
  text-transform: uppercase; color: var(--blue); font-weight: 600;
  margin-bottom: 8px; display: block;
}
.sec-title {
 font-size: 30px;
   margin-bottom: 0; display: block;
}
.sec-lead {
 
  line-height: 1.72; font-weight: 300; margin-top: 16px; display: block; color: #000;
}
.div-bar {
  width: 36px; height: 3px; background: var(--orange);
  border-radius: 2px; margin: 14px 0 20px;
}




/* -------------------------------------------
   WHOM WE SERVE + INDUSTRIES
------------------------------------------- */
.serve-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: start;
}
.serve-grid > div:first-child .icg {
  grid-template-columns: 1fr 1fr;
}
.serve-list { display: flex; flex-direction: column; }
.serve-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(224,114,53,.35);
}
.serve-item:last-child { border-bottom: none; }
.serve-icon {
  width: 34px; height: 34px;
  background: var(--blue);
  border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.serve-icon svg { width: 16px; height: 16px; stroke: white; fill: none; stroke-width: 1.6; }
.serve-name {
  font-family: var(--FB);
  font-size: 13px; font-weight: 600;  color: #000;
  display: block; margin-bottom: 3px;
}
.serve-desc {
  font-family: var(--FB);
  font-size: 12px; font-weight: 300; color: #000;
  line-height: 1.5; display: block;
}
.ind-list { display: flex; flex-direction: column; }
.ind-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 13px 0;
  border-bottom: 1.5px solid rgba(224,114,53,.45);
  transition: padding-left .2s;
}
.ind-item:last-child { border-bottom: none; }
.ind-item:hover { padding-left: 5px; }
.ind-bar {
  width: 3px; height: 36px;
  background: var(--blue);
  border-radius: 2px; flex-shrink: 0;
  transition: background .3s ease;
}
.ind-item:hover .ind-bar { background: var(--orange); }
.ind-name  { font-family: var(--FB); font-size: 13px; font-weight: 600;  color: #000; display: block; margin-bottom: 3px; }
.ind-sub   { font-family: var(--FB); font-size: 12px; font-weight: 300; color: #000; line-height: 1.5; display: block; }

/* -------------------------------------------
   WHY PARTNER WITH CONVERRA
------------------------------------------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 240px 240px;
  gap: 12px;
}
.wpc {
  position: relative; overflow: hidden;
  border-radius: 5px;
  display: block; text-decoration: none; cursor: pointer;
  box-shadow: 0 4px 16px rgba(0,0,0,.14);
  transition: transform .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s ease;
}
.wpc:hover { transform: translateY(-4px); box-shadow: 0 16px 36px rgba(0,0,0,.2); }
.wpc-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  transform: scale(1.04);
  transition: transform .5s ease;
}
.wpc:hover .wpc-bg { transform: scale(1); }
.wpc-ov {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,28,50,.9) 0%, rgba(10,28,50,.3) 55%, transparent 100%);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding: 22px 20px;
  transition: background .35s ease;
}
.wpc:hover .wpc-ov { background: linear-gradient(to top, rgba(10,28,50,.96) 0%, rgba(10,28,50,.55) 100%); }
.wpc-title {
 
  font-weight: 500; color: white;
  line-height: 1.25; margin-bottom: 0;
  position: relative; z-index: 1;
}
.wpc-body {

  font-weight: 300; color: rgba(255,255,255,0);
  line-height: 1.6; position: relative; z-index: 1;
  max-height: 0; overflow: hidden;
  transition: color .3s ease, max-height .3s ease;
}
.wpc:hover .wpc-body { color: rgba(255,255,255,.82); max-height: 80px; margin-top: 7px; }
/* 7th card */
.wpc-feature {
  margin-top: 12px;
  background: var(--blue);
  border-radius: 5px;
  padding: 28px 32px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
  box-shadow: 0 4px 16px rgba(70,130,180,.22);
}
.wpc-feature-title {

  font-weight: 500; color: white; line-height: 1.3; margin-bottom: 8px;
}
.wpc-feature-body {
 
   color: rgba(255,255,255,.75); line-height: 1.65; max-width: 680px;
}
.wpc-feature-btn {
  flex-shrink: 0;
  background: white; color: var(--blue);
  padding: 11px 26px; border-radius: 4px;
  font-family: var(--FB); font-size: 12.5px; font-weight: 600;
  text-decoration: none; letter-spacing: .5px; text-transform: uppercase;
  transition: background .2s; white-space: nowrap;
}
.wpc-feature-btn:hover { background: var(--ghost); }


/* -------------------------------------------
   FOOTER
------------------------------------------- */
.footer-inner {
  max-width: 1400px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr; gap: 70px;
  padding: 48px 0 36px;
  border-bottom: 1px solid rgba(224,114,53,.25);

}
.f-logo { display: flex; align-items: center; gap: 11px; margin-bottom: 13px; }
.f-gem  { width: 28px; height: 28px; background: var(--blue); transform: rotate(45deg); border-radius: 4px; }
.f-name {  font-size: 16px; font-weight: 700;  color: rgba(255,255,255,.52); letter-spacing: 2.5px; text-transform: uppercase; }
.f-tagline {  font-weight: 300;  color: #ffffff; line-height: 1.65; max-width: 260px; margin-bottom: 10px; }
.f-motto   {  color: var(--orange); font-size: 14px; margin-bottom: 16px; }
.f-pills   { display: flex; flex-wrap: wrap; gap: 7px; }
.f-pill    {  font-size: 10px; letter-spacing: 1px; text-transform: uppercase; color: #ffffff; text-decoration: none; padding: 5px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 3px; transition: color .2s, border-color .2s; }
.f-pill:hover { color: white; border-color: rgba(255,255,255,.3); }
.f-col h4 {  letter-spacing: 2px; text-transform: uppercase; color: white; font-weight: 600; margin-bottom: 14px; }
.f-col ul  { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.f-col ul li a { font-size: 15.5px; color: #ffffff; text-decoration: none; font-weight: 300; transition: color .2s; }
.f-col ul li a:hover { color: white; }
.f-bottom  { max-width: 1400px; margin: 0 auto; padding: 18px 0; display: flex; justify-content: space-between; align-items: center; color: #ffffff; }
/* -------------------------------------------
   RESPONSIVE
------------------------------------------- */
@media (max-width: 1024px) {
    .serve-grid, .contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
  .hero { grid-template-columns: 1fr; height: auto; }
  .hero-right { min-height: 50vh; }
  .verticals-grid, .help-grid, .why-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-rows: auto; }
  .wpc { min-height: 200px; }
 
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .band2-inner, .band3-inner { grid-template-columns: 1fr; gap: 16px; padding: 22px 0; }
  .band2-sep, .band3-sep { display: none; }
  .band2-title, .band3-quote { white-space: normal; }
  .wpc-feature { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 640px) {
  nav { padding: 0 20px; }
  .nav-links { display: none; }
  .hero-left { padding: 32px 24px 0; }
  .verticals-grid, .help-grid, .why-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .f-bottom { flex-direction: column; gap: 8px; text-align: center; }
  .frow { grid-template-columns: 1fr; }
  .section { padding: 0px 5%; }
  .offices-grid { grid-template-columns: 1fr; }
  .office { border-right: none; }
  .office:nth-child(3) { border-bottom: 1px solid var(--border); }
}

/* -- grid -- */
.icg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

@keyframes icFadeUp {
  from { opacity: 0; transform: translateY(16px); }
  to   { opacity: 1; transform: translateY(0); }
}
.ic-anim {
  opacity: 0;
  animation: icFadeUp .5s cubic-bezier(.22,.61,.36,1) forwards;
}

.ic-tile {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: #354856;
  border: 1px solid rgba(70,130,180,.35);
  border-top: 3px solid var(--blue);
  border-radius: 7px;
  padding: 15px 14px 13px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,.22);
  transition: background .28s ease, border-color .28s ease, border-top-color .3s ease, transform .28s cubic-bezier(.22,.61,.36,1), box-shadow .28s ease;
}
.ic-tile::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,.04) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform .5s ease;
  pointer-events: none;
}
.ic-tile:hover::after { transform: translateX(100%); }
.ic-tile:hover {
  background: #3f5668;
  border-color: rgba(70,130,180,.55);
  border-top-color: var(--orange);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(0,0,0,.28);
}
.ic-accent {
  position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--orange);
  border-radius: 0; opacity: 0;
  transition: opacity .28s ease;
}
.ic-tile:hover .ic-accent { opacity: 1; }
.ic-top { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; }
.ic-iconbox {
  width: 33px; height: 33px; border-radius: 6px;
  background: var(--blue);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; transition: background .28s ease;
}
.ic-tile:hover .ic-iconbox { background: var(--orange); }
.ic-iconbox svg { stroke: white !important; }
.ic-name {  font-weight: 700; color: #fff; line-height: 1.3; }
.ic-sep { height: 1px; background: rgba(70,130,180,.25); margin-bottom: 10px; }
.ic-tags { display: flex; flex-wrap: wrap; gap: 4px; flex: 1; }
.ic-tag {
   font-size: 13px; font-weight: 300;
  color: rgba(255,255,255,.75);
  background: rgba(70,130,180,.14);
  border: 1px solid rgba(70,130,180,.25);
  border-radius: 3px; padding: 2px 7px;
  transition: color .25s, background .25s, border-color .25s;
}
.ic-tile:hover .ic-tag {
  color: #fff; background: rgba(70,130,180,.28); border-color: rgba(70,130,180,.5);
}
.ind-photo-card {
  display: block;
  text-decoration: none;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
  transition: transform .32s cubic-bezier(.22,.61,.36,1), box-shadow .32s ease;
}
.ind-photo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.ind-photo-img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .5s ease;
}
.ind-photo-card:hover .ind-photo-img { transform: scale(1.06); }
.ind-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(10,28,50,0) 35%, rgba(10,28,50,0.55) 65%, rgba(10,28,50,0.85) 100%);
  transition: background .3s ease;
}
.ind-photo-card:hover .ind-photo-overlay {
  background: linear-gradient(to bottom, rgba(10,28,50,0) 25%, rgba(10,28,50,0.65) 60%, rgba(10,28,50,0.92) 100%);
}
.ind-photo-name {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 14px 16px 18px;
  font-family: var(--FB);
  
  font-weight: 700;
 color: #fff;
  line-height: 1.3;
  text-align: center;
  background: linear-gradient(to top, rgba(42,80,130,0.85) 0%, rgba(42,80,130,0.6) 60%, transparent 100%);
}

@media (max-width: 1024px) { .icg { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 640px)  { .icg { grid-template-columns: repeat(2,1fr); } }
.ic-all-btn {
  display: inline-block;
 
   font-weight: 600;
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1.5px solid var(--blue);
  padding-bottom: 1px;
  transition: color .2s, border-color .2s;
}
.ic-all-btn:hover { color: var(--orange); border-color: var(--orange); }

@media (max-width:1024px) { .icg { grid-template-columns: 1fr 1fr; } }
@media (max-width:640px)  { .icg { grid-template-columns: 1fr; } }


.why-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.why-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .32s cubic-bezier(.22,.61,.36,1), box-shadow .32s ease;
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
}
.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(70,130,180,.13);
}
.why-photo {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-position: center;
  position: relative;
  flex-shrink: 0;
  transition: transform .5s ease;
}
.why-card:hover .why-photo { transform: scale(1.03); }
.why-photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(10,28,50,.18) 100%);
}
.why-card-body-wrap {
  padding: 20px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-top: 3px solid var(--blue);
  transition: border-top-color .3s ease;
  flex: 1;
}
.why-card:hover .why-card-body-wrap { border-top-color: var(--orange); }
.why-card-title {
 
   font-weight: 500;
     font-size: 19px;
  letter-spacing: -.1px;
}
.why-card-body {
    font-weight: 300;
 color: #000;
  line-height: 1.7;
}
@media (max-width: 1024px) { .why-cards-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px)  { .why-cards-grid { grid-template-columns: 1fr; } }

.contact-section { background: var(--ghost); padding: 52px 5%; }
.contact-inner {
  max-width: 1320px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.2fr;
  gap: 64px; align-items: start;
}
.contact-details { display: flex; flex-direction: column; margin-top: 8px; }
.contact-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 14px 0; border-bottom: 1px solid #E4EDF6;
}
.contact-item:last-child { border-bottom: none; }
.contact-icon {
  width: 36px; height: 36px;
  background: var(--blue); border-radius: 6px;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.contact-icon svg { width: 17px; height: 17px; stroke: white; fill: none; stroke-width: 1.6; }
.contact-label {
   letter-spacing: 1.5px; text-transform: uppercase;
  color: #7A90A4; display: block; margin-bottom: 3px; font-weight: 600;
 
}
.contact-value {
 
     color: var(--orange); text-decoration: none; font-weight: 500;
}
.contact-value:hover { text-decoration: underline; }
.offices-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 0;
  border: 1px solid var(--border); border-radius: 6px; overflow: hidden; margin-top: 20px;
}
.office {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 13px 14px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border);
  background: white;
}
.office:nth-child(even) { border-right: none; }
.office:nth-child(3), .office:nth-child(4) {  }
.office-flag    { font-size: 18px; flex-shrink: 0; line-height: 1.3; }
.office-country { font-weight: 700; color: var(--blue); text-transform: uppercase; letter-spacing: .5px; display: block; margin-bottom: 3px; }
.office-addr    {   line-height: 1.45; display: block; font-size: 14px; }
.contact-form {
  background: white; border: 1px solid #DDE8F2; border-radius: 6px; padding: 36px 32px;
}
.form-title {  font-weight: 500;  color: #000; margin-bottom: 4px; font-size: 24px; }
.form-sub   {   margin-bottom: 24px; font-weight: 300; }
.form-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block;  font-weight: 600; color: #000; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 7px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; background: var(--ghost); border: 1.5px solid var(--border); border-radius: 4px;
  padding: 11px 13px; font-family: var(--FB); font-size: 13.5px;  color: #000; outline: none; transition: border-color .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--blue); }
.form-group textarea { min-height: 90px; resize: vertical; }
.form-submit {
  width: 100%; background: var(--blue); color: white; border: none;
  padding: 13px; border-radius: 4px; font-family: var(--FB); font-size: 13px;
  font-weight: 600; letter-spacing: .6px; text-transform: uppercase; cursor: pointer; transition: background .2s;
}
.form-submit:hover { background: var(--blue2); }
@media (max-width: 1024px) {
  .contact-inner { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 640px) {
  .form-row { grid-template-columns: 1fr; }
  .offices-grid { grid-template-columns: 1fr; }
  .office { border-right: none; }
  .office:nth-child(3) { border-bottom: 1px solid var(--border); }
}


