/*TABLE OF CONTENTS*/
/*=====================
01. sopan Header Top Menu Area Css
02. sopan Nav Menu Area Css
03. sopan Slider Area Css
04. sopan Section Title Css
05. sopan Service Area css
06. sopan About Area Css
07. sopan Counter Area Css
08. sopan Case Study Area Css
09. sopan Testimonial Area Css
10. sopan Process Area Css
11. sopan Team Area Css
12. sopan Faq Area Css
13. sopan Brand Section Css
14. sopan Call Do Section Css
15. sopan Form Box Css
16. sopan Skill Area Css
17. sopan Blog Area Css
18. sopan footer Area Css
19. sopan Subscribe Area Css
20. sopan Lines CSS
21. sopan Prossess Ber Css
22. sopan Scrollup Section
23. sopan Bounce Animation Css
24. sopan Animation Dance
25. sopan Breadcumb Area Css
26. sopan abouts_areas Css
27. sopan Feture-Area Css
28. sopan Pricing Section Css
29. sopan Web Development Section CSS
30. sopan Contact  US Css
31. sopan Blog Sidber Widget CSS
32. sopan Case Study Details Css
33. sopan Loader Css
=======================*/

/*================================
<--  sopan Topbar Area Css -->
==================================*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Vollkorn:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
  --thm-primary: #010166;
  --thm-secondary: #f16136;
  --thm-third: #f16136;
  /* --font-family: "Roboto", serif; */
  /* --font-family: "Lato", serif; */
  /* font-family: "Ubuntu", serif; */
  /* font-family: "Playfair Display", serif; */
  /* font-family: "Playfair Display", serif; */
  /* font-family: "Vollkorn", serif; */
  font-family: "Poppins", serif;
}

.topber_area {
  background: #e9f4ff;
  padding: 11px 70px;
  position: relative;
  z-index: 1;
}
.topber_area:before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 50%;
  background: linear-gradient(90deg, #010166 44%, #f16136 100%);
  top: 0;
  z-index: -1;
}

.style-three.topber_area:before {
  right: -21px;
  width: 75%;
  transform: skewX(-35deg);
}

.style-two.topber_area:before {
  left: -21px;
  width: 75%;
  transform: skewX(-35deg);
}

.topber-text p {
  margin: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-family);
}

.topber-text p img {
  margin-right: 10px;
}

.header-address-info a {
  color: #000;
  font-weight: 500;
  font-size: 12px;
}

.header-address-info a:hover {
  text-decoration: underline;
}

.header-address-info {
  display: flex;
    gap: 6px;
    margin-left: 5px;
    float: right;
    justify-content: end;
}

.header-address-info p {
  font-size: 15px;
  color: var(--thm-secondary);
  font-weight: 400;
  font-family: var(--font-family);
  margin: 0;
}

.header-address-info span i {
  font-size: 12px;
  color: var(--thm-secondary);
}

/*================================
<--  sopan Nav Menu Area Css -->
==================================*/

.meedy_nav_manu {
  transition: 0.5s;
  z-index: 2;
  position: relative;
  padding: 20px 45px 20px;
  background-color: rgba(255, 255, 255, 0.050980392156862744);
  margin-bottom: -100px;
}

.meedy_nav_manu.style-3 {
  background-color: #35495c;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  transition: 0.5s !important;
  z-index: 922;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}

.sticky .meedy_menu > ul > li > a {
  color: var(--light);
}

.sticky .header-button a i {
  color: #fff;
}

.style-2.sticky .meedy_menu > ul > li > a {
  color: #fff;
}

.style-2.sticky .search-box-btn i {
  border: 1px solid var(--secondary-color);
}

.style-2.sticky .search-box-btn i {
  color: var(--secondary-color);
}

/* sopan Menu Css*/

.header-styled {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav.meedy_menu {
  display: flex;
  position: relative;
  z-index: 1;
}

.meedy_menu ul {
  list-style: none;
  display: inline-block;
}

.meedy_menu > ul > li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.meedy_menu > ul > li > a {
  display: block;
  margin: 0 15px;
  transition: 0.5s;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--font-family);
  text-transform: uppercase;
}

.meedy_nav_manu.style-2 .meedy_menu > ul > li > a {
  color: #041c33;
}
.meedy_nav_manu.style-2 .meedy_menu > ul > li > a:hover {
  color: var(--thm-primary);
}
.meedy_menu > ul > li > a:hover {
  color: var(--thm-primary);
}

a.mdy-hover {
  position: relative;
}

.mdy-hover.active {
  color: var(--thm-primary);
  font-weight: bold;
  border-bottom: 2px solid var(--thm-secondary);
  text-decoration: none;
}

.meedy_menu > ul > li > a > i {
  display: inline-block;
  margin-left: 8px;
}

/*sopan Right Side*/

.sopan-right-side {
  display: flex;
}

.header-button a,
.header-button button{
  padding: 12px 30px;
  background: var(--thm-primary);
  border-radius: 30px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--font-family);
}

.header-button a:hover,
.header-button button:hover {
  color: #fff;
}

.header-button a:hover i {
  color: #fff;
}

/* Box-hover */

.sopan-hover-btn {
  background-color: var(--thm-secondary);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-btn {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 30px 0 0px 30px;
}
.hover-btn2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-btn3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-btn4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 30px 30px 0;
}

.header-button a:hover .sopan-hover-btn,
.header-button button:hover .sopan-hover-btn{
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Style 2 */

.style-2 .nav_scroll {
  padding: 0;
  background: transparent;
  border-radius: 30px;
}

/*** Sub Menu Style
==========================***/

.meedy_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 245px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  visibility: hidden;
  border-top: 2px solid var(--thm-primary);
  opacity: 0;
}

.meedy_menu ul li:hover > .sub-menu {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

.meedy_menu ul .sub-menu li {
  position: relative;
}

.meedy_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 500;
  transition: 0.5s;
  visibility: inherit !important;
  color: var(--primary-color) !important;
  position: relative;
  z-index: 1;
}

.meedy_menu ul .sub-menu li a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: var(--thm-primary);
  z-index: -1;
  transition: 0.5s;
}

.meedy_menu ul .sub-menu li a:hover:before {
  height: 100%;
  top: 0;
}

.meedy_menu ul .sub-menu li:hover > a,
.meedy_menu ul .sub-menu .sub-menu li:hover > a,
.meedy_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.meedy_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: var(--thm-primary);
  color: #fff !important;
}

/* sub menu 2
=================*/

.meedy_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.meedy_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

/* sub menu 3
==================*/

.meedy_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.meedy_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  visibility: hidden;
}

.meedy_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

ul.sub-menu li a span {
  background: #ffde5d;
  padding: 5px 10px;
  color: #fff;
  opacity: 1;
  font-family: "Fira Sans";
  border-radius: 2px;
  margin-left: 5px;
  transition: 0.5s;
}

ul.sub-menu li:hover a span {
  background: rgba(255, 255, 255, 0.2);
}

/* sub menu 4
====================*/

.meedy_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.meedy_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 0%;
}

.meedy_nav_manu.sticky .logo_img {
  display: none;
}

.main_sticky img {
  width: 175px;
}

.main_sticky {
  display: none;
}

.meedy_nav_manu.sticky .main_sticky {
  display: inherit;
}

.mobile-menu.mean-container {
  overflow: hidden;
}

/* header menu style2 */

.meedy_nav_manu.style-2 {
  margin-bottom: 0;
  padding: 12px 80px;
}
.sticky.meedy_nav_manu.style-2 .meedy_menu > ul > li > a {
  color: #000;
}
.sticky.meedy_nav_manu.style-2 .meedy_menu > ul > li > a:hover {
  color: var(--thm-primary);
}
/*
<!-- ============================================================== -->
<!-- Start Hero Section -->
<!-- ============================================================== -->*/

.hero-section {
  background-position: center;
  background-repeat: no-repeat;
  height: 900px;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.hero-content {
  margin-top: 82px;
}

.hero-content h4 {
  font-size: 15px;
  color: var(--thm-primary);
  font-weight: 400;
  margin: 0 0 21px;
}

.hero-content label ,
.hero-content h1{
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 600;
}

.hero-content label span,
.hero-content h1 span{
  color: var(--thm-secondary);
  transform: rotate(-5deg);
  display: inline-block;
}

.hero-content p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  margin: 22px 0 34px;
}

/* sopan Btn */

.sopan-btn__hover {
  background-color: var(--primary-color);
  width: 18.66%;
  height: 0;
  display: block;
  position: absolute;
  transition: all 500ms ease;
  z-index: -1;
}

.sopan-btn__hover:nth-child(2),
.sopan-btn__hover:nth-child(4),
.sopan-btn__hover:nth-child(6) {
  top: 0;
}

.sopan-btn__hover:nth-child(2) {
  left: 16.66%;
}

.sopan-btn__hover:nth-child(4) {
  left: 49.98%;
}

.sopan-btn__hover:nth-child(6) {
  left: 83.3%;
}

.sopan-btn__hover:nth-child(1),
.sopan-btn__hover:nth-child(3),
.sopan-btn__hover:nth-child(5) {
  bottom: 0;
}

.sopan-btn__hover:nth-child(1) {
  left: 0;
}

.sopan-btn__hover:nth-child(3) {
  left: 33.32%;
}

.sopan-btn__hover:nth-child(5) {
  left: 66.64%;
}

a.sopan-btn:hover .sopan-btn__hover {
  height: 100%;
}

.sopan-btn a i {
  padding-left: 7px;
  position: relative;
  top: 2px;
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
}

a.sopan-btn:hover {
  color: #fff;
}

.hero-btm-boxs {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 52px;
  position: relative;
  z-index: 1;
}
.hero-btm-boxs:before {
  position: absolute;
  right: 50%;
  top: 11px;
  content: "";
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
}
.sopan-hero-icon {
  float: left;
  margin-right: 20px;
}

.sopan-hero-content {
  overflow: hidden;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}

.sopan-hero-content h4 {
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
}

.sopan-hero-content p {
  text-align: left;
  padding: 0;
  font-size: 14px;
  color: #ffffff8a;
  font-weight: 400;
  font-family: var(--font-family);
  position: relative;
  z-index: 1;
  margin: 0 0 3px;
  padding-left: 15px;
}
.sopan-hero-content p:before {
  position: absolute;
  content: "";
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: var(--thm-secondary);
  top: 11px;
}
.hero-since h3 {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-family);
  color: #fff;
}
.hero-since h3 img {
  margin-right: 12px;
}

/* hero thumb */

.hero-thumb {
  position: relative;
  z-index: 1;
  margin-top: 176px;
  margin-left: 138px;
}
.hero-shapes {
  position: absolute;
  left: 74%;
  top: 6%;
  z-index: -1;
}

.hero-shapes:nth-child(2) {
  left: 44%;
  top: 5%;
  animation: wooo 3.5s infinite;
}

/* Hero soccail icon */

.hero-socail-icon {
  position: absolute;
  left: 15px;
  bottom: 177px;
  animation: 1s 1.5s fadeInDown both;
}

.hero-follw-title h2 {
  font-size: 14px;
  color: #ffffff75;
  font-weight: 400;
  font-family: var(--font-family);
  text-transform: uppercase;
  transform: rotate(90deg);
  position: relative;
  top: -91px;
  z-index: 1;
}

.hero-follw-title h2:before {
  position: absolute;
  content: "";
  left: 100px;
  top: 7px;
  width: 40px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.hero-socail-icon a {
  display: block;
  color: #ffffff54;
  text-align: center;
  font-size: 16px;
  margin: 8px 0 0;
  transition: 0.3s;
}

.hero-socail-icon a:hover {
  color: var(--secondary-color);
}

/*
<!-- ============================================================== -->
<!-- Start Feature Section-->
<!-- ============================================================== -->*/

.bg-color1 {
  background: var(--thm-primary);
}

.bg-color2 {
  background: #e9f4ff;
}

.feature-serction {
  padding: 30px 0 0 0;
  position: relative;
}

.feature-single-box p {
  height: 200px;
}

.feature-single-box {
  padding: 30px;
  background-color: #041c33;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
}

.feature-single-box:before {
  position: absolute;
  left: 0;
  top: 90px;
  height: 1px;
  width: 100%;
  content: "";
  z-index: 1;
  background: #ffffff40;
  transition: 0.5s;
}
.feature-single-box:hover:before {
  background: #fff;
}
.feature-head {
  display: flex;
  justify-content: space-between;
  padding: 0px 0 49px;
}
.head-title h2 {
  margin: 0;
  transition: 0.5s;
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  line-height: 31px;
}

.sopan-icon img {
  padding: 40px 0 32px;
  transition: 0.5s;
}

.feature-list p {
  color: #ffffff;
}

.feature-list ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #ffffff;
  font-weight: 300;
  font-family: var(--font-family);
  border-bottom: 1px dashed #ffffff52;
  padding-top: 12px;
  padding-bottom: 11px;
}
.feature-list ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.feature-list ul li p {
  margin: 0;
}

.feature-content span {
  color: var(--thm-primary);
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  transition: 0.5s;
}

.feature-content h3 {
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  margin: 0;
  transition: 0.5s;
}

span.mddle-pd {
  padding: 0 5px 0 2px;
  font-size: 30px;
  color: var(--primary-color);
}

.feature-content p {
  color: #65677a;
  display: inline-block;
  padding: 10px 0 0;
  transition: 0.5s;
}

.feature-single-box .head-title h2,
.feature-single-box .feature-content h3,
.feature-single-box .feature-content h5,
.feature-single-box .feature-content span,
.feature-single-box .feature-content p,
.feature-single-box .sopan-link i,
.feature-single-box .feature-content h4 {
  color: #fff;
}

/* Box-2 */
.bx-2.feature-single-box {
  padding: 30px;
  background: var(--thm-primary);
}

.bx-2.feature-single-box .sopan-hover-box {
  background-color: #041c33;
}

.feature_list_icon {
  margin: 14px 0 29px;
}

.feature-content span.experts {
  display: inline-block;
  transition: 0.5s;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  margin: 0;
}

.feature-content h4 {
  transition: 0.5s;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 7px 0 0;
}

.feature-content h4 span {
  transition: 0.5s;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--font-family);
  margin-left: 10px;
}

.feature-btn {
  margin-top: 38px;
}

.feature-btn a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 22px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 8px 38px;
}

.feature-btn a i {
  padding-left: 7px;
  position: relative;
  top: 3px;
  transform: rotate(-45deg);
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
}

.feature-single-box:hover .feature-btn a {
  background: #fff;
  color: var(--thm-primary);
}

.feature-shape {
  position: absolute;
  bottom: -40px;
  right: -30px;
}

/* bx-3 */

.feature-single-box.bx-3 {
  background: var(--thm-secondary);
  padding: 29px 40px 40px;
}

.feature-single-box.bx-3 .feature-head {
  padding: 0 0 40px;
}

.feature-content p {
  font-size: 16px;
  line-height: 26px;
  color: #041c33;
  font-weight: 400;
  font-family: var(--font-family);
  padding: 15px 0 13px;
}

.call_info {
  gap: 20px;
  display: flex;
  align-items: center;
}

.call-info_info i {
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: #041c33;
  line-height: 56px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.call-info_info i:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  height: 30px;
  width: 30px;
  border: 2px solid var(--thm-secondary);
  text-align: center;
  margin: auto;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: 0.5s;
}

.call-info_text h5 {
  font-size: 16px;
  color: #041c33;
  font-weight: 400;
  font-family: var(--font-family);
  margin: 4px 0 0;
}

.call-info_text span {
  font-size: 14px;
  color: #041c33;
  font-weight: 400;
  position: relative;
  z-index: 1;
  padding-left: 18px;
}
.call-info_text span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #041c33;
  transition: 0.5s;
}

.feature-single-box.bx-3 .feature-btn {
  margin-top: 62px;
}

.feature-single-box.bx-3 .feature-btn a {
  background-color: transparent;
  color: #041c33;
  font-weight: 400;
  border: 1px solid #041c33;
}

.feature-single-box.bx-3:hover .feature-btn a {
  color: var(--thm-primary);
  background: #fff;
  border: 1px solid#fff;
}

