@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;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&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&amp;family=Overpass: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&amp;display=swap');
:root {
/*  --main-font-family:  'Overpass', sans-serif;*/
/*  --heading-font-family: 'Overpass', sans-serif!important;*/
  --main-color: #3FB6D6;
  --optional-color: #005CB9;
  --white-color: #ffffff;
  --black-color: #1F242F;
  --paragraph-color: #565656;
  --font-size: 16px;
  --transition: .6s;
}
html {
  scroll-padding-top: 150px; /* height of sticky header */
}
body {
  padding: 0;
  margin: 0;
  font-size: var(--font-size);
  font-family: 'Nunito Sans', sans-serif !important;
}

.box-style-container {
  padding-left: 15px;
  padding-right: 15px;
}
.banner1 img{
    display:block !important;
  }
 .banner2 img{
  display: none !important;
 }

a {
  text-decoration: none !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--black-color);
  display: inline-block;
}

a:hover, a:focus {
  text-decoration: none !important;
}

button {
  outline: 0 !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
  color: var(--paragraph-color);
  font-weight: 400;
  font-size: var(--font-size);
}

p:last-child {
  margin-bottom: 0;
}

i {
  line-height: normal;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.ptb-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 50px;
}

.pb-100 {
  padding-bottom: 50px;
}

.pt-75 {
  padding-top: 50px;
}

.pb-75 {
  padding-bottom: 50px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: var(--black-color);
  font-weight: 600;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

/* Default Btn CSS */
.default-btn {
/*  border: 1px solid #95cc33;*/
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 0;
  z-index: 0;
  background-color: #b80d02;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  white-space: nowrap;
  border: none;
}

.default-btn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 550px;
  height: 550px;
  margin: auto;
  background: #003a88;
  border-radius: 50%;
  z-index: -1;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: translateX(-50%) translateY(-5%) scale(0.4);
          transform: translateX(-50%) translateY(-5%) scale(0.4);
  -webkit-transition: -webkit-transform .9s;
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s, -webkit-transform .9s;
}

.default-btn i {
  font-size: 15px;
  margin-left: 8px;
  position: relative;
  top: 1px;
}

.default-btn:hover {
  color: #fff;
  background: #003a88;
}

.default-btn:hover:before {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateX(-45%) translateY(0) scale(1);
          transform: translateX(-45%) translateY(0) scale(1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

/* Section Title CSS */
.section-title {
  text-align: center;
  /*max-width: 810px;
  margin: 0 auto 0;*/
}

.section-title span {
  font-size: 42px;
  display: inline-block;
  margin-bottom: 40px;
  color: #000;
  font-weight: 800;
  position: relative;
}

.section-title span:before{
  position: absolute;
  content: '';
  width: 52%;
  height: 6px;
  border-bottom: 3px solid #003a88;
  left: 0;
  bottom: 0;
}

.section-title span:after{
  position: absolute;
  content: '';
  width: 50%;
  height: 6px;
  border-bottom: 3px solid #b80d02;
  right: 0;
  bottom: 0;
}

.section-title h2 {
  font-size: 48px;
  margin-bottom: 0;
}

/* Preloader Area CSS */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: var(--white-color);
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

.preloader .lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.preloader .lds-spinner div {
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.preloader .lds-spinner div::after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #b80d02;
}

.preloader .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.preloader .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.preloader .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.preloader .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.preloader .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.preloader .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.preloader .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.preloader .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.preloader .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.preloader .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.preloader .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.preloader .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.main-slides-item {
  background-image: url(../images/main-slides/slides-bg.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 165px;
}

.main-slides-item.bg-2 {
  background-image: url(../images/main-slides/slides-bg-2.html);
}

.main-slides-item.bg-3 {
  background-image: url(../images/main-slides/slides-bg-3.html);
}

.main-slides-content {
  position: relative;
  margin-top: -40px;
}

.main-slides-content span {
  font-size: 18px;
  font-weight: 500;
  color: var(--black-color);
  display: block;
  margin-bottom: 18px;
}

.main-slides-content h1 {
  font-size: 70px;
  margin-bottom: 0;
  font-weight: bold;
}

.main-slides-content p {
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--black-color);
}

.main-slides-content .slides-btn {
  margin-top: 30px;
}

.main-slides-image {
  text-align: center;
}

.home-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  visibility: hidden;
  line-height: .01;
}

.home-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0;
  background: var(--white-color);
  color: var(--paragraph-color);
  border-radius: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 62px;
  text-align: center;
  font-size: 35px;
}

.home-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.home-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

.home-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

/* Hero Slides Area CSS */
.hero-slides-item {
  background-image: url(../images/hero-slides/slides-bg.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 145px;
  padding-bottom: 250px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.hero-slides-item.bg-2 {
  background-image: url(../images/hero-slides/slides-bg-2.html);
}

.hero-slides-item .slides-overlay-color {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.hero-slides-content {
  max-width: 650px;
}

.hero-slides-content span {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  display: block;
  margin-bottom: 18px;
}

.hero-slides-content h1 {
  font-size: 70px;
  margin-bottom: 0;
  font-weight: bold;
  color: var(--white-color);
}

.hero-slides-content p {
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--white-color);
}

.hero-slides-content .slides-btn {
  margin-top: 30px;
}

.hero-slides-content .slides-btn .default-btn {
  background-color: var(--optional-color);
}

.hero-slides-content .slides-btn .default-btn::before {
  background-color: var(--main-color);
}

.hero-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: 1s;
  transition: 1s;
  line-height: .01;
}

.hero-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 0;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  padding: 0;
  background: var(--white-color);
  color: var(--paragraph-color);
  border-radius: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 62px;
  text-align: center;
  font-size: 35px;
}

.hero-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.hero-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: var(--white-color);
  background-color: var(--main-color);
}

/* Main Banner Area CSS */
.main-banner-area {
  background-image: url(../images/main-banner-bg.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.main-banner-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--black-color);
  z-index: -1;
  opacity: .90;
}

.main-banner-content span {
  font-size: 18px;
  font-weight: 500;
  color: var(--main-color);
  display: block;
  margin-bottom: 18px;
}

.main-banner-content h1 {
  font-size: 70px;
  margin-bottom: 0;
  font-weight: bold;
  color: var(--white-color);
}

.main-banner-content p {
  margin-top: 20px;
  margin-bottom: 0;
  color: var(--white-color);
}

.main-banner-content .banner-list {
  padding: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.main-banner-content .banner-list li {
  display: inline-block;
  margin-right: 30px;
  text-align: center;
}

.main-banner-content .banner-list li:last-child {
  margin-right: 0;
}

.main-banner-content .banner-list li i {
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  background-color: var(--main-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50px;
  font-size: 35px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.main-banner-content .banner-list li span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: var(--white-color);
}

.main-banner-content .banner-list li.primary-care i {
  line-height: 78px;
}

.main-banner-content .banner-list li:hover i {
  background-color: var(--optional-color);
}

.main-banner-appointment {
  background-color: var(--white-color);
  padding: 35px;
  border: 1px solid #707070;
}

.main-banner-appointment .content {
  margin-bottom: 25px;
}

.main-banner-appointment .content h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.main-banner-appointment .content p {
  color: var(--paragraph-color);
  margin-bottom: 0;
}


/* About Area CSS */

.about-area{
  padding: 50px 0;
}
.about-content h4 {
  font-size:22px;
  color: #000000;
/*  display: inline-block;*/
  margin-bottom: 0px;
  font-weight: 600;
  line-height: 35px;
}

.about-content h5 {
  font-size:22px;
  color: #000000;
/*  display: inline-block;*/
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 30px;
}

.about-content h3 {
  color: #003a88;
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: 800;
}

.about-content p {
  color: #000;
  text-align: justify;
  margin-bottom: 0;
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: 500;
}

.about-content .about-inner-box {
  margin-top: 30px;
}

.about-content .about-btn {
  margin-top: 15px;
}

.about-content.with-max-width {
  max-width: 650px;
  margin-left: 70px;
}

.about-image {
  border-radius: 60%;
}
.about-image img{
   margin-bottom: 12px;
   padding-right: 20px  ;
}

.about-image .about-info {
  background-color: var(--optional-color);
  padding: 25px;
  position: absolute;
  left: 20px;
  bottom: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.about ul li a{
  font-size: 15px;
  color: #000;
  position: relative;
  line-height: 35px;
}
.about ul li{
  list-style: none !important;
}
.about i{
  color: #0b346d !important;
  padding-right:8px;
  font-size: 16px;
  position: absolute;
  left:-20px;
  top:10px;

}

/* Department Area CSS */
.department-area {
  background-color: #f2fdff;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

.department-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
/*  background-color: var(--white-color);*/
  z-index: -1;
  height: 280px;
}

.single-department-card {
  margin-bottom: 40px;
  border: 1px solid#ddd;
  background-color: var(--white-color);
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
/*  padding: 0 0 25px;*/
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: relative;
  z-index: 1;
  padding: 20px;
  box-shadow: 0px 0px 7px #c6c6c6;
}

.single-department-card img {
  border: 1px solid #a4a3a3;
}


.single-department-card .department-content h3 {
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  padding: 15px 0;
  margin-bottom: 0;
  font-weight: 700;
}


.single-department-card .department-content p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 12px;
  font-size: 16px;
  color: #000;
}

.single-department-card .department-content .department-btn {
  color: #fff;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 5px 10px;
  font-size: 16px;
}

.single-department-card .department-content .department-btn i {
  position: relative;
  top: 0px;
  margin-left: 10px;
}

.single-department-card:hover::before {
  opacity: 1;
  visibility: visible;
}

.single-department-card:hover .department-content .department-btn {
  color: var(--white-color);
}

.department-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 1px;
  position: relative;
  border-radius: 0%;
  background: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid transparent;
}


.department-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  margin: 5px;
  position: absolute;
  border-radius: 0%;
  background-color: #b80d02;
}

