@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cal+Sans&family=Manrope:wght@200..800&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/*Google Fonts*/
:root {
  --H-family: 'Cal Sans', sans-serif;
  /* Neutral Colors */ 
  --white: #FFFFFF;
  --charcoal: #333333;
  --gray: #666666;
  --light-gray: #E0E0E0;
  /* Accent Colors – choose one */
  --accent-blue: #007BFF;
  --accent-orange: #D91B20;
}
 

html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}


body {
  font-family: 'Manrope', sans-serif;
  scroll-behavior: smooth;
  position: relative;
  background: #fff;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  background-color: #fff;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a {
  text-decoration: none;
  outline: none;
}

p {
  font-size: 16px;
  font-weight: 500;
  color: #363636; 
  line-height: 30px;
  letter-spacing: 0.3px;
}

h1,
h2,
h3,
h4,
h3,
h6 {
  font-family: var(--H-family);
}


/* top_header */
.anouncement_banner {
  background: #c4f3c4;
  text-align: center;
  padding: 10px 0;
}

.anouncement_banner a {
  display: block;
  width: 100%;
  color: var(--black);
}

.anouncement_banner a span {
  font-weight: bold;
  /*! text-decoration: underline; */
  color: #205d63;
  position: relative;
  isolation: isolate;
  padding: 0 0 2px 0;
  margin: 0 0 0 10px;
}

.anouncement_banner a span::before {
  background: var(--workera-gradient);
  inset: 0px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: -1;
  inset: 1px;
}

.anouncement_banner a span::after {
  background: #c4f3c4;
  inset: -1px 1px;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  z-index: -1;
}

/* top_header */

/* header */
header {
  background: #fff;
  /*! box-shadow: 0 0 3px 0 rgba(0,0,0,.1); */
}

.navbar-brand {
  width: 200px; 
}

header .container-fluid {
  max-width: 90%;
}

.navbar-light .navbar-brand {
  width: 250px;
  padding: 0;
  margin: 0;
}

.navbar {
  padding: 0 15px;
  border-bottom: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #f2c9d1;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 600;
  display: block;
  padding: 2rem 1.85rem;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  text-transform: capitalize;
  transition: 0.4s;
  font-size: 16px;
  /*! font-family: var(--H-family); */
}

.navbar-expand-lg .navbar-nav .nav-link:before {
  position: absolute;
  bottom: 20px;
  width: 0%;
  height: 1px;
  background: #000;
  content: '';
  left: 10%;
  transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link:hover:before {
  position: absolute;
  bottom: 20px;
  width: 80%;
  height: 1px;
  background: #000;
  content: '';
  left: 10%;
  transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .active .nav-link {
  color: #000;
}

.RiGhT_nav {
  text-align: right;
}

.navbar-expand-lg .RiGhT_nav .nav-link {
  font-size: 1.125rem !important;
  font-weight: 300;
}

header {
  position: relative;
  z-index: 999;
  padding: 0;
  top: 0;
  left: 0;
  width: 100%;
}

.dropdown-item {
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding: 8px 15px; 
  text-decoration: none;  
  border-radius: 0.625rem;
  color: rgb(0, 0, 0);
  position: relative;
  white-space: nowrap;
  border-radius: 8px;
  font-weight: 600;
  /*! font-family: var(--H-family); */
}

.dropdown-item span {
  width: 40px;
  height: 40px;
  display: inline-block;
  /*! background: #dff9f2; */
  border-radius: 6px;
  text-align: center;
  line-height: 37px;
  margin: 0 9px 0 0;
}

.dropdown-item img {
  width: 25px;
  /*! filter: grayscale(10); */
  opacity: 0.7;
  margin: 0;
}

.bTn_OrDeR i {
  font-size: 1.5625rem;
  margin: 0 0.75rem 0 0;
  color: var(--main);
}

.bTn_OrDeR p {
  margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #d92025; 
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
  border-radius: 0;
  background: #fff;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, .1);
}

.nav-link.h_social_ico {
  color: #fff !important;
  transition: 0.4s;
  background: var(--main);
  text-align: center;
  border-radius: 0.3125rem;
  font-size: 1.125rem !important;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 !important;
  margin: 0 0 0 0.3125rem;
}

.navbar-expand-lg .navbar-nav .dropdown-menu.megaheader {
  position: absolute;
  border-radius: 0 0 15px 15px;
  border: none;
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 0.5rem 1.25rem;
  margin: 0px 0 0 0;
  padding-bottom: 0.8125rem;
  min-width: 70%;
  background: #fff;
  border: 1px solid #ddd;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 14px;
  border: none;
  box-shadow: 0 1.2rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 0.5rem 0.3125rem;
  margin: 1px 0 0 0;
  padding: 13px 13px;
}

.nav-link.header_btn {
  border-bottom: 1px solid #000;
  transition: 0.4s;
  text-align: center;
  padding: 0.25rem 0 !important;
  border-radius: 0;
  height: 50px;
  color: #000 !important;
  /*! margin-left: 0.625rem; */
  line-height: 38px;
  margin: 0 30px 0 0;
  /*! background: #ddfc79; */
}


.nav-link.header_outline_btn {
  border: 2px solid var(--main) !important;
  transition: 0.4s;
  text-align: center;
  padding: 0.25rem 1.5625rem !important;
  border-radius: 0.25rem;
  /*! font-size: 0.8125rem !important; */
  height: 2.5rem;
  color: var(--main) !important;
  /*! font-weight: 400 !important; */
  margin-left: 0.625rem;
  background: #0263e00a;
}

.nav-link.header_outline_btn:hover {
  border-color: var(--main);
  color: var(--white) !important;
  background: var(--main);
  transition: 0.4s;
}

.header_outline_btn:focus,
.header_btn:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
  background: var(--main);
  color: #000 !important;
}

.navbar-nav {
  align-items: center;
}

.nav_topXS {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 0.5rem;
  padding: 0 0.9375rem;
  align-items: center;
}

.nav_topXS .navbar-brand {
  padding: 6px 0;
}

/* drop_down */


.dropdown-menu .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 0.8125rem;
  border-bottom: 1px solid #efefef;
  font-weight: 500;
  color: var(--heading_color);
}

.dropdown-menu ul {
  padding: 0;
}

.dropdown-menu ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  border-radius: 0.3125rem;
  break-inside: avoid;
}

.dropdown-menu ul li:hover {
  transition: 0.3s;
  /*! background: rgb(245, 249, 254); */
}

.dropdown-menu ul li:hover h6 {
  color: var(--main);
  transition: 0.3s;
}

.dropdown-menu ul li:hover p {
  color: var(--main);
  transition: 0.3s;
}


.dropdown-menu ul li .mega_link_item {
  display: flex;
  width: 100%;
  padding: 0.9375rem 1.25rem;
}

.dropdown-menu ul li .mega_link_item .image {
  width: 3.75rem;
  height: 3.125rem;
  margin-right: 0.9375rem;
  position: relative;
}

.dropdown-menu ul li .mega_link_item .image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 80%;

}

.mega_links_info {
  width: 100%;
}

.mega_links_info h6 {
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.3125rem;
  color: #2a364d;
}

.mega_links_info p {
  margin-bottom: 0;
  line-height: normal;
  font-size: 0.8125rem;
  color: #686868;
  font-weight: 300;
}

.navbar-expand-lg .navbar-nav .dropdown-mega .dropdown-menu {
  /*! border: none; */
  left: 50%;
  transform: translateX(-50%);
  padding: 20px 32px;
}

.resources_drpdown {
  padding: 0 !important;
}

.link_mainHeilight {
  padding: 1.875rem;
  background: var(--main);
}

.link_mainHeilight .mega_links_info p {
  color: #ffffffa3;
}

.link_mainHeilight .mega_links_info h6 {
  font-size: 0.9375rem;
  color: #fff;
}

.link_mainHeilight .menu_heading h5 {
  font-size: 1rem;
  padding-bottom: 0.8125rem;
  margin-bottom: 2px;
  border-bottom: 1px solid #efefef45;
  font-weight: 500;
  color: var(--white);
}

.resources_drpdown ul li:hover {
  transition: 0.3s;
  background: rgba(245, 249, 254, 0.15);
}

.resources_drpdown ul li:hover h6 {
  color: var(--white);
  transition: 0.3s;
}

.resources_drpdown ul li:hover p {
  color: #ffffffa3;
  transition: 0.3s;
}

.blog_top_main {
  padding: 1.25rem 1.25rem;
}

.top_blogItem {
  margin-bottom: 1.5625rem;
  display: block;
}

.top_blogItem .image {
  min-height: 11.25rem;
  max-height: 11.25rem;
  border-radius: 0.3125rem;
  margin-bottom: 6px;
  position: relative;
  overflow: hidden;
}

.top_blogItem .image .blog_label {
  position: absolute;
  right: 0.9375rem;
  top: 0.9375rem;
  background: #fff;
  color: #000;
  font-size: 0.75rem;
  font-weight: 300;
  border-radius: 0.25rem;
  height: 1.5625rem;
  z-index: 1;
  padding: 0 0.875rem;
}