.feature-shape2 {
  position: absolute;
  bottom: -39%;
  right: -25%;
  z-index: -1;
}

.sopan_icon img {
  transition: 0.5s;
}
.feature-single-box .sopan_icon img {
  filter: brightness(0) invert(1);
  height: 50px;
}

.bx-2.feature-single-box .sopan_icon img {
  filter: brightness(0) invert(1);
}

.bx-3.feature-single-box .sopan_icon img {
  filter: brightness(0) invert(0);
}

.bx-3.feature-single-box .sopan_icon img {
  filter: brightness(0) invert(1);
}

.bx-3.feature-single-box:hover .call-info_text span:before {
  background: #fff;
}

.bx-3.feature-single-box:hover .call-info_info i:after {
  border: 2px solid #007dff;
}

.bx-3.feature-single-box:hover .call-info_info i {
  color: #007dff;
  background: #fff;
}

/* Box-hover */

.sopan-hover-box {
  background-color: var(--thm-primary);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}

.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 20px 0 0px 20px;
}
.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 20px 20px 0;
}

.feature-single-box:hover .sopan-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
<!-- ============================================================== -->
<!-- Start sopan About Section-->
<!-- ============================================================== -->*/

.about-serction {
  padding: 110px 0 110px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-serction .sopan-btn a {
  margin-top: 50px;
}

.about_list_item {
  border-left: 1px solid rgba(4, 28, 51, 0.10196078431372549);
  padding: 24px 0 25px 45px;
}

.about_experience {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about_experience h2.abut_count {
  font-size: 32px;
  color: #ffffff;
  font-weight: 600;
  font-family: var(--font-family);
  width: 110px;
  height: 110px;
  border-radius: 55px;
  background-color: #041c33;
  line-height: 110px;
  text-align: center;
}

.about_experience h3 {
  font-size: 20px;
  line-height: 26px;
  color: #041c33;
  font-weight: 500;
}

p.about_qute {
  padding-left: 20px;
  margin: 29px 0 29px;
  position: relative;
}

p.about_qute:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  height: 66px;
  width: 2px;
  background: var(--thm-primary);
}

.about-service-list ul li {
  display: block;
  padding: 0 0 3px;
  font-size: 16px;
  line-height: 34px;
  color: #041c33;
  font-weight: 400;
  font-family: var(--font-family);
}

.about-service-list ul li i {
  font-size: 18px;
  color: var(--secondary-color);
  display: inline-block;
  padding-right: 9px;
  top: 1px;
  position: relative;
}

/* sopan Author */
.sopan-author {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.sopan-author:before {
  position: absolute;
  left: -45px;
  top: -30px;
  background: rgba(4, 28, 51, 0.10196078431372549);
  content: "";
  height: 1px;
  width: 100%;
}

.author-bio h3 {
  font-size: 18px;
  line-height: 34px;
  color: #041c33;
  font-weight: 500;
  margin: 0;
}

.author-bio span {
  font-size: 16px;
  color: #616161;
  font-weight: 400;
}

/* About Left Side */

.about-thumb {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}

.about-thumb img {
  border-radius: 20px;
  height: 390px;
  object-fit: cover;
  width: 100%;
}

.about-shape img {
  border-radius: 10px;
  margin-top: 40px;
}

/* ===========================================
    Start sopan Button
=============================================== */

.sopan-btn a {
  padding: 13px 36px;
  display: inline-block;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid var(--thm-primary);
  background-color: var(--thm-primary);
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
}
.sopan-btn a:after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--thm-primary);
  background-image: url(../images/main-home/mask-btn2.png);
  -webkit-mask: url(../images/main-home/mask-btn2.png);
  mask: url(../images/main-home/mask-btn2.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
}

.sopan-btn a i {
  padding-left: 7px;
  position: relative;
  top: 3px;
  transform: rotate(-45deg);
  display: inline-block;
}

.sopan-btn a:hover:after {
  animation: mask_animation 0.7s steps(22) forwards;
}

.sopan-btn a:hover {
  color: var(--secondary-color);
}

@keyframes mask_animation {
  from {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }

  to {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}

@keyframes mask_animation_2 {
  from {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }

  to {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}

/* ***********************
  Section Title
************************* */

.sopan-section-title h4 {
  color: var(--secondary-color);
  padding: 0 0 23px 25px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sopan-section-title h4:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 0;
  top: 1px;
  background: url(../images/main-home/shape.png);
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  animation: wooo 3.5s infinite;
}

.sopan-section-title h1 {
  margin: 0;
  font-size: 36px;
  line-height: 46px;
  color: #041c33;
  font-weight: 600;
}

.sopan-section-title p {
  padding: 21px 0 18px;
  font-size: 18px;
  line-height: 28px;
  color: #ffffffa1;
  font-weight: 400;
}

.sopan-section-title.style_two h1 {
  color: #fff;
}

/* section tiele home 2 */

.sopan-section-title.home-2 h1 {
  margin: 0;
  font-size: 42px;
  line-height: 52px;
  font-weight: 600;
  font-family: var(--font-family);
}

.sopan-section-title.style-three span {
  color: var(--brand-color);
  position: relative;
  z-index: 1;
}
.sopan-section-title.style-three span:after {
  position: absolute;
  content: "";
  bottom: -28px;
  left: 0;
  height: 32px;
  width: 100%;
  background: url("../images/home-two/title-shape.png");
  animation: bg-anim 5s linear infinite;
  background-repeat: no-repeat;
}
.sopan-section-title.style-three h4 {
  color: var(--brand-color);
}
.sopan-section-title.style-three h4:before {
  background: url(../images/home-two/subtitle-shape.png);
}
.sopan-section-title.style-three h4:before {
  background: url(../images/home-two/subtitle-shape.png);
  width: 16px;
}

/*
<!-- ============================================================== -->
<!-- Start sopan Section -->
<!-- ============================================================== -->*/

/* Service Section */

.service-section {
  background: #041c33;
}

.single-service-box {
  position: relative;
  z-index: 1;
  margin-top: 0;
  margin-bottom: 30px;
  transition: 0.5s;
  overflow: hidden;
  background: #162c41;
  padding: 30px 30px 30px;
  border-radius: 20px;
}

.single-service-boxed {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: 0.5s;
  overflow: hidden;
  padding: 30px 30px 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.single_service_inner {
  display: flex;
  align-items: center;
  gap: 30px;
}

.service-content h3,
.single-service-box h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
}

.single-service-boxed h3 {
  color : #000;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.service-content p {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff99;
  margin: 13px 0 25px;
}

.single-service-boxed h3,
.single-service-boxed p {
  color: #000;
}

.service-icon {
  width: 46px;
  height: 46px;
  border-radius: 23px;
  background-color: rgba(255, 255, 255, 0.10196078431372549);
  text-align: center;
  position: absolute;
  right: 30px;
  line-height: 46px;
  top: 30px;
  transition: 0.5s;
}

.single-service-box:hover .service-icon {
  background: var(--thm-secondary);
}
.single-service-box:hover .service-icon img {
  filter: brightness(0) invert(0);
}

.service_btn a {
  padding: 9px 22px;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
  background: #2e4254;
  border-radius: 22px;
}

.single-service-box:hover .service_btn a {
  color: #fff;
  background: var(--secondary-color);
}

/*
<!-- ============================================================== -->
<!-- Start Why Choose Us Section -->
<!-- ============================================================== -->*/

.why-choose-us-serction {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.why-choose-us-serction .sopan-section-title p {
  padding: 17px 0 0;
  color: #616161;
  width: 76%;
}

.border_solid {
  position: relative;
  z-index: 1;
  margin-top: 38px;
  padding-top: 38px;
}

.border_solid:before {
  position: absolute;
  z-index: -1;
  content: "";
  width: 97%;
  background: rgba(4, 28, 51, 0.10196078431372549);
  height: 1px;
  left: 10px;
  top: 0;
}

.sopan-choose-box {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

.sopan-choose-icon {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #041c33;
  line-height: 67px;
  text-align: center;
  flex-shrink: 0;
  position: relative;
  top: 3px;
  transition: 0.5s;
}
.sopan-choose-box:hover .sopan-choose-icon {
  background: var(--thm-primary);
}
.sopan-choose-box:hover .sopan-choose-icon img {
  filter: brightness(0) invert(1);
}
.choose_content h4 {
  font-size: 20px;
  color: #041c33;
  font-weight: 500;
  margin: 0 0 7px;
}

/* choose appoinment */

.contact-with-sopan {
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 50px 34px 42px;
  border-radius: 10px;
}

.style-2.contact-with-sopan {
  top: 110px;
  z-index: 2;
}

.appoinment_contnet h2 {
  font-size: 24px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--font-family);
  margin-top: 22px;
}

.appoinment_contnet p {
  font-size: 16px;
  color: #ffffff9e;
  margin: 17px 0 192px;
}

/*
<!-- ============================================================== -->
<!-- Start Why Choose Us Section -->
<!-- ============================================================== -->*/

.case_study_sextion {
  background: #041c33;
}
.case_item_left_side {
  padding: 0;
}

.case_thumb {
  position: relative;
  z-index: 1;
}

.case_thumb:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgb(3, 3, 3) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 20px;
  opacity: 0.6;
}

.case_thumb a img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.case_study_content {
  position: absolute;
  bottom: 38px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transition: 0.5s;
}

.case_study_content h3 a {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--font-family);
  margin: 15px 0 0;
}

.case_study_content p {
  display: inline-block;
  font-size: 14px;
  color: #ffffff6b;
  font-weight: 500;
}

.case_study_content h3 a:hover {
  color: var(--thm-primary);
}

.case_study_content span {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-family);
  background: var(--thm-secondary);
  padding: 9px 30px;
  border-radius: 18px;
  transition: 0.5s;
}
.case_study_content span:hover {
  background: var(--thm-primary);
  color: var(--light);
}

/* choose right side */

.choose_right_side {
  position: relative;
  z-index: 1;
}

.case_list_item {
  padding-top: 19px;
  margin-top: 29px;
  position: relative;
}

.case_list_item:before {
  background: rgba(255, 255, 255, 0.10196078431372549);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 68%;
  height: 1px;
}

.case_list_item ul li {
  display: block;
  padding: 0 0 3px;
  font-size: 16px;
  line-height: 34px;
  color: #ffffffb8;
  font-weight: 400;
  font-family: var(--font-family);
}

.case_list_item ul li i {
  font-size: 18px;
  color: var(--secondary-color);
  display: inline-block;
  padding-right: 9px;
  top: 1px;
  position: relative;
}

/* Owl Nav */

/* Owl Carousel Nav Styling */
.case_list .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.case_list .owl-prev,
.case_list .owl-next {
  background-color: rgba(0, 103, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.case_list .owl-prev i,
.case_list .owl-next i {
  font-size: 20px;
}

.case_list .owl-prev i:hover,
.case_list .owl-next i:hover {
  background: var(--secondary-color);
  color: var(--light);
}

/* Rotate left arrow */
.case_list .owl-prev i {
  transform: rotate(180deg);
}

/* counter box */

.counter-single-box {
  background: var(--brand-color);
  display: inline-block;
  padding: 35px 35px 17px;
  width: 200px;
  text-align: center;
  border-radius: 15px;
  position: absolute;
  right: 33%;
  bottom: -37%;
}

.odometer-wrapper.counter-box-title {
  display: flex;
  align-items: center;
  padding: 18px 0 6px;
  justify-content: center;
}
.odometer-wrapper.counter-box-title h1 {
  font-size: 36px;
  font-weight: 500;
  color: var(--title-color);
  display: inline-block;
  margin: 0;
  font-family: var(--font-family);
}
.counter-desc p {
  display: inline-block;
  padding: 0;
  font-size: 16px;
  color: #041c33;
  font-weight: 400;
}

/*
<!-- ============================================================== -->
<!-- Start sopan Team Section -->
<!-- ============================================================== -->*/
.team-section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.team-section .top-sopan-section {
  margin-bottom: 0;
}

.team-section .text-right {
  margin-top: 59px;
}

.team-section .sopan-shape {
  position: absolute;
  right: 350px;
  text-align: right;
  z-index: -1;
}
.team-single-box {
  padding: 0;
  border-radius: 20px;
  /* background-color: #edf7ff; */
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  z-index: 1;
  /* background-image: linear-gradient(
    180deg,
    rgba(237, 247, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 86%
  ); */
  margin-bottom: 30px;
}

.team-single-box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 10px;
}

.team-single-box:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 10px;
}

.team-thumb {
  position: relative;
  z-index: 21;
  display: inline-block;
}

.team-single-box:hover .team-thumb::before {
  border: 12px solid var(--secondary-color);
}

.social-icon {
  border-top: 1px solid #00000012;
  margin-top: 30px;
  padding-top: 20px;
}

.social-icon ul li {
  display: inline-block;
  padding-right: 9px;
  list-style: none;
}

.social-icon ul li a {
  width: 40px;
  line-height: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: var(--primary-color);
  transition: 0.5s;
  display: inline-block;
  border: 1px solid #00000030;
}
.social-icon ul li a:hover {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: var(--light);
}

.team-thumb img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.team-content h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 20px;
}

.team-content h2 {
  font-size: 18px;
  font-weight: 500;
  margin: 15px 0 3px;
}

/*all Team hover*/

.upp.style-2 .team-single-box2:hover .social-icon2 ul li a {
  opacity: 1;
  transform: translateY(0px);
  overflow: hidden;
  visibility: visible;
}

.social-icon2 ul li a:hover i {
  color: #fff;
}

.social-icon2 ul li a:hover:before {
  transform: scale(1);
}

.upp.style-2 .team-single-box2:hover .team-thumb:before {
  height: 100%;
}

.upp.style-2.team-section .sopan-shape {
  position: absolute;
  right: 0;
  text-align: right;
  z-index: -1;
}

/* Wood Animation */

span.wood-animation img {
  animation: wooo 3.5s infinite;
}

/*wood animation*/
@keyframes wooo {
  0% {
    transform: rotate3d(0, 0, 0);
  }
  50% {
    transform: rotate3d(0, 1, 0, 180deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 359deg);
  }
}

/* Left Animation */

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/*
<!-- ============================================================== -->
<!-- Start sopan Subcribe Section-->
<!-- ============================================================== -->*/

.sopan-subscribe {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0 60px;
}

.subscribe-content {
  display: flex;
  align-items: center;
}

.subscribe-title h2 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
}

.subscribe_right_side {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-single-box.bx-1 {
  position: inherit;
  background: transparent;
  padding: 0;
  width: inherit;
  display: flex;
  align-items: center;
  gap: 20px;
}
.counter-single-box.bx-1 .counter_icon img {
  filter: brightness(0) invert(1);
}
.counter-single-box.bx-1 .odometer-wrapper.counter-box-title {
  padding: 0;
}
.counter-single-box.bx-1 .odometer-wrapper.counter-box-title h1 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  margin-top: -8px;
}
.counter-single-box.bx-1 .counter-desc a {
  color: #000;
  margin: 0;
}

.counter-single-box.bx-1 .counter-desc a:hover {
  text-decoration: underline;
}

.sopan-button a {
  padding: 14px 38px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
  display: inline-block;
  background: var(--primary-color);
  border-radius: 28px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid transparent;
}

.sopan-button a:hover {
  color: var(--light);
  border: 1px solid #fff;
}

.sopan-button a i {
  font-size: 11px;
  font-weight: 600;
  margin-left: 8px;
  transform: rotate(-50deg);
  display: inline-block;
}

.sopan-button a .sopan-btn__hover {
  background: var(--light);
}

/*
<!-- ============================================================== -->
<!-- Start Appoinment Section-->
<!-- ============================================================== -->*/

.appoinment-section {
  padding: 120px 48px 120px;
  position: relative;
  background: #041c34;
}

.appoinment-section.style-2 {
  background: #fff;
}
.contact_thumb img {
  width: 100%;
}

.contact-form-box {
  padding: 92px 75px 97px;
  background: #1e3348;
  border-radius: 20px;
}

