@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Brawler:wght@400;700&display=swap");

/* font-family: "Cinzel", serif; */
/***
====================================================================
	Reset
====================================================================
***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

.mobile-view {
  display: none;
}

:root {
  --color-default: #292929;
  --color-primary: #ef8321;
  --color-secondary: #13509b;
}

.container {
  position: relative;
}

.mobile-view {
  display: none;
}

@font-face {
  font-family: "Roxborough CF";
  src: url("../web-font/OTF/RoxboroughCF-Bold.otf");
  src: url("../web-font/OTF/RoxboroughCF-DemiBold.otf");
  src: url("../web-font/OTF/RoxboroughCF-ExtraBold.otf");
  src: url("../web-font/OTF/RoxboroughCF-Heavy.otf");
  src: url("../web-font/OTF/RoxboroughCF-Light.otf");
  src: url("../web-font/OTF/RoxboroughCF-Medium.otf");
  src: url("../web-font/OTF/RoxboroughCF-Regular.otf");
  src: url("../web-font/OTF/RoxboroughCF-Thin.otf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*** 
====================================================================
	Global Settings
====================================================================
 ***/
body {
  font-size: 16px;
  color: var(--color-default);
  line-height: 1.6em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: var(--color-secondary);
}

p {
  font-family: "Open Sans", sans-serif;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  color: var(--color-secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: 600;
  margin: 0px;
  background: none;
  line-height: 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol,
li {
  margin: 0;
  padding: 0;
}

.main-menu .navigation > li .active {
  color: var(--color-secondary);
}

.main-menu .navigation > li .active:hover {
  background: var(--color-primary);
  color: #fff;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.page-wrapper {
  margin: 0 auto;
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  position: relative;
}

.page-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -99;
  background-image: url(../gallery/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  top: 0px;
  opacity: 0.7;
  z-index: -99;
}

.page-wrapper::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/web-logo-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: -98;
  top: 0px;
  opacity: 0.05;
}

.top-wrap {
  position: relative;
  height: 100vh;
}

.top-border {
  width: 60%;
  height: 2px;
  position: relative;
  margin: auto;
  background: var(--color-primary);
}

/**header-main**/
.header-main {
  position: absolute;
  width: 100%;
  z-index: 5;
}

.header-one {
  position: relative;
}

.header-one .container {
  position: relative;
  max-width: 1200px;
}

.header-one .lower-box {
  position: relative;
  height: 100%;
}

.lower-box .logo {
  top: 15px;
  position: absolute;
  display: inline-block;
  z-index: 999;
  width: 336px;
}

.lower-box .nav-outer {
  position: relative;
  display: inline-block;
  text-align: right;
  margin-left: 0;
  width: 100%;
  padding: 0;
  margin-top: 0;
}

.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.main-menu {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 72px 0 0;
  top: 0;
}

.main-menu .navbar-collapse {
  padding: 0px;
  display: block !important;
}

.main-menu .navigation {
  position: relative;
  display: block;
  border-bottom: 1px solid #00000069;
  /* padding: 3px 11px; */
}

.main-menu .navigation > li {
  position: relative;
  display: inline-table;
}

.main-menu .navigation > li > a:hover {
  color: var(--color-primary);
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 30px;
  border-right: 0px;
  padding: 2px 10px;
  opacity: 1;
  color: var(--color-default);
  border-radius: 10px 10px 0px 0px;
  background: #fdf1e7;
}

.main-menu .navigation > li > a i {
  font-size: 14px;
  color: var(--color-primary);
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
  position: relative;
  display: none;
  float: right;
  cursor: pointer;
  padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
  position: relative;
  display: block;
  padding: 3px 5px;
}

.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  height: 100%;
  padding-right: 30px;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}

.mobile-menu .menu-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #393939;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .mCSB_inside > .mCSB_container {
  margin-right: 5px;
}

.mobile-menu .navbar-collapse {
  display: block !important;
}

