@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  font-family: "Rubik", sans-serif;
}
.pum-content.popmake-content img {
    margin-left: auto !important;
    margin-right: auto !important;
    display: table !important;
}
div#pum_popup_title_622 {
    display: none !important;
}
a {
  text-decoration: none;
}


body {
  font-size: 14px;
  line-height: 1.714;
  color: #8f8bb8;
  font-weight: 400;
  letter-spacing: 0;
}

:root {
  --heding-font: "Poppins", serif;
  --primary-color:#4b98a7;
  --secondary-color:#ff914d;

}


/* ====================================================================
Main Header
====================================================================
 */

.header-span {
  position: relative;
  height: 110px;
  display: block;
  width: 100%;
}

.logo img {
  width: 230px;
}

.main-header {
  position: relative;
  width: 100%;
  z-index: 999;
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--bg-theme-color1);
}

.header-top .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 80px;
}

.header-top .top-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .top-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .social-icon-one {
  margin-left: 35px;
}

.header-top .useful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
}

.header-top .useful-links li {
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
  font-size: 14px;
  color: #8f8f8f;
  line-height: 20px;
}

.header-top .useful-links li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.header-top .useful-links li:before {
  position: absolute;
  left: -3px;
  top: 0;
  content: "/";
}

.header-top .useful-links li a {
  color: #808287;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.header-top .useful-links li a:hover {
  color: rgb(32, 75, 161);
}

.main-header .header-lower {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .header-lower .logo-box {
  position: relative;
}

.main-header {
  width: 100%;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.main-header.sticky {
  position: fixed;
  width: 100%;
  background: #fff;
}


.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
  width: 100%;
}




.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  align-items: center;
  display: flex;
  margin-bottom: 0;
}

.main-menu .navigation>li {
  position: relative;
  float: left;
  padding: 25px 0px;
  margin-right: 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
  margin-right: 0;
}


.main-menu .navigation>li:hover:before,
.main-menu .navigation>li.current:before {
  left: 0;
  width: 100%;
}


.main-menu .navigation>li>a {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 14px;
  font-weight: 500;
  color: #4f4f4f;
  text-transform: uppercase;
}

.main-menu .navigation>li>a .icon {
  position: relative;
  font-size: 22px;
  line-height: 24px;
  margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
  color: #ff914d;
}
.btn1 i {
  margin-right: 6px;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: #fff !important;
}


.main-menu .navigation>li.dropdown>a {
  padding-right: 16px;
  margin-right: -14px;
}

.main-menu .navigation>li.dropdown>a::after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 24px;
  font-size: 12px;
  z-index: 5;
  font-family: "Font Awesome 6 Free";
  margin-top: -2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 900;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  margin-top: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;

}

.main-menu .navigation>li>ul::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 6px solid transparent;
  bottom: 0;
  left: calc(20% - 5px);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 999;
  border-bottom: 10px solid #edf2f6 !important;
  top: -15px;
}

.main-menu .navigation>li>ul {
  position: relative;
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 240px;
  z-index: 100;
  padding: 10px 0 0;
  background-color: #fff;
  margin-top: 30px;
  opacity: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
  left: auto;
  right: 0px;
}

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

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

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 8px 0px;
  line-height: 29px;
  font-weight: 500;
  font-size: 16px;
  color:#4f4f4f;
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover>a {
  color:#ff914d;
}

.main-menu .navigation>li>ul>li.dropdown>a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f054";
  position: absolute;
  right: 0;
  top: 11px;
  display: block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 900;
  z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

ul {
  list-style-type: none;
}