.department-slides.owl-theme .owl-dots .owl-dot:hover span, .department-slides.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
  border: 1px solid #b80d02;
}

.department-slides.owl-theme .owl-dots .owl-dot:hover span::before, .department-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color:#003a88;
}

.department-slides.owl-theme .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.department-slides.owl-theme .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.department-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 5px;
}

.department-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 15%;
}

.department-shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 50%;
}

.single-department-box {
  margin-bottom: 25px;
  background-color: var(--white-color);
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 10px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 2px 10px;
  padding: 35px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-department-box .icon {
  position: relative;
  margin-top: 20px;
  margin-bottom: 35px;
  padding-left: 80px;
}

.single-department-box .icon i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 70px;
  background-color: var(--main-color);
  color: var(--white-color);
  font-size: 35px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.single-department-box .icon h3 {
  margin-bottom: 0;
  font-size: 24px;
}

.single-department-box .icon h3 a {
  color: var(--black-color);
}

.single-department-box p {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  margin-bottom: 12px;
  transition: var(--transition);
}

.single-department-box .department-btn {
  color: var(--black-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-department-box .department-btn i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.single-department-box:hover {
  background-color: var(--main-color);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-department-box:hover .icon i {
  background-color: var(--white-color);
  color: var(--main-color);
}

.single-department-box:hover .icon h3 a {
  color: var(--white-color);
}

.single-department-box:hover p {
  color: var(--white-color);
}

.single-department-box:hover .department-btn {
  color: var(--white-color);
}

.single-department-box.bg-image {
  position: relative;
  z-index: 1;
}

.single-department-box.bg-image::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background-image: url(../images/department/department-1.html);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
}

.single-department-box.bg-image::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0%;
  background-color: var(--black-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
}

.single-department-box.bg-image:hover::before {
  height: 100%;
  opacity: 1;
}

.single-department-box.bg-image:hover::after {
  height: 100%;
  opacity: 0.8;
}

.department-area-white.bg-EBF5F5 {
  background-color: #EBF5F5;
}

.all-services-btn {
  text-align: center;
  margin-top: 15px;
}

/* Department Details Area CSS */
.department-details-doctor-box {
  background-color: #EBF5F5;
  padding: 30px;
}

.department-details-doctor-box h3 {
  font-size: 30px;
  margin-bottom: 0;
}

.department-details-doctor-box .default-btn {
  background-color: var(--optional-color);
}

.department-details-doctor-box .default-btn::before {
  background-color: var(--main-color);
}

.department-details-doctor-box .default-btn i {
  margin-left: 0;
  margin-right: 10px;
}

.department-overview-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.department-overview-image {
  position: relative;
  text-align: center;
}

.department-overview-image .video-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
}

.department-overview-image .video-btn i {
  font-size: 100px;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.department-overview-image .video-btn i:hover {
  color: var(--optional-color);
}

.department-conditions-list {
  padding: 0;
  margin-bottom: 0;
}

.department-conditions-list li {
  list-style-type: none;
  color: var(--paragraph-color);
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
}

.department-conditions-list li:last-child {
  margin-bottom: 0;
}

.department-conditions-list li::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: var(--main-color);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
}



.appointment-form .form-group {
  position: relative;
  margin-bottom: 15px;
}

.appointment-form .form-group label {
  font-size: var(--font-size);
  font-weight: 500;
  margin-bottom: 10px;
  color: var(--paragraph-color);
}

.appointment-form .form-group .form-control {
  height: 35px;
  display: block;
  padding: 6px 10px;
  width: 100%;
  border: 1px solid #DDDDDD;
  background-color: var(--white-color);
  border-radius: 0;
  color: var(--paragraph-color);
  font-size: var(--font-size);
  font-weight: 400;
  font-size: 14px;
}

.appointment-form .form-group .form-control::-webkit-input-placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.appointment-form .form-group .form-control:-ms-input-placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.appointment-form .form-group .form-control::-ms-input-placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.appointment-form .form-group .form-control::placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.appointment-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.appointment-form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.appointment-form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.appointment-form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.appointment-form .form-group .icon {
  z-index: 1;
  display: block;
  margin-bottom: 0;
  position: absolute;
  right: 20px;
  color: var(--paragraph-color);
  font-size: 18px;
  top: 55px;
  line-height: 0;
}

.appointment-form .form-group textarea.form-control {
  min-height: 100px;
}

.appointment-form .form-group .selectize-input {
  display: block;
  padding: 18px 20px;
  width: 100%;
  border: 1px solid #DDDDDD;
  background-color: var(--white-color);
  border-radius: 0;
  color: var(--paragraph-color);
  font-size: var(--font-size);
  font-weight: 400;
  overflow: inherit;
  text-align: start;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.appointment-form .form-group .selectize-input:after {
  content: "\ea4e";
  display: block;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  right: 15px;
  margin-top: 2px;
  font-size: 18px;
  width: unset;
  height: unset;
  border-style: unset;
  border-width: unset;
  border-color: var(--paragraph-color);
  font-family: "remixicon";
}

.appointment-form .form-group .selectize-input > * {
  line-height: 1.5;
  text-align: start;
}

.appointment-form .form-group .selectize-input input {
  font-size: 16px;
  line-height: 1.5;
  text-align: start;
}

.appointment-form .form-group .selectize-dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 0;
  text-align: start;
}

.appointment-form .form-group .selectize-dropdown [data-selectable] {
  font-size: 15px;
  border-radius: 0;
  padding: 10px 20px;
  border-radius: 0;
  text-align: start;
}

.appointment-form .form-cookies-consent {
  margin-bottom: 0;
}

.appointment-form .form-cookies-consent a {
  color: var(--main-color);
}

.appointment-form .form-cookies-consent [type="checkbox"]:checked, .appointment-form .form-cookies-consent [type="checkbox"]:not(:checked) {
  display: none;
}

.appointment-form .form-cookies-consent [type="checkbox"]:checked + label, .appointment-form .form-cookies-consent [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  color: var(--paragraph-color);
  font-weight: 500;
  font-size: 15px;
}

.appointment-form .form-cookies-consent [type="checkbox"]:checked + label:before, .appointment-form .form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  background: var(--white-color);
}

.appointment-form .form-cookies-consent [type="checkbox"]:checked + label:after, .appointment-form .form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--main-color);
  position: absolute;
  top: 7.5px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 30px;
}

.appointment-form .form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.appointment-form .form-cookies-consent [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.appointment-form .form-cookies-consent [type="checkbox"]:hover + label:before {
  border-color: var(--main-color);
}

.appointment-form .form-cookies-consent [type="checkbox"]:checked + label:before {
  border-color: var(--main-color);
}

.appointment-form .form-cookies-consent p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 25px;
}

.appointment-form .form-cookies-consent p:last-child {
  margin-right: 0;
}

.appointment-form .section-title {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
}

.appointment-form .appointment-btn .default-btn {
  border: none;
}

