/*!*******************************************************************************************************************!*\
  !*** CSS ***!
  \*******************************************************************************************************************/
/*

/*****************************
  Typography
*****************************/
body {
  font-family: "Rajdhani", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  color: #5A666F;
  overflow-x: hidden; }

a {
  outline: medium none !important;
  color: #007dcd;
  transition: all 0.3s ease-in-out;
  text-decoration: none; }
  a:focus {
    color: #000000;
    text-decoration: none !important; }
  a:hover {
    color: #000000;
    text-decoration: none !important; }

a.text-dark:focus {
  color: #007dcd !important; }

a.text-dark:hover {
  color: #007dcd !important; }

input {
  outline: medium none !important;
  color: #007dcd; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Rajdhani", serif;
  color: #131d26;
  margin: 0px 0px 1rem;
  font-weight: 700; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a,
  .h6 a {
    color: inherit; }

h1 {
  font-size: 62px;
  font-style: normal;
  line-height: 74px; }

h2 {
  font-size: 52px;
  line-height: 64px; }

h3 {
  font-size: 42px;
  line-height: 54px; }

h4 {
  font-size: 32px;
  line-height: 46px; }

h5 {
  font-size: 28px;
  line-height: 38px; }

h6 {
  font-size: 24px;
  line-height: 32px; }

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black .h1,
.bg-black .h2,
.bg-black .h3,
.bg-black .h4,
.bg-black .h5,
.bg-black .h6 {
  color: #ffffff; }

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6 {
  color: #ffffff; }

.bg-black p,
.bg-dark p {
  color: #5A666F; }

iframe {
  width: 100%; }

label {
  font-weight: normal; }

*::-moz-selection {
  background: #007dcd;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #007dcd;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #007dcd;
  color: #ffffff;
  text-shadow: none; }

/*----------------------------------*/
/* Container Fluid */
/*----------------------------------*/
.container-fluid.container-space {
  padding: 0 100px; }

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

@media (max-width: 991px) {
  .container {
    max-width: 100%; } }

/*----------------------------------*/
/* Section Title */
/*----------------------------------*/
.section-title {
  margin-bottom: 50px; }
  .section-title .title {
    margin-bottom: 20px; }
  .section-title p {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
    color: #5A666F; }
    .section-title p + p {
      margin-top: 20px; }
  .section-title.section-title-light .title {
    color: #ffffff; }
  .section-title.section-title-light p {
    color: #ffffff; }

.section-title-horizontal {
  margin-bottom: 50px; }
  .section-title-horizontal .section-title {
    margin-bottom: 0; }
    .section-title-horizontal .section-title .title {
      margin-bottom: 0px; }
  .section-title-horizontal .description {
    margin-bottom: 0px;
    padding-right: 100px; }

/* Title in BG Dark */
.bg-dark .section-title p {
  color: #5A666F; }

/* Title in BG Primary*/
.bg-primary .section-title .title {
  color: #ffffff; }

.bg-primary .section-title .description {
  color: #ffffff; }

.bg-primary .description {
  color: #ffffff; }

/*----------------------------------*/
/* Breadcrumb */
/*----------------------------------*/
.breadcrumb {
  margin-top: 18px;
  background: transparent;
  border-radius: 0;
  display: inline-flex;
  padding: 14px 40px;
  justify-content: center; }
  .breadcrumb .breadcrumb-item {
    padding-right: 5px;
    display: inline-block;
    font-size: 18px;
    color: #ffffff; }
    .breadcrumb .breadcrumb-item a {
      color: #007dcd; }
      .breadcrumb .breadcrumb-item a:hover {
        color: #007dcd; }
    .breadcrumb .breadcrumb-item:before {
      color: #ffffff; }
  .breadcrumb .breadcrumb-item.active {
    color: #007dcd; }

/*----------------------------------*/
/* Dropcaps */
/*----------------------------------*/
.dropcap-style-1 {
  float: left;
  display: block;
  background-color: transparent;
  color: #131d26;
  font-size: 57px;
  height: 55px;
  line-height: 48px;
  margin: 0;
  text-align: left;
  width: auto !important;
  min-width: 60px;
  padding-right: 5px;
  overflow: visible; }

.dropcap-style-2 {
  float: left;
  display: block;
  font-size: 47px;
  padding: 0;
  color: #ffffff;
  margin: .15em .4em 0 0;
  text-align: center;
  font-weight: 500;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  line-height: 64px;
  border-radius: 0;
  background-color: #007dcd;
  background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%); }

/*----------------------------------*/
/* Blockquote */
/*----------------------------------*/
.blockquote {
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #131d26; }
  .blockquote .blockquote-content {
    display: flex;
    gap: 15px;
    align-items: center; }
    .blockquote .blockquote-content .quote-icon {
      flex-shrink: 0; }
    .blockquote .blockquote-content .quote-details .blockquote-author .blockquote-name {
      margin-top: 15px;
      color: #5A666F; }
      .blockquote .blockquote-content .quote-details .blockquote-author .blockquote-name span {
        color: #007dcd; }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1199px) {
  h1 {
    font-size: 62px; }
  h2 {
    font-size: 42px;
    line-height: 54px; }
  .section-title-horizontal .description {
    padding-right: 0px; } }

@media (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 58px; }
  h3 {
    font-size: 36px;
    line-height: 46px; }
  h4 {
    font-size: 30px;
    line-height: 40px; }
  h5 {
    font-size: 24px;
    line-height: 34px; }
  h6 {
    font-size: 20px;
    line-height: 30px; }
  .section-title {
    margin-bottom: 45px; }
  .section-title-horizontal {
    margin-bottom: 40px; }
    .section-title-horizontal .section-title .title {
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  h1 {
    font-size: 42px;
    line-height: 54px; }
  h2 {
    font-size: 36px;
    line-height: 46px; }
  h3 {
    font-size: 30px;
    line-height: 40px; }
  h4 {
    font-size: 24px;
    line-height: 34px; }
  h5 {
    font-size: 22px;
    line-height: 32px; }
  h6 {
    font-size: 20px;
    line-height: 30px; }
  .section-title {
    margin-bottom: 30px; }
  .section-title .title {
    margin-bottom: 15px; }
  /* Breadcrumb */
  .breadcrumb {
    margin-top: 10px; }
  /* Blockquote */
  .blockquote {
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px; }
    .blockquote .blockquote-content .quote-details .blockquote-author .blockquote-name {
      margin-top: 10px; } }

@media (max-width: 575px) {
  body {
    font-size: 16px;
    line-height: 26px; }
  h1 {
    font-size: 28px;
    line-height: 38px; }
  h2 {
    font-size: 26px;
    line-height: 36px; }
  h3 {
    font-size: 24px;
    line-height: 34px; }
  h4 {
    font-size: 22px;
    line-height: 32px; }
  h5 {
    font-size: 20px;
    line-height: 30px; }
  h6 {
    font-size: 18px;
    line-height: 28px; }
  /* Breadcrumb */
  .breadcrumb .breadcrumb-item {
    font-size: 16px; }
  .section-title p {
    font-size: 16px;
    line-height: 26px; }
  .section-title-horizontal {
    margin-bottom: 30px; }
    .section-title-horizontal .description {
      font-size: 16px;
      line-height: 26px; }
  /* Blockquote */
  .blockquote {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .blockquote .blockquote-content {
      flex-direction: column;
      align-items: flex-start;
      gap: 0; }
      .blockquote .blockquote-content .quote-details .blockquote-author .blockquote-name {
        margin-top: 5px; } }

/*****************************
  Helper Classes
*****************************/
/* color */
.text-primary {
  color: #007dcd !important; }

.text-light {
  color: #f6f6f6 !important; }

.text-dark {
  color: #000000 !important; }

/* fill colors for svg */
.fill-dark {
  fill: #000000; }

.fill-primary {
  fill: #007dcd; }

.fill-light {
  fill: #F3F7FF; }

.fill-white {
  fill: #ffffff; }

/* background */
.bg-primary {
  background-color: #007dcd !important; }

.bg-secondary {
  background-color: #131d26 !important; }

.bg-blue {
  background-color: #218ed3 !important; }

.bg-dark {
  background-color: #131d26 !important; }

.bg-light {
  background-color: #F3F7FF !important; }

.bg-black {
  background-color: #000000 !important; }

.bg-primary-gradient {
  background-color: #007dcd;
  background-image: linear-gradient(170deg, #3663D8 0%, #77BEFF 100%); }

/* Transform Rotate Left */
.rotate-left-1 {
  transform: rotate(1deg); }

.rotate-left-2 {
  transform: rotate(2deg); }

.rotate-left-3 {
  transform: rotate(3deg); }

.rotate-left-4 {
  transform: rotate(4deg); }

.rotate-left-5 {
  transform: rotate(5deg); }

/* Transform Rotate Right */
.rotate-right-1 {
  transform: rotate(-1deg); }

.rotate-right-2 {
  transform: rotate(-2deg); }

.rotate-right-3 {
  transform: rotate(-3deg); }

.rotate-right-4 {
  transform: rotate(-4deg); }

.rotate-right-5 {
  transform: rotate(-5deg); }

/* Border Radius */
.radius-3 {
  border-radius: 3px; }

.radius-4 {
  border-radius: 4px; }

.radius-5 {
  border-radius: 5px; }

.radius-8 {
  border-radius: 8px; }

.radius-10 {
  border-radius: 10px; }

.radius-15 {
  border-radius: 15px; }

.radius-20 {
  border-radius: 20px; }

.radius-50 {
  border-radius: 50px; }

.radius-80 {
  border-radius: 80px; }

.radius-100 {
  border-radius: 100%; }

/* Z-Index */
.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

.z-index-6 {
  z-index: 6; }

.z-index-7 {
  z-index: 7; }

.z-index-8 {
  z-index: 8; }

.z-index-9 {
  z-index: 9; }

.z-index-10 {
  z-index: 10; }

.z-index-100 {
  z-index: 100; }

/*----------------------------*/
/* Section Margin Padding */
/*----------------------------*/
.space-ptb {
  padding: 150px 0; }

.space-pt {
  padding: 150px 0 0; }

.space-pb {
  padding: 0 0 150px; }

.space-medium-ptb {
  padding: 90px 0; }

.space-medium-pt {
  padding: 90px 0 0; }

.space-medium-pb {
  padding: 0 0 90px; }

.space-small-ptb {
  padding: 60px 0; }

.space-small-pt {
  padding: 60px 0 0; }

.space-small-pb {
  padding: 0 0 60px; }

.padding-start {
  padding-left: 100px; }

.padding-end {
  padding-right: 100px; }

.full-width {
  padding: 0 80px; }

.space-small-end {
  padding-right: 50px; }

.space-small-start {
  padding-left: 50px; }

.space-mtb {
  margin: 150px 0; }

.space-mt {
  margin: 150px 0 0; }

.space-mb {
  margin: 0 0 150px; }

.space-medium-mtb {
  margin: 90px 0; }

.space-medium-mt {
  margin: 90px 0 0; }

.space-medium-mb {
  margin: 0 0 90px; }

.space-small-mtb {
  margin: 60px 0; }

.space-small-mt {
  margin: 60px 0 0; }

.space-small-mb {
  margin: 0 0 60px; }

.margin-start {
  margin-left: 100px; }

.margin-end {
  margin-right: 100px; }

/*----------------------------*/
/* Section BG Image */
/*----------------------------*/
.section-bg-half {
  position: relative; }
  .section-bg-half .bg-fixed {
    position: absolute;
    right: 0;
    left: inherit;
    top: 0;
    bottom: 0;
    width: 50%; }
    .section-bg-half .bg-fixed.clm-3 {
      width: 25%; }
    .section-bg-half .bg-fixed.clm-4 {
      width: 33.3333%; }
    .section-bg-half .bg-fixed.clm-5 {
      width: 41.6666%; }
    .section-bg-half .bg-fixed.clm-6 {
      width: 50%; }
    .section-bg-half .bg-fixed.clm-7 {
      width: 58.3333%; }
    .section-bg-half .bg-fixed.clm-8 {
      width: 66.6666%; }

/*----------------------------*/
/* Section BG Effect */
/*----------------------------*/
.section-bg-effect {
  position: relative;
  overflow: hidden; }

.section-bg-effect:before {
  content: "";
  width: 500px;
  height: 500px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: #ffdcea;
  background: radial-gradient(circle, rgba(255, 220, 234, 0.4) 0%, rgba(255, 255, 255, 0) 80%); }

.section-bg-effect:after {
  content: "";
  width: 500px;
  height: 500px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #bef3e9;
  background: radial-gradient(circle, rgba(190, 243, 233, 0.3) 0%, rgba(255, 255, 255, 0) 80%); }

/*-----------------------*/
/* Cursor */
/*-----------------------*/
#cursor {
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  pointer-events: none; }

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 40px;
    height: 40px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    border: 3px solid #007dcd;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1), width 0.3s cubic-bezier(0.25, 1, 0.5, 1), height 0.3s cubic-bezier(0.25, 1, 0.5, 1); }
  /* Cursor Text */
  #cursor.text .cursor__circle,
  #cursor.arrow .cursor__circle {
    width: 130px;
    height: 130px;
    border: none;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.3); }
  #cursor.text::after {
    content: '';
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center; }
  #cursor::after {
    content: attr(data-cursor-text) !important; }
  /* Cursor Arrow */
  #cursor.arrow::after {
    content: '' !important;
    position: absolute;
    left: -50%;
    top: -50%;
    width: 100%;
    height: 100%;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center; }
  #cursor.cursor-link .cursor__circle {
    opacity: 0;
    width: 0;
    height: 0; }
  #cursor.cursor-link::after {
    content: normal;
    opacity: 0; }
  #cursor.overlay .cursor__circle {
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent; } }

/* Text Stroke */
.bg-text-stroke {
  color: transparent !important;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
  display: block; }

/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }

/*Background Overlay*/
.bg-overlay-primary-9 {
  position: relative;
  z-index: 1; }
  .bg-overlay-primary-9:before {
    background: rgba(254, 120, 55, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-blue-9 {
  position: relative;
  z-index: 1; }
  .bg-overlay-blue-9:before {
    background: rgba(38, 120, 255, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-blue-7 {
  position: relative;
  z-index: 1; }
  .bg-overlay-blue-7:before {
    background: rgba(38, 120, 255, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-3 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-3:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-50:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

/*=====================================================*/
/* Grid Col - CSS */
/*=====================================================*/
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px; }

.grid-justify-center {
  justify-items: center; }

.grid-align-center {
  align-items: center; }

.grid-gap-50 {
  grid-gap: 50px 30px; }

.grid-gap-30 {
  grid-gap: 30px 30px; }

.grid-gap-15 {
  grid-gap: 15px 30px; }

.grid-gap-10 {
  grid-gap: 10px; }

.grid-gap-5 {
  grid-gap: 5; }

.grid-gap-0 {
  grid-gap: 0; }

.grid-wrapper.grid-xl-1 {
  grid-template-columns: repeat(1, 1fr); }

.grid-wrapper.grid-xl-2 {
  grid-template-columns: repeat(2, 1fr); }

.grid-wrapper.grid-xl-3 {
  grid-template-columns: repeat(3, 1fr); }

.grid-wrapper.grid-xl-4 {
  grid-template-columns: repeat(4, 1fr); }

.grid-wrapper.grid-xl-5 {
  grid-template-columns: repeat(5, 1fr); }

.grid-wrapper.grid-xl-6 {
  grid-template-columns: repeat(6, 1fr); }

@media only screen and (max-width: 1199px) {
  .grid-wrapper.grid-lg-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-wrapper.grid-lg-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-wrapper.grid-lg-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-wrapper.grid-lg-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-wrapper.grid-lg-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-wrapper.grid-lg-6 {
    grid-template-columns: repeat(6, 1fr); } }

@media only screen and (max-width: 991px) {
  .grid-wrapper.grid-md-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-wrapper.grid-md-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-wrapper.grid-md-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-wrapper.grid-md-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-wrapper.grid-md-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-wrapper.grid-md-6 {
    grid-template-columns: repeat(6, 1fr); } }

@media only screen and (max-width: 767px) {
  .grid-wrapper.grid-sm-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-wrapper.grid-sm-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-wrapper.grid-sm-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-wrapper.grid-sm-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-wrapper.grid-sm-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-wrapper.grid-sm-6 {
    grid-template-columns: repeat(6, 1fr); } }

@media only screen and (max-width: 575px) {
  .grid-wrapper.grid-xs-1 {
    grid-template-columns: repeat(1, 1fr); }
  .grid-wrapper.grid-xs-2 {
    grid-template-columns: repeat(2, 1fr); }
  .grid-wrapper.grid-xs-3 {
    grid-template-columns: repeat(3, 1fr); }
  .grid-wrapper.grid-xs-4 {
    grid-template-columns: repeat(4, 1fr); }
  .grid-wrapper.grid-xs-5 {
    grid-template-columns: repeat(5, 1fr); }
  .grid-wrapper.grid-xs-6 {
    grid-template-columns: repeat(6, 1fr); } }

/*----------------------------*/
/* Rotate CSS */
/*----------------------------*/
.rotate {
  transform: rotate(1deg); }

/*=====================================================*/
/* Responsive CSS */
/*=====================================================*/
@media (max-width: 1399px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 120px 0; }
  .space-pt {
    padding: 120px 0 0; }
  .space-pb {
    padding: 0 0 120px; }
  .space-medium-ptb {
    padding: 100px 0; }
  .space-medium-pt {
    padding: 100px 0 0; }
  .space-medium-pb {
    padding: 0 0 100px; }
  .space-small-ptb {
    padding: 80px 0; }
  .space-small-pt {
    padding: 80px 0 0; }
  .space-small-pb {
    padding: 0 0 80px; }
  .space-small-end {
    padding-right: 40px; }
  .space-small-start {
    padding-left: 40px; }
  /* Page Section Margin */
  .space-mtb {
    margin: 120px 0; }
  .space-mt {
    margin: 120px 0 0; }
  .space-mb {
    margin: 0 0 120px; }
  .space-medium-mtb {
    margin: 100px 0; }
  .space-medium-mt {
    margin: 100px 0 0; }
  .space-medium-mb {
    margin: 0 0 100px; }
  .space-small-mtb {
    margin: 80px 0; }
  .space-small-mt {
    margin: 80px 0 0; }
  .space-small-mb {
    margin: 0 0 80px; } }

@media (max-width: 1199px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 100px 0; }
  .space-pt {
    padding: 100px 0 0; }
  .space-pb {
    padding: 0 0 100px; }
  .space-medium-ptb {
    padding: 80px 0; }
  .space-medium-pt {
    padding: 80px 0 0; }
  .space-medium-pb {
    padding: 0 0 80px; }
  .space-small-ptb {
    padding: 60px 0; }
  .space-small-pt {
    padding: 60px 0 0; }
  .space-small-pb {
    padding: 0 0 60px; }
  .padding-start {
    padding-left: 40px; }
  .padding-end {
    padding-right: 40px; }
  .full-width {
    padding: 0 40px; }
  .space-small-end {
    padding-right: 30px; }
  .space-small-start {
    padding-left: 30px; }
  /* Page Section Margin */
  .space-mtb {
    margin: 100px 0; }
  .space-mt {
    margin: 100px 0 0; }
  .space-mb {
    margin: 0 0 100px; }
  .space-medium-mtb {
    margin: 80px 0; }
  .space-medium-mt {
    margin: 80px 0 0; }
  .space-medium-mb {
    margin: 0 0 80px; }
  .space-small-mtb {
    margin: 60px 0; }
  .space-small-mt {
    margin: 60px 0 0; }
  .space-small-mb {
    margin: 0 0 60px; }
  .margin-start {
    margin-left: 40px; }
  .margin-end {
    margin-right: 40px; }
  .section-bg-half .bg-fixed.clm-6 {
    width: 50%; } }

@media (max-width: 991px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 80px 0; }
  .space-pt {
    padding: 80px 0 0; }
  .space-pb {
    padding: 0 0 80px; }
  .space-medium-ptb {
    padding: 60px 0; }
  .space-medium-pt {
    padding: 60px 0 0; }
  .space-medium-pb {
    padding: 0 0 60px; }
  .space-small-ptb {
    padding: 40px 0; }
  .space-small-pt {
    padding: 40px 0 0; }
  .space-small-pb {
    padding: 0 0 40px; }
  .padding-start {
    padding-left: 20px; }
  .padding-end {
    padding-right: 20px; }
  .full-width {
    padding: 0 12px; }
  /* Page Section Margin */
  .space-mtb {
    margin: 80px 0; }
  .space-mt {
    margin: 80px 0 0; }
  .space-mb {
    margin: 0 0 80px; }
  .space-medium-mtb {
    margin: 60px 0; }
  .space-medium-mt {
    margin: 60px 0 0; }
  .space-medium-mb {
    margin: 0 0 60px; }
  .space-small-mtb {
    margin: 40px 0; }
  .space-small-mt {
    margin: 40px 0 0; }
  .space-small-mb {
    margin: 0 0 40px; }
  .margin-start {
    margin-left: 20px; }
  .margin-end {
    margin-right: 20px; }
  .cursor,
  .cursor-follower {
    display: none; }
  .space-small-end {
    padding-right: 0; }
  .space-small-start {
    padding-left: 0; } }

@media (max-width: 767px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 50px 0; }
  .space-pt {
    padding: 50px 0 0; }
  .space-pb {
    padding: 0 0 50px; }
  .space-medium-ptb {
    padding: 30px 0; }
  .space-medium-pt {
    padding: 30px 0 0; }
  .space-medium-pb {
    padding: 0 0 30px; }
  .padding-start {
    padding-left: 0px; }
  .padding-end {
    padding-right: 0px; }
  /* Page Section Margin */
  .space-mtb {
    margin: 50px 0; }
  .space-mt {
    margin: 50px 0 0; }
  .space-mb {
    margin: 0 0 50px; }
  .space-medium-mtb {
    margin: 30px 0; }
  .space-medium-mt {
    margin: 30px 0 0; }
  .space-medium-mb {
    margin: 0 0 30px; }
  .margin-start {
    margin-left: 0px; }
  .margin-end {
    margin-right: 0px; }
  .full-width {
    padding: 0 15px; }
  .space-small-end {
    padding-right: 0px; } }

@media (max-width: 575px) {
  .section-bg-effect:before {
    width: 400px;
    height: 400px; }
  .section-bg-effect:after {
    width: 400px;
    height: 400px; } }

@media (max-width: 479px) {
  .section-bg-effect:before {
    width: 300px;
    height: 300px; }
  .section-bg-effect:after {
    width: 300px;
    height: 300px; } }

/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
  border-radius: 0; }
  .accordion .accordion-item .accordion-header {
    overflow: hidden; }
    .accordion .accordion-item .accordion-header .accordion-button {
      background-color: #F3F7FF;
      font-size: 24px;
      line-height: 32px;
      font-weight: 600;
      color: #131d26;
      font-family: "Rajdhani", serif;
      padding: 24px 60px 24px 30px;
      border-radius: 0 !important;
      transition: all 0.3s ease-in-out; }
      .accordion .accordion-item .accordion-header .accordion-button:after {
        content: "\2b";
        background-image: inherit;
        font-family: 'Font Awesome 6 Free';
        font-size: 18px;
        line-height: 18px;
        height: auto;
        width: auto;
        font-weight: 900;
        color: #131d26;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.3s ease-in-out; }
      .accordion .accordion-item .accordion-header .accordion-button:hover {
        color: #007dcd; }
    .accordion .accordion-item .accordion-header .accordion-button:hover:after {
      color: #007dcd; }
    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
      box-shadow: inherit;
      outline: inherit;
      color: #ffffff;
      background-color: #007dcd; }
      .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
        content: "\f068";
        background-image: inherit;
        font-family: 'Font Awesome 6 Free';
        color: #ffffff;
        background: none; }
  .accordion .accordion-item .accordion-button:focus {
    box-shadow: inherit; }
  .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 30px 30px;
    padding-bottom: 10px;
    color: #5A666F; }
  .accordion .accordion-item:last-child {
    margin-bottom: 0px; }

.accordion.accordion-style-2 .accordion-item {
  background-color: transparent; }
  .accordion.accordion-style-2 .accordion-item .accordion-header .accordion-button {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff; }
    .accordion.accordion-style-2 .accordion-item .accordion-header .accordion-button:after {
      color: #ffffff; }
  .accordion.accordion-style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: #218ed3; }
  .accordion.accordion-style-2 .accordion-item .accordion-collapse .accordion-body {
    color: #ffffff; }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 767px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 20px; } }

@media (max-width: 575px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 45px 15px 20px; }
    .accordion .accordion-item .accordion-header .accordion-button:after {
      right: 20px; } }

/*****************************
  Action box
*****************************/
.action-box .action-box-content {
  padding: 0 15px; }
  .action-box .action-box-content .title {
    color: #007dcd;
    margin-bottom: 15px; }
  .action-box .action-box-content .details {
    margin: 0 auto 20px;
    width: 75%;
    font-weight: 600; }

.action-box.action-box-style-2:before {
  background: rgba(254, 120, 55, 0.85); }

.action-box.action-box-style-2 .action-box-content {
  padding: 35px 45px 90px 30px; }
  .action-box.action-box-style-2 .action-box-content .details {
    width: 100%;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 500; }
  .action-box.action-box-style-2 .action-box-content .btn {
    padding: 15px;
    min-width: 250px; }
    .action-box.action-box-style-2 .action-box-content .btn:hover {
      background-color: #131d26; }

@media (max-width: 1399px) {
  .action-box .action-box-content {
    padding: 0 12px; }
    .action-box .action-box-content .title {
      font-size: 42px;
      line-height: 52px; }
    .action-box .action-box-content .details {
      width: 100%;
      font-size: 24px;
      line-height: 34px; }
  .action-box.action-box-style-2 .action-box-content {
    padding: 35px 30px 75px; }
    .action-box.action-box-style-2 .action-box-content .title {
      font-size: 28px;
      line-height: 38px; }
    .action-box.action-box-style-2 .action-box-content .details {
      font-size: 18px;
      line-height: 28px; } }

@media (max-width: 1199px) {
  .action-box.action-box-style-2 .action-box-content .btn {
    min-width: auto; } }

@media (max-width: 991px) {
  .action-box.action-box-style-2 .action-box-content {
    padding: 30px 20px 90px; }
    .action-box.action-box-style-2 .action-box-content .btn {
      font-size: 20px; }
      .action-box.action-box-style-2 .action-box-content .btn svg {
        margin-left: 5px; } }

@media (max-width: 767px) {
  .action-box.action-box-style-2 .action-box-content {
    padding: 30px 20px 60px; }
    .action-box.action-box-style-2 .action-box-content .title {
      margin-bottom: 30px; } }

@media (max-width: 575px) {
  .action-box .action-box-content .title {
    font-size: 26px;
    line-height: 36px; }
  .action-box.action-box-style-3 .action-box-content .title {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 10px; }
  .action-box.action-box-style-3 .action-box-content .details {
    font-size: 20px;
    line-height: 30px; } }

/*****************************
	Client
*****************************/
.clients {
  padding: 80px 95px;
  background-color: #218ed3; }
  .clients.clients-style-2 {
    padding: 150px 95px;
    padding-top: 450px;
    margin-top: -300px; }
  .clients.clients-style-3 {
    padding: 150px 95px;
    padding-top: 300px;
    margin-top: -300px; }

.clients-boxs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0px;
  border-bottom: 0px; }
  .clients-boxs .client-box {
    width: 100%;
    text-align: center;
    padding: 95px 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

@media (max-width: 1399px) {
  .clients {
    padding: 80px; }
    .clients.clients-style-2 {
      padding: 80px 30px;
      padding-top: 260px;
      margin-top: -180px; } }

@media (max-width: 1199px) {
  .clients.clients-style-2 {
    padding: 80px 30px;
    padding-top: 230px;
    margin-top: -150px; }
  .clients.clients-style-3 {
    padding: 100px 50px;
    padding-top: 300px;
    margin-top: -300px; }
  .clients-boxs .client-box {
    padding: 80px 30px; } }

@media (max-width: 991px) {
  .clients {
    padding: 70px 60px; }
    .clients.clients-style-2 {
      padding: 60px 12px;
      padding-top: 210px;
      margin-top: -150px; }
  .clients.clients-style-3 {
    padding: 80px 30px;
    padding-top: 300px;
    margin-top: -300px; }
  .clients-boxs .client-box {
    padding: 60px 30px; } }

@media (max-width: 767px) {
  .clients.clients-style-3 {
    padding: 50px 30px;
    padding-top: 300px;
    margin-top: -300px; }
  .clients-boxs .client-box {
    padding: 50px 20px; } }

@media (max-width: 575px) {
  .clients {
    padding: 45px 30px; }
    .clients.clients-style-2 {
      padding: 45px 12px;
      padding-top: 165px;
      margin-top: -120px; }
  .clients-boxs .client-box {
    padding: 30px 10px; } }

/*****************************
  Services
*****************************/
/*services style 01*/
.services-style-01 .service-item .service-icon {
  margin-bottom: 30px; }

.services-style-01 .service-item .service-content .service-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 15px; }
  .services-style-01 .service-item .service-content .service-title:hover a {
    color: #007dcd; }

.services-style-01 .service-item .service-content .service-title.text-white:hover a {
  color: #218ed3; }

.services-style-01 .service-item .service-content p {
  margin-bottom: 0px; }

/*services style 02*/
.services-style-02 .service-item {
  height: 400px;
  padding: 30px 50px 50px;
  cursor: pointer;
  position: relative;
  background-color: #F3F7FF;
  transition: all 0.3s ease-in-out; }
  .services-style-02 .service-item .service-icon {
    position: absolute;
    bottom: 50px;
    left: 50px;
    transition: all 0.3s ease-in-out; }
    .services-style-02 .service-item .service-icon img {
      margin-bottom: 25px; }
  .services-style-02 .service-item .service-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    margin: 0px; }
  .services-style-02 .service-item .service-content {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out; }
    .services-style-02 .service-item .service-content img {
      margin-bottom: 10px; }
    .services-style-02 .service-item .service-content .service-title a {
      color: #ffffff; }
    .services-style-02 .service-item .service-content .service-btn {
      position: absolute;
      bottom: 100px;
      right: 100px;
      transition: all 0.3s ease-in-out; }
      .services-style-02 .service-item .service-content .service-btn svg {
        margin-bottom: 0px;
        transform: scale(1);
        transition: all 0.3s ease-in-out; }
        .services-style-02 .service-item .service-content .service-btn svg path {
          transition: all 0.3s ease-in-out; }
    .services-style-02 .service-item .service-content .service-info {
      position: absolute;
      bottom: 40%;
      transition: all 0.5s ease-in-out; }
  .services-style-02 .service-item:hover {
    background-color: #218ed3; }
    .services-style-02 .service-item:hover .service-icon {
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease-in-out; }
    .services-style-02 .service-item:hover .service-content {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease-in-out;
      top: 50px;
      bottom: inherit; }
      .services-style-02 .service-item:hover .service-content .service-title:hover a {
        color: #007dcd; }
      .services-style-02 .service-item:hover .service-content .service-btn {
        bottom: 50px;
        right: 50px; }
        .services-style-02 .service-item:hover .service-content .service-btn:hover svg {
          transform: scale(1.2); }
          .services-style-02 .service-item:hover .service-content .service-btn:hover svg path {
            stroke: #007dcd; }
      .services-style-02 .service-item:hover .service-content .service-info {
        bottom: 240px; }

/*services style 03*/
.service-style-03 .service-item {
  position: relative; }
  .service-style-03 .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .service-style-03 .service-item .service-img img {
      transform: scale(1);
      transition: transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .service-style-03 .service-item .service-content {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3;
    padding: 30px;
    position: absolute;
    transition: all 0.3s ease-in-out; }
    .service-style-03 .service-item .service-content .service-icon {
      margin-bottom: 20px; }
    .service-style-03 .service-item .service-content .service-title {
      color: #ffffff;
      font-size: 28px;
      font-weight: 600;
      line-height: 38px; }
      .service-style-03 .service-item .service-content .service-title:hover a {
        color: #007dcd; }
    .service-style-03 .service-item .service-content .description {
      color: #ffffff;
      margin-bottom: 0px; }
  .service-style-03 .service-item:before {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    position: absolute;
    background: rgba(7, 32, 50, 0.5); }
  .service-style-03 .service-item:hover .service-img img {
    transform: scale(1.3); }

.service-style-04 .service-item {
  position: relative; }
  .service-style-04 .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .service-style-04 .service-item .service-img img {
      transform: scale(1);
      transition: transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .service-style-04 .service-item .service-content {
    left: 0px;
    top: 50%;
    z-index: 3;
    width: 100%;
    padding: 30px;
    position: absolute;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out; }
    .service-style-04 .service-item .service-content .service-icon {
      margin-bottom: 20px; }
    .service-style-04 .service-item .service-content .service-title {
      color: #ffffff;
      font-size: 28px;
      font-weight: 600;
      line-height: 38px; }
      .service-style-04 .service-item .service-content .service-title:hover a {
        color: #007dcd; }
  .service-style-04 .service-item:before {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 2;
    position: absolute;
    background: rgba(7, 32, 50, 0.5); }
  .service-style-04 .service-item:hover .service-img img {
    transform: scale(1.3); }

/*Services Step*/
.services-step .service-step-item {
  text-align: center;
  position: relative;
  padding: 15px; }
  .services-step .service-step-item .step-number {
    line-height: 150px;
    font-size: 150px;
    font-weight: 700;
    z-index: -1;
    color: transparent !important;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(38, 120, 255, 0.2); }
  .services-step .service-step-item .step-content {
    margin-top: -55px; }
    .services-step .service-step-item .step-content .step-title {
      font-size: 28px;
      line-height: 38px; }
      .services-step .service-step-item .step-content .step-title a {
        color: #007dcd;
        font-weight: 600; }
        .services-step .service-step-item .step-content .step-title a:hover {
          color: #218ed3; }
    .services-step .service-step-item .step-content p {
      margin-bottom: 0px; }

.service-details .title {
  margin-bottom: 30px; }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1399px) {
  .services-style-02 .service-item {
    padding: 30px 30px 30px; }
    .services-style-02 .service-item .service-icon {
      bottom: 30px;
      left: 30px; }
  .service-style-03 .service-item .service-content {
    padding: 20px; }
    .service-style-03 .service-item .service-content .service-title {
      font-size: 26px;
      line-height: 36px; } }

@media (max-width: 1199px) {
  .services-style-01 .service-item .service-content .service-title {
    font-size: 22px;
    line-height: 32px; }
  .service-style-03 .service-item .service-content {
    padding: 20px; }
    .service-style-03 .service-item .service-content .service-icon {
      margin-bottom: 10px; }
    .service-style-03 .service-item .service-content .service-title {
      font-size: 22px;
      line-height: 32px; } }

@media (max-width: 991px) {
  .service-style-04 .service-item .service-content {
    padding: 15px; }
    .service-style-04 .service-item .service-content .service-title {
      font-size: 24px;
      line-height: 34px; }
  .services-step .service-step-item .step-number {
    line-height: 150px;
    font-size: 150px; }
  .services-step .service-step-item .step-content .step-title {
    font-size: 24px;
    line-height: 34px; } }

@media (max-width: 767px) {
  .services-style-02 .service-item {
    height: 350px; }
    .services-style-02 .service-item .service-title {
      font-size: 26px;
      line-height: 36px; }
    .services-style-02 .service-item .service-icon img {
      margin-bottom: 15px; }
    .services-style-02 .service-item:hover .service-content .service-info {
      bottom: 210px; }
  .service-style-03 .service-item .service-content {
    padding: 20px; }
    .service-style-03 .service-item .service-content .service-icon {
      margin-bottom: 10px; }
    .service-style-03 .service-item .service-content .service-title {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 10px; }
  .services-step.grid-wrapper.grid-sm-1 {
    grid-gap: 40px; } }

/*****************************
	Team
*****************************/
.team-item {
  position: relative;
  overflow: hidden; }
  .team-item .team-img {
    position: relative;
    overflow: hidden; }
    .team-item .team-img img {
      transform: scale(1);
      transition: all 0.4s ease-in-out; }
  .team-item .team-info {
    background-color: #218ed3;
    padding: 20px 15px;
    line-height: 1;
    position: absolute;
    bottom: -100%;
    right: 0;
    left: 0;
    margin: 0 15px;
    transition: all 0.4s ease-in-out;
    z-index: 1; }
    .team-item .team-info .team-title {
      color: #ffffff;
      display: inline-block;
      margin-bottom: 5px;
      font-size: 20px;
      line-height: 24px;
      font-weight: 600;
      font-family: "Rajdhani", serif; }
      .team-item .team-info .team-title:hover {
        color: #007dcd; }
    .team-item .team-info .team-info-footer {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .team-item .team-info .team-info-footer .team-destination {
        color: #ffffff;
        font-size: 16px;
        line-height: 24px; }
      .team-item .team-info .team-info-footer .team-social ul {
        display: flex;
        gap: 18px; }
        .team-item .team-info .team-info-footer .team-social ul li a {
          font-size: 16px;
          line-height: 24px;
          color: #ffffff; }
          .team-item .team-info .team-info-footer .team-social ul li a:hover {
            color: #007dcd; }
  .team-item:hover .team-img img {
    transform: scale(1.1); }
  .team-item:hover .team-info {
    bottom: 15px; }
  .team-item.team-style-02 .team-info {
    padding: 20px 30px;
    margin: 0 40px; }
    .team-item.team-style-02 .team-info .team-title {
      font-size: 28px;
      line-height: 38px; }
    .team-item.team-style-02 .team-info .team-info-footer {
      gap: 10px; }
      .team-item.team-style-02 .team-info .team-info-footer .team-destination {
        font-size: 20px;
        line-height: 30px; }
      .team-item.team-style-02 .team-info .team-info-footer .team-social ul {
        gap: 20px; }
        .team-item.team-style-02 .team-info .team-info-footer .team-social ul li a {
          font-size: 18px;
          line-height: 28px; }
  .team-item.team-style-02:hover .team-info {
    bottom: 20px; }

/*****************************
	Team Single
*****************************/
.team-single .team-img {
  padding-right: 90px; }
  .team-single .team-img .social-icon ul li a {
    color: #131d26; }
    .team-single .team-img .social-icon ul li a:hover {
      color: #007dcd; }
  .team-single .team-img .team-social {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between; }

.team-single .team-info {
  margin-top: 15px; }
  .team-single .team-info .team-title {
    margin-bottom: 15px; }
  .team-single .team-info .team-destination {
    font-size: 24px;
    line-height: normal;
    font-weight: 500;
    color: #000000; }
  .team-single .team-info .social-icon {
    margin: 40px 0px; }
  .team-single .team-info .team-detail {
    margin: 50px 0px; }
    .team-single .team-info .team-detail ul {
      padding: 0px; }
      .team-single .team-info .team-detail ul li {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap; }
        .team-single .team-info .team-detail ul li span {
          color: #131d26;
          font-weight: bold;
          flex: 0 0 180px; }

.team-skills .section-title p {
  padding-right: 110px; }

@media (max-width: 1600px) {
  .team-item.team-style-2 .team-info {
    padding: 20px;
    margin: 0 20px; } }

@media (max-width: 1399px) {
  .team-item.team-style-2 .team-info .team-title {
    font-size: 20px;
    line-height: 24px; }
  .team-item.team-style-2 .team-info .team-info-footer .team-destination,
  .team-item.team-style-2 .team-info .team-info-footer .team-social ul li a,
  .team-item .team-info .team-info-footer .team-social ul li a,
  .team-item .team-info .team-info-footer .team-destination {
    font-size: 14px;
    line-height: 22px; } }

@media (max-width: 1199px) {
  .team-single .team-img {
    padding-right: 0px; }
  .team-skills .section-title p {
    padding-right: 0px; }
  .team-item.team-style-02 .team-info {
    margin: 0 30px; }
    .team-item.team-style-02 .team-info .team-title {
      font-size: 24px;
      line-height: 34px; } }

@media (max-width: 991px) {
  .team-single .team-img .team-destination {
    font-size: 20px; } }

@media (max-width: 767px) {
  .team-item.team-style-02 .team-info .team-title {
    font-size: 20px;
    line-height: 24px; }
  .team-item.team-style-02 .team-info .team-info-footer .team-destination,
  .team-item.team-style-02 .team-info .team-info-footer .team-social ul li a {
    font-size: 16px;
    line-height: 24px; }
  .team-item.team-style-02 .team-info {
    padding: 20px 15px; }
  .team-single .team-img {
    margin-bottom: 30px; } }

@media (max-width: 575px) {
  .team-single .team-img {
    margin-bottom: 30px; }
    .team-single .team-img .team-destination {
      font-size: 16px; }
  .team-single .team-info .social-icon {
    margin: 20px 0px; }
  .team-single .team-info .team-detail {
    margin: 30px 0px; }
    .team-single .team-info .team-detail ul li span {
      flex: 0 0 140px; } }

/*****************************
	Tabs
*****************************/
.tracking-tabs-box {
  background-color: #ffffff;
  padding: 45px 50px 50px; }
  .tracking-tabs-box nav .nav.nav-tabs {
    border: none; }
    .tracking-tabs-box nav .nav.nav-tabs .nav-link {
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      color: #131d26;
      font-family: "Rajdhani", serif;
      border: none;
      padding: 10px 45px;
      transition: all 0.3s ease-in-out;
      border-radius: 0px; }
      .tracking-tabs-box nav .nav.nav-tabs .nav-link.active {
        color: #ffffff;
        background-color: #218ed3;
        border-radius: 0px; }
      .tracking-tabs-box nav .nav.nav-tabs .nav-link:hover {
        color: #ffffff;
        background-color: #218ed3; }

@media (max-width: 1199px) {
  .tracking-tabs-box {
    padding: 30px; }
    .tracking-tabs-box nav .nav.nav-tabs .nav-link {
      padding: 10px 30px; } }

@media (max-width: 575px) {
  .tracking-tabs-box {
    padding: 20px; }
    .tracking-tabs-box nav .nav.nav-tabs .nav-link {
      font-size: 16px;
      line-height: 26px;
      padding: 10px 20px; } }

/*****************************
    Testimonial
*****************************/
/*Testimonial Style 01*/
.testimonial-style-01 .testimonial-item {
  padding: 40px 50px 50px;
  position: relative;
  background-color: #F3F7FF; }
  .testimonial-style-01 .testimonial-item .testimonial-author .testimonial-name .author-tittle {
    font-weight: 700;
    margin-bottom: 10px; }
  .testimonial-style-01 .testimonial-item .testimonial-author .testimonial-name span {
    color: #007dcd;
    font-size: 20px;
    line-height: 30px; }
  .testimonial-style-01 .testimonial-item .testimonial-content {
    margin-top: 30px;
    position: relative; }
    .testimonial-style-01 .testimonial-item .testimonial-content .testimonial-quote-icon {
      position: absolute;
      right: 5px;
      top: -60px; }
    .testimonial-style-01 .testimonial-item .testimonial-content p {
      font-style: italic;
      font-size: 20px;
      line-height: 30px;
      margin: 0px; }
    .testimonial-style-01 .testimonial-item .testimonial-content .reviews {
      margin-top: 30px; }
      .testimonial-style-01 .testimonial-item .testimonial-content .reviews i {
        color: #007dcd;
        font-size: 26px; }

/*Testimonial Style 02*/
.testimonial-style-02 .testimonial-item {
  text-align: center; }
  .testimonial-style-02 .testimonial-item .testimonial-content p {
    font-size: 30px;
    line-height: 40px;
    font-style: italic;
    margin-bottom: 36px; }
  .testimonial-style-02 .testimonial-item .testimonial-content .testimonial-quote-icon {
    display: flex;
    margin-bottom: 10px;
    justify-content: center; }
  .testimonial-style-02 .testimonial-item .testimonial-author .testimonial-name .author-tittle {
    color: #007dcd;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 5px; }

.testimonial-img-bg .img-1 {
  position: absolute;
  left: -30px;
  top: -20px;
  width: 110px;
  height: 110px; }

.testimonial-img-bg .img-2 {
  position: absolute;
  left: -110px;
  top: 40%;
  width: 80px;
  height: 80px;
  transform: translateY(-50%); }

.testimonial-img-bg .img-3 {
  width: 150px;
  height: 150px;
  position: absolute;
  left: -110px;
  bottom: 0px; }

.testimonial-img-bg .img-4 {
  position: absolute;
  right: -30px;
  top: -20px;
  width: 110px;
  height: 110px; }

.testimonial-img-bg .img-5 {
  position: absolute;
  right: -110px;
  top: 40%;
  width: 80px;
  height: 80px;
  transform: translateY(-50%); }

.testimonial-img-bg .img-6 {
  width: 150px;
  height: 150px;
  position: absolute;
  right: -110px;
  bottom: 0px; }

.testimonial-img-bg img {
  border-radius: 100%; }

@media (max-width: 1700px) {
  .testimonial-img-bg .img-1 {
    left: -10px;
    top: -20px; }
  .testimonial-img-bg .img-2 {
    left: -50px;
    top: 40%; }
  .testimonial-img-bg .img-3 {
    left: -30px; }
  .testimonial-img-bg .img-4 {
    right: -10px;
    top: -20px; }
  .testimonial-img-bg .img-5 {
    right: -50px; }
  .testimonial-img-bg .img-6 {
    right: -30px; } }

@media (max-width: 1500px) {
  .testimonial-img-bg .img-1 {
    left: 20px;
    top: -20px; }
  .testimonial-img-bg .img-2 {
    left: 10px;
    top: 40%; }
  .testimonial-img-bg .img-3 {
    left: 30px; }
  .testimonial-img-bg .img-4 {
    right: 20px;
    top: -20px; }
  .testimonial-img-bg .img-5 {
    right: 10px; }
  .testimonial-img-bg .img-6 {
    right: 30px; } }

@media (max-width: 1199px) {
  .testimonial-style-02 .testimonial-item .testimonial-content p {
    font-size: 24px;
    line-height: 34px; }
  .testimonial-style-02 .testimonial-item .testimonial-quote-icon {
    width: 140px;
    margin: auto; }
  .testimonial-img-bg .img-3,
  .testimonial-img-bg .img-6 {
    width: 130px;
    height: 130px; } }

@media (max-width: 991px) {
  .testimonial-style-01 .testimonial-item {
    padding: 25px 30px 30px; }
    .testimonial-style-01 .testimonial-item .testimonial-content {
      margin-top: 20px; }
  .testimonial-img-bg .img-1,
  .testimonial-img-bg .img-4 {
    width: 100px;
    height: 100px;
    top: 0px; }
  .testimonial-img-bg .img-2,
  .testimonial-img-bg .img-5 {
    width: 60px;
    height: 60px; }
  .testimonial-img-bg .img-3,
  .testimonial-img-bg .img-6 {
    width: 110px;
    height: 110px; }
  .testimonial-style-02 .testimonial-item .testimonial-content p {
    font-size: 20px;
    line-height: 30px; } }

@media (max-width: 575px) {
  .testimonial-style-01 .testimonial-item {
    padding: 20px 25px 25px; }
    .testimonial-style-01 .testimonial-item .testimonial-content .reviews i {
      font-size: 22px; }
    .testimonial-style-01 .testimonial-item .testimonial-content p {
      font-size: 16px;
      line-height: 26px; }
  .testimonial-img-bg {
    display: none; }
  .testimonial-style-02 .testimonial-item .testimonial-content .testimonial-quote-icon {
    width: 100px;
    margin-bottom: 0px; }
  .testimonial-style-02 .testimonial-item .testimonial-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px; } }

/*****************************
  Counter
*****************************/
.counter-block .counter {
  text-align: center; }
  .counter-block .counter .counter-number {
    font-family: "Rajdhani", serif;
    font-size: 82px;
    line-height: 100px;
    font-weight: 700;
    color: #007dcd;
    margin-bottom: 20px; }
  .counter-block .counter .counter-title {
    margin-bottom: 0; }

.counter-block.counter-block-style-2 {
  background-color: #007dcd; }
  .counter-block.counter-block-style-2 .counter {
    padding: 0 12px; }
    .counter-block.counter-block-style-2 .counter .counter-number {
      color: #ffffff; }
    .counter-block.counter-block-style-2 .counter .counter-title {
      color: #ffffff; }

@media (max-width: 1399px) {
  .counter-block.counter-block-style-2 .counter-number {
    color: #ffffff;
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 15px; }
  .counter-block.counter-block-style-2 .counter-title {
    color: #ffffff;
    font-size: 24px;
    line-height: 34px; } }

@media (max-width: 1199px) {
  .counter-block.counter-block-style-2 {
    padding: 50px 0; }
  .counter-block .counter .counter-title {
    font-size: 28px;
    line-height: 38px; } }

@media (max-width: 991px) {
  .counter-block .counter .counter-number {
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 15px; }
  .counter-block .counter .counter-title {
    font-size: 24px;
    line-height: 32px; } }

@media (max-width: 767px) {
  .counter-block .counter .counter-number {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 10px; } }

/*****************************
  gallery item
*****************************/
.popup-gallery .gallery-item {
  position: relative;
  overflow: hidden; }
  .popup-gallery .gallery-item img {
    transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .popup-gallery .gallery-item .portfolio-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1; }
  .popup-gallery .gallery-item:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #218ed3;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1; }
  .popup-gallery .gallery-item:hover:before {
    opacity: 0.8; }
  .popup-gallery .gallery-item:hover .portfolio-img {
    visibility: visible;
    opacity: 1; }
    .popup-gallery .gallery-item:hover .portfolio-img svg {
      transition: all 0.3s ease-in-out; }
      .popup-gallery .gallery-item:hover .portfolio-img svg path {
        transition: all 0.3s ease-in-out; }
    .popup-gallery .gallery-item:hover .portfolio-img:hover svg {
      transform: scale(1.1); }
      .popup-gallery .gallery-item:hover .portfolio-img:hover svg path {
        stroke: #007dcd;
        fill: #007dcd; }
  .popup-gallery .gallery-item:hover > img {
    transform: scale(1.3); }

.popup-gallery.gallery-style-2 .gallery-item:before {
  background-color: inherit;
  background-image: linear-gradient(transparent, #218ed3); }

.popup-gallery.gallery-style-2 .gallery-item .portfolio-img {
  top: inherit;
  left: inherit;
  bottom: 50px;
  right: 50px;
  transform: none; }

.popup-gallery.gallery-style-2 .gallery-item:hover .portfolio-img {
  bottom: 15px;
  right: 15px; }

.gallery-style-3 .gallery-item {
  position: relative; }
  .gallery-style-3 .gallery-item:before {
    content: "";
    background-color: inherit;
    background-image: linear-gradient(transparent, #218ed3);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 1; }
  .gallery-style-3 .gallery-item img {
    transition: transform 3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .gallery-style-3 .gallery-item .gallery-title {
    position: absolute;
    bottom: -100%;
    left: 40px;
    transition: all 0.3s ease-in-out;
    z-index: 1; }
    .gallery-style-3 .gallery-item .gallery-title .sub-title {
      color: #007dcd;
      font-size: 20px;
      line-height: 30px;
      display: inline-block;
      font-weight: 600;
      margin-bottom: 10px; }
    .gallery-style-3 .gallery-item .gallery-title .title {
      color: #ffffff;
      margin: 0; }
  .gallery-style-3 .gallery-item:hover:before {
    opacity: 0.8; }
  .gallery-style-3 .gallery-item:hover .gallery-title {
    bottom: 35px; }
    .gallery-style-3 .gallery-item:hover .gallery-title .title:hover a {
      color: #007dcd; }

.gallery-slider {
  margin-left: 0px;
  margin-right: -520px;
  overflow: hidden; }

/*************************************
         shuffle
 *************************************/
.my-shuffle-container.grid-style .grid-item {
  padding: 0 !important; }

.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 12px; }

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 12px;
  float: left; }

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 12px; }

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 12px; }

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 12px; }

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 0px; }

.my-shuffle-container.columns-2 .grid-item-full,
.my-shuffle-container.columns-3 .grid-item-full,
.my-shuffle-container.columns-4 .grid-item-full,
.my-shuffle-container.columns-5 .grid-item-full,
.my-shuffle-container.columns-6 .grid-item-full {
  width: 100%; }

/*my-shuffle*/
.my-shuffle-container {
  margin-left: -12px;
  margin-right: -12px; }
  .my-shuffle-container .grid-item {
    width: 33.33%;
    padding: 12px; }
    .my-shuffle-container .grid-item .portfolio-item {
      margin-bottom: 0px; }

.filters-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  gap: 24px; }
  .filters-group button {
    padding: 15px 30px;
    cursor: pointer;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    background: rgba(38, 120, 255, 0.05);
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    transition: all 0.3s ease-in-out; }
    .filters-group button:hover {
      color: #ffffff;
      background-color: #218ed3; }
  .filters-group button.active {
    color: #ffffff;
    background-color: #218ed3; }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1399px) {
  .popup-gallery.gallery-style-2 .gallery-item:hover .portfolio-img {
    bottom: 25px;
    right: 25px; }
  .gallery-style-3 .gallery-item .gallery-title {
    left: 20px; }
    .gallery-style-3 .gallery-item .gallery-title .sub-title {
      margin-bottom: 0; }
    .gallery-style-3 .gallery-item .gallery-title .title {
      font-size: 28px;
      line-height: 38px; }
  .gallery-style-3 .gallery-item:hover .gallery-title {
    bottom: 20px; }
    .gallery-style-3 .gallery-item:hover .gallery-title .title:hover a {
      color: #007dcd; } }

@media (max-width: 1199px) {
  .popup-gallery.gallery-style-2 .gallery-item:hover .portfolio-img {
    bottom: 0;
    right: 0; }
  .gallery-style-3 .gallery-item .gallery-title .sub-title {
    font-size: 16px;
    line-height: 26px; }
  .gallery-style-3 .gallery-item .gallery-title .title {
    font-size: 24px;
    line-height: 34px; } }

@media (max-width: 991px) {
  .my-shuffle-container.columns-3 .grid-item {
    width: 50%; }
  .filters-group {
    gap: 20px; }
    .filters-group button {
      padding: 10px 20px;
      font-size: 18px; } }

@media (max-width: 767px) {
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container .grid-item {
    width: 100%; }
  .filters-group {
    flex-wrap: wrap;
    margin-bottom: 30px; } }

@media (max-width: 575px) {
  .gallery-slider {
    margin-right: 0px; }
  .my-shuffle-container .grid-item,
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    width: 100%; }
  .my-shuffle-container.columns-2 .grid-item,
  .my-shuffle-container.columns-3 .grid-item,
  .my-shuffle-container.columns-4 .grid-item,
  .my-shuffle-container.columns-5 .grid-item,
  .my-shuffle-container.columns-6 .grid-item {
    padding: 10px 0px; }
  .filters-group {
    margin-bottom: 20px; }
  .my-shuffle-container {
    margin-left: 0px;
    margin-right: 0px; } }

/*****************************
	Owl Carousel
*****************************/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  padding: 0px;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 0;
  transform: translate(0px, 0px);
  z-index: 2;
  overflow: hidden;
  font-family: "Rajdhani", serif;
  border-radius: 100%; }
  .owl-carousel .owl-nav button.owl-prev i,
  .owl-carousel .owl-nav button.owl-next i {
    display: none; }
  .owl-carousel .owl-nav button.owl-prev.owl-prev,
  .owl-carousel .owl-nav button.owl-next.owl-prev {
    top: 250px;
    left: 40px; }
    .owl-carousel .owl-nav button.owl-prev.owl-prev:after,
    .owl-carousel .owl-nav button.owl-next.owl-prev:after {
      position: absolute;
      content: "";
      background: url(1b3ce1004a015ce48bc7.svg);
      background-repeat: no-repeat;
      background-size: 22px;
      height: 21px;
      width: 22px; }
  .owl-carousel .owl-nav button.owl-prev.owl-next,
  .owl-carousel .owl-nav button.owl-next.owl-next {
    right: 40px;
    top: 250px; }
    .owl-carousel .owl-nav button.owl-prev.owl-next:after,
    .owl-carousel .owl-nav button.owl-next.owl-next:after {
      position: absolute;
      content: "";
      background: url(67e7ef8d45f3f76080e7.svg);
      background-repeat: no-repeat;
      background-size: 22px;
      height: 21px;
      width: 22px; }

.owl-carousel .owl-item img {
  width: auto;
  display: inherit; }

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px; }

.owl-carousel button.owl-dot {
  width: 9px;
  height: 9px;
  background: #000000 !important;
  border-radius: 50%;
  margin-right: 10px;
  opacity: 0.5; }

.owl-carousel button.owl-dot.active {
  background: #007dcd !important;
  opacity: 1; }

.owl-carousel.slider-overflow .owl-stage-outer {
  overflow: visible; }

div[cursor-type="text"] .owl-carousel,
div[cursor-type="arrow"] .owl-carousel,
.owl-carousel[cursor-type="text"],
.owl-carousel[cursor-type="arrow"] {
  cursor: none; }

/*-------------------------*/
/* Big Arrow */
/*-------------------------*/
.owl-carousel.carousel-arrow-big {
  padding: 0 250px; }
  .owl-carousel.carousel-arrow-big .owl-nav button {
    position: absolute;
    top: 50%;
    margin-top: -64px;
    width: 128px;
    height: 128px;
    background: transparent;
    border: 1px solid #007dcd; }
    .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev {
      left: 0; }
      .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
        height: 38px;
        width: 41px;
        background-size: 41px; }
    .owl-carousel.carousel-arrow-big .owl-nav button.owl-next {
      left: auto;
      right: 0; }
      .owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
        height: 38px;
        width: 41px;
        background-size: 41px; }

@media (max-width: 1399px) {
  .owl-carousel.carousel-arrow-big {
    padding: 0 200px; } }

@media (max-width: 1199px) {
  .owl-carousel.carousel-arrow-big {
    padding: 0 150px; }
    .owl-carousel.carousel-arrow-big .owl-nav button {
      width: 100px;
      height: 100px; }
      .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
        height: 30px;
        width: 32px;
        background-size: cover; }
      .owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
        height: 30px;
        width: 32px;
        background-size: cover; } }

@media (max-width: 991px) {
  .owl-carousel.carousel-arrow-big {
    padding: 0 130px; }
    .owl-carousel.carousel-arrow-big .owl-nav button {
      width: 80px;
      height: 80px; }
      .owl-carousel.carousel-arrow-big .owl-nav button.owl-prev:after {
        height: 26px;
        width: 28px; }
      .owl-carousel.carousel-arrow-big .owl-nav button.owl-next:after {
        height: 26px;
        width: 28px; } }

@media (max-width: 767px) {
  .owl-carousel .owl-nav {
    display: none; }
  .owl-carousel.carousel-arrow-big {
    padding: 0 15px; } }

/*===================Pricing===================*/
.pricing-box {
  position: relative;
  padding: 50px 20px 50px 50px;
  background-color: #ffffff; }
  .pricing-box .pricing-header {
    margin-bottom: 30px; }
    .pricing-box .pricing-header .title {
      color: #007dcd;
      font-weight: 600;
      margin-bottom: 20px; }
    .pricing-box .pricing-header .package-price .price {
      font-size: 64px;
      line-height: 78px;
      font-weight: 800;
      color: #000000;
      font-family: "Rajdhani", serif; }
  .pricing-box .pricing-content {
    margin-bottom: 30px; }
    .pricing-box .pricing-content ul.package-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .pricing-box .pricing-content ul.package-list li {
        display: flex;
        align-items: flex-start;
        color: #5A666F;
        gap: 10px;
        margin-bottom: 15px; }
        .pricing-box .pricing-content ul.package-list li i {
          color: #007dcd;
          font-size: 16px;
          line-height: 28px; }
        .pricing-box .pricing-content ul.package-list li span {
          font-size: 18px;
          line-height: 28px; }
        .pricing-box .pricing-content ul.package-list li:last-child {
          margin-bottom: 0px; }
  .pricing-box .pricing-footer .btn {
    font-size: 20px;
    line-height: 30px;
    padding: 15px 41px;
    display: inline-flex;
    min-width: auto; }
  .pricing-box.active {
    background-color: #218ed3; }
    .pricing-box.active .pricing-header .package-price {
      color: #ffffff; }
      .pricing-box.active .pricing-header .package-price .price {
        color: #ffffff; }
    .pricing-box.active .pricing-content ul.package-list li {
      color: #ffffff; }
      .pricing-box.active .pricing-content ul.package-list li i {
        color: #ffffff; }
    .pricing-box.active .pricing-footer .btn:hover {
      background-color: #131d26; }

/*===================Pricing-2===================*/
.nav-tabs.pricing-tabs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-bottom: none; }
  .nav-tabs.pricing-tabs .nav-item {
    width: 100%;
    display: inline-block; }
    .nav-tabs.pricing-tabs .nav-item .nav-link {
      width: 100%;
      display: block;
      text-align: left;
      padding: 40px;
      border: none;
      border-radius: 0px;
      box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05); }
      .nav-tabs.pricing-tabs .nav-item .nav-link:hover {
        border: none; }
      .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        gap: 15px; }
        .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name {
          display: block; }
          .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .title {
            margin-bottom: 5px;
            font-size: 20px;
            line-height: 32px;
            display: inline-block;
            color: #000000;
            font-weight: 600;
            font-family: "Rajdhani", serif; }
          .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-price {
            font-size: 18px;
            line-height: 28px;
            color: #5A666F;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 5px; }
            .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-price .price {
              margin-bottom: 0;
              color: #007dcd;
              font-size: 32px;
              line-height: 46px;
              font-weight: bold;
              font-family: "Rajdhani", serif; }
          .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-bill {
            font-size: 14px;
            line-height: 28px;
            color: #5A666F;
            font-style: italic;
            display: inline-block; }
        .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .btn {
          flex-shrink: 0;
          width: auto;
          min-width: auto;
          padding: 15px 30px;
          padding-right: 25px;
          font-size: 18px;
          font-weight: 500; }
          .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .btn svg {
            margin-left: 10px;
            font-size: 18px; }
      .nav-tabs.pricing-tabs .nav-item .nav-link.active {
        background-color: #218ed3;
        box-shadow: none; }
        .nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-name .title {
          color: #ffffff; }
        .nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-name .package-price {
          color: #ffffff; }
        .nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .package-name .package-bill {
          color: #ffffff; }
        .nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .btn {
          background-color: #007dcd; }
          .nav-tabs.pricing-tabs .nav-item .nav-link.active .nav-link-content .btn:hover {
            background-color: #131d26; }

.pricing-tab-content {
  position: relative;
  margin-left: 25px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px; }
  .pricing-tab-content .package-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    .pricing-tab-content .package-list li {
      color: #000000;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      font-size: 18px;
      line-height: 28px;
      gap: 50px; }
      .pricing-tab-content .package-list li i {
        font-size: 16px;
        line-height: 28px; }
      .pricing-tab-content .package-list li.feature-include i {
        color: #007dcd; }
      .pricing-tab-content .package-list li.feature-exclude i {
        color: #5A666F; }

@media (max-width: 1399px) {
  .pricing-box {
    padding: 30px; } }

@media (max-width: 1199px) {
  .nav-tabs.pricing-tabs .nav-item .nav-link {
    padding: 30px; }
    .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content {
      display: block; }
      .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name {
        margin-bottom: 20px; } }

@media (max-width: 991px) {
  .pricing-tab-content {
    margin-left: 15px; } }

@media (max-width: 767px) {
  .pricing-box .pricing-header .package-price .price {
    font-size: 50px;
    line-height: 60px; }
  .nav-tabs.pricing-tabs {
    margin-bottom: 30px; }
  .pricing-tab-content {
    margin-left: 0px; }
  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content {
    display: flex; }
    .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .btn {
      padding: 10px 15px;
      padding-right: 10px; } }

@media (max-width: 575px) {
  .pricing-box {
    padding: 30px; }
    .pricing-box .pricing-header .title {
      margin-bottom: 10px; }
    .pricing-box .pricing-header .package-price .price {
      font-size: 40px;
      line-height: 50px; }
  .nav-tabs.pricing-tabs .nav-item .nav-link {
    padding: 20px; }
  .pricing-tab-content {
    padding: 25px; }
    .pricing-tab-content .package-list {
      gap: 20px; }
      .pricing-tab-content .package-list li {
        font-size: 16px;
        line-height: 26px;
        gap: 30px; }
        .pricing-tab-content .package-list li i {
          line-height: 26px; } }

@media (max-width: 479px) {
  .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content {
    display: flex;
    flex-direction: column; }
    .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name {
      text-align: center;
      margin-bottom: 5px; }
      .nav-tabs.pricing-tabs .nav-item .nav-link .nav-link-content .package-name .package-price {
        justify-content: center; } }

/*****************************
  Countdown
*****************************/
.countdown-wrapper {
  display: flex;
  gap: 80px; }
  .countdown-wrapper .countdown {
    position: relative;
    text-align: center; }
    .countdown-wrapper .countdown span {
      color: #ffffff;
      display: block;
      font-size: 110px;
      font-weight: 700;
      line-height: 110px;
      margin-bottom: 20px; }
    .countdown-wrapper .countdown p {
      font-size: 24px;
      line-height: 40px;
      font-weight: normal;
      color: #ffffff;
      text-transform: capitalize;
      margin-bottom: 0; }
    .countdown-wrapper .countdown:last-child:after {
      content: normal; }

@media (max-width: 1399px) {
  .countdown-wrapper .countdown span {
    font-size: 80px;
    line-height: 100px; } }

@media (max-width: 1199px) {
  .countdown-wrapper .countdown span {
    font-size: 65px;
    line-height: 75px; } }

@media (max-width: 991px) {
  .countdown-wrapper {
    gap: 50px; }
    .countdown-wrapper .countdown span {
      font-size: 48px;
      line-height: 65px; } }

@media (max-width: 767px) {
  .countdown-wrapper {
    gap: 50px; }
    .countdown-wrapper .countdown span {
      font-size: 48px;
      line-height: 65px; } }

@media (max-width: 575px) {
  .countdown-wrapper {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(2, 1fr); }
    .countdown-wrapper .countdown {
      text-align: start; }
      .countdown-wrapper .countdown span {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 10px; } }

/*****************************
  Button
*****************************/
.btn {
  transition: all 0.35s ease-in-out;
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 25px 30px;
  background-color: #218ed3;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  border-radius: 0px;
  font-size: 24px;
  line-height: 24px;
  border: none;
  min-width: 300px; }
  .btn svg {
    margin-left: 30px;
    font-size: 24px;
    line-height: 30px; }
    .btn svg path {
      stroke: #ffffff; }
  .btn:hover {
    background-color: #007dcd;
    color: #ffffff; }
    .btn:hover span {
      color: #ffffff; }
  .btn.btn-primary {
    background-color: #007dcd; }
    .btn.btn-primary:hover {
      background-color: #131d26;
      color: #ffffff; }
      .btn.btn-primary:hover span {
        color: #ffffff; }
  .btn:focus {
    background-color: #007dcd;
    color: #ffffff; }
  .btn:focus-visible {
    background-color: #007dcd;
    color: #ffffff; }
  .btn:active {
    background-color: #007dcd !important;
    color: #ffffff !important; }
  .btn:first-child:active {
    background-color: #007dcd;
    color: #ffffff; }

.btn.btn-small {
  font-size: 20px;
  padding: 15px 30px; }

/* Button Hover Effect */
.attract-hover {
  display: inline-block; }

.attract-hover-easing {
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.btn.btn-link {
  color: #218ed3;
  padding: 0px;
  text-decoration: none;
  background-color: inherit; }
  .btn.btn-link svg {
    margin-left: 11px;
    margin-top: -2px; }
    .btn.btn-link svg path {
      stroke: #218ed3; }

.bg-primary .btn:hover {
  color: #218ed3;
  background-color: #ffffff; }
  .bg-primary .btn:hover span {
    color: #218ed3; }
  .bg-primary .btn:hover svg path {
    stroke: #218ed3; }

.bg-primary .btn:focus {
  background-color: #ffffff;
  color: #218ed3; }
  .bg-primary .btn:focus svg path {
    stroke: #218ed3; }

.bg-primary .btn:focus-visible {
  background-color: #ffffff;
  color: #218ed3; }
  .bg-primary .btn:focus-visible svg path {
    stroke: #218ed3; }

.bg-primary .btn:active {
  background-color: #ffffff;
  color: #218ed3; }
  .bg-primary .btn:active svg path {
    stroke: #218ed3; }

.bg-primary .btn:first-child:active {
  background-color: #ffffff !important;
  color: #218ed3 !important; }
  .bg-primary .btn:first-child:active svg path {
    stroke: #218ed3; }

.bg-light .btn:hover {
  color: #ffffff;
  background-color: #007dcd; }
  .bg-light .btn:hover span {
    color: #ffffff; }
  .bg-light .btn:hover svg path {
    stroke: #ffffff; }

.bg-light .btn:focus {
  background-color: #007dcd;
  color: #ffffff; }
  .bg-light .btn:focus svg path {
    stroke: #ffffff; }

.bg-light .btn:focus-visible {
  background-color: #007dcd;
  color: #ffffff; }
  .bg-light .btn:focus-visible svg path {
    stroke: #ffffff; }

.bg-light .btn:active {
  background-color: #007dcd;
  color: #ffffff; }
  .bg-light .btn:active svg path {
    stroke: #ffffff; }

.bg-light .btn:first-child:active {
  background-color: #007dcd !important;
  color: #ffffff !important; }
  .bg-light .btn:first-child:active svg path {
    stroke: #ffffff; }

/*=====================================================*/
/* Responsive CSS */
/*=====================================================*/
@media (max-width: 1199px) {
  .btn svg {
    margin-left: 15px; } }

@media (max-width: 767px) {
  .btn {
    padding: 15px 20px;
    font-size: 20px;
    min-width: auto; }
    .btn svg {
      margin-left: 10px; } }

@media (max-width: 575px) {
  .btn {
    padding: 10px 20px;
    font-size: 16px;
    min-width: auto; }
    .btn svg {
      width: 25px;
      margin-left: 5px; } }

/*****************************
  Form Control
*****************************/
form .form-control {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  border-radius: 0px;
  padding: 16px 20px;
  border: none;
  background: #F3F7FF;
  color: #5A666F;
  margin-bottom: 24px; }
  form .form-control::-ms-input-placeholder {
    color: #5A666F; }
  form .form-control::placeholder {
    color: #5A666F; }
  form .form-control:focus {
    box-shadow: none;
    background: #F3F7FF; }
  form .form-control.form-control-light {
    background-color: rgba(38, 120, 255, 0.05); }

form textarea.form-control {
  margin-bottom: 50px; }

form.form-style-border .form-control {
  padding: 15px 20px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2); }
  form.form-style-border .form-control:focus {
    border-color: #007dcd; }

form.form-dark .form-control {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2); }
  form.form-dark .form-control::-ms-input-placeholder {
    color: #ffffff; }
  form.form-dark .form-control::placeholder {
    color: #ffffff; }
  form.form-dark .form-control:focus {
    border-color: #007dcd; }

.form-check .form-check-input {
  width: 21px;
  height: 21px;
  margin-top: 2px;
  margin-right: 10px;
  border: 2px solid rgba(255, 255, 255, 0.15); }

.form-check .form-check-input:checked {
  background-color: #007dcd; }

.track-box {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  padding: 50px;
  box-shadow: 0px -5px 20px 2px rgba(0, 0, 0, 0.03); }
  .track-box .track-form {
    display: flex;
    gap: 15px; }
    .track-box .track-form div {
      width: 33.333%; }
    .track-box .track-form .form-control {
      background-color: rgba(38, 120, 255, 0.05);
      margin-bottom: 0px; }
    .track-box .track-form .btn {
      width: 100%;
      font-size: 20px;
      line-height: 30px;
      font-weight: 400;
      padding: 14px 20px;
      height: 60px; }

.track-box-section .track-box {
  padding: 0px;
  box-shadow: inherit;
  background-color: transparent; }

.track-box-section.bg-primary .title {
  color: #ffffff; }

.track-box-section.bg-primary form.track-form {
  gap: 24px; }
  .track-box-section.bg-primary form.track-form .form-control {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15); }
  .track-box-section.bg-primary form.track-form .form-control::placeholder {
    color: #ffffff; }

.goods-form {
  padding-left: 50px; }
  .goods-form .title {
    margin-bottom: 18px; }
  .goods-form .personal-data {
    display: flex;
    gap: 15px;
    margin-bottom: 30px; }
    .goods-form .personal-data .form-control {
      width: 33.333%;
      margin-bottom: 0px; }
  .goods-form .shipment-data {
    display: flex;
    gap: 15px;
    margin-bottom: 20px; }
    .goods-form .shipment-data .form-control {
      width: 33.333%;
      margin-bottom: 0px; }
    .goods-form .shipment-data.shipment-data-top {
      margin-bottom: 15px; }

.tracking-form .form-wrapper {
  background-color: rgba(38, 120, 255, 0.05);
  padding: 10px 20px;
  padding-left: 16px;
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 15px; }
  .tracking-form .form-wrapper .tracking-id {
    display: flex;
    align-items: center; }
    .tracking-form .form-wrapper .tracking-id .form-control {
      padding-left: 10px; }
  .tracking-form .form-wrapper .tracking-email {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(38, 120, 255, 0.2);
    padding-left: 17px; }
    .tracking-form .form-wrapper .tracking-email .form-control {
      padding-left: 10px; }
  .tracking-form .form-wrapper .form-control {
    margin-bottom: 0;
    padding: 6px 20px; }
    .tracking-form .form-wrapper .form-control:focus {
      background-color: transparent; }

.tracking-form .track-btn .btn {
  padding: 15px 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

.schedules-form .form-wrapper {
  background-color: rgba(38, 120, 255, 0.05);
  padding: 10px 20px;
  padding-left: 16px;
  margin-top: 35px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 15px; }
  .schedules-form .form-wrapper .schedules-from {
    display: flex;
    align-items: center; }
    .schedules-form .form-wrapper .schedules-from .form-control {
      padding-left: 10px; }
  .schedules-form .form-wrapper .schedules-to {
    display: flex;
    align-items: center;
    border-left: 1px solid rgba(38, 120, 255, 0.2);
    padding-left: 17px; }
    .schedules-form .form-wrapper .schedules-to .form-control {
      padding-left: 10px; }
  .schedules-form .form-wrapper .schedules-date {
    border-left: 1px solid rgba(38, 120, 255, 0.2);
    padding-left: 17px; }
    .schedules-form .form-wrapper .schedules-date .input-group.date {
      display: flex;
      align-items: center; }
      .schedules-form .form-wrapper .schedules-date .input-group.date .input-group-append .input-group-text {
        padding: 0px;
        height: auto; }
      .schedules-form .form-wrapper .schedules-date .input-group.date .form-control {
        padding-left: 8px;
        padding-right: 0px; }
  .schedules-form .form-wrapper .form-control {
    margin-bottom: 0;
    padding: 6px 20px; }
    .schedules-form .form-wrapper .form-control:focus {
      background-color: transparent; }

.schedules-form .track-btn .btn {
  padding: 15px 30px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }

.track-shipment-form .form-wrapper {
  margin-bottom: 20px; }
  .track-shipment-form .form-wrapper .form-control {
    margin-bottom: 20px; }
  .track-shipment-form .form-wrapper .date .input-group-text {
    background-color: #F3F7FF;
    padding: 0 20px; }
    .track-shipment-form .form-wrapper .date .input-group-text i {
      color: #218ed3;
      font-size: 18px; }
  .track-shipment-form .form-wrapper .route {
    display: flex;
    align-items: center;
    gap: 20px; }
    .track-shipment-form .form-wrapper .route .route-select {
      display: flex;
      align-items: center;
      gap: 15px; }
      .track-shipment-form .form-wrapper .route .route-select input[type="checkbox"] {
        appearance: none;
        flex-shrink: 0;
        height: 20px;
        width: 20px;
        border: 2px solid rgba(38, 120, 255, 0.2); }
      .track-shipment-form .form-wrapper .route .route-select input:checked {
        border: transparent;
        position: relative; }
        .track-shipment-form .form-wrapper .route .route-select input:checked:before {
          content: "\f00c";
          font-size: 14px;
          font-family: "Font Awesome 6 Free";
          font-weight: 900;
          color: #ffffff;
          height: 100%;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: #218ed3;
          position: absolute;
          top: 0;
          left: 0; }

.track-shipment-form .track-btn .btn {
  padding: 15px 30px;
  min-width: 350px; }

.bg-light form .form-control {
  background: #fff; }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1199px) {
  .goods-form {
    padding-left: 20px; }
  .track-shipment-form .form-wrapper .route {
    gap: 10px; }
    .track-shipment-form .form-wrapper .route .route-select {
      gap: 8px; }
      .track-shipment-form .form-wrapper .route .route-select label {
        font-size: 16px; }
  .track-shipment-form .track-btn .btn {
    padding: 15px 30px;
    min-width: 350px; } }

@media (max-width: 991px) {
  .track-box {
    padding: 25px; }
    .track-box .track-form div {
      width: 30%; }
      .track-box .track-form div.track-btn {
        width: 40%; }
  .goods-form {
    padding-left: 0px;
    margin-top: 40px; } }

@media (max-width: 767px) {
  .track-box {
    padding: 25px; }
    .track-box .track-form {
      flex-wrap: wrap;
      gap: 2%; }
      .track-box .track-form div {
        width: 49%; }
        .track-box .track-form div.track-btn {
          width: 100%;
          margin-top: 12px; }
  .track-box-section.bg-primary form.track-form {
    gap: 2%; } }

@media (max-width: 575px) {
  form .form-control {
    margin-bottom: 15px; }
  form textarea.form-control {
    margin-bottom: 30px; }
  .track-box {
    padding: 25px; }
    .track-box .track-form {
      gap: 12px; }
      .track-box .track-form div {
        width: 100%; }
        .track-box .track-form div.track-btn {
          margin-top: 0px; }
  .goods-form {
    margin-top: 30px; }
    .goods-form .personal-data {
      flex-direction: column; }
      .goods-form .personal-data .form-control {
        width: 100%; }
    .goods-form .shipment-data {
      flex-direction: column; }
      .goods-form .shipment-data .form-control {
        width: 100%; }
  .track-box-section.bg-primary form.track-form {
    gap: 12px; }
  .track-shipment-form .form-wrapper .form-control {
    margin-bottom: 15px; }
  .track-shipment-form .track-btn .btn {
    min-width: 100%; } }

/*****************************
  List style
*****************************/
.list-wrapper .list {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  flex-direction: column;
  list-style-type: none; }
  .list-wrapper .list li {
    display: flex;
    gap: 15px;
    align-items: baseline;
    font-weight: 400; }
    .list-wrapper .list li i {
      color: #007dcd; }
    .list-wrapper .list li a {
      color: #5A666F; }
      .list-wrapper .list li a:hover {
        color: #007dcd; }
  .list-wrapper .list.list-style-disc li {
    display: list-item;
    list-style: inside;
    list-style-type: disc; }
  .list-wrapper .list.col-2 {
    width: 100%;
    gap: 10px 30px;
    flex-wrap: wrap;
    flex-direction: inherit; }
    .list-wrapper .list.col-2 li {
      width: calc(50% - 15px); }

.list-wrapper.list-style-2 .list {
  gap: 10px; }
  .list-wrapper.list-style-2 .list li {
    font-size: inherit;
    gap: 20px; }
    .list-wrapper.list-style-2 .list li i {
      color: #007dcd; }

.list-wrapper.list-style-3 .list li {
  justify-content: space-between;
  align-items: center; }
  .list-wrapper.list-style-3 .list li span {
    font-weight: 500;
    color: #131d26; }

.list-wrapper.list-light .list li {
  color: #ffffff; }
  .list-wrapper.list-light .list li a {
    color: #ffffff; }
    .list-wrapper.list-light .list li a:hover {
      color: #007dcd; }

/*****************************
  Marquee style
*****************************/
.marquee-section {
  padding: 130px 0; }

.marquee-wrapper {
  overflow: hidden; }
  .marquee-wrapper .marquee-inner {
    display: flex;
    align-items: center;
    gap: 120px;
    width: 100%;
    animation: marquee 30s linear infinite; }
    .marquee-wrapper .marquee-inner .marquee-item {
      display: flex;
      flex: none;
      align-items: center;
      gap: 40px; }
      .marquee-wrapper .marquee-inner .marquee-item .title {
        font-family: "Rajdhani", serif;
        font-weight: 500;
        font-size: 70px;
        line-height: 78px;
        color: #131d26; }

.marquee-wrapper.marquee-rotate {
  transform: rotate(1deg); }

.marquee-wrapper.marquee-right .marquee-inner {
  animation: marqueeRight 50s linear infinite; }

/*------------------------
  Keyframes Animation
-------------------------*/
@keyframes marquee {
  0% {
    transform: translateX(0); }
  100% {
    transform: translatex(-100%); } }

@keyframes marqueeRight {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translatex(0); } }

@media (max-width: 1399px) {
  .marquee-section {
    padding: 100px 0; } }

@media (max-width: 1199px) {
  .marquee-section {
    padding: 80px 0; }
  .marquee-wrapper .marquee-inner .marquee-item {
    gap: 30px; }
  .marquee-wrapper .marquee-inner .marquee-item .title {
    font-size: 52px;
    line-height: 64px; } }

@media (max-width: 767px) {
  .marquee-section {
    padding: 50px 0; }
  .marquee-wrapper .marquee-inner {
    gap: 50px; }
    .marquee-wrapper .marquee-inner .marquee-item {
      gap: 15px; }
      .marquee-wrapper .marquee-inner .marquee-item .title {
        font-size: 36px; }
      .marquee-wrapper .marquee-inner .marquee-item .icon img {
        height: 50px;
        width: 50px; } }

@media (max-width: 575px) {
  .marquee-wrapper .marquee-inner {
    gap: 30px; }
  .marquee-wrapper .marquee-inner .marquee-item .title {
    font-size: 32px; }
  .marquee-wrapper .marquee-inner .marquee-item .icon img {
    height: 40px;
    width: 40px; } }

/*****************************
  Social Icon
*****************************/
.social-icon ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  align-items: center; }
  .social-icon ul li {
    margin: 0 12px; }
    .social-icon ul li a {
      font-size: 20px;
      font-family: "Inter", sans-serif;
      font-weight: normal;
      color: #ffffff;
      transition: all 0.3s ease-in-out; }
      .social-icon ul li a:hover {
        color: #007dcd; }
    .social-icon ul li:first-child {
      margin-left: 0px; }
    .social-icon ul li:last-child {
      margin-right: 0px; }
    .social-icon ul li.title {
      font-size: 20px;
      font-family: "Inter", sans-serif;
      font-weight: normal;
      color: #ffffff;
      position: relative;
      padding-right: 45px; }
      .social-icon ul li.title:before {
        position: absolute;
        content: "";
        height: 2px;
        width: 25px;
        background-color: #ffffff;
        right: 0;
        top: 50%;
        transform: translateY(-50%); }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 767px) {
  .social-icon ul li {
    margin: 0 8px; }
    .social-icon ul li.title {
      padding-right: 35px; }
      .social-icon ul li.title:before {
        width: 20px; } }

/*****************************
  Steps
*****************************/
.steps-wrapper {
  display: flex;
  gap: 60px;
  flex-direction: column; }
  .steps-wrapper .steps-item {
    display: flex;
    gap: 40px; }
    .steps-wrapper .steps-item .step-arrow {
      margin-top: 40px;
      position: relative; }
      .steps-wrapper .steps-item .step-arrow:before {
        content: "";
        position: absolute;
        left: 23px;
        top: 90px;
        bottom: -60px;
        border-left: 1px dashed rgba(255, 255, 255, 0.15); }
    .steps-wrapper .steps-item .step-number {
      display: block;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 15px;
      text-transform: uppercase;
      background: linear-gradient(160deg, #3663D8 0%, #77BEFF 20%, #00D1FF 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
    .steps-wrapper .steps-item .step-title {
      padding-right: 25px;
      margin-bottom: 20px; }
    .steps-wrapper .steps-item p {
      margin-bottom: 25px; }
    .steps-wrapper .steps-item .step-image {
      margin-top: 30px; }
  .steps-wrapper .steps-item:last-child .step-arrow:before {
    content: normal; }

@media (max-width: 1199px) {
  .steps-wrapper .steps-item {
    gap: 30px; }
    .steps-wrapper .steps-item .step-title {
      font-size: 36px;
      line-height: 42px; } }

@media (max-width: 575px) {
  .steps-wrapper .steps-item .list-wrapper .list.col-2 li {
    width: 100%; } }

/*****************************
  Skill
*****************************/
.skill {
  position: relative;
  width: 100%;
  height: 10px;
  margin: 35px 0 20px 0; }
  .skill:not(:first-child) {
    margin-top: 64px; }
  .skill:last-child {
    margin-bottom: 0; }
  .skill:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(38, 120, 255, 0.05); }

.skill-bar {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0px;
  background-color: #007dcd;
  background: #218ed3;
  box-shadow: none;
  transition: width .9s ease;
  -webkit-transition: width .9s ease;
  -o-transition: width .9s ease;
  -ms-transition: width .9s ease;
  -moz-transition: width .9s ease; }
  .skill-bar .progress-number {
    color: #5A666F;
    float: right;
    margin-top: -18px;
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 18px;
    font-weight: 500;
    right: 18px; }
  .skill-bar .progress-type {
    color: #5A666F;
    float: right;
    margin-top: -18px;
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 18px;
    font-weight: 500; }

.progress-bar {
  position: relative;
  height: 100%;
  border-radius: 4px;
  padding: 0px;
  background-color: #007dcd;
  box-shadow: none; }

.skill-title {
  color: #131d26;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  text-align: left;
  margin-left: 0;
  margin-top: -40px; }
  .skill-title > i {
    margin-right: 8px; }

/* Skill Style 2 ------------*/
.skill-style-2 .skill-bar {
  position: unset; }

/*****************************
  Date time Picker
*****************************/
.bootstrap-datetimepicker-widget.dropdown-menu {
  z-index: 9; }

.bootstrap-datetimepicker-widget table td.active {
  background-color: #007dcd; }
  .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #007dcd; }

.bootstrap-datetimepicker-widget table td.day {
  height: 40px;
  line-height: 40px;
  width: 50px;
  font-size: 14px;
  border-radius: inherit; }

.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
  border-radius: inherit; }

.bootstrap-datetimepicker-widget table td {
  border-radius: 3px; }
  .bootstrap-datetimepicker-widget table td span.active {
    background: #007dcd; }

.input-group.date .input-group-text {
  height: 60px;
  border: none;
  border-radius: 0px;
  background-color: transparent; }

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  color: #ffffff;
  background: #007dcd; }

/*****************************
	Select
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px; }

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none;
  background-color: #F3F7FF; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    color: #5A666F;
    font-weight: normal;
    text-transform: capitalize; }

.select2-results__options {
  padding: 8px 2px; }

.select2-container--default .select2-results__option--highlighted {
  border-radius: 0;
  transition: all 0.2s ease-in-out; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  transition: all 0.3s ease-in-out; }

input[type="radio"]:radio {
  background-color: #007dcd; }

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: auto;
  width: auto; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    color: #218ed3; }

.select2-container--default .select2-search--dropdown {
  padding: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid rgba(255, 255, 255, 0.15); }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #F3F7FF;
  transition: all 0.3s ease-in-out; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(254, 120, 55, 0.1);
  color: #007dcd;
  transition: all 0.3s ease-in-out; }

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 9; }

.select-border .select2-container--default .select2-selection--single {
  height: 60px;
  line-height: 20px;
  padding: 15px 20px;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1); }
  .select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px;
    right: 20px; }

.select2-results__option[aria-selected] {
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  font-size: 14px; }

.select2-container--default .select2-results > .select2-results__options {
  border: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #5A666F; }

.select2-container--open .select2-dropdown {
  background: #ffffff;
  padding: 7px;
  border: 1px solid rgba(61, 209, 213, 0.1); }

.select2-search--dropdown .select2-search__field {
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04); }

.select2-container--default .select2-selection--single {
  padding: 16px 20px; }

.custom-control-input:radio {
  background-color: #007dcd; }

.newsletter .search input::placeholder {
  color: #ffffff; }

.form-check .form-check-input {
  border-radius: 0;
  box-shadow: inherit; }

.form-check-input:checked {
  background-color: #007dcd;
  border-color: #007dcd;
  box-shadow: inherit; }

/*****************************
	Video Button
*****************************/
.video-wrapper {
  position: relative; }
  .video-wrapper .attract-hover {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -75px; }
  .video-wrapper .video-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    padding: 15px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-65px, -65px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%; }
  .video-wrapper .video-btn.btn-hide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: auto;
    height: auto;
    transform: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    border-radius: 0;
    cursor: none; }

.video-wrapper.wrapper-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: none; }

@media (max-width: 767px) {
  .video-wrapper .video-btn,
  .video-wrapper .video-btn.btn-hide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    padding: 15px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    transform: translate(-65px, -65px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 100%; } }

@media (max-width: 575px) {
  .video-wrapper .video-btn {
    width: 60px;
    height: 60px;
    padding: 10px;
    font-size: 18px;
    font-weight: 500;
    transform: translate(-50px, -50px); } }

/*****************************
	Header Default
*****************************/
.header-default {
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 0 80px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* Site Main Menu */ }
  .header-default .header-inner {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between; }
    .header-default .header-inner .nav-right {
      display: flex;
      align-items: center;
      gap: 25px; }
      .header-default .header-inner .nav-right .main-header {
        display: flex;
        align-items: center;
        gap: 25px; }
        .header-default .header-inner .nav-right .main-header .nav-item.active .dropdown-menu.megamenu ul li a.nav-link.active {
          color: #007dcd; }
    .header-default .header-inner .site-action .search a {
      transition: all 0.3s ease-in-out; }
      .header-default .header-inner .site-action .search a:hover svg path {
        stroke: #007dcd; }
    .header-default .header-inner .site-action .btn {
      font-size: 18px;
      line-height: 36px;
      font-weight: 500;
      padding: 14px 25px;
      min-width: auto; }
      .header-default .header-inner .site-action .btn svg {
        margin-left: 10px; }
  .header-default .site-logo {
    min-width: 270px;
    padding: 28px 0px;
    border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .header-default .site-logo .navbar-brand {
      display: inline-block; }
      .header-default .site-logo .navbar-brand .logo-dark {
        display: none; }
  .header-default .site-menu .main-menu {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    height: 100%;
    list-style-type: none;
    /* Header Submenu */ }
    .header-default .site-menu .main-menu .nav-item {
      display: flex;
      position: relative;
      align-items: center; }
      .header-default .site-menu .main-menu .nav-item a {
        font-family: "Inter", sans-serif;
        font-size: 18px;
        padding: 42px 23px;
        color: #ffffff;
        position: relative;
        z-index: 2; }
        .header-default .site-menu .main-menu .nav-item a i {
          font-weight: bold;
          margin-left: 5px;
          font-size: 12px;
          margin-top: 2px; }
        .header-default .site-menu .main-menu .nav-item a:hover {
          color: #ffffff; }
          .header-default .site-menu .main-menu .nav-item a:hover:before {
            height: 100%; }
        .header-default .site-menu .main-menu .nav-item a:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 100%;
          background-color: #007dcd;
          height: 0;
          transition: all 0.3s ease-in-out;
          z-index: -1; }
      .header-default .site-menu .main-menu .nav-item.active > a {
        color: #ffffff;
        background-color: #007dcd; }
      .header-default .site-menu .main-menu .nav-item.active > a,
      .header-default .site-menu .main-menu .nav-item:hover .submenu {
        opacity: 1;
        visibility: visible;
        margin-top: 0; }
      .header-default .site-menu .main-menu .nav-item:hover a:before {
        height: 100%;
        background-color: #007dcd; }
      .header-default .site-menu .main-menu .nav-item .dropdown-menu.megamenu ul li a.nav-link {
        color: #131d26;
        padding-left: 0px; }
      .header-default .site-menu .main-menu .nav-item .dropdown-menu.megamenu ul li:hover a {
        color: #007dcd; }
    .header-default .site-menu .main-menu .submenu {
      background: #ffffff;
      list-style-type: none;
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: 2;
      min-width: 230px;
      opacity: 0;
      visibility: hidden;
      padding: 8px 0;
      margin-top: 15px;
      box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
      border-radius: 0;
      transition: all 0.3s ease-in-out; }
      .header-default .site-menu .main-menu .submenu li {
        padding: 0 0px; }
        .header-default .site-menu .main-menu .submenu li a {
          font-size: 16px;
          padding: 8px 15px;
          color: #131d26; }
          .header-default .site-menu .main-menu .submenu li a.active {
            color: #007dcd;
            background-color: #ffffff; }
          .header-default .site-menu .main-menu .submenu li a:before {
            display: none; }
        .header-default .site-menu .main-menu .submenu li.active > a {
          color: #007dcd;
          background-color: #ffffff; }
        .header-default .site-menu .main-menu .submenu li:hover a {
          color: #007dcd;
          background-color: #ffffff; }
  .header-default .site-action {
    display: flex;
    align-items: center;
    gap: 42px; }
  .header-default.header-sticky.is-sticky {
    top: 0px;
    background-color: #ffffff; }
    .header-default.header-sticky.is-sticky .site-logo .navbar-brand .logo-dark {
      display: inline-block; }
    .header-default.header-sticky.is-sticky .site-logo .navbar-brand .logo-light {
      display: none; }
    .header-default.header-sticky.is-sticky .site-menu .main-menu {
      /* Header Submenu */ }
      .header-default.header-sticky.is-sticky .site-menu .main-menu .nav-item a {
        color: #131d26; }
        .header-default.header-sticky.is-sticky .site-menu .main-menu .nav-item a:hover {
          color: #ffffff; }
      .header-default.header-sticky.is-sticky .site-menu .main-menu .nav-item.active > a {
        color: #ffffff;
        background-color: #007dcd; }
      .header-default.header-sticky.is-sticky .site-menu .main-menu .nav-item.active > a,
      .header-default.header-sticky.is-sticky .site-menu .main-menu .nav-item:hover .submenu {
        opacity: 1;
        visibility: visible;
        margin-top: 0; }
      .header-default.header-sticky.is-sticky .site-menu .main-menu .nav-item:hover > a {
        color: #ffffff; }
      .header-default.header-sticky.is-sticky .site-menu .main-menu .nav-item:hover ul.submenu li a.nav-link {
        color: #131d26; }
        .header-default.header-sticky.is-sticky .site-menu .main-menu .nav-item:hover ul.submenu li a.nav-link:hover {
          color: #007dcd; }
        .header-default.header-sticky.is-sticky .site-menu .main-menu .nav-item:hover ul.submenu li a.nav-link.active {
          color: #007dcd; }
      .header-default.header-sticky.is-sticky .site-menu .main-menu .submenu li a {
        color: #131d26; }
        .header-default.header-sticky.is-sticky .site-menu .main-menu .submenu li a.active {
          color: #007dcd;
          background-color: #ffffff; }
      .header-default.header-sticky.is-sticky .site-menu .main-menu .submenu li.active > a {
        color: #007dcd;
        background-color: #ffffff; }
      .header-default.header-sticky.is-sticky .site-menu .main-menu .submenu li:hover a {
        color: #007dcd;
        background-color: #ffffff; }
    .header-default.header-sticky.is-sticky .header-inner .site-action .search a svg path {
      stroke: #007dcd; }

.header.header-2 {
  width: 100%;
  z-index: 99;
  background-color: #ffffff; }
  .header.header-2.header-sticky.is-sticky {
    top: -160px; }
  .header.header-2 .topbar {
    background-color: #007dcd; }
    .header.header-2 .topbar .inner-topbar {
      display: flex;
      height: 40px;
      justify-content: space-between;
      align-items: center; }
      .header.header-2 .topbar .inner-topbar .topbar-left {
        display: flex;
        align-items: center;
        gap: 40px; }
        .header.header-2 .topbar .inner-topbar .topbar-left p {
          font-size: 16px;
          line-height: 28px;
          margin-bottom: 0;
          color: #ffffff; }
          .header.header-2 .topbar .inner-topbar .topbar-left p.welcome-note {
            font-weight: 500; }
          .header.header-2 .topbar .inner-topbar .topbar-left p a {
            color: #ffffff; }
            .header.header-2 .topbar .inner-topbar .topbar-left p a:hover {
              color: #131d26; }
      .header.header-2 .topbar .inner-topbar .topbar-right .widget-share .share-list {
        gap: 20px; }
        .header.header-2 .topbar .inner-topbar .topbar-right .widget-share .share-list li a {
          color: #ffffff;
          font-size: 18px;
          line-height: 28px;
          font-weight: 600; }
          .header.header-2 .topbar .inner-topbar .topbar-right .widget-share .share-list li a:hover {
            color: #131d26; }
  .header.header-2 .header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0; }
    .header.header-2 .header-inner .site-logo .navbar-brand {
      display: block; }
    .header.header-2 .header-inner .header-overlay-action {
      display: flex;
      align-items: center; }
      .header.header-2 .header-inner .header-overlay-action .contact-number {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-right: 40px; }
        .header.header-2 .header-inner .header-overlay-action .contact-number .number {
          color: #131d26; }
          .header.header-2 .header-inner .header-overlay-action .contact-number .number:hover {
            color: #007dcd; }
      .header.header-2 .header-inner .header-overlay-action .header-search a svg path {
        stroke: #131d26;
        transition: all 0.3s ease-in-out; }
      .header.header-2 .header-inner .header-overlay-action .header-search a:hover svg path {
        stroke: #007dcd; }

.header-2.is-sticky.sticky-show {
  top: 0; }

/* Mega Menu */
.megamenu {
  padding: 20px 20px;
  width: 100%; }
  .megamenu > div > li > ul {
    padding: 0;
    margin: 0; }
    .megamenu > div > li > ul > li {
      list-style: none; }
      .megamenu > div > li > ul > li > a {
        display: flex;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #F3F7FF;
        white-space: normal; }
        .megamenu > div > li > ul > li > a:hover {
          text-decoration: none;
          color: #F3F7FF;
          background-color: #F3F7FF; }
        .megamenu > div > li > ul > li > a:focus {
          text-decoration: none;
          color: #F3F7FF;
          background-color: #F3F7FF; }

.megamenu.disabled > a:hover {
  color: #F3F7FF;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.megamenu.disabled > a:focus {
  color: #F3F7FF;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.header .megamenu .dropdown-item {
  padding: 0px; }

.header li > .dropdown-item:focus {
  color: #007dcd;
  background: none; }

.header li > .dropdown-item:hover {
  color: #007dcd;
  background: none; }

.header .dropdown-item.active {
  background: none; }

.header .dropdown-item:active {
  background: none; }

.header .dropdown-item:focus {
  background: none; }

.header .dropdown-item:hover {
  background: none; }

.header .dropdown-toggle::after {
  content: none; }

.header .navbar-collapse {
  align-items: inherit;
  position: relative; }

/*---------------------------------*/
/* Menu Overlay */
/*---------------------------------*/
.offcanvas.menu-overlay-offcanvas {
  height: 100vh;
  background-color: #131d26; }
  .offcanvas.menu-overlay-offcanvas:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.01;
    z-index: -1;
    background-image: url(036b67aadc0835e8d436.png);
    background-size: cover; }
  .offcanvas.menu-overlay-offcanvas .offcanvas-close {
    position: absolute;
    right: 50px;
    top: 50px; }
    .offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close {
      padding: 0;
      opacity: 1;
      width: 50px;
      height: 50px;
      display: flex;
      background: #ffffff;
      align-items: center;
      border-radius: 0;
      justify-content: center;
      transition: all 0.3s ease-in-out; }
      .offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close svg path {
        stroke: #000000; }
      .offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close:hover {
        background-color: #007dcd; }
        .offcanvas.menu-overlay-offcanvas .offcanvas-close .btn-close:hover svg path {
          stroke: #ffffff; }
  .offcanvas.menu-overlay-offcanvas .offcanvas-body {
    padding: 0; }
    .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
  .offcanvas.menu-overlay-offcanvas .container-top {
    margin-top: auto;
    margin-bottom: auto;
    height: 60%;
    overflow: hidden; }
  .offcanvas.menu-overlay-offcanvas .navbar {
    padding: 0;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
    margin-right: 50px;
    display: flex;
    align-items: flex-end; }
    .offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.01);
      background-color: #0c0c0c; }
    .offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar {
      width: 3px;
      background-color: #0c0c0c; }
    .offcanvas.menu-overlay-offcanvas .navbar::-webkit-scrollbar-thumb {
      background-color: rgba(255, 255, 255, 0.1); }
    .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav {
      gap: 10px; }
      .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
        display: inline-flex;
        padding: 0;
        font-family: "Rajdhani", serif;
        font-size: 60px;
        font-weight: 700;
        line-height: 1.2;
        color: #ffffff;
        align-items: baseline;
        justify-content: space-between;
        transition: all 0.3s ease-in-out;
        box-shadow: none; }
        .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a.show, .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
          color: #007dcd; }
        .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
          padding-left: 15px; }
        .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:after {
          margin-top: 3px;
          font-size: 18px; }
        .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a.dropdown-toggle:after {
          content: "+";
          border: none;
          font-size: 28px;
          font-weight: 400;
          font-family: "Inter", sans-serif; }
      .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item .dropdown-menu {
        display: none;
        padding: 0;
        margin: 0;
        padding-top: 10px;
        padding-left: 30px;
        border: none;
        background: transparent; }
        .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item .dropdown-menu li a {
          padding: 12px 0;
          font-size: 28px;
          font-weight: 400;
          color: #ffffff;
          background: transparent; }
          .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
            color: #007dcd; }
      .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item.active > a {
        color: #007dcd; }
  .offcanvas.menu-overlay-offcanvas .widget.widget-infobox {
    margin-bottom: 40px;
    max-width: 340px; }
    .offcanvas.menu-overlay-offcanvas .widget.widget-infobox .infobox-icon {
      color: #007dcd; }
  .offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list {
    gap: 30px; }
    .offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list li a {
      width: 45px;
      height: 45px;
      font-size: 16px;
      color: #ffffff;
      font-weight: 400; }
      .offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list li a:not(:hover) {
        border-color: rgba(255, 255, 255, 0.3); }
      .offcanvas.menu-overlay-offcanvas .bottom-info .widget-share .share-list li a:hover {
        color: #218ed3; }
  .offcanvas.menu-overlay-offcanvas .bottom-info .contact-info {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    align-items: center;
    flex-direction: inherit;
    justify-content: space-between; }
    .offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .number {
      color: #ffffff; }
    .offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text {
      color: #ffffff; }
      .offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text a {
        color: #218ed3; }
        .offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text a:hover {
          color: #007dcd;
          text-decoration: underline !important; }

/*---------------------------------*/
/* Mobile Offcanvas Menu */
/*---------------------------------*/
.mobile-action .mobile-hamburger {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end; }

.main-menu-offcanvas {
  width: 500px; }
  .main-menu-offcanvas .offcanvas-header .navbar-brand img {
    max-height: 45px; }
  .main-menu-offcanvas .offcanvas-header .btn-close {
    height: 45px;
    width: 45px;
    background-image: none;
    opacity: 1; }
    .main-menu-offcanvas .offcanvas-header .btn-close i {
      color: #007dcd;
      font-size: 30px; }
  .main-menu-offcanvas .offcanvas-body {
    display: flex;
    gap: 50px;
    padding: 30px 30px;
    padding-top: 0;
    flex-direction: column;
    justify-content: space-between;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .main-menu-offcanvas .offcanvas-body .body-inner {
      display: flex;
      flex-direction: column;
      height: 100%;
      gap: 30px;
      justify-content: space-between; }
      .main-menu-offcanvas .offcanvas-body .body-inner::-webkit-scrollbar {
        display: none; }
    .main-menu-offcanvas .offcanvas-body::-webkit-scrollbar {
      display: none; }
    .main-menu-offcanvas .offcanvas-body .navbar {
      padding: 0; }
      .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav {
        width: 100%; }
        .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item {
          padding: 15px 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
          .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:last-child {
            border-bottom: none; }
          .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a {
            display: flex;
            padding: 0;
            font-size: 18px;
            font-weight: 500;
            color: #000000;
            align-items: center;
            justify-content: space-between; }
            .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a:after {
              margin-top: 3px;
              font-size: 16px; }
          .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu {
            padding: 0;
            margin: 0;
            padding-top: 10px;
            padding-left: 10px;
            border: none;
            background: transparent; }
            .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a {
              padding: 8px 0;
              font-size: 16px;
              font-weight: 400;
              color: #5A666F;
              display: block; }
              .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a.active, .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
                color: #007dcd;
                background-color: transparent; }
          .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item:has(.active) > .nav-link {
            color: #007dcd; }
  .main-menu-offcanvas .contact-info {
    padding-top: 25px;
    border-top: 3px solid #007dcd; }
    .main-menu-offcanvas .contact-info .number {
      display: block;
      font-size: 30px;
      line-height: 36px;
      font-weight: 700;
      color: #000000;
      margin-bottom: 15px; }
    .main-menu-offcanvas .contact-info .mail {
      display: block;
      color: #5A666F;
      font-size: 24px;
      margin-bottom: 15px; }
      .main-menu-offcanvas .contact-info .mail i {
        padding-right: 10px;
        color: #007dcd; }

/*Hamburger*/
.hamburger {
  padding: 15px;
  margin-top: 15px;
  margin-left: 25px;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background-color: transparent; }
  .hamburger .hamburger-container {
    position: relative;
    width: 24px;
    height: 18px;
    display: inline-block; }
    .hamburger .hamburger-container .hamburger-inner {
      position: absolute;
      width: 100%;
      height: 2px;
      top: 50%;
      transform: translate(5px, -50%);
      background-color: #131d26;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transition-duration: 0.3s;
      opacity: 1; }
      .hamburger .hamburger-container .hamburger-inner:before {
        position: absolute;
        content: "";
        transform: translate(-5px, 0);
        top: -9px;
        width: 100%;
        height: 2px;
        background-color: #131d26;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.3s;
        opacity: 1; }
      .hamburger .hamburger-container .hamburger-inner:after {
        position: absolute;
        content: "";
        top: 9px;
        transform: translate(-5px, 0);
        width: 100%;
        height: 2px;
        background-color: #131d26;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.3s;
        opacity: 1; }
    .hamburger .hamburger-container .hamburger-hidden {
      position: absolute;
      top: 50%;
      transform: translate(51px, -50%);
      width: 100%;
      height: 2px;
      background-color: #007dcd;
      opacity: 0;
      transition-duration: 0.3s;
      transition-property: transform, opacity;
      transition-timing-function: ease; }
      .hamburger .hamburger-container .hamburger-hidden:before {
        position: absolute;
        content: "";
        top: -9px;
        width: 100%;
        height: 2px;
        background-color: #007dcd;
        transition-duration: 0.3s;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transform: translate(102px, 0); }
      .hamburger .hamburger-container .hamburger-hidden:after {
        position: absolute;
        content: "";
        top: 9px;
        transform: translate(102px, 0);
        width: 100%;
        height: 2px;
        background-color: #007dcd;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.3s; }
  .hamburger:hover .hamburger-inner {
    transform: translate(-51px, 50%);
    opacity: 0; }
    .hamburger:hover .hamburger-inner:before {
      transform: translate(102px, 0);
      opacity: 0; }
    .hamburger:hover .hamburger-inner:after {
      transform: translate(102px, 0);
      opacity: 0; }
  .hamburger:hover .hamburger-hidden {
    opacity: 1;
    transform: translate(0, -50%); }
    .hamburger:hover .hamburger-hidden:before {
      opacity: 1;
      transform: translate(0, 0); }
    .hamburger:hover .hamburger-hidden:after {
      opacity: 1;
      transform: translate(0, 0); }
  .hamburger.menu-icon {
    padding: 15px;
    padding-bottom: 0px;
    padding-top: 10px; }
    .hamburger.menu-icon .hamburger-container {
      width: 40px;
      height: 30px; }
      .hamburger.menu-icon .hamburger-container .hamburger-inner {
        height: 3px; }
        .hamburger.menu-icon .hamburger-container .hamburger-inner:before {
          height: 3px;
          top: -13px; }
        .hamburger.menu-icon .hamburger-container .hamburger-inner:after {
          height: 3px;
          top: 13px; }
      .hamburger.menu-icon .hamburger-container .hamburger-hidden {
        height: 3px; }
        .hamburger.menu-icon .hamburger-container .hamburger-hidden:before {
          height: 3px;
          top: -13px; }
        .hamburger.menu-icon .hamburger-container .hamburger-hidden:after {
          height: 3px;
          top: 13px; }

/* Header Sticky */
header.header.header-sticky.is-sticky {
  position: fixed;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  top: -120px;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  border-bottom: none; }
  header.header.header-sticky.is-sticky.sticky-show {
    top: 0; }
  header.header.header-sticky.is-sticky .navbar .navbar-brand {
    padding: 15px 0px; }
    header.header.header-sticky.is-sticky .navbar .navbar-brand img {
      height: 50px; }

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

/*****************************
	Responsive
*****************************/
@media (min-width: 992px) {
  .navbar-nav .mega-menu {
    position: static; }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: inherit;
    border: none;
    left: 100%;
    transform: translate3d(0, 10px, 0);
    transition: all 0.3s ease-in-out;
    transition-property: opacity, visibility, transform;
    transform-origin: top center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important; }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
      left: 100%;
      right: auto;
      transform: translate3d(15px, 10px, 0); }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
      right: 100%;
      left: auto;
      transform: translate3d(-15px, 10px, 0); }
  .header .navbar .dropdown-menu.megamenu {
    left: 0;
    padding: 20px; }
    .header .navbar .dropdown-menu.megamenu .nav-title {
      font-size: 20px;
      font-weight: 600; }
  .header .navbar .dropdown-menu.dropdown-menu-lg {
    min-width: 700px; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    transform: translate3d(0, 0, 0);
    visibility: visible;
    opacity: 1; }
  .header .navbar li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown-submenu {
    position: relative; }
    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px; } }

@media (max-width: 1599px) {
  .header-default {
    padding: 0 50px; }
    .header-default .site-logo {
      min-width: 230px; }
    .header-default .site-menu .main-menu {
      gap: 0px; }
      .header-default .site-menu .main-menu .nav-item a {
        padding: 41px 15px; } }

@media (max-width: 1399px) {
  .header-default {
    padding: 0 30px; }
    .header-default .header-inner {
      gap: 20px; }
    .header-default .site-logo {
      min-width: 210px; }
    .header-default .site-menu .main-menu .nav-item a {
      font-size: 16px; }
    .header-default .site-action {
      gap: 20px; }
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a {
    font-size: 48px; } }

@media (max-width: 1199px) {
  .header-default .site-logo {
    padding: 15px 0px; }
  .header-default .site-action .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner {
    background-color: #ffffff; }
    .header-default .site-action .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner:before {
      background-color: #ffffff; }
    .header-default .site-action .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner:after {
      background-color: #ffffff; }
  .header-default.is-sticky .site-action .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner {
    background-color: #131d26; }
    .header-default.is-sticky .site-action .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner:before {
      background-color: #131d26; }
    .header-default.is-sticky .site-action .mobile-action .mobile-hamburger .hamburger .hamburger-container .hamburger-inner:after {
      background-color: #131d26; }
  .hamburger {
    margin-top: 6px;
    margin-left: 0px; }
  .header.header-2 .hamburger {
    padding: 15px;
    margin-top: 15px;
    margin-left: 25px; } }

@media (max-width: 991px) {
  .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
    padding: 0 50px; }
  .offcanvas.menu-overlay-offcanvas .navbar .navbar-nav .nav-item > a:hover {
    padding-left: 0; }
  .header.header-default .site-logo .navbar-brand img {
    height: 40px; }
  .header.header-default .header-inner .site-action .btn {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 25px; }
  .header.header-2 .topbar .inner-topbar .topbar-left {
    gap: 20px; }
    .header.header-2 .topbar .inner-topbar .topbar-left p {
      font-size: 14px; }
  .header.header-2 .topbar .inner-topbar .topbar-right .widget-share .share-list {
    gap: 15px; }
    .header.header-2 .topbar .inner-topbar .topbar-right .widget-share .share-list li a {
      font-size: 16px; }
  .header.header-2 .header-inner {
    padding: 0; }
    .header.header-2 .header-inner .site-logo .navbar-brand img {
      height: 40px; } }

@media (max-width: 767px) {
  .header-default {
    padding: 0 20px; }
    .header-default .site-logo {
      min-width: 170px;
      padding: 10px 0px; }
      .header-default .site-logo .navbar-brand img {
        height: 40px; }
    .header-default .site-action {
      gap: 10px; }
      .header-default .site-action .search a svg {
        width: 25px; }
  .hamburger {
    padding: 5px 15px; }
  .header.header-2.header-sticky.is-sticky {
    top: -120px; }
  .header.header-2 .topbar {
    display: none; }
  .header.header-2 .header-inner .header-overlay-action .contact-number {
    gap: 5px;
    margin-right: 15px; }
  .header.header-2 .hamburger {
    margin-left: 0; }
  .offcanvas.menu-overlay-offcanvas .bottom-info .contact-info {
    gap: 5px;
    flex-direction: column; }
    .offcanvas.menu-overlay-offcanvas .bottom-info .contact-info .text {
      text-align: center; } }

@media (max-width: 575px) {
  .header-default {
    padding: 0 15px; }
    .header-default .site-logo .navbar-brand img {
      height: 35px; }
  .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner {
    padding: 0 15px; }
    .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner .navbar .navbar-nav .nav-item > a {
      font-size: 36px; }
    .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner .navbar .navbar-nav .dropdown-menu {
      padding-left: 20px; }
      .offcanvas.menu-overlay-offcanvas .offcanvas-body .body-inner .navbar .navbar-nav .dropdown-menu li a {
        padding: 8px 0;
        font-size: 22px; }
  .header.header-2 .header-inner .header-overlay-action .contact-number {
    display: none; }
  .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item a {
    font-size: 16px; }
  .main-menu-offcanvas .offcanvas-body .navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 14px; }
  .offcanvas.menu-overlay-offcanvas .offcanvas-close {
    top: 30px;
    right: 30px; } }

/*****************************
  Site Banner
*****************************/
.banner.banner-01 {
  height: 1050px;
  position: relative;
  background-color: #131d26;
  z-index: 2;
  overflow: hidden; }
  .banner.banner-01 .home-banner-wrapper {
    display: flex;
    height: 100%; }
    .banner.banner-01 .home-banner-wrapper .banner-content {
      width: 615px;
      flex: 0 0 615px;
      padding-left: 80px;
      padding-top: 383px;
      padding-right: 80px;
      position: relative;
      height: 100%; }
      .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .title {
        color: #ffffff;
        font-size: 62px;
        line-height: 74px;
        margin-bottom: 30px; }
        .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .title span {
          color: #007dcd; }
      .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .description {
        color: #B8B8B8;
        font-size: 18px;
        line-height: 30px; }
      .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .btn {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        background-color: #131d26;
        color: #ffffff;
        padding: 50px 50px 45px 80px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .btn:hover {
          background-color: #007dcd; }
  .banner.banner-01 .banner-img {
    background: url(029.jpg);
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
    height: 100%;
    width: 100%; }

.banner.banner-03 {
  z-index: 2;
  height: 1050px;
  padding-top: 113px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: url(5cbdb1dd84678203f8b3.jpg); }
  .banner.banner-03:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: black;
    background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0.5) 69%, rgba(102, 102, 102, 0) 100%);
    opacity: 0.5; }
  .banner.banner-03 .banner-content .banner-content-inner .title {
    margin-bottom: 30px; }
  .banner.banner-03 .banner-content .banner-content-inner .description {
    padding-right: 115px; }

.main-banner.main-banner-2 {
  padding: 250px 0px; }
  .main-banner.main-banner-2 .banner-inner {
    position: relative; }
    .main-banner.main-banner-2 .banner-inner .banner-content {
      margin-bottom: 60px; }
      .main-banner.main-banner-2 .banner-inner .banner-content .sub-title {
        color: #007dcd;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500; }
      .main-banner.main-banner-2 .banner-inner .banner-content .title {
        color: #ffffff;
        font-size: 62px;
        line-height: 74px;
        margin-bottom: 30px; }
      .main-banner.main-banner-2 .banner-inner .banner-content .description {
        color: #ffffff;
        font-size: 20px;
        line-height: 30px;
        margin-right: 50px; }
    .main-banner.main-banner-2 .banner-inner .btn {
      font-size: 24px;
      line-height: 36px;
      padding: 22px 60px; }

.inner-header {
  height: 500px;
  display: flex;
  position: relative;
  padding-top: 113px;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .inner-header .title {
    color: #ffffff;
    margin-bottom: 0px; }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1399px) {
  .banner.banner-01 {
    height: 800px; }
    .banner.banner-01 .home-banner-wrapper .banner-content {
      width: 520px;
      flex: 0 0 520px;
      padding-left: 30px;
      padding-top: 210px;
      padding-right: 30px; }
      .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .btn {
        font-size: 18px;
        padding-left: 30px;
        padding-right: 30px; }
  .main-banner.main-banner-2 {
    padding: 200px 0px; }
  .banner.banner-03 {
    height: 850px; } }

@media (max-width: 1199px) {
  .banner.banner-01 {
    height: 700px; }
    .banner.banner-01 .home-banner-wrapper .banner-content {
      width: 430px;
      flex: 0 0 430px;
      padding-top: 170px; }
      .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .title {
        font-size: 36px;
        line-height: 60px; }
  .main-banner.main-banner-2 {
    padding: 150px 0px; }
  .banner.banner-03 {
    height: 800px; } }

@media (max-width: 991px) {
  .banner.banner-01 .home-banner-wrapper {
    flex-direction: column; }
    .banner.banner-01 .home-banner-wrapper .banner-content {
      width: 100%;
      flex: 0 0 380px;
      padding-top: 120px;
      height: auto; }
      .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .title {
        font-size: 30px;
        line-height: 52px;
        margin-bottom: 10px; }
      .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .description {
        margin-bottom: 0px; }
      .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .btn {
        padding: 15px 30px; }
  .main-banner.main-banner-2 {
    padding: 120px 0px; }
    .main-banner.main-banner-2 .banner-inner .banner-content .title {
      font-size: 54px;
      line-height: 68px;
      margin-bottom: 20px; }
    .main-banner.main-banner-2 .banner-inner .btn {
      font-size: 22px;
      line-height: 36px;
      padding: 16px 40px; }
  .inner-header {
    height: 400px;
    padding-top: 70px; }
    .inner-header .title {
      font-size: 42px;
      line-height: 52px; } }

@media (max-width: 767px) {
  .banner.banner-01 .home-banner-wrapper .banner-content {
    padding-top: 100px; }
  .main-banner.main-banner-2 {
    padding: 100px 0px; }
    .main-banner.main-banner-2 .banner-inner .banner-content .title {
      font-size: 42px;
      line-height: 54px; }
    .main-banner.main-banner-2 .banner-inner .banner-content .description {
      font-size: 18px;
      line-height: 28px; }
    .main-banner.main-banner-2 .banner-inner .btn {
      font-size: 20px;
      line-height: 36px;
      padding: 16px 40px; }
  .inner-header {
    height: 300px;
    padding-top: 60px; } }

@media (max-width: 575px) {
  .banner.banner-01 {
    height: 570px; }
    .banner.banner-01 .home-banner-wrapper {
      flex-direction: column; }
      .banner.banner-01 .home-banner-wrapper .banner-content {
        flex: 0 0 380px;
        padding-top: 80px;
        padding-left: 15px;
        padding-right: 15px;
        height: auto; }
        .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .title {
          font-size: 28px;
          line-height: 38px; }
        .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .description {
          margin-bottom: 0px;
          font-size: 16px;
          line-height: 26px; }
        .banner.banner-01 .home-banner-wrapper .banner-content .banner-content-inner .btn {
          padding: 15px 15px;
          font-size: 18px;
          line-height: 28px; }
  .main-banner.main-banner-2 {
    padding: 80px 0px; }
    .main-banner.main-banner-2 .banner-inner .banner-content {
      margin-bottom: 30px; }
      .main-banner.main-banner-2 .banner-inner .banner-content .title {
        font-size: 32px;
        line-height: 44px; }
      .main-banner.main-banner-2 .banner-inner .banner-content .description {
        margin-right: 0px; }
    .main-banner.main-banner-2 .banner-inner .btn {
      font-size: 16px;
      line-height: 28px;
      padding: 16px 30px; }
  .inner-header {
    height: 270px;
    padding-top: 60px; }
    .inner-header .title {
      font-size: 32px;
      line-height: 42px; }
  .banner.banner-03 {
    height: 600px;
    padding-top: 80px; }
    .banner.banner-03 .banner-content .banner-content-inner .title {
      margin-bottom: 15px; }
    .banner.banner-03 .banner-content .banner-content-inner .description {
      padding-right: 0px; } }

/*****************************
  Layout
*****************************/
/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 130px; }

.text-accent-bg {
  background-color: #000000;
  color: #ffffff;
  padding: 0 .4em;
  display: inline-block; }

.text-tooltip {
  text-decoration: underline; }

/*----------------------------------*/
/* Back To Top */
/*----------------------------------*/
.back-to-top {
  position: fixed;
  z-index: 99;
  right: 50px;
  bottom: 50px;
  height: 55px;
  width: 55px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(7, 32, 50, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  transform: translateY(30px); }
  .back-to-top:before {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    content: "\f062";
    text-align: center;
    line-height: 55px;
    opacity: 1;
    height: 55px;
    width: 55px;
    font-size: 18px;
    font-weight: 600;
    color: #007dcd; }
  .back-to-top svg path {
    fill: none; }
  .back-to-top svg.progress-circle path {
    stroke: #007dcd;
    stroke-width: 4; }
  .back-to-top.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

.img-1 {
  -webkit-animation: myOrbit 15s linear infinite;
  /* Chrome, Safari 5 */
  -moz-animation: myOrbit 15s linear infinite;
  /* Firefox 5-15 */
  -o-animation: myOrbit 15s linear infinite;
  /* Opera 12+ */
  animation: myOrbit 15s linear infinite;
  /* Chrome, Firefox 16+,
                                                      IE 10+, Safari 5 */ }

.img-6 {
  -webkit-animation: myOrbit 20s linear infinite;
  /* Chrome, Safari 5 */
  -moz-animation: myOrbit 20s linear infinite;
  /* Firefox 5-15 */
  -o-animation: myOrbit 20s linear infinite;
  /* Opera 12+ */
  animation: myOrbit 20s linear infinite;
  /* Chrome, Firefox 16+,
                                                      IE 10+, Safari 5 */ }

.img-3 {
  -webkit-animation: myOrbit 25s linear infinite;
  /* Chrome, Safari 5 */
  -moz-animation: myOrbit 25s linear infinite;
  /* Firefox 5-15 */
  -o-animation: myOrbit 25s linear infinite;
  /* Opera 12+ */
  animation: myOrbit 25s linear infinite;
  /* Chrome, Firefox 16+,
                                                      IE 10+, Safari 5 */ }

.img-4 {
  -webkit-animation: myOrbit 13s linear infinite;
  /* Chrome, Safari 5 */
  -moz-animation: myOrbit 13s linear infinite;
  /* Firefox 5-15 */
  -o-animation: myOrbit 13s linear infinite;
  /* Opera 12+ */
  animation: myOrbit 13s linear infinite;
  /* Chrome, Firefox 16+,
                                                      IE 10+, Safari 5 */ }

.img-5 {
  -webkit-animation: myOrbit 24s linear infinite;
  /* Chrome, Safari 5 */
  -moz-animation: myOrbit 24s linear infinite;
  /* Firefox 5-15 */
  -o-animation: myOrbit 24s linear infinite;
  /* Opera 12+ */
  animation: myOrbit 24s linear infinite;
  /* Chrome, Firefox 16+,
                                                      IE 10+, Safari 5 */ }

.img-2 {
  animation: zoom-in-zoom-out 7s ease infinite; }

@-webkit-keyframes myOrbit {
  from {
    -webkit-transform: rotate(0deg) translateX(8px) rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg) translateX(8px) rotate(-360deg); } }

@-moz-keyframes myOrbit {
  from {
    -moz-transform: rotate(0deg) translateX(8px) rotate(0deg); }
  to {
    -moz-transform: rotate(360deg) translateX(8px) rotate(-360deg); } }

@-o-keyframes myOrbit {
  from {
    -o-transform: rotate(0deg) translateX(8px) rotate(0deg); }
  to {
    -o-transform: rotate(360deg) translateX(8px) rotate(-360deg); } }

@keyframes myOrbit {
  from {
    transform: rotate(0deg) translateX(8px) rotate(0deg); }
  to {
    transform: rotate(360deg) translateX(8px) rotate(-360deg); } }

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1); } }

/*----------------------------------*/
/* search  */
/*----------------------------------*/
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #F3F7FF;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9999; }
  #search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 1000px;
    color: #000000;
    background: #F3F7FF;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    border: rgba(255, 255, 255, 0.15);
    margin: 0px auto;
    margin-top: -70px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none; }
  #search button.search-btn.btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 100px; }
    #search button.search-btn.btn i {
      margin-left: 15px;
      transform: rotate(50deg);
      transition: all 0.3s ease-in-out; }
  #search .attract-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px; }
  #search .close {
    display: flex;
    height: 45px;
    width: 45px;
    border: 2px solid #131d26;
    border-radius: 0;
    justify-content: center;
    background: inherit;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    color: #131d26;
    font-size: 30px;
    line-height: 38px; }
    #search .close:hover {
      border: 2px solid #007dcd;
      color: #007dcd; }
  #search.open {
    opacity: 1;
    visibility: visible; }

/*----------------------------------*/
/* Home 03  */
/*----------------------------------*/
.gallery-section {
  position: relative; }
  .gallery-section .ship-icon {
    position: absolute;
    right: -80px;
    top: 0px; }

.business-service-section {
  position: relative;
  padding-top: 180px;
  padding-bottom: 180px; }
  .business-service-section .cargo-ship-bg {
    position: absolute;
    left: -3%;
    top: 40px; }
  .business-service-section .business-service-content {
    padding-left: 85px; }
  .business-service-section .services-style-01 .service-item .service-content .service-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600; }

.map-faq-section {
  padding: 150px 0px; }

/*----------------------------------*/
/* Map */
/*----------------------------------*/
.map {
  -webkit-filter: grayscale(100%) invert(90%);
  -moz-filter: grayscale(100%) invert(90%);
  -ms-filter: grayscale(100%) invert(90%);
  -o-filter: grayscale(100%) invert(90%);
  filter: grayscale(100%) invert(90%);
  margin-bottom: -8px;
  height: 100%; }

/*----------------------------------*/
/* Faq  */
/*----------------------------------*/
.faq-section {
  padding-right: 38px; }

/*----------------------------------*/
/* About  */
/*----------------------------------*/
.about-section .section-title {
  margin-bottom: 76px; }
  .about-section .section-title .title {
    margin-bottom: 24px;
    padding-right: 65px; }
  .about-section .section-title .description {
    padding-right: 115px; }

.about-section .btn {
  font-weight: 500;
  padding: 25px 69px; }

.about-section .about-img {
  margin-left: -120px;
  width: 450px;
  height: auto; }

.about-section ul.about-service {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-left: 75px; }
  .about-section ul.about-service li a {
    color: #000000;
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    font-family: "Rajdhani", serif;
    display: block;
    padding: 45px 0px;
    padding-right: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .about-section ul.about-service li a:hover {
      color: #007dcd; }
  .about-section ul.about-service li:first-child a {
    padding-top: 0px; }
  .about-section ul.about-service li:last-child a {
    border-bottom: none;
    padding-bottom: 0px; }

/*video section*/
.video-section {
  padding: 275px 0px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin-top: -116px; }
  .video-section:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1; }

.video-btn {
  display: flex;
  height: 108px;
  width: 108px;
  min-width: 108px;
  border: 2px solid #218ed3;
  margin: 0 auto;
  color: #ffffff; }
  .video-btn:hover, .video-btn:focus {
    border: 2px solid #007dcd;
    color: #ffffff; }

.about-jarallax-img {
  height: 650px; }

/*Home 03*/
.about-video-box {
  position: relative;
  padding-left: 50px; }
  .about-video-box .about-video {
    left: 25px;
    bottom: 0px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 17px;
    position: absolute;
    background-color: #ffffff; }
    .about-video-box .about-video .video-btn.btn {
      border: none;
      background-color: #007dcd; }
      .about-video-box .about-video .video-btn.btn:hover {
        background-color: #218ed3; }

/*----------------------------------*/
/* Career  */
/*----------------------------------*/
.career .section-title {
  margin-bottom: 30px; }

/*----------------------------------*/
/* Track Your Shipment  */
/*----------------------------------*/
.track-shipment {
  padding: 40px 50px 50px;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05); }
  .track-shipment .section-title {
    margin-bottom: 30px; }

/*Error 404*/
.error-section {
  height: 100vh !important;
  padding-top: 113px; }
  .error-section .error-content {
    padding: 80px 0px;
    align-self: center; }
    .error-section .error-content .error-title {
      color: #ffffff;
      font-size: 250px;
      line-height: 1;
      display: block;
      margin-bottom: 25px; }
    .error-section .error-content .sub-title {
      color: #ffffff;
      font-size: 52px;
      line-height: 1;
      margin-bottom: 16px; }
    .error-section .error-content .description {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 50px;
      color: #ffffff; }
    .error-section .error-content .btn {
      margin: 0 auto; }

/*Coming Soon*/
.coming-soon-section {
  min-height: 100vh !important;
  padding: 50px; }
  .coming-soon-section .coming-soon-content .coming-soon-title {
    color: #007dcd;
    font-size: 180px;
    font-weight: 700;
    line-height: 210px;
    letter-spacing: -7px;
    margin-bottom: 28px;
    text-shadow: 10px 10px 20px rgba(255, 255, 255, 0.25); }
  .coming-soon-section .coming-soon-content .description {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    padding-left: 11px;
    padding-right: 150px;
    margin-bottom: 80px; }

/*Contact Us*/
.contact-address .title {
  font-weight: 600; }

.contact-address ul li a {
  color: #5A666F; }
  .contact-address ul li a:hover {
    color: #007dcd; }

.contact-form-section {
  background-color: #007dcd;
  padding: 60px; }
  .contact-form-section .btn {
    min-width: auto;
    padding: 15px 46px; }

.contact-map iframe.map {
  height: 600px;
  -webkit-filter: grayscale(100%) invert(5%);
  filter: grayscale(100%) invert(5%); }

/*===============================================*/
/* Responsive CSS */
/*===============================================*/
@media (max-width: 1699px) {
  .business-service-section .cargo-ship-bg {
    left: -15%; } }

@media (max-width: 1399px) {
  .faq-section {
    padding-right: 0; }
  /*Home 03*/
  .business-service-section {
    padding-top: 120px;
    padding-bottom: 120px; }
    .business-service-section .cargo-ship-bg {
      position: absolute;
      left: -25%;
      top: -50px; }
    .business-service-section .business-service-content {
      padding-left: 30px; }
  /*About Section*/
  .about-section .section-title .title {
    padding-right: 0px; }
  .about-section ul.about-service li a {
    padding: 45px 0px;
    padding-right: 0px; }
  .track-shipment {
    padding: 30px; }
  .coming-soon-section .coming-soon-content .coming-soon-title {
    font-size: 140px;
    line-height: 180px; }
  .coming-soon-section .coming-soon-content .description {
    padding-left: 10px;
    padding-right: 0px;
    margin-bottom: 50px; }
  .map-faq-section {
    padding: 120px 0px; } }

@media (max-width: 1199px) {
  #search input[type="search"] {
    width: 700px;
    font-size: 30px; }
  #search button.search-btn.btn {
    margin-top: 50px; }
  /*Home 03*/
  .business-service-section {
    padding-top: 100px;
    padding-bottom: 100px; }
    .business-service-section .cargo-ship-bg {
      position: inherit;
      left: inherit;
      top: inherit;
      margin-bottom: 50px; }
    .business-service-section .business-service-content {
      padding-left: 0px; }
  /*About Section*/
  .about-section .section-title {
    margin-bottom: 30px; }
    .about-section .section-title .description {
      padding-right: 0px; }
  .about-section .about-img {
    margin-left: 0;
    width: 100%;
    height: auto; }
  .about-section .btn {
    margin-bottom: 50px; }
  .about-jarallax-img {
    height: 450px; }
  .error-section {
    padding-top: 85px; }
    .error-section .error-content .error-title {
      font-size: 160px; }
    .error-section .error-content .sub-title {
      font-size: 38px; }
  .coming-soon-section .coming-soon-content .coming-soon-title {
    font-size: 120px;
    line-height: 140px; }
  .coming-soon-section .coming-soon-content .description {
    padding-left: 10px;
    padding-right: 0px;
    margin-bottom: 50px; }
  .map-faq-section {
    padding: 100px 0px; } }

@media (max-width: 991px) {
  /*Home 03*/
  .business-service-section {
    padding-top: 80px;
    padding-bottom: 80px; }
  /*About Section*/
  .about-section ul.about-service {
    padding-left: 0px; }
    .about-section ul.about-service li a {
      padding: 30px 0px;
      padding-right: 25px; }
  /*about-video-box*/
  .about-video-box .about-video .video-btn {
    margin-top: 0px; }
  /*video section*/
  .video-section {
    padding: 150px 0px;
    margin-top: -80px; }
  .video-btn {
    height: 80px;
    width: 80px;
    min-width: 80px;
    margin-top: 80px; }
  .about-jarallax-img {
    height: 400px; }
  .coming-soon-section .coming-soon-content .coming-soon-title {
    font-size: 80px;
    line-height: 100px;
    letter-spacing: -4px; }
  .coming-soon-section .coming-soon-content .description {
    padding-left: 10px;
    padding-right: 0px;
    margin-bottom: 30px; }
  .map-faq-section {
    padding: 80px 0px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column-reverse; }
    .map-faq-section.section-bg-half .bg-fixed.clm-6 {
      width: 100%;
      position: inherit;
      margin-top: 80px;
      height: 500px; } }

@media (max-width: 767px) {
  #search input[type="search"] {
    width: 90%;
    font-size: 18px; }
  #search button.search-btn.btn {
    margin-top: 25px; }
  /*Home 03*/
  .business-service-section {
    padding-top: 50px;
    padding-bottom: 50px; }
  /*About Section*/
  .about-section ul.about-service {
    margin-top: 30px; }
  .about-jarallax-img {
    height: 350px; }
  .error-section {
    padding-top: 60px; }
    .error-section .error-content .error-title {
      font-size: 120px; }
    .error-section .error-content .sub-title {
      font-size: 28px; }
  .coming-soon-section {
    padding: 20px; }
    .coming-soon-section .coming-soon-content .coming-soon-title {
      font-size: 65px;
      line-height: 75px;
      letter-spacing: -4px; }
    .coming-soon-section .coming-soon-content .description {
      padding: 0px;
      font-size: 18px; }
  .contact-form-section {
    padding: 30px; }
  .contact-map iframe.map {
    height: 350px; }
  .map-faq-section {
    padding: 50px 0px;
    padding-bottom: 0px; }
    .map-faq-section.section-bg-half .bg-fixed.clm-6 {
      margin-top: 50px;
      height: 350px; } }

@media (max-width: 575px) {
  /* Back To Top */
  .back-to-top {
    bottom: 30px;
    right: 30px; }
  /*Home 03*/
  .about-video-box {
    padding-left: 0px; }
    .about-video-box .about-video {
      left: 0px;
      padding-top: 30px;
      padding-right: 30px;
      padding-bottom: 17px;
      padding-left: 30px; }
  /*About Section*/
  .about-section .section-title .description {
    font-size: 16px;
    line-height: 26px; }
  .about-section .btn {
    padding: 15px 40px;
    margin-bottom: 30px; }
  .about-section ul.about-service li a {
    font-size: 20px;
    line-height: 30px;
    padding: 20px 0px;
    padding-right: 20px; }
  .about-section ul.about-service li:first-child a {
    padding-top: 0px; }
  .about-section ul.about-service li:last-child a {
    border-bottom: none;
    padding-bottom: 0px; }
  /*video section*/
  .video-section {
    padding: 100px 0px;
    margin-top: -80px; }
  .video-btn {
    height: 60px;
    min-width: 60px;
    width: 60px; }
  .about-jarallax-img {
    height: 250px; }
  .track-shipment {
    padding: 30px 15px; }
    .track-shipment .section-title {
      margin-bottom: 20px; }
  .error-section .error-content .error-title {
    font-size: 80px;
    margin-bottom: 10px; }
  .error-section .error-content .description {
    margin-bottom: 20px; }
  .coming-soon-section {
    padding: 0px; }
  .contact-form-section {
    padding: 20px; }
  .contact-address .title {
    margin-bottom: 5px; } }

/*****************************
  Blog Post
*****************************/
/*----------------------------------*/
/* Blog Post 1 */
/*----------------------------------*/
.blog-post-1-wrapper {
  display: flex;
  gap: 24px; }
  .blog-post-1-wrapper .post-meta {
    margin-bottom: 10px; }
    .blog-post-1-wrapper .post-meta ul {
      display: flex;
      gap: 30px;
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .blog-post-1-wrapper .post-meta ul li {
        font-size: 18px;
        position: relative;
        color: #5A666F; }
        .blog-post-1-wrapper .post-meta ul li a {
          color: #5A666F;
          transition: all 0.3s ease-in-out; }
          .blog-post-1-wrapper .post-meta ul li a:hover {
            color: #007dcd; }
        .blog-post-1-wrapper .post-meta ul li:before {
          content: ".";
          font-size: 30px;
          font-weight: 600;
          line-height: 12px;
          position: relative;
          left: -15px;
          top: -2px; }
        .blog-post-1-wrapper .post-meta ul li:first-child:before {
          content: normal; }
  .blog-post-1-wrapper .post-link .read-link {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    line-height: 28px;
    color: #218ed3; }
    .blog-post-1-wrapper .post-link .read-link i {
      position: relative;
      font-size: 1.1rem;
      bottom: -1px;
      transform: rotate(50deg); }
    .blog-post-1-wrapper .post-link .read-link:hover {
      color: #007dcd; }
  .blog-post-1-wrapper .blog-post-left {
    width: 50%;
    padding-right: 52px; }
    .blog-post-1-wrapper .blog-post-left .blog-post .blog-post-img {
      overflow: hidden;
      position: relative; }
      .blog-post-1-wrapper .blog-post-left .blog-post .blog-post-img img {
        transform: scale(1);
        transition: transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .blog-post-1-wrapper .blog-post-left .blog-post-info {
      margin-top: 20px; }
      .blog-post-1-wrapper .blog-post-left .blog-post-info .post-title {
        font-size: 32px;
        line-height: 42px;
        font-weight: 700;
        color: #000000;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        transition: all 0.3s ease-in-out; }
        .blog-post-1-wrapper .blog-post-left .blog-post-info .post-title a {
          color: inherit;
          transition: none; }
        .blog-post-1-wrapper .blog-post-left .blog-post-info .post-title:hover {
          color: #007dcd; }
      .blog-post-1-wrapper .blog-post-left .blog-post-info .post-description {
        margin-bottom: 15px; }
        .blog-post-1-wrapper .blog-post-left .blog-post-info .post-description p {
          margin-bottom: 0; }
    .blog-post-1-wrapper .blog-post-left:hover .blog-post .blog-post-img img {
      transform: scale(1.3); }
  .blog-post-1-wrapper .blog-post-right {
    display: flex;
    width: 50%;
    gap: 30px;
    flex-direction: column; }
    .blog-post-1-wrapper .blog-post-right .blog-post-item {
      display: flex;
      gap: 30px;
      align-items: center; }
      .blog-post-1-wrapper .blog-post-right .blog-post-item .blog-post-img {
        width: 303px;
        flex: none;
        margin-bottom: 0px;
        overflow: hidden;
        position: relative; }
        .blog-post-1-wrapper .blog-post-right .blog-post-item .blog-post-img img {
          transform: scale(1);
          transition: transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
      .blog-post-1-wrapper .blog-post-right .blog-post-item .blog-post-info {
        width: 100%; }
        .blog-post-1-wrapper .blog-post-right .blog-post-item .blog-post-info .post-title {
          font-size: 26px;
          line-height: 36px;
          font-weight: 700;
          color: #131d26;
          margin-bottom: 15px;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          transition: all 0.3s ease-in-out; }
          .blog-post-1-wrapper .blog-post-right .blog-post-item .blog-post-info .post-title a {
            color: inherit;
            transition: none; }
          .blog-post-1-wrapper .blog-post-right .blog-post-item .blog-post-info .post-title:hover {
            color: #007dcd; }
      .blog-post-1-wrapper .blog-post-right .blog-post-item:hover .blog-post-img img {
        transform: scale(1.3); }

/*Blog Style 02*/
.blog-post-1-wrapper.grid-wrapper {
  display: grid; }
  .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item {
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05); }
    .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-img {
      overflow: hidden;
      position: relative; }
      .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-img img {
        transform: scale(1);
        transition: transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-info {
      margin: 30px; }
      .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-info .post-title {
        font-size: 24px;
        line-height: 34px;
        font-weight: 600;
        color: #131d26;
        margin-bottom: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        transition: all 0.3s ease-in-out; }
        .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-info .post-title:hover {
          color: #007dcd; }
        .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-info .post-title a {
          color: inherit;
          transition: none; }
      .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-info .post-meta ul li:before {
        content: "/";
        font-size: 16px; }
      .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-info .post-meta ul li:first-child:before {
        content: normal; }
      .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-info .post-meta ul li.post-meta-category a {
        color: #007dcd; }
    .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item:hover .blog-post-img img {
      transform: scale(1.3); }

/*Blog Style 03*/
.blog-style-03 .blog-post-img {
  position: relative;
  z-index: 9;
  margin-bottom: 0px;
  overflow: hidden; }
  .blog-style-03 .blog-post-img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 10%, rgba(0, 0, 0, 0.03) 100%);
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out; }
  .blog-style-03 .blog-post-img img {
    transform: scale(1);
    transition: transform 10s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .blog-style-03 .blog-post-img .post-date {
    position: absolute;
    top: 15px;
    left: 30px;
    display: flex;
    flex-direction: column;
    font-size: 28px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    z-index: 2;
    font-family: "Rajdhani", serif; }
    .blog-style-03 .blog-post-img .post-date .day {
      font-size: 42px;
      line-height: 52px;
      font-weight: 700;
      margin-bottom: 4px; }
  .blog-style-03 .blog-post-img .blog-post-info {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding: 30px;
    transition: all 0.3s ease-in-out;
    bottom: 0; }
    .blog-style-03 .blog-post-img .blog-post-info .post-title {
      color: #ffffff;
      margin-bottom: 20px;
      font-weight: 600;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      transition: all 0.3s ease-in-out; }
      .blog-style-03 .blog-post-img .blog-post-info .post-title:hover {
        color: #007dcd; }
      .blog-style-03 .blog-post-img .blog-post-info .post-title a {
        color: inherit;
        transition: none; }
    .blog-style-03 .blog-post-img .blog-post-info .post-link a.read-link {
      color: #ffffff;
      font-size: 20px; }
      .blog-style-03 .blog-post-img .blog-post-info .post-link a.read-link i {
        margin-left: 25px;
        transform: rotate(50deg);
        transition: transform 0.3s ease-in-out; }
      .blog-style-03 .blog-post-img .blog-post-info .post-link a.read-link:hover {
        color: #007dcd; }

.blog-style-03:hover .blog-post-img img {
  transform: scale(1.3); }

.blog-style-03:hover .blog-post-img:before {
  transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, #218ed3 10%, rgba(0, 0, 0, 0.03) 100%); }

.blog-style-03:hover .blog-post-info .post-link a.read-link i {
  transform: rotate(0deg); }

/* Pagination */
.pagination {
  margin-top: 60px;
  gap: 30px; }
  .pagination .page-item .page-link {
    height: 60px;
    width: 60px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #5A666F;
    font-size: 24px;
    font-family: "Rajdhani", serif;
    transition: all 0.3s ease-in-out; }
    .pagination .page-item .page-link .arrow {
      line-height: 0; }
    .pagination .page-item .page-link:hover, .pagination .page-item .page-link:focus {
      background-color: #218ed3;
      color: #ffffff;
      box-shadow: none;
      border-color: transparent; }
      .pagination .page-item .page-link:hover svg path, .pagination .page-item .page-link:focus svg path {
        stroke: #ffffff;
        fill: #ffffff; }
  .pagination .page-item.active .page-link {
    background-color: #218ed3;
    color: #ffffff;
    border-color: transparent; }

/* Blog Standard */
.blogs {
  gap: 60px; }
  .blogs .blog-post .blog-post-img {
    margin-bottom: 30px; }
  .blogs .blog-post .blog-post-info .post-title {
    margin-bottom: 15px; }
    .blogs .blog-post .blog-post-info .post-title a:hover {
      color: #007dcd; }
  .blogs .blog-post .blog-post-info .description {
    margin-bottom: 30px; }
  .blogs .blog-post .post-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px; }
    .blogs .blog-post .post-foot .social-icon ul li.title {
      color: #000000;
      margin-right: 8px;
      padding-right: 38px; }
      .blogs .blog-post .post-foot .social-icon ul li.title:before {
        background-color: #000000; }
    .blogs .blog-post .post-foot .social-icon ul li a {
      color: #000000; }
      .blogs .blog-post .post-foot .social-icon ul li a:hover {
        color: #007dcd; }

/* Blog-single */
.blogs.blog-single {
  flex-direction: column;
  gap: 80px; }
  .blogs.blog-single .blog-post {
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .blogs.blog-single .blog-post .blog-images {
      margin-top: 30px;
      margin-bottom: 30px; }
  .blogs.blog-single .blog-post-author .author-detail {
    padding-left: 30px; }
    .blogs.blog-single .blog-post-author .author-detail .description {
      margin-bottom: 30px; }
    .blogs.blog-single .blog-post-author .author-detail .social-icon ul li.title {
      color: #131d26; }
      .blogs.blog-single .blog-post-author .author-detail .social-icon ul li.title:before {
        background-color: #131d26; }
    .blogs.blog-single .blog-post-author .author-detail .social-icon ul li a {
      color: #131d26; }
      .blogs.blog-single .blog-post-author .author-detail .social-icon ul li a:hover {
        color: #007dcd; }
  .blogs.blog-single .blog-post-comments .comments .comment {
    display: flex;
    gap: 30px; }
    .blogs.blog-single .blog-post-comments .comments .comment .comment-author {
      flex: 0 0 100px; }
    .blogs.blog-single .blog-post-comments .comments .comment .comment-content .author-name {
      margin-bottom: 5px;
      font-weight: 600; }
    .blogs.blog-single .blog-post-comments .comments .comment .comment-content p {
      margin-bottom: 10px; }
    .blogs.blog-single .blog-post-comments .comments .comment .comment-content a {
      color: #218ed3; }
      .blogs.blog-single .blog-post-comments .comments .comment .comment-content a:hover {
        color: #007dcd; }
    .blogs.blog-single .blog-post-comments .comments .comment.comment-01 {
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .blogs.blog-single .blog-post-comments .comments .comment.comment-02 {
      padding-left: 100px;
      padding-top: 30px; }

/*----------------------------------------*/
/* Responsive CSS */
/*----------------------------------------*/
@media (max-width: 1399px) {
  .blog-post-1-wrapper .blog-post-left {
    width: 40%;
    padding-right: 20px; }
  .blog-post-1-wrapper .blog-post-right {
    width: 60%; } }

@media (max-width: 1199px) {
  .blog-post-1-wrapper .blog-post-left .blog-post-info .post-title {
    font-size: 26px;
    line-height: 36px; }
  .blog-post-1-wrapper .blog-post-left .blog-post-img {
    padding-right: 0px; }
    .blog-post-1-wrapper .blog-post-left .blog-post-img img {
      width: 100%; }
  .blog-post-1-wrapper .blog-post-right .blog-post-item .blog-post-img {
    width: 250px; }
  .blog-post-1-wrapper .blog-post-right .blog-post-item .blog-post-info .post-title {
    font-size: 20px;
    line-height: 30px; }
  .blog-style-03 .blog-post-img .post-date {
    font-size: 22px; }
  .blog-style-03 .blog-post-img .blog-post-info .post-title {
    font-size: 22px;
    line-height: 32px; }
  /* Blog-single */
  .blogs.blog-single .blog-post-author .author-detail {
    padding-left: 0; }
    .blogs.blog-single .blog-post-author .author-detail .author-title {
      margin-bottom: 10px; }
    .blogs.blog-single .blog-post-author .author-detail .description {
      margin-bottom: 15px; }
  .blogs.blog-single .blog-post-comments .comments .comment.comment-02 {
    padding-left: 60px; } }

@media (max-width: 991px) {
  .blog-post-1-wrapper {
    flex-wrap: wrap; }
    .blog-post-1-wrapper .blog-post-left {
      width: 100%; }
      .blog-post-1-wrapper .blog-post-left .blog-post-img img {
        width: 100%; }
    .blog-post-1-wrapper .blog-post-right {
      width: 100%; }
  .blogs {
    gap: 30px; }
  /* Pagination */
  .pagination {
    margin-top: 30px;
    justify-content: center; }
  .pagination .page-item .page-link {
    height: 50px;
    width: 50px; }
  /* Blog Single */
  .blogs.blog-single {
    gap: 60px; }
    .blogs.blog-single .blog-post {
      padding-bottom: 60px; } }

@media (max-width: 767px) {
  .blog-post-1-wrapper .blog-post-right .blog-post-item {
    gap: 20px; }
  .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-info {
    margin: 20px; }
    .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-info .post-title {
      font-size: 20px;
      line-height: 30px; }
    .blog-post-1-wrapper.grid-wrapper .blog-post.blog-post-item .blog-post-info .post-meta ul li {
      font-size: 16px; }
  .blogs .blog-post .blog-post-img {
    margin-bottom: 20px; }
  .blogs .blog-post .blog-post-info .description {
    margin-bottom: 15px; }
  .blogs .blog-post .post-foot .social-icon ul li.title {
    margin-right: 0;
    padding-right: 20px; }
    .blogs .blog-post .post-foot .social-icon ul li.title:before {
      width: 10px; }
  /* Pagination */
  .pagination {
    gap: 15px; }
    .pagination .page-item .page-link {
      height: 40px;
      width: 40px;
      font-size: 20px; }
      .pagination .page-item .page-link svg {
        height: 15px;
        width: 15px; }
  /* Blog-single */
  .blogs.blog-single .blog-post .blog-images {
    margin-top: 15px;
    margin-bottom: 15px; }
  .blogs.blog-single .blog-post-author .author-detail .author-title {
    margin-bottom: 5px; }
  .blogs.blog-single .blog-post-author .author-detail .description {
    margin-bottom: 10px; }
  .blogs.blog-single .blog-post-comments .comments .comment {
    gap: 20px; }
    .blogs.blog-single .blog-post-comments .comments .comment.comment-02 {
      padding-left: 30px; } }

@media (max-width: 575px) {
  .blog-post-1-wrapper .blog-post-right .blog-post-item {
    flex-direction: column;
    gap: 15px; }
    .blog-post-1-wrapper .blog-post-right .blog-post-item .blog-post-img {
      width: 100%; }
  .blog-style-03 .blog-post-img .blog-post-info {
    padding: 20px; }
  .blog-style-03 .blog-post-img .post-date {
    left: 20px; }
  .pagination {
    gap: 10px; }
    .pagination .page-item .page-link {
      height: 35px;
      width: 35px;
      font-size: 18px; }
  .blogs .blog-post .post-foot {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px; }
    .blogs .blog-post .post-foot .social-icon ul li.title {
      font-size: 18px; }
    .blogs .blog-post .post-foot .social-icon ul li a {
      font-size: 18px; }
  .blogs.blog-single {
    gap: 30px; }
    .blogs.blog-single .blog-post {
      padding-bottom: 30px; }
    .blogs.blog-single .blog-post-author .author-detail .social-icon ul li.title {
      font-size: 18px;
      margin-right: 0;
      padding-right: 20px; }
      .blogs.blog-single .blog-post-author .author-detail .social-icon ul li.title:before {
        width: 10px; }
    .blogs.blog-single .blog-post-author .author-detail .social-icon ul li a {
      font-size: 18px; }
    .blogs.blog-single .blog-post-comments .comments .comment {
      flex-direction: column;
      gap: 15px; }
      .blogs.blog-single .blog-post-comments .comments .comment .comment-author {
        width: 150px; } }

/*****************************
    Footer
*****************************/
.footer .footer-logo {
  display: block;
  margin-bottom: 30px; }

.footer .footer-bottom {
  margin-top: 100px;
  padding: 25px 0px;
  border-top: 1px solid #5A666F; }
  .footer .footer-bottom .copyright p {
    font-size: 18px;
    line-height: 28px;
    color: #B8B8B8; }
    .footer .footer-bottom .copyright p a {
      color: #218ed3; }
      .footer .footer-bottom .copyright p a:hover {
        color: #007dcd; }

.footer.footer-2 .footer-main .widget-info .number {
  color: #ffffff;
  font-size: 24px;
  line-height: 34px;
  background: inherit;
  margin-bottom: 10px;
  display: block; }
  .footer.footer-2 .footer-main .widget-info .number a {
    color: #ffffff; }
    .footer.footer-2 .footer-main .widget-info .number a:hover {
      color: #007dcd; }

.footer.footer-2 .footer-main .widget-info .email {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px; }
  .footer.footer-2 .footer-main .widget-info .email a {
    color: #ffffff; }
    .footer.footer-2 .footer-main .widget-info .email a:hover {
      color: #007dcd; }

.footer.footer-2 .widget-logo {
  margin-bottom: 30px; }

.footer.footer-2 .widget-share .share-list li a {
  color: #ffffff; }
  .footer.footer-2 .widget-share .share-list li a:hover {
    color: #007dcd; }

.footer.footer-2 .footer-dec {
  color: #B8B8B8;
  margin-bottom: 0px;
  margin-left: 40px; }

.footer.footer-2 .footer-copyright {
  padding: 100px 0px; }
  .footer.footer-2 .footer-copyright .footer-menu {
    padding-left: 0px;
    margin-bottom: 0px; }
    .footer.footer-2 .footer-copyright .footer-menu li {
      display: inline-block; }
      .footer.footer-2 .footer-copyright .footer-menu li a {
        color: #ffffff;
        font-size: 18px;
        padding: 5px 50px 5px 0px; }
        .footer.footer-2 .footer-copyright .footer-menu li a:hover {
          color: #007dcd; }
  .footer.footer-2 .footer-copyright .copyright {
    color: #B8B8B8;
    margin-bottom: 0px; }
    .footer.footer-2 .footer-copyright .copyright a {
      color: #218ed3; }
      .footer.footer-2 .footer-copyright .copyright a:hover {
        color: #007dcd; }

@media (max-width: 1399px) {
  .footer.footer-2 .footer-copyright .footer-menu li a {
    padding: 5px 30px 5px 0; } }

@media (max-width: 1199px) {
  .footer.footer-2 .footer-copyright .footer-menu li a {
    padding: 5px 20px 5px 0px; }
  .footer.footer-2 .copyright {
    font-size: 16px; }
  .footer.footer-2 .footer-copyright {
    padding: 60px 0px; }
  .footer.footer-2 .footer-main .footer-dec {
    margin-left: 0px; } }

@media (max-width: 991px) {
  .footer .footer-bottom {
    margin-top: 45px; } }

@media (max-width: 767px) {
  .footer .footer-bottom {
    margin-top: 30px; }
  .footer.footer-2 .footer-main .widget-logo {
    margin-bottom: 20px; }
  .footer.footer-2 .footer-main .footer-dec {
    margin-bottom: 20px; }
  .footer.footer-2 .footer-copyright {
    padding: 40px 0px; }
    .footer.footer-2 .footer-copyright .footer-menu li a {
      display: block;
      padding: 8px 15px 8px 0px; } }

/*************************
       Widget
*************************/
.sidebar {
  padding-left: 30px; }
  .sidebar .widget {
    padding: 30px;
    box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px; }
    .sidebar .widget .widget-title {
      margin-bottom: 20px; }
    .sidebar .widget .search {
      position: relative; }
      .sidebar .widget .search .form-control {
        font-size: 20px;
        line-height: 30px;
        padding: 15px 50px 15px 20px;
        background-color: #F3F7FF;
        border-radius: 0;
        border: none;
        box-shadow: none; }
      .sidebar .widget .search .search-btn {
        background-color: transparent;
        border: none;
        color: #218ed3;
        padding: 0;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%); }
    .sidebar .widget .recent-posts {
      display: flex;
      gap: 15px;
      align-items: center;
      padding: 15px 0;
      border-bottom: 1px solid rgba(38, 120, 255, 0.2); }
      .sidebar .widget .recent-posts .posts-img {
        flex-shrink: 0; }
      .sidebar .widget .recent-posts .post-info {
        display: flex;
        flex-direction: column;
        gap: 5px; }
        .sidebar .widget .recent-posts .post-info .post-title {
          font-size: 18px;
          line-height: 24px;
          font-weight: 600;
          font-family: "Rajdhani", serif;
          color: #131d26;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          transition: all 0.3s ease-in-out; }
          .sidebar .widget .recent-posts .post-info .post-title:hover {
            color: #007dcd; }
          .sidebar .widget .recent-posts .post-info .post-title a {
            color: inherit;
            transition: none; }
    .sidebar .widget .categories-list {
      margin: 0; }
      .sidebar .widget .categories-list li {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid rgba(38, 120, 255, 0.2); }
        .sidebar .widget .categories-list li a {
          color: #5A666F; }
          .sidebar .widget .categories-list li a:hover {
            color: #007dcd; }
        .sidebar .widget .categories-list li span {
          color: rgba(90, 102, 111, 0.5); }

.widget .widget-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 16px; }

.widget .tag-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  .widget .tag-list li a {
    padding: 5px 12px;
    font-size: 14px;
    line-height: 28px;
    background-color: #F3F7FF;
    color: #131d26;
    display: inline-block; }
    .widget .tag-list li a:hover {
      background-color: #218ed3;
      color: #ffffff; }
  .widget .tag-list.tag-list-style-2 li a {
    font-size: 18px;
    line-height: 28px; }

/*-----------------------*/
/* Widget Search */
/*-----------------------*/
.widget-search .search {
  position: relative;
  width: 100%; }
  .widget-search .search .form-control {
    padding: 20px 40px 20px 0px;
    border: none;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    font-size: 24px;
    line-height: 24px;
    color: #5A666F; }
    .widget-search .search .form-control:focus {
      border-color: #007dcd; }
  .widget-search .search .search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 0;
    font-size: 24px;
    border: none;
    transform: translateY(-50%);
    background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }

/*-----------------------*/
/* Widget Recent Post */
/*-----------------------*/
.widget-recent-posts .recent-posts {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px; }
  .widget-recent-posts .recent-posts .posts-img {
    width: 80px;
    flex: 0 0 80px; }
  .widget-recent-posts .recent-posts .post-info .post-title {
    display: block;
    color: #000000;
    font-family: "Rajdhani", serif;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 7px; }
    .widget-recent-posts .recent-posts .post-info .post-title:hover {
      color: #007dcd; }
  .widget-recent-posts .recent-posts:last-child {
    margin-bottom: 0px; }

/*-----------------------*/
/* Widget Categories */
/*-----------------------*/
.widget-categories .categories-list {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
  list-style: none;
  flex-direction: column; }
  .widget-categories .categories-list li a {
    font-size: 18px;
    line-height: normal;
    color: #5A666F;
    transition: 0.5s; }
    .widget-categories .categories-list li a:hover {
      color: #007dcd; }

/*-----------------------*/
/* Widget Tags */
/*-----------------------*/
.post-tag .tag-list,
.tags-widget .tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap; }
  .post-tag .tag-list li a,
  .tags-widget .tag-list li a {
    display: block;
    color: #131d26;
    font-size: 18px;
    line-height: normal;
    padding: 6px 17px;
    background: transparent;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.15); }
    .post-tag .tag-list li a:hover,
    .tags-widget .tag-list li a:hover {
      color: #007dcd;
      border-color: #007dcd; }
  .post-tag .tag-list li:last-child,
  .tags-widget .tag-list li:last-child {
    margin-bottom: 0px; }

/*-----------------------*/
/* Widget Menu */
/*-----------------------*/
.widget-menu ul {
  display: flex;
  gap: 0px 15px;
  flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .widget-menu ul li {
    width: 100%; }
    .widget-menu ul li a {
      font-size: 18px;
      line-height: 34px;
      color: #B8B8B8; }
      .widget-menu ul li a:hover {
        color: #007dcd; }
  .widget-menu ul.list-col-2 li {
    width: calc(50% - 8px); }
  .widget-menu ul.list-col-3 li {
    width: calc(33.3333% - 10px); }

/*-----------------------*/
/* Widget Socail */
/*-----------------------*/
.widget-socail .socail-icon {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style-type: none;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-top: none;
  border-bottom: none; }
  .widget-socail .socail-icon li {
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .widget-socail .socail-icon li:last-child {
      border-bottom: none; }
    .widget-socail .socail-icon li a {
      display: block;
      width: 100%;
      padding: 40px 0;
      color: #000000;
      position: relative;
      text-transform: uppercase; }
      .widget-socail .socail-icon li a i {
        position: absolute;
        font-size: 55px;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        display: flex;
        color: #ffffff;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out; }
      .widget-socail .socail-icon li a:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        transition: all 0.4s ease-in-out;
        background-color: #007dcd;
        background: linear-gradient(130deg, #3663D8 0%, #77BEFF 100%); }
      .widget-socail .socail-icon li a:hover i {
        opacity: 1;
        visibility: visible; }
      .widget-socail .socail-icon li a:hover:before {
        height: 100%; }

.widget-socail.social-horizontal .socail-icon {
  flex-direction: inherit;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15); }
  .widget-socail.social-horizontal .socail-icon li {
    flex: 2;
    border-bottom: none;
    border-right: 1px solid rgba(255, 255, 255, 0.15); }
    .widget-socail.social-horizontal .socail-icon li:last-child {
      border-right: none; }

.widget-socail.social-dark {
  background: #000000; }
  .widget-socail.social-dark .socail-icon {
    border-top-color: rgba(255, 255, 255, 0.12); }
    .widget-socail.social-dark .socail-icon li {
      border-right-color: rgba(255, 255, 255, 0.12); }
      .widget-socail.social-dark .socail-icon li a {
        color: #ffffff; }

/*-----------------------*/
/* Widget Share */
/*-----------------------*/
.widget-share .share-list {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  list-style-type: none; }
  .widget-share .share-list li a {
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    color: #131d26; }
    .widget-share .share-list li a:hover {
      color: #ffffff; }
    .widget-share .share-list li a:before {
      z-index: -1; }

/*-----------------------*/
/* Widget Info */
/*-----------------------*/
.widget-info .title {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 5px; }

.widget-info .number {
  font-size: 36px;
  font-weight: 700;
  color: #007dcd; }

/*-----------------------*/
/* Widget Infobox */
/*-----------------------*/
.widget.widget-infobox {
  display: flex;
  gap: 25px; }
  .widget.widget-infobox .infobox-icon {
    color: #007dcd;
    font-size: 40px;
    min-width: 51px;
    text-align: center;
    line-height: 50px; }
  .widget.widget-infobox .infobox-content {
    color: #ffffff; }
    .widget.widget-infobox .infobox-content .title {
      color: #ffffff;
      font-size: 20px;
      margin-bottom: 15px; }
    .widget.widget-infobox .infobox-content p {
      margin-bottom: 0;
      color: rgba(255, 255, 255, 0.5);
      font-size: 0.95em; }
      .widget.widget-infobox .infobox-content p + p {
        margin-top: 5px; }

/*-----------------------*/
/* Widget Newsletter */
/*-----------------------*/
.widget-newsletter p {
  margin-bottom: 20px;
  color: #B8B8B8; }

.widget-newsletter .newsletter-form {
  display: flex;
  gap: 15px;
  position: relative; }
  .widget-newsletter .newsletter-form .form-control {
    margin: 0;
    padding: 16px 20px;
    padding-right: 70px;
    border: 1px solid transparent;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    background-color: rgba(38, 120, 255, 0.15);
    color: #B8B8B8; }
    .widget-newsletter .newsletter-form .form-control:focus {
      border-color: #218ed3; }
    .widget-newsletter .newsletter-form .form-control::-ms-input-placeholder {
      color: #B8B8B8; }
    .widget-newsletter .newsletter-form .form-control::placeholder {
      color: #B8B8B8; }
  .widget-newsletter .newsletter-form .subscribe-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 24px;
    color: #218ed3;
    width: 65px;
    background: none;
    border: none; }
    .widget-newsletter .newsletter-form .subscribe-btn:hover svg path {
      fill: #007dcd; }

@media (max-width: 1199px) {
  .sidebar {
    padding-left: 0; }
    .sidebar .widget {
      padding: 20px; }
      .sidebar .widget .widget-title {
        margin-bottom: 20px; }
      .sidebar .widget .search .form-control {
        padding: 15px 45px 15px 15px; }
      .sidebar .widget .search .search-btn {
        right: 15px; }
      .sidebar .widget .recent-posts {
        gap: 10px; }
        .sidebar .widget .recent-posts .post-info {
          gap: 0;
          font-size: 16px;
          line-height: 24px; }
          .sidebar .widget .recent-posts .post-info .post-title {
            font-size: 16px;
            line-height: 24px; }
      .sidebar .widget .tag-list li a {
        padding: 5px 10px; }
  .widget .widget-title {
    font-size: 20px;
    line-height: 30px; }
  .widget-newsletter .newsletter-form .form-control {
    padding: 10px 15px;
    padding-right: 50px; } }

@media (max-width: 767px) {
  /*-----------------------*/
  /* Widget Socail */
  /*-----------------------*/
  .widget-socail .socail-icon {
    flex-direction: inherit; }
    .widget-socail .socail-icon li {
      flex: 2;
      border-bottom: none;
      border-right: 1px solid rgba(255, 255, 255, 0.15); }
      .widget-socail .socail-icon li a {
        padding: 30px 0;
        font-size: 0; }
        .widget-socail .socail-icon li a i {
          opacity: 1;
          font-size: 35px;
          position: relative;
          visibility: visible;
          color: #5A666F; }
        .widget-socail .socail-icon li a:hover i, .widget-socail .socail-icon li a:focus i {
          color: #ffffff; }
      .widget-socail .socail-icon li:last-child {
        border-right: none; }
  .widget-socail.social-horizontal .socail-icon li {
    padding: 30px 0;
    font-size: 0; }
    .widget-socail.social-horizontal .socail-icon li i {
      opacity: 1;
      font-size: 35px;
      position: relative;
      visibility: visible; } }

@media (max-width: 575px) {
  .sidebar .widget {
    margin-bottom: 15px; }
    .sidebar .widget .search .form-control {
      padding: 10px 35px 10px 15px;
      font-size: 16px; }
  /*-----------------------*/
  /* Recent Post */
  /*-----------------------*/
  .widget-recent-posts .recent-posts .posts-img {
    width: 70px;
    flex: 0 0 70px; }
  .widget-recent-posts .recent-posts .post-info .post-title {
    font-size: 16px; }
  /*-----------------------*/
  /* Widget Socail */
  /*-----------------------*/
  .widget-socail .socail-icon li a i,
  .widget-socail.social-horizontal .socail-icon li i {
    font-size: 26px; }
  .widget .widget-title {
    margin-bottom: 10px; } }



  /*-----------------------*/
  /* Image Hover Effect */
  /*-----------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
*,
*::before,
*::after {
  box-sizing: border-box;
}
p{
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7;
	color: #000;
  margin: 0;
}

.section-fluid-main{
  position: relative;
  display: block;
  overflow: hidden;
  width: calc(100% - 40px);
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px;
  padding: 100px 0;
}
.section-row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.section-row:hover .section-col{
  opacity: 0.1;
}
.section-col{
  position: relative;
  width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  transition: opacity 250ms linear;
}
.section-row .section-col:hover{
  opacity: 1;
}
.section{
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  padding: 15px;
}
.section-in{
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
}
.section-in img{
  display: block;
  width: 100%;
  height: auto;
  transition: transform 250ms linear;
}
.section-col:hover .section-in img{
  transform: scale(1.1) rotate(-3deg);
}

.hover-text{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  pointer-events: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
    -ms-flex-item-align: center;
    align-self: center;
  mix-blend-mode: difference;
}
.hover-text h2{
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 8vw;
  line-height: 1;
  color: #fff;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 250ms linear, opacity 250ms ease;
}
.section-col:hover + .hover-text h2{
  opacity: 1;
  transform: scale(1);
}