.form-box {
  position: relative;
  z-index: 1;
  margin-bottom:20px;
}

.form-box:before {
  width: 1px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.14901960784313725);
  position: absolute;
  content: "";
  left: 61px;
  top: 16px;
}

.form-box input::placeholder {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
}

.form-box input {
  width: 100%;
  height: 55px;
  margin-bottom: 25px;
  padding: 0 75px;
  outline: 0;
  display: inline-block;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.10196078431372549);
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
  border: 0;
}

.form-box input:focus,
button:focus {
  outline-color: transparent;
  border: 0 !important;
}

.form-box i {
  position: absolute;
  left: 30px;
  top: 20%;
  font-size: 15px;
  line-height: 26px;
  color: var(--thm-primary);
}

.form-box select {
  width: 100%;
  height: 55px;
  margin-bottom: 20px;
  padding: 0 75px;
  outline: 0;
  display: inline-block;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.10196078431372549);
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
  border: 0;
}

.form-box select option {
  background: var(--brand-color) !important;
  color: var(--primary-color);
}

.check_bx {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 27px;
}
.check_bx p {
  font-size: 15px;
  color: #ffffff8a;
  font-weight: 400;
  font-family: var(--font-family);
  margin: 0;
}
.check_bx input[type="checkbox"] {
  height: 20px;
  width: 20px;
}

/* Submit Button */

button.submit-btn {
  padding: 12px 38px;
  display: inline-block;
  border-radius: 32px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  overflow: hidden;
  border: 1px solid var(--thm-primary);
  background-color: var(--primary-color);
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
}

button.submit-btn:after {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  color: #fff;
  position: absolute;
  content: attr(data-text);
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--thm-primary);
  background: url(../images/main-home/mask-btn2.png);
  mask: url(../images/main-home/mask-btn2.png);
  -webkit-mask-size: 2300% 100%;
  mask-size: 2300% 100%;
  animation: mask_animation_2 0.7s steps(22) forwards;
  z-index: -1;
}

button.submit-btn i {
  padding-left: 7px;
  position: relative;
  top: 3px;
  transform: rotate(-45deg);
  display: inline-block;
}

button.submit-btn:hover:after {
  animation: mask_animation 0.7s steps(22) forwards;
}

.button.submit-btn:hover {
  color: var(--secondary-color);
}

/*
<!-- ============================================================== -->
<!-- Start Testimonial Section -->
<!-- ============================================================== -->*/
.testimonial-section {
  padding: 110px 0 10px;
  background: url(../images/main-home/testi-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.testimonial-section.style-4 {
  background: url(../images/main-home/why-choose-us-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.testi-thumb {
  position: relative;
  z-index: 1;
  right: 8%;
  bottom: -10px;
}

/* countr single box bx2 */

.counter-single-box.bx-2 {
  border-radius: 30px;
  background-color: rgb(255 255 255 / 74%);
  border: 2px solid rgba(255, 255, 255, 0.8);
  bottom: 6%;
  left: 49%;
  width: 250px;
  padding: 30px 54px 15px;
}

.counter-single-box.bx-2 .counter_icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 40px;
  background-color: var(--thm-primary);
  display: inline-block;
}

.counter-single-box.bx-2 .counter_icon img {
  width: 40%;
}

.testi-content {
  padding: 40px 40px 18px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
  filter: drop-shadow(0px 20px 50px rgba(212, 228, 242, 0.6));
  background-image: linear-gradient(
    180deg,
    rgb(255 255 255 / 55%) 0%,
    rgb(255 255 255 / 67%) 86%
  );
}

.testi-content:before {
  content: "";
  position: absolute;
  left: 72px;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 30px solid #ffffffc2;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  transition: 0.5s;
}

.testi-quote {
  margin-bottom: 21px;
}

.testi-desc p {
  font-size: 18px;
  line-height: 34px;
  color: #616161;
  font-weight: 400;
}

ul.testi-rating li {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  color: #ffba00;
  padding: 5px 0 18px;
  margin-right: 5px;
}

.user-info {
  display: flex;
  align-items: center;
  padding: 45px 0 0;
}
.people-pic img {
  width: auto;
  margin-right: 20px;
}

.user-name h4 {
  font-size: 20px;
  color: #041c33;
  font-weight: 500;
  margin: 0;
}

.user-name h6 {
  font-size: 16px;
  color: #616161;
  font-weight: 400;
  font-family: var(--font-family);
  margin: 12px 0 0;
}

/* Owl Dots */

.owl-dots {
  text-align: center;
  padding: 30px 0 0;
}

.owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  display: inline-block;
  margin-right: 7px;
}

.owl-dot.active {
  position: relative;
  z-index: 1;
}

.active.owl-dot:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  text-align: center;
  background: var(--secondary-color);
  border-radius: 10px;
}

/* Testimonial  Shape */

.testi-shp img {
  width: inherit;
  position: absolute;
  top: 6%;
  left: 38%;
  animation: wooo 3.5s infinite;
}

/*
<!-- ============================================================== -->
<!-- Start Brnad Section-->
<!-- ============================================================== -->*/

.marquee-section {
  background: var(--secondary-color);
  padding: 45px 0 50px;
}

.marquee {
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  user-select: none;
}

.marquee-single-box {
  flex-shrink: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: space-around;
  -webkit-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
}

.marquee-content h2 {
  display: inline-block;
  font-size: 28px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
}

.marquee-content h2 span img {
  margin: -6px 30px 0 20px;
  display: inline-block;
  -webkit-animation: rotateme 8s linear infinite;
  animation: rotateme 8s linear infinite;
}

/* Key Frames */

.scroll {
  animation: scroll 20s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 1rem));
  }
}

/*
<!-- ============================================================== -->
<!-- Start sopan Blog Section-->
<!-- ============================================================== -->*/

.color-1 {
  background: #eef7ff;
}

.blog-section.style_two {
  background: #fff;
}

.blog-single-box {
  display: flex;
  height: 100%;
  width: 100%;
}

.blog_lists {
  margin-bottom: 20px;
}

.blog-boxed-style {
  padding: 20px 20px 0 20px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.blog-boxed-styled {
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  width: 100%;
}

.blog-thumb {
  position: relative;
  z-index: 1;
}

.blog-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}

.blog-content {
  /* padding: 0 0 23px; */
  height: 100%;
  border-radius: 0 0 10px 10px;
}

.blog-contents {
  background: #fff;
}

.blog-cointents {
  padding: 0;
}

.blogs-category {
  background: var(--thm-primary);
  padding: 12px 30px;
  position: relative;
  z-index: 1;
}

.blogs-category:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: var(--thm-secondary);
  height: 100%;
  width: 0;
  transition: 0.5s;
}
.blog-single-box:hover .blogs-category:before {
  width: 100%;
}
.blog-single-box:hover .blogs-category ul li {
  color: #fff;
}

.blogs-category ul li i {
  margin-right: 10px;
}

.blogs-category ul li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-family);
  transition: 0.5s;
}

.blog_text {
  padding: 0 30px 30px;
}

.blog-title h2 a {
  display: inline-block;
  padding: 15px 0 0;
  transition: 0.5s;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #041c33;
  font-weight: 600;
  font-family: var(--font-family);
}

.blog-title h2 a:hover {
  color: var(--thm-secondary);
}

.sopan-button.btn2 {
  border-top: 1px solid rgb(41 136 228 / 16%);
  margin-top: 25px;
  padding-top: 27px;
}

.sopan-button.btn2 a {
  padding: 3px 25px;
  background: #edf7ff;
  font-size: 12px;
  line-height: 34px;
  color: #041c33;
  font-weight: 400;
  font-family: var(--font-family);
}
.sopan-button.btn2 a i {
  font-size: 9px;
  margin-left: 6px;
  transform: rotate(-59deg);
}
.sopan-button.btn2 a:hover {
  color: var(--light);
}

.sopan-button a .sopan-btn__hover {
  background: var(--secondary-color);
}

.blog-single-box:hover .sopan-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-section.style_two .sopan-button.btn2 a {
  background: #fff;
}

/*
<!-- ============================================================== -->
<!-- Start sopan Brand Section-->
<!-- ============================================================== -->*/

.brand-section {
  text-align: center;
}
.brand-section.style-2 {
  background: #fff;
}
.brand-section.style-3 {
  padding: 108px 0 110px;
}
.brand-section.style-4 {
  background: #fff;
}

.brand-thumb img {
  width: 100%;
  border: 2px solid #efefef;
  padding: 20px;
  border-radius: 20px;
}

.upp.brand-section {
  padding: 60px 0 120px;
}

/*
<!-- ============================================================== -->
<!-- Start sopan Footer Section-->
<!-- ============================================================== -->*/

.footer-section {
  padding: 117px 0 34px;
  background: var(--primary-color);
  position: relative;
  z-index: 1;
}

.footer-section.boxed {
  border-radius: 30px;
  margin-bottom: 12px;
}

.footer_widget_upper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
  padding-bottom: 40px;
  margin-bottom: 25px;
}

.footer_title h2 {
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--font-family);
  padding-left: 70px;
  margin: 0;
  position: relative;
}

.footer_title h2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 17px;
  width: 60px;
  height: 2px;
  background-color: var(--thm-secondary);
}

.footer_widget_anytime_alarm {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 7px;
}

.anytime_alarm i {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.10196078431372549);
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #d2e09b;
}

.footer_widget_anytime_alarm p {
  font-size: 16px;
  color: #ffffff80;
  font-weight: 400;
  margin: 0;
}

.company-info-desc p {
  padding: 6px 0 11px;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff9c;
  font-weight: 400;
  width: 96%;
}

.subscribe_form {
  position: relative;
}

.subscribe_form input {
  width: 100%;
  padding: 0 25px;
  outline: 0;
  display: inline-block;
  border-radius: 0;
  transition: 0.5s;
  height: 66px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(243, 246, 243, 0.15);
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
  border-radius: 0 35px 35px 0;
  margin: 27px 0 30px;
}

.subscribe_form input::placeholder {
  font-size: 16px;
  color: #ffffff;
  font-family: var(--font-family);
}

.subscribe_form button {
  color: #fff;
  text-align: center;
  position: absolute;
  right: 12px;
  border: 0;
  outline: 0;
  top: 41px;
  display: inline-block;
  border: 0;
  background: transparent;
  transition: 0.5s;
  width: 36px;
  line-height: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: var(--thm-primary);
}

.subscribe_form button i {
  font-size: 15px;
  font-weight: 600;
}

.subscribe_form input:focus,
button:focus {
  outline-color: var(--secondary-color);
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.sopan-social-icon a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  transition: 0.5s;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-color: rgba(234, 247, 243, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 34px;
  margin-right: 7px;
}

.sopan-social-icon a:hover {
  background: var(--secondary-color);
  color: var(--light);
}

/* widget */

h4.widget-title {
  font-size: 24px;
  color: #abd7ff;
  font-weight: 500;
  padding: 0 0 22px;
}

/*footer menu*/
.menu-quick-link-content {
  padding: 4px 0 0;
}

ul.footer-menu li {
  display: block;
  list-style: none;
  margin-bottom: 8px;
}

ul.footer-menu li a {
  display: inline-block;
  /* transition: 0.5s; */
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-family);
  position: relative;
  z-index: 1;
}

/* ul.footer-menu li a:before {
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--thm-primary);
  opacity: 0;
  transition: 0.5s;
} */

ul.footer-menu li a:hover:before {
  opacity: 1;
}

ul.footer-menu li a:hover {
  color: var(--light);
  /* padding-left: 20px; */
}

.sopan-info h5 {
  font-size: 15px;
  line-height: 26px;
  color: #f3f6f3;
  font-weight: 400;
  font-family: var(--font-family);
}

.sopan-info:nth-child(2) {
  margin-top: 15px;
}

.sopan-info:nth-child(3) {
  margin-top: -3px;
}

/* Footer Shape */

.footer-thumb1 {
  position: absolute;
  bottom: 91px;
  right: 28px;
  text-align: right;
  z-index: -1;
}

/* Footer Bottom */

.row.footer-btm {
  position: relative;
  z-index: 1;
  margin: 50px 0 0 0;
  padding: 23px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14901960784313725);
}

/* Social Icon */

.sopan-company-desc p {
  font-size: 14px;
  color: #ffffff;
}

.footer-bottom-menu ul li {
  display: inline-block;
  margin-left: 30px;
}

.footer-bottom-menu ul li a {
  font-size: 14px;
  line-height: 28px;
  color: #ffffff94;
  font-weight: 400;
  font-family: var(--font-family);
  display: inline-block;
}

/*======================================
Start  Home Two Csss
========================================*/

.boxed {
  position: relative;
  width: calc(100% - 175px);
  height: 100%;
  left: 0;
  z-index: 1;
  margin: auto;
}

/* ===============================
  Start Hero Section Two
================================== */

.hero-section.hero_two {
  background-position: center;
  background-repeat: no-repeat;
  height: 750px;
  background-size: cover;
  border-radius: 30px;
}

.style-two.hero-content {
  margin-top: 0;
  position: relative;
  z-index: 1;
}
.hero-arrow-shape {
  position: absolute;
  bottom: 28px;
  left: 52%;
}
.hero-content.style-two h1 {
  font-weight: 500;
}

.hero-content.style-two h4 {
  margin: 0 0 20px;
  font-size: 15px;
  color: var(--thm-secondary);
  font-weight: 400;
  background: var(--thm-secondary) 1f;
  display: inline-block;
  padding: 11px 22px;
  border-radius: 20px;
}
.hero-content.style-two p {
  font-size: 17px;
  line-height: 27px;
  margin: 17px 0 43px;
  width: 85%;
}
.style-two .sopan-service-bx {
  margin-top: 40px;
}
.style-two .sopan-hero-icon {
  margin-right: 15px;
}
.style-two .sopan-hero-content h5 {
  font-size: 15px;
  color: var(--thm-secondary);
  line-height: 24px;
  font-weight: 400;
  font-family: var(--font-family);
  margin: 0;
}
.hero-thumb.hero_img-two {
  margin-top: 6px;
  margin-left: -170px;
}
.hero-thumb.hero_img-two .hero-shapes:nth-child(2) {
  left: 84%;
  top: 20%;
}

/* ===============================
  Start About Section Style Two
================================== */

.about-serction.style-2 {
  background: #ffff;
}
.about-thumb.style-2 {
  margin-left: 0;
}
.style-2.about-serction .sopan-section-title p {
  padding: 21px 0 0;
  font-size: 17px;
  line-height: 27px;
  color: #041c33a8;
  font-weight: 400;
  width: 59%;
}
.style-2.about-serction .sopan-btn a {
  margin-top: 26px;
}

/* counter  */

.counter-right-side.bx-2 {
  background: #e9f4ff;
  border-radius: 15px;
  margin-top: 30px;
}
.about-counter-single-box {
  text-align: left;
  padding: 38px 20px;
  position: relative;
  z-index: 1;
}
.about-counter-single-box:before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 110px;
  background-color: #041c3338;
  z-index: -1;
}
.about-counter-single-box.bx-2:before {
  display: none;
}

.odometer-wrapper.counter-box-title2 h2 {
  font-size: 40px;
  color: #041c33;
  font-weight: 700;
  font-family: var(--font-family);
  display: inline-block;
  vertical-align: middle;
}
.counter-desc2 p {
  font-size: 14px;
  color: #041c33;
  font-weight: 400;
}
.about-thumb.right_side {
  margin-top: -190px;
}

/* ===============================
  Start Service Section Style Two
================================== */
.service-section.style-2 {
  padding: 75px 0 90px;
  border-radius: 30px;
}

.single-service-box.bx-2 {
  border-radius: 15px;
  background-color: #061e34;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 50px 30px 50px;
  margin-bottom: 30px;
}
.single-service-box.bx-2:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #11283d;
}
.single-service-box.bx-2 .service-icon {
  text-align: center;
  position: inherit;
  right: 0;
  line-height: 95px;
  top: 0;
  transition: 0.5s;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #ffffff0f;
  margin-bottom: 25px;
}
.single-service-box.bx-2:hover .service-icon img {
  filter: brightness(1);
}