.main-menu .navigation>li>ul>li>ul {
  position: absolute;
  visibility: hidden;
  left: 100%;
  top: 0px;
  width: 250px;
  z-index: 100;
  background-color: #fff;
  opacity: 0;
  padding: 10px 0 0;
  margin-top: 10px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

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

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

.main-menu .navigation>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: var(--theme-color1);
  text-align: left;
  margin: 0 30px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

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

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 34px;
  height: 30px;
  border: 1px solid rgb(32, 75, 161);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: rgb(32, 75, 161);
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .container {
  max-width: 100%;
  padding: 0 0 0 50px;
}
.wp-megamenu-wrap.scrolled {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
-webkit-transition: all 300ms ease!important;
  transition:all 300ms ease!important;
}
#wp-megamenu-primary{
transition: all 0.3s ease!important;
}
#menu-main-menu .wp-megamenu-item-193 a {
  display: inline-block;
  border:2px solid #f6f5fc;
  padding:0 38px !important;
  line-height: 50px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #ff914d !important;
}
#menu-main-menu .wp-megamenu-item-193 a:hover {
  color: #fff !important;
  border-color:#ff914d !important;
  background-color: #ff914d !important;
}
.scrolled {
transition: all 0.3s ease;
}
.main-header .outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.ul-left {
  display: flex;
  margin-bottom: 0;
  gap: 20px;
  align-items: center;
  padding-left: 0;
}

.ul-left li {
  display: flex;
}

.nav.main-menu {
  align-items: center;
}

.aptbtn {
  background-color: #4b98a7;
  border: none;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-weight: 500;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 100px;
  padding: 0 90px;
}
.btn1 {
  display: inline-block;
  border: 2px solid #f6f5fc;
  padding: 0 38px;
  line-height: 46px;
  font-size: 14px;
  font-weight: 500;
  color: #ff914d;
}
.btn1:hover, .aptbtn:hover{
  color: #fff;
  border-color: #ff914d;
  background-color: #ff914d;
}

/*** 

====================================================================
      Mobile Menu
====================================================================

***/
.mobile-nav-toggler {
  position: relative;
  font-size: 24px;
  line-height: 20px;
  cursor: pointer;
  color: var(--theme-color1);
  display: none;
  top: 0px;
  margin-left: 25px;
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

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

.mobile-menu .menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}

.mobile-menu .upper-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 20px 20px;
}

.mobile-menu .close-btn {
  position: relative;
  top: 10px;
  right: 10px;
  text-align: center;
  font-size: 18px;
  color: var(--theme-color2);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
  opacity: 0.5;
}

.mobile-menu .nav-logo {
  position: relative;
  text-align: left;
  width: 100%;
}

.mobile-menu .nav-logo img {
  max-height: 40px;
}

.mobile-menu .menu-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(101%);
  transform: translateX(101%);
  background-color: #fff;
}

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

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

.mobile-menu-visible .mobile-menu .menu-backdrop {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

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

.mobile-menu-visible .mobile-menu .close-btn {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
  opacity: 0;
  visibility: hidden;
}

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

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

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

.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;
  line-height: 24px;
  padding: 10px 20px;
  font-size: 16px;
  color: rgb(32, 75, 161);
  font-weight: 400;
  text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 16px;
  line-height: 44px;
  color: rgb(32, 75, 161);
  cursor: pointer;
  z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 10px;
  width: 1px;
  height: 24px;
  border-left: 2px solid #595662;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
  content: "\f106";
}

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

.mobile-menu .navigation li>ul>li {
  padding-left: 20px;
}

.mobile-menu .social-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: var(--bg-theme-color1);
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}

