@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  scroll-behavior: smooth;
}
body.blackbg {
  background-color: #000;
}

.container-fluid {
  padding: 0 150px;
}

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

@media (max-width: 1399px) {
  .container {
    max-width: 1170px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px !important;
  }
}
@media (max-width: 575px) {
  .container {
    max-width: 100% !important;
  }
}
ul {
  margin-bottom: 0px !important;
}

ul li {
  list-style: none !important;
}

a {
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0 !important;
}

p {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  margin-bottom: 0 !important;
}

h2 {
  color: #0E6EAF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
}

h3 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 20px;
}

button:focus {
  outline: none !important;
}

.cuscol {
  margin-bottom: 30px;
}

.pt_70 {
  padding-top: 70px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mt_70 {
  margin-top: 70px;
}

/*========================================
    Header Css Begin 
==========================================*/
._header {
  padding: 10px 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: #404040;
}

.logo {
  display: flex;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding: 0;
  width: auto;
}

.logo img {
  width: 100px;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  margin-right: 0;
}

.navbar-toggler-icon {
  height: auto;
}

.navbar-toggler-icon:focus,
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.navbar-toggler-icon .bar {
  height: 3px;
  width: 30px;
  background: #000;
  margin-bottom: 5px;
}

.navbar-toggler-icon .bar:last-child {
  margin-bottom: 0;
}

.change .bar-1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.change .bar-2 {
  opacity: 0;
}

.change .bar-3 {
  transform: rotate(45deg) translate(-5px, -7px);
}

._mob-menu-hdr {
  display: block;
  padding: 10px 15px;
  background: #000;
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

._mob-menu-hdr img {
  width: 100px;
}

.navbar-collapse {
  position: fixed;
  background: #ee0c0d;
  left: 0;
  top: 0;
  height: 100%;
  width: 280px;
  z-index: 2;
  display: block;
  transition: transform 0.5s;
  transform: translateX(-100%);
}

.navbar-collapse.show {
  transform: translateX(0%);
}

.collapse.show {
  display: block;
}

.clickD {
  right: 3px;
  background-position: center;
  top: 17px;
  position: absolute;
  transition: transform 0.5s;
  color: #000;
  font-size: 12px;
  transition: 0.5s;
  cursor: pointer;
}

.clickD i::before {
  content: "\f107";
}

.navbar .navbar-nav > li:hover .clickD {
  color: #000;
}

.navbar .navbar-nav > li .clickD.toggled {
  transform: rotate(0deg);
}

.sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  width: 100%;
  padding: 10px 0;
  border-radius: 5px;
  z-index: 99;
}

.sub-menu li a {
  display: block;
}

.clickD.toggled ~ .sub-menu,
.toggled .sub-menu {
  display: block;
  top: 0;
  background: #252981;
}

._overHidden {
  overflow: hidden;
}

.navbar .navbar-nav > li {
  padding: 11px 0;
  position: relative;
}

.navbar .navbar-nav > li.active a {
  color: #000;
}

.navbar .navbar-nav > li:last-child {
  border-bottom: none;
}
.navbar .navbar-nav > li:last-child::after {
  display: none;
}
.navbar .navbar-nav > li:last-child .sub-menu {
  width: 40px;
  margin-left: 0;
  top: 25px;
  left: 2px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li {
  padding: 10px 12px;
  transition: 0.5s;
}
.navbar .navbar-nav > li:last-child .sub-menu li a {
  border: 0;
}
.navbar .navbar-nav > li:last-child .sub-menu li a img {
  border-radius: 3px;
}
.navbar .navbar-nav > li:last-child .sub-menu li:hover {
  background-color: #000;
}

.navbar li a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 0 15px;
  text-decoration: none;
  transition: 0.5s;
  font-weight: 500;
}

.navbar li a.ride {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 5px 30px;
  margin-left: 50px;
  color: #fff;
}
.navbar li a.ride::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.navbar li a.ride::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.navbar li a.ride i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.navbar li a.ride:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.navbar li a.ride:hover::before {
  left: 100%;
}
.navbar li a.ride:hover::after {
  width: 300px;
  height: 300px;
}
.navbar li a.ride:hover i {
  color: #fff;
  transform: translateX(5px);
}
.navbar li a.ride:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.navbar li a.ride:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.navbar li a.ride:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.navbar li a.ride:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.navbar li a.ride:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.navbar li a.ride:disabled:hover::before {
  left: -100%;
}
.navbar li a.ride:hover {
  background-color: #fff;
  color: #fff;
}

.navbar li.active a {
  color: #000;
}

.navbar-collapse.collapse:not(.show) {
  display: block;
}

.navbar .navbar-nav > li a::after {
  position: absolute;
  width: 100%;
  bottom: -32px;
  height: 3px;
  border-radius: 8px 8px 0 0;
  content: "";
  transition: all 0.5s ease 0s;
  background-color: #0E6EAF;
  left: 50%;
  transform: translate(-50%) scale(0);
}

.navbar .navbar-nav > li a:hover::after {
  transform: translate(-50%) scale(1);
  background-color: #0E6EAF;
}

.navbar .navbar-nav > li a.active::after {
  transform: translate(-50%) scale(1);
  background-color: #0E6EAF;
}

.labo {
  width: 130px;
  height: 100%;
}
.labo img {
  width: 100%;
}

@media (max-width: 991px) {
  .navbar .navbar-nav > li.active a {
    color: #ba8f2a;
  }
  .clickD i {
    display: block;
  }
  .navbar li a i {
    display: none;
  }
}
ul.ml-auto {
  margin-left: auto !important;
  align-items: center;
  justify-content: center;
}

.navbar li a:hover {
  color: #0E6EAF;
}

.navbar li a.active {
  color: #0E6EAF;
}

.navbar-toggler {
  padding: 0;
  border: 0;
}

.navbar .navbar-nav > li.tgle::after {
  display: none;
}
.navbar .navbar-nav > li.tgle a .openbtn:hover {
  color: #000;
}

ul.mbl_side {
  display: flex;
  align-items: center;
}
ul.mbl_side li.ctbtn {
  width: 175px;
}
ul.mbl_side li.ctbtn a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  padding: 15px 35px;
  font-size: 15px;
  color: #fff;
  border-color: transparent;
}
ul.mbl_side li.ctbtn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
ul.mbl_side li.ctbtn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
ul.mbl_side li.ctbtn a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
ul.mbl_side li.ctbtn a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
ul.mbl_side li.ctbtn a:hover::before {
  left: 100%;
}
ul.mbl_side li.ctbtn a:hover::after {
  width: 300px;
  height: 300px;
}
ul.mbl_side li.ctbtn a:hover i {
  color: #fff;
  transform: translateX(5px);
}
ul.mbl_side li.ctbtn a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
ul.mbl_side li.ctbtn a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
ul.mbl_side li.ctbtn a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
ul.mbl_side li.ctbtn a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
ul.mbl_side li.ctbtn a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
ul.mbl_side li.ctbtn a:disabled:hover::before {
  left: -100%;
}
ul.mbl_side li.ctbtn a.trans {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.navbar .navbar-nav > li.mobibk:hover::after {
  display: none;
}

.navbar .navbar-nav > li.mobibk a {
  background-color: #000;
  border-radius: 4px;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  font-weight: 500;
  transition: 0.5s;
  padding: 10px 25px;
}

.navbar .navbar-nav > li.mobibk:hover a {
  color: #000;
}

/* SideBar */
.btn_side::after {
  display: none;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999999999;
  top: 0;
  right: 0;
  background-color: #2e6dae;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  color: #f1f1f1;
}
.sidebar .side_conarea {
  padding-left: 20px;
  padding-right: 20px;
}
.sidebar .side_conarea .sidelogo {
  padding-bottom: 20px;
  padding-left: 0;
  border-bottom: 1px solid #fff;
}
.sidebar .side_conarea .sidelogo img {
  width: 55%;
}
.sidebar .side_conarea p {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  padding-top: 15px;
}
.sidebar .side_conarea h6 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.sidebar .side_conarea ul.sidecont {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
.sidebar .side_conarea ul.sidecont li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.sidebar .side_conarea ul.sidecont li a {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  padding: 0;
}
.sidebar .side_conarea ul.sidecont li a i {
  padding-right: 8px;
}
.sidebar .side_conarea ul.sidecont li.side_add {
  display: flex;
  align-items: flex-start;
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.sidebar .side_conarea ul.sidecont li.side_add i {
  padding-right: 15px;
  padding-top: 5px;
}
.sidebar .side_conarea .sidemap {
  height: 190px;
}
.sidebar .side_conarea .sidefb {
  padding-top: 15px;
}
.sidebar .side_conarea .sidefb ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidebar .side_conarea .sidefb ul li {
  padding: 0 10px;
}
.sidebar .side_conarea .sidefb ul li a {
  min-width: 40px;
  min-height: 40px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  padding: 0;
}
.sidebar .side_conarea .sidefb ul li a i {
  padding-right: 0;
}
.sidebar .side_conarea .sidefb a.sdebknow {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  font-weight: 700;
}
.sidebar .side_conarea .sidefb a.sdebknow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.sidebar .side_conarea .sidefb a.sdebknow i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover::before {
  left: 100%;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover::after {
  width: 300px;
  height: 300px;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover i {
  color: #fff;
  transform: translateX(5px);
}
.sidebar .side_conarea .sidefb a.sdebknow:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.sidebar .side_conarea .sidefb a.sdebknow:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.sidebar .side_conarea .sidefb a.sdebknow:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.sidebar .side_conarea .sidefb a.sdebknow:disabled:hover::before {
  left: -100%;
}
.sidebar .side_conarea .sidefb a.sdebknow:hover {
  background-color: #fff;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: transparent;
  color: white;
  padding: 0px 10px;
  border: none;
}

#main {
  transition: margin-left 0.5s;
  padding: 16px;
  margin-left: 0 !important;
}

.login {
  display: flex;
  margin-left: auto;
}
.login li {
  padding-right: 15px;
}
.login li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: #000;
  font-weight: 400;
  color: #fff;
}
.login li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.login li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.login li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.login li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.login li a:hover::before {
  left: 100%;
}
.login li a:hover::after {
  width: 300px;
  height: 300px;
}
.login li a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.login li a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.login li a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.login li a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.login li a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.login li a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.login li a:disabled:hover::before {
  left: -100%;
}
.login li a.lgin {
  background: transparent;
  color: #000;
}

/* SideBar */
@media (min-width: 992px) {
  ._mob-menu-hdr {
    display: none;
  }
  .navbar-collapse {
    position: unset;
    transform: translate(0);
    background: transparent;
    border: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .navbar-nav {
    flex-direction: row;
    padding-left: 50px;
    width: 100%;
  }
  .navbar-toggler {
    display: none;
  }
  .clickD i {
    display: none;
  }
  .sub-menu {
    position: absolute;
    display: block;
    width: 220px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    top: 110%;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    opacity: 0;
    padding-top: 0;
    left: 0;
  }
  .sub-menu.SUB li {
    padding: 7px 15px 0px 10px;
  }
  .sub-menu.SUB li:last-child {
    padding: 5px 15px 7px 10px;
  }
  .sub-menu.SUB li:hover {
    background-color: #de544a;
  }
  .sub-menu.SUB li:hover a {
    color: #fff;
  }
  .sub-menu.SUB li a:hover {
    border-bottom: 0px;
  }
  .sub-menu li {
    list-style: none;
  }
  .sub-menu li:hover {
    color: #000;
  }
  .navbar .navbar-nav > li .sub-menu li.active a {
    color: #000;
  }
  .navbar .sub-menu li:last-child a {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .sub-menu li:hover a {
    border-color: #000;
  }
  .navbar .sub-menu li:hover a {
    color: #000;
    border-color: #000;
  }
  .navbar .sub-menu li a {
    color: #000;
    padding: 10px 10px;
    border-bottom: 1px solid #1a1a1a;
    border-bottom-style: dotted;
    transition: 0.5s;
    text-transform: capitalize;
  }
  .menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  ._header._menu_fixed {
    position: fixed;
    z-index: 99999999 !important;
    width: 100%;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 10px 2px rgba(255, 255, 255, 0.1);
    background: rgba(113, 113, 113, 0.87);
    -webkit-backdrop-filter: blur(7.5999999046px);
    backdrop-filter: blur(7.5999999046px);
  }
  ._header._menu_fixed .clickD {
    color: #fff;
    top: 45%;
  }
  ._header._menu_fixed .navbar li:hover .clickD {
    color: #000;
  }
  ._header._menu_fixed .nav_soal ul li:hover a {
    color: #fff;
  }
  ._header._menu_fixed .navbar li a:hover {
    color: #000;
  }
  ._header._menu_fixed .navbar li a.ride:hover {
    color: #fff;
    background-color: #fff;
  }
  ._header._menu_fixed .navbar li a.active {
    color: #000;
  }
  ._header._menu_fixed .navbar .sub-menu li a {
    color: #000;
  }
  ._header._menu_fixed .navbar .sub-menu li:hover a {
    color: #000;
  }
  .menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
    z-index: 5;
  }
  ._header._menu_fixed .menu-item-has-children:hover .sub-menu {
    top: 64px;
  }
  .menu-item-has-children .bknow {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 40px;
    color: #000;
    border-radius: 8px;
    border: 0.5px solid #FFF;
    background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
    background-size: 200% 100%;
    background-position: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .menu-item-has-children .bknow::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
  }
  .menu-item-has-children .bknow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
  }
  .menu-item-has-children .bknow i {
    padding-left: 18px;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transform: translateX(0);
  }
  .menu-item-has-children .bknow:hover {
    background-position: right;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
    color: #000;
  }
  .menu-item-has-children .bknow:hover::before {
    left: 100%;
  }
  .menu-item-has-children .bknow:hover::after {
    width: 300px;
    height: 300px;
  }
  .menu-item-has-children .bknow:hover i {
    color: #fff;
    transform: translateX(5px);
  }
  .menu-item-has-children .bknow:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  }
  .menu-item-has-children .bknow:active::after {
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.15);
  }
  .menu-item-has-children .bknow:focus {
    outline: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
  }
  .menu-item-has-children .bknow:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
  }
  .menu-item-has-children .bknow:disabled:hover {
    transform: none;
    background-position: left;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  }
  .menu-item-has-children .bknow:disabled:hover::before {
    left: -100%;
  }
  .menu-item-has-children .bknow:hover {
    background: #fff;
    color: #000;
  }
  .menu-item-has-children .bknow:hover::after {
    background-color: transparent;
  }
}
@media (max-width: 1024px) {
  .main_head .navbar-nav .clickD {
    position: absolute;
    right: -5px;
    top: 50%;
    width: 10px;
    height: 5px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    cursor: pointer;
    display: block;
    background-size: 10px;
    z-index: 9999;
    transform: translateY(-50%);
  }
  .main_head ul.navbar-nav li .clickD + .sub-menu {
    opacity: 0;
    visibility: hidden;
  }
  .main_head ul.navbar-nav li .clickD.toggled + .sub-menu {
    position: absolute;
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
/*========================================
  Header Css End
  ==========================================*/
/*********************************
    Banner section start
*********************************/
.banner {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 107px 0;
}
.banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.banner .leftcap {
  width: 90%;
  position: relative;
}
.banner .leftcap span {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-bottom: 15px;
  display: block;
}
.banner .leftcap h1 {
  font-size: 56px;
  padding-bottom: 30px;
  color: #fff;
}
.banner .leftcap p {
  color: #fff;
  padding-bottom: 15px;
}
.banner .leftcap ul {
  display: flex;
  align-items: center;
}
.banner .leftcap ul li {
  margin-right: 20px;
}
.banner .leftcap ul li a {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  text-transform: none;
  color: #fff;
}
.banner .leftcap ul.twobtn {
  margin-top: 10px;
  flex-direction: row;
}
.banner .leftcap ul.twobtn li {
  margin-right: 20px;
}
.banner .leftcap ul.twobtn li a.whatsapp {
  padding: 10px;
}
.banner .leftcap ul.twobtn li a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.banner .leftcap ul.twobtn li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.banner .leftcap ul.twobtn li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.banner .leftcap ul.twobtn li a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.banner .leftcap ul.twobtn li a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.banner .leftcap ul.twobtn li a:hover::before {
  left: 100%;
}
.banner .leftcap ul.twobtn li a:hover::after {
  width: 300px;
  height: 300px;
}
.banner .leftcap ul.twobtn li a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.banner .leftcap ul.twobtn li a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.banner .leftcap ul.twobtn li a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.banner .leftcap ul.twobtn li a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.banner .leftcap ul.twobtn li a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.banner .leftcap ul.twobtn li a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.banner .leftcap ul.twobtn li a:disabled:hover::before {
  left: -100%;
}
.banner .leftcap ul.twobtn li a.trabs {
  background: transparent;
  border: 1px solid #fff;
}
.banner .leftcap ul.twobtn li a.trabs:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.banner .leftcap .fa-arrow-down-long {
  position: absolute;
  bottom: -45%;
  left: 0;
  font-size: 50px;
  color: #fff;
}
.banner .leftcap::after {
  position: absolute;
  content: "";
  width: 418px;
  height: 565px;
  background-image: url(../images/rectangle_52.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left;
  top: -35px;
  z-index: -1;
}

/*********************************
    Banner section end
*********************************/
.aoutus .leftpic {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.aoutus .leftpic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aoutus .leftpic::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 8px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.aoutus .cap h2 {
  padding-bottom: 10px;
}
.aoutus .cap .yerscard {
  background-color: #f0f8ff;
  padding: 20px;
  transition: all 0.5s ease-in-out;
}
.aoutus .cap .yerscard h3 {
  color: #0E6EAF;
}
.aoutus .cap .yerscard:hover {
  background-color: #0E6EAF;
}
.aoutus .cap .yerscard:hover h3 {
  color: #fff;
}
.aoutus .cap .yerscard:hover p {
  color: #fff;
}

.itsolu h2 {
  text-align: center;
}
.itsolu p.cen {
  text-align: center;
  padding-bottom: 30px;
  margin: 0px auto;
  width: 80%;
}
.itsolu .listcard {
  padding: 20px;
  background-color: #4c4c4c;
  border-radius: 24px;
  height: 100%;
}
.itsolu .listcard ul li {
  padding-bottom: 20px;
  border-bottom: 1px solid #7a7a7a;
  margin-bottom: 15px !important;
  transition: all 0.5s ease-in-out;
}
.itsolu .listcard ul li h3 {
  position: relative;
  padding-left: 30px;
  color: #fff;
  padding-bottom: 8px;
}
.itsolu .listcard ul li h3::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #fff;
  top: 10px;
  left: 0;
}
.itsolu .listcard ul li p {
  padding-left: 30px;
  color: #fff;
}
.itsolu .listcard ul li:hover {
  border-color: #0E6EAF;
}
.itsolu .listimg {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.itsolu .listimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.itsolu .listcard ul li:last-child {
  margin-bottom: 0 !important;
  border-bottom: 0;
}

.digital_mk .long {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 40px;
  border-radius: 20px;
  overflow: hidden;
}
.digital_mk .long h2 {
  color: #fff;
  padding-bottom: 10px;
}
.digital_mk .long p {
  color: #fff;
  padding-bottom: 20px;
}
.digital_mk .long a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.digital_mk .long a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.digital_mk .long a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.digital_mk .long a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.digital_mk .long a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.digital_mk .long a:hover::before {
  left: 100%;
}
.digital_mk .long a:hover::after {
  width: 300px;
  height: 300px;
}
.digital_mk .long a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.digital_mk .long a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.digital_mk .long a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.digital_mk .long a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.digital_mk .long a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.digital_mk .long a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.digital_mk .long a:disabled:hover::before {
  left: -100%;
}
.digital_mk .seocard {
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  cursor: pointer;
  perspective: 1000px;
  overflow: hidden;
  border-radius: 12px;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.digital_mk .seocard .imgsec {
  border-radius: 12px;
  overflow: hidden;
  height: 150px;
  position: relative;
}
.digital_mk .seocard .imgsec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgb(63, 155, 251) 0%, rgba(118, 75, 162, 0.5) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.digital_mk .seocard .imgsec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.6s ease;
}
.digital_mk .seocard .cpsec {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.digital_mk .seocard .cpsec h3 {
  padding-bottom: 10px;
  color: #0E6EAF;
  font-size: 1.25rem;
  font-weight: 600;
  transition: color 0.3s ease;
}
.digital_mk .seocard .cpsec p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.digital_mk .seocard:hover {
  transform: translateY(-10px) rotateY(5deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.digital_mk .seocard:hover .imgsec::before {
  opacity: 1;
}
.digital_mk .seocard:hover .imgsec img {
  transform: scale(1.15) rotate(3deg);
}
.digital_mk .seocard:hover .cpsec h3 {
  color: #0E6EAF, 10%;
}

a.bknowside {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  color: #fff;
}
a.bknowside::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
a.bknowside::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
a.bknowside i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
a.bknowside:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
a.bknowside:hover::before {
  left: 100%;
}
a.bknowside:hover::after {
  width: 300px;
  height: 300px;
}
a.bknowside:hover i {
  color: #fff;
  transform: translateX(5px);
}
a.bknowside:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
a.bknowside:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
a.bknowside:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
a.bknowside:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
a.bknowside:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
a.bknowside:disabled:hover::before {
  left: -100%;
}

.support {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.support::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
  display: none;
}
.support h2 {
  text-align: center;
  color: #fff;
  position: relative;
}
.support p.censp {
  text-align: center;
  margin: 0px auto;
  text-align: center;
  color: #fff;
  position: relative;
}
.support .solcard {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 20px;
  height: 100%;
  transition: all 0.5s ease-in-out;
}
.support .solcard h3 {
  padding-bottom: 10px;
  color: #fff;
}
.support .solcard p {
  color: #fff;
  font-size: 16px;
}
.support .solcard:hover {
  background: #0E6EAF;
}

.testmonalsect h2 {
  text-align: center;
}
.testmonalsect p.cen {
  text-align: center;
  padding-bottom: 30px;
  margin: 0px auto;
  width: 80%;
}
.testmonalsect .testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #dadada;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testmonalsect .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}
.testmonalsect .testimonial-card .stars {
  margin-bottom: 20px;
}
.testmonalsect .testimonial-card .stars i {
  color: #000;
  font-size: 18px;
  margin-right: 2px;
}
.testmonalsect .testimonial-card .testimonial-text p {
  color: #000;
}
.testmonalsect .testimonial-card .author-section {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.testmonalsect .testimonial-card .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  background: #0e6eaf;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testmonalsect .testimonial-card .author-img i {
  font-size: 26px;
  color: #fff;
}
.testmonalsect .testimonial-card .author-info h5 {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  font-weight: 600;
}
.testmonalsect .testimonial-card .author-info p {
  font-weight: 600;
}
.testmonalsect .testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.testmonalsect .testimonial-wrapper .testimonial-card {
  flex: 0 0 calc(33.333% - 20px);
  max-width: 400px;
}
@media (max-width: 992px) {
  .testmonalsect .testimonial-wrapper .testimonial-card {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .testmonalsect .testimonial-wrapper .testimonial-card {
    flex: 0 0 100%;
  }
}

.contactus .fromarea h2 {
  color: #fff;
}
.contactus .fromarea .contact-form-container {
  background: #404040;
  border-radius: 12px;
  padding: 50px 40px;
  box-shadow: 0 2px 10px 2px rgba(34, 53, 68, 0.48);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
}
.contactus .fromarea .form-label {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
}
.contactus .fromarea .form-control {
  border-radius: 8px;
  border: 1px solid rgba(225, 225, 225, 0.25);
  background: rgba(107, 107, 107, 0.85);
  color: #fff;
  padding: 20px 10px;
  font-size: 15px;
  transition: all 0.3s ease;
}
.contactus .fromarea .form-control::-moz-placeholder {
  color: #fff;
}
.contactus .fromarea .form-control::placeholder {
  color: #fff;
}
.contactus .fromarea .form-control:focus {
  background: #757575;
  border-color: #0E6EAF;
  color: white;
  box-shadow: 0 0 0 3px rgba(14, 110, 175, 0.15);
  outline: none;
}
.contactus .fromarea .form-control:hover {
  background: #757575;
}
.contactus .fromarea .custom-select-wrapper {
  position: relative;
}
.contactus .fromarea select.form-control {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23b0b0b0' d='M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding: 5px 15px;
  height: 45px;
}
.contactus .fromarea select.form-control option {
  background: #3a3a3a;
  color: white;
  padding: 12px;
  font-size: 15px;
}
.contactus .fromarea select.form-control option:hover,
.contactus .fromarea select.form-control option:checked {
  background: var(--brand-blue);
  color: white;
}
.contactus .fromarea textarea.form-control {
  padding: 10px !important;
  resize: vertical;
  margin-bottom: 0;
}
.contactus .fromarea .grp_two {
  padding-bottom: 20px;
  border-bottom: 1px solid #b2b2b2;
}
.contactus .fromarea .form-group {
  margin-bottom: 25px;
}
.contactus .fromarea .btn-submit {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.contactus .fromarea .btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.contactus .fromarea .btn-submit::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.contactus .fromarea .btn-submit i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.contactus .fromarea .btn-submit:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.contactus .fromarea .btn-submit:hover::before {
  left: 100%;
}
.contactus .fromarea .btn-submit:hover::after {
  width: 300px;
  height: 300px;
}
.contactus .fromarea .btn-submit:hover i {
  color: #fff;
  transform: translateX(5px);
}
.contactus .fromarea .btn-submit:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.contactus .fromarea .btn-submit:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.contactus .fromarea .btn-submit:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.contactus .fromarea .btn-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.contactus .fromarea .btn-submit:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.contactus .fromarea .btn-submit:disabled:hover::before {
  left: -100%;
}
.contactus .fromarea .btn-submit:hover {
  background: #0d5d94;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(14, 110, 175, 0.4);
}
.contactus .fromarea .btn-submit:active {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .contactus .fromarea .contact-form-container {
    padding: 40px 25px;
  }
  .contactus .fromarea .contact-form-container h1 {
    font-size: 32px;
  }
}
.contactus .maparea {
  height: 100%;
  position: relative;
}
.contactus .maparea iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contactus .maparea .contact {
  position: absolute;
  border-radius: 24px;
  background: #fff;
  padding: 20px;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
.contactus .maparea .contact ul li {
  padding-bottom: 10px;
  display: flex;
}
.contactus .maparea .contact ul li i {
  border-radius: 100%;
  background: rgba(14, 110, 175, 0.2);
  min-width: 48px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #0E6EAF;
}
.contactus .maparea .contact ul li a {
  padding-left: 15px;
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  text-transform: none;
  display: flex;
  align-items: center;
}
.contactus .g-recaptcha {
  transform: scale(0.7);
}

.newsletter .ready-to-grow-section {
  background: linear-gradient(270deg, var(--Light-Blue, #83c4f9) 0%, var(--Brand, #0e6eaf) 100%);
  border-radius: 12px;
  padding: 40px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 30px rgba(14, 110, 175, 0.3);
}
.newsletter .ready-to-grow-section h2 {
  color: #fff;
}
.newsletter .ready-to-grow-section p {
  color: #fff;
}
.newsletter .btn-book-call {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.newsletter .btn-book-call::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.newsletter .btn-book-call::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.newsletter .btn-book-call a {
  color: #fff;
}
.newsletter .btn-book-call i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.newsletter .btn-book-call:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.newsletter .btn-book-call:hover::before {
  left: 100%;
}
.newsletter .btn-book-call:hover::after {
  width: 300px;
  height: 300px;
}
.newsletter .btn-book-call:hover i {
  color: #fff;
  transform: translateX(5px);
}
.newsletter .btn-book-call:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.newsletter .btn-book-call:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.newsletter .btn-book-call:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.newsletter .btn-book-call:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.newsletter .btn-book-call:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.newsletter .btn-book-call:disabled:hover::before {
  left: -100%;
}
.newsletter .btn-book-call:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .newsletter .ready-to-grow-section {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .newsletter .get-in-touch-section,
  .newsletter .ready-to-grow-section {
    padding: 30px 20px;
  }
}

.gradient-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #0e6eaf, #404040, #0e6eaf, #404040);
  background-size: 400% 400%;
  animation: gradientShift 15s ease infinite;
  opacity: 0.15;
  overflow: hidden;
  z-index: -1;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* Floating orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.3;
  animation: float 20s infinite ease-in-out;
}

.orb1 {
  width: 400px;
  height: 400px;
  background: #667eea;
  top: -200px;
  left: -200px;
  animation-delay: 0s;
}

.orb2 {
  width: 350px;
  height: 350px;
  background: #f093fb;
  bottom: -150px;
  right: -150px;
  animation-delay: -7s;
}

.orb3 {
  width: 300px;
  height: 300px;
  background: #4facfe;
  top: 50%;
  left: 50%;
  animation-delay: -14s;
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(50px, -50px) scale(1.1);
  }
  66% {
    transform: translate(-50px, 50px) scale(0.9);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* Success icon */
.success-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 40px;
  position: relative;
}

.circle_thnkyou {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8bc1f6 0%, #2d6cae 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 20px 60px rgba(102, 126, 234, 0.4);
  animation: scaleIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s backwards;
  position: relative;
}

@keyframes scaleIn {
  from {
    transform: scale(0) rotate(-180deg);
  }
  to {
    transform: scale(1) rotate(0);
  }
}
.circle_thnkyou::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 2px solid rgba(102, 126, 234, 0.3);
  animation: ripple 2s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.checkmark {
  width: 30px;
  height: 50px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  animation: checkDraw 0.5s 0.6s cubic-bezier(0.65, 0, 0.45, 1) backwards;
}

@keyframes checkDraw {
  from {
    height: 0;
  }
  to {
    height: 50px;
  }
}
.title {
  font-size: 56px;
  font-weight: 700;
  background: linear-gradient(135deg, #7aa7e0 0%, #000000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  animation: slideUp 0.6s 0.4s ease-out backwards;
  text-align: center;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.message {
  font-size: 18px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 50px;
  animation: slideUp 0.6s 0.6s ease-out backwards;
}

.btn-container {
  animation: slideUp 0.6s 0.8s ease-out backwards;
}

.succbutton {
  position: relative;
  display: table;
  padding: 18px 50px;
  background: linear-gradient(135deg, #8bc1f6 0%, #2d6cae 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 10px 40px rgba(102, 126, 234, 0.3);
  margin: 0px auto;
}

.succbutton::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}

.succbutton:hover::before {
  left: 100%;
}

.succbutton:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 50px rgba(102, 126, 234, 0.5);
}

.succbutton:active {
  transform: translateY(-1px);
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  pointer-events: none;
}

@keyframes particleFloat {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) translateX(var(--tx));
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .title {
    font-size: 42px;
  }
}
.blogMain h2 {
  text-align: center;
}
.blogMain .main-content {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.blogMain .blog-section {
  flex: 1;
  min-width: 300px;
}
.blogMain .blog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
.blogMain .blog-card {
  flex: 0 0 calc(50% - 15px);
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.blogMain .blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(14, 110, 175, 0.2);
}
.blogMain .blog-card img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogMain .blog-card-body {
  padding: 20px;
}
.blogMain .badge-container {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.blogMain .badge-trending {
  background: #0e6eaf;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 15px;
}
.blogMain .badge-category {
  background: #000;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 15px;
}
.blogMain .blog-title {
  padding-top: 15px;
  text-align: left;
}
.blogMain .blog-excerpt {
  padding-bottom: 20px;
}
.blogMain .blog-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999;
  font-size: 13px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.blogMain .author-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blogMain .author-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #0e6eaf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
.blogMain .author-details {
  display: flex;
  flex-direction: column;
}
.blogMain .author-name {
  font-weight: 600;
  color: #000;
  font-size: 13px;
}
.blogMain .author-date {
  font-size: 12px;
  color: #999;
}
.blogMain .read-more {
  color: #0e6eaf;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.blogMain .read-more:hover {
  color: #000;
  text-decoration: none;
}
.blogMain .pagination-container {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.blogMain .pagination {
  display: flex;
  gap: 8px;
  list-style: none;
}
.blogMain .pagination .page-item {
  list-style: none;
}
.blogMain .pagination .page-link {
  color: #000;
  border: 1px solid #e0e0e0;
  padding: 8px 15px;
  border-radius: 6px;
  font-weight: 600;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
}
.blogMain .pagination .page-item.active .page-link {
  background: #0e6eaf;
  color: #fff;
  border-color: #0e6eaf;
}
.blogMain .pagination .page-link:hover {
  background: #0e6eaf;
  color: #fff;
  border-color: #0e6eaf;
}
.blogMain .pagination .page-item.disabled .page-link {
  opacity: 0.5;
  cursor: not-allowed;
}
.blogMain .pagination .page-item.disabled .page-link:hover {
  background: #fff;
  color: #000;
}
.blogMain .sidebar {
  flex: 0 0 350px;
}
.blogMain .sidebar-widget {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.blogMain .widget-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}
.blogMain .trending-post {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.blogMain .trending-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.blogMain .trending-post img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogMain .trending-post-content {
  flex: 1;
}
.blogMain .trending-post-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin-bottom: 5px;
}
.blogMain .trending-post-date {
  font-size: 12px;
  color: #999;
}
.blogMain .categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blogMain .category-btn {
  background: #fff;
  color: #0e6eaf;
  border: 1px solid #0e6eaf;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s;
}
.blogMain .category-btn:hover {
  background: #0e6eaf;
  color: #fff;
  text-decoration: none;
}
.blogMain .blog-content {
  flex: 1;
}
.blogMain .blog-content h3 {
  padding: 15px 0;
}
.blogMain .featured-image {
  width: 100%;
  height: 500px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.blogMain .blog-text p {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  padding-bottom: 15px;
}
.blogMain .blog-text ul,
.blogMain .blog-text ol {
  margin: 20px 0;
  padding-left: 30px;
}
.blogMain .blog-text li {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
}
.blogMain .quote-box {
  background: #f8f9fa;
  border-left: 5px solid #0e6eaf;
  padding: 25px 30px;
  margin: 35px 0;
  border-radius: 8px;
}
.blogMain .quote-box p {
  font-size: 20px;
  font-style: italic;
  color: #000;
  margin: 0;
  font-weight: 500;
}
.blogMain .share-section {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 30px 0;
  border-top: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  margin: 15px 0 0 0;
}
.blogMain .share-text {
  font-weight: 700;
  color: #000;
  font-size: 16px;
}
.blogMain .share-btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.blogMain .share-btn.facebook {
  background: #3b5998;
}
.blogMain .share-btn.twitter {
  background: #1da1f2;
}
.blogMain .share-btn.linkedin {
  background: #0077b5;
}
.blogMain .share-btn.whatsapp {
  background: #25d366;
}
.blogMain .share-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.blogMain .section-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.blogMain .comment-box {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 20px;
}
.blogMain .comment-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.blogMain .comment-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0e6eaf;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.blogMain .comment-author {
  font-weight: 700;
  color: #000;
  font-size: 15px;
}
.blogMain .comment-date {
  font-size: 13px;
  color: #666;
}
.blogMain .comment-text {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}
.blogMain .trndsidebar {
  width: 100%;
}
.blogMain .sidebar-post {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: all 0.3s;
}
.blogMain .sidebar-post:hover {
  transform: translateX(5px);
}
.blogMain .sidebar-post:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blogMain .sidebar-post-image {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogMain .sidebar-post-content {
  flex: 1;
}
.blogMain .sidebar-post-category {
  font-size: 11px;
  color: #0e6eaf;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.blogMain .sidebar-post-title {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
  margin-bottom: 8px;
}
.blogMain .sidebar-post-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  color: #666;
}
.blogMain .sidebar-post-meta i {
  color: #0e6eaf;
}
.blogMain .search-box {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}
.blogMain .search-input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 14px;
}
.blogMain .search-btn {
  padding: 12px 20px;
  background: #0e6eaf;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.blogMain .search-btn:hover {
  background: #000;
}
.blogMain .categories-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blogMain .category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background: #f8f9fa;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
}
.blogMain .category-item:hover {
  background: #0e6eaf;
  color: #fff;
  text-decoration: none;
  transform: translateX(5px);
}
.blogMain .category-name {
  font-weight: 600;
  font-size: 14px;
}
.blogMain .category-count {
  background: #fff;
  color: #000;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}
.blogMain .tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.blogMain .tag-item {
  background: #f8f9fa;
  color: #000;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 13px;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  transition: all 0.3s;
}
.blogMain .tag-item:hover {
  background: #0e6eaf;
  color: #fff;
  border-color: #0e6eaf;
  text-decoration: none;
}
@media (max-width: 768px) {
  .blogMain .featured-image {
    height: 300px;
  }
  .blogMain .blog-meta-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .blogMain .blog-card {
    flex: 0 0 100%;
  }
  .blogMain .sidebar {
    flex: 0 0 100%;
  }
}

.contactus.bkngfrm .contact-form-container {
  padding: 30px 20px;
  max-width: 500px;
}

.four_0_four img.thnkimg {
  margin: 0px auto;
  display: block;
  width: 70%;
}
.four_0_four h2 {
  color: #0E6EAF;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
  text-align: center;
  color: #263238;
  padding-bottom: 12px;
}
.four_0_four h2::after {
  display: none;
}
.four_0_four a {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  margin: 0px auto;
  display: table;
  transition: 0.5s;
}
.four_0_four a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.four_0_four a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.four_0_four a i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.four_0_four a:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.four_0_four a:hover::before {
  left: 100%;
}
.four_0_four a:hover::after {
  width: 300px;
  height: 300px;
}
.four_0_four a:hover i {
  color: #fff;
  transform: translateX(5px);
}
.four_0_four a:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.four_0_four a:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.four_0_four a:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.four_0_four a:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.four_0_four a:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.four_0_four a:disabled:hover::before {
  left: -100%;
}

.thanku {
  padding: 110px 0 80px;
}
.thanku::before {
  display: none;
}
.thanku img.thnk {
  width: 50%;
  margin: auto;
  display: block;
}
.thanku a.backhme {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin: 0px auto;
  display: table;
  margin-top: 20px;
}
.thanku a.backhme::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
.thanku a.backhme::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
.thanku a.backhme i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
.thanku a.backhme:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
.thanku a.backhme:hover::before {
  left: 100%;
}
.thanku a.backhme:hover::after {
  width: 300px;
  height: 300px;
}
.thanku a.backhme:hover i {
  color: #fff;
  transform: translateX(5px);
}
.thanku a.backhme:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
.thanku a.backhme:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
.thanku a.backhme:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
.thanku a.backhme:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
.thanku a.backhme:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.thanku a.backhme:disabled:hover::before {
  left: -100%;
}

footer {
  background-color: #242321;
}
footer .footlogo {
  padding-bottom: 20px;
  padding-top: 0px;
  display: block;
}
footer .footlogo img {
  width: 100px;
}
footer h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 25px;
}
footer p {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
}
footer ul li {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
footer ul li img {
  padding-right: 10px;
}
footer ul li a {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  transition: all 0.5s;
}
footer ul li a i {
  padding-right: 10px;
  color: #fff;
}
footer ul li a:hover {
  color: #7ab2e9;
}
footer ul li a.bknowft {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
footer ul li a.bknowft::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
footer ul li a.bknowft::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
footer ul li a.bknowft i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
footer ul li a.bknowft:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
footer ul li a.bknowft:hover::before {
  left: 100%;
}
footer ul li a.bknowft:hover::after {
  width: 300px;
  height: 300px;
}
footer ul li a.bknowft:hover i {
  color: #fff;
  transform: translateX(5px);
}
footer ul li a.bknowft:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
footer ul li a.bknowft:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
footer ul li a.bknowft:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
footer ul li a.bknowft:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
footer ul li a.bknowft:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
footer ul li a.bknowft:disabled:hover::before {
  left: -100%;
}
footer ul li a.bknowft:hover {
  background-color: #fff;
  color: #000;
}
footer ul.ftaddress li a {
  display: flex;
}
footer ul.ftaddress li a i {
  padding-top: 8px;
}
footer .clss3 {
  padding-left: 60px;
}
footer label {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 30px;
}
footer .newslet {
  display: flex;
}
footer .newslet input {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  width: 80%;
  outline: none;
  padding: 10px 40px 10px 15px;
  border-radius: 9px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
footer .newslet button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
  padding: 14px 20px;
  border-radius: 8px;
  outline: none;
  border: 0;
  margin-left: -30px;
}
footer .newslet button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
footer .newslet button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
footer .newslet button i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
footer .newslet button:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
footer .newslet button:hover::before {
  left: 100%;
}
footer .newslet button:hover::after {
  width: 300px;
  height: 300px;
}
footer .newslet button:hover i {
  color: #fff;
  transform: translateX(5px);
}
footer .newslet button:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
footer .newslet button:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
footer .newslet button:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
footer .newslet button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
footer .newslet button:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
footer .newslet button:disabled:hover::before {
  left: -100%;
}
footer .copy p {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-weight: 600;
}
footer ul.policy {
  display: flex;
  justify-content: space-between;
}
footer ul.policy li a {
  color: #404040;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.32px;
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
}
footer ul.socialMedia {
  display: flex;
  justify-content: right;
}
footer ul.socialMedia li a {
  font-size: 16px;
  padding: 0 10px;
  transition: all 0.5s ease-in-out;
}
footer ul.socialMedia li a i {
  color: #fff;
}
footer ul.socialMedia li a:hover i {
  color: #000;
}
footer .ptcust40 {
  padding: 40px 0;
  border-top: 1px solid #525252;
  border-bottom: 1px solid #525252;
}
footer .ptcust40 h2.big {
  font-size: 150px;
  color: #2f2f2f;
  text-transform: none;
  padding-bottom: 0;
}
footer .ptcust40 .bottomcontact {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  color: #000;
  border-radius: 8px;
  border: 0.5px solid #FFF;
  background: linear-gradient(45deg, #0E6EAF 0%, #0E6EAF 50%, #048fec 50%, #048fec 100%);
  background-size: 200% 100%;
  background-position: left;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateY(0);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  display: table;
  color: #fff;
}
footer .ptcust40 .bottomcontact::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.6s ease;
}
footer .ptcust40 .bottomcontact::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}
footer .ptcust40 .bottomcontact i {
  padding-left: 18px;
  color: #fff;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform: translateX(0);
}
footer .ptcust40 .bottomcontact:hover {
  background-position: right;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
footer .ptcust40 .bottomcontact:hover::before {
  left: 100%;
}
footer .ptcust40 .bottomcontact:hover::after {
  width: 300px;
  height: 300px;
}
footer .ptcust40 .bottomcontact:hover i {
  color: #fff;
  transform: translateX(5px);
}
footer .ptcust40 .bottomcontact:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
}
footer .ptcust40 .bottomcontact:active::after {
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.15);
}
footer .ptcust40 .bottomcontact:focus {
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3), 0 0 0 3px rgba(255, 255, 255, 0.3);
}
footer .ptcust40 .bottomcontact:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
footer .ptcust40 .bottomcontact:disabled:hover {
  transform: none;
  background-position: left;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
footer .ptcust40 .bottomcontact:disabled:hover::before {
  left: -100%;
}
footer p.copy {
  text-align: center;
  color: #fff;
  margin: 0px auto;
}

/*****************************
    Scroll to top css start
*****************************/
.scrollTop {
  position: fixed;
  right: 10px;
  bottom: 12%;
  padding: 0px;
  opacity: 0;
  z-index: 99;
  transition: all 0.4s ease-in-out 0s;
}
.scrollTop span a {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 7px solid #0E6EAF;
}

.bottToparrow {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.bottToparrow img {
  padding-bottom: 3px;
  stroke: #000;
  fill: transparent;
  stroke-width: 1px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.bottToparrow img.bottompath1 {
  animation-delay: 1s;
  -webkit-animation-delay: 1s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s; /* Safari 和 Chrome */
}

.bottToparrow img.bottompath3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

/*****************************
    Scroll to top css end
*****************************//*# sourceMappingURL=style.css.map */

.contactfrm {
  background-color: #f5f5f5;
  position: relative;
}

.contactfrm button {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 40px;
  background-size: 200% 100%;
  border-radius: 30px;
  background-color: #fff;
  background-position: left;
  transition: all 0.5s ease-in-out;
  color: #000;
  border: 1px solid #000;
  text-align: center;
}
.contactfrm button i {
  padding-left: 18px;
  color: #000;
  transition: color 0.5s ease-in-out;
}
.contactfrm button:hover {
  background-position: right;
}
.contactfrm button:hover i {
  color: #fff;
}

.followus {
  padding: 40px 0;
}
.followus .brline {
  border-right: 1px solid #c2c2c2;
}
.followus ul.footscal {
  display: flex;
  align-items: center;
}
.followus ul.footscal li {
  margin-right: 15px;
}
.followus ul.footscal li a {
  min-width: 35px;
  min-height: 35px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.15));
  color: #000;
  font-size: 16px;
}
.followus .pd30 {
  padding: 30px 0;
}
.followus ul.address li {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
}
.followus ul.address li i {
  padding-right: 15px;
  font-size: 25px;
}
.followus ul.address li a {
  color: #000;
}

.frmarea {
  width: 70%;
  margin: 0px auto;
  position: relative;
  z-index: 9;
}
.frmarea label {
  color: #000 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 175% */
  letter-spacing: 0.32px;
}

.frmarea button,
.frmarea input {
  width: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  outline: 0;
  color: #000;
  padding: 10px 15px;
  border-radius: 9px;
  border: 0.6px solid #cecece;
  margin-bottom: 0px;
}

.frmarea input::-moz-placeholder {
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
}

.frmarea input::placeholder {
  color: #000;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.15px;
}

.frmarea textarea {
  height: 150px;
  border: 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
  border-radius: 8px;
}

.frmarea button:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.iti {
  display: block !important;
}
.iti__flag-container {
  padding: 0;
}
.iti__selected-flag {
  padding: 0 5px;
}
.iti--separate-dial-code .iti__selected-dial-code {
  color: #fff;
}
.iti__arrow {
  border-top: 4px solid #fff !important;
}

.whatsapp-container {
  background-color: #42db87;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 2px 3px #000;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 99;
}
#whatsapp-sticky {
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
}
#whatsapp-sticky.show-whatsapp {
  opacity: 1;
  visibility: visible;
}

/* Get A Quote */

.getbanner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 100px 0;
}
.getbanner h2 {
  color: #fff;
  text-align: center;
}
.getbanner p {
  color: #fff;
  text-align: center;
  margin: 0px auto;
  padding-bottom: 30px;
  width: 39%;
}

.form-container.getqute_frm {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 70px;
  margin: -75px auto auto;
  box-shadow: none;
  width: 80%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.getqute_frm .section-title {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
  margin-top: 35px;
}

.getqute_frm .section-title:first-child {
  margin-top: 0;
}

.getqute_frm label {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
}

.getqute_frm label .required {
  color: #dc3545;
}

.getqute_frm .form-control,
.getqute_frm .custom-select {
  font-size: 14px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 10px 12px;
  height: auto;
  color: #6b7280;
}

.getqute_frm .form-control::placeholder {
  color: #9ca3af;
}

.getqute_frm .form-control:focus,
.getqute_frm .custom-select:focus {
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
  outline: none;
}

.getqute_frm textarea.form-control {
  min-height: 100px;
  resize: vertical;
}

.getqute_frm .upload-box {
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  background-color: #fafafa;
  cursor: pointer;
  transition: all 0.3s;
}

.getqute_frm .upload-box:hover {
  border-color: #3b82f6;
  background-color: #eff6ff;
}

.getqute_frm .upload-icon {
  font-size: 24px;
  color: #6b7280;
  margin-bottom: 12px;
}

.getqute_frm .upload-text {
  font-size: 14px;
  color: #374151;
  font-weight: 500;
  margin-bottom: 4px;
}

.getqute_frm .upload-subtext {
  font-size: 12px;
  color: #9ca3af;
  margin-top: 8px;
  line-height: 1.6;
}

.getqute_frm .file-input {
  display: none;
}

.getqute_frm .checkbox-group,
.getqute_frm .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 12px;
}

.getqute_frm .custom-checkbox,
.getqute_frm .custom-radio {
  display: flex;
  align-items: center;
}

.getqute_frm .custom-checkbox input[type="checkbox"],
.getqute_frm .custom-radio input[type="radio"] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #3b82f6;
}

.getqute_frm .custom-checkbox label,
.getqute_frm .custom-radio label {
  margin-bottom: 0;
  font-size: 14px;
  cursor: pointer;
  color: #374151;
  font-weight: 400;
}

.getqute_frm .submit-btn {
  background-color: #0066cc;
  color: white;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 10px;
}

.getqute_frm .submit-btn:hover {
  background-color: #0052a3;
}

.getqute_frm .link-input-wrapper {
  position: relative;
}

.getqute_frm .link-input-wrapper .form-control {
  padding-right: 40px;
}

.getqute_frm .link-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 16px;
}

.getqute_frm .budget-options,
.getqute_frm .timeline-options {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 12px;
}

.getqute_frm .privacy-checkbox {
  margin-top: 20px;
  margin-bottom: 20px;
}

.getqute_frm .privacy-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  cursor: pointer;
  accent-color: #3b82f6;
}

.getqute_frm .privacy-checkbox label {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 0;
  display: inline;
}

.getqute_frm .privacy-checkbox a {
  color: #3b82f6;
  text-decoration: none;
}

.getqute_frm .privacy-checkbox a:hover {
  text-decoration: underline;
}

/* Strategy */

.startgyfrm .form-label {
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  font-size: 14px;
}
.startgyfrm .required {
  color: #dc3545;
}
.startgyfrm .form-control {
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 15px;
}
.startgyfrm .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.startgyfrm textarea.form-control {
  height: auto;
  padding: 12px 15px;
}
.startgyfrm .custom-select {
  height: 45px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  padding: 0 15px;
}
.startgyfrm .custom-select:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.startgyfrm .input-icon-wrapper {
  position: relative;
}
.startgyfrm .input-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}
.startgyfrm .custom-file-upload {
  border: 2px dashed #ddd;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
}
.startgyfrm .custom-file-upload:hover {
  border-color: #007bff;
  background-color: #e7f3ff;
}
.startgyfrm .custom-file-upload i {
  font-size: 40px;
  color: #007bff;
  margin-bottom: 10px;
}
.startgyfrm .file-upload-text {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.startgyfrm .file-list {
  margin-top: 15px;
  font-size: 13px;
  color: #666;
}
.startgyfrm .file-list .file-item {
  padding: 8px 12px;
  background: #e7f3ff;
  border-radius: 4px;
  margin-bottom: 8px;
  display: inline-block;
}
.startgyfrm .invalid-feedback {
  display: block;
  color: #dc3545;
  font-size: 13px;
  margin-top: 5px;
}
.startgyfrm .privacy-checkbox {
  margin: 25px 0;
}
.startgyfrm .privacy-checkbox label {
  font-size: 14px;
  color: #666;
  margin-left: 5px;
}
.startgyfrm .privacy-checkbox a {
  color: #007bff;
  text-decoration: none;
}
.startgyfrm .privacy-checkbox a:hover {
  text-decoration: underline;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}

.getqute_frm .submit-btn.transwhatlink {
  display: block;
  background: transparent;
  border: 1px solid #02354c;
  text-align: center;
  color: #000;
}

/* Strategy */


@media (max-width: 991px) {
  .followus .brline:last-child {
    border-right: 0;
  }
}

@media (max-width: 767px) {
  .followus .brline {
    border-right: 0;
  }
  .followus .pd30 {
    padding: 15px 0 0;
    display: flex;
    justify-content: flex-start;
  }
  .frmarea {
    width: 100%;
  }
  .followus .contact.pd30 {
    display: block;
  }
  .followus .contact.pd30 li {
    text-align: start !important;
    padding-bottom: 5px;
  }
}