@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

.container{
  max-width: 1440px;
}
  
@media screen and (max-width: 1500px){
  .container{
    max-width: 1300px;
  }
}
@media screen and (max-width: 1300px){
  .container{
    max-width: 1140px;
  }
}
h1,h2,h3,h4,h5,h6{
  font-family: "Cormorant", serif;
}

body{
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  color: #212112;
  font-family: "Rubik", sans-serif;
  overflow-x: hidden;
}/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 0px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 0px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
  position: fixed;
}
.start-header.scroll-on .navbar-brand img{
  margin-top: 0;height: 80px;padding:10px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-brand{
  margin-right: 0
}
.navigation-wrap{
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;padding: 0;

  z-index: 1000;

}
.navbar{
  padding: 0;
}
.navbar-brand img{box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.33);
  height: 70px;
  width: auto;
  display: block;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;margin-top: -52px;
  height: 120px;
  padding: 22px 20px 10px;
  background: #fff;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #212121 !important;
  font-weight: 400;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link{
  color: #092e58 !important;

}
a{
  text-decoration: none !important;
}
.section-space-medium-bottom {
  padding-bottom: 100px;
}
.section-space-top {
  padding-top: 120px;
}
.p-relative {
  position: relative;
}

.section-title {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  background: #092e58;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sub-title {
  font-family: var(--rubik-font);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: capitalize;
  color: #00468d;
  margin-bottom: 10px;
}
.nav-item.active .nav-link{
  color: #777 !important;
}
.title-box p{

  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 0

}

.nav-item .dropdown-menu2 {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0 !important;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu2 {
    opacity: 1 !important;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
    display: none;
}
.show2 .dropdown-menu2{
  position: absolute !important;
  display: block !important;
  margin-left: 100% !important;
  margin-top: -40px !important;
  opacity: 1 !important;
}
.dropdown-menu2 {
  padding: 0px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

@media screen and (max-width: 767px) {
  .dropdown-menu2 {
    display: block !important;
    margin-left: 20px !important;
    width: 85% !important;
    box-shadow: none;
  }
}
.dropdown-item{

  font-size: 16px;
}
.navbar-nav .nav-link{

  font-size: 18px;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
  transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
  background-color: #fff !important;
  transition: all 200ms linear;
}
.section {
  position: relative;
  width: 100%;
  display: block;
}
.full-height {
  height: 100vh;
}
.over-hide {
  overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

#switch,
#circle {
  cursor: pointer;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
} 
#switch {
  width: 60px;
  height: 8px;
  border: 2px solid #092e58;
  border-radius: 27px;
  background: #000;
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  transform: translate(0);
  transition: all 300ms linear;
  transition-delay: 1900ms;
}
body.hero-anime #switch{
  opacity: 0;
  transform: translateY(40px);
  transition-delay: 1900ms;
}
#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #092e58 !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
}
.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 0px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  border-bottom: 1px solid #68686878;box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(68, 68, 68, 0.44);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 8px 23px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
  border-bottom: 1px solid #092e58;
  background: #fff;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: #092e58;
}

body.dark{
  color: #fff;
  background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
  color: #fff;
}
body.dark h1 span{
  transition-delay: 0ms !important;
}
body.dark p{
  color: #fff;
  transition-delay: 0ms !important;
}
body.dark .bg-light {
  background-color: #14151a !important;
}
body.dark .start-header {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
  color: #fff !important;
}
body.dark .nav-item.active .nav-link{
  color: #999 !important;
}
body.dark .dropdown-menu {
  color: #fff;
  background-color: #1f2029;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
  color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
  border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
  background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
  h1{
    font-size: 38px;
  }
  .nav-item:after{
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  body.dark .nav-item::before {
    background-color: #fff;
  }
  body.dark .dropdown-toggle::after {
    background-color: #fff;
  }
  body.dark .dropdown-menu {
    background-color: transparent;
    box-shadow: none;
  }
}



.deshnone{
  display: none;
}
.mlll0{
  margin-left: 0 !important;
}

@media screen and (max-width: 767px){
  .deshshow{
    display: none;

  }

  .deshnone{
    display: block;
  }

}.navbar-brand{
  padding: 0;
}
.shape-1 {
  position: absolute;
  bottom: 164px;
  right: 0;
}
.nav-item{
  margin-left: 10px !important;
}
.topbar{
  background:#092e58;
  padding: 4px 0
}
.topbar ul li{
  display: inline-block;
  color: #fff;
  margin-right: 20px;
}
.topbar ul li a{
  font-size: 15px;
  padding-left: 5px;
  color: #fff
}
ul{
  padding:0;
  margin:0;
}
.social{
  float: right;margin-right: -15px;
}
.topbar ul li a:hover{
  color: #d0e6ff
}

/* #Link to page
================================================== */

.logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  z-index: 100;
  transition: all 250ms linear;
}
.logo img {
  height: 26px;
  width: auto;
  display: block;
  filter: brightness(10%);
  transition: all 250ms linear;
}