.mobile-menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.mobile-menu .nav-logo a {
  position: relative;
  display: inline-block;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: var(--color-default);
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -ms-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
  transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li {
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 25px;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.mobile-menu .navigation li.current > a:before {
  height: 100%;
}

.mobile-menu .navigation li ul li > a {
  font-size: 15px;
  font-weight: 400;
  margin-left: 20px;
  text-transform: capitalize;
  position: relative;
  color: var(--color-default);
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  background: var(--color-secondary);
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
  display: none;
  background: #fff;
}

.main-menu .navigation > li > ul.cstmwidth {
  width: 138px;
}

.main-menu .navigation > li > ul.cstmwidth1 {
  width: 298px;
}

.main-menu .navigation > li > ul > li > a:hover {
  padding-left: 30px;
}

.main-menu .navigation > li > ul {
  position: absolute;
  top: 100%;
  visibility: hidden;
  left: 0;
  width: 300px;
  opacity: 0;
  z-index: 100;
  background: linear-gradient(to bottom, #fff, #fef7f1);
  box-shadow: 0px 0px 5px #a5a5a5;
}

.main-menu .navigation > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > ul {
  opacity: 1;
  visibility: visible;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #0000003d;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #0000003d;
}

.main-menu .navigation > li > ul > li > a:hover {
  background: var(--color-primary);
  color: #fff;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  background: var(--color-primary);
  color: #fff;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color-default);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 5px 20px;
  line-height: 24px;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--color-default);
  text-align: left;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.fa-right i {
  position: absolute;
  right: 13px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
}

/*
* 4. banner style
*/
.banner-wrapper {
  position: relative;
}

.banner-wrapper::before {
  content: " ";
  position: absolute;
  width: 400px;
  height: 700px;
  background: linear-gradient(to top, #ffffff30, #ffffff, #fff, #fff, #fff, #fff);
  z-index: -1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.banner-one__slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.slide-one {
  background-image: url(../gallery/banner-new.png);
}

/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  z-index: 9999;
  cursor: pointer;
  background: var(--color-secondary);
  display: none;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top:hover {
  background: var(--color-secondary);
}

.abt-sec-title h2 {
  font-family: "Cinzel", serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 56px;
  color: var(--color-secondary);
}

.abt-sec-title h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 4px;
  display: inline-block;
  border-radius: 20px;
  color: var(--color-primary);
  position: relative;
}

.hos-sec .sec-head h2 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 40px;
  color: var(--color-primary);
  line-height: 50px;
  margin-bottom: 5px;
}

.sec-head h2 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 51px;
  color: var(--color-primary);
  line-height: 25px;
  margin-bottom: 16px;
}

.sec-head h2 span {
  font-size: 78px;
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 13px;
  padding-left: 11px;
}

.sec-head h3 {
  font-weight: 400;
  font-size: 20px;
  display: inline-block;
  border-radius: 20px;
  color: var(--color-primary);
  position: relative;
}

.sec-head p {
  padding: 0 120px;
  margin-bottom: 0px;
  font-size: 16px;
}

.sec-head .title-bg {
  width: 220px;
  position: relative;
  margin: -11px auto 11px;
}

.top-phn-btn {
  position: absolute;
  right: 384px;
  top: 30px;
  z-index: 1;
}

.phn-first {
  margin-right: 10px;
  padding-right: 15px;
  border-right: 1px solid var(--color-primary);
}

.top-phn-btn a {
  color: var(--color-default);
  font-size: 14px;
}

.top-phn-btn a i {
  background: var(--color-secondary);
  color: #fff;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 8px;
  font-size: 15px;
}

.appointment-button {
  position: fixed;
  bottom: 50%;
  right: -85px;
  background-color: var(--color-primary);
  color: #fff;
  border: none;
  padding: 15px 13px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 999;
  cursor: pointer;
  font-size: 19px;
  transition:
    background-color 0.3sease,
    transform 0.3sease;
  transform: translateY(-50%) rotate(-90deg);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.appointment-button:hover {
  color: #fff;
  background: var(--color-secondary);
}

.chatbox {
  position: fixed;
  bottom: 91px;
  left: 28px;
  width: 260px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 2;
}

.chatbox-header {
  background: var(--color-secondary);
  color: white;
  padding: 13px 15px;
  display: flex;
  justify-content: space-between;
  /* border-radius: 10px 10px 0 0; */
}

.chatbox-header h5 {
  line-height: 33px;
}

.chatbox-header .btn-danger {
  color: var(--color-secondary);
  background-color: #fff;
  border-color: #fff;
}

.chatbox-footer .btn-success {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.chatbox-footer .btn-success:hover {
  color: #fff;
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.chatbox-footer .btn-success.focus,
.chatbox-footer .btn-success:focus {
  box-shadow: 0 0 0 0.2rem #6e341963;
}

.chatbox-body {
  height: 200px;
  overflow-y: auto;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-image: url(../gallery/chat-bg.jpg);
  background-size: cover;
}

.close-btn {
  font-size: 34px;
  padding: 0px;
  line-height: 24px;
  width: 30px;
  height: 32px;
  text-align: center;
  display: block;
  padding-bottom: 5px;
}

.chatbox-footer .form-control {
  border-bottom: none;
  font-size: 15px;
}

.chatbox-footer .form-control:focus {
  box-shadow: none;
}

.chatbox-footer {
  padding: 5px 10px;
  display: flex;
  gap: 5px;
}

#chatbox-open {
  position: fixed;
  bottom: 15px;
  left: 15px;
  padding: 0px;
  background: #ffffff00;
  z-index: 5;
}

.btn img {
  width: 65px;
}

#chat-messages {
  background: #ffffff;
  padding: 14px;
  border-radius: 0px 25px 25px 25px;
  box-shadow: 0px 0px 8px #00000059;
}

#chat-messages p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 23px;
}

.abt-sec {
  position: relative;
  padding-top: 45px;
  margin-bottom: 18px;
}

.abt-sec .container {
  max-width: 1250px;
}

.abt-sec-head::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background: linear-gradient(to top, var(--color-secondary), #00000000 68%);
  top: -30px;
  left: -2px;
  z-index: -2;
}

.abt-sec-head::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid var(--color-primary);
  left: -9px;
  top: 61px;
  background: #fff;
  z-index: -1;
}

.abt-sec-head {
  position: relative;
  padding-left: 18px;
}

.abt-sec-head h1 {
  text-transform: uppercase;
  font-size: 88px;
  color: var(--color-secondary);
  position: relative;
  font-family: "Roxborough CF";
  font-weight: 400;
  letter-spacing: 2px;
  margin-top: 14px;
  line-height: 71px;
}

.abt-sec-head h1::before {
    content: " ";
    position: absolute;
    width: 64%;
    height: 1px;
    background: #000;
    bottom: -25px;
    left: 0px;
    z-index: -1;
    top: 0px;
    margin: auto;
}

.abt-sec-head h1 span {
  text-transform: capitalize;
  color: var(--color-default);
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 300;
  margin-top: 2px;
  display: block;
  font-family: "Open Sans", sans-serif;
}

.abt-sub-head {
  position: relative;
  font-size: 23px;
  margin-bottom: 4px;
  display: block;
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 4px 25px 4px 10px;
  border-radius: 0px 38px 0px 0px;
  box-shadow: 4px -6px 4px #0000005e;
}

.abt-matter {
  margin-left: 20px;
}

.abt-matter p {
  font-size: 15px;
  line-height: 30px;
  padding-right: 20px;
}

.web-btn {
  position: relative;
  display: inline-block;
  padding: 12px 12px;
  cursor: pointer;
}

.web-btn::before {
  content: " ";
  position: absolute;
  width: 40px;
  height: 40px;
  background: #ffe0c5;
  z-index: -1;
  border-radius: 30px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  left: 0px;
  transition: all 1s linear(0 0%, 0 2.27%, 0.02 4.53%, 0.04 6.8%, 0.06 9.07%, 0.1 11.33%, 0.14 13.6%, 0.25 18.15%, 0.39 22.7%, 0.56 27.25%, 0.77 31.8%, 1 36.35%, 0.89 40.9%, 0.85 43.18%, 0.81 45.45%, 0.79 47.72%, 0.77 50%, 0.75 52.27%, 0.75 54.55%, 0.75 56.82%, 0.77 59.1%, 0.79 61.38%, 0.81 63.65%, 0.85 65.93%, 0.89 68.2%, 1 72.7%, 0.97 74.98%, 0.95 77.25%, 0.94 79.53%, 0.94 81.8%, 0.94 84.08%, 0.95 86.35%, 0.97 88.63%, 1 90.9%, 0.99 93.18%, 0.98 95.45%, 0.99 97.73%, 1 100%);
}

.web-btn:hover::before {
  width: 100%;
  border-radius: 30px;
  background: var(--color-primary);
}

.web-btn a {
  position: relative;
  font-weight: 400;
  text-transform: capitalize;
  font-style: italic;
  font-size: 20px;
  font-family: "Brawler", serif;
}

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

.mvv-sec {
  position: relative;
  margin-bottom: 48px;
  padding-top: 65px;
}

.mvv-sec::before {
  content: " ";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: #eef5ff;
  z-index: -1;
  right: 0px;
  left: 0px;
  top: 0px;
  margin: auto;
}

.mvv-top-head {
  background: #fff9f4;
  box-shadow: 0px 0px 9px #00000024;
  border-radius: 32px;
  padding: 20px 56px 45px;
  position: relative;
}

.mvv-top-head::before {
  content: " ";
  position: absolute;
  width: 36%;
  height: 2px;
  background: var(--color-primary);
  top: -9px;
  left: 40px;
  opacity: 0.5;
}

.mvv-top-head::after {
  content: " ";
  position: absolute;
  width: 36%;
  height: 2px;
  background: var(--color-primary);
  top: -9px;
  right: 40px;
  opacity: 0.5;
}

/* .mvv-top-head::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--color-secondary);
  border-radius: 108px;
  top: -10px;
  left: 8px;
  z-index: -1;
} */

.mvv-top-head h3 {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  position: relative;
  padding-bottom: 25px;
}

.mvv-top-head h2 {
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 5px;
  background: #13509b;
  color: #fff;
  padding: 5px 12px;
  border-radius: 50px;
  font-weight: 400;
}

.insurance-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0px;
}