/* Doctors Area CSS */
.single-doctors-card {
  margin-bottom: 25px;
}

.single-doctors-card .doctors-image {
  position: relative;
  text-align: center;
  border: 1px solid#939191;
}

.single-doctors-card .doctors-image a img {
  display: inline-block !important;
}

.single-doctors-card .doctors-image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 30px;
  margin-bottom: 0;
}

.single-doctors-card .doctors-image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin: 0 2px;
}

.single-doctors-card .doctors-image .social li a i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: var(--white-color);
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  text-align: center;
  position: relative;
  font-size: 20px;
  color: var(--black-color);
  border-radius: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-doctors-card .doctors-image .social li a i:hover {
  color: var(--white-color);
  background-color: var(--optional-color);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-doctors-card .doctors-image .social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.single-doctors-card .doctors-image .social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.single-doctors-card .doctors-image .social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.single-doctors-card .doctors-image .social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.single-doctors-card .doctors-content {
  margin-top: 25px;
}

.single-doctors-card .doctors-content h3 {
  font-size: 24px;
  margin-bottom: 0;
}

.single-doctors-card .doctors-content h3 a {
  color: var(--black-color);
}

.single-doctors-card .doctors-content h3 a:hover {
  color: var(--main-color);
}

.single-doctors-card .doctors-content span {
  font-size: var(--font-size);
  color: var(--paragraph-color);
  display: inline-block;
  margin-top: 12px;
}

.single-doctors-card:hover .doctors-image .social li {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.doctors-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  position: relative;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid transparent;
}

.doctors-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  margin: 4px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--main-color);
}

.doctors-slides.owl-theme .owl-dots .owl-dot:hover span, .doctors-slides.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
  border: 1px solid#06306a;
}

.doctors-slides.owl-theme .owl-dots .owl-dot:hover span::before, .doctors-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: #06306a;
}

.doctors-slides.owl-theme .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.doctors-slides.owl-theme .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.doctors-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 5px;
}

.hos1{
  margin: 10px 0;
  width: 100%;
  height: auto;
  border: 1px solid#000;
  text-align: center;
}
.hos1 h1{
  margin-bottom: 15px;
  color: #012a85;
  font-size: 18px;
}
.hos1 p{
  color: #000;
  padding: 20px 25px;
  text-align: center;
  font-size: 14px;
}
.hos1 a{
  margin-bottom: 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  background:#07316a;
}
.hos1 a:hover{
  background: #faebeeb8 !important;
  color: #072f6a;
}
.hos2{
  margin-top: 10px;
  text-align: center;
}
.hos2 a{
  margin-bottom: 10px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 10px 25px;
  background:#07316a;
}
.hos2 a:hover{
  background: #faebee !important;
  color: #000;
}

/* Testimonials Area CSS */
.single-testimonials-box {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  padding: 50px;
  background: #eeecff;
  border-radius: 30px 0;
}

.single-testimonials-box p {
  font-size: 17px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  color: #000;
  margin-bottom: 0;
  line-height: 28px;
}

.single-testimonials-box .info {
  margin-top: 25px;
}

.single-testimonials-box .info h3 {
  font-size: 22px;
  color: #b80d02;
  margin-bottom: 0;
  font-weight: 800;
  text-transform: capitalize;
}

.single-testimonials-box .info span {
  color: var(--paragraph-color);
  display: inline-block;
  margin-top: 12px;
  font-weight: 400;
  font-size: 15px;
}

.single-testimonials-box .star-ratings i{
  font-size: 18px;
  color: #e7c128;
  margin-top: 15px;
}

.testimonials-slides.owl-theme .owl-nav {
  margin-top: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-] {
  color: var(--black-color);
  margin: 0;
  position: absolute;
  left: 0px;
  top: 40%;
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  padding: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: #003a88;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  font-size:  20px;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0px;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background: #b80d02;
  color: #fff;
}

.testimonials-area {  
  padding: 50px 0;
/*  background: url(../images/test.jpg);*/
  position: relative;
  z-index: 1;
  overflow: hidden;
/*  margin:10px 0;*/
border-top: 1px dashed #003a88;
}
.testimonials-area.bg-EBF5F5 {
  background-color: #EBF5F5;
}

.testimonials-shape {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 30%;
}


/* Blog Area CSS */
.single-blog-card {
  margin-bottom: 25px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 1px 1px 9px 0 #c1bebe;
  height: 550px;
}

.single-blog-card .post-image {
  position: relative;
}

.single-blog-card .post-image a img {
  display: inline-block;
}

.single-blog-card .post-image .date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--optional-color);
  color: var(--white-color);
  font-size: 15px;
  padding: 5px 10px;
}

.single-blog-card .post-content {
  margin-top: 25px;
}

.single-blog-card .post-content .entry-meta {
  padding: 0;
  margin-bottom: 15px;
}

.single-blog-card .post-content .entry-meta li {
  display: inline-block;
  font-size: var(--font-size);
  color: var(--paragraph-color);
  margin-right: 32px;
  position: relative;
}

.single-blog-card .post-content .entry-meta li::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  background-color: var(--main-color);
  right: -20px;
  top: 5px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.single-blog-card .post-content .entry-meta li:last-child {
  margin-right: 0;
}

.single-blog-card .post-content .entry-meta li:last-child::before {
  display: none;
}

.single-blog-card .post-content .entry-meta li a {
  color: var(--paragraph-color);
}

.single-blog-card .post-content .entry-meta li a:hover {
  color: var(--main-color);
}

.single-blog-card .post-content h3 {
  font-size: 24px;
  margin-bottom: 18px;
  line-height: 1.5;
}

.single-blog-card .post-content h3 a {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 700;
  text-align: justify;
}

.single-blog-card .post-content .post-btn {
  color: var(--black-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-weight: 500;
}

.single-blog-card .post-content .post-btn i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.single-blog-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-blog-card:hover .post-content h3 a {
  color: var(--main-color);
}

/* Blog Details Area CSS */
.blog-details-desc {
  max-width: 1050px;
  margin: auto;
}

.blog-details-desc .article-content .article-image {
  margin-bottom: 30px;
  position: relative;
}

.blog-details-desc .article-content .article-image .date {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--optional-color);
  color: var(--white-color);
  font-size: 15px;
  padding: 5px 10px;
}

.blog-details-desc .article-content span {
  color: var(--paragraph-color);
  font-size: 15px;
  display: inline-block;
  margin-bottom: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-details-desc .article-content span a {
  color: var(--paragraph-color);
}

.blog-details-desc .article-content span a:hover {
  color: var(--main-color);
}

.blog-details-desc .article-content h3 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.4;
}