.mobile-menu .social-links li {
  position: relative;
  text-align: center;
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li a {
  position: relative;
  display: block;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  text-align: center;
  color: rgb(32, 75, 161);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}



/* =================hero section css======================= */

.hero-section {
  width: 100%;
  position: relative;
}


.heroimg {
  position: absolute;
  width: 100%;
  height: 650px;
  object-fit: cover;
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 650px;
  color: #fff;
}
.hero-content .btn2 {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
.hero-content .btn2:hover {
  background: var(--primary-color)!important;
  border-color: var(--primary-color)!important;
}
.hero-section::before {
  content: '';
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 650px;
  z-index: 2;
}
.hero-content span {
  color: rgb(204, 206, 226);
  line-height: 42px;
  font-weight: 400;
  font-size: 30px;
}
.hero-content h1 {
  line-height: 106px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 106px;
  margin-top: 20px;
  font-family: var(--heding-font);
}
.hero-content h2 {
  line-height: 106px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 106px;
  margin-top: 20px;
  font-family: var(--heding-font);
}
.btndiv {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
}
.btndiv .btn1 {
  border: 4px solid rgba(255, 255, 255, 0.2);
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 60px;
}
.btndiv .btn1:hover{
  border-color:#ff914d ;
}
.btndiv .btn2:hover{
  background-color:#ff914d ;
  border-color:#ff914d ;
  color: #fff;
}
.btn2 {
  background-color: #4b98a7;
  border: 4px solid #4b98a7;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 60px;
  padding: 0 45px;
}
.downarrow {
  color: rgb(255, 255, 255);
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 55px;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  bottom: 50px;

}
.downarrow:hover{
  color: #fff;
}



/* wigets section css */
.wgtbox {
  padding: 55px 30px;
  background-color: #4b98a7;
  color: #fff;
  display: flex;
  gap: 30px;
  align-items: center;
}
.wimg {
  width: 60px;
  height: 60px;
}
.wgtbox.two {
  background: #ff914d;
}
.wigtes-section .row {
  width: 100%;
  margin: 0;
}
.wcontent h3 {
  font-size: 22px;
  margin-bottom: 14px;
}


/* services section design css */


.srbox {
  background-color: #fff;
  border: 4px solid #f7f7f7;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  padding: 46px 38px;
  position: relative;
  overflow: hidden;
margin-bottom: 25px;
}
.icon-hover {
  position: absolute;
  top: -25px;
  right: -25px;
  line-height: 1;
}
.icon-hover img {
  width: 125px;
  opacity: .5;
  -webkit-transform: scale(0);
  -khtml-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  display: block;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.srbox:hover .icon-hover img{
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}
.srbox:hover{
  color:#fff;
background-color: var(--secondary-color);
border-color: var(--secondary-color);
}
.srbox:hover .sr-content h4 a{
  color: #fff;
}
.sr-content h4 {
  font-size: 18px;
  margin-bottom: 12px;
}
.sr-content h4 a {
  color: #070a22;
}
.sr-content h1 {
  font-size: 18px;
  margin-bottom: 12px;
}
.sr-content h1 a {
  color: #070a22;
}
.sicon {
  margin-bottom: 20px;
}
.service-section {
  padding: 100px 0;
  width: 100%;
}

.srbox:hover .img1 {
  display: none;
}
.srbox:hover .img2 {
  display:block;
}
.srbox .img2 {
  display: none;
}
.srbox.two {
  text-align: center;
}

.srbox.two:hover{
  background-color: #fff;
  color: #000;
}
.srbox.two:hover .sr-content h4 a{
  color: #070a22;
}

.srbox.two .sicon {
  margin-bottom: 27px;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.srbox.two:hover .sicon{
  -webkit-transform: translateY(-10px);
  -khtml-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.srbox.two h4 {
  font-size: 26px;
  margin-bottom: 18px;
  font-family: var(--heding-font);
  font-weight: 600;
}
.srbox.two{
  margin-bottom: 25px;
}

.srbox.two .item-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* scroll go to top css */
.go-top {
  position: fixed;
  bottom: 20%;
  right: 3%;
  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.go-top::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f062";
  background-color: var(--secondary-color);
  padding: 5px 9px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 52px;
}
.go-top::after:hover{
  background-color: var(--primary-color);
}
.go-top:hover::after{
  background-color: var(--primary-color)!important;
}
.go-top-text {
  position: absolute;
  width: 60px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  margin: 20px 0 0 -4px;
}

.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);

}


/* appoientment section css */
.apthead {
  background-color: var(--primary-color);
  padding: 46px 60px;
  color: #fff;
}
.aptform {
  padding: 60px 40px;
}
.appoientment-div {
  background: #fff;
}
.appoientment-section {
  background: #fbf6ff;
  padding: 100px 0;
}
.aptform .input-group p {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}
.input-group p .form-control {
  position: relative;
  width: 100%;
  background-color: #f4f7f7;
  height: 70px;
  border: 2px solid #f4f7f7;
  color: #747da1 !important;
  padding: 8px 28px;
}
.input-group p input:focus{
  border: 2px solid var(--primary-color)!important;
  box-shadow: none;
}
.input-group p i {
  color: #c9cce4;
  position: absolute;
  top: 42%;
  -webkit-transform: translate(0,-50%);
  -khtml-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  position: absolute;
  right: 36px;
  z-index: 1;
  font-size: 16px;
}

.aptform .input-group.text-center .aptbtn {
  width: auto;
  margin: 0 auto;
  line-height: 38px;
  background: #ff914d;
  color: #fff !important;
  border: 4px solid #ff914d;
  padding: 0 56px;
}
.aptform .input-group.text-center .aptbtn:hover{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.apthead span {
  color: rgba(255,255,255,.8);
}
.apthead h3 {
  margin: 8px 0 0;
  font-size: 26px;
}




/* heading section css */
.heading-section span {
  font-size: 14px;
  letter-spacing: .2em;
  color: #ff914d;
  font-weight: 500;
  text-transform: uppercase;
}
.heading-section h2 {
  margin-top: 4px;
  margin-bottom: 20px;
  font-size: 50px;
  color: #070a22;
  font-family: var(--heding-font);
  font-weight: 600;
}
.heading-section {
  text-align: center;
  margin-bottom: 50px;
}
.aptcont img {
  margin-bottom: 45px;
  width: 100%;
  height: auto;
}
.aptcont {
  padding-left: 50px;
}




/* gallery section css */

#gallery {
  padding: 30px 0 100px 0;
}
.img-wrapper {
  position: relative;
  margin-top: 20px;
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;

}
.img-overlay i{
  color: #fff;
    font-size: 2em;
}
.img-overlay {
  background: rgba(255, 145, 77, .8);
  width: 90%;
  height: 91%;
  position: absolute;
  top: 5%;
  left: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
  -webkit-transform: scale(.2);
  -khtml-transform: scale(.2);
  -moz-transform: scale(.2);
  -ms-transform: scale(.2);
  -o-transform: scale(.2);
  transform: scale(.2);
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.img-wrapper:hover .img-overlay{
  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;

}
.img-wrapper img {
  width: 100%;
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  &:hover {
    opacity: 0.7;
  }
  @media screen and (min-width:768px) {
    font-size: 3em;
  }
}

.img-wrapper.one img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.img-wrapper img {
  width: 100%;
  object-fit: cover;
}
.img-wrapper.two img {
  width: 100%;
  height: 250px;
}
.img-wrapper.one.five {
  position: relative;
}
.img-wrapper.three img {
  width: 100%;
  height: 230px;
}
.img-wrapper.two.t img {
  height: 230px;
}

.bigtxt {
  font-size: 150px;
  letter-spacing: -.03em;
  line-height: 1;
  color: #f6f7ff;
  margin-bottom: -70px;
  font-family: var(--heding-font);
  font-weight: 600;
}
#gallery .heading-section {
  text-align: center;
}



/* cta section css */

.cta-section {
  width: 100%;
  padding: 100px 0;
  background-size: cover;
  color: #fff;
}
.cta-section p {
  color: #ff914d;
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 2px;
  display: block;
}
.cta-section h2 {
  color: #fff;
  font-size: 70px;
  line-height: 1.285;
}
.cicon {
  margin-bottom: 20px;
}


/* blog section css */


.blogimg {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 30px;
}
.blog-item {
  margin-bottom: 15px;
}
.entry-meta li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  padding: 0 28px 0 0;
  color: #696fa2;
}
.entry-meta li a{
  color: #696fa2;
}
.entry-meta {
  padding-left: 0;
}
.blog-item .sr-content h3 a {
  font-weight: 600;
  color: #070a22;
  clear: both;
  line-height: 1.25;
  margin: 0 0 15px;
  display: block;
}
.blog-slider .owl-nav {
  display: none;
}
.blog-slider .owl-dots {
  display: none;
}




.testimonial-section {
  background: #ff914d;
  padding: 100px 0;
}

.count{
  font-family: var(--heding-font);
  font-size: 40px;
  font-weight: bold;
}
.counterbox {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  padding: 30px;
}

.counter-wrapper:after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0,0,0,.5);
}
.counter-inner{
  position:relative;
  z-index:2;
}
.count-icon{
  font-size: 48px;
}