.insurance-list li {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 21px;
  padding-bottom: 10px;
  text-align: left;
  position: relative;
  padding-left: 63px;
}

.insurance-list li::before {
  content: " ";
  position: absolute;
  width: 61px;
  height: 54px;
  background-image: url(../gallery/insurance/dr-ntr-vaidya-seva.png);
  background-repeat: no-repeat;
  background-position: center left;
  left: 0px;
  top: 0px;
  background-size: cover;
}

.insurance-list li:nth-child(2):before {
  background-image: url(../gallery/insurance/virus.png);
  width: 43px;
  height: 41px;
  left: 15px;
  top: -5px;
  filter: brightness(0) invert(1);
}

.insurance-list li:nth-child(3):before {
  background-image: url(../gallery/insurance/injection.png);
  width: 43px;
  height: 41px;
  left: 15px;
  top: -5px;
  filter: brightness(0) invert(1);
}

.insurance-list li:nth-child(4):before {
  background-image: url(../gallery/insurance/dialysis.png);
  width: 43px;
  height: 41px;
  left: 15px;
  top: -5px;
  filter: brightness(0) invert(1);
}

/* .insurance-list li img{
  width: 50px;
} */

.mvv-top-head h3::before {
  content: " ";
  position: absolute;
  width: 70%;
  height: 2px;
  background: linear-gradient(to right, #ffffff00, var(--color-secondary), #ffffff00);
  bottom: 8px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.mvv-icon {
  background: var(--color-secondary);
  width: 90px;
  height: 90px;
  line-height: 73px;
  margin: 0px auto 14px;
  border-radius: 50%;
  border: 6px solid #ffffff;
  box-shadow: 0px 0px 8px #00000033;
}

.mvv-icon img {
  filter: brightness(0) invert(1);
  width: 50px;
}

.mvv-row {
  margin-top: -33px;
}

.mvv-row .col-md-4:nth-child(2)::before,
.mvv-row .col-md-4:nth-child(3)::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 50%;
  background: var(--color-default);
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  margin: auto;
}

.mvv-content h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Roxborough CF";
  letter-spacing: 1px;
  font-weight: 400;
  color: var(--color-primary);
  background: linear-gradient(to right, #13509b14, #ffffff00, #13509b14);
  display: inline-block;
  padding: 1px 15px;
}

.mvv-content p {
  font-size: 15px;
  padding: 0px 30px;
}

.extra-block {
  position: relative;
  margin: 5px 0px;
  background: linear-gradient(to top, #ef832114, #ffffff00);
  padding: 18px 8px;
  cursor: pointer;
}

.extra-block:hover .extra-round img {
  opacity: 1;
  transform: scale(1.1);
}

.extra-block.extra-block1 {
  background: linear-gradient(to bottom, #13509b17, #ffffff00);
}

.extra-round img {
  width: 50px;
  /* opacity: 0.5;*/
  transition: all 0.5s ease;
  filter: brightness(0) invert(1);
  transform: rotate(-45deg);
}

.extra-round p {
  margin: 18px 0px;
  font-size: 50px;
  font-family: "Roxborough CF";
}

.extra-buttons .col-md-6 {
  padding: 0px 5px;
}

.extra-round h2 {
  font-size: 16px;
  font-weight: 500;
}

.extra-buttons .col-md-6:nth-child(odd) {
  margin-top: -40px;
}

.extra-round {
  position: relative;
}

.extra-img {
  position: relative;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  background: var(--color-primary);
  border-radius: 20px;
  transform: rotate(45deg);
}

.extra-block.extra-block1 .extra-img {
  background: var(--color-secondary);
}

.abt-main-head {
  position: relative;
}

.abt-main-head::before {
  content: " ";
  position: absolute;
  width: 128px;
  height: 100%;
  background-image: url(../gallery/cricles-shape.png);
  background-repeat: no-repeat;
  background-position: center right;
  right: 85px;
  opacity: 0.1;
}

.extra-buttons {
  position: relative;
}

.serv-sec {
  position: relative;
  margin-bottom: 50px;
}

/* .serv-head-circle {
  position: relative;
  height: 800px;
  background: #fff;
  margin: 0px -10px;
} */

.serv-head-circle {
  position: relative;
  height: 668px;
  background: #fff;
  margin: 0px 0px;
  border-radius: 43%;
  width: 500px;
  left: -28px;
  top: -14px;
}

.serv-head-circle::before {
  content: " ";
  position: absolute;
  width: 58%;
  height: 85%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  box-shadow: 0px 0px 13px #db761b;
  border-radius: 45%;
}

.serv-head-circle::after {
  content: " ";
  position: absolute;
  width: 58%;
  height: 85%;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  box-shadow: 0px 0px 13px #db761b;
  border-radius: 45%;
}

.serv-block {
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 300ms ease;
  left: 0px;
}

.serv-block:hover {
  left: -30px;
}

.serv-img {
  position: relative;
  text-align: right;
  margin-right: -168px;
  z-index: -1;
}

.serv-img img {
  width: 290px;
}

.serv-content {
  position: absolute;
  left: -83px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
  width: 365px;
  padding-right: 153px;
  cursor: pointer;
  z-index: 1;
}

.serv-content a {
  font-size: 18px;
  text-transform: uppercase;
  text-align: right;
  padding: 6px 0px 6px 0px;
  cursor: pointer;
  color: var(--color-default);
  font-weight: 600;
  position: relative;
  display: block;
}

/* .serv-content h2::before {
  content: " ";
  position: absolute;
  width: 105px;
  height: 2px;
  background: var(--color-primary);
  top: -5px;
  left: 36px;
  z-index: -1;
} */

.serv-content a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #fff2e7, #ffffff00);
  bottom: -5px;
  right: 0px;
  z-index: -1;
  border-radius: 0px;
}

.serv-block-in {
  left: 88px;
}

.serv-block1.serv-block-in {
  right: 88px;
  left: initial;
}

.serv-block-in1 {
  left: 18px;
}

.serv-block1.serv-block-in1 {
  right: 18px;
  left: initial;
}

.serv-block-in2 {
  left: -8px;
}

.serv-block1.serv-block-in2 {
  right: -8px;
  left: initial;
}

.serv-head-middle {
  position: relative;
  text-align: center;
  padding: 98px 0px 308px;
}

.serv-head-middle h2 {
  color: #fff;
  text-transform: uppercase;
  font-family: "Roxborough CF";
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 38px;
  background: var(--color-primary);
  border-radius: 40px;
  display: inline-block;
  padding: 3px 18px;
  margin-bottom: 3px;
}

.serv-head-middle p {
  font-size: 15px;
  line-height: 30px;
  padding: 0px 30px;
}

.serv-block1 {
  position: relative;
  margin-bottom: 16px;
  transition: all 300ms ease;
  right: 0px;
}

.serv-block1:hover {
  right: -30px;
}

.serv-img1 {
  position: relative;
  text-align: left;
  margin-left: -168px;
  z-index: -2;
}

.serv-img1 img {
  width: 290px;
}

.serv-content1 {
  position: absolute;
  right: -83px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
  width: 365px;
  padding-left: 153px;
  cursor: pointer;
  z-index: 1;
}

.serv-content1 a {
  font-size: 18px;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 11px 6px 0px;
  cursor: pointer;
  display: block;
  color: var(--color-default);
  font-weight: 600;
  position: relative;
}

.serv-content1 a::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, #fff4ea, #ffffff00);
  bottom: -5px;
  left: 0px;
  z-index: -1;
}

.serv-circle {
  position: relative;
}

.serv-circle h3 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: fit-content;
  left: 0px;
  right: 0px;
  width: fit-content;
  z-index: 1;
  padding: 118px 101px 64px;
  font-weight: 400;
  color: #fff;
  font-size: 26px;
  line-height: 35px;
}