.blog-details-desc .article-content .blog-desc-quote {
  position: relative;
  background: #F8F8F9;
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .blog-desc-quote i {
  display: inline-block;
  font-size: 90px;
  color: var(--black-color);
  margin-bottom: 5px;
  position: absolute;
  opacity: 5%;
}

.blog-details-desc .article-content .blog-desc-quote p {
  margin-bottom: 15px;
}

.blog-details-desc .article-content .blog-desc-quote b {
  color: var(--black-color);
  font-weight: 600;
}

.blog-details-desc .article-footer {
  margin-top: 20px;
}

.blog-details-desc .article-footer .article-tags ul {
  padding: 0;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-tags ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 5px;
}

.blog-details-desc .article-footer .article-tags ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-footer .article-tags ul li span {
  font-size: var(--font-size);
  color: var(--black-color);
  position: relative;
  top: -1px;
  font-weight: 600;
}

.blog-details-desc .article-footer .article-tags ul li a {
  color: var(--paragraph-color);
}

.blog-details-desc .article-footer .article-share ul {
  padding: 0;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share ul li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}

.blog-details-desc .article-footer .article-share ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-footer .article-share ul li span {
  font-weight: 600;
  font-size: var(--font-size);
  position: relative;
  top: -4px;
}

.blog-details-desc .article-footer .article-share ul li a i {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #EBF5F5;
  color: var(--main-color);
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  border-radius: 50px;
}

.blog-details-desc .article-footer .article-share ul li a i:hover {
  background-color: var(--optional-color);
  color: var(--white-color);
}

.blog-details-desc .article-navigation {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #DDDDDD;
}

.blog-details-desc .article-navigation .prev-link-wrapper a i {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  background-color: #f5f5f5;
  color: var(--main-color);
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  border-radius: 50px;
}

.blog-details-desc .article-navigation .prev-link-wrapper a i:hover {
  background-color: var(--optional-color);
  color: var(--white-color);
}

.blog-details-desc .article-navigation .prev-link-wrapper a span {
  font-size: 15px;
  color: var(--black-color);
  font-weight: 600;
  margin-left: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-details-desc .article-navigation .prev-link-wrapper a span:hover {
  color: var(--main-color);
}

.blog-details-desc .article-navigation .next-link-wrapper a i {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  background-color: #f5f5f5;
  color: var(--main-color);
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  border-radius: 50px;
}

.blog-details-desc .article-navigation .next-link-wrapper a i:hover {
  background-color: var(--optional-color);
  color: var(--white-color);
}

.blog-details-desc .article-navigation .next-link-wrapper a span {
  font-size: 15px;
  color: var(--black-color);
  font-weight: 600;
  margin-right: 10px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-details-desc .article-navigation .next-link-wrapper a span:hover {
  color: var(--main-color);
}

.blog-details-desc .article-comments {
  margin-top: 38px;
}

.blog-details-desc .article-comments h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.blog-details-desc .article-comments .comments-list {
  position: relative;
  margin-top: 35px;
  padding-left: 105px;
}

.blog-details-desc .article-comments .comments-list img {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 85px;
  width: 85px;
  border-radius: 50%;
}

.blog-details-desc .article-comments .comments-list h5 {
  font-size: var(--font-size);
  margin-bottom: 0;
  font-weight: 600;
}

.blog-details-desc .article-comments .comments-list p {
  margin-bottom: 0;
}

.blog-details-desc .article-comments .comments-list span {
  font-size: 15px;
  color: var(--paragraph-color);
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-details-desc .article-comments .comments-list .reply-btn {
  position: absolute;
  right: 0;
  top: 0;
  color: var(--main-color);
}

.blog-details-desc .article-comments .comments-list .reply-btn i {
  position: relative;
  top: 2px;
}

.blog-details-desc .article-leave-comment {
  margin-top: 35px;
}

.blog-details-desc .article-leave-comment h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.blog-details-desc .article-leave-comment form {
  margin-top: 30px;
}

.blog-details-desc .article-leave-comment form .form-group {
  margin-bottom: 20px;
}

.blog-details-desc .article-leave-comment form .form-group label {
  font-size: var(--font-size);
  font-weight: 500;
  margin-bottom: 10px;
}

.blog-details-desc .article-leave-comment form .form-group .form-control {
  height: 50px;
  padding: 15px 20px;
  line-height: initial;
  color: var(--paragraph-color);
  background-color: transparent;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: var(--font-size);
  font-weight: 400;
}

.blog-details-desc .article-leave-comment form .form-group .form-control::-webkit-input-placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-details-desc .article-leave-comment form .form-group .form-control:-ms-input-placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-details-desc .article-leave-comment form .form-group .form-control::-ms-input-placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-details-desc .article-leave-comment form .form-group .form-control::placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.blog-details-desc .article-leave-comment form .form-group .form-control:focus {
  border-color: var(--main-color);
}

.blog-details-desc .article-leave-comment form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.blog-details-desc .article-leave-comment form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.blog-details-desc .article-leave-comment form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.blog-details-desc .article-leave-comment form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.blog-details-desc .article-leave-comment form .form-group textarea.form-control {
  height: 120px;
  padding: 15px 20px;
}

.blog-details-desc .article-leave-comment form .form-group .help-block.with-errors ul {
  color: red;
  margin-bottom: 0;
  margin-top: 10px;
}

.blog-details-desc .article-leave-comment form .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.blog-details-desc .article-leave-comment form .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6.5px;
  height: 15px;
  width: 15px;
  display: inline-block;
}

.blog-details-desc .article-leave-comment form .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: var(--paragraph-color);
}

.blog-details-desc .article-leave-comment form .default-btn {
  background-color: var(--main-color);
  color: var(--white-color) !important;
  border: none;
}

.blog-details-desc .article-leave-comment form .default-btn::before {
  background-color: var(--optional-color);
}


/* Gallery Area CSS*/
.single-gallery-item {
  margin-bottom: 25px;
  border-radius: 5px;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
}

.single-gallery-item a {
  display: block;
  border-radius: 5px;
}

.single-gallery-item a img {
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-gallery-item .icon {
  position: absolute;
  bottom: 20px;
  right: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-gallery-item .icon a i {
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background-color: var(--optional-color);
  color: var(--white-color);
  font-size: 35px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.single-gallery-item:hover .icon {
  bottom: 25px;
  opacity: 1;
  visibility: visible;
}

.single-gallery-item:hover a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallery-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  position: relative;
  border-radius: 50%;
  background: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid transparent;
}

.gallery-slides.owl-theme .owl-dots .owl-dot span::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  margin: 4px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--main-color);
}

.gallery-slides.owl-theme .owl-dots .owl-dot:hover span, .gallery-slides.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  height: 20px;
  border: 1px solid var(--main-color);
}

.gallery-slides.owl-theme .owl-dots .owl-dot:hover span::before, .gallery-slides.owl-theme .owl-dots .owl-dot.active span::before {
  background-color: var(--main-color);
}

.gallery-slides.owl-theme .owl-dots .owl-dot:first-child {
  margin-left: 0;
}

.gallery-slides.owl-theme .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.gallery-slides.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 5px;
}


/* FAQ Area CSS */
.faq-area {
  background-color: #EBF1F5;
  overflow: hidden;
}

.faq-area .container-fluid {
  padding-left: 0;
}

.faq-area.bg-ffffff {
  background-color: #d3dcdf80;
}

.faq-area.bg-ffffff .faq-accordion {
  max-width: unset;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.faq-area.bg-ffffff .faq-accordion .accordion-item .accordion-button {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 15px;
}

.faq-area.bg-ffffff .faq-accordion .accordion-item .accordion-button::before {
  top: 30%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.faq-area.bg-ffffff .faq-accordion .accordion-item:last-child .accordion-button {
  border-bottom: none;
  padding-bottom: 0;
}

.faq-image {
  background-image: url(../images/faq.html);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.faq-accordion {
  margin-top: 20px;

  padding-bottom: 50px;
 
}

.faq-accordion .faq-content {
  margin-bottom: 35px;
}

.faq-accordion .faq-content h3 {
  font-size: 40px;
  margin-bottom: 18px;
  line-height: 1.4;
}

.faq-accordion .accordion-item {
  border: none;
  margin-bottom: 20px;
  background-color: transparent;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion-item .accordion-button {
  color: var(--black-color);
  position: relative;
  text-align: start;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  margin-bottom: 0;
  display: block;
  border: none;
  width: 100%;
  font-size:18px;
  font-weight: 600;
  padding: 0px 30px 0px 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: transparent;
}

.faq-accordion .accordion-item .accordion-button::before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f1ae";
  font-family: 'remixicon';
  font-size: 20px;
  color: var(--main-color);
}

.faq-accordion .accordion-item .accordion-button.collapsed::before {
  content: "\ea13";
  color: var(--black-color);
}

.faq-accordion .accordion-item .accordion-button:not(.collapsed) {
  color:#072f6a;
}

.faq-accordion .accordion-item .accordion-body {
  padding: 15px 10px 0 10px;
}

.faq-accordion .accordion-item .accordion-body .lead p {
  color: var(--paragraph-color);
  font-size: 18px;
}

.lead{
    color: var(--paragraph-color);
  font-size: 15px !important; 
  font-weight: 400 !important;
}
.faq-image-wrap {
  margin-top: 30px;
  margin-left: 30px;
}

/* Page Banner Area CSS */
.page-banner-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  position: relative;
  z-index: 1;
/*  background: #aadaf7;*/
  background: url(../images/inner-banner-bg.jpg) center;
}

.page-banner-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
 
  z-index: -1;
  opacity: .50;
}
.page-banner-area.item-1 {
  padding-top: 450px;
  height: 700px;
   background-size: cover;
  background-image: url(../images/bg1.jpg);
}

.page-banner-area.item-2 {
  padding-top: 450px;
  height: 700px;
   background-size: cover;
  background-image: url(../images/bg2.jpg);
}

.page-banner-area.item-3 {
  padding-top: 450px;
  height: 700px;
   background-size: cover;
  background-image: url(../images/bg3.jpg);
}

.page-banner-area.item-4 {
   padding-top: 450px;
  height: 700px;
   background-size: cover;
  background-image: url(../images/bg4.jpg);
}

.page-banner-area.item-5 {
   padding-top: 450px;
  height: 700px;
   background-size: cover;
  background-image: url(../images/bg5.jpg);
}

.page-banner-area.item-6 {
  padding-top: 450px;
  height: 700px;
   background-size: cover;
  background-image: url(../images/bg13.jpg);
}

.page-banner-area.item-7 {
   padding-top: 450px;
  height: 700px;
   background-size: cover;
  background-image: url(../images/bg12.jpg);
}

.page-banner-area.item-8 {
   padding-top: 450px;
  height: 700px;
   background-size: cover;
  background-image: url(../images/bg8.jpg);
}

.page-banner-area.item-9 {
   padding-top: 450px;
  height: 700px;
   background-size: cover;
  background-image: url(../images/bg9.jpg);
}

.page-banner-area.item-10 {
   padding-top: 450px;
  height: 700px;
   background-size: cover;
  background-image: url(../images/bg10.jpg);
}

.page-banner-area.item-11 {
   padding-top: 450px;
  height: 700px;
 background-size: cover;
  background-image: url(../images/bg11.jpg);
}

.page-banner-area.item-12{
   padding-top: 450px;
  height: 700px;
 background-size: cover;
  background-image: url(../images/bg14.jpg);
}






.page-banner-content h2 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
      text-shadow: -5px 2px 9px #000000bf;
}