.count p {
  font-size: 18px;
  font-weight: normal;
  color: #d6d7e6;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* testimonial section css */
.titem {
  padding: 33px 40px 40px;
  -webkit-border-radius: 9px;
  -khtml-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  background-color: var(--primary-color);
  margin-bottom: 13px;
  position: relative;
  color: #fff;
}
.titem::before {
  content: '';
  width: 19px;
  height: 13px;
  background-image: url(../images/testimonial-arrow.png);
  position: absolute;
  bottom: -13px;
  left: 50px;

}

.timg img {
  width: 70px !important;
  border-radius: 70px;
}
.testimonial-slider .owl-nav{
  display: none;
}
.testimonial-slider .owl-dots{
  display: none;
}
.t-holder {
  display: flex;
  align-items: center;
  gap: 20px;
}
.testimonial-position {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #ff914d;
  font-weight: 500;
}
.counterbox.one {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px;
}
.counterbox.two {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 30px;
  position: relative;
}
.counterbox.two::before {
  content: '+';
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ff914d;
  position: absolute;
  top: -23px;
  left: -21px;
  line-height: 40px;
  font-size: 27px;
}
.service-section.blog {
  padding-top: 0;
}


/* shop page css */

.pro-overlay {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(97,67,121,.8);
  z-index: 99;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  transform: perspective(500px)rotateX(-90deg);
  opacity: 0;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  height: 300px;
  justify-content: center;
}
.proimg {
  position: relative;
}
.proimg img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.procol:hover .proimg .pro-overlay{
  opacity: 1;
  transform: perspective(500px)rotateX(0);
}
.pro-overlay .aptbtn {
  line-height: 50px;
  padding: 0 25px;
}
.procontent {
  padding: 10px 0;
}
.procol {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.pro-section {
  padding: 100px 0;

}
.procontent h4 a {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  color: #070a22;
  line-height: 1.25;
  margin-bottom: 15px;
}
.pro-descrption {
  padding: 10px 0 20px;
}
.pd h3 {
  color: #070a22;
}
.price {
  font-size: 24px;
  font-weight: 600;
  color: #ff914d;
  font-family: poppins,sans-serif;
}
.quintity {
  display: flex;
  gap: 25px;
  margin-bottom: 10px;
  align-items: center;
}
.input-text.qty.text.qtydetail {
  border: 1px solid #ddd;
  padding: 7px;
  border-radius: 5px;
}
.price del {
  color: #c4c9dc;
  margin-right: 10px;
}
.pro-heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: space-between;
}
.quintity h5 {
  color: #070a22;
}
.col-md-12.pro-heading select {
  width: 300px !important;
}
.procontent .aptbtn {
  padding: 0 25px;
  line-height: 50px;
  margin-top: 20px;
}
.prodetail .img-wrapper.one .img-overlay {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
}
.prodetail {
  padding: 50px 0 !important;
}

.review-box {
  margin-left: 10px;
  border: 1px solid #e5e5e5;
  padding: 20px 25px;
  -ms-flex-preferred-size: calc(100% - 70px);
  flex-basis: calc(100% - 70px);
}
.ratings {
  color: #ff914d;
}
.review-box .post-author {
  padding-bottom: 10px;
}
.review-box .post-author p span {
  font-weight: 700;
  text-transform: uppercase;
}
.tabs.active {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  position: relative;
}
.tabs.active li a {
  border: 2px solid #f0f0f0;
  line-height: 46px;
  padding: 15px 45px;
  position: relative;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #747da1;
  position: relative;
}
.pro-discription {
  padding: 50px 0;
}
.tabs.active li.current a {
  background: #ff914d;
  color: #fff;
  border-color: #ff914d;
}
.tabs.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  width: 100%;
  height: 1px;
  background: #ddd;
}