.team-block {
  position: relative;
}

.team-block-img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: fit-content;
  text-align: left;
  border: 3px solid #fff;
  box-shadow: 4px 8px 4px 0px #00000026;
}

.team-block-img1 {
  text-align: right;
  margin: 0px 8px 0px auto;
}

.team-block-img img {
  width: 280px !important;
}

.team-block-content {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 11px 8px;
  margin-top: 15px;
}

.team-block-content::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  background: linear-gradient(to right, #ffffff00, #ffffff33, #ffffff00);
}

.team-block-content h2 {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 3px;
}

.team-block-content h3 {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
}

.team-block-content h4 {
  font-size: 14px;
  font-weight: 400;
}

.team-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.team-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 50%;
  margin: 0px 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #fff;
}

.team-scroll .owl-dot:hover,
.team-scroll .owl-dot.active {
  opacity: 1;
  background: var(--color-primary);
}

.team-left-head {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}

.team-left-head h3 {
  position: relative;
  font-size: 23px;
  margin-bottom: 4px;
  display: block;
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 4px 25px 4px 10px;
  border-radius: 0px 38px 0px 0px;
  box-shadow: 4px -6px 4px #0000005e;
}

.team-left-head h2 {
  text-transform: uppercase;
  font-size: 48px;
  color: #fff;
  position: relative;
  font-family: "Roxborough CF";
  font-weight: 400;
  letter-spacing: 2px;
}

.team-left-head p {
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}

.team-sec {
  position: relative;
  margin-bottom: 20px;
  padding: 170px 0px;
  margin-top: -52px;
}

.team-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/team-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 6px;
  left: 0px;
  z-index: -1;
}

.team-right-block {
  position: relative;
  z-index: 1;
  padding: 0px 10px;
  left: -30px;
}

.test-txt {
  position: relative;
  top: 0px;
  left: 0;
  padding: 25px 38px 0px;
  bottom: 0px;
  margin: auto;
  height: fit-content;
  width: 428px;
  right: 0px;
}

.test-txt h2 {
  font-size: 20px;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 4px;
}

.test-txt p {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 500;
}

.testimonial-bg {
  position: absolute;
  top: -170px;
  left: 35px;
}
.testimonial-bg img {
  max-width: 598px;
}

.testimonials-sec {
  position: relative;
  margin-bottom: 60px;
}

.testimonials-sec .container {
  max-width: 1230px;
}

.emer-tym {
  position: relative;
  margin-top: 24px;
  text-align: center;
  background: #ffffff17;
  padding: 18px 0px;
  border-radius: 30px;
}

.emer-tym p {
  margin-bottom: 0px;
  font-size: 21px;
  color: #fff;
  line-height: 35px;
  text-transform: uppercase;
}

.emer-tym p span {
  font-size: 33px;
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
}

.emer-tym img {
  filter: brightness(0) invert(1);
  width: 62px;
}

.blogs-sec {
  position: relative;
  margin-bottom: 100px;
}

.serviceBox {
  color: var(--main-color);
  background: linear-gradient(to top, var(--main-color) 9%, var(--white) 0%);
  text-align: center;
  padding: 30px 25px;
  border-radius: 30px 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px -14px 13px -10px #00000029;
}

.serviceBox:before {
  content: "";
  background: #fcfcfc;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 25px 25px;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}

.serviceBox .service-icon {
  color: var(--white);
  background: var(--main-color);
  font-size: 40px;
  line-height: 80px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  margin: 0 auto 20px;
}

.serviceBox .service-icon i {
  line-height: inherit;
}

.serviceBox .title {
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.serviceBox .description {
  color: var(--color-default);
  font-size: 15px;
  line-height: 22px;
}

.serviceBox.blue {
  --main-color: var(--color-primary);
}

.serviceBox.green {
  --main-color: var(--color-secondary);
}

@media only screen and (max-width: 990px) {
  .serviceBox {
    margin: 0 10px 30px;
  }
}

.blogs-row .col-md-3:nth-child(even) {
  margin-top: 35px;
}

.blogs-sec .blogs-row {
  position: relative;
  padding-top: 45px;
}

.ser_head.sec-title {
  position: relative;
  left: 0;
  top: 0;
  width: auto;
  z-index: 99;
  text-align: center;
  border-radius: 13px;
}

.sec-title h3 {
  position: relative;
  font-size: 23px;
  margin-bottom: 4px;
  display: block;
  background: var(--color-primary);
  color: #fff;
  display: inline-block;
  padding: 4px 25px 4px 10px;
  border-radius: 0px 38px 0px 0px;
  box-shadow: 4px -6px 4px #0000005e;
}

.sec-title h2 {
  color: var(--color-default);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 44px;
  line-height: 51px;
  font-family: "Roxborough CF";
  letter-spacing: 2px;
}

.sec-title p {
  padding: 0px 200px;
  font-size: 17px;
  line-height: 26px;
}

.subscribe-block {
  position: relative;
  padding: 25px 20px;
  background-color: #073063;
  margin: 30px 0px 15px;
  border-radius: 12px;
}

.subscribe-block::before {
  content: "";
  position: absolute;
  height: 112%;
  width: 95%;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  border-top: 2px solid var(--color-default);
  border-bottom: 2px solid var(--color-default);

  margin: auto;
  transform: skew(25deg);
}

.sub-title h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 33px;
}

.subscribe-input {
  position: relative;
  margin-top: 8px;
}

.sub-title p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.subscribe-input .form-control {
  height: 58px;
  background-color: white;
  border: 1px solid #e4e4e4;
  color: var(--color-secondary);
}

.subscribe-input .form-control::placeholder {
  color: #6b6b6b;
}

.subscribe-input .btn {
  position: absolute;
  top: 7px;
  right: 8px;
  background: var(--color-primary);
  border: none;
  border-radius: 0;
  padding: 11px 16px;
  color: #fff;
}

.appointment-form {
  text-align: center;
  padding: 88px 60px 35px;
  /* background: #073063; */
  background: #0a4791;
  position: relative;
  box-shadow: 8px -5px 1px 0px #ef83212e;
  border-radius: 284px 284px 284px 0px;
  width: 523px;
  height: 523px;
  left: 20px;
  z-index: 1;
}

.appt-text {
  margin-bottom: 15px;
  position: absolute;
  transform: rotate(-90deg);
  left: -220px;
  bottom: 183px;
}

.appt-text::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--color-primary);
  z-index: 1;
  right: -53px;
  bottom: -18px;
}