.page-banner-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  position: relative;
  margin-left: 25px;
}

.page-banner-content ul li::before {
  content: '';
  position: absolute;
  left: -15px;
  top: 6px;
  height: 15px;
  width: 1px;
  background: #fff;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}

.page-banner-content ul li:first-child {
  margin-left: 0;
}

.page-banner-content ul li:first-child::before {
  display: none;
}

.page-banner-content h1{
  color: #fff;
  font-weight: 700;
}

.page-banner-content ul li a {
  display: block; 
  color: #fff;
}
.page-banner-content ul li a:hover{
  color: #b80d02;
}

/* Contact Area CSS */
#contact-map iframe {
  width: 100%;
  height: 450px;
  margin-bottom: -8px;
}

.contact-form-wrap{
  border: 1px solid #fcdfdf;
  padding: 35px;
  background: #fff2f2;
  box-shadow: 1px 1px 6px 0px #ddd;
}

.contact-form-wrap h3 {
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 700;
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
}

.contact-form-wrap .form-group label {
  display: block;
  margin-bottom: 10px;
  color: var(--paragraph-color);
  font-weight: 600;
  font-size: 15px;
}

.contact-form-wrap  .form-group .form-control {
  height: 45px;
  padding: 5px 12px;
  line-height: initial;
  color: #000;
  background-color: #fff;
  border: 1px solid #ffd2d2;
  border-radius: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}

.contact-form-wrap.form-group .form-control::-webkit-input-placeholder {
  color: var(--paragraph-color);
}

.contact-form-wrap  .form-group .form-control:-ms-input-placeholder {
  color: var(--paragraph-color);
}

.contact-form-wrap .form-group .form-control::-ms-input-placeholder {
  color: var(--paragraph-color);
}

.contact-form-wrap .form-group .form-control::placeholder {
  color: var(--paragraph-color);
}

.contact-form-wrap  .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.contact-form-wrap .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.contact-form-wrap  .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.contact-form-wrap .form-group .form-control:focus::placeholder {
  color: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.contact-form-wrap  .form-group textarea.form-control {
  min-height: 110px;
}

.contact-form-wrap .list-unstyled {
  padding: 0;
  color: red;
  margin-top: 5px;
  font-size: 15px;
}

.contact-form-wrap  div#msgSubmit {
  margin-bottom: 0;
}

.contact-form-wrap  .text-danger {
  color: #dc3545 !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
  margin-top: 15px !important;
}

.contact-form-wrap .send-btn {
  margin-top: 25px;
}

.contact-form-wrap  .send-btn .default-btn {
  border: none;
}

.contact-form-wrap  .form-cookies-consent {
  margin-bottom: 0;
}

.contact-form-wrap  .form-cookies-consent a {
  color: var(--main-color);
}

.contact-form-wrap  .form-cookies-consent a:hover {
  color: var(--optional-color);
}

.contact-form-wrap  .form-cookies-consent [type="checkbox"]:checked, .contact-form-wrap #contactForm .form-cookies-consent [type="checkbox"]:not(:checked) {
  display: none;
}

.contact-form-wrap  .form-cookies-consent [type="checkbox"]:checked + label, .contact-form-wrap #contactForm .form-cookies-consent [type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  color: var(--paragraph-color);
  font-weight: 500;
  font-size: 15px;
}

.contact-form-wrap  .form-cookies-consent [type="checkbox"]:checked + label:before, .contact-form-wrap #contactForm .form-cookies-consent [type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  background: var(--white-color);
}

.contact-form-wrap  .form-cookies-consent [type="checkbox"]:checked + label:after, .contact-form-wrap #contactForm .form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  background: var(--main-color);
  position: absolute;
  top: 7.5px;
  left: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 30px;
}

.contact-form-wrap  .form-cookies-consent [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.contact-form-wrap  .form-cookies-consent [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.contact-form-wrap  .form-cookies-consent [type="checkbox"]:hover + label:before {
  border-color: var(--main-color);
}

.contact-form-wrap  .form-cookies-consent [type="checkbox"]:checked + label:before {
  border-color: var(--main-color);
}

.contact-form-wrap  .form-cookies-consent p {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 25px;
}

.contact-form-wrap  .form-cookies-consent p:last-child {
  margin-right: 0;
}

.contact-support {
  border: 1px solid #fcdfdf;
  padding: 30px 25px;
  margin-bottom: 25px;
  height: auto;
  background: #fff2f2;
  box-shadow: 1px 1px 6px 0px #ddd;
}

.contact-support h3 {
  font-size: 26px;
  margin-bottom: 25px;
}

.contact-support span {
  color: var(--paragraph-color);
}

.contact-support .information {
  padding: 0;
  color: #000;
  margin-bottom: 0;
}

.contact-support .information li {
  list-style-type: none;
  margin-bottom: 20px;
  color: #000;
  position: relative;
  padding-left: 28px;
  font-size: 16px;
}

.contact-support .information li:last-child {
  margin-bottom: 0;
}

.contact-support .information li i {
  color: #b80d02;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 2px;
}

.contact-support .information li a {
  color: #000;
}

.contact-support .information li a:hover {
  color: #b80d02;
}

.contact-support .social {
  padding: 0;
  margin-bottom: 0;
  margin-top: 25px;
}

.contact-support .social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.contact-support .social li:last-child {
  margin-right: 0;
}

.contact-support .social li a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #EBF5F5;
  color: var(--paragraph-color);
  font-size: 20px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  border-radius: 50px;
}

.contact-support .social li a i:hover {
  background-color: #0b346d;
  color: var(--white-color);
}


/* Terms of Service Area CSS */
.terms-of-service-content h3 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 22px;
  color: #222;
  font-weight: 800;
  background: #fff;
  padding: 15px;
  box-shadow: -2px -3px 5px 7px #eeeeee;
}
.blockquote{
  margin: 0;
}

.terms-of-service-content .blockquote, .terms-of-service-content blockquote {
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: #e6f2f5;
  text-align: left !important;
  padding: 15px 25px !important;
  border-radius: 5px;
  line-height: 1.5;
}

.terms-of-service-content .blockquote p, .terms-of-service-content blockquote p {
  margin-bottom: 0;
  line-height: 1.8;
  font-weight: 400;
  text-align: justify;
}

.terms-of-service-content .blockquote::after, .terms-of-service-content blockquote::after {
  display: none;
}

.terms-of-service-content .blockquote::before, .terms-of-service-content blockquote::before {
  display: none;
}

.terms-of-service-content ol, .terms-of-service-content ul {
  margin-top: 20px;
}

.terms-of-service-content ol li, .terms-of-service-content ul li {
  margin-bottom: 10px;
  color: var(--font-size);
  line-height: 1.8;
  font-weight: 400;
  font-size: var(--font-size);
  color: var(--paragraph-color);
}




/* Widget Area CSS */
.widget-area {
  margin-left: 15px;
}