/* footer css start */
.fcol .img-wrapper img {
  width: 100%;
  object-fit: cover;
  height: 80px;
}
.footer-bottom p a {
  color: #ff914d;
} 
.fcol h4 {
  font-size: 30px;
  line-height: 1.55;
  text-transform: capitalize;
  margin-bottom: 30px;
  padding-top: 16px;
  position: relative;
  color: #070a22;
}
.fcol h4::before {
  width: 40px;
  height: 2px;
  background-color: #ff914d;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.top-footer {
  padding: 100px 0 80px;
  border-top: 1px solid #ebebeb;
  position: relative;
}
.fcol ul li a {
  padding-left: 0;
  position: relative;
  color: #8f8bb8;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;

}
.fcol ul {
  padding-left: 0;
}
.fcol ul li {
  padding-top: 16px;
}
.fcol ul li a:hover{
  color: #ff914d;
}
.fcol ul li a::before {
  content: "\f0da";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -khtml-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  display: block;
  font-family: fontawesome;
  color: #ff914d;
  margin-left: -16px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.fcol ul li:hover a::before{
  color: #ff914d;
  opacity: 1;
  margin-left: 0px;
}
.fcol ul li:hover > a{
  padding-left: 20px;
  color: #ff914d;
}

.footer-bottom {
  text-align: center;
}
.bf-gap {
  width: 100%;
  background-image: url(../images/gap-footer.png);
  background-position: 50%;
  background-repeat: no-repeat;
  height: 1px;
}
.footer-bottom p {
  padding: 30px 0;
  margin-bottom: 0;
}


/* team section css */
.teamcol {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.teamimg img {
  width: 100%;
  -webkit-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
  -khtml-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
  -moz-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
  -ms-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
  -o-transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
  transition: all .4s cubic-bezier(.39,.575,.565,1)0s;
  height: 440px;
  object-fit: cover;
  background-color: #ddd;
}
.team-section {
  background: #fcf8ff;
  padding: 100px 0;
}

.team-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 33px 30px;
  background-color: #fff;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  margin: 0 30px;
    margin-top: 0px;
  margin-top: -65px;
}
.t-sub {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #ff914d;
  font-weight: 500;
}
.t-title a{
  font-size: 26px;
  margin-top: 7px;
  margin-bottom: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-family: poppins,sans-serif;
  font-weight: 600;
  color: #070a22;
}
.t-title {
  font-size: 32px;
  margin-top: 7px;
  margin-bottom: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  font-family: poppins,sans-serif;
  font-weight: 600;
  color: #070a22;
}
.teamcol:hover .teamimg img {
  -webkit-transform: scale(1.1)rotate(3deg);
  -khtml-transform: scale(1.1)rotate(3deg);
  -moz-transform: scale(1.1)rotate(3deg);
  -ms-transform: scale(1.1)rotate(3deg);
  -o-transform: scale(1.1)rotate(3deg);
  transform: scale(1.1)rotate(3deg);
}
.teamimg {
  position: relative;
  overflow: hidden;
}
.teamcol:hover .team-content {
  background: #4b98a7;
  color: #fff;
}
.teamcol:hover .t-title a{
  color: #fff;
}
.teamcol.det .teamimg img {
  height: 550px;
  object-position: top;
}
.teamcol.right .t-sub {
  margin-bottom: 20px;
}

.btn-div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.btn-div  .btn1{
  line-height: 60px;
}
.teamcol.right {
  padding-left: 40px;
}
.btn-div .aptbtn {
  line-height: 62px;
  padding: 0 25px;
}
.single-doctor-social {
  text-align: center;
  padding-top: 32px;
}
.single-doctor-social a {
  color: #a1a1c6;
  font-size: 14px;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  display: inline-block;
  border: 2px solid #e7e7e7;
  line-height: 56px;
  text-align: center;
  margin: 8px;
}
.single-doctor-social a:hover{
  background-color: #ff914d;
  border-color: #ff914d;
  color: #fff;
  
}
.team-detail {
  padding: 100px 0;
}
/* pagination css */
.pgnation ul li a {
  text-align: center;
  height: 40px;
  width: 40px;
  line-height:24px;
  border: 2px solid #eaebec;
  color: #b7bdc5;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin: 0 15px;
  -webkit-border-radius: 40px;
  border-radius: 40px!important;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.pgnation .page-item.active .page-link{
  background-color: #4b98a7;
  border-color: #4b98a7;
}
.pgnation ul li a:hover{
  background-color: #4b98a7;
  border-color: #4b98a7;
  color: #fff;
}
.pgnation {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.aptform.contactform textarea.form-control {
  height: 200px;
}
.aptform.contactform textarea.form-control:focus{
  box-shadow: none;
  border: 2px solid #4b98a7;
}
.aptform.contactform {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 16px rgba(214,214,214,.3);
  -khtml-box-shadow: 0 8px 16px rgba(214,214,214,.3);
  -moz-box-shadow: 0 8px 16px rgba(214,214,214,.3);
  -ms-box-shadow: 0 8px 16px rgba(214,214,214,.3);
  -o-box-shadow: 0 8px 16px rgba(214,214,214,.3);
  box-shadow: 0 8px 16px rgba(214,214,214,.3);
}
.appoientment-section.contact {
  background: #fff;
}


/* services detail css */
.sdleft span {
  font-size: 14px;
  letter-spacing: .2em;
  color: #4b98a7;
  font-weight: 500;
  text-transform: uppercase;
  font-family: inherit;
}
.sdleft h3 {
  font-weight: 600;
  color: #070a22;
  margin-bottom: 15px;
  margin-bottom: 49px;
  font-size: 40px;
  line-height: 50px;
}
.sdleft h2 {
  font-weight: 600;
  color: #070a22;
  margin-bottom: 15px;
  margin-bottom: 49px;
  font-size: 40px;
  line-height: 50px;
}
.sdleft .t-title a {
  font-size: 22px;
}
.sdleft .aptbtn{
  line-height: 60px;
  padding: 0 25px;
}
.sdleft img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 30px;
}
.section-services-detail {
  padding: 100px 0;
}
.fcol.srd {
  background-color: #4b98a7;
  padding: 50px 50px 41px;
  color: #fff;
}
.fcol.srd ul li a {
  color: #fff;
}
.fcol.srd ul li a::before {
  color: #fff;
}
.fcol.srd h4 {
  color: #fff;
}


/* blog detail css */
blockquote::before {
  content: '\f10d';
  font-family: fontawesome;
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 35px;
  top: 32px;
  font-style: normal;
}
.blog-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  margin-bottom: 30px;
}
blockquote {
  overflow: hidden;
  background-color: #4b98a7;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding: 24px 30px 24px 90px;
  clear: both;
  margin: 40px 0;
  color: #f5f5f5;
}
.blog_detail {
  padding: 100px 0;
}
.bdleft h3 {
  color: #070a22;
  margin-bottom: 20px;
}
.tags a {
  padding: 0 25px;
  line-height: 50px;
}
.bdright.fcol {
  margin-bottom: 40px;
  border: 2px solid #e3e3e3;
  padding: 38px 28px;
}
.bdright.fcol ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}








