/*-----------------------------------------------------------------------------------

    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: 400;
  font-family: "Heebo", sans-serif;
  color: #474545;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
}
body[dir=rtl] {
  text-align: right;
} h2, h3, h4, h5 {
  font-family: "Heebo", sans-serif;
  color: #F8F8FF;
  font-weight: 700;
  margin-top: -10px;
  line-height: 1.5;
  margin-bottom: 11px;
}

h2 {
  font-size: 30px;
}
@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: 17px;
    line-height: 28px;
    color: #000;
  
   
    text-align: justify;
}

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 {
  float: left;
  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: 15px;
  font-family: "Heebo", sans-serif;
  font-weight: 600;
  /*height: 40px;*/
  line-height: 10px;
  padding: 15px 30px;
  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: 5px;
}

[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: capitalize;
}
.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;
  font-size: 14px;
  line-height: 30px;
  color: #CDE9DF;
  position: relative;
}
.header-top-wrapper .header-top-info ul li i {
  font-size: 16px;
  color: #CDE9DF;
  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 .header-menu {
  margin-left: inherit;
}
.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: 400;
}
.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);
}
/*----------------------------------------*/
/*  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: 400;
  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: 17px;
  line-height: 24px;
  color: #000;
  text-align: justify;
}
.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: 17px;
  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: 17px;
  line-height: 28px;
  color: #ffffff;
  margin-top: 14px;
  padding-right: 20px;
  text-align: justify;
}
.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: 17px;
    line-height: 28px;
    color: #000;
   
    text-align: justify;

}
.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: 17px;
  line-height: 28px;
  color: #000;
  margin-top: 30px;
 
  text-align: justify;
}
.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: 400;
  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: 400;
  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: 400;
  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: 400;
  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: 400;
  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: 400;
  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: 400;
  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: 400;
  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: 400;
  line-height: 37px;
  color: #000;
  border-bottom: 1px solid #FF7F50;
}
.single-pricingnew .pricingnew-content .pricingnew-list li + li {
  margin-top: 10px;
}
.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: 400;
  /*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: 14px;
  color: #FF7F50;
}

.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: 400;
  display: block;
  color: #898989;
}
.consultemo-testimonial-section .single-testimonial .testimonial-content p {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  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: 400;
  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;
  background: #004758;
  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: 400;
  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: 400;
  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;
  text-align: justify;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
  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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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 {
  font-size: 14px;
  line-height: 24px;
  color: #CDE9DF;
  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: 400;
  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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
  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: 400;
  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: 400;
}
.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: 400;
}
.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: 400;
}
.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: 400;
}
@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;
  }
}


hr {
    margin: 0rem 0 !important;
    color: inherit;
    background-color: #FF7F50;
    border: 0;
    opacity: 1;
}