.single-service-box.bx-2 .service-content h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
}

.single-service-box.bx-2 .service-content p {
  margin: 28px 0 38px;
  font-size: 17px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
}

h2.service_number {
  font-size: 60px;
  font-weight: 500;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffffde;
  color: transparent;
  -webkit-mask-image: linear-gradient(
    -75deg,
    rgb(255 255 255 / 15%) 50%,
    #f4f4f43d 50%,
    rgba(255, 255, 255, 0.15) 70%
  );
  -webkit-mask-size: 200%;
  animation: shine 3s infinite;
  font-family: var(--font-family);
  position: absolute;
  top: 35px;
  right: 39px;
}
.single-service-box.bx-2 .header-button a {
  padding: 11px 30px;
  background: transparent;
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  margin: 0;
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
  border: 1px solid #ffffff26;
}
.single-service-box.bx-2 .header-button a i {
  font-size: 16px;
  font-weight: 600;
}
.single-service-box.bx-2 .sopan-hover-btn {
  background-color: var(--secondary-color);
}

/* ===============================
  Start Team Section Style Two
================================== */

.team-section.style-2 {
  background: var(--light-color);
  padding: 110px 0 25px;
}

.team-section.style-3 {
  padding: 110px 0 85px;
}

.team-single-boxs {
  margin-bottom: 30px;
}

.team-thumbs {
  position: relative;
}

.team-thumbs img {
  width: 100%;
}

.team-single-boxs .social-icon {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  opacity: 0;
  transition: 0.5s;
}
.team-single-boxs:hover .social-icon {
  opacity: 1;
  right: 30px;
}
.team-single-boxs .social-icon ul li {
  display: block;
  padding-right: 9px;
  list-style: none;
  margin-bottom: 8px;
}

.team-single-boxs .social-icon ul li a {
  width: 45px;
  line-height: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #031b33;
  color: #fff;
  transition: 0.5s;
  display: inline-block;
  border: 1px solid #00000030;
  text-align: center;
}
.team-single-boxs .social-icon ul li a:hover {
  background: var(--brand-color);
  color: #031b33;
}

.team-single-boxs .team-btn {
  float: right;
  margin-top: -28px;
}

.team-single-boxs .team-btn a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #041c33;
  border: 1px solid rgba(13, 18, 36, 0.15);
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.team-single-boxs:hover .team-btn a {
  background: var(--secondary-color);
}

.team-single-boxs .team-content h2 {
  margin: 35px 0 3px;
  font-size: 20px;
  color: #041c33;
  font-weight: 500;
  font-family: var(--font-family);
}
.team-single-boxs .team-content h5 {
  background: transparent;
  display: inline-block;
  padding: 4px 0 0;
  border-radius: 20px;
  font-size: 16px;
  color: #041c33;
  font-weight: 400;
  font-family: var(--font-family);
}

/* ===============================
  Start Marquee Section Style Two
================================== */

.marquee-section.style-2 {
  background: #fff;
  padding: 45px 0 115px;
}
.marquee-content.style-2 h2 {
  display: inline-block;
  font-size: 72px;
  line-height: 27px;
  text-transform: uppercase;
  color: #041c33;
  font-weight: 500;
}

.marquee-content.style-2 h2 span img {
  margin: 0 55px 0 37px;
  display: inline-block;
  animation: wooo 3.5s infinite;
}

/* ===============================
  Start Testimonal Section Style Two
================================== */

.testimonial-section.style-2 {
  background: #041c33;
  border-radius: 30px;
  padding: 105px 0 120px;
  overflow: hidden;
}

.testimonial-section.style_inner_page {
  position: relative;
  border-radius: 0;
}

.testimonial-section.style-2 .sopan-section-title {
  margin-left: 100px;
}

.testimonal-thumb {
  position: absolute;
  top: 117px;
  left: 115px;
}

.testimonal-thumb img {
  border-radius: 15px;
}

ul.rating {
  display: flex;
  align-items: center;
  margin: 24px 0 68px;
}

.rating li {
  display: inline-block;
  list-style: none;
  font-size: 15px;
  color: var(--thm-secondary);
  margin-right: 7px;
}

ul.rating h5 {
  margin: 0;
  font-size: 17px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
}

.testi_main_bx {
  margin-left: 265px;
}

.testi-single-box.bx-2 {
  background: rgba(23, 46, 67);
  padding: 40px 43px 40px 40px;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
}

.testi-single-box.bx-2 .user-info {
  padding: 30px 0 0;
  border-top: 1px solid #ffffff2b;
  margin-top: 28px;
}

.testi-contents p {
  font-size: 17px;
  line-height: 27px;
  color: #ffffffa3;
  font-weight: 500;
  font-family: var(--font-family);
}

.testi-single-box.bx-2 .user-name h4 {
  margin: 0;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
}
.testi-single-box.bx-2 .user-name h6 {
  margin: 5px 0 0;
  font-size: 16px;
  color: #ffffffb3;
  font-weight: 400;
  font-family: var(--font-family);
}
.testi-single-box.bx-2 .people-pic img {
  width: auto;
  margin-right: 8px;
}

/* ======================================
  Start Pricing Section Style Two
========================================= */

.pricing-section {
  padding: 108px 0 90px;
}
.pricing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
}

.pricing-toggle span {
  font-size: 20px;
  color: #041c33;
  font-weight: 500;
}
.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 36px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #007aff;
  transition: 0.4s;
  border-radius: 18px;
}
.slider:before {
  position: absolute;
  content: "";
  left: 7px;
  bottom: 3px;
  transition: 0.4s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #041c33;
}
input:checked + .slider {
  background-color: var(--thm-secondary);
}
input:checked + .slider:before {
  transform: translateX(26px);
}
h2.price-yearly {
  display: none;
}

/* prcing single item */

.pricing-single-item {
  border-radius: 15px;
  background-color: #e7f5ff;
  padding: 42px 40px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
}
span.popular {
  font-size: 15px;
  color: #041c33;
  font-weight: 400;
  font-family: var(--font-family);
  transition: 0.5s;
}
h3.pricing-plan2 {
  font-size: 25px;
  color: #041c33;
  font-weight: 500;
  margin: 8px 0 32px;
  transition: 0.5s;
}
.pricing-plan h2 {
  font-size: 45px;
  line-height: 31px;
  color: #041c33;
  font-weight: 700;
  font-family: var(--font-family);
  transition: 0.5s;
}
.pricing-plan h2 span {
  font-size: 17px;
  color: #041c33;
  font-weight: 500;
  font-family: var(--font-family);
  transition: 0.5s;
}
.pricing-feature {
  border-top: 1px solid #0902021f;
  margin-top: 41px;
  padding-top: 42px;
  padding-bottom: 33px;
}
.pricing-feature ul li {
  font-size: 16px;
  color: #041c33;
  font-weight: 400;
  font-family: var(--font-family);
  margin-bottom: 10px;
  transition: 0.5s;
}
.pricing-feature ul li:nth-child(4) {
  color: #919191;
}
.pricing-feature ul li:nth-child(5) {
  color: #919191;
}
.pricing-feature ul li:nth-child(6) {
  color: #919191;
}
.pricing-feature ul li:nth-child(4) i {
  color: #919191;
}
.pricing-feature ul li:nth-child(5) i {
  color: #919191;
}
.pricing-feature ul li:nth-child(6) i {
  color: #919191;
}
.pricing-feature ul li i {
  color: var(--thm-primary);
  margin-right: 15px;
  position: relative;
  top: 2px;
  transition: 0.5s;
}
.pricing-single-item:hover .sopan-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.pricing-single-item .header-button a {
  padding: 11px 120px;
  color: #041c34;
  font-family: var(--font-family);
  background: transparent;
  border-radius: 30px;
  border: 1px solid #07010138;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.pricing-single-item:hover .header-button a {
  background: #fff;
  border: 1px solid #fff;
}
.pricing-single-item:hover .pricing-plan h2,
.pricing-single-item:hover h3.pricing-plan2,
.pricing-single-item:hover .pricing-plan h2 span,
.pricing-single-item:hover .pricing-feature ul li,
.pricing-single-item:hover .pricing-feature ul li i {
  color: #fff;
}
.pricing-single-item:hover span.popular {
  color: #dfe6ec;
}
.pricing-single-item:hover .pricing-feature ul li:nth-child(4),
.pricing-single-item:hover .pricing-feature ul li:nth-child(5),
.pricing-single-item:hover .pricing-feature ul li:nth-child(6),
.pricing-single-item:hover .pricing-feature ul li:nth-child(4) i,
.pricing-single-item:hover .pricing-feature ul li:nth-child(5) i,
.pricing-single-item:hover .pricing-feature ul li:nth-child(6) i {
  color: #dfe6ec;
}
.pricing-single-item:hover .pricing-feature {
  border-top: 1px solid #dfe6ec;
}

/* ======================================
  Start Service Section Style Three
========================================= */

.service-section.style-3 .sopan-section-title h4 {
  padding: 0 0 18px 25px;
}

.single-service-box.bx-3 {
  background: transparent;
  padding: 0;
}

.single-service-box.bx-3 .service-thumb {
  position: relative;
  z-index: 1;
  height: 350px;
  overflow: hidden;
}
.single-service-box.bx-3 .service-thumb:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0%;
  width: 100%;
  background: rgba(4, 28, 51, 0.8);
  transition: 0.5s;
}
.single-service-box.bx-3 .service-thumb:hover:before {
  height: 100%;
}
.service-thumb img {
  width: 100%;
  height: 65px;
  object-fit: contain;
}

.service-thumbed img {
  width: 170px;
  height: 70px;
  object-fit: contain;
}

.service-contents {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0 35px 0;
  transition: 0.5s;
  opacity: 0;
}

.service-thumb:hover .service-contents {
  opacity: 1;
  top: 50%;
}
.service-contents span {
  font-size: 15px;
  color: #041c33;
  font-weight: 500;
  font-family: var(--font-family);
  background: var(--brand-color);
  padding: 9px 20px;
  border-radius: 19px;
}
.service-contents h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin: 37px 0 22px;
}
.service-contents p {
  font-size: 17px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  font-family: var(--font-family);
}
.service_btns {
  margin-top: 50px;
}
.service_btns a {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-color: #ffffff;
  line-height: 70px;
}
.service_btns a i {
  font-size: 18px;
  font-weight: 700;
}

/* service secton style 4 */
.service-section.style-4 {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 90px 90px;
  border-radius: 30px;
}
.service-section.style-4 .single-service-box {
  background: var(--light);
  position: relative;
  z-index: 1;
}
.service-section.style-4 .single-service-box:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: var(--primary-color);
  transition: 0.5s;
  z-index: -1;
}
.service-section.style-4 .single-service-box:hover:before {
  width: 100%;
}
.service-section.style-4 .single-service-box .service-icon {
  background-color: rgba(4, 28, 51, 0.10196078431372549);
}

.service-section.style-4 .single-service-box .service-thumb img {
  width: inherit;
}
.service-section.style-4 .single-service-box .service-content h3 {
  color: #041c33;
  transition: 0.5s;
}
.service-section.style-4 .single-service-box .service-content p {
  color: #041c3382;
  transition: 0.5s;
}
.service-section.style-4 .single-service-box .service_btn a {
  color: #041c33;
  background-color: rgba(4, 28, 51, 0.058823529411764705);
}
.service-section.style-4 .single-service-box:hover .service_btn a {
  color: #fff;
  background-color: var(--secondary-color);
}
.service-section.style-4 .single-service-box:hover .service-content p,
.service-section.style-4 .single-service-box:hover .service-content h3,
.service-section.style-4 .single-service-box:hover .service_btn a {
  color: var(--light);
}
.service-section.style-4 .single-service-box:hover .service-icon {
  background-color: var(--secondary-color);
}
.service-section.style-4 .single-service-box:hover .service-icon img {
  filter: brightness(0) invert(1);
}

/*
<!-- ============================================================== -->
<!-- Start Breatcome Secttion -->
<!-- ============================================================== -->*/

.breatcome-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.breatcome-section .hero-socail-icon {
  left: 14px;
  bottom: 97px;
}

.breatcome-content h1 {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  margin: 0;
}

ul.breatcome-item li {
  list-style: none;
  display: inline-block;
  color: #000;
  font-size: 13px;
  padding: 10px 0 0;
}

ul.breatcome-item li a {
  transition: 0.5s;
  padding: 0 8px 0 0;
  position: relative;
  z-index: 1;
  font-size: 13px;
  color: var(--thm-primary);
  font-weight: 600;
  font-family: var(--font-family);
}

ul.breatcome-item li a:hover {
  color: var(--secondary-color);
}

ul.breatcome-item li a i {
  display: inline-block;
  font-size: 13px;
  color: #000;
  margin-left: 6px;
}

/*
<!-- ============================================================== -->
<!-- Start Pagination btn -->
<!-- ============================================================== -->*/

.pagination-btn {
  margin: 30px 0 27px;
}
.pagination-btn ul li {
  display: inline-block;
  margin-right: 8px;
}
.pagination-btn ul li a {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 28px;
  background-color: rgba(255, 255, 255, 0.8196078431372549);
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  color: #041c33;
  font-weight: 700;
  font-family: var(--font-family);
}
.pagination-btn ul li a:hover {
  background: var(--secondary-color);
  color: var(--light);
}
.pagination-btn ul li:first-child a {
  background: var(--secondary-color);
  color: var(--light);
}

/*Tab Items
=======================*/

/* Tap Style */