/* patient form page css */
.eys-form {
  margin: 50px 0;
}
.eys-form .form-control {
  margin-bottom: 20px;
  height: 50px;
}
.eys-form h3 {
  color: #070a22;
}
.eys-form .form-control p {
  color: #6c757d;
}
.eys-form .aptbtn{
  line-height: 50px;
  padding: 0 25px;
  margin-top: 20px;
}
.ljk {
  font-size: 12px;
  line-height: 18px;
  color: #6c757d;
}






/* gallery tab css */
div#image-gallery .tabs.active li a {
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px !important;
  margin: 10px;
  padding-bottom: 23px !important;
  line-height: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
  border: 0;
  text-transform: capitalize;
  padding: 0;
    padding-right: 0px;
    padding-bottom: 0px;
  letter-spacing: 0;
  position: relative;
  color: #3c98cd;
}
div#image-gallery .tabs.active li a::after {
  content: '';
  background-color: #ebebeb;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  z-index: 1;
}
div#image-gallery .tabs.active li a::before {
  width: 0;
  height: 4px;
  background-color:#4b98a7;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
div#image-gallery  .tabs.active li.current a {
  color: #4b98a7!important;
  background-color: transparent!important;
}
div#image-gallery  .tabs.active li.current a::before{
  width: 49px;
  height: 4px;
  background-color:#4b98a7;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 300ms linear 0ms;
  -khtml-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