.widget-area .widget {
  margin-bottom: 30px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  font-size: 20px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form .search-field {
  background-color: #F8F8F9;
  height: 65px;
  padding: 15px 20px;
  border: 1px solid #DDDDDD;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 0;
}

.widget-area .widget_search form .search-field::-webkit-input-placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget_search form .search-field:-ms-input-placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget_search form .search-field::-ms-input-placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget_search form .search-field::placeholder {
  color: var(--paragraph-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.widget-area .widget_search form .search-field:focus {
  border-color: var(--main-color);
}

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.widget-area .widget_search form button {
  background-color: transparent;
  border: none;
  color: var(--paragraph-color);
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 20px;
}

.widget-area .widget_categories .categories-list {
  padding: 0;
  margin-bottom: 0;
}

.widget-area .widget_categories .categories-list li {
  margin-bottom: 15px;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

.widget-area .widget_categories .categories-list li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories .categories-list li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: var(--main-color);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50px;
}

.widget-area .widget_mebid_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_mebid_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 25px;
}

.widget-area .widget_mebid_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_mebid_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.widget-area .widget_mebid_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_mebid_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../images/blog/blog-1.html);
}

.widget-area .widget_mebid_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../images/blog/blog-2.html);
}

.widget-area .widget_mebid_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../images/blog/blog-3.html);
}

.widget-area .widget_mebid_posts_thumb .item .thumb::before, .widget-area .widget_mebid_posts_thumb .item .thumb::after {
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: var(--white-color);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.widget-area .widget_mebid_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}

.widget-area .widget_mebid_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}

.widget-area .widget_mebid_posts_thumb .item .info {
  overflow: hidden;
}

.widget-area .widget_mebid_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: var(--font-size);
  font-weight: 600;
  font-family: var(--main-font-family);
}

.widget-area .widget_mebid_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_mebid_posts_thumb .item .info span {
  display: block;
  color: var(--paragraph-color);
  margin-top: 8px;
  font-size: 15px;
}

.widget-area .widget_mebid_posts_thumb .item:hover .thumb::before, .widget-area .widget_mebid_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 20px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: var(--paragraph-color);
  padding: 8px 15px;
  border: 1px solid #DDDDDD;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  margin-top: 8px;
  margin-right: 5px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: var(--white-color);
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
}

/* Go Top Area CSS */
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 15px;
  color: #fff;
  background-color: #b80d02;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
  text-align: center;
  font-size: 20px;
  margin-left: auto;
  margin-right: auto;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 7px;
}

.go-top:hover {
  background-color: #b80d02;
  color: var(--white-color);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.serv1 {
    text-align: center;
}
.serv1 form {
    width: 100%;
    background:#072f6a;
    box-shadow: 1px 5px 8px 5px #ddd;
    padding: 20px;
}
.serv1 h1 {
    font-size: 25px;
    color: #FFF;
    text-align: center;
    padding-top: 3%;
    padding-bottom: 10px;
    font-weight: 700;
}
.serv1 input {
    width: 95%;
    height: 40px;
    border: none;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    outline: none;
    padding-left: 2%;
}
.serv1 textarea {
    width: 95%;
    height: 100px;
    border: none;
    margin-top: 5px;
    border-bottom: 2px solid#ddd;
    outline: none;
    padding-left: 2%;
}
.serv1 p {
    margin-top: 3%;
}
.serv1 a {
    font-size: 16px;
    color: #000;
    height: 45px;
    border: none;
    margin-top: 10px;
    padding: 10px 25px;
    /* border: 2px solid #ddd; */
    margin-top: 3%;
    background:#ffbfcc !important;
}
.serv2 p{
  font-size: 16px;
  color: #000;
  margin-bottom: 6px;
  
  text-align: justify;

}
.serv2 ol li{
  margin-top: 15px;
}
.service{
  padding: 50px 0;
}
.serv2 ul{
  padding-left: 0;
}
.serv2 ul li{
  position: relative;
}
.serv2 i{
  position: absolute;
  left: 0;
  top: 25px;
}
.serv2 ul ul{
  padding-left: 35px;
}
.serv2 ul li a{
  padding-left: 25px;
 
  font-size: 16px;
 
  color: #000;
  margin-top: 20px;
}
.serv2 ul li{
  list-style: none !important;
}
.serv2 h2{
  font-size: 30px;
  color:#072f6a;
  
  font-weight: 700;
}
.testimonial{
  padding: 50px 0;
}
.test1{
  width: 100%;
  padding: 35px;
  margin:auto;
  margin-bottom: 40px;
  box-shadow:0px 0px 7px 4px #e5e5e6;
}
.test1 h2{
      margin: 0%;
    font-size: 18px;
    color: #117cbc;
    padding-left: 25px;
    padding-top: 10px;
    position: relative;
}
.test1 h2:before{
  content: '';
    left: 0px;
    top: 20px;
    position: absolute;
    width: 15px;
    height: 2px;
    background-color:#117cbc;
}
.test1 p{
  font-size: 16px;
  margin-top: 10px;
}
.test1 img{
  width: 40px;
}
.testi_section{
  padding: 60px 0 20px;
}
.serv2 span{
  display: block;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #072f6a;
}
.se1{
  padding: 25px;
  margin-bottom: 10px;
  background:#a488fc75;
}
.se2{
  padding: 25px;

  margin:10px 0;
  background:#a488fc75;
}
.se1 b{
  font-size: 18px;
}

.wrapper {
 
  margin-inline: auto;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

.accordion {
  width: 100%;
}
.accordion__panel {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
.accordion__panel:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion__panel:not(:first-of-type) {
  border-top: 0;
}
.accordion__panel:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.is-active .accordion__heading {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
}
.accordion__btn {
  display: flex;
  align-items: center;
  padding: 1rem 1.25rem;
  width: 100%;
  border: 1px solid#ddd;
  text-align: left;
}
.is-active .accordion__btn {
  background-color: var(--color-accent-x-light);
  color: var(--color-accent);
}
.accordion__btn::after {
  content: "";
  flex-shrink: 0;
  width: 1.25rem;
  aspect-ratio: 1;
  margin-left: auto;
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
          mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transition: transform 0.2s ease-in-out;
}
.is-active .accordion__btn::after {
  background-color: var(--color-accent);
  transform: rotate(180deg);
}
.accordion__content {
  display: none;
  margin-top: -1px;
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}
.is-active .accordion__content {
  display: block;
}
.accordion__inner {
  padding: 1rem 1.25rem;
}

.src {
  font-size: 0.85rem;
  margin-top: 2rem;
}
.con1 {
  margin-left: 25px;
  margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    background: #ddd;
    padding: 11px 31px 11px 32px;
}
.footer-area{
  padding-top: 50px;
}
 .footer-widget-social{
      padding: 0;
    margin-bottom: 0;
    margin-top: 20px;
}
}
 .footer-widget-social li {
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}
.footer-widget-social li a i {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: var(--white-color);
    color: var(--main-color);
    font-size: 20px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    border-radius: 50px;
}
.footer-widget-social img{
  width: 30px !important;
}
#more {display: none;}
#more1{
  display: none;
}
#more2{
  display: none;
}
#more3{
  display: none;
}
.features-area h1{
  font-size: 20px;
  color: #000;
  font-weight: 700;
}
.features-area p{
  font-size: 16px;
}
.why1{
  background:#cce2ea73;
  padding: 30px;
  font-weight: 600;
  margin-bottom: 20px;

}
.icon{
      display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #fff;
    color: var(--white-color);
    text-align: center;
    border-radius: 50%;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}
.vr1 img{
  display: none;
}
.slogen{
  padding: 40px 0;
  background: url(../images/slogen-bg.png) center;
  overflow: hidden;
}
.slo h1{
     color: #fff;
    font-size: 29px;
    font-weight: bold;
    margin-bottom: 5px;
    font-weight: 700;
}
.slo p{
  color: #fff;
  font-size: 19px;
}
.slo a {
    padding: 10px 16px;
    font-size: 18px;
    margin-top: 15px;
    margin-right: 7px;
}

#presentation{
  width: 480px;
  height: 120px;
  padding: 20px;
  margin: auto;
  background: #FFF;
  margin-top: 10px;
  box-shadow: 0 3px 15px -5px rgba(0,0,0,0.1); 
  transition: all 0.3s; 
  border-radius: 10px;}

#presentation:hover{
  box-shadow: 0 12px 28px -5px rgba(0,0,0,0.13);
  transition: all 0.3s;
  transform: translateZ(10px);
}