.appointment-form h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 52px;
  color: var(--color-primary);
  opacity: 0.12;
}

.appointment-form p {
  color: #fff;
}

.appointment-form .form-control {
  border: none;
  background-color: transparent;
  color: #ffff;
  padding: 10px 25px;
  margin-bottom: 20px;
  border-radius: 0px;
  border-bottom: 1px solid #ffffff40;
}

.appointment-form::after {
  content: "";
  position: absolute;
  height: 600px;
  width: 600px;
  background: linear-gradient(to left, #ffffff36, #0000, #0000, #0000, #0000);
  border-radius: 50%;
  top: 33px;
  left: -228px;
  z-index: -1;
  opacity: 0.5;
}

.appointment-form .form-control::placeholder {
  color: #ffff;
}

.theme-btn {
  background: var(--color-primary);
  color: #fff;
  padding: 4px 18px;
}

.testimonial-right {
  position: relative;
  left: 25px;
}

.testimonials-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-image: url(../gallery/test-bg.png); */
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  filter: grayscale(1);
  z-index: -1;
}

.fac-sec {
  position: relative;
}

.team-sec-outer {
  position: relative;
}

.fac-head h2 {
  text-transform: capitalize;
  font-size: 40px;
  color: var(--color-primary);
  position: relative;
  font-family: "Roxborough CF";
  font-weight: 400;
  letter-spacing: 2px;
  border-bottom: 2px solid;
  display: inline-block;
  margin-bottom: 15px;
  z-index: 1;
}

.fac-list {
  position: relative;
  z-index: 1;
  left: 15px;
}

.fac-list::before {
  content: " ";
}

.fac-list li {
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding-left: 18px;
  font-size: 17px;
  text-align: left;
}

.fac-list li:before {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #d1d1d1;
  background: var(--color-primary);
  left: 0;
  top: 8px;
  border-radius: 5px;
}

.extra-fac-sec {
  color: #fff;
}

.fac-sec {
  position: relative;
  right: 62px;
  z-index: 1;
  padding: 115px 110px;
  top: 0px;
  text-align: left;
  width: 580px;
  height: 580px;
}

.fac-sec::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/facilities-bg.png);
  top: -28px;
  left: -2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
  filter: drop-shadow(2px 4px 6px black);
}

.insurance-sec {
  position: relative;
  margin-bottom: 80px;
}

.insu-main-box {
  max-width: 700px;
  margin: 15px auto 0px;
}

.insu-main-box .col-md-6:nth-child(1)::before,
.insu-main-box .col-md-6:nth-child(3)::before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 65%;
  background: var(--color-default);
  top: 0px;
  bottom: 0px;
  right: -5px;
  margin: auto;
}

.insu-main-box .col-md-6:nth-child(3),
.insu-main-box .col-md-6:nth-child(4) {
  border-top: 1px solid var(--color-default);
}

.insu-box {
  position: relative;
  margin: 15px 0px 0px;
}

.insu-img img {
  width: 80px;
}

.fac-extra h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 300;
  background: linear-gradient(45deg, #13509b, #ef8321);
  color: #fff;
  display: inline-block;
  padding: 7px 25px;
  border-radius: 38px;
}

.fac-extra {
  text-align: center;
  position: relative;
}

.fac-extra::before {
  content: " ";
  position: absolute;
  width: 95%;
  height: 100%;
  background: linear-gradient(to right, #ffffff00, #fff6ee, #fff6ee, #fff6ee, #ffffff00);
  z-index: -2;
  bottom: -15px;
  left: 0px;
  right: 0px;
  margin: auto;
  clip-path: polygon(84% 50%, 100% 100%, 0% 100%, 12% 50%, 0% 0%, 100% 0%);
}

.fac-extra::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/web-logo-bg.png);
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  top: 0px;
  left: 0px;
  opacity: 0.1;
}

.top-social {
  position: absolute;
  z-index: 91;
  text-align: center;
  top: 21px;
  right: 28px;
  width: auto;
  display: inline-flex;
}

.top-social::before {
  content: " ";
  position: absolute;
  width: 20%;
  height: 1px;
  background: var(--color-secondary);
  left: -76px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.top-social::after {
  content: " ";
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--color-secondary);
  left: -76px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.top-social li {
  display: inline-block;
  margin-right: 1px;
}

.top-social li:last-child {
  border-right: 0;
}

.top-social li img {
  filter: brightness(0) invert(1);
}

.top-social li a {
  display: block;
  width: 34px;
  height: 34px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  margin: 0px 1px;
  background: linear-gradient(to left, var(--color-secondary), var(--color-primary));
  border-radius: 50%;
}

.top-social li a img {
  width: 15px;
}

.top-social span {
  line-height: 33px;
  display: block;
  margin-right: 10px;
}

.top-social li a:hover {
  color: #fff;
}

.footer_section {
  position: relative;
}

.footer_section .footer_add_row {
  position: relative;
}

/* .footer_section .footer_add_row::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: var(--color-primary);
  z-index: -1;
  border-radius: 15px;
} */
/* .footer_section .footer_add_row::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background: var(--color-primary);
  z-index: -1;
} */
.footer_add_row .col-md-4:nth-child(1),
.footer_add_row .col-md-4:nth-child(2) {
  border-right: 1px solid #fff;
}

.address_info_sec {
  position: relative;
  text-align: center;
}

.address_info_sec i {
  position: relative;
  left: 0px;

  width: 40px;
  height: 40px;
  font-size: 24px;
  text-align: center;
  color: var(--color-primary);
  border-radius: 50%;
  line-height: 40px;
  display: inline-block;
  /*! margin-bottom: 15px; */
  /*! box-shadow: 0px 0px 0px 5px #adadad; */
}

.address_info_sec span {
  display: block;
  color: #000;
  line-height: 24px;
}

/* .bottom-footer {
  padding: 5px 0;
    border-top: 1px solid var(--color-default);
} */
.bottom-footer p {
  margin: 0;
  color: var(--color-default);
  font-size: 15px;
  display: inline-block;
  border-top: 1px solid var(--color-default);

  padding: 10px 15px;
}

.bottom-footer a {
  color: var(--color-primary) !important;
}

.footer_section .footer_wid p a {
  color: var(--color-primary);
}

.footer_section .footer_wid .footer_logo {
  width: 300px;
}

.footer_section .footer_top {
  position: relative;
  padding: 15px 10px 10px;
}

.footer_section .footer_top h2 {
  color: var(--color-primary);
  font-size: 21px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid var(--color-primary);
}

.footer_section .footer_wid p {
  font-size: 14px;
  line-height: 25px;
  display: block;
}

.footer_section .footer_wid_text {
  position: relative;
  padding-bottom: 12px;
  margin: 10px 0px;
}

.footer_section .footer_wid_text li {
  font-size: 14px;
}

.social-icon-two {
  position: relative;
  margin: 2px 0px;
}

.social-icon-two li {
  position: relative;
  display: inline-block;
}

.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 24px;
  width: 38px;
  height: 38px;
  line-height: 37px;
  color: var(--color-default);
  border-radius: 50%;
  font-weight: 400;
  margin: 0 1px;
}