.tab {
  padding-top: 50px;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

.tabs {
  display: table;
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.tabs li {
  line-height: 38px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.tabs_item {
  display: none;
  padding: 30px 0;
}

.tabs_item:first-child {
  display: block;
}

/* Box Style */

.upp.style-2 .testi-single-box {
  padding: 58px 50px 38px;
}

.upp.style-2 .user-info {
  padding: 35px 50px 35px 35px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  background-image: inherit;
  margin: 30px 25px 0 0;
  border-radius: 15px;
}

.upp.style-2 .user-name h4 {
  font-size: 24px;
  font-weight: 600;
}

.upp.style-2 .user-name h6 {
  text-align: left;
  font-size: 17px;
  text-transform: capitalize;
}

.upp.style-2 .testi-desc p {
  font-size: 20px;
  color: #65677a;
  line-height: 32px;
  font-family: "Albert Sans";
  font-style: inherit;
  padding: 5px 0 0;
}

.upp.style-2 ul.testi-rating li {
  font-size: 19px;
  letter-spacing: 5px;
}

/* Style Testi-bg */

.row.testi-bg {
  padding-top: 100px;
}

.upp.style-2 .testi-bg .user-info {
  padding: 12px 0 0;
  background-color: inherit;
  border: 0;
  background-image: inherit;
  margin: 30px 25px 0 0;
  border-radius: 15px;
}

.upp.style-2 .testi-bg .testi-single-box {
  padding: 5px 45px 40px;
}

/*********************************
    - Special Skill bar area -
**********************************/
.skill-serction {
  padding: 80px 0 60px;
  position: relative;
  z-index: 1;
}

.skill-serction .sopan-shape-cntr {
  top: 0;
}

.prossess-ber-plugin {
  padding: 40px 0 0;
}

.prossess-ber-plugin span {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 18px;
}

.barfiller {
  width: 100%;
  height: 3px;
  background: rgba(0, 37, 112, 0.2);
  position: relative;
  margin-bottom: 25px;
  margin-top: 12px;
  border-radius: 5px;
}

span.fill {
  background: var(--primary-color) !important;
  border-radius: 5px;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}
.barfiller .tipWrap {
  display: none;
}

.barfiller .tip {
  margin-top: -37px;
  font-size: 18px;
  color: var(--primary-color);
  font-weight: 500;
  left: 0px;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.barfiller.tip777:after {
  border: solid;
  border-color: rgba(255, 183, 77, 0.9) transparent;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 100%;
  z-index: 9;
}
.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

/* Blog List */

.sopan-section.blg-list {
  background: #ffff;
}

.blog-single-box.blog_lists {
  display: flex;
  background: #ecf7ff;
}
.blog-single-box.blog_lists .blog-thumb {
  flex-shrink: 0;
}
.blog-single-box.blog_lists .blog-thumb img {
  height: 300px;
  width: 400px;
  object-fit: cover;
}
span.date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 8px 23px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.blog-single-box.blog_lists .blog-content {
  background: #ecf7ff;
  padding: 40px 0 44px;
  border-radius: 0;
}

.blog-single-box.blog_lists .blogs-category {
  background: transparent;
  padding: 5px 18px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(4, 28, 51, 0.18);
  display: inline-block;
  border-radius: 20px;
  margin-left: 30px;
}
.blog-single-box.blog_lists .blogs-category:before {
  display: none;
}
.blog-single-box.blog_lists .blogs-category ul li {
  margin-right: 15px;
  color: #041c33;
}

.blog-single-box.blog_lists .blogs-category ul li:last-child {
  margin-right: 0;
}
.blog-single-box.blog_lists .sopan-button.btn2 a {
  background: #041c33;
  color: #ffff;
}

/* Blog Details */

.search-bx {
  position: relative;
  z-index: 1;
  padding: 0 0 10px;
}

.search-bx input {
  padding: 10px 25px;
  width: 100%;
  height: 55px;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #ffffff;
}

.search-bx input::placeholder {
  font-size: 15px;
  color: #21222b;
  font-weight: 400;
  font-family: var(--font-family);
}

.search-bx button.subscribe-btn {
  border: 0;
  background: var(--secondary-color);
  color: #fff;
  position: absolute;
  right: 0;
  top: 0px;
  width: 55px;
  height: 55px;
  border-radius: 0 5px 5px 0;
  background-color: var(--thm-primary);
}

/* Category Box */

.sopan-category-items {
  margin-bottom: 30px;
}

.category-content {
  padding-left: 20px;
}

.category-content h4 {
  margin: 0;
}

.category-content h4 a {
  display: inline-block;
  transition: 0.5s;
  font-size: 17px;
  line-height: 24px;
  color: #041c33;
  font-weight: 600;
}

.category-content h6 {
  margin: 11px 0 0;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--thm-primary);
  font-weight: 400;
  font-family: var(--font-family);
}

.category-content h4 a:hover {
  color: var(--secondary-color);
}

.sopan-category-items.upp {
  margin: 0 0 15px;
}

.post-content.upp {
  border: 0;
}

/* Blog Post Comment */

.blog-post-comment {
  padding: 90px 0 0;
}

.post-comment {
  display: flex;
  padding: 30px 0 0;
}

.post-content {
  margin: 0px 0 0px 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #fff;
}

h4.post-title {
  font-size: 20px;
  font-weight: 600;
}

.post-content h6 {
  font-size: 14px;
  font-weight: 400;
  margin: 6px 0 14px;
}

p.posts-reply {
  font-size: 16px;
  color: #65677a;
}

.post-comment2 {
  display: flex;
  padding: 40px 0 0;
  margin-left: 80px;
}

/* ====================================================
   Start Blog Details Css
======================================================= */

.blog-details_itm {
  background-color: #ffffff;
}

.blog-content {
  transition: 0.5s;
}
.blog-meta {
  padding: 8px 0 16px;
}
.blog-meta span {
  padding-left: 25px;
  padding-right: 0;
  font-size: 16px;
  color: #041c33ab;
  font-weight: 400;
  font-family: var(--font-family);
}
.blog-meta span:last-child {
  padding-left: 50px;
}
.blog-meta span.left {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.blog-meta span.left:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: var(--thm-primary);
}
.blog-meta span a i {
  color: var(--thm-primary);
  margin-right: 5px;
}
.blog-meta span a {
  color: #575f66;
  transition: 0.5s;
  display: inline-block;
}
.blog-meta span a:hover {
  color: var(--thm-primary);
}

.blog-content-text.text-left h2 {
  margin: 0 0 15px;
  font-size: 28px;
  line-height: 42px;
  color: #041c33;
  font-weight: 500;
  font-family: var(--font-family);
}
h3.blog-dtls-title3 {
  font-size: 28px;
  color: #041c33;
  font-weight: 500;
  font-family: var(--font-family);
  margin: 53px 0 17px;
}
p.qouik {
  margin-right: 33px;
}
p.qouik2 {
  margin: 21px 57px 42px 0;
}
p.desc-style1 {
  margin-right: 82px;
}

.blog-details-thumb img {
  width: 100%;
}
/*blog tetails items*/

.blog-details-single-items {
  background: #f5f6f8;
  display: flex;
  padding: 40px 179px 41px 40px;
}
.blog-details-single-items .blog-icon {
  float: left;
  padding: 0;
  margin-right: 25px;
  margin-top: 8px;
}

.blog-details-content p {
  font-size: 18px;
  line-height: 30px;
  color: #041c33;
  font-weight: 400;
  font-style: italic;
  font-family: var(--font-family);
  overflow: hidden;
}

.blog-details-bio span {
  font-size: 15px;
  color: var(--thm-primary);
  font-weight: 400;
  padding-left: 60px;
  position: relative;
  z-index: 1;
}
.blog-details-bio span:before {
  width: 50px;
  height: 1px;
  background-color: var(--thm-primary);
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
}

h2.blog-dtls-title3 {
  font-size: 34px;
  color: #171717;
  font-weight: 700;
  margin: 56px 0 18px;
}

/* blog details list thumb */

.blog-details-list-item {
  margin-top: 18px;
  margin-bottom: 47px;
}

h3.blog-details-list-title {
  font-size: 24px;
  color: #171717;
  font-weight: 700;
  margin-bottom: 17px;
}

ul.blog-details-list li {
  margin-bottom: 14px;
  font-size: 16px;
  color: #041c33;
  font-weight: 500;
  font-family: var(--font-family);
}

ul.blog-details-list img {
  margin-right: 10px;
}

/*blog social*/
.blog-social-tags a {
  border-radius: 4px;
  background-color: #f3f4f8;
  display: inline-block;
  text-align: center;
  padding: 5px 24px;
  font-size: 14px;
  color: #001819;
  font-weight: 400;
  font-family: var(--font-family);
  margin-right: 8px;
}
.blog-social-tags a:hover {
  background: var(--secondary-color);
  color: var(--light);
}
.blog-details-social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.single-blog-social-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h3.blog-dtls-title3.two {
  margin: 40px 0 17px;
}

.single-blog-social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}

.single-blog-social-icon ul li i {
  font-size: 13px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  transition: 0.5s;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #1773ea;
}

.single-blog-social-icon ul li:nth-child(2) i {
  background: #00a9e8;
}
.single-blog-social-icon ul li:nth-child(3) i {
  background: #0270ad;
}
.single-blog-social-icon ul li:nth-child(4) i {
  background: #b7081b;
}

.single-blog-social-icon ul li:hover i {
  background: var(--primary-color);
}

/* Comment CSS */
.details_rcnt {
  border-radius: 5px;
  background-color: #f3f4f8;
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 60px;
}
.details_rcnt.style-two {
  text-align: right;
}
.details_rcnt.style-two .category-content {
  padding-left: 0;
  padding-right: 20px;
}
.details_rcnt .category-content h4 a {
  display: inline-block;
  transition: 0.5s;
  font-size: 18px;
  line-height: 26px;
  color: #041c33;
  font-weight: 600;
  font-family: var(--font-family);
}
.pagination-btns a {
  display: inline-block;
  font-size: 18px;
  color: #041c33;
  font-weight: 600;
  font-family: var(--font-family);
  margin-bottom: 23px;
}
.pagination-btns a i {
  font-size: 14px;
  position: relative;
  top: -2px;
}

.blog-details-comment {
  margin-bottom: 20px;
  position: relative;
  background: #f5f6f8;
  border-bottom: 1px solid rgba(0, 24, 25, 0.10196078431372549);
  padding-bottom: 12px;
  margin-top: 35px;
}

.blog-details-comment-thumb {
  float: left;
  margin-right: 25px;
}

.blog-details-comment-content {
  overflow: hidden;
}

.blog-details-comment-content h2 {
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 28px;
  color: #041c33;
  font-weight: 400;
}
.blog-details-comment-reply a {
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  color: #041c33;
  font-weight: 500;
  font-family: var(--font-family);
  position: absolute;
  right: 0;
  top: -4px;
}
.reply .blog-details-comment-reply a {
  right: -45px;
}

.blog-details-comment-reply a i {
  margin-right: 10px;
  color: var(--secondary-color);
}

.blog-details-comment.reply {
  margin-left: 90px;
  border: 0;
  padding-bottom: 0;
  margin-right: 40px;
}

/* commet form */
.comment-bx {
  background-color: #f3f4f8;
  border-radius: 5px;
  padding: 47px 60px 60px;
  margin-top: 30px;
}
.comment-form {
  margin-top: 56px;
}
.comment-title h3 {
  margin-bottom: 27px;
  font-size: 24px;
  color: #041c33;
  font-weight: 500;
  font-family: var(--font-family);
}
.comment-title.two h3 {
  margin: 73px 0 35px;
}
#comment-msg-box {
  width: 100%;
  transition: 0.5s;
  height: 170px;
  background-color: #ffffff;
  border: 0;
  padding: 21px 25px;
}

#comment-msg-box::placeholder {
  font-size: 15px;
  color: #041c33;
  font-weight: 400;
  font-family: var(--font-family);
}
input.comment-box {
  border: 1px solid rgba(23, 23, 23, 0.1);
  width: 100%;
  margin-bottom: 30px;
  padding: 25px;
  height: 56px;
  border-radius: 5px;
  background-color: #ffffff;
}

input.comment-box::placeholder {
  font-size: 15px;
  color: #041c33;
  font-weight: 400;
  font-family: var(--font-family);
}
.check_bx.two {
  margin: 20px 0 26px;
}
.check_bx.two p {
  font-size: 16px;
  color: #041c338f;
  font-weight: 400;
  font-family: var(--font-family);
}

/*form button*/
.comment-form .submit-comment {
  padding: 14px 22px;
  margin-left: 15px;
  border: 0;
  transition: 0.5s;
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  font-family: var(--font-family);
  border-radius: 8px;
  background-color: var(--thm-primary);
  width: 199px;
}
.comment-form .submit-comment:hover {
  background: var(--primary-color);
  color: var(--light);
}

/*
<!-- ============================================================== -->
<!-- Start About Inner Page Secttion -->
<!-- ============================================================== -->*/

.style-3.about-section {
  padding: 120px 0 120px;
  position: relative;
  z-index: 1;
}

.style-3 .about-thumb img {
  border-radius: 30px 30px 0px 0;
}

.style-3 .counter-right-side {
  display: flex;
  background: var(--secondary-color);
  justify-content: center;
  width: 549px;
  padding: 30px 0 20px;
  border-radius: 0 0 30px 30px;
}

.style-3 .odometer-wrapper.counter-box-title {
  border-bottom: 0;
  padding: 0;
}

.style-3 .odometer-wrapper.counter-box-title h1 {
  font-size: 45px;
}

.style-3 .counter-desc p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0px 0 0;
}

/* About Services */

ul.about-sopan-services li {
  display: block;
  list-style: none;
  position: relative;
  color: var(--primary-color);
  padding: 0 0px 20px 25px;
  position: relative;
}

ul.about-sopan-services li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--secondary-color);
}

.style-3.about-section .sopan-btn {
  padding: 28px 0 0;
}

.style-3.about-section .sopan-shape {
  position: absolute;
  right: 10px;
  bottom: 154px;
  text-align: right;
  z-index: -1;
}

/*
<!-- ============================================================== -->
<!-- Start Mission & Vission Section -->
<!-- ============================================================== -->*/

.mission-vission-section {
  padding: 0 0 90px;
}

.mission-vission-single-box {
  padding: 38px 35px 20px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.m_v-ssion {
  align-items: center;
}

.m_v-ssion-icon {
  margin-right: 15px;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  border-radius: 32px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  transition: 0.5s;
}

.m_v-ssion-title h3 {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  margin: 0;
  transition: 0.5s;
}

.m_v-ssion-desc p {
  font-size: 17px;
  color: #65677a;
  display: inline-block;
  padding: 25px 0 0;
  transition: 0.5s;
}

.mission-vission-single-box:hover {
  border: 2px solid var(--primary-color);
}

.mission-vission-single-box:hover .m_v-ssion-title h3 {
  color: var(--secondary-color);
}

.mission-vission-single-box:hover .m_v-ssion-icon {
  background: var(--bs-primary-bg-subtle);
}

.mission-vission-single-box:hover .m_v-ssion-desc p {
  color: #97a9bf;
}

.mission-vission-single-box .sopan-hover-box {
  background-color: var(--primary-color);
}

.mission-vission-single-box .hover-bx {
  border-radius: 16px 0 0px 16px;
}

.mission-vission-single-box .hover-bx4 {
  border-radius: 0 16px 16px 0;
}

.mission-vission-single-box:hover .sopan-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
<!-- ============================================================== -->
<!-- Start Services Pages Section -->
<!-- ============================================================== -->*/

.services-section {
  padding: 120px 0 90px;
}

.single-services-box {
  padding: 38px 35px 32px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  margin-bottom: 30px;
}

.services-icon {
  width: 70px;
  height: 70px;
  line-height: 57px;
  text-align: center;
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}

.services-icon img {
  transition: all 0.5s ease-in-out;
}

.services-icon span img {
  position: absolute;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
}

.services-title h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  transition: 0.5s;
}

.services-desc p {
  color: #65677a;
  padding: 25px 0 32px;
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.srvce-btn a {
  padding: 0 0 0;
  font-size: 15px;
  color: #65677a;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 10px 0 0;
}

.srvce-btn a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  background: var(--secondary-color);
  transition: 0.5s;
}

.srvce-btn a i {
  position: absolute;
  left: 0;
  transition: 0.5s;
  opacity: 0;
}

.single-services-box:hover .services-icon img {
  opacity: 0;
  transform: translateY(-200%);
}

.single-services-box:hover .services-icon span img {
  position: absolute;
  bottom: 0;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  transform: translateY(-13px);
}

.upp.single-services-box:hover .services-icon span img {
  transform: translateY(-20px);
}

.single-services-box:hover .srvce-btn a:before {
  width: 100%;
}

.single-services-box:hover .srvce-btn a {
  color: var(--secondary-color);
}

.single-services-box:hover .srvce-btn a i {
  left: 84px;
  opacity: 1;
}

.single-services-box:hover .services-title h3 {
  color: var(--secondary-color);
}

/*
<!-- ============================================================== -->
<!-- Start sopan Section -->
<!-- ============================================================== -->*/

.sopan-thumb img {
  height: 350px;
  object-fit: cover;
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 20px;
}

.sopan-description p {
  margin-top: 20px;
}

.sopan-title h2 {
  font-size: 28px;
  font-weight: 600;
}

p.mdy-pd {
  padding: 8px 0 30px;
}

/* sopan single box */

.sopan-single-box {
  padding: 35px 30px 20px;
  background-color: rgba(243, 248, 253, 0.30196078431372547);
  border: 2px solid #ffffff;
  border-radius: 15px;
  margin-bottom: 30px;
}

.sopan-icons {
  float: left;
  width: 80px;
  height: 80px;
  line-height: 77px;
  text-align: center;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  margin-right: 30px;
}

.sopan-content {
  overflow: hidden;
}

.sopan-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 12px;
}

.sopan-content p {
  color: #65677a;
}