.blog__caption h3 {
  font-size: 0.9375rem;
  color: var(--heading_color);
  font-weight: 500;
  font-family: var(--B-family);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.dropdown-menu.dropdown-menu-end.logindrp {
  padding: 0.625rem 1.25rem;
}

.bhBVsT {
  background-color: rgb(255, 255, 255);
  border-top: 1px solid rgb(239, 243, 253);
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  padding: 12px 0px;
  margin-top: 1.3rem;
}



/* drop_down */
.megaheaderbookapbx {
  padding: 0;
  column-count: initial !important;
}

.megaheaderbookapbx ul {
  padding: 0;
  column-count: initial !important;
}

.megaheaderbookapbx ul li {
  list-style: none;
}

.megaheaderbookapbx li a {
  border-radius: 11px;
  display: flex;
  flex-direction: column;
  margin-top: 2px;
  padding: 16px;
  transition: 0.3s;
  /*! overflow: hidden; */
  position: relative;
  margin-bottom: 15px;
  background: #fff;
  border: 2px solid #f3f5f7;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.megaheaderbookapbx li a span {
  z-index: 2;
  position: relative;
}

.megaheaderbookapbx li a span:first-of-type {
  color: rgb(36, 51, 90);
  font-size: 18px;
  font-weight: 600;
}

.megaheaderbookapbx li a span:last-of-type {
  color: rgb(77, 91, 124);
  display: initial;
  display: block;
}

.megaheaderbookapbx li a:hover {
  background: rgba(0, 123, 196, 0.08);
  transition: 0.3s;
  border-color: var(--main);
}

.megaheaderbookapbx li a:hover span:first-of-type {
  color: var(--main);
  transition: 0.3s;
}

.megaheaderbookapbx li a img {
  position: absolute;
  right: -10px;
  top: -17px;
  object-fit: contain;
  z-index: 0;
  width: 119px;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "\F282";
  border-top: none;
  border-right: none;
  border-bottom: 0;
  border-left: none;
  font-family: bootstrap-icons !important;
  position: absolute;
  top: 38%;
  font-size: 14px;
}

.softwareSec h4 {
  font-size: 30px;
  color: var(--main);
  font-weight: 600;
}

.nav-link.dropdown-toggle {
  padding-right: 40px !important;
}

.about_Dropdown ul {
  column-count: 3;
}

.blclogo {
  display: none;
}

.fixed .blclogo {
  display: block;
}

.fixed .whitelogo {
  display: none;
}

.fixed .navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
}

/* header */

.banner_main {
  background: #000; position:relative;
  padding: 0; overflow:hidden;
  height: 100vh;
}



.job-search-form {
  background: #fff;
  border-radius: 5px;
  padding: 16px;
  background: rgb(35, 95, 104);
  color: #fff;
  /*! border: 1px solid rgba(91, 105, 135, 0.22); */
  text-align: left;
  /*
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1px, rgba(0, 0, 0, 0.08) 0px 2px 2px; */
  /*! box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 20px -6px; */
}

.job-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  /*! padding: 0px 0; */
}

.job-search-form .single-field-item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 41.5%;
  max-width: 42%;
  padding: 0 0;
  height: 100%;
  margin-bottom: 0;
}

.job-search-form .single-field-item label {
  display: block;
  color: rgb(70, 64, 222);
  text-transform: capitalize;
  margin: 0 0 6px 0;
  font-weight: 600;
  font-size: 0.95rem;
}

.job-search-form .single-field-item input {
  width: 100%;
  border: none;
  color: rgb(3, 27, 78);
  font-weight: 600;
  padding: 0 15px;
  line-height: inherit;
  height: 50px;
  border-radius: 0;
  border: 1px solid rgb(220 220 220);
  overflow: hidden;
}

.job-search-form .submit-btn {
  /*! width: 100%; */
}

.job-search-form .submit-btn .btn {
  background-color: var(--main);
  color: #fff;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
  text-transform: capitalize;
  height: 50px;
  margin: 0 0 0 15px;
  line-height: 35px;
  border-radius: 0;
  white-space: nowrap;
}

.job-search-form .submit-btn .btn:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  background-color: var(--black);
  color: #fff;
  border-color: transparent;
}

.job-search-form .single-field-item:first-child::after {
  position: absolute;
  /*! content: ""; */
  height: 100%;
  width: 1px;
  background-color: #e2e4ea;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.keywords ul li {
  display: inline-block;
}

.keywords ul li a {
  font-size: 0.95rem;
  color: #999;
  padding: 0 7px;
  border: 1px solid #e4e5ec;
  border-radius: 3px;
  margin-bottom: 4px;
  line-height: 22px;
  margin-right: 0;
}

.keywords ul li a:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  background-color: #300864;
  color: #fff;
  border-color: transparent;
}

.keywords ul li a {
  font-size: 0.95rem;
  color: #999;
  padding: 0 7px;
  border: 1px solid #e4e5ec;
  border-radius: 3px;
  margin-bottom: 4px;
  line-height: 22px;
  margin-right: 0;
}

.keywords.style-two .title {
  color: #300864;
  margin-right: 10px;
  line-height: 22px;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  top: -2px;
}

.banner_heading h1 {
  font-weight: 700;
  font-size: 65px;
  text-transform: capitalize;
  color: #fff;
  line-height: 60px;
}

.banner_heading h1 span {
  font-weight: bold;
  color: #ddfc79;
}

.locate_ico {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 45px;
  height: 46px;
  line-height: 13px;
  background: #ffd0b5;
  border-radius: 0;
  text-align: center;
  line-height: 45px;
  color: #205d63;
}

.locate_ico img {
  width: 20px;
}

.partner_JB {
  text-align: right;
}

.partner_JB a {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 10px;
  color: #081351;
  text-transform: uppercase;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: underline;
}


.banner_heading p {
  font-size: 22px;
  color: #fff;
}

/* banner */

.banner {
  background: #fbfbf9;
  border-bottom: 1px solid #e3e8f4;
  align-items: center;
  background: rgb(252, 233, 219);
  background: url(../images/bannerbg23.jpg);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}

.banner .col-lg-6.col-md-8 {
  position: relative;
  z-index: 9;
}

.carousel-caption {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  left: 0;
  width: 100%;
  text-align: left;
}
.carousel-item{min-height:100vh}
.carousel-item::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(45deg, rgb(0, 0, 0) 0%, rgba(66, 66, 66, 0) 100%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.3;
}

.carousel-item::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 27%;
  z-index: 1;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(1, 55, 61, 0) 100%);

  opacity: 0.5;
}

.banner h1 {
  font-size: 50px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0;
  margin-top: 16px;
  line-height: 58px;
}

.carousel-control-next,
.carousel-control-prev {
  width: 7%;
  z-index: 9999;
}

.banner h1 span { 
  font-weight: 400;
}


.banner p {
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}

.banner_btn {
  padding: 0 28px;
  border: 1px solid #ffffff7a;
  border-radius: 0;
  color: #000; 
  font-size: .9375rem; 
  display: inline-block; 
  /*! font-weight: 600; */
  background: #fff;
  text-transform: capitalize;
  height: 55px;
  line-height: 52px;
  margin: 0 16px 0 0;
  font-family: var(--H-family);
  border-radius: 20px;
  letter-spacing: 0.3px;
}

.banner_btn span {
  display: inline-block;
  height: 48px;
  background: var(--secondry);
  color: #fff;
  width: 50px;
  text-align: center;
  /* font-size: 35px; */
  line-height: 46px;
  border-radius: 61px 0 0 61px;
  margin: 0 0 0 11px;
}

.banner_btn span i {
  transform: scale(2);
  display: block;
}

.carousel-caption h1 {
  font-size: 60px;
  font-weight: 300;
  /*! font-family: Spectral; */ 
  margin: 0 0 21px 0;
}

.imgg {
  width: 70%;
  margin: 0 auto;
  margin-top: -116px;
}