.footer_top .footer_wid_text:after,
.footer_top .footer_wid_text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: var(--color-primary);
  border-radius: 3px;
}

.footer_top .footer_wid_text:after {
  left: 44px;
  width: 4px;
  background-color: var(--color-primary);
}

.footer_wid li a {
  color: var(--color-default);
}

.footer-logo img {
  width: 321px;
  margin-bottom: 16px;
}

.footer_section .footer_wid ul li::before {
  content: "\f0da";
  position: absolute;
  left: 14px;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: var(--color-primary);
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

.footer_section .footer_wid ul li {
  padding-left: 20px;
}

.footer-widget__social {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.footer-widget__social span {
  color: #06334d;
  font-size: 24px;
  font-weight: 600;
}

.footer-widget__social ul {
  display: flex;
  list-style: none;
  margin: 0 8px 0;
  padding: 0;
}

.footer-widget__social li a {
  display: block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  color: var(--color-default);
  margin: 0 4px;
  box-shadow: 0px 0px 5px #6464649e;
  font-size: 19px;
}

.footer-widget__social li a img{
  width: 18px;
}

.footer-widget__social li a:hover {
  color: #ffffff;
  background: var(--color-primary);
}

.footer_add_row .col-md-3:nth-child(1) {
  background: linear-gradient(to right, transparent, #ddd);
}

.footer_add_row .col-md-3:nth-child(2) {
  background: linear-gradient(to right, transparent, #ddd, transparent);
}

.footer_add_row .col-md-3:nth-child(3) {
  background: linear-gradient(to left, transparent, #ddd);
}

.footer_mp iframe {
  border: 5px solid #f5f5f5;
  background: #fff;

  box-shadow: 0px 0px 11px #919191;
}

.as_inner_textad h2 a {
  color: var(--color-default);
  font-weight: 600;
}

.footer_wid .address_info_sec {
  position: relative;
}

.footer_wid .address_info_sec:nth-child(3) {
  border-top: 1px dashed var(--color-default);
  border-bottom: 1px dashed var(--color-default);
}

.footer-about p {
  font-size: 14px;
  line-height: 25px;
  margin: 0;
  padding: 0px 0px 25px;
}

.footer-about p a {
  color: var(--color-primary);
}

.footer-newsletter {
  text-align: center;
  font-size: 15px;
  margin-bottom: 25px;
}

.footer-newsletter form {
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgb(239 131 33 / 14%);
  text-align: left;
}

.footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background-color: var(--color-default);
  /* background: linear-gradient(to right, var(--color-primary),var(--color-secondary)); */
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer_links {
  text-align: center;
}

.footer_links ul {
  display: inline-block;
  padding: 6px 190px 6px;
  margin: 0 0 15px;
}

.footer_links ul li {
  display: inline-block;
  line-height: 35px;
}

.footer_links ul li:last-child a {
  border-right: 0px;
}

.footer_links ul li a {
  color: var(--color-default);
  font-size: 17px;
  line-height: 19px;
  border-right: 1px solid;
  padding: 0 11px;
  text-transform: uppercase;
  font-weight: 600;
}

.footer_links ul li a:hover {
  color: var(--color-primary);
}

.footer_section .footer-left-sec a {
  color: #000;
  font-size: 15px;
}

.footer_section .f-call i,
.footer_section .f-mail i,
.footer-section .f-ad i {
  margin-right: 15px;
  font-size: 20px;
}

.f-ad p {
  margin-bottom: 0px;
}

.footer_section .f-ad {
  text-align: center;
  padding-top: 6px;
}

.footer_section .f-call {
  border-right: 1px dashed #000;
  left: 17px;
  position: relative;
}

.footer_section .f-call,
.footer_section .f-mail,
.footer_section .f-ad {
  text-align: center;
  margin-bottom: 10px;
}

.f-ad p {
  font-size: 15px;
  color: var(--color-default);
}

.footer_section a {
  color: var(--color-default);
  font-size: 15px;
}

.footer_section .shape {
  position: relative;
  width: 70%;
  height: 5px;
  border-radius: 15px;
  background: linear-gradient(to left, var(--color-primary), transparent, var(--color-secondary));
}

.f-reach {
  margin-top: 15px;
}

.footer_links1 {
  text-align: center;
}

.footer_links1 ul {
  display: inline-block;
  /* padding: 0px 80px 6px; */
  margin: 0 0 15px;
}

.footer_links1 ul li {
  display: inline-block;
  line-height: 30px;
}

.footer_links1 ul li:last-child a {
  border-right: 0px;
}

.footer_links1 ul li a {
  color: var(--color-default);
  font-size: 15px;
  line-height: 19px;
  border-right: 1px dashed;
  padding: 0 11px;
}

.footer_links1 ul li a:hover {
  color: var(--color-primary);
}

.subscribe-block {
  position: relative;
  padding: 25px 20px;
  background-color: var(--color-default);
  margin: 30px 0px 15px;
  border-radius: 12px;
}

.sub-title h4 {
  text-transform: uppercase;
  color: #fff;
  font-size: 33px;
}

.subscribe-input {
  position: relative;
  margin-top: 8px;
}

.sub-title p {
  margin: 0;
  color: #fff;
  font-size: 14px;
}

.subscribe-input .form-control {
  height: 58px;
  background-color: white;
  border: 1px solid #e4e4e4;
  color: var(--color-secondary);
}

.subscribe-input .form-control::placeholder {
  color: #6b6b6b;
}

.subscribe-input .btn {
  position: absolute;
  top: 7px;
  right: 8px;
  background: var(--color-secondary);
  border: none;
  border-radius: 0;
  padding: 11px 16px;
  color: #fff;
}

.footer_links1 p span {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 21px;
}

.footer-about p {
  font-size: 15px;
  line-height: 30px;
  margin: 0;
  padding: 0px 0px 25px;
  color: var(--color-default);
}

.footer_section .doc-shape2 {
  position: absolute;
  right: -25%;
  z-index: -1;
  opacity: 0.15;
  transform: rotate(45deg);
  bottom: 0;
}

.f-ad-img img {
  max-width: 546px;
  position: relative;
  left: -20px;
}

.footer_section .doc-shape1 {
  position: absolute;
  left: -25%;
  z-index: -1;
  opacity: 0.15;
  transform: rotate(45deg);
  top: 0;
}

.blog-section {
  position: relative;
  margin-bottom: 60px;
}

.blog-section .container {
  width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1.5fr 2fr;
  gap: 30px;
}

/* BIG CARD */
.big-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
}

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

.big-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, #012149de, rgba(0, 0, 0, 0.2));
}

.big-card .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}

.category {
  display: inline-block;
  background: var(--color-primary);
  color: #fff;
  padding: 1px 11px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 6px;
}

.big-card h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.meta {
  display: flex;
  gap: 20px;
  font-size: 14px;
  opacity: 0.8;
}

/* SMALL POSTS */
.small-posts {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.post {
  display: flex;
  gap: 15px;
  background: #f3f9ff;
  padding: 15px;
  border-radius: 15px;
  align-items: center;
  transition: 0.3s;
}

.post:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.post img {
  width: 90px;
  height: 90px;
  border-radius: 15px;
  object-fit: cover;
}

.post-content h4 {
  font-size: 15px;
  margin: 4px 0;
}

.small {
  background: var(--color-primary);
  font-size: 12px;
}

.date {
  font-size: 13px;
  color: #888;
}

/* RIGHT SIDE */
.right-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.side-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 230px;
  color: #fff;
}

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

.side-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #012149de, rgba(0, 0, 0, 0.1));
}

.side-card h3 {
  position: absolute;
  bottom: 25px;
  left: 25px;
  font-size: 18px;
  width: 70%;
}

.blog-section .ser_head {
  margin-bottom: 32px;
}

.top-wrap1 {
  position: relative;
}

.inner-section {
  position: relative;
  min-height: 47vh;
  padding: 128px 0;
}

.inner-section1 {
  position: relative;
  padding: 38px 0 88px;
}

.inner-serv-matter p {
  text-align: justify;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 15px;
}

.inner-serv-matter strong {
  font-weight: 600;
}

.inner-serv-matter h2 {
  color: var(--color-primary);
  font-size: 20px;
  margin: 15px 0px 6px;
  font-weight: 600;
  text-transform: uppercase;
}

.inner-serv-matter h3 {
  color: var(--color-secondary);
  font-size: 18px;
  margin: 12px 0px 4px;
}

.inner-serv-matter h4 {
  color: var(--color-primary);
  font-size: 18px;
  margin: 12px 0px 4px;
}

.inner-serv-img {
  text-align: center;
  position: relative;
}

.inner-serv-img img {
  box-shadow: 0px 0px 14px #000000d1;
  border-radius: 8px;
}

.ol_styles {
  padding: 0;
  padding-left: 20px;
}

.ol_styles li {
  position: relative;
  margin-bottom: 5px;
  line-height: 26px;
  font-size: 15px;
  list-style: disc;
}

.breadcrumb {
  position: relative;
  padding: 192px 0 68px;
  margin-bottom: 0;
  z-index: 2;
  background: transparent;
  display: block;
  overflow: hidden;
}

.breadcrumb::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../gallery/breadcrumb.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  top: 0px;
  background-size: cover;
  z-index: -1;
}