/* sopan  Blog */
.sopan-blog {
  background: var(--secondary-color);
  padding: 30px 40px 14px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.blog-icon {
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  padding-right: 30px;
  margin-right: 30px;
  margin-top: -15px;
}

.blog-desc p {
  font-size: 23px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
  padding: 0 0 0 24px;
}

.sopan-blog .sopan-hover-box {
  background-color: var(--primary-color);
}

.sopan-blog .hover-bx {
  border-radius: 15px 0 0px 15px;
}

.sopan-blog .hover-bx4 {
  border-radius: 0 15px 15px 0;
}

.sopan-blog:hover .sopan-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*****************************
 Faq Accordion
*******************************/
.faq-section {
  background: url(../images/home-two/service_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.style-0.breatcome-section {
  margin-top: 0px;
}

.tab_container {
  overflow: hidden;
}

.accordion-content h2 {
  font-size: 28px;
  font-weight: 700;
}

.accordion-content p {
  color: #002570;
  padding: 20px 0 32px;
}

.accordion li {
  list-style: none;
  padding: 0px 0px 25px;
}

.accordion li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color) !important;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  padding: 16px 20px 16px 42px;
  border-radius: 15px;
  z-index: 1;
}

.accordion li a span {
  font-size: 20px;
  color: var(--thm-primary);
  padding: 0 15px 0 0px;
  position: relative;
  z-index: 1;
}

.accordion li a span:before {
  position: absolute;
  content: "";
  top: -8px;
  right: -765px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
}

.accordion li p {
  display: none;
  padding: 24px 15px 10px 25px;
  margin: 0;
  background: transparent;
  overflow: hidden;
}

.accordion a:before {
  width: 3px;
  height: 15px;
  background: var(--thm-primary);
  position: absolute;
  right: 41px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.accordion a:after {
  width: 15px;
  height: 3px;
  background: var(--thm-primary);
  position: absolute;
  right: 35px;
  content: " ";
  top: 28px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

/* Active */

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  background: #fff;
}

.accordion a.active:before {
  display: none;
}

.accordion a.active {
  background: var(--primary-color);
  color: #fff !important;
  border: 2px solid var(--primary-color);
}

.accordion li a.active span {
  color: #fff;
}

.accordion li a.active span:before {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

/* STyle 2 */

.faq-section .tab_container {
  padding: 105px 0 60px;
}

.style-2.accordion li p {
  display: none;
  padding: 24px 15px 30px 25px;
  margin: 0;
  background: #eef5ff;
  overflow: hidden;
  font-size: 16px;
  border-top: 0;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.style-2.accordion li a span {
  padding: 0 0px 0 0px;
}

.style-2.accordion li a span:before {
  right: -584px;
}

.style-2.accordion li a.active span:before {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
}

/* Active */

.style-2.accordion a.active {
  background: #eef5ff;
  color: var(--primary-color) !important;
  border: 2px solid #fff;
  border-radius: 15px 15px 0 0;
  border-bottom: 2px solid #fff;
  padding: 18px 20px 22px 25px;
}

/* Accordion Style 2 */

.accordion2 li {
  list-style: none;
  padding: 0px 0px 25px;
}

.accordion2 li a {
  position: relative;
  width: 100%;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color) !important;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  padding: 16px 20px 16px 25px;
  border-radius: 15px;
  z-index: 1;
}

.accordion2 li a span {
  font-size: 20px;
  color: var(--secondary-color);
  padding: 0 15px 0 0px;
  position: relative;
  z-index: 1;
}

.accordion2 li a span:before {
  position: absolute;
  content: "";
  top: -8px;
  right: -584px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
}

.style-2.accordion2 li a span {
  padding: 0 0px 0 0px;
}

.accordion2 li p {
  display: none;
  padding: 24px 15px 30px 25px;
  margin: 0;
  background: #eef5ff;
  overflow: hidden;
  font-size: 16px;
  border-top: 0;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.accordion2 a:before {
  width: 3px;
  height: 15px;
  background: var(--secondary-color);
  position: absolute;
  right: 41px;
  content: " ";
  top: 22px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
}

.accordion2 a:after {
  width: 15px;
  height: 3px;
  background: var(--secondary-color);
  position: absolute;
  right: 35px;
  content: " ";
  top: 28px;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}

/* Active */

.accordion2 a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  background: #fff;
}

.accordion2 a.active:before {
  display: none;
}

.accordion2 a.active {
  background: #eef5ff;
  color: var(--primary-color) !important;
  border: 2px solid #fff;
  border-radius: 15px 15px 0 0;
  border-bottom: 2px solid #fff;
  padding: 18px 20px 22px 25px;
}

.accordion2 li a.active span:before {
  background-color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}

/* Style upp */

.upp.faq-section .tab_container {
  padding: 0px 0 95px;
}
.upp.style-2.accordion li a {
  font-size: 18px;
}

.upp.style-2.accordion li a span:before {
  right: -1245px;
}

/* ================
sopan Category box
======================= */

h3.category-title {
  padding: 0px 0 14px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 24px;
  color: #041c33;
  font-weight: 600;
}
h3.category-title:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #0c5adb;
  transition: 0.5s;
}

h3.category-title:hover:before {
  width: 100%;
}

/* box */

.sopan-category-box {
  padding: 20px;
  border-radius: 10px;
  background-color: #f3f4f8;
  border: 2px solid #ffffff;
}
.sopan-category-boxed {
  margin-top: 30px;
  margin-bottom: 0;
}

ul.sopan-service li {
  padding: 10px;
  display: block;
  list-style: none;
  border-radius: 0;
  background-color: #fff;
  border: 0;
  margin: 0 0 15px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

ul.sopan-service li:before {
  position: absolute;
  content: "";
  z-index: -1;
  right: 0;
  top: 0;
  width: 0%;
  height: 100%;
  background: var(--primary-color);
  transition: 0.5s;
  border-radius: 0;
}

ul.sopan-service li a {
  transition: 0.5s;
  font-size: 15px;
  color: #041c33;
  font-weight: 400;
  font-family: var(--font-family);
}

ul.sopan-service li a i {
  padding: 0 12px 0 0;
  font-size: 17px;
  display: inline-block;
  color: var(--secondary-color);
  transition: 0.5s;
}

ul.sopan-service li:hover:before {
  width: 100%;
  left: 0;
}

ul.sopan-service li:hover a {
  color: #fff;
}

ul.sopan-service li:hover a i {
  color: #fff;
}

/* list category  */

ul.list_category li {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 7px;
}
ul.list_category li a {
  display: inline-block;
  font-size: 13px;
  color: #041c33;
  font-weight: 400;
  font-family: var(--font-family);
  padding: 5px 15px;
  background: #fff;
  border-radius: 5px;
}

.sopan-btn.style_inner {
  margin-top: 30px;
}
/* Download Button */

.download-btn a ,
.download-btns a {
  font-size: 15px;
  display: inline-block;
  background: var(--thm-primary);
  color: #fff;
  padding: 10px 15px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.download-btn a i ,
.download-btns a i {
  font-size: 20px;
  position: relative;
  top: 2px;
  padding-left: 7px;
}

.download-btn a span i {
  float: right;
  display: inline-block;
  font-size: 17px;
  padding: 0 0 0 8px;
  transition: 0.5s;
}

a.active-btn {
  background: var(--secondary-color);
}

span.dwnlod-hvr i {
  position: absolute;
  right: 22px;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(50px);
}

.download-btn a:hover span i {
  opacity: 0;
  transform: translateY(-200%);
}

.download-btn a:hover span.dwnlod-hvr i {
  opacity: 1;
  transform: translateY(15px);
}

/* Compani contact */

.sopan-company-contact {
  background: url(../images/resource/company-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 55px 40px 50px;
  border-radius: 20px;
}

.call-icon {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.call-icon:before {
  position: absolute;
  content: "";
  top: 35px;
  left: 35px;
  right: 0;
  margin: auto;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  border: 3px solid var(--thm-primary);
  animation: zoomBig2 2.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sopan-category-content h6 {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-family);
  padding: 28px 0 0;
  color: #fff;
}
.sopan-category-content h4 {
  font-size: 24px;
  font-weight: 400;
  font-family: var(--font-family);
  padding: 4px 0 20px;
  color: #fff;
}

.sopan-category-content p {
  font-size: 16px;
  color: #fff;
  font-family: var(--font-family);
}

.sopan-category-content p i {
  color: var(--secondary-color);
  padding: 0 8px 0 0;
  display: inline-block;
}

@keyframes zoomBig2 {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 7px;
  }
  40% {
    opacity: 0.5;
    border-width: 5px;
  }
  65% {
    border-width: 4px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

/* Contact Button */

.sopan-contact-btn a {
  padding: 15px 30px;
  font-family: var(--font-family);
  background: var(--secondary-color);
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  margin-top: 52px;
}

.sopan-contact-btn a i {
  padding-left: 5px;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.sopan-contact-btn a .sopan-hover-btn {
  background-color: var(--primary-color);
}

.sopan-contact-btn a .hover-btn {
  border-radius: 5px 0 0px 5px;
}

.sopan-contact-btn a .hover-btn4 {
  border-radius: 0 5px 5px 0;
}

.sopan-contact-btn a:hover .sopan-hover-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Custom Scroll  */

.custom-scroll {
  width: auto;
  width: 100%;
  text-align: left;
  background: transparent;
  display: inline-block;
}

.custom-scroll .accordion li a span:before {
  right: -728px;
}

.custom-scroll .sopan-content p {
  font-size: 16px;
}

.sopan-section.blg-list .custom-scroll {
  height: 1665px;
}

/*
<!-- ============================================================== -->
<!-- Start Project Section-->
<!-- ============================================================== -->*/

.project-section {
  padding: 120px 0 0px;
}

.project-thumb {
  position: relative;
  z-index: 1;
}

.project-thumb img {
  width: 100%;
  border-radius: 18px;
}

.project-content {
  padding: 25px 30px 10px;
  position: relative;
  border-radius: 20px;
  background-image: linear-gradient(
    180deg,
    #007dff 0%,
    #e5f1ff 74%,
    #e5f1ff 100%
  );
  border: 2px solid #ffffff;
  bottom: 92px;
  width: 84%;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s;
}

.project-content h5 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.project-content h2 {
  font-size: 22px;
  padding: 0px 0 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

.project-content p {
  font-size: 16px;
  color: #65677a;
  font-family: var(--font-family);
}

.project-icon a {
  font-size: 18px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  border-radius: 20px;
  background-color: #002570;
  border: 2px solid #ffffff;
  color: #fff;
  position: absolute;
  top: 43px;
  right: 79px;
  opacity: 0;
  transition: 0.5s;
}

.single-project-box:hover .project-icon a {
  right: 20px;
  opacity: 1;
}

.single-project-box:hover .project-content {
  bottom: 130px;
}

/* Owl  Nav */

.project-list .owl-prev i,
.project-list .owl-next i {
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
}

.project-section .sopan-shape {
  right: 0px;
}

.project-section .project-list .owl-dots {
  text-align: center;
  padding: 0px 0 40px;
  margin-top: -92px;
}

/* Owl Active */

.active.center .single-project-box .project-icon a {
  right: 20px;
  opacity: 1;
}

.active.center .single-project-box .project-content {
  bottom: 130px;
}

/* *********************
Project Details
********************** */

.doctors-service {
  padding: 10px 0;
  border-bottom: 2px solid #ffffff;
  display: flex;
  margin-bottom: 10px;
}

.doctor-content {
  padding: 0 0 0 12px;
}

.doctor-content h5 {
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-family);
  margin: 0;
}
.doctor-content h3 {
  font-size: 18px;
  margin-top: 8px;
}

.doctor-content h3 a {
  font-weight: 700;
  transition: 0.5s;
}

.doctor-content h3 a:hover {
  color: var(--secondary-color);
}

/******************************
Start Contact Inner Page
*******************************/

.sopan-appoinment {
  padding: 120px 0 108px;
}


/* contact info item */

.row.contact-info_item {
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
}

.contact-service-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
}

.sopan-appoinment .contact-form-box {
  padding: 15px;
  background: transparent;
  border-radius: 20px;
  height: 600px;
  overflow-y : auto;
}

.models .modal-dialog-centered{
    min-height : 100vh !important;
}

.sopan-appoinment .form-box input {
  width: 100%;
  margin-bottom: 0px;
  padding: 0 20px;
  outline: 0;
  font-size: 15px;
  color: var(--primary-color);
  font-weight: 400;
  font-family: var(--font-family);
  height: 58px;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid rgba(27, 52, 52, 0.1);
}
.sopan-appoinment .form-box input::placeholder {
  color: #868681;
}
.sopan-appoinment .form-box input:focus,
button:focus {
  outline-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}
.sopan-appoinment .form-box textarea {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid rgba(27, 52, 52, 0.1);
  padding: 12px 20px 0;
}
.sopan-appoinment .form-box textarea::placeholder {
  color: #868681;
}
.sopan-appoinment .check_bx p {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
  color: #868681;
  font-weight: 400;
  font-family: var(--font-family);
}
.sopan-appoinment .check_bx {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 37px;
  margin-top: 17px;
}
.sopan-appoinment button.submit-btn {
  padding: 15px 25px;
  border-radius: 5px;
}

.contact-service-box {
  /*display: flex;*/
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  padding: 30px 20px;
  height: auto;
}
.contact-service-box:before {
  position: absolute;
  right: 0;
  top: 92px;
  content: "";
  width: 2px;
  height: 130px;
  background-color: rgba(255, 255, 255, 0.5019607843137255);
}
.contact-service-box.last:before {
  display: none;
}

.contact-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ffff;
  padding-bottom: 50px;
  margin-bottom: 45px;
}

.contact-title h5 {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-family);
  color: #65677a;
}

.contact-icon img {
  position: relative;
  z-index: 1;
}
.contact-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: var(--thm-primary);
  position: relative;
}
.contact-icon:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  z-index: 1;
  top: 0;
  margin: auto;
  border: 2px solid var(--thm-primary);
  text-align: center;
}
.contact-address h2 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  font-family: var(--font-family);
}

.contact-address span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  font-family: var(--font-family);
}
.google-map {
  overflow: hidden;
}

/* Error Section */

.error-section {
  padding: 90px 170px 90px;
  position: relative;
  z-index: 1;
}

.error-service-content {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  height: 780px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-content {
  text-align: center;
}

.error-content h1 {
  font-size: 200px;
  color: #002570;
  font-weight: 700;
  font-family: var(--font-family);
  text-align: center;
  width: 596px;
  height: 280px;
  line-height: 280px;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.30196078431372547);
  border: 2px solid #ffffff;
  display: inline-block;
}

.error-content h1 span {
  color: var(--secondary-color);
}

.error-content h5 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 35px 0 18px;
}

.error-content p {
  color: #65677a;
}

.error-content .sopan-button.text-right {
  text-align: center !important;
  padding: 25px 0 0;
}

.error-content a.sopan-btn {
  background-color: var(--secondary-color);
  color: #fff;
}

.error-shape {
  position: absolute;
  bottom: 0;
  left: -10px;
  z-index: -1;
}

/* Team Details Section */

/* Team details Section
==============================*/

.team-details-area {
  padding: 100px 0 68px;
}

.team-details {
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  padding: 50px;
  margin-bottom: 50px;
  border-radius: 20px;
}

.team-details-thumb img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 30px;
}

/* Team details content */

.team-details-content {
  padding: 0 0 0 35px;
}

.team-details-title h2 {
  color: #0e0e0e;
  font-size: 30px;
  font-weight: 700;
}

.team-details-title p {
  font-size: 16px;
  margin: 10px 0 0;
  color: var(--secondary-color);
  font-weight: 600;
}

.team-details-content-text ul li {
  margin-bottom: 17px;
  display: block;
  color: #65677a;
}

.team-details-content-text ul li span {
  font-weight: 500;
  margin-right: 15px;
  font-size: 17px;
  color: var(--primary-color);
}

.team-details-content-icon a {
  margin: 3px;
  background: var(--thm-primary);
  line-height: 1;
  display: inline-block;
  border-radius: 3px;
  color: #fff;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.5s;
  border: 1px solid var(--thm-primary);
}

.team-details-content-icon a:hover {
  background: transparent;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
}
.skill-wrapper h6 {
  margin-bottom: 8px;
  margin-top: 20px;
}

.team-detail-title h2 {
  font-size: 35px;
  font-weight: 600;
}

.team-detail-title p {
  font-size: 16px;
  font-weight: 400;
  color: #63636b;
  margin-top: 40px;
}

/* Skill section */