.banner h6 {
  display: inline-block;
  border-radius: 20px;
  color: #fff;
  margin: 0;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.banner_btn_outline {
  padding: 10px 38px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #414163;
  font-size: 18px;
  display: inline-block;
  font-weight: 600;
  margin: 10px 22px 0 0;
  background: #fff;
}

.carousel-caption p {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  margin: 0 0 33px 0;
}

.hamburger {
  width: 50px;
  height: 35px;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 4px 0;
  transition: all 0.3s ease;
  border: none;
  background: transparent;
}

.hamburger span {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #333;
  border-radius: 1px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}


.offcanvas {
  background: #fff;
  color: #000;
}

.offcanvas-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.offcanvas-body {
  padding: 50px 70px;
}

.offcanvas.offcanvas-end {
  width: 40%;
  padding: 0 0 0 50px;
}

.d-flex.socialNv {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 20px;
  align-items: center;
}

.d-flex.socialNv h6 {
  margin-right: 26px;
  margin-bottom: 0;
}

.d-flex.socialNv a {
  font-size: 20px;
  margin-right: 20px;
  color: #424242;
}

.contct_detail {
  margin-top: 40px;
  padding: 41px 0 0 0;
  border-top: 1px solid #ddd;
}

.support_form {
  padding: 0 20px;
}

.canvas_footer {
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}

.contct_detail .pnone {
  font-size: 14px;
  margin-bottom: 30px;
}

.contct_detail .pnone h5 {
  font-size: 16px;
  /*! opacity: 0.4; */
  color: #999;
  line-height: 24px;
}

.contct_detail .pnone a {
  font-size: 16px;
  color: #999;
  line-height: 24px;
  margin: 0 0 0px 0;
  display: block;
}

.contct_detail .pnone a:hover {
  color: var(--main);
}

.offcanvas-body .navbar-nav {
  align-items: initial;
}

.offcanvas-body .dropdown-menu.show {
  display: block;
  position: static !important;
  border: none;
  padding: 0;
  transform: translate(0) !important;
}

.offcanvas-body .dropdown-item {
  padding: 0 22px;
  font-size: 32px;
  color: rgb(47, 46, 46);
  font-family: Spectral;
  font-weight: 300;
}

.offcanvas-body .dropdown-toggle::after {
  top: 19px;
  margin-left: 22px;
  font-size: 25px;
}

.offcanvas-body .nav-link {
  font-size: 34px;
  font-weight: 300;
  padding: 14px 0;
  font-family: Spectral;
}


.close-btn {
  background: none;
  border: none;
  color: black;
  font-size: 1.5rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  right: 15%;
  top: 3%;
  font-size: 36px;
}

.close-btn:hover {
  transform: rotate(90deg);
  color: #ffd700;
}

.main-content {
  padding: 2rem;
  min-height: calc(100vh - 80px);
  background: linear-gradient(45deg, #f0f2f5, #e8eef7);
}

.demo-section {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  margin: 1rem 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.demo-section:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .hamburger {
    width: 25px;
    height: 25px;
  }
}

/* banner */
.fixed .navbar-brand {
  width: 135px;
}

.fixed .nav-link.header_btn {
  border-bottom: 1px solid #000;
  color: #000 !important;
}

.fixed .hamburger span {
  background-color: #000;
}

.banner_vid {
	position: absolute;
	overflow: hidden;
	background: rgba(0, 0, 0, .35);
	color: #fff;
	font-size: 1em;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	height: 100%;
	letter-spacing: 2px;
	left: 0;
	top: 0;
	width: 100%;
}

.banner__video {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  /*! -webkit-transform: translateX(-50%) translateY(-50%); */
  /*! transform: translateX(-50%) translateY(-50%); */
  z-index: 1;
  object-fit: cover;
}

.banner_btn.active {
  background: transparent;
  color: #fff;
}

.discover_main {
  padding: 30px 0;
  background: #fff;
}

h2 {
  font-size: 44px;
  font-weight: bold;
  text-transform: capitalize;
  color: var(--charcoal); 
  margin: 10px 0 22px 0;  
  letter-spacing: 1px;
}
 h2 span {
	color: #D8191E;
}
.catogery_item {
  padding: 20px 14px;
  text-align: center;
  position: relative;
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
  background: #fff;
  border-radius: 10px;
  /*! box-shadow: none; */
  /*! border: 1px solid #ddd; */
  /*! border-bottom: 4px solid #064953; */
  box-shadow: rgba(50, 50, 93, 0.04) 0px 6px 12px -2px, rgba(0, 0, 0, 0.07) 0px 3px 7px -3px;
  transition: 0.3s;
  box-shadow: rgba(9, 30, 66, 0.01) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.catogery_item img {
  width: 50px;
  filter: grayscale(10);
}

.catogery_item:hover img {
  width: 50px;
  filter: grayscale(0);
}

.catogery_item:hover {
  transition: 0.3s;
  transform: scale(1.05);
  box-shadow: 0 12px 16px -4px rgba(16, 24, 40, 0.19), 0 4px 6px -2px rgba(16, 24, 40, 0.21);
}





footer {
  position: relative;
  padding: 190px 0 0 0;
  background: #1a1a1a;  
  margin: 0;  
  border-radius: 0;
  z-index: 9;
}

.copyright {
  border-top: 1px solid #d2d2d214;
  padding: 30px 0; 
  margin-top: 30px;
}

.copyright p {
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}

.copyright p a {
  margin: 0;
  color: #4F4F4F;
}
.copyright p a:focus, .copyright p a:hover {
  color: var(--bs-body-bg);
}
.footersocial {
  justify-content: center;
  align-items: center;
}

.footersocial h6 {
  margin-right: 26px;
  margin-bottom: 0;
  color: #fff;
}

.footersocial a {
  font-size: 20px;
  margin-right: 41px;
  color: #4F4F4F;
}

.nav-folderized .nav {
  display: block;
}

footer ul li {
  margin-bottom: 10px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
}

footer ul li:last-child {
  margin: 0;
}


footer ul li {
  margin-bottom: 8px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
}

footer ul li:last-child {
  margin: 0;
}

footer ul li a {
  color: #bfbfbf;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease; 
  transition: all 0.3s ease;
  display: block;
  padding-left: 2px;
  width: 100%;
  text-transform: capitalize;
  /*! letter-spacing: 0.3px; */
}

footer ul li a::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 47%;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3px;
  width: 0;
  background: #fff;
}

footer ul li a:hover::before {
  background: var(--main);
  opacity: 1;
  width: 8px;
  height: 2px;
  opacity: 0.6;
}

footer ul li a:hover {
  color: #fff;
  padding-left: 15px;
}


footer ul li a::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 47%;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3px;
  width: 0;
  background: #fff;
}

footer ul li a:hover::before {
  background: #fff;
  opacity: 1;
  width: 8px;
  height: 2px; 
}

footer ul li a:hover {
  color: var(--bs-body-bg);
  padding-left: 15px;
} 

footer ul {
  padding: 0;
}

footer ul li .nav-link {
  color: #bfbfbf;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease; 
  transition: all 0.3s ease;
  display: block;
	padding:0 0 0 0;
  padding-left: 2px;
  width: 100%;
  text-transform: capitalize;
  /*! letter-spacing: 0.3px; */
}

footer ul li .nav-link::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 47%;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3px;
  width: 0;
  background: #fff;
}

footer ul li .nav-link:hover::before {
  background: var(--main);
  opacity: 1;
  width: 8px;
  height: 2px;
  opacity: 0.6;
}

footer ul li .nav-link:hover {
  color: #fff;
  padding-left: 15px;
}


footer ul li .nav-link::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 47%;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 3px;
  width: 0;
  background: #fff;
}

footer ul li .nav-link:hover::before {
  background: #fff;
  opacity: 1;
  width: 8px;
  height: 2px; 
}

footer ul li .nav-link:hover {
  color: var(--bs-body-bg);
  padding-left: 15px;
} 
footer .nav-link:focus, footer .nav-link:hover {
  color: var(--bs-body-bg);
}

footer h2 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #fff;
  letter-spacing: 1px;
}
footer h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 18px;
  color: #fff;text-transform: uppercase;
  letter-spacing: 1px;
}
footer .contct_detail .pnone {
  font-size: 14px;
  margin-bottom: 15px;
}

footer .contct_detail .pnone a {
  font-size: 16px;
}

.text_footer {
  /*! border-top: 1px solid #373737; */
  padding-top: 0;
  padding-bottom: 30px;
}

.text_footer p {
  /*! margin: 0; */
  font-size: 12px;
  color: #d9d9d9;
  font-weight: 300;
  line-height: 20px;
}

.satup_support_main {
  text-align: center;
  padding: 40px 0;
  background: #065c62;
}

.Scdtail h3 {
  font-size: 45px;
  font-weight: bold;
  color: #fff;
}


.btn_theme {
  border: 2px solid var(--accent-orange);
  transition: 0.4s; 
  text-align: center; 
  padding: 0 30px; 
  font-size: .9375rem; 
  height: 55px;
  background: var(--accent-orange);
  color: var(--white);
  display: inline-block;
  white-space: nowrap;
  line-height: 52px;
  margin: 15px 9px 0 0;
  border-radius: 16px;
  font-family: var(--H-family);
  letter-spacing: 0.3px;
} 
.btn_theme.active {
	background: var(--charcoal);
	border-color: var(--charcoal) !important;
}
.btn_theme:hover {
	color: var(--white); 
	background: var(--charcoal);
	border-color: var(--charcoal);
	transition: 0.3s;
}

.btn_outline_theme {
  border: 1px solid var(--main);
  transition: 0.4s;
  text-align: center;
  padding: 0 20px;
  border-radius: 0;
  font-size: 18px;
  height: 45px;
  color: var(--main);
  display: inline-block;
  background: #f5f9fe;
  line-height: 42px;
  font-weight: 400;
}

.btn_outline_theme:hover {
  background: var(--main);
  color: #fff;
}

.btn_theme:focus,
.btn_outline_theme:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: var(--main);
  outline-offset: 2px;
  -moz-outline-radius: 0.25rem;
}

/* inner-pages */
/* inner-pages */
.main {
  padding: 60px 0;
}

.inner_banner {
  background: #000;
  padding: 27px 0;
  padding: 30px 20px;
  position: relative;
  z-index: 1;   
  /*! text-align: center; */
  padding-top: 53px;
  background-size: cover;
  background-position: center;
  min-height: 55vh;
  display: flex;
  align-items: center;
}

.inner_banner .container {
  position: relative;
  z-index: 9;
}

.inner_banner::before {
  content: '';
  width: 100%;
  height: 100%;  
  /*! background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0,107,122,0) 100%); */
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0.56) 0%, rgba(255, 255, 255, 0) 100%);
}

.inner_banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.7;
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #fff; 
  content: '\F285';
  font-family: bootstrap-icons !important;
}

.breadcrumb li {
  font-size: 14px;
  color: #fff;
}

.breadcrumb li a {
  font-size: 14px;
  color: #fff;
}


.inner_banner h1 {
  font-weight: 400; 
  font-size: 50px;
  /*! margin: 0; */
  color: #fff; 
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 0;
}

.inner_banner h6 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.inner_banner p {
  font-size: 16px;
  max-width: 418px;
  line-height: 26px;
  margin: 0 auto;  
  margin-top: 8px;
  margin-bottom: 16px;
  position: absolute;
  right: 12%;
  text-wrap: balance;
  color: #fff;
  bottom: 15%;
}

.breadcrumb {
  position: absolute;
  bottom: 0;
  left: 4%;
  color: #fff;
  z-index: 9;
}

.breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.75);
}

.main {
  padding: 50px 0;
  background: #fff;
}

.main h3 { 
  line-height: normal;
  font-size: 20px;
}

  
.flogo {
  margin: 0 0 16px 0;
}

/* owl nav */
.owl-prev span,
.owl-next span {
  font-size: 23px;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  text-align: center;
  color: #797977;
  margin: 0 -36px 0 -43px;
  display: inline-block;
  font-weight: bold;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 27px;
}

.owl-prev span:hover,
.owl-next span:hover {
  color: #8199A3;
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 0;
  height: 100%;
}