#floating-button{
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #06306a;
  position: fixed;
  bottom: 106px;
  right: 15px;
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
}

.plus{
  color: white;
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 55px;
  font-size:20px;
  font-weight: 300;
  animation: plus-out 0.3s;
  transition: all 0.3s;
}

#container-floating{
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 60px;
  right: 30px;
  z-index: 99;
}

#container-floating:hover{
  height: 400px;
  width: 90px;
  padding: 30px;
}

#container-floating:hover .plus{
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}

.edit{
  position: absolute;
  top:0;
  color: #fff;
  display: block;
  bottom: 0;
  left: 22px;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 55px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit{
  animation: edit-in 0.2s;
   animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in{
    from {opacity: 0; transform: rotateZ(-70deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

@keyframes edit-out{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(-70deg);}
}

@keyframes plus-in{
    from {opacity: 1; transform: rotateZ(0deg);}
    to {opacity: 0; transform: rotateZ(180deg);}
}

@keyframes plus-out{
    from {opacity: 0; transform: rotateZ(180deg);}
    to {opacity: 1; transform: rotateZ(0deg);}
}

.nds{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform:  scale(0);
  cursor: pointer;
}

.nd1{
  background: #d3a411;
  right: 40px;
  bottom: 120px;
  animation-delay: 0.2s;
    animation: bounce-out-nds 0.3s linear;
  animation-fill-mode:  forwards;
}

.nd3{
  background: #3c80f6;
  right: 40px;
  bottom: 180px;
  animation-delay: 0.15s;
    animation: bounce-out-nds 0.15s linear;
  animation-fill-mode:  forwards;
}

.nd4{
  background: #ba68c8;
  right: 40px;
  bottom: 240px;
  animation-delay: 0.1s;
    animation: bounce-out-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

@keyframes bounce-nds{
    from {opacity: 0;}
    to {opacity: 1; transform: scale(1);}
}

@keyframes bounce-out-nds{
    from {opacity: 1; transform: scale(1);}
    to {opacity: 0; transform: scale(0);}
}

#container-floating:hover .nds{
  
  animation: bounce-nds 0.1s linear;
  animation-fill-mode:  forwards;
}

#container-floating:hover .nd3{
  animation-delay: 0.08s;
}
#container-floating:hover .nd4{
  animation-delay: 0.15s;
}
#container-floating:hover .nd5{
  animation-delay: 0.2s;
}

.letter{
  font-size: 23px;
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 40px;
}

.reminder{
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  line-height: 40px;
}

.profile{
  border-radius: 50%;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}

.blog-area{
    background: #f3f3f3;
    padding: 60px 0 40px;
  }
  .post-image img{
    border: 1px solid #d3d0d0;
    border-radius: 10px;
    width: 100%;
  }
  .post-content a{
    font-size: 16px;
    color: #4a4a4a;
  }
  .blog-details-desc .article-content h3{
    font-size: 25px;
    font-weight: 600;
  }
  .article-content p{
text-align: justify;
  }
.single-blog-card .post-content h3{
  margin-bottom: 2px;
}
.why3 img{
    display:none;
  }
/*# sourceMappingURL=style.css.map */


#image {
  z-index: 0;
}
#image img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 820px;
}

#text {
  z-index: 0;
  padding: 18px 38px;
}

#overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 220, 220, 0.7);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in;
  will-change: opacity;
}
#overlay.show {
  visibility: visible;
  opacity: 1;
}

#hamburger {
  z-index: 10;
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 9%;
  right: 10px;
  background-color: #b80d02;
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 2px 2px 10px rgba(10, 10, 10, 0.3);
  transition: all 0.2s ease-in-out;
}
#hamburger i {
  display: block;
  color: #fff;
  font-size: 22px;
  
  transition: all 0.3s ease-in-out;
}
#hamburger .icon-bar + .icon-bar {
  margin-top: 4px;
}
.nav1{
  z-index: 9;
  position: fixed;
  bottom: 10.5%;
  right: 5.5%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #29a71a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibilty: hidden;
  opacity: 0;
  color: #fff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48);
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.nav {
  z-index: 9;
  position: fixed;
  bottom: 10.5%;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
/*  background-color: #29a71a;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibilty: hidden;
  opacity: 0;
  color: #fff;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.48);
  cursor: pointer;
  transition: all 0.3s ease-in;
}

.material-icons{
  font-size:30px;
  color: #fff;
}

#settings.show {
  transform: translateY(-155%);
}

#thumb.show {
  transform: translateY(-280%);
}

#create.show {
  transform: translateY(-375%);
}

#share.show {
  transform: translateY(-500%);
}

#hamburger.show {
  box-shadow: 7px 7px 10px 0px rgba(0, 0, 0, 0.48);
}
#hamburger.show #wrapper {
  transition: transform 0.4s ease-in-out;
  transform: rotateZ(90deg);
  background: url(../images/close.png) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  margin: 17px 0 0 17px;
}
#hamburger.show #wrapper i{
  visibility: hidden;
}


.nav.show {
  visibility: visible;
  opacity: 1;
}
.hidden-overflow{
  overflow: hidden;
  background: url(../images/abt-bg.png) center no-repeat;
  background-size: cover;
}
.social img{
  width: 30px !important;
}
.s14 img{
  height: 229px;
}
.PAD img {
    height: 454px;
    margin-top: 11px;
}

.map{
  margin-top: 50px;
}

.map iframe{
  border: 2px solid #c2c1c1;
}

.projectImg{
  border: 1px solid #8c8b8b;
}

.image_hover{
  background:#95cc33;
}

.image_hover i{
  padding: 10px 5px;
}

.service-main {
  padding: 60px 0;
}

.sidebar {
  box-shadow: 0px 0px 10px #cfb9bebf;
  border-radius: 5px;
}

.service-main h2 {
  font-size: 24px;
  background: #003a88;
  color: #fff;
  padding: 18px 10px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.sidebar ul{
  padding-left: 0;
}

.sidebar ul li {
  border-bottom: 1px solid #9d7a812e;
  background: #f0f9fe;
  list-style: none;
}

.sidebar ul li:hover, .sidebar ul li.active {
  background: #b80d02;
}

.sidebar ul li a {
  font-size: 16px;
  color: #000;
  padding: 10px 15px;
  display: block;
  text-transform: capitalize;
}

.sidebar ul li.active a, .sidebar ul li:hover a {
  color: #fff !important;
}

.service-detail {
  padding: 30px;
  box-shadow: 0 0 15px #d9d6d6;
  border-radius: 20px;
}

.service-detail p {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    color: #000;
    font-weight: 500;
}
.service-detail ul{
  padding-left: 0;
}
.service-detail ul li {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    padding-bottom: 8px;
    position: relative;
    padding-left: 20px;
    color: #000;
    list-style: none;
    font-weight: 500;
}
.service-detail ul li i {
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 4px;
    color: #b80d02;
}
.service-detail b{
  font-weight: 800;
}
.service-detail span {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    font-weight: 800;
    color: #353535;
}

.service-detail h1 {
  font-size: 34px;
  color: #003a88;
  text-transform: capitalize;
  font-weight: 800;
}

.service-detail img {
  width: 100%;
  border: 2px solid #d7d4d5;
  border-radius: 10px;
  margin: 18px 0 25px;
}

.service-detail h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 0.2px;
}

.about-section {
    padding: 20px;
    box-shadow: 0 0 15px #d9d6d6;
/*    border-radius: 20px;*/
    text-align: center;
}

.about-section h3{
  font-size: 26px;
  color: #282828;
  margin-bottom: 0;
  padding-top: 10px;
}

.about-section span{
  font-size: 20px;
  color: #282828;
}
.abt-cnt{
  margin-top: 30px;
/*  border: 1px solid #faeac7;*/
  padding: 20px;
  background: #fff8e9;
}
.abt-cnt h1{
  color: #003a88;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: 800;
}
.abt-cnt ul{
  padding-left: 0;
}
.abt-cnt ul li{
  padding: 5px 0;
  list-style: none;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  position: relative;
  padding-left: 30px;
}
.abt-cnt ul li i{
  font-size: 15px;
  color: #b80d02;
  position: absolute;
  left: 0;
  top: 9px;
}
.appointment-form {
    padding: 20px;
    box-shadow: 0 0 15px #d9d6d6;
/*    border-radius: 20px;*/
    text-align: center;
    margin-top: 30px;
}

.appointment-form h3{
  font-size: 24px;
  padding-bottom: 10px;
}

.gallery_section{
  padding: 50px 0;
}

.about-image1 img{
  width: 400px;
  float: left;
  margin: 0px 15px 20px 0;
}

.appointment-form .default-btn{
  padding: 8px 20px;
}

.contact-area{
  padding: 60px 0;
}

.r1{
  padding-bottom: 50px;
}

#counter .item{
  background: #fff;
  width: 100%;
  padding: 25px 10px;
/*  margin: 10px;*/
/*  text-align: center;*/
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
-moz-box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
box-shadow: 0px 0px 38px -8px rgba(0,0,0,0.34);
} 
#counter .item h1{
  color: #000;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  margin-top: 0;
  display: inline-block;
}
#counter .item h1:before{
    position: absolute;
    content: '+';
    left: 105%;
    top: -3px;
}
#counter .item h3{
  color: #000;
  text-transform: capitalize;
  font-size: 18px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}