.head-title h3 {
  font-size: 38px;
  margin-bottom: 10px;
  margin-top: 5px;
  font-weight: 800;
  padding: 0px 0 15px;
}
.contact-form-box.inner_page {
  padding: 47px 30px 38px;
}
.contact-form-box.inner_page .form-box:before {
  display: none;
}
.contact-form-box.inner_page .form-box input {
  padding: 0 25px;
}
.contact-form-box.inner_page #comment-msg-box {
  background-color: rgba(255, 255, 255, 0.10196078431372549);
  border-radius: 10px;
}
.contact-form-box.inner_page textarea#comment-msg-box::placeholder {
  color: #fff;
}
.contact-form-box.inner_page .submit-button {
  margin-top: 22px;
}

.submit-button {
  margin-top: 20px;
}

/*
<!-- ============================================================== -->
<!-- Start nav button-->
<!-- ============================================================== -->*/

.nav-btn.navSidebar-button {
  display: inline-block;
  margin-left: 20px;
}
.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}
.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}
.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}
.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.4;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
  padding: 30px;
}
.close-side-widget i {
  color: var(--thm-secondary);
  font-size: 28px;
  display: block;
}
.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}
.xs-bg-black {
  background-color: #cda274;
}
.row.padding-two {
  padding: 35px 0 11px 15px;
}
.contact-info h2 {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  padding-bottom: 15px;
}

ul.list-style-one li,
ul.list-style-one li a {
  display: inline-flex;
  list-style: none;
  color: #000;
  margin-bottom: 10px;
  font-size: 15px;
}

ul.list-style-one li span {
  font-size: 22px;
  font-weight: 400;
  color: var(--thm-primary);
  margin: 5px 10px 0 0;
}

ul.social-box {
  margin: 30px 0 0;
}
ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: var(--thm-primary);
  color: #fff;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 400;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

ul.social-box li a:hover {
  color: #fff;
  background: var(--thm-secondary);
}
.content-thumb-box {
  padding-bottom: 12px;
}
.content-thumb-box img {
  width: 92%;
  border-radius: 10px;
}

.nav-btn.navSidebar-button span i {
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background-color: var(--thm-secondary);
  border-radius: 30px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  transition: 0.5s;
}
.nav-btn.navSidebar-button span i:hover {
  background: var(--thm-secondary);
  color: #041c33;
}
/*=============================================
  Search Popup
===============================================
***/

.search-box-btn i {
  display: inline-block;
  color: var(--primary-color);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.5s;
  background: #d7e8fc;
}

.style-2 .search-box-btn i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: rgba(215, 231, 251, 0);
  border: 1px solid #002570;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
  width: 100%;
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--primary-color);
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search:before {
  position: absolute;
  content: "";
  left: -6px;
  top: -5px;
  border-bottom: 5px solid #ffffff;
  border-top: 5px solid var(--secondary-color);
  border-right: 5px solid #fff;
  border-left: 5px solid var(--secondary-color);
  height: 74px;
  width: 76px;
  border-radius: 50%;
  animation: spin 10s infinite alternate linear,
    glow 5s infinite alternate linear;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 22px;
  color: var(--primary-color);
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .style-two.close-search:before {
  position: inherit;
  border: 0;
}

.flaticon-multiply:before {
  content: inherit;
}
button.close-search i {
  font-size: 25px;
  color: #fff;
  display: inline-block;
}
span.flaticon-multiply i {
  display: inline-block;
  color: var(--secondary-color);
}

/* Spin Animation */

@keyframes "spin" {
  0% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes "spin" {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-ms-keyframes "spin" {
  0% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-o-keyframes "spin" {
  0% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

/*============================
/* Scroll Up Css
==============================*/

#progress {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  position: fixed;
  bottom: 25px;
  right: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  z-index: 99999;
  cursor: pointer;
}

.progress.hide {
  display: none !important;
  transition: 0.5s !important;
}

#progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 20px;
  color: var(--thm-primary);
}

#container {
  overflow-y: scroll;
  scroll-behavior: smooth;
}

/* Start  Curser pointer CSS */

.cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  border: 2px solid #00ffff;
  transition: 0.3s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1000;
}
.cursor2 {
  position: fixed;
  width: 4px;
  height: 4px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: 0.1s;
  pointer-events: none;
  z-index: 1000;
}

.grow,
.grow-small {
  transform: scale(3);
  background: white;
  mix-blend-mode: difference;
  border: none;
}

.grow-small {
  transform: scale(1.7);
}

/* ================ All Animation CSS ===================*/

.rotate {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-position: center center;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-slow {
  animation-name: float-bob5;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate-3 {
  animation-name: float-bob6;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob6;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob6;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob6;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}
@keyframes float-bob6 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

/*--==============================================->
<!-- Consen Animation Dance -->
==================================================-*/
.dance3 {
  -webkit-animation: dance3 8s alternate infinite;
  animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

.dance {
  -webkit-animation: dance 2s alternate infinite;
  animation: dance 2s alternate infinite;
}

@keyframes dance {
  0% {
    -webkit-transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
  animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform: translate3d(25px, -25px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, -25px, 25px);
  }
}

.watermark-animate {
  -webkit-animation: watermark-animate 8s infinite;
  animation: watermark-animate 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes watermark-animate {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

/* End curser point */

/*===========================
<-- itpro Loader Css -->
=============================*/
/* Loader Wrapper */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--thm-primary, #4CAF50); /* Fallback color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease 4s, visibility 0.8s ease 4s; /* Sync with animation duration */
}

/* Loader Content */
.loader-content {
  text-align: center;
  padding:  0 20px;
}

/* Zoom In, Pause, Then Zoom Out */
@keyframes flashZoomFades {
  0% {
    opacity: 0;
    transform: scale(0.5); /* Start small and hidden */
  }
  50% {
    opacity: 1;
    transform: scale(1); /* Zoom from small to large */
  }
  60% {
    opacity: 1;
    transform: scale(1); /* Pause at normal size */
  }
  80% {
    opacity: 1;
    transform: scale(1); /* Pause at normal size */
  }
  100% {
    opacity: 0;
    transform: scale(0.5); /* Zoom from large to small */
  }
}

/* Apply Animation to Text and Logo */
.loader-content h3,
.loader-content p,
.loader-content .loader-logo {
  opacity: 0;
  animation: flashZoomFades 5s ease-in-out forwards; /* Apply animation with no repeat */
}



/* Styling for Image in Loader */
.loader-content img {
  background: #fff;
  /* padding: 10px; */
  height: 100px;
  border-radius: 50%;
  width: 100px;
  object-fit: contain;
}

/* Styling for Heading (h3) */
.loader-content h3 {
  font-size: 32px;
  color: #fff;
  margin: 10px 0;
}

/* Styling for Paragraph (p) */
.loader-content p {
  font-size: 18px;
  color: #fff;
}

/* Hiding Loader When Loaded */
.loaded .loader-wrapper {
  opacity: 0;
  visibility: hidden;
}


/* Responsive */
@media (min-width: 1300px) and (max-width: 1370px) {
  .service-section .swiper {
    height: 530px !important;
  }
}

/* large Desktop */

@media (min-width: 1601px) and (max-width: 1770px) {
  .service-section .swiper {
    height: 480px !important;
  }
}

@media only screen and (max-width: 1440px) {
  .hero-socail-icon {
    left: 0px !important;
  }
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease;
  height: 750px;
  border-radius: 30px;
}

.bg-overlays {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.section-padding {
  padding: 80px 0;
}

.sopan-section-title-all h2 {
  margin-bottom: 40px;
  margin-top: 0;
  color: #000;
}

.sopan-section-title-all.homes h2 {
  margin-bottom: 40px;
  margin-top: 0;
  color: #fff;
}

/* video section */
.video-section {
  position: relative;
  width: 100%;
  height: 100%;
}

.video-section img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 20px;
}

.video-section video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(3, 27, 51, 1) 0%,
    rgba(3, 27, 51, 0) 100%
  );
  z-index: 2;
  pointer-events: none;
  border-radius: 20px;
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.video-play-btn a {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.video-play-btn a:hover {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 1);
}

.video-play-btn .icon-play-button {
  font-size: 32px;
  color: #000;
  display: inline-block;
  line-height: 1;
}

/* Iframe container */
.iframe-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
  padding: 0;
}

/* Iframe styles */
.iframe-container iframe {
  width: 60%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/* Close button */
.iframe-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
}
.iframe-close-btn:hover {
  background: rgba(255, 255, 255, 1);
}

/* Overlay background when iframe is active */
.body-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Semi-transparent black overlay */
  z-index: 999; /* Ensure it's below the iframe container */
  display: none; /* Hidden by default */
}

/* Show overlay and iframe when active */
.iframe-container.active,
.body-overlay.active {
  display: block; /* Make both the overlay and iframe visible */
}

.about-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.choose-us p {
  color: #ffffff75;
}

.service-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.products-style h2 {
  margin-bottom: 0;
}

.product-stye h2 {
  margin-top: 0;
}

.text-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-box li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #abafb5;
}

.text-box i {
  font-size: 1.2em;
}

.text-box a {
  color: #abafb5;
}

.text-box a:hover {
  color: var(--thm-secondary);
}

.sopan-company-desc p a {
  color: var(--thm-secondary);
}

.text-syl {
  text-align: right;
}

.doctors-service h3 a {
  font-size: 18px;
  color: #333;
}

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

.table-demo h2 {
  text-align: center;
  margin-bottom: 20px;
  color: var(--thm-primary);
}

.table-demo table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  overflow: hidden;
}

.table-demo th,
.table-demo td {
  padding: 10px;
  border: 1px solid #ddd;
}

.table-demo thead th {
  background-color: var(--thm-primary);
  color: white;
  font-weight: bold;
}

.table-demo tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.table-demo tbody tr:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.table-demo td {
  word-wrap: break-word;
}

@media (max-width: 600px) {
  .table-demo table,
  .table-demo thead,
  .table-demo tbody,
  .table-demo th,
  .table-demo td,
  .table-demo tr {
    display: block;
  }

  .table-demo thead tr {
    display: none;
  }

  .table-demo tr {
    margin-bottom: 20px;
  }

  .table-demo td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ddd;
    position: relative;
  }

  .table-demo td::before {
    content: attr(data-label);
    font-weight: bold;
    text-transform: uppercase;
    color: #0056b3;
    margin-right: 10px;
  }
}

.about-counter-single-box h2,
.about-counter-single-box span {
  font-size: 50px;
}

.blog-texted {
  padding: 0;
}

.title-ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.collapsible-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

.collab-lst {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.collapsible-list li {
  width: 100%;
}

.collapsible-header,
.collapsible-headers {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  /* justify-content: center; */
  padding: 15px 10px;
  transition: background-color 0.3s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 10px;
  background: #d1dce6;
  border-radius: 5px;
}

.collapsible-header:hover,
.collapsible-headers:hover {
  background-color: var(--thm-primary);
  color: #fff;
}

.collapsible-header.active,
.collapsible-headers.active {
  background-color: var(--thm-primary);
  color: #fff;
  font-weight: bold;
}

.collapsible-header.active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #010166;
}

.collapsible-content {
  display: none;
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-top: none;
}

.collapsible-header i {
  transition: transform 0.3s ease;
}

.rotated {
  transform: rotate(180deg);
}

.collapsible-content {
  display: none; /* Hidden by default */
  margin: 0 0 10px 20px;
  padding: 0;
  list-style-type: circle;
}

.collapsible-content li {
  margin: 5px 0; /* Add margin between each nested list item */
}

.collapsible-content li p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.collapsible-content li a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.collapsible-content li a:hover {
  background-color: var(--thm-primary);
}

.collapsible-content li a:hover p,
.collapsible-content li p:hover {
  color: #fff;
}

.collapsible-header i {
  transition: transform 0.3s ease;
}

.rotated {
  transform: rotate(180deg);
}

/* For rotating icon when content is expanded */
.collapsible-list li.active .collapsible-header i {
  transform: rotate(180deg);
}

/* Carousel Container */
.case_item_left_side {
  position: relative;
}

/* Styling for individual items */
.case_list .case_study_item {
  margin: 0;
}