.owl-prev {
  left: 7px;
}

.owl-next {
  right: 7px;
}

.more_btn {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  transition: 0.3s;
}

.more_btn:hover {
  color: var(--main);
  transition: 0.3s;
}

.lookingforleadmain {
  padding: 50px 0;
  background: #fff;
  padding-top: 0;
}

.leadinner {
  background: #205d63 url(../images/pattern.png);
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
  padding: 0;
  margin: 0 10px;
}

.inner_text {
  color: #fff;
  padding: 40px;
}

.inner_text h2 {
  color: #fff;
  font-size: 50px;
}

.inner_text h5 {
  color: #ddfc79;
  font-size: 25px;
}

.inner_text p {
  color: #fff;
}

.inner_text a {
  display: inline-block;
  padding: 10px 20px;
  background: #ddfc79;
  color: #000;
  font-weight: 600;
}
  
.btn-close {
  position: absolute;
  right: -11px;
  top: -13px;
  background-color: #e6e6e6;
  opacity: 1;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  z-index: 9;
  /*! background-size: 10px; */
}

.modal-body {
	padding: 23px 30px;
}

.modal-body h3 {
  font-size: 27px;
  font-weight: 600;
  margin: 0 0 18px 0;
  text-align: center;
}

.form-check label {
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.list-group-item {
  padding: 12px 20px;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.submitformodalbtn {
  display: inline-block;
  padding: 10px 20px;
  background: var(--main);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin: 24px 0 0 0;
}

.progressbar {
  margin: 0 auto;
  max-width: 260px;
  margin-bottom: 11px;
}

.submitformodalbtnback {
  display: inline-block;
  padding: 10px 20px;
  background: transparent;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  margin: 24px 0 0 0;
  border: 1px solid #ddd;
}

.form-control {
  border-radius: 0;
  height: 50px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.form-group {
  margin: 0 0 15px 0;
}


.card-custom {
  border-radius: 0;
  border: none;
  min-height: 400px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}

.card-custom:hover {
  background: #fff;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-dark {
  background-color: #f7f7f7;
  color: black;
}

.card-yellow {
  background-color: #f7f7f7;
  color: #2d3a2d;
}

.card-image {
  background: #f7f7f7;
  background-size: cover;
  background-position: center;
  /*! color: white; */
  position: relative;
}

.card-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*! background: rgba(0, 0, 0, 0.4); */
}

.card-content {
  position: relative;
  z-index: 2;
}

.card-number {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  opacity: 0.7;
  border-bottom: 1px solid #00000040;
  padding-bottom: 10px;
}

.card-title {
  font-size: 25px;
  font-weight: 200;
  line-height: 1.2;
  transition: all 0.3s ease;
  margin: 70px 0 37px 0;
  color: #000;
  letter-spacing: 0;
}  

.card-custom:hover .card-title {
  transform: translateY(-5px);
}

.card-description {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 30px;
  opacity: 0.9;
  transition: all 0.3s ease;
  max-width: 80%;
  text-wrap: balance;
}

.card-custom:hover .card-description {
  opacity: 1;
  transform: translateY(-3px);
}

.card-link {
  display: inline-block;
  text-decoration: underline;
  font-weight: 600;
  color: inherit;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.card-link:hover {
  color: inherit;
  text-decoration: underline;
  transform: translateX(5px);
}

.card-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

.card-link:hover::after {
  width: 100%;
}

.arrow-circle {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #d4e157;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2d3a2d;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.card-custom:hover .arrow-circle {
  transform: scale(1.1) rotate(45deg);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.card-dark .arrow-circle {
  background-color: #d4e157;
  color: #2d3a2d;
}

.card-yellow:hover {
  background-color: #fff;
}

.card-dark:hover {
  background-color: #fff;
}
 
.card-yellow .arrow-circle {
  background-color: #2d3a2d;
  color: #d4e157;
}

.card-image .arrow-circle {
  background-color: #d4e157;
  color: #2d3a2d;
}

@media (max-width: 768px) {
  .card-title {
    font-size: 2rem;
  }

  .card-custom {
    height: 350px;
    margin-bottom: 20px;
  }
}
 
.nav-tabs {
  border-bottom: 1px solid #edf5f7;
}

.nav-pills .nav-link {
  border-radius: 0;
}

.contact-form-wrap .accordion-header {
  font-size: 20.25rem;
  font-weight: 600;
  margin-bottom: 0;
}

.contact-form-wrap .accordion-button {
  font-weight: 600;
  color: var(--heading_color);
  font-size: 1.0625rem;
  border: none;
  padding: 0.9375rem 1.875rem;
  border-radius: 0.625rem;
}


.contact-form-wrap .accordion-header img {
  width: 2.5rem;
  margin-right: 0.625rem;
}

.contact-form-wrap .tab-content {
  padding: 1.125rem;
  background: #f5fbfc;
}

.contact-form-wrap .accordion-button.collapsed {
  border-radius: 0 !important;
}

.contact-form-wrap .accordion-item {
  border-radius: 0 !important;
  border-bottom: 1px solid #f0f5fb;
  box-shadow: none;
  margin: 0;
}

.contact-form-wrap .accordion-body {
  background: #f4f5f9;
  padding-top: 1.25rem;
  border: none;
}

.contact-form-wrap .titleH {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  /*! color: var(--heading_color); */
  width: 100%;
  overflow: hidden;
  /*! text-overflow: ellipsis; */
  /*! white-space: nowrap; */
  margin: 0 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.contact-form-wrap .btn.btn-outline-primary {
  text-align: left;
  border: 2px solid #fff;
  background: #fff;
  border-radius: 0px;
  width: 100%;
  padding: 6px 1.25rem;
  /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 0.25rem -1px; */
  position: relative;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 3px, rgba(0, 0, 0, 0.07) 0px 1px 2px;
}


.contact-form-wrap .btn-check:active+.btn-outline-primary,
.contact-form-wrap .btn-check:checked+.btn-outline-primary,
.contact-form-wrap .btn-outline-primary.active,
.contact-form-wrap .btn-outline-primary.dropdown-toggle.show,
.contact-form-wrap .btn-outline-primary:active {
  color: #FFF;
  background-color: #0195B6 !important;
  border-color: var(--main) !important;
}

.contact-form-wrap .btn-outline-primary.active::before {
  content: 'chk';
  position: absolute;
  right: 0;
  top: 0;
  position: absolute;
}

.contact-form-wrap .btn-outline-primary:hover {
  color: var(--main);
  background: #deecf4;
  border-color: #accadb;
}

.contact-form-wrap .time {
  margin: 0 0.3125rem 0 0;
}

.contact-form-wrap .btn-check {
  position: absolute;
  clip: inherit;
  pointer-events: none;
  right: 1.125rem;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}

.contact-form-wrap .accordion-button:not(.collapsed) {
  color: var(--secondry);
  border-radius: 0px !important;
  background: #fff;
  box-shadow: none;
  border: none;
}

.apheading h3 {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 23px;
  color: var(--heading_color);
}

.apheading h6 {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 1rem;
  color: #0195b6;
  margin: 0.75rem 0 0 0;
}

.timepickerIt {
  padding: 1.875rem;
  text-align: center;
}

.dateshow {
  color: var(--heading_color);
  font-size: 1rem;
  margin-bottom: 0.875rem;
  font-weight: 600;
}

.doctorname {
  margin: 0.625rem 0;
}

.doctorname h6 {
  font-size: 1.25rem;
  color: var(--main);
  font-weight: bold;
  margin: 0;
}

.timetype p {
  color: var(--heading_color);
  margin: 0 0 0.8125rem 0;
}

.timetype ul {
  text-align: center;
  padding: 0;
}

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

.timetype ul li a {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  color: var(--white);
  background: var(--main);
}

.login_dv {
  margin: 0 0 1.25rem 0;
  padding: 1.25rem;
  text-align: center;
}


.login_btnStp {
  height: 2.5rem;
  padding: 0;
  border-radius: 0;
  background: var(--main);
  color: #ffffff;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  padding: 0px 2.5rem;
  /* box-shadow: rgba(1, 149, 182, 0.14) 0px 3px 6px, rgba(1, 149, 182, 0.18) 0px 3px 6px; */
  display: inline-block;
  margin-top: 0.3125rem;
  line-height: 41px;
}

.form_mainSTp {
  padding: 0 1.875rem;
}

.form_mainSTp h3 {
  color: var(--heading_color);
  font-weight: bold;
  font-size: 1.25rem;
}

.campignchk .form-group {
  display: flex;
  align-items: center;
}

.campignchk .form-group h6 {
  width: 200px;
}

.campignchk .form-check {
  width: 100%;
}

#preview {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid var(--main);
  margin: 0 auto;
  margin-bottom: 1.25rem;
}

.list-group {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 0.25rem -1px;
  margin-bottom: 2.5rem;
}

.list-group-item {
  padding: .6rem 1rem;
  border: 1px solid rgb(245, 245, 245);
  border-radius: 0 !important;
}

.login_div_main.apponytsigndv {
  padding: 2.5rem 3.125rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 0.25rem -1px;
  border-right: 1px solid #ddd;
  background: #fff;
  border-radius: 0;
  z-index: 9;
  position: relative;
  margin-bottom: 3.75rem !important;
  padding-top: 20.25rem;
}

.apponytsigndv h3 {
  font-size: 1.875rem;
  font-weight: bold;
}

.treatment_mainI {
  padding: 1.875rem 0;
  margin-bottom: 3.125rem;
}

.inner_treat ul {
  padding: 0;
  margin: 11px 0 0 0;
  text-align: center;
}

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

.inner_treat ul li a {
  list-style: none;
  display: inline-block;
  color: var(--heading_color);
  border: 2px solid var(--white);
  padding: 0.625rem 1.25rem;
  margin: 0 0.625rem 0.8125rem 0;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 0.625rem;
  font-size: 0.9rem;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.inner_treat ul li a:hover {
  color: var(--main);
  border: 2px solid var(--main);
  transition: 0.3s;
  background: #edf6fb;
}

.viewall_btn {
  display: inline-block;
  margin-top: 1.25rem;
  padding: 0.625rem 1.25rem;
  border: 2px solid #007bc4;
  /*! font-weight: 600; */
  color: var(--white);
  background: var(--main);
  font-size: 0.875rem;
  /*! letter-spacing: 1px; */
  box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
  border-radius: 0.625rem;
}

.fixbt_mobile {
  width: 100%;
  background: #ffffff;
  padding: 0.625rem 0.8125rem;
  position: sticky;
  font-size: 0.875rem;
  bottom: 0;
  z-index: 5;
  transition: all .5s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.875rem 20.5rem, rgba(0, 0, 0, 0.22) 0px 0.625rem 0.625rem;
  z-index: 99;
}

.apbtnxsfix {
  background: #199fd9;
  padding: 0.625rem 0.75rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  /* width: 21.875rem; */
  border-radius: 0.625rem;
  font-size: 0.8125rem;
}

.apbtnxsfix i {
  margin: 0 0.5rem 0 0;
  display: none;
}

.fxinnr h6 {
  width: 132px;
  font-size: 0.75rem;
  margin: 0 20.5rem 0 0;
  display: flex;
  align-items: center;
}

.fxinnr h6 img {
  width: 33px;
  font-size: 0.75rem;
  margin: 0 0.625rem 0 0;
  display: flex;
  align-items: center;
}

.allservices_links h4 {
  font-weight: 600;
}

.citybox ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.citybox ul li {
  display: inline-block;
  flex: 0 0 18%;
  margin: 0 25px 26px 0;
}

.citybox ul li img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  /*! border: 1px solid #235f65; */
}

.citybox ul li span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #1a2832;
  padding: 8px 0;
}

.citybox ul li a {
  display: block;
  background: #fff;
  border: 1px solid #dddddd47;
  border-radius: 10px;
  padding-bottom: 6px;
}

.contact-form-wrap .subtn_btn {
  height: 55px;
  padding: 0;
  border-radius: 0;
  background: var(--main);
  color: #ffffff;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  padding: 0 3.75rem;
  box-shadow: rgba(11, 43, 158, 0.15) 0px 6px 1.25rem -6px;
  display: inline-block;
  margin-top: 0.3125rem;
  width: 100%;
  line-height: 52px;
  font-size: 21px;
}

.block-separator {
  margin: 0 !important;
}

.login_div_main label {
  display: inline-block;
  font-size: 14px;
  color: #77879e;
}

.banner_joinn {
  background: #123841;
}

.banner_joinn .job-search-form.newjF {
  background: transparent;
}

.banner_joinn .job-search-form .single-field-item {
  flex: 0 0 70%;
  max-width: 70%;
}

.sectionrelibleeee {
  padding: 60px 0;
}


/* contact-us */
.headingg h1 {
  font-size: 98px;
  letter-spacing: -4px;
  line-height: 104px;
  color: #150c48;
  font-weight: 600;
}

/* contact-us */
.C_itemD {
  padding: 20px;
  text-align: left;
  padding-left: 55px;
  position: relative;
  margin-bottom: 10px;
  /* background: #f5f9fe; */
  border-radius: 0;
  margin-left: 0;
  margin: 0;
}

.C_itemD img {
  margin: 0 0 10px 0;
  position: absolute;
  left: 0;
  width: 36px;
  top: 28px;
}

.C_itemD h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.C_itemD a {
  font-size: 22px;
  color: var(--black);
  display: block;
  font-weight: 600;
}

.C_itemD p {
  font-size: 20px;
  line-height: normal;
  margin: 0 0 5px 0;
  font-weight: 600;
}

.btn_emailus {
  display: block;
  padding: 10px 15px;
  background: var(--main);
  border-radius: 100px;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 11px 18px -8px rgb(23 92 255 / 60%);
  transition: 0.3s;
  text-align: center;
}

.btn_emailus:hover {
  box-shadow: none;
  transition: 0.3s;
}




.contact-form-wrap {
  border-radius: 0;
  border-radius: 20px; 
}
 
.contact-form-wrap h2 {
  font-weight: 600;
}

.contact-form-wrap textarea {
  min-height: 93px;
}

.contact-form-wrap label {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px 0;
  color: #77879e;
}

.contact-form-wrap h2 {
  font-size: 30px;
  font-weight: 200;
  color: #000; 
  margin-bottom: 25px;
}


.contact-form-wrap .form-group {
  margin-bottom: 15px;
}

.contact-form-wrap .form-group .form-control {
  height: 50px;
  border-radius: 12px;
  /*! border: none; */
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  color: #546274; 
  /*! background: #f5f9fe; */
  color: #000;
  /*! font-weight: bold; */
  border: none;
  font-size: 15px;
  border: 1px solid #ddd;
}
.contact-form-wrap .form-group .form-select {
  height: 50px;
  border-radius: 12px;
  /*! border: none; */
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 20px;
  color: #546274;  
  color: #000; 
  border: none;
  font-size: 15px;
  border: 1px solid #ddd;
}
.contact-form-wrap .form-group .form-control::placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.contact-form-wrap .form-group textarea.form-control {
  padding-top: 14px;
  height: 98px;
}

.contact-form-wrap .btn {
  background: var(--main);
  color: #ffffff;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  padding: 14px 38px;
  display: inline-block;
  margin-top: 13px;
  border-radius: 0;
  font-size: 20px;
}

.dotted_ng {
  background: #fff url(../images/bg_dotted.png);
}

.SUb_Help_Heading {
  border-bottom: 7px solid #e5effc;
  margin-bottom: 22px;
}

/* contact-us */

.main {
  /*! background: url(../images/efvij.png); */
  background-size: cover;
}

.contact_detail {
  padding: 30px;
}

.contact_detail h5 {
  color: var(--helight);
  text-transform: uppercase;
  font-size: 16px;
}

.contact_detail h3 {
  font-size: 50px;
  font-weight: bold;
  color: #000;
  letter-spacing: -1px;
  font-family: 'Plus Jakarta Sans', sans-serif;
}

.contact-form-wrap {
  padding: 50px;
  background: #fff; 
  margin: 0 0 64px 0;
  border-top: 1px solid #ddd;
  border: 1px solid #ddd;
}


/* contact-us */

.about_main {
	padding: 60px 0;
	background: #fff url(../images/aboutbg.png); 
	background-repeat: no-repeat;  
	background-size: cover;
	background-position: 0 bottom; 
}

h6 {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #3c3c3c; 
	border: 1px solid #ddd; 
	border-radius: 30px; 
	padding: 5px 15px;
	font-size: 13px;
	display: inline-block;
}
.abimgg {
	height: 615px;
	position: relative;
	margin: 0 25px;
	margin-left: 100px;
}

.abimgg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sevices_main {
	padding: 60px 0;
	background: #fff;
}
.uniqtxt {
	position: absolute;
	bottom: -27px; 
	left: -37px;
	background: #000; 
	color: #fff;
	width: 167px;
	padding: 20px;
	text-transform: uppercase;
	font-family: Bebas Neue;
	font-size: 35px;
	line-height: 40px;
	border-radius: 20px;
}
.calltoactionn {
	background: #000 url(../images/ctabg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	padding: 60px 0;
  position: relative;
  z-index: 1;
  color: #fff;
	border-radius: 21px;
	overflow: hidden;
}
.calltoactionn h2 { 
  color: #fff;
}
.calltoactionn p {
	color: #fff;
	font-size: 24px;
}

.calltoactionn::before {
	content: '';
	position: absolute; 
	left: 0; 
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.46);
	z-index: -1;
}
.calltoactionn .btn_theme {
	border-color: #ffffff96;
	border-width: 1px;
}

.our_recentr_project {
	padding: 60px 0;
	background: #fff;border-bottom:1px solid #eee;
}
 .values-banner {
            background: linear-gradient(135deg, #d63031 0%, #e84393 100%);
            padding: 60px 0;
            color: white;
        }
        
        .values-card {
            text-align: center;
            padding: 20px 15px;
            height: 100%;
        }
        
        .values-icon {
            font-size: 3rem;
            margin-bottom: 20px;
            opacity: 0.9;
        }
        
        .values-title {
            font-size: 23px;
            font-weight: 300; 
            margin-bottom: 15px;
            text-transform: capitalize;
            letter-spacing: 0.5px;
        }
        
        .values-description {
            font-size: 0.95rem;
            line-height: 1.6;
            opacity: 0.95; 
            color: #fff;
        }
        
        @media (max-width: 768px) {
            .values-banner {
                padding: 40px 0;
            }
            
            .values-icon {
                font-size: 2.5rem;
            }
            
            .values-title {
                font-size: 1.1rem;
            }
            
            .values-description {
                font-size: 0.9rem;
            }
        }


 .container-fluid{
  max-width: 90%;
}

.project_main .image {
	height: 530px;
	position: relative;  
	border-radius: 20px;
	overflow: hidden;
	transition: 0.3s;
}

.project_main .image img{
	width: 100%;
  height: 100%;
  object-fit: cover;
	transition: 0.3s;
}

.project_main:hover  img{
  transform: scale(1.1);
	transition: 0.3s;
}

.project_main .image span{
  position: absolute;
  left: 50px;
  top: 41px; 
  display: inline-block;
  /*! border: 1px solid rgba(255, 255, 255, 0.1); */
  color: #fff; 
  padding: 5px 20px;
  border-radius: 40px; 
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 200;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.22);
  font-family: var(--H-family);
  z-index: 9;
}
.project_main {
	position: relative;
	border-radius: 20px;
	overflow: hidden; 
	margin-bottom: 25px;
	margin: 10px; 
	transition: 0.3s;
}
.projectcontent {
	position: relative;
	bottom: 11px;
	color: #000; 
	max-width: 100%; 
	left: 0;
	z-index: 9;
	transition: 0.3s;
	padding: 20px;
}

.projectcontent h4 {
  font-size: 26px;
  letter-spacing: 0.6px;
}

.projectcontent span {
	display: inline-block;
	border: 1px solid #000;
	padding: 9px 20px;
	margin: 0; 
	border-radius: 30px;
	font-weight: 600;
	transform: translateY(100px);
}
.project_main .image::before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, #000, transparent);
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: 0.3s;
	opacity: 0.5;
	background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.project_main:hover .projectcontent{
  bottom: 0px;
  transition: 0.3s;  
}
.project_main:hover .projectcontent span {
  bottom: 20px;
  transition: 0.3s;
  transform: translateY(11px); 
}

.review_main {
  padding: 60px 0;
  background: #f2f2f2;
  position: relative;
  background: #f4f4f4 url(../images/h1-bg01.png);
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: right;
  min-height: 70vh;
}

.review_item {
  padding: 30px;
  text-align: center; 
  border-radius: 34px;
  /*! background: #fff; */
  margin: 13px;
  position: relative;
  padding-top: 0;
}

.review_item p {
  color: #000;
  /*! font-family: "Begum", cursive; */
  font-style: italic;
  font-weight: 500; 
  line-height: 40px;
  /*! text-align: left; */
  font-size: 27px; 
  text-wrap: balance;
}

.review_item .bi-quote {
	font-size: 231px;
	line-height: 0;
	opacity: 1; 
	position: absolute;
	top: 20px;
	left: 13%;
	color: #e1e1e1;
	z-index: -1;
} 

.starR {
  color: #000;
  margin: 13px 0 21px 0; 
}

.starR i {
  color: #ffe037;
  font-size: 25px;
  margin: 0 6px 0 0;
}

.imgname h4 { 
  font-family: var(--H-family);
  font-size: 20px;
  letter-spacing: 0;
  color: #000;
  letter-spacing: 0.5px;
  margin: 32px 0 0 0;
}.imgname h4 i {  
  font-size: 15px; 
  margin: 0 0 0 4px;
  color: green;
}
.imgname p small {
	font-size: 14px;
	font-style: normal;
	color: #999;
}
.contact-info {
  font-size: 26px;
  /*! line-height: 1.8; */
}

.phone {
  color: #fff;
  margin-bottom: 14px;
  /*! border-bottom: 1px solid #333; */
  padding-bottom: 5px;
  text-decoration: underline;
  text-decoration-color: var(--main); 
}

.email {
  color: #fff;
  /*! border-bottom: 1px solid #333; */
  padding-bottom: 5px; 
  text-decoration: underline;
  text-decoration-color: currentcolor;
  text-decoration-color: var(--main);
}

.caltoaction{
  padding: 95px 0;
  position: relative;
  z-index: 9;
  padding-bottom: 130px; 
  text-align: center;
  color: #fff;
}

.contact_main {
	overflow: hidden;
}
.contact_details {
	padding-left: 125px;
}

 
/* contact-us */
.C_itemD {
	padding: 21px 30px;
	text-align: left;
	padding-left: 80px;
	position: relative;
	margin-bottom: 0; 
	/*! background: #f5f9fe; */ 
	border-radius: 0;
	margin-left: 0;
	border-bottom: 1px solid #f2f6fb;
	margin-bottom: 30px;
}
 
.C_itemD img {
	margin: 0 0 10px 0;
	position: absolute;
	left: 0;
	width: 50px; 
	top: 30px; 
}

.C_itemD h4 {
  font-size: 20px; 
  font-weight: 600;
  margin: 0 0 5px 0;
  font-family: var(--B-family);
} 
.C_itemD p {
  font-size: 16px; 
    margin: 0; 
  line-height: 25px;
  opacity: 0.6;
}  
.C_itemD a { 
	font-size: 18px;
	font-weight: 500; 
	color: var(--black);  
	display: block;
    transition: 0.2s;
}
.C_itemD a:hover{
    transition: 0.2s; 
    text-decoration: underline;
    text-decoration-thickness: 2px;
    color: var(--main);
}
 .contact-form-wrap .btn {
	height: 60px;
	padding: 0;
	border-radius: 20px;
	background: var(--accent-orange);  
	color: #fff;
	font-weight: 200;
	outline: none;
	box-shadow: none;
	padding: 0 60px;
	/*! box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 6px, rgba(0, 0, 0, 0.18) 0px 3px 6px; */
	display: inline-block;
	margin-top: 5px;
	/*! width: 100%; */
	text-transform: capitalize;
	font-size: 20px;
	letter-spacing: 0.4px;
	font-family: var(--H-family);
}
.contact_main {
	overflow: hidden;
	padding: 60px 0;
	background: #fff url(../images/aboutbg.png);
	background-position: center;
}
.ftagline {
	color: #fff;
	font-family: var(--H-family);
	font-size: 24px;
	max-width: 79%;
	opacity: 0.6;
}

#project_slider .owl-stage .owl-item:nth-child(odd) {
  margin-top: 50px;
}

#project_slider .owl-stage .owl-item:nth-child(even) {
  background-color: #fff;
}
/* View Button Cursor */
        .view-cursor {
            position: fixed;
            width: 80px;
            height: 80px;
            background: rgba(0,0,0,0.8);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 14px;
            font-weight: 500;
            pointer-events: none;
            z-index: 1000;
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.5);
            transition: all 0.3s ease;
            backdrop-filter: blur(10px); 
            text-align: center;
        }

        .view-cursor.active {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
        }

        .view-cursor.clicked {
            transform: translate(-50%, -50%) scale(0.9);
        }