#counter .item i{
    font-size: 24px;
    margin-bottom: 10px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddedff;
    color: #b80d02;
   float: left; 
   text-align: center;
}

#counter .item img{
    width: 39px;
    padding: 10px 5px;
    border: 1px solid #ddedff;
    float: left;
}

.count-data{
    padding-left: 50px;
}

.counter-area{
  padding: 40px 0;
  background: linear-gradient(to left, #003a88ed,#003a88bf,#b80d02bd,#b80d02e6);
  background: url(../images/slogen-bg.png) center no-repeat;
  background: #b70d02bd;
  background-size: cover;
}
.counter-area .exp{
  margin-bottom: 20px;
}
.counter-area .exp span{
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.marquee {
  background: #f5c2c3; 
  height: 38px;
  
}
.contact-detail p {
    color: #000;
    font-size: 17px;
    padding: 4px 0 0;
}

.attachments .owl-carousel .owl-nav.disabled{
  display: block;
}
.attachments .owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev{
  font-size: 24px;
  color: var(--black-color);
  margin: 0;
  top: 36%;
  padding: 0;
  background-color: #003a88;
  color: #fff;
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50px;
  font-size:  20px;
  transition: 0.5s;
}
.attachments .owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover{
  background: #b80d02;
  color: #fff;
}
.attachments .owl-carousel .owl-nav button.owl-next{
  position: absolute;
  right: -4%;
}
.attachments .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: -4%;
}

.test_section {
    padding: 45px 0;
}
.says {
    width: 100%;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
    padding: 30px;
/*    border-radius: 20px 0 20px 0;*/
    margin: 20px 0;
    background: #f4f9ff;
    position: relative;
    border: 1px solid #e4f0ff;
}
.says .tst-icon i {
    color: #013a8736;
    font-size: 48px;
    position: absolute;
    top: 12px;
    left: 20px;
}
.icon-box {
    position: relative;
    padding-left: 40px;
}
.says p {
    font-size: 16px;
    color: #000;
    line-height: 28px;
}
.says h2 {
    color: #b80d02;
    font-size: 21px;
    font-weight: 700;
    text-transform: capitalize;
}
.satr i {
    color: #b80d02;
    font-size: 14px;
}

.attachments{
  padding: 60px 0;
  background: #f2fdff;
}
.attachments .single-department-card{
  margin-bottom: 0;
  height: 370px;
  padding: 11px;
}
.attachments .single-department-card .department-content h3 a{
  color: #003a88;
  font-size: 20px;
}
.attachments .single-department-card .department-content h3 a:hover{
  color: #b80d02;
}
.attachments .single-department-card .department-content .department-btn{
  margin-top: 10px;
}
.attachments .single-department-card .department-content h4{
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 3px;
  margin-top: 6px;
  color: #000;
  font-weight: 700;
}
.attachments .single-department-card .department-content p{
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.attachments .single-department-card iframe{
  margin-bottom: 10px;
}

.gallery_section{
  text-align: center;
  background: #e5f0ff;
}
.gallery_section img{
  width: 500px;
}

.foundation_section{
  padding: 60px 0 40px;
  background: #f0f7ff;
}
.foundation_section .section-title span{
	margin-bottom: 10px;
}
.foundation_section .section-title p{
	font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 40px;
}
.foundation_section .fc1{
  border: 1px solid #cad0d7;
  padding: 10px;
  margin: 0 5px;
  line-height: 250px;
  box-shadow: 1px 1px 2px #d4d4d4;
  border-radius: 10px;
  background: #fff;
}
.foundation_section .fc1-btn{
  text-align: center;
  margin-top: 15px;
}
.foundation_section .fc1-btn a{
  width: 90%;
  margin: 0 5%;
}
.foundation_section .fc2{
  text-align: center;
}
.foundation_section .fc2 img{
  width: 80%;
  margin: 10px 0 50px;
}
.foundation_section .foundation-data{
  padding: 10px;
}
.foundation_section .foundation-data h3{
  font-size: 24px;
  color: #003a88;
  font-weight: 700;
}
.foundation_section .foundation-data p{
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 24px;
}
.foundation_section .foundation-data ul{
  padding-left: 0;
}
.foundation_section .foundation-data ul li{
  list-style: none;
  font-size: 16px;
  color: #000;
  position: relative;
  padding: 3px 0;
  padding-left: 15px;
}
.foundation_section .foundation-data ul li i{
  position: absolute;
  color: #b80d02;
  left: 0;
  top: 6px;
}
.foundation_section .foundation-data1{
  margin-bottom: 50px;
}

.foundation_section .foundation-data1 .foundation-data{
  background-color: #fff;
  padding: 20px;
  box-shadow: 1px 1px 5px #b8b8b8;
  height: 285px;
}
.foundation_section .foundation-data1 .foundation-data h3{
}

.abt-data{
  line-height: 150px;
  text-align: center;
}
.abt-data-btn{
  text-align: center;
  margin-top: 5%;
}
.abt-data-btn a{
  margin-top: 10px;
}
.abt-data-btn h2{
	font-size: 24px;
	color: #000;
	margin: 20px 0 5px;
	font-weight: 700;
}
/*.abt-detail{
  box-shadow: 1px 1px 5px #b6b6b6;
  background: #fff8e9;
  padding: 15px;
  margin: 20px 0 10px;
}*/

.abt-detail1{
  padding: 50px 0 0;
}

.abt-detail{
   position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.abt-detail:before{
  content: '';
    position: absolute;
    z-index: -2;
    /* left: -50%; */
    /* top: -50%; */
    width: 104%;
    height: 615%;
    /* background-color: #b80d02; */
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#f5b1ac, #f5b1ac, #f5b1ac), linear-gradient(#3b84cb, #3b84cb), linear-gradient(#f5b1ac, #f5b1ac), linear-gradient(#487fc9, #3b84cb);
    animation: rotate 10s linear infinite;
}
.abt-detail:after{
  content: '';
    position: absolute;
    z-index: -1;
    left: 4px;
    top: 4px;
    width: calc(100% - 7px);
    height: calc(100% - 7px);
    background: white;
    border-radius: 0px;
}
@keyframes rotate {
  100% {
    transform: rotate(1turn);
  }
}



/*.abt-detail1 .abt-data{
  background: #fff;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  text-align: center;
  line-height: 250px;
  border: 1px solid #eee;
  box-shadow: 1px 1px 5px #ddd;
}
.abt-detail1 .col-lg-3{
  text-align: center;
}
*/




.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.img-thumbnail{
  border: 1px solid #a9b0b9;
  padding: 5px;
  border-radius: 0;
}

.modal-content{
  background: none;
  border: none;
}
.modal-header, .modal-footer{
  border: none;
  padding: 0;
  margin: 0;
}
.modal-body{
  width: 80%;
  margin: 0 auto;
}
.modal-footer>:not(:last-child), .modal-footer>:not(:first-child){
  position: absolute;
  top: 50%;
}
.modal-footer>:not(:last-child){
  left: -20%;
}
.modal-footer>:not(:first-child){
  right: -20%;
}
.btn-secondary, .btn-secondary:hover, .btn-secondary:not(:disabled):not(.disabled):active{
  background-color: transparent;
  border-color: transparent;
}
.modal-footer .btn{
  font-size: 80px;
}
.modal-header .close{
  opacity: 1;
}
.modal-header .close:hover{
  opacity: 1 !important;  
}
.modal-header .close i{
  font-size: 40px;
  color: #fff;
  
}

.updates-section{
  padding: 50px 0;
}