/* Navigation Arrows */
.slider-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.slider-arrows span {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.slider-arrows span:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slider-prev {
  margin-left: 10px;
}

.slider-next {
  margin-right: 10px;
}

/* Image Thumb and Content Styling */
.team-thumb img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.team-content h3,
.team-content h3 a {
  font-size: 20px;
  font-weight: 600;
}

.team-content p {
  font-size: 14px;
  color: #777;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  position: absolute;
  top: 50%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.case_list .owl-prev,
.case_list .owl-next {
  background-color: var(--thm-primary);
  border: 2px solid var(--thm-primary);
  border-radius: 50%;
  color: #fff;
  padding: 15px;
  font-size: 15px;
  font-weight: 600;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.case_list .owl-prev i,
.case_list .owl-next i {
  font-size: 24px;
  transition: transform 0.3s ease;
}

.case_list .owl-prev:active,
.case_list .owl-next:active {
  transform: scale(0.9);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .case_list .owl-prev,
  .case_list .owl-next {
    padding: 12px;
    font-size: 14px;
    width: 50px;
  }

  .case_list .owl-prev i,
  .case_list .owl-next i {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .case_list .owl-prev,
  .case_list .owl-next {
    padding: 10px;
    font-size: 13px;
    width: 45px;
  }

  .case_list .owl-prev i,
  .case_list .owl-next i {
    font-size: 18px;
  }
}

.misison-style ul,
.job-overview ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.misison-style ul li ,
.job-overview ul li{
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.misison-style ul li::before,
.job-overview ul li::before{
  content: "•";
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 1.5rem;
  color: var(--thm-primary);
}


.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items:end;
}

.modal h2 {
  font-size: 25px;
  margin-bottom: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid gainsboro;
}
.modal-content {
  background-color: #fefefe;
  padding: 20px;
  border: 1px solid #888;
  position: relative;
}

.modal-close {
  color: #aaa;
float: right;
font-size: 28px;
border: none;
/* position: absolute; */
background: none;
right: 15px;
top: 20px;
font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.team-style-one a {
  cursor: pointer;
}

.img-modal img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-texted {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  height: 100%;
  width: 100%;
  border-radius: 0 0 20px 20px;
  font-weight: 500;
}

.blog-texted h2 {
  margin-top: 0;
  font-size: 20px;
}

.post-thumb img {
  height: 80px;
  border-radius: 10px;
  width: 100px;
  object-fit: cover;
}

blockquote {
  position: relative;
  margin: 1.5rem 0;
  padding: 1rem 1.5rem;
  background-color: #f9f9f9; /* Light background for blockquote */
  border-left: 4px solid #11529e; /* Add a colored border to the left */
  font-style: italic; /* Make text italic */
  color: #333; /* Text color */
}

blockquote::before {
  position: absolute;
  top: 1rem; /* Adjust vertical position of the icon */
  left: -2rem; /* Adjust horizontal position of the icon */
}

blockquote footer {
  margin-top: 0.5rem;
  font-size: 0.875rem; /* Slightly smaller font for the footer */
  font-style: normal; /* Remove italic style for the footer */
  color: #555;
}

blockquote footer cite {
  font-weight: bold;
  color: #11529e; /* Highlight the author's name */
}

.post-img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
}

.gallery-item {
  position: relative;
  display: inline-block;
}

.gallery-item .post-img {
  position: relative;
}

.gallery-item .search-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2rem; /* Adjust size as needed */
  color: var(--thm-primary);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .search-icon {
  opacity: 1;
}

.video-player {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.play-button {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

.video-play-btn i {
  font-size: 24px;
}

.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.video-modal-content {
  position: relative;
  width: 80%;
  max-width: 800px;
  background: white;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.video-modal-content iframe {
  width: 100%;
  height: 450px;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.video-imged img {
  border-radius: 20px 20px 0 0 !important;
  height: 300px;
}

.menu-logo-mobi a img {
  position: absolute;
  top: 2px;
  left: 4px;
  height: 60px;
}

.sopan-right-side {
  display: flex;
}

.scrolling-text-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.scrolling-text {
  display: inline-block;
  white-space: nowrap;
}

.scrolling-text p {
  display: inline;
  margin: 0;
  color: #fff;
  font-size: 12px;
}

@keyframes flashZoomFade {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0;
    transform: scale(0.5); /* Shrinks while fading out */
  }
  100% {
    opacity: 1;
    transform: scale(1); /* Zooms in while fading in */
  }
}

.scrolling-text {
  display: inline-block; /* Ensures transform works */
  animation: flashZoomFade 4s infinite ease-in-out;
}



.sticky-cust p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  text-align: center ;
}

.contact-info_itemsw {
  position: relative;
  display: flex;
}

.contact-info {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 100;
  padding: 10px;
  background-color: #fff;
}

/* Ensure contact-info doesn't overflow and causes layout issues */
.contact-info_item {
  margin-bottom: 20px; /* Spacing between contact items */
}

/* Optional, add padding or margins as needed */
.contact-service-box {
  padding: 30px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
}

/* Style the icon and address blocks for clarity */
.contact-icon {
  font-size: 24px;
}
.contact-address h2 {
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-address a {
  color: #333;
  text-decoration: none;
}

/* Ensure the form elements are aligned */

.submit-button .header-button a {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.submit-button .header-button a:hover {
  background-color: #0056b3;
}

.team-img-style {
  display: block;
}

.team-img-style img {
  height: 300px;
}

.team-section {
  margin-bottom: 30px;
}

.footer-style {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14901960784313725);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.footer-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.footer-bx h3 {
  color: #abd7ff;
  font-size: 24px;
  font-weight: 500;
  padding: 0 0 22px;
}

.footer-bx p,
.footer-bx a {
  color: #fff;
}

.footer-bx a:hover {
  text-decoration: underline;
}

.footer-icon {
  border: 1px solid #abd7ff;
  border-radius: 100%;
  height: 80px;
  width: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-icon i {
  color: #abd7ff;
  font-size: 30px;
}

.footer-contact-info .first-foote {
  border-right: 1px solid rgba(255, 255, 255, 0.14901960784313725);
}

/* tabs */

.tabs {
  display: flex;
  justify-content: space-between;
  background: #007bff;
  padding: 10px;
  border-radius: 8px;
  overflow: hidden;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  color: #fff;
  background: #007bff;
  transition: background 0.3s;
}

.tab:hover,
.tab.active {
  background: #0056b3;
  font-weight: bold;
}

.alphabet-filter {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.alphabet-filter button {
  width: 30px;
  height: 30px;
  border: none;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  font-weight: 600;
}

.alphabet-filter button.active {
  background: var(--thm-primary);
  color: #fff;
}

.alphabet-filter button:hover {
  background: var(--thm-primary);
  color: #fff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.product-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.product-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.product-card h3 {
  font-size: 16px;
  margin: 10px;
  color: #333;
}

.product-card p {
  font-size: 14px;
  color: #666;
  margin: 0 10px 10px;
}

.product-card a {
  display: block;
  text-align: center;
  margin: 10px;
  padding: 8px;
  text-decoration: none;
  background: #007bff;
  color: #fff;
  border-radius: 4px;
}

.product-card a:hover {
  background: #0056b3;
}

.product-styled img {
  margin: auto;
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.prod-styl img {
  border-radius: 0 !important;
}

.product-styled {
  display: block;
  width: 100%;
}

.owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: rgb(243 244 248);
  border: 2px solid #ffffff;
  display: inline-block;
  margin-right: 7px;
}

.product-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-download .social-box {
  margin-top: 0;
}

.product-stye p {
  font-size: 14px;
}

.breadcrumb-padding {
  padding: 30px 0;
}

.header-padding-style {
  padding: 0;
}

.logo_img img {
  width: 175px;
}

.search-styee {
  display: flex;
  gap: 25px;
}

.search-styee .search-bx {
  width: 100%;
}

.contact-service-content {
  /*display: flex;*/
  gap: 30px;
}

.pr-style {
  padding-left: 0;
}

.pl-style {
  padding-right: 0;
}

.ldm a {
  background: var(--thm-secondary);
}

.single-service-boxes {
  background: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /*height: 100%;*/
  width : 100%;
}

.single-service-boxes .service-content h3,
.single-service-boxes .service-content p {
  color: #333;
}

.dept-img img {
  height: 150px;
  width: 200px;
  object-fit: cover;
}

.misison-style h2,
.misison-style img {
  margin-bottom: 20px;
}

.misison-style img {
  height: 350px;
  object-fit: cover;
  width: 100%;
}

.header-stylead {
  padding: 0;
}

/* Section Styles */

.carer-style h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.8rem;
}

/* Table Styles */
.carer-style {
  overflow-x: auto;
}

.carer-style table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.carer-style thead {
  background-color: var(--thm-primary);
  color: white;
}

.carer-style thead th {
  text-align: left;
  padding: 14px 20px;
  font-size: 18p;
  letter-spacing: 1px;
}

.carer-style tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.carer-style tbody td {
  padding: 14px 20px;
  font-size: 14px;
  color: #444;
}

.carer-style tbody td:first-child {
  font-weight: bold;
  color: #222;
}

.carer-style tbody td:last-child {
  color: #888;
  font-style: italic;
}

.carer-style td i {
  margin-right: 8px;
  color: var(--thm-primary);
}

.carer-style .btn-action {
  background-color: var(--thm-primary);
  color: white;
  border: none;
  padding: 8px 12px;
  font-size: 0.9rem;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.carer-style .btn-action:hover {
  background-color: #2980b9;
}

.carer-style .btn-action:focus {
  outline: none;
}

.carer-style .btn-action:active {
  transform: scale(0.98);
}

@media (max-width: 768px) {
  .carer-style table {
    font-size: 1rem;
  }

  .carer-style table,
  .carer-style thead,
  .carer-style tbody,
  .carer-style th,
  .carer-style td,
  .carer-style tr {
    display: block;
  }

  .carer-style thead tr {
    display: none;
  }

  .carer-style tbody tr {
    margin-bottom: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background-color: #fafafa;
  }

  .carer-style tbody td {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 1.1rem;
  }

  .carer-style tbody td span {
    font-weight: bold;
  }

  .carer-style .btn-action {
    font-size: 1rem;
    padding: 10px 15px;
  }
}

/* General Styles */
.job-detail-section {
  padding: 60px 0;
}

.job-detail-section h3,
.job-detail-section h4,
.job-detail-section h5 {
  color: #333;
  margin-bottom: 20px;
  font-weight: 600;
}

.job-detail-section .job-title {
  margin-bottom: 30px;
}

.job-detail-section .job-title h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #333;
}

.job-detail-section .job-title p {
  font-size: 1rem;
  color: #555;
  margin: 5px 0;
}

/* Job Description & Responsibilities */
.job-overview,
.job-responsibilities,
.job-qualifications {
  margin-bottom: 30px;
}

.job-overview ul,
.job-responsibilities ul,
.job-qualifications ul {
  padding-left: 20px;
}

.job-overview ul li,
.job-responsibilities ul li,
.job-qualifications ul li {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.job-overview p,
.job-responsibilities h4,
.job-qualifications h4 {
  font-size: 1.15rem;
  color: #333;
}

/* Benefits Section */
.job-benefits {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.job-benefits h4 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #333;
}

.job-benefits ul {
  list-style: none;
  padding: 0;
}

.job-benefits ul li {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

/* Application Process */
.application-process p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 15px;
}

/* Sidebar - Company Culture and Perks */
.company-culture,
.employee-perks {
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.company-culture h5,
.employee-perks h5 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #333;
}

.company-culture ul,
.employee-perks ul {
  padding-left: 20px;
}

.company-culture ul li,
.employee-perks ul li {
  font-size: 1rem;
  color: #555;
  margin-bottom: 8px;
}

/* Apply Button */
.btn-primary {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 12px 30px;
  font-size: 1rem;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 15px;
  transition: background-color 0.3s;
}

.btn-primary:hover {
  background-color: #0056b3;
}

/* Employee Testimonials */
.testimonial-slider {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.testimonial {
  background-color: #f8f8f8;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.testimonial p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
}

.testimonial strong {
  font-weight: bold;
  color: #333;
}

/* FAQ Section */
.faq h5 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.faq p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 15px;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .job-detail-section .row {
    flex-direction: column;
  }

  .job-detail-section .col-lg-8,
  .job-detail-section .col-lg-4 {
    width: 100%;
    margin-bottom: 30px;
  }

  .job-detail-section h3 {
    font-size: 1.75rem;
  }

  .job-title p {
    font-size: 0.9rem;
  }

  .btn-primary {
    width: 100%;
  }

  .testimonial-slider {
    flex-direction: column;
  }
}

.contact-form-box form {
  margin-top: 20px;
}

.header-button a,
.header-button button{
  color: #fff !important;
}

.nav-logo a img {
  width: 175px;
}

.title-stye h2 {
  margin-top: 0;
}

.contact-address i {
  margin-right: 10px;
  color: var(--thm-primary);
  margin-bottom: 15px;
}

.prdt_btn_cus a:hover {
  color: var(--thm-primary);
}

.prd-srch {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.prd-srch-sty {
  width: 30%;
}

.prd-srch .category-title {
  white-space: nowrap;
}

@media (max-width: 998px) {

  .prd-srch-sty {
    width: 100%;
  }

  .prd-srch {
    width: 100%;
    display: block;
    gap: 20px;
    flex-wrap: nowrap;
    margin-bottom: 10px;
  }

  .breatcome-section {
    background-size: cover;
    padding: 65px 0 0;
  }

  .breatcome-content h1 {
    font-size: 20px;
  }

  ul.breatcome-item li a {
    transition: 0.5s;
    padding: 0 8px 0 0;
    position: relative;
    z-index: 1;
    font-size: 13px;
    color: var(--thm-primary);
    font-weight: 600;
    font-family: var(--font-family);
  }

  ul.breatcome-item li {
    list-style: none;
    display: inline-block;
    color: #000;
    font-size: 13px;
    padding: 10px 0 0;
  }

  ul.breatcome-item li a i {
    display: inline-block;
    font-size: 12px;
    color: #000;
    margin-left: 6px;
  }

  .mdy-hover.active {
    color: var(--thm-primary);
    font-weight: 600;
    border-bottom: 0;
    text-decoration: none;
  }

  /* .loader-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: none;
    font-size: 50px;
    line-height: 65px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    z-index: 3;
  } */
}


.single-service-boxers{
  height: auto;
}


.equal-height-row {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.blog-single-box {
  display: flex;
  flex-direction: column; /* Ensure internal content alignment */
  flex-grow: 1; /* Stretch to fill available height */
}

.style-prod{
  margin-bottom: 23px;
}

.team-contented h3 a{
  color: #fff;
}

.custom-center{
  display: flex;
  justify-content: center;
  padding: 8px 10px;
  color: #000;
}

.share-sty{
  display: flex;
  align-items: center;
  justify-content: end;
}

.share-sty p{
  margin-top: 10px;
  margin-right: 10px;
}

.sopan-title {
  display: flex;
  flex-direction: column; /* Stack title and description */
}


/* Handle responsiveness */
@media (max-width: 768px) {

  .sopan-title{
    margin-top: 10px;
  }

}

.hero-section {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

.hero-section video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  object-fit: cover;
  z-index: -1;
  border-radius: 30px;
}

.blog-contentesd {
  border-radius: 20px;
  padding: 20px;
}

.blog-date {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 15px;
}

.blog-date i {
  margin-right: 5px;
  color: #333;
}

.blog-title p {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.separator {
  width: 100%;
  height: 2px;
  background:  #efefef;
  margin: 20px 0;
  border-radius: 4px;
}


/* Custom Blog Box */
.custom-blog-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.custom-blog-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
}

/* Header Styles */
.custom-blog-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.custom-title {
  font-size: 25px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: color 0.3s ease;
  white-space: normal;
}


.custom-blog-date {
  font-size: 0.9rem;
  color: #777;
  font-style: italic;
}

/* Description */
.custom-description {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  margin: 10px 0;
}

/* Separator */
.custom-separator {
  border-top: 2px solid #eee;
  margin: 15px 0;
}

/* Download Button */
.custom-download-btns {
  display: flex;
  justify-content: flex-start;
}

.custom-btn-download {
  display: inline-flex;
  align-items: center;
  font-size: 1rem;
  color: #fff;
  background-color: var(--thm-primary);
  padding: 10px 20px;
  border-radius: 23px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.custom-btn-download:hover,
.custom-download-btn a:hover{
  color: #fff;
}

.custom-download-hover{
  margin-left: 10px;
}

.custom-blog-box{
  margin-bottom: 25px;
}

.team-single-boxeds{
  padding : 10px 0 2px;
}

.blog_texter{
  padding: 0;
}

/* Download Button Section */
.custom-download-btn {
  display: inline-block;
  margin-bottom: 20px;
}

.custom-btn {
  display: inline-flex;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  background-color: var(--thm-primary);
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-btn i {
  margin-right: 8px;
}

.custom-dwnlod-hvr {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.custom-btn:hover .custom-dwnlod-hvr {
  transform: rotate(15deg);
}

/* Social Share Section */
.custom-social-share {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.custom-share-text {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.custom-social-icons,
.cont-stel {
  display: flex;
  gap: 15px;
}

.custom-social-icon {
  font-size: 1.3rem;
  color: #555;
  transition: color 0.3s ease;
}

.custom-social-icon i {
  margin: 0;
}

.content-styleds{
  border-top: 2px solid #efefef;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.custom-download-btn{
  margin-bottom: 0;
}

.contact-icon i{
  margin: 0;
}

.form-tiel h3{
  margin-bottom: 0;
}

.blog-div-sty{
  margin-bottom: 25px;
}

.blog_texted{
  margin-top: 0;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  border-radius: 0 0 20px 20px;
}

.prdt_btn_cus a:hover{
  color: var(--thm-secondary);
}

.blg-stye img{
  border-radius: 0;
  height: 400px;
  margin-bottom: 20px;
}

.service-img h3{
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}

.form-styeks{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-styeks label{
    color : #000;
}

.video-hero {
  position: relative;
  height: 750px;
  overflow: hidden;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-foreground {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
}

.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* dark overlay */
  z-index: 1;
}

.hero-content {
  z-index: 2; /* ensures the content is above the video */
  color: white; /* white text to be visible on the dark overlay */
  position: relative;
}

.header-button a {
  color: white; /* making sure the button text is white */
  text-decoration: none;
}

.vid-info__name {
  font-size: 1rem;
  text-shadow: 3px 3px 5px #000;
}

.vid-info__alias {
  font-size: 2.75rem;
  font-weight: 700;
  margin: 0;
  text-shadow: 3px 3px 5px #000;
}

.vid-info__summary {
  text-shadow: 3px 3px 5px #000;
}

/*---prob have to be injected with script--*/

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}

@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}

@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}

.form-styeks .form-box input{
    padding : 12px;
}

.video-section-ytbe{
    height : 500px;
    width : 100%;
}


/* Button inside the banner */
.banner-btn {
  display: inline-block;
  background-color: var(--primary-color);
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
  margin-top: 20px;
}

.banner-btn:hover {
  background-color: var(--secondary-color);
}

/* Owl Carousel Navigation */
.banner_slider .owl-nav {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 85%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
}

.banner_slider .owl-prev,
.banner_slider .owl-next {
  background-color: rgba(0, 103, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.banner_slider .owl-prev i,
.banner_slider .owl-next i {
  font-size: 20px;
}

.banner_slider .owl-prev:hover,
.banner_slider .owl-next:hover {
  background: var(--secondary-color);
  color: var(--light);
}

/* Rotate left arrow */
.banner_slider .owl-prev i {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .banner_slider .owl-nav {
    position: absolute;
    top: 90%;
    left: 8%;
    width: 85%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: end;
    transform: translateY(0%);
    z-index: 10;
  }
}

.new-style{
  height: 15px;
}
.sticker-style {
  position: relative;
}

.sticker-style::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 34px;
  background-image: url(/front/assets/images/fav-icon/new.gif);
  background-size: contain;
  background-repeat: no-repeat;
  top: -10px;
  left: 80px;
}
@media (max-width: 768px) {
  .sticker-style::before {
      top: 10px;
      left: 70px;
  }
}