.accordion-item {
  background: white;
  border: none;
  border-bottom: 1px solid rgba(200, 200, 200, 0.36);
  position: relative;
  border-radius: 0 !important;
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.accordion-item::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  /*! border-bottom: 1px solid #ffffff7d; */
  bottom: 0;
  /*! left: -40vh; */
}


button.accordion-button {
  background: transparent;
}

button.accordion-button {
  background: #fff !important;
  /*! color: #fff; */
  padding: 20px 0;
  overflow: hidden;
  font-size: 25px;
  font-weight: 200;   
  letter-spacing: 0.7px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  /*! color: #fff; */
  box-shadow: none;
  padding-bottom: 5px;
}

 

.faqs_main {
  padding: 60px 0;
  background: #fff;
  position: relative;
}
 
button.accordion-button span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgb(0, 0, 0);
  line-height: 30px;
  text-align: center;
  border-radius: 0; 
  font-size: 14px;
  margin: 0 14px 0 0;
  color: rgb(255, 255, 255); 
} 
 
.accordion-button:not(.collapsed) { 
  color: rgb(0, 0, 0);
}
 
 
.monthmainn {
	background: #f4f4f4 url(../images/ctabggg.png);
	padding: 40px 0;
	background-size: cover;
	border-radius: 30px; 
	margin: 0 0 -150px 0;
	position: relative;
	z-index: 99;
}