.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
}
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
    bottom:30px;

  }
}
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 780px;
  transition:all .4s ease;
}
.hero-slider .slide-inner::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(to bottom, #0000004a, #000000c4);
}
@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 0px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  50% {
    -webkit-transform:rotate(40deg);
    transform:rotate(40deg)
  }
  100% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
  z-index: 9;
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(30px);
    transform:translateY(30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}.ripple-shape {
  position:absolute;
  bottom:0;
  right:0;
  z-index:2
}
.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height:40px;
  width:40px;
  position:absolute;
  left:30px;
  bottom:-10px;
  background-color:transparent;
  border:3px solid rgba(255,255,255,1);
  border-radius:50%;
  -webkit-transform:translate3d(-50%, 50%, 0);
  transform:translate3d(-50%, 50%, 0);
  -webkit-animation:heroripple 8s ease-out infinite;
  animation:heroripple 8s ease-out infinite
}
.ripple-1 {
  -webkit-animation-delay:0;
  animation-delay:0
}
.ripple-2 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}
.ripple-3 {
  -webkit-animation-delay:2s;
  animation-delay:2s
}
.ripple-4 {
  -webkit-animation-delay:3s;
  animation-delay:3s
}
.ripple-4 {
  -webkit-animation-delay:4s;
  animation-delay:4s
}
.ripple-5 {
  -webkit-animation-delay:5s;
  animation-delay:5s
}
.ripple-6 {
  -webkit-animation-delay:1s;
  animation-delay:1s
}
@-webkit-keyframes heroripple {
  0% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0.5
  }
  100% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0;
    width:310px;
    height:310px
  }
}
@keyframes heroripple {
  0% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0.5
  }
  100% {
    -webkit-transform:translate3d(-50%, 50%, 0);
    transform:translate3d(-50%, 50%, 0);
    opacity:0;
    width:310px;
    height:310px
  }
}
.hero-1 .shape5, .hero-1 .shape4 {
  z-index: 9;
}
.shape3 {
  top: -420px;
  left: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
.shape4 {
  top:0;
  right: -330px;
  width: 619.52px;
  height: 619.52px;
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 100px;
  -webkit-transform: rotate(25.36deg);
  -ms-transform: rotate(25.36deg);
  transform: rotate(25.36deg);
  z-index: 2;
  -webkit-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}
.hero-shape {
  position: absolute;
}
.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 20px;
  text-transform: capitalize;
  transition: all .4s ease;
  background: #092e58;
  width: fit-content;
  padding: 10px 30px;
  border-left: 5px solid #fd2d17;
  border-radius: 10px;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 1;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 20px;
  transition:all .4s ease;
  font-weight: normal;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footersec {
  position: relative;
  background-color: #000;
}
.footersec__shape-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  opacity: 0.3;
  animation: br-translate 3s ease infinite;
}
@media (max-width: 1300px) {
  .footersec__shape-one {
    display: none;
  }
}
.footersec__shape-two {
  position: absolute;
  right: 5%;
  top: 75px;
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  mix-blend-mode: overlay;
  animation: br-translate 2s ease infinite;
}
@media (max-width: 1600px) {
  .footersec__shape-two {
    right: 1%;
  }
}
@media (max-width: 1300px) {
  .footersec__shape-two {
    display: none;
  }
}
@keyframes br-translate {
  0% {
    transform: translateX(0px) translateY(0px);
  }
  50% {
    transform: translateX(-5px) translateY(-5px);
  }
  100% {
    transform: translateX(0px) translateY(0px);
  }
}
.footersec__top {
  position: relative;
  z-index: 1;
  padding: 60px 0 50px;
}
@media (max-width: 991px) {
  .footersec__top {
    padding: 50px 0 80px;
  }
}
.footersec__column {
  position: relative;
}
@media (max-width: 991px) {
  .footersec__column {
    margin-top: 50px;
  }
}
.footersec__title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin: 0 0 16px;font-size: 38px;
  line-height: 1.5;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Cormorant", serif;
}
.footersec__about {
  position: relative;
}
@media (min-width: 1200px) {
  .footersec__about {
    margin-right: -3px;
  }
}
.footersec__about__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #E5E5E5;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 0;
}
.footersec__about__form {
  position: relative;
}
.footersec__about__form input[type=email] {
  height: 56px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 30px;
  padding-right: 60px;
  background-color: rgba(#fff, 0.16);
  font-size: 14px;
  font-weight: 600;
  color: ;
  border-radius: 6px;
}
.footersec__about__form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  background-color: #092e58;
  border-radius: 6px;
  font-size: 19px;
  border: none;
  outline: none;
  transition: all 300ms ease;
}
.footersec__about__form button i {
  color: #fff;
  display: inline-block;
  transition: all 500ms ease;
}
.footersec__about__form button:hover {
  background-color: #fff;
}
.footersec__about__form button:hover i {
  color: #000;
  transform: rotate(30deg);
}
.footersec__about__social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 19px;
  margin: 30px 0 0;
  background-repeat: #092e58
}
.footersec__about__social a {
  width: 36px;
  height: 36px;
  background-color:#092e58;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 300ms ease;
}
.footersec__about__social a:hover {
  background-color: #092e58;
}
.footersec__contact {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  max-width: 370px;
  padding-top: 1px;
  padding-bottom: 16px;
}
@media (min-width: 1200px) {
  .footersec__contact {
    margin-left: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footersec__contact {
    max-width: 340px;
  }
}
.footersec__contact__logo {
  position: relative;
  background-color: #fff;
  border-radius: 9px;
  max-width: 227px;
  margin: -31px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 5px 19px;
}
.footersec__contact__list {
  margin: 0 0 5px;
  padding: 10px 0 2px;
  list-style: none;
  border-bottom: 1px solid rgba(#fff, 0.1);
}
.footersec__contact__list li {
  margin: 0;
  padding: 0 23px;
  align-items: center;
  gap: 11px;
  color: #CB592A;
}
.footersec__contact__list li a{
  color: #242424;
}
.footersec__contact__list li:hover .footersec__contact__icon {
  color: #fff;
}
.footersec__contact__list li:hover .footersec__contact__icon::after {
  height: 100%;
}
.footersec__contact__list li + li {
  margin-top: 5px;
}
.footersec__contact__icon {
  width: 40px;
  height: 40px;
  background-color: #092e58;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}

.footersec__contact__text {
  color: ;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5E6770;
  margin-bottom: 0px;
  text-align: justify;
  margin-top: 0;
}
.footersec__contact__text a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footersec__contact__text a:hover {
  color: #092e58;
  background-size: 100% 1px;
}
.footersec__contact__call {
  position: relative;
  min-height: 40px;
  padding: 8px 0 0 53px;
  margin: 0 53px;
}
.footersec__contact__call__icon {
  width: 40px;
  height: 40px;
  background-color: #092e58;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footersec__contact__call__icon i {
  display: inline-block;
  transition: all 600ms ease;
}
.footersec__contact__call:hover .footersec__contact__call__icon i {
  transform: scaleX(-1);
}
.footersec__contact__call__title {
  line-height: 1;
  display: block;
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 700;
  color: ;
}
.footersec__contact__call__text {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footersec__contact__call__text:hover {
  color: #092e58;
  background-size: 100% 1px;
}
.footersec__links {
  position: relative;
}
@media (min-width: 992px) {
  .footersec__links {
    margin-left: -30px;
  }
}
.footersec__links__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footersec__links__list li {
  font-size: 16px;
  line-height: 30px;
  color: ;
  font-weight: 700;
  margin: 0 0 6px;
}
.footersec__links__list li a {
  color: inherit;font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #E5E5E5;
  margin-bottom: 20px;
  text-align: justify;
  margin-top: 0;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footersec__links__list li a:hover {
  color: #092e58;
  background-size: 100% 1px;
}
.footersec__gallery {
  position: relative;
  max-width: 206px;
}
@media (min-width: 992px) {
  .footersec__gallery {
    margin-left: -36px;
  }
}
.footersec__gallery__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 24px;
}
.footersec__gallery__wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.footersec__bottom {
  position: relative;
  background:#092e58;
  text-align: center;
  padding: 12px 0;
}
.footersec__bottom__text {
  font-weight: 600;padding: 0;
  margin: 0;color: #fff;
  text-align: center !important;
}
.footersec__bottom__text a {
  color: inherit;
}
.footersec__bottom__text a:hover {
  color: #092e58;
}
.footersec--home-nine {
  position: relative;
}
.footersec--home-nine .footersec__about__form input[type=email] {
  background-color: #242533;
}
.footersec--home-nine .footersec__about__text,
.footersec--home-nine .footersec__links__list li {
  font-weight: 600;
}
.footersec--home-nine .footersec__bottom {
  background-color: #12131F;
}.overflow-hidden {
  overflow: hidden !important;
}



@media screen and (max-width: 1350px){
  .navbar-brand img{
    height: 90px;
  }
  .navbar-nav .nav-link {
  font-size: 16px;
}
.topbar ul li a {
  font-size: 13px;
  }

}
@media screen and (max-width: 1199px){
  .navbar-brand img{
    height: 75px;
  }
  .navbar-nav .nav-link {
  font-size: 15px;
}
.topbar ul li a {
  font-size: 13px;
  }  .navbar-nav .nav-link {
    font-size: 15px;
    padding: 4px 13px;
    padding-right: 13px;
    padding-left: 13px;
  }.topbar {
  background: #092e58;
  padding: 0px 0;
}
  
}

@media screen and (max-width: 991px){
.topbar{
  display: none;
  }

.deshshow{
  display: none;
}
.deshnone{
  display: block;
}  .navbar-brand img {
    height: 35px;
    margin-top: 0;
    box-shadow: none;
    padding: 0;
  }  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .1rem;
    padding-left: .1rem;
  }.mr-auto, .mx-auto {
  margin-right: 0 !important;
  margin-left: auto !important;
}.dropdown-item {
  padding: 2px 14px;
  color: #212121;
  border-radius: 2px;
  transition: all 200ms linear;
  border-bottom: 1px solid #092e58;
  font-size: 13px;
}
  .navbar{
    padding: 5px 0;
  }
    .navbar-nav .nav-link {
    font-size: 14px;
  }

}



@media screen and (max-width: 767px){
   .navbar-brand img {
    height: 50px;
  }
  .dropdown-toggle::after{
    left: 0px;
  }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }
    .hero-style .slide-title h2 {
    font-size: 20px;
    margin: 0 0 30px;
  }  .footersec__column {
    margin-top: 0;
  }  .footersec__top {
    padding: 15px 0 38px;
  }
  .footersec__title{
    margin: 15px 0 8px;
  font-size: 24px;
  }
  .footersec__bottom__text{
    font-size: 16px;
  }
  .dropdown-item:hover, .dropdown-item:focus{
    color: #212121;
    background: #fff;
  }
}






.marquee-icon {
    background-color: #092e58;
    padding: 20px;transform: rotate(358deg);
} 
.marquee-content {
    display: flex;
} 
.marquee-item {
    display: flex;
    align-items: center;
} 
.marquee-item h3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin: 0;
}
.marquee-content {
    animation: scroll-one 40s linear infinite;
} 
@keyframes scroll-one {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} 
@keyframes scroll-two {
    0% { transform: translateX(0); } 
    100% {  transform: translateX(100%); }
}   
.marquee-content {
    display: flex;
} 
.marquee {
   display: flex;
  overflow: hidden;
  position: relative;
  z-index: 999;
  margin-top: -100px;
  padding-top: 28px;
  padding-bottom: 50px;
} 
.marquee-icon {
    display: flex;
}
.marquee-item {
    margin-left: 60px;
    width: max-content;
    gap: 30px;
}  
.marquee-text {
    text-align: center;
    padding-top: 60px;
}
.marquee-text p {
    font-size: 18px;
}
.marquee.two .marquee-icon {
    background-color: #0e0b06;
    transform: rotate(357deg);
} 
.marquee.two {
    margin-top: -130px;
    z-index: 1;
    padding-bottom: 120px;
    margin-left: -10px;
}
.marquee.two .marquee-content {
    animation: scroll-two 40s linear infinite;
} 
.marquee.two .marquee-content.two {
    margin-left: -100%;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-one {
  position: relative;
  padding: 70px 0 120px;
  overflow: hidden;
  background: url('../images/service-bg-1.webp');
}
@media (max-width: 767px) {
  .about-one {
    padding: 40px 0 80px;
  }
}
.about-one__shape-one {
  position: absolute;
  left: 0;
  bottom: 110px;
  height: 555px;
  width: 48%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1399px) {
  .about-one__shape-one {
    display: none;
  }
}
.about-one__shape-two {
  position: absolute;
  right: 10%;
  bottom: 130px;
  height: 172px;
  width: 116px;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  animation: leafMove 2s infinite alternate;
}
@media (max-width: 1799px) {
  .about-one__shape-two {
    right: 3%;
  }
}
@media (max-width: 1499px) {
  .about-one__shape-two {
    display: none;
  }
}
.about-one__image {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.about-one__image::after {
  position: absolute;
  left: -65px;
  bottom: -28px;
  z-index: -1;
  content: "";
  background-color: #092e58;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  animation: zoomsIn 2s infinite alternate;
}
.about-one__image img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.about-one__image__experiance {
  position: absolute;
  left: -165px;
  top: 65px;
  background-color: #092e58;
  padding: 24px 20px 28px 110px;
  border-radius: 5px;
}
@media (max-width: 1399px) {
  .about-one__image__experiance {
    left: -100px;
  }
}
@media (max-width: 1299px) {
  .about-one__image__experiance {
    left: 0;
  }
}
.about-one__image__experiance:hover .about-one__image__experiance__icon__zoom {
  animation: iconsZoom 0.25s ease-out;
}
.about-one__image__experiance__icon {
  width: 74px;
  height: 74px;
  background-color: var(--careold-white, #fff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  color: #0e0b06;
  position: absolute;
  left: 19px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about-one__image__experiance__icon__zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about-one__image__experiance__year {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #0e0b06;
  margin: 0 0 2px;
}
.about-one__image__experiance__text {
  margin: 0;
  font-size: 18px;
  color: #092e58;
  line-height: 1.2;
  font-weight: 500;
  text-transform: capitalize;
}
.about-one__image__ratings {
  position: absolute;
  bottom: 52px;
  right: -90px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: #092e58;
  border-radius: 5px;
  padding: 10px 30px 10px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #0e0b06;
}
@media (max-width: 1199px) {
  .about-one__image__ratings {
    right: 0px;
  }
}
.about-one__image__ratings__icon {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--careold-white, #fff);
  border-radius: 50%;
}
.about-one__image__ratings__icon img {
  height: 35px;
  width: 35px;
}
.about-one__content {
  position: relative;
}
@media (max-width: 991px) {
  .about-one__content {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .about-one__content {
    padding-left: 30px;
    padding-right: 40px;
  }
}
p{
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}
.about-one__content__box {
  position: relative;
  min-height: 64px;
  margin-top: 30px;
  padding: 3px 0 0 85px;
}
.about-one__content__box:hover .about-one__content__box__icon__zoom {
  animation: iconsZoom 0.25s ease-out;
}
.about-one__content__box__icon {
  width: 64px;
  height: 64px;
  background-color: #212121;
  color: #0e0b06;
  font-size: 38px;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  transition: all 500ms ease;
  position: absolute;
  left: 0;
  top: 0;
}
.about-one ul li{
  margin: 0 0 5px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  list-style: disclosure-closed;
  margin-left: 15px;
}
.about-one__content ul{
  margin-bottom: 30px;
}
.about-one ul li::marker {
  color: #092e58;
}
.about-one__content__box__icon__zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about-one__content__box__title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 5px;
}
.about-one__content__box__text {
  margin: 0;
}
.about-one__content__list {
  margin: 28px 0 34px;
  padding: 0;
}
.about-one__content__list li {
  list-style: none;
  line-height: 32px;
  padding-left: 25px;
  position: relative;
}
.about-one__content__list li span {
  position: absolute;
  left: 0;
  top: 8px;
  transition: all 0.6s ease;
  transform: scale(1);
  color: #092e58;
  font-size: 18px;
}
.about-one__content__list li:hover span {
  transform: scale(1.05);
  color: #092e58;
}

@keyframes zoomsIn {
  100%, 0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}.sectiontitle{
  font-size: 40px;
  line-height: 48px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;font-family: "Abhaya Libre", serif;
}
.sectiontitle img{
  height: 30px;
  margin-right: 10px;
}
.sectiontitle span{
  color: #092e58;
}
.careold-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  background-color: transparent;
  color: #0e0b06 !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  transition: 500ms;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
}
.careold-btn > i {
  padding: 8px 43px;
  background-color: transparent;
  border: 2px solid #092e58;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 300px;
  transition: transform 500ms ease;
  transform-origin: top center;
  color: #092e58;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}
.careold-btn:hover > i {
  transform-origin: bottom center;
  transform: translateY(-100%) translateZ(150px) scaleY(0) rotateX(90deg);
}
.careold-btn > span {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 700ms ease, top 700ms ease;
  background-color: #092e58;
  transform: translateY(0%) translateZ(150px) scaleY(0) rotateX(90deg);
  perspective: 300px;
  transform-origin: bottom center;
}
.careold-btn:hover > span {
  transition: transform 500ms ease, top 500ms ease;
  transform: translateY(0%) translateZ(0px) scaleY(1) rotateX(0deg);
}
.about-one__content:hover .careold-btn {
  animation-name: wobbleTop;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  color: #fff !important;
}



.post-slide{
  margin: 0 10px;
}
.our-services{
  background-image: url('../images/section-bg-img-1.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  padding: 100px 0;
}

.service-item{
  background-color: #fff;
  border-radius: 46px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding: 30px 40px 20px;
  transition: all 0.3s ease-in-out;
}

.service-item:hover{
  transform: translateY(-5px);
}
.specialties{
  padding: 110px 0 50px;
  margin-top: -55px;
}
.service-header{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.service-item-box{
  display: flex;
  align-items: center;
}

.service-item-box .icon-box{
  position: relative;
  background: linear-gradient(90deg, #212121 0%, var(--accent-color-two) 100%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 15px;
  transition: all 0.5s ease-in-out;
}

.service-item-box .icon-box::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #0e0b06;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.service-item:hover .service-item-box .icon-box::before{
  transform: scale(1);
}

.service-item-box .icon-box img{
  position: relative;
  max-width: 30px;
  z-index: 1;
}


.service-item-content h3{
  font-size: 24px;
  text-transform: capitalize;
  color: #092e58;
}

.service-readmore{
  margin-left: 10px;
}

.service-readmore img{
  max-width: 40px;
  transition: all 0.3s ease-in-out;
}

.service-readmore a:hover img{
  filter: brightness(1) invert(0.5);
}

.service-body{
  margin-bottom: 15px;
}

.service-body p{
  margin: 0;
  text-align: center;
  font-size:17px;color: #212112 !important;
}


@media screen and (max-width:1500px){
    .service-body p{
            font-size: 16px;
    }
}

.service-image a{
  display: block;
  border-radius: 26px;
  overflow: hidden;
  cursor: none;
}

.service-image img{
  aspect-ratio: 1 / 0.62;
  object-fit: cover;
  border-radius: 26px;
  transition: all 0.4s ease-out;
  width: 100%;
}

.service-image:hover img{
  transform: scale(1.1)
}

.more-service-content{
  width: 100%;
  max-width: 630px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.specialties{
  background-color: #EFEFFC;
}


@media screen and (max-width: 767px){
  .specialties {
  padding: 70px 0 20px;
  margin-top: -55px;
}
.marquee-item h3 {
  font-size: 20px;
  }

}


.team-member-item{
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.team-image{
  overflow: hidden;
}

.team-image figure,
.team-image a{
  cursor: none;
  display: block;
  border-radius: 26px;
}

.team-image img{
  width: 100%;
  aspect-ratio: 1 / 1.27;
  object-fit: cover;
  border-radius: 26px;
  transition: all 0.4s ease-in-out;
}

.team-member-item:hover .team-image img{
    transform: scale(1.1);
}

.team-body{
  position: relative;
  background: #fff;
  border: 1px solid var(--divider-color);
  border-radius: 26px;
  padding: 15px;
  margin: 0 30px;
  margin-top: -60px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.team-member-item:hover .team-body{
  border-color: #092e58;
}

.team-body:after{
  content: '';
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #092e58;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.team-member-item:hover .team-body:after{
  top: 0;
}

.team-social-icon ul{
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
  z-index: 1;
}

.team-social-icon ul li{
  display: inline-block;
    margin-right: 20px;
}
.doctors{
  padding: 60px 0;background: url('../images/service-bg-1.webp');
}
.team-social-icon ul li:last-child{
  margin: 0;
}
.image-anime{
  position: relative;
  overflow: hidden;
}

.image-anime:after{
  content: "";
  position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after{
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.reveal{
  position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    visibility: hidden;
    overflow: hidden;
}

.reveal img{
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: left;
    transform-origin: left;
}

.team-social-icon ul li a{
  color: #212121;
  transition: all 0.4s ease-in-out;
}

.team-social-icon ul li a i{
  font-size: 18px;
  color: inherit;
}

.team-content{
  position: relative;
  text-align: center;
  z-index: 1;
}

.team-content h3{
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.team-content h3 a{
  color: inherit;
}

.team-content p{
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.team-member-item:hover .team-social-icon ul li a,
.team-member-item:hover .team-content h3,
.team-member-item:hover .team-content p{
  color: #fff;
}


@media screen and (max-width: 767px){
  .sectiontitle {
  font-size: 30px;
  line-height: 40px;
}.doctors {
  padding: 35px 0 20px;
}
}
/*Testimonials*/
.testimonials{
    background-color:#EFEFFC;padding: 60px 0 70px;
}
.testimonials .animate-border::after {
  border-left:
  10px solid #d9ecf0;
  border-right:
  10px solid #d9ecf0;
}


.testi-style3 {
   position: relative;
   padding:
   30px 30px 30px 30px;
   

   border:4px double #092e58;
   transition:
   all ease .4s;
   background-color: #fff;
   border-bottom-left-radius: 30px;
   border-radius: 30px;
}
.testi-style3 .testi-avater {
  width:80px;
  height:80px;
  position:absolute;
  top:-40px;
  padding:7px;
  background-color:#fff;
  border-radius:50%
}
.testi-style3 .testi-avater img {
  width:100%;
  border-radius:50%
}
.testi-style3 .testi-name {
  font-size:22px;
  margin-bottom:0px
}
.testi-style3 .testi-text {
  margin:0 0 15px 0;
  margin-top: 5px;
  text-align: left;
}
.testi-style3 .testi-degi {
  font-size:12px;
  text-transform:uppercase;
  font-weight:500;
  color:#092e58
}
.testi-style3 .testi-icon {
  font-size:50px;
  line-height:1;
  margin-top:10px;
  position:absolute;
  right:40px;
  top:0;
  color:#092e58;
  opacity:1;
  transition:all ease .4s
}
.testi-style3 .testi-rating {
  color:#f0d604;
  margin-bottom:5px;
  font-size:14px
}
.testi-style3 .testi-rating i {
  margin-right:5px
}
.testi-style3 .testi-degi {
  font-weight:500
}
.testi-style3 .testi-icon{
  display: none;
}
@media screen and (max-width: 767px){
  .testimonials {
  background-color: #EFEFFC;
  padding: 25px 0 43px;
}
.testi-style3 .testi-icon{
  display: none;
}
}



.shareit {
  position: fixed;
  top: 200px;z-index:99999;
}

.shareit a {
  display: flex;
  justify-content: center;
  align-items: center;
	width: 50px;
  height: 50px;
  font-size: 24px;
  color: #fff;

	z-index:99999;

  text-decoration: none;
}

.shareit a:hover {
	opacity: 1;
}

.facebook {
 	background: #1877F2;
}

.twitter {
  	background: #000;
}

.linkedin {
  background: #0077B5;
}

.reddit {
  	background: #FF4500;
}

.codepen {
  	background: #000000;
}

.youtube {
  	background: #FF0000;
}

.whatsapp {
  	background: #25D366;
}

.phone {
  	background: #34A853;
}

.email {
  	background: #D93025;
}

@media screen and (max-width:767px){
    .shareit a {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
}









/*Banner Title Start*/



.breadcrumbs ul {
  margin: 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
}

.breadcrumbs ul li {
  display: inline-block
}

.breadcrumbs ul li:after {
  content: "»";
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  padding: 0 5px 0 10px
}

.breadcrumbs ul li:last-child:after {
  content: none
}

.breadcrumbs ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize
}

.bannersection{
  padding: 50px 0 ;
  background: url('../images/slider-1.webp');
    background-size: cover;
  background-position:center;
  position: relative;
  margin:0;
}
.bannersection::before{
    content: '';
    background: rgb(0,0,0,0.8);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.bannersection h1{
  margin: 0;font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-family: "Cormorant", serif;
}

@media screen and (max-width:767px){
  .bannersection {
      padding: 20px 0 25px;
      background-position: center;
  }
  .breadcrumbs{
   padding: 5px 19px;
   margin-bottom: 0;
}
.bannersection h1{
  margin-bottom: 0px;
    font-size: 26px;
}
}

/*Banner Title End*/
.aboutuspage .about-one__image img{
  padding: 10px;
  border: 4px double #092e58;
  border-radius: 0 40px 0 40px;
}

.aboutuspage{
  padding: 70px 0 70px;
}

@media screen and (max-width: 767px){
  .aboutuspage {
  padding: 35px 0 2px;
}
}






.it-choose-content {
  border-radius: 8px;
  padding: 20px 20px;
  background-color: #fff
}

.it-choose-content-box {
  margin-right: 45px;
  position: relative;
  z-index: 999;
}
.mb-30 {
  margin-bottom: 30px;
}

.it-choose-style-2 .it-choose-title {
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: capitalize;
  transition: 0.5s;
}.it-choose-style-2 .it-choose-text p {
  transition: 0.5s;
}
.it-choose-area{
  background: #EFEFFC;
}
.it-choose-style-2 .it-choose-content:hover .it-choose-icon span {


  color: #fff;

}.it-choose-style-2 .it-choose-icon {
  margin-right: 20px;
}
.it-choose-style-2 .it-choose-icon span img{
  height: 40px;
}
.it-choose-style-2 .it-choose-icon span {
  height: 60px;

  width: 60px;

  line-height: 60px;

  text-align: center;

  display: inline-block;

  background:#092e58;

  border-radius: 50%;

  color: #fff;

  transition: 0.5s;

  font-size: 35px;

}.it-choose-style-2 .it-choose-icon span {
  height: 60px;
  width: 60px;
  line-height: 57px;
  text-align: center;
  display: inline-block;
  background: #092e58;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
  font-size: 35px;
}
@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .it-choose-content-box {
    margin-right: 0
  }
}

.it-choose-content h5 {
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 8px;
  text-transform: capitalize
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .it-choose-content h5 {
    font-size: 16px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .it-choose-content h5 {
    font-size: 14px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .it-choose-content h5 {
    font-size: 16px
  }
}

.it-choose-content h5 i {
  margin-right: 10px;
  display: inline-block;
  color: #1b9943
}

.it-choose-content p {
  color: #4d5756;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  padding-right: 60px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
  .it-choose-content p {
    font-size: 14px
  }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .it-choose-content p {
    font-size: 12px;
    padding-right: 0
  }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .it-choose-text p {
    font-size: 13px
  }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .it-choose-text p {
    font-size: 14px
  }
}
.it-choose-area{
  position: relative;
  padding: 85px 0 60px;
}

.it-choose-thumb {
  display: inline-block;
  border: 10px solid #fff
}

.it-choose-thumb-box {
  margin-right: 40px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .it-choose-thumb-box {
    margin-right: 0
  }
}

.it-choose-shape-1 {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1
}

.it-choose-shape-2 {
  position: absolute;
  bottom: -30px;
  right: -30px;
  z-index: 1
}
.whymain{
  position: relative;
  z-index: 999 !important;
}
.it-choose-shape-3 {
  position: absolute;
  top: -80px;
  right: -85px;
  z-index: -1;
  animation: itupdown .8s infinite alternate
}

.it-choose-shape-4 {
  position: absolute;
  top: 215px;
  left: 40%;
  animation: itleftright 1s infinite alternate
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .it-choose-shape-4 {
    top: 150px;
    left: 35%
  }
}

.it-choose-shape-5 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
  .it-choose-shape-5 {
    bottom: -20%
  }
}

.it-choose-shape-6 {
  position: absolute;
  top: 115px;
  left: 255px;
  z-index: -1;
  animation: itrotate 3s ease-in-out 3s infinite alternate forwards
}

.it-choose-shape-7 {
  position: absolute;
  top: 135px;
  right: 180px;
  z-index: -1;
  animation: rotate2 4s linear infinite
}

.it-choose-shape-8 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.mdpage{
  padding: 60px 0 0;
}

.visionmisiion-card__item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  border-radius: 10px;
  padding: 0px 0px 0;
  margin-bottom: 35px;
}
.visionmisiion-card__item::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0%;
  height: 0%;
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  background-color: #0a2f59;
  transition: all 0.5s;
}.visionmisiion-card__item:hover  ul li::marker {
  color: #fff;

}
.visionmisiion-card__item:hover::after {
  height: 100%;width: 100%;
  opacity: 1;
}
.visionmisiion-card__item__image {
  position: relative;
}
.visionmisiion-card__item__image img {
  width: 100%;
  height: auto;
}
.visionmisiion-card__item__content {
  position: relative;
  z-index: 2;
  padding: 26px 20px 28px;
  min-height: 175px;
}
.visionmisiion-card__item__icon {
  position: relative;
  z-index: 3;
  top: -44px;
  width: 84px;box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.17);
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto -25px;
  background-color: #0a2f59;
  font-size: 44px;
  color: #0a2f59;
  transition: all 500ms ease;
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.08));
}
.visionmisiion-card__item:hover .visionmisiion-card__item__icon {
  background-color: #fff;
  color: #fff;
}
.visionmisiion-card__item:hover .visionmisiion-card__item__icon span {
  animation: bounceIn 1s linear;
  animation-duration: 1s;
}
.visionmisiion-card__item__title {
  font-size: 25px;
  font-weight: 700;
  margin: 0 0 7px;
}
.visionmisiion-card__item__title a {
  color: #0a2f59;
  text-transform: uppercase;
  transition: all 500ms ease;
}
.visionmisiion-card__item__title a:hover {
  background-size: 100% 1px;
}
.visionmisiion-card__item__title a:hover {
  color: #fff;
}
.visionmisiion-card__item:hover .visionmisiion-card__item__title a{
  color: #fff;
}
.visionmisiion-card__item:hover .visionmisiion-card__item__text{
  color: #fff;
}
.visionmisiion-card__item:hover .visionmisiion-card__item__title {
  color: #fff;
}
.visionmisiion-card__item__text {
  line-height: 26px;
  margin: 0;
  text-align: center;
  transition: all 300ms ease;
}
@media (min-width: 1200px) {
  .visionmisiion-card__item__text {
    padding: 0px;
  }
}
.visionmisiion-card__item__text {
  color:#4d4d4d
}
.post-slide{
  padding: 20px 20px;
}

.visionmisiions{
  padding:70px 0 40px;
  background:#fce8eb;
}
.visionmisiion-card__item{
  box-shadow:0px 5px 20px 0px rgba(0, 0, 0, 0.17);
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}
.misionvisionpage{
  padding: 70px 0 35px;
}

@media screen and (max-width: 767px){
  .it-choose-area {
  position: relative;
  padding: 30px 0 38px;
  margin-top: 16px;
}
.it-choose-style-2 .it-choose-title {
  font-size: 17px;
  }
  .mdpage .about-one__content {
    padding-top: 0;
  }.mdpage {
  padding: 25px 0 0;
}.bannersection {
    padding: 20px 0 13px;
  }  .bannersection h1 {
    margin-bottom: 0px;
    font-size: 23px;
  }.misionvisionpage {
  padding: 40px 0 7px;
}
}



.box-cards{
                                    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                                    padding: 30px 30px 15px;
                                    overflow: hidden;
                                    border-radius: 3px;
                                    -webkit-transition: all 0.4s ease-in-out 0s;
                                    -o-transition: all 0.4s ease-in-out 0s;
                                    transition: all 0.4s ease-in-out 0s;
                                }
                                .box-cards  ul {
                                  padding: 0;
                                  margin: 0;
                              }
                              .box-cards ul li {
                                  list-style: none;
                                  margin-bottom: 15px;
                              }
                              .box-cards ul li a {
                                  list-style: none;
                                  font-family: 'Poppins', sans-serif;
                                  font-size: 18px;
                                  line-height: 28px;
                                  font-weight: 400;
                                  color: #212112;
                              }
                              .box-cards ul li i {
                                  padding-right: 10px;
                                  color: #092e58 !important;
                              }
                              .contactus{
                                padding: 70px 0;
                            }
                            .contactus .form-control{
                                margin-bottom: 10px;
                            }
                            .contactus .sec-title2{
                                font-size: 30px;
                                margin-bottom: 20px;
                            }
                            .contactus .btn{
                                background: #092e58;
                                color: #fff;
                                border: 1px solid #092e58;
                                margin-top: 15px;
                                transition: 0.5s ease;
                                margin-bottom: 15px;
                            }
                            .contactus .btn:hover{
                                background: #fff;
                                color: #092e58;
                                border: 1px solid #092e58;
                                margin-top: 15px;
                                transition: 0.5s ease;
                            }
                            .contactus textarea{
                              height: 135px;
                          }
                          .contactus iframe{
                            margin-bottom: 50px;
                        }



                        @media screen and (max-width:1199px){
                            .box-cards{
                                padding: 30px 20px 15px;
                            }
                            .contactus .sec-title2 {
                              font-size: 25px;
                          }
                          .box-cards ul li a{
                            font-size: 15px;
                        }
                    }
.ddkk{
  display: none;
}
                    @media screen and (max-width:991px){
                       .box-cards ul li a {
                        font-size: 13px;
                    }
                }






.bgwhite{
  background: #fff;
}

.specialties h4{
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  color: #092e58;
}

.testimonialspage .testi-style3{
  margin-bottom: 25px;
}
.testimonialspage{
  padding: 60px 0 50px;
  background: #fff;
}
.mb02{
  margin-bottom: 20px;
}
.doctorpage{
  background: #fff;
}
.doctorpage .team-body{
   box-shadow: 0 14px 28px rgba(0, 0, 0, 0.13), 0 10px 10px rgba(0, 0, 0, 0.01);
}
                @media screen and (max-width: 767px){
                    
                    .post-slide {
  padding: 20px 0px;
}
.service-item{
    padding: 30px 20px 20px;
}
                    
                  .contactus {
  padding: 35px 0;
}   .box-cards {
    padding: 16px 10px 6px;
  }.box-cards ul li {
  list-style: none;
  margin-bottom: 7px;
}  .box-cards ul li a {
    font-size: 15px;
  }.ddkk{
  display: inline;
}

.testimonialspage {
  padding: 35px 0 13px;
  }

.emergency{
  padding: 35px 0 20px;
}
.emergency img{
  margin-bottom: 10px;
}

                }

                .about-one p b{
                  font-size: 20px;
                 
                }
                .about-one ul{
                  margin-bottom: 20px;
                }

               .dropdown-toggle::after{
                  display: none;
                }

                .befon::before{
                  display: none;
                }