div#image-gallery .tabs.active::before{
  display: none;
}
.tab.imgtab {
  padding-top: 50px;
}




/* main sr css */
#video-popup-container {
  display:none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #DE0023;
}
.mainsrimg img {
  width: 100%;
}
.mainsrimg{
  position: relative;
}
.overlayicon {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  background-color: #ff914d;
  line-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.3);
  -khtml-box-shadow: 0 0 0 10px rgba(255,255,255,.3);
  -moz-box-shadow: 0 0 0 10px rgba(255,255,255,.3);
  -ms-box-shadow: 0 0 0 10px rgba(255,255,255,.3);
  -o-box-shadow: 0 0 0 10px rgba(255,255,255,.3);
  box-shadow: 0 0 0 10px rgba(255,255,255,.3);
  z-index: 1;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.sub-title {
  font-size: 14px;
  letter-spacing: .2em;
  color: #ff914d;
  font-weight: 500;
  text-transform: uppercase;
}
.mainservices {
  width: 100%;
  overflow: hidden;
}
.title {
  margin-top: 26px;
  margin-bottom: 35px;
  color: #ffffff;
  font-size: 79px;
  line-height: 90px;
  letter-spacing: -.03em;
  font-weight: 600;
  font-family: poppins,sans-serif;
}
.mainsrright {
  background: #4b98a7;
  padding:  70px;
  height: 900px;
}
.mainsrright p {
  color: #fff;
}
.mainsrimg img {
  width: 100%;
  height:900px;
  object-fit: cover;
}
.maissrleft {
  padding: 0;
  height: 900px;
}
.maissrleft .testimonial-slider img{
  height: 900px;
  object-fit: cover;
}
.maissrleft .testimonial-slider .owl-dots{
  display: block;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
 .maissrleft .testimonial-slider .owl-dot.active span {
  background: #ff914d!important;
}
.maissrleft .testimonial-slider .owl-dot span {
 width: 15px!important;
 height:15px!important;
}
.mainsrright.one {
  background: #ff914d;
}
.mainsrright.one .sub-title {
  color: #fff;
}

.wpmm-nav-wrap.wpmm-main-wrap-primary {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#wp-megamenu-primary > .wpmm-nav-wrap .wpmm_brand_logo_wrap img {
  margin:0px !important;
}
#wp-megamenu-primary {
  height: 80px !important;
  padding:10px 0 !important;
}
#menu-main-menu li a {
  padding:10px 25px !important;
line-height: 40px!important;
}

.wp-megamenu-sub-menu {
  background:#fff!important;
  border-radius:5px;
  position: relative;
}
.wp-megamenu-sub-menu  li a {
  padding:5px 20px !important;
line-height: 30px!important;
}
.wp-megamenu-sub-menu::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-top:6px solid transparent;
  bottom: 0;
  left: calc(20% - 5px);
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  z-index: 999;
  border-bottom:10px solid #edf2f6 !important;
  top: -15px;
}