.monthmainn h2 {
  /*! color: #000; */ 
  font-weight: bold;
  font-size: 43px;
  margin-top: 3px;
  margin-bottom: 6px;
}
.monthmainn p {
	/*! color: #fff; */
	font-size: 16px;
	margin: 0 0 10px 0;
}
.monthmainn .theme_btn {
  padding: 13px 23px;
  background: #fff;
  color: rgb(0, 0, 0);
}

.half_imgg {
  position: absolute;
  right: auto;
  top: 0;
  width: 50%;
  height: 100%;
  left: 0;
}
.why_main {
	padding: 50px 0; 
	background: #fff url(../images/ctabggg.png);
}
.why_item { 
	background: #fff; 
	padding: 36px; 
	border-radius: 25px;
	text-align: center;
	position: relative; 
	/*! border: 1px solid #ddd; */
	height: 200px;
	transition: 0.3s;
}
.why_item:hover { 
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transition: 0.3s;
}


.why_item img {
	width: 69px;
	margin: 0 0 20px 0;
}
.why_item h3 {
	font-size: 20px;
	letter-spacing: 0.7px;
}

.missionvision {
  padding: 24px 0;
  margin: 60px 0 0 0;
  background: #191c22;
  min-height: 40vh;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
}
.missionvision h2 {
  color: #fff;
}
.missionvision p {
  color: #fff;
}

.missionvision p {
  text-wrap: balance;
} 

.halfimgg {
  position: absolute;
  right: 0;
  top: 0;
  width:50%;
  height: 100%;
}

.halfimgg img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.missionvision .theme_btn {
  background: #fff;
  color: rgb(0, 0, 0);
  font-size: 16px;
}

.ourPepole {
  padding: 0;
  background: #fafafa;
  min-height: 60vh;
  position: relative;
}

.inthepress {
  padding: 60px 0;
}

.inpress_item {
  padding: 25px;
  text-align: center;
  border: 1px solid #E5E5E5;
  background: #fff;
  min-height: 250px;
}

.imgpress {
  padding: 10px;
  background: #fafafa;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgpress img {
  mix-blend-mode: multiply;
}

.inpress_item p {
  font-size: 13px;
  line-height: 20px;
  margin: 35px 0 0 0;
  text-wrap: balance;
}

.logoparftners {
  padding: 60px 0;
  background: #fff;
}

.logoparftners ul {
  display: flex;
  flex-wrap: wrap;
}