.breadcrumb .container {
  max-width: 1200px;
}

.bread-bg {
  position: relative;
}

.bread-inner {
  position: relative;
  text-align: right;
  padding: 10px 0px;
}

.bread-inner::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #ef832112, #ffffff00);
  z-index: -1;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.bread-inner h1::after {
  content: " ";
  position: absolute;
  width: 150px;
  height: 2px;
  background: var(--color-secondary);
  left: -160px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.breadcrumb h1 {
  color: var(--color-secondary);
  font-size: 44px;
  font-weight: 400;
  padding: 0px 10px;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  font-family: "Roxborough CF";
  display: inline-block;
}

.breadcrumb ul li a {
  font-weight: 400;
  color: #fff;
}

.breadcrumb ul li.active a {
  font-weight: 500;
}

.breadcrumb ul li:last-child::before {
  content: none;
}

.breadcrumb ul li {
  font-size: 18px;
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  padding: 0px 12px;
  margin: 0;
}

.breadcrumb ul {
  position: relative;
  display: inline-block;
  background: #000;
  padding: 4px 8px;
  border-radius: 30px;
}

.breadcrumb ul i {
  font-size: 18px;
  color: #fff;
}

.test-row .test-box {
  padding: 15px;
}

.test-sec .test-row .col-md-4 {
  padding: 0 8px;
}

.test-row .test-ad {
  padding: 15px 0;
}

.test-ad img {
  width: 45px;
}

.test-ad p {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 5px;
}

.test-ad h2 {
  color: #fff;
  font-size: 18px;
  background-color: var(--color-primary);
  border-radius: 25px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 500;
  padding: 8px 11px;
}

.test-box .test-head h3 {
  background-color: var(--color-secondary);
  color: #fff;
  font-size: 25px;
  border-radius: 50%;
  height: 45px;
  width: 45px;
  line-height: 45px;
  font-weight: 600;
  margin: 0px auto 8px;
}

.test-head h2 {
  font-weight: 600;
  font-size: 18px;
  color: var(--color-primary);
  padding-bottom: 5px;
}

.test-box p {
  margin-bottom: 0;
  font-size: 15px;
}

.testi-star {
  color: #f8b90c;
}

.test-sec .test-row {
  position: relative;
  padding-top: 25px;
}

.test-row .test-ad,
.test-row .test-box {
  background-color: #fff;
  border-radius: 25px;
}

.test-row .test-ad,
.test-row .test-box {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin-bottom: 17px;
}

.test-row .col-md-4 {
  padding: 0px 10px;
}

.contact-map {
  position: relative;
}

.contact-map iframe {
  width: 100%;
  height: 400px;
  border: 8px solid #f5f5f5;
  box-shadow: 0px 0px 9px #00000085;
  border-radius: 40px;
}

.contact-block {
  position: relative;
  padding-left: 50px;
  padding-top: 2px;
  margin-bottom: 40px;
}

.contact-block i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background: var(--color-primary);
}

.contact-details {
  position: relative;
  margin-left: 78px;
}

.contact-details::before {
  content: " ";
  position: absolute;
  width: 2px;
  height: 208px;
  background: var(--color-secondary);
  left: 15px;
  top: 12px;
  z-index: -1;
}

.contact-first-row {
  position: relative;
  padding: 40px 0px;
}

.contact-first-row::before {
  content: " ";
  position: absolute;
  width: 75%;
  height: 100%;
  border: 2px solid var(--color-secondary);
  border-radius: 40px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 0px;
}

.contact-block p {
  font-size: 18px;
  line-height: 30px;
}

.contact-details h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 400;
  padding: 2px 20px;
  display: inline-block;
  padding-bottom: 2px;
  background: linear-gradient(45deg, var(--color-secondary), var(--color-primary));
  border-radius: 30px 30px 30px 0px;
}

.inner-contact-box {
  text-align: center;
}

._contact-form {
  text-align: center;
  padding: 21px 35px;
  box-shadow: 0 0 13px #ccc;
  margin-top: 36px;
  background: #fff;
  border-radius: 40px;
}

._contact-form h3 {
  text-transform: uppercase;
  font-size: 35px;
  margin-bottom: 30px;
}

._contact-form .form-control {
  height: 55px;
  background: #ffefe0;
  border: none;
  box-shadow: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

._contact-form textarea.form-control {
  height: 70px;
}

._contact-form .btn {
  width: 200px;
  border-color: transparent;
  padding: 10px 0;
  background: var(--color-secondary);
}

.contact-form {
  margin-top: 50px;
}

.about-page p {
  font-size: 15px;
  line-height: 30px;
  text-align: justify;
}

.abt-page-img img {
  border: 6px solid #fff;
  box-shadow: 0px 0px 18px #00000029;
  border-radius: 18px;
  position: relative;
  transition: all 300ms ease;
}

.abt-page-img {
  position: relative;
}

.service1Box {
  color: var(--color-secondary);
  background: #f1f7ff;
  text-align: center;
  padding: 20px 25px 15px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  width: 300px;
  height: 300px;
}

.service1Box .service1-icon {
  color: #fff;
  background-color: var(--color-primary);
  font-size: 40px;
  line-height: 75px;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  margin: 0 auto 12px;
}

.service1Box .service1-icon img {
  width: 45px;
  filter: brightness(0) invert(1);
}

.service1Box .service1-icon i {
  line-height: inherit;
}

.service1Box .title {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.service1Box .description {
  color: var(--color-default);
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  text-align: center;
}

.inner-mvv-row {
  margin-top: 30px;
}

.inner-mvv-row .col-md-3:nth-child(1) .service1Box::before {
  content: " ";
  position: absolute;
  width: 108%;
  height: 108%;
  border: 1px solid #ef8321;
  border-radius: 50%;
  left: -12px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-right-color: #00000000;
}

.inner-mvv-row .col-md-3:nth-child(3) .service1Box::before {
  content: " ";
  position: absolute;
  width: 108%;
  height: 108%;
  border: 1px solid #ef8321;
  border-radius: 50%;
  left: -12px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  border-left-color: #00000000;
}

@media only screen and (max-width: 1199px) {
  .service1Box {
    margin: 0 auto 20px;
    padding: 36px 25px 15px;
  }

  .inner-mvv-row .col-md-3:nth-child(1) .service1Box::before {
    border: 1px solid #ef8321;
    border-right-color: #ef8321;
    border-bottom-color: #ffffff00;
  }

  .inner-mvv-row .col-md-3:nth-child(3) .service1Box::before {
    border: 1px solid #ef8321;
    border-left-color: #ef8321;
    border-top-color: #ffffff00;
  }
}

.team-inner-block {
  position: relative;
  background: linear-gradient(45deg, #fdf6ef, #ffffff00);
  padding: 20px 10px;
  box-shadow: 0px 12px 10px -10px #0000003d;
  border-top: 4px solid var(--color-secondary);
  margin-bottom: 50px;
}

.team-inner-img {
  text-align: center;
}

.team-inner-img img {
  width: 300px;
  margin: auto;
  border-radius: 50%;
  border: 6px solid #ffffff;
  box-shadow: 0px 0px 8px #0000002b;
}

.team-inner-names {
  text-align: center;
  margin-top: 10px;
}

.team-inner-names h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 2px;
}

.team-inner-names h3 {
  font-size: 15px;
}

.team-inner-names h4 {
  font-size: 15px;
}

:root {
  --main-color: var(--color-secondary);
}

.service2Box {
  color: var(--color-default);
  background: #fff;
  text-align: center;
  padding: 5px 1px 10px 17px;
  margin: 20px 15px 30px 0;
  border-radius: 5px 5px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.service2Box-img {
  position: relative;
  overflow: hidden;
}

.service2Box-img img {
  transition: all ease-in-out 0.6s;
}

.service2Box:hover .service2Box-img img {
  transform: scale(1.1);
}

.service2Box-img::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 40%;
  background: linear-gradient(to top, var(--color-default), transparent);
  bottom: 0px;
  z-index: 1;
  transition: all ease 0.6s;
}

.service2Box:hover .service2Box-img::before {
  height: 100%;
}

.service2Box:before,
.service2Box:after {
  content: "";
  /* background: var(--color-primary); */
  width: 100%;
  height: 100%;
  border-radius: 5px 5px;
  position: absolute;
  top: -20px;
  right: -16px;
  z-index: -1;
}

.service2Box:after {
  background: #fff;
  top: -10px;
  left: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.service2Box .service2-icon {
  font-size: 45px;
  transition: all 0.3s;
  margin: 0px auto 15px;
}

.service2Box .service2-icon i {
  line-height: inherit;
}

.service2Box .title {
  color: var(--color-default);
  font-size: 18px;
  font-weight: 600;
  margin: 10px 0 11px;
}

.service2Box .description {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 22px;
  text-align: justify;
  margin: 0;
}

@media only screen and (max-width: 1199px) {
  .service2Box {
    margin: 20px 15px 13px 0;
  }
}

.gallery_list .box {
  background: linear-gradient(45deg, var(--color-primary), var(--color-secondary));
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 163px;
  margin-bottom: 30px;
  border-radius: 9px;
  border: 5px solid #f5f5f5;
  box-shadow: 0 0 12px #c2c2c2;
}

.gallery_list .box:after,
.gallery_list .box:before {
  content: "";
  width: 20%;
  height: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  transform: rotate(-40deg);
  transform-origin: top right;
  position: absolute;
  top: -6px;
  right: 0;
  z-index: 1;
  transition: 0.5s;
}

.gallery_list .box:after {
  transform-origin: left bottom;
  top: auto;
  bottom: -6px;
  right: auto;
  left: 0;
}

.box:hover:after,
.box:hover:before {
  width: 30%;
  opacity: 1;
}

.box img {
  width: 100%;
  height: auto;
  transition: 0.4s;
}

.box:hover img {
  opacity: 0.3;
  filter: grayscale(100%);
}

.box .box-content {
  color: #fff;
  width: 85%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: 0.6s;
}

.box:hover .box-content {
  opacity: 1;
}

.box .title {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.5px;
  margin: 0 0 3px;
}

.box .post {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 10px;
  display: block;
}

.box .icon {
  margin: 0;
}

.box .icon li {
  margin: 0 5px;
}

.box .icon li a {
  color: var(--color-secondary);
  background-color: rgb(255 255 255);
  font-size: 15px;
  line-height: 33px;
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
  transition: 0.35s;
}

.box .icon li a:hover {
  color: var(--color-secondary);
  background: #fff;
  box-shadow: 3px 3px 1px rgba(255, 255, 255, 0.4);
}

@media only screen and (max-width: 990px) {
  .box {
    margin: 0 0 30px;
  }
}

.gallery_list h2 {
  margin-bottom: 26px;
  padding-left: 17px;
  border-left: 4px solid var(--color-primary);
  color: var(--color-secondary);
}

.panel-block {
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
}

.panel-block img {
  box-shadow: 0px 13px 13px -10px #00000075;
  border: 2px solid #fff;
  border-radius: 20px;
}

.inner-videos iframe {
  border: 1px solid var(--color-secondary);
  padding: 8px;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}

.inner-video-btn a {
  background: var(--color-secondary);
  padding: 4px 18px;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
}

.team-sec-inner .container {
  max-width: 1270px;
}

.testimonial-scroll .owl-dots {
  position: relative;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.testimonial-scroll .owl-dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 4px;
  opacity: 1;
  margin: 0px 2px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  background: var(--color-secondary);
}

.testimonial-scroll .owl-dot:hover,
.testimonial-scroll .owl-dot.active {
  opacity: 1;
  background: var(--color-primary);
}

.testimonial-btn {
  position: absolute;
  right: 0px;
  bottom: -68px;
  left: 0px;
  margin: auto;
  width: fit-content;
}

.testimonial-btn a {
  background: var(--color-secondary);
  color: #fff;
  padding: 3px 10px;
}