.logoparftners ul li {
	flex: 22%;
	list-style: none;
	padding: 0 !important;
}
.logoparftners ul li:before {
  display: none;
}
.logoparftners ul li a {
  display: block;
  /*! background: #f1f1f1; */
  padding: 30px;
  height: 120px;
  margin: 0 15px 20px 0;
  border-radius: 0;
  position: relative;
  text-align: center;
  transition: 0.3s;
  /*! filter:grayscale(10); */
}

.logoparftners ul li a:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: 0.3s;
  filter: grayscale(0);
}


.logoparftners ul li a img {
  max-width: 100%;
  max-height: 100%;
}

.content_dv {
  max-width: 500px;
  padding: 40px;
  background: transparent;
  top: 0;
  position: absolute;
  left: 3%;
  border-radius: 20px;
  backdrop-filter: blur(2px);
  text-align: left;
  /* text-shadow: 0 1px 1px #000; */
  padding-top: 0;
}

.content_dv .theme_btn {
  border: 1px solid rgb(255, 255, 255);
  background: #fff;
  color: #000;
}
.ourPepole {
  padding: 0;
  background: #fafafa;
  min-height: 60vh;
  display: flex; 
  align-items: center;
}

.inthepress {
  padding: 60px 0;
}

.inpress_item {
  padding: 25px;
  text-align: center;
  border: 1px solid #E5E5E5;
  background: #fff;
  min-height: 250px;
}

.imgpress {
  padding: 10px;
  background: #fafafa;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.imgpress img {
  mix-blend-mode: multiply;
}

.inpress_item p {
  font-size: 13px;
  line-height: 20px;
  margin: 35px 0 0 0;
  text-wrap: balance;
}

.contact_inner.contactpg {
  padding: 0;
}


.contact-buttons {
  position: fixed;
  bottom: 62%;
  right: 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  z-index: 99999999;
  /*! transform: translateX(50%); */
  justify-content: center;
  /*! align-items: center; */
  transition: 0.3s;
}

.contact-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  text-decoration: none;
  border-radius: 30px 0 0 30px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0);
  /*! box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3); */
  /*! transform: translateX(0); */
  opacity: 0;
  animation: slideIn 0.6s ease forwards;
  /*! margin: 0 0 10px 0; */
  /*! flex-direction: column-reverse; */
  right: -83px;
  position: relative; 
  transition: 0.3s;
  flex-direction: row-reverse;
  text-align: left;
}

.contact-btn:hover {
  left: 0;
  transition: 0.3s;
}

.contact-btn:nth-child(1) {
  animation-delay: 0.1s;
}

.contact-btn:nth-child(2) {
  animation-delay: 0.2s;
}

.contact-btn:nth-child(3) {
  animation-delay: 0.3s;
}

.contact-btn:hover {
  /*! background: rgba(0, 0, 0, 0.9); */
  /*! border-color: rgba(255, 255, 255, 0.2); */
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);

}

.contact-btn:active {
  transform: scale(0.95);
}
 
.btn-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.contact-btn:hover .btn-icon {
  transform: scale(1.1);
}

.call-back {
  background: rgb(0, 0, 0);
}

.call-back:hover {
  /*! background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb); */
  /*! box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4); */
  opacity: 1;
  /*! color: #000; */ 
}

.call-us {
  background: rgb(216, 25, 30);
}

.call-us:hover {
  /*! background: rgba(0, 0, 0, 0.9); */
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  /*! background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb); */
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  opacity: 1;
  /*! color: #000; */
}

.whatsapp {
  background: #0E9D17;
}

.whatsapp:hover {
  /*! background: rgba(0, 0, 0, 0.9); */
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  /*! background: linear-gradient(96.42deg, #e4d5b4 -4.18%, #d9c496 105.22%), linear-gradient(0deg, #cdcccb, #cdcccb); */
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  opacity: 1;
  /*! color: #000; */
}

@keyframes slideIn {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}



/* Responsive design */
@media (max-width: 768px) {
  .contact-buttons {
    /*! bottom: 20px; */
    /*! right: 20px; */
    gap: 8px;
  }

  .contact-btn {
    padding: 8px 14px;
    font-size: 10px;
  }

  .btn-icon {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 480px) {
  .contact-buttons {
    /*! bottom: 15px; */
    /*! right: 15px; */
    gap: 6px;
  }

  .contact-btn {
    padding: 6px 12px;
    font-size: 10px;
  }

  .btn-icon {
    width: 12px;
    height: 12px;
  }
}

/* Floating animation */
.contact-buttons::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateX(0) rotate(0deg);
    opacity: 0.7;
  }

  50% {
    transform: translateX(-30px) rotate(180deg);
    opacity: 0.3;
  }
}
.banner_btrnn {
  position: relative;
  z-index: 9;
  width: 100%;
  margin-top: 0; 
  padding-top: 14px;
  left: 0;
  top: 0;
}

.banner_btrnn a {
  display: inline-block;
  padding: 13px 22px;
  color: #fff;
  font-size: 14px;
  border-radius: 19px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0; 
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.3); 
  font-weight: 600;
}

.banner_btrnn a.active {
  background-color: #fff;
  color: #000;
}


.main .anf_item {
  /*! padding: 22px; */
  margin: 0 !important;
  text-align: center;
}

.main .anf_item h3 {
  font-size: 20px;
  max-width: 83%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 14px;
  font-weight: 200; 
}
.anf_item {
	padding: 49px;
	text-align: left;
	background: #fff;
	border-radius: 24px; 
	position: relative;
	margin: 0 0 -180px 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.anf_item h6 {
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 54px;
	border-radius: 100%;
	line-height: 60px; 
	margin: -53px 0 30px 0;
	position: absolute;
	right: 20px;
	top: 78px;
	color: #d7d6d6;
	font-weight: bold;
	opacity: 0.4;
	border: none !important;
	padding: 0 !important;
}
.main .anf_item img {
	width: 100px;
	filter: grayscale(10);
	opacity: 0.8;
}
.servisesinnersection {
	padding: 70px 0;  
}



.services_item{
	margin: 10px;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
  }  
.services_item:hover h4{ 
	transition: 0.3s; 
  text-decoration: underline;
  }  

  .services_item .image {
	height: 350px;
	overflow: hidden;
	border-radius: 10px;
	position: relative;
	transition: 0.3s;
}

  .services_item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	transition: 0.3s;
}

  .services_item .image::before {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-image: linear-gradient(to bottom, #262626, transparent);
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: 0.3s;
}
.sarvname {
	position: absolute;
	top: 0;
	padding: 25px;
	color: #fff;
	width: 100%;
	z-index: 9;
	transition: 0.3s;
}
 
.sarvname h4 {
	font-size: 30px;
	color: #fff;
	transition: 0.3s; 
	margin: 0; 
	max-width: 100%;
	font-weight: 200;
	letter-spacing: 1px;
	max-width: 200px;
}
.sarvname p { 
	font-size: 13px;
	color: #373737;
	transition: 0.3s;
	opacity: 0.8;
}


  .services_item .more {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #000; 
	font-weight: 600;
	transform: translateY(81px); 
	transition: 0.3s;
	background: #fff; 
	padding: 12px 22px;
	border-radius: 14px;
	font-size: 13px;
}

.services_item:hover .more { 
	transform: translateY(0);
	transition: 0.3s;
}
.services_item:hover img { 
	transform: scale(1.04);
	transition: 0.3s;
}


/* --- TIMELINE --- */
.timeline {
  position: relative;
  /*! max-width:700px; */
  margin: 0 auto;
  padding-left: 0;
}

.timeline::before {
  /* vertical line */
  content: '';
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #b0b0b0;
}

.step {
  position: relative;
  margin-bottom: 60px;
  padding-left: 68px;
  cursor: pointer;
}
 
.step::before {
  /* dot on the line */
  content: '';
  position: absolute;
  left: 11px;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
  border: 4px solid #fff
}

.step h2 {
  font-size: 27px;
  margin-bottom: 8px;
  position: relative;
  font-weight: 300;
  margin: 0; 
}

.step h2 span {
  position: absolute;
  left: -73px;
  top: -3px;  
  z-index: 9;
  width: 50px;
  height: 50px; 
  text-align: center;
  background: #797979;
  border-radius: 100%; 
  line-height: 50px;
  font-size: 25px;
  color: #fff;
}

.step p {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .4s ease;
  padding: 0 0 0 2px;
  color: #555
}

.step.open p {
  max-height: 300px;
  /* big enough for text */
  padding: 8px 0 0 2px;
  font-size: 21px;
  max-width: 80%;
}


#imageBox {
	width: 100%;
	max-width: 100%;
	height: 581px;
	margin: 0;
	background-size: cover;
	background-position: center;
	border-radius: 0;
	transition: background-image .6s ease;
	border-radius: 30px;
}


.service-card {
  /*! background-color: #ffffff; */
  border-radius: 25px;
  padding: 0;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  /*! box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
  text-align: center;
  position: relative;
  margin: 10px;
}

.service-card:hover {
  transform: translateY(-5px);
  /*! box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

.service-image {
  width: 100%;
  height: 340px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 0;
}

.service-title {
  font-size: 25px !important;
  font-weight: 200 !important;
  margin-bottom: 10px;
  color: #000; 
  letter-spacing: 0.7px;
}

.descriptrust {
  /*! position: absolute; */
  /*! bottom: -9%; */
  /*! left: 3%; */
  /*! width: 94%; */
  text-align: left;
  padding: 18px 20px;
  background: rgba(255, 255, 255, 0.84);
  border-radius: 0;
  backdrop-filter: blur(6px);
  /*! border: 4px solid #919191; */
  z-index: 999;
}

.service-description {
  color: #313131;
  line-height: 22px;
  margin-bottom: 13px;
  font-size: 14px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 7px;
  max-height: 48px;
  overflow: hidden;
}

.learn-more-btn {
  color: #000;
  border: none;
  padding: 6px 0;
  border-radius: 0;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  border-bottom: 1px solid #00000059;
  padding-top: 0;
  font-size: 12px;
}

.learn-more-btn:hover {
  background-color: #191c22;
  color: #fff;
  transform: scale(1.05);
  padding: 8px 18px;
  border-radius: 0;
}

.container-custom {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
}  

@media (max-width: 768px) {
  .service-card {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }

  .service-image {
    height: 280px;
  }

  .service-title {
    font-size: 1.25rem;
  }
}
.imgpngshp img {
	position: absolute;
	bottom: -17px;
	right: -106px;
	width: 270px;
}
.time_line_main {
	background: #fbfbfb url(../images/h1-bg01-1.png);
	padding: 60px 0;
	background-position: center;
}

.innerbg {
	/* padding: 50px; */
	background: rgba(255, 255, 255, 0.67);
}
.contact_mainPg .contact-form-wrap {
  padding: 0 50px;
  background: #fff;  
  margin: 0 0 64px 0;
  border-top: 1px solid #ddd;
  border: none;
}


.main .project_main .image {
	height: 350px; 
}


.main .projectcontent { 
	top: 0;
}
.project-header {
	background-color: white;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	padding: 0 0 32px 0;
	margin: 0 auto;
}
        
        .project-title {
            font-size: 2.5rem;
            font-weight: 700;
            color: #212529;
            margin-bottom: 2rem;
            letter-spacing: -0.5px;
        }
        
        .project-details {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 2rem;
        }
        
        .detail-item {
            display: flex;
            flex-direction: column;
        }
        
        .detail-label {
            font-size: 0.875rem;
            font-weight: 500;
            color: #6c757d;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 0.5rem;
        }
        
        .detail-value {
            font-size: 1.125rem;
            font-weight: 600;
            color: #212529;
            line-height: 1.2;
        }
        
        @media (max-width: 768px) {
            .project-header {
                padding: 2rem 1.5rem;
                margin: 0 1rem;
            }
            
            .project-title {
                font-size: 2rem;
            }
            
            .project-details {
                grid-template-columns: repeat(2, 1fr);
                gap: 1.5rem;
            }
        }
        
        @media (max-width: 480px) {
            .project-details {
                grid-template-columns: 1fr;
                gap: 1.25rem;
            }
        }

.imageprojectt{
  height: 500px; 
  overflow: hidden;
  border-radius: 20px;
  margin: 40px 0;
}


.imageprojectt img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main ul {
  margin: 0.9375rem 0;
  padding: 0;
  margin-bottom: 1.5625rem;
}

.main ul li {
  list-style: none;
  margin: 0 0 0.875rem 0;
  position: relative;
  padding-left: 1.875rem;
  font-size: 1rem; 
  font-weight: 400;
  /*! color: #515e81; */

} 

.main ul li b,
.main ul li strong {
  /*! font-weight: 300; */
  color: #000;
  /*! font-family: var(--H-family); */

}



.main ul li a {
  color: #294caa;

}
 
.main ul li::before {
  position: absolute;
  content: '\F26E';
  font-family: bootstrap-icons;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  /*! background: #0195b621; */
  color: #d91b20;
  line-height: 21px;
  left: -2px;
  font-weight: bold;
  text-align: center;
  top: 0.3125rem;
  font-size: 26px;
}
.metadataprojectt {
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	border-radius: 20px;
	margin: 40px 0;
}
.metadataprojectt .metadata h3{
 font-size: 30px;
 font-weight: bold;
}

.metadataprojectt .metadata p{
  margin: 0;
}
.gallery_main {
	margin-top: 58px;
}
.gitem {
	height: 490px;
	position: relative;
	margin: 10px;
	border-radius: 20px;
	overflow: hidden;
}
.gitem img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.populer_links {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ffffff0d;
	margin-bottom: 46px;
}
.populer_links h2 {
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 18px;
	color: #fff;
	letter-spacing: 1px;
}
.populer_links ul {
	padding: 0;
	/*! column-count: 5; */ 
	break-inside: avoid;
	margin: 0; 
	/*! display: flex; */
	flex-wrap: wrap; 
	justify-content: center;
	text-align: center;
} 
.populer_links ul li {
	display: inline-block;
	margin-bottom: 18px; 
	flex: 0 0 18%;
	margin: 0 10px 14px 0;
}
.populer_links ul li a {
	color: #000;
	padding: 0 0 0 25px;
	margin: 0;
	display: block; 
	font-size: 18px;  
	color: #fff;
	font-weight: 300;
	position: relative;
	transition: 0.3s;
	border: 1px solid #ffffff1c;
	text-align: center;
	padding: 12px 30px;
	border-radius: 50px;
	font-family: var(--H-family);
	letter-spacing: 1px;
} 

.populer_links ul li a:hover{
	color:#FFF; 
	transition: 0.3s;padding: 12px 30px;
	background: var(--accent-orange);
	border-color: var(--accent-orange);
}

.populer_links ul li a:hover::before {
  background: #fff;
  opacity: 1;
  width: 8px; display:none;
  height: 2px;
}
.populer_links ul li a::before {
	/*! content: '\F135'; */
	position: absolute;
	left: 0;
	top: 0; 
	font-size: 16px;
	color: #000;
	font-family: bootstrap-icons !important;
}
  .testimonial-section {
            margin: 0;
        }
        
        .testimonial-image {
            background: #000;
            border-radius: 15px;
            overflow: hidden;
            height: 400px;
            position: relative;
        }
        
        .testimonial-image img {
            width: 100%;
            height: 100%;
            object-fit: cover; 
        }
        
        .testimonial-content {
            padding-left: 3rem;
        }
        
        .quote-icon {
            color: #dc3545;
            font-size: 3rem;
            margin-bottom: 1rem;
        }
        
        .testimonial-text {
            font-size: 24px;
            line-height: 32px; 
            color: #333;
            margin-bottom: 2rem;
            font-weight: 400;
            font-family: Spectral;
            font-style: italic;
        }
        
        .author-name {
            color: #dc3545;
            font-weight: 600;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .glass-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(5px);
        }
        
        @media (max-width: 768px) {
            .testimonial-content {
                padding-left: 0;
                padding-top: 2rem;
            }
            
            .testimonial-image {
                height: 300px;
                margin-bottom: 1rem;
            }
            
            .quote-icon {
                font-size: 2rem;
            }
            
            .testimonial-text {
                font-size: 1rem;
            }
        }
        
        .interior-scene {
            background: linear-gradient(45deg, #d4c5b0, #e8dcc6);
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .room-elements {
            position: absolute;
            width: 100%;
            height: 100%;
        }
         

.testimonial-section {
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 20px;
	margin-bottom: 25px;
}
.modal-body .contact-form-wrap {
	padding: 0;
	background: #fff;
	margin: 0;
	border-top: none;
	border: none;
}
.fristtextseetails p{
  text-align: justify;
}
 .image_lft {
	padding: 50px 0;
}

.content_pglft ul{
  display: flex;
  flex-wrap: wrap;
}

.content_pglft ul li {
	flex: 0 48%;
	padding-left: 30px;
}
.content_pglft ul li  span {
	display: block;
	font-size: 20px;
	font-weight: 900;
}
.content_pglft ul li::before {
	position: absolute;
	content: '\F26E';
	font-family: bootstrap-icons;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #28282821;
	color: #d91b20;
	line-height: 24px;
	/* left: -3px; */
	font-weight: bold;
	text-align: center;
	top: 0.3125rem;
	font-size: 18px;
}
.imagelft img {
	height: 600px;
	object-fit: cover;
}
.content_pglft h2{
  margin-bottom: 30px;
} 

.innerpagewhy{
  padding: 0;
}

.innnerpgcontactudd{
  background-color: #00000012;
}



















.pagination-wrapper {
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 8px 14px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    color: #0d6efd;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.pagination .current {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    pointer-events: none;
}



.gallery_main {
  position: relative;
}

.gallery_main ul {
  padding: 0;
  margin: 0;
  column-count: 3;
  gap: 25px;
}

.gallery_main ul li {
  list-style: none;
  margin-bottom: 20px;
  border-radius: 0;padding-left: 0px;
}

.gallery_main ul li::before{display:none}

.gallery_main .button-group {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}



.button-group {
  padding: 0 0 40px 0;
  text-align: center;
}

.button-group button {
  border: 1px solid #00000026;
  padding: 12px 19px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600; 
  background: transparent;
  letter-spacing: 2px;
  border-radius: 60px;
  margin: 0 22px 0 0;
  font-size: 12px;
  color: #000;
  height: 40px;
}

.button-group button:hover {
  border: 1px solid var(--main);
  color: var(--main);
}


.button.filter-button.is-checked {
  background: var(--main);
  color: #fff;
  border-color: var(--main);
}

.filter {
  margin-bottom: 0;
  display: block;
  border: none;
  transition: 0.3s;
  position: relative;
  background: var(--main);
}

.filter:hover {
  border: navajowhite;

  transition: 0.3s;
  z-index: 99;
  position: relative;
}

.filter img {
  width: 100%;
  transition: 0.3s;
  filter: brightness(1.2);
  border-radius: 0;
}

.filter:hover img {
  opacity: 0.7;
  transition: 0.3s;
}


.video_item iframe{
        height: 400px;
        filter: grayscale(0);
        border-radius: 0;
        margin-bottom: 25px;
    }
    @media only screen and (min-width: 320px) and (max-width: 809px) {
            .video_item iframe{
        height: 250px;
    }
    }
.video_item {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background: #f9f9f9;
}

.video_item iframe, 
.video_item embed, 
.video_item object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}