
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700|Playfair+Display:400i,700i|Poppins:200,300,400,500,600,700|Lora:400i,&amp;display=swap");
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");

@import url("../plugins/dentallox-icon/style.css");
@import url("../plugins/Stroke-Gap-Icons-Webfont/style.css");
/*
* 2. common style
*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #797979;
}

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

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

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.ff-one {
  font-family: "Open Sans", sans-serif;
}

.ff-two {
  font-family: "Poppins", sans-serif;
}

.thm-gray-bg {
  background-color: #F2F2F2;
}

.bg-pos-center-center {
  background-position: center center;
}

.block-title {
  margin-bottom: 0px;
}

.block-title__title {
  margin: 0;
  color: #181E44;
  font-size: 32px;
  line-height: 47px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.block-title__title + .block-title__text {
  margin-top: 7px;
}

.block-title__text {
  margin: 0;
  font-size: 16px;
  color: #797979;
}

.block-title__line {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 2px;
  background-color: #181E44;
  margin-top: 5px;
}

.block-title__lite-color {
  color: #203d73;
}

.block-title__lite-bg {
  background-color: #203d73;
}

.thm-btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 3px;
  background-color: #e77e37;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  padding: 6px 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-top:15px;
}

.thm-btn:hover {
  color: #fff;
  background-color: #181E44;
}

.datepicker-dropdown {
  min-width: 14rem;
}

.datepicker table {
  width: 100%;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}

.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: #1A3871;
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #181E44;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: #1A3871;
  color: #fff;
  cursor: pointer;
}

.google-map__home {
  width: 100%;
  border: none;
  height: 448px;
  display: block;
}

.column-5__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column-5__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
      flex: 1 0 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0f1f1), to(white));
  background-image: linear-gradient(90deg, #f0f1f1 0%, white 100%);
}

.preloader span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/logo.png);
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #1A3871;
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
}

.scroll-to-top i {
  font-size: 18px;
  line-height: 45px;
  color: #fff;
  position: relative;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-to-top:hover {
  background: #fff;
}

.scroll-to-top:hover i {
  color: #181E44;
}

/*
* 3. header style
*/
.topbar-one {
  background-color: #e77e37;
  border-bottom: 1px solid #E5E5E9;
}

.topbar-one .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar-one__left-text {
  margin: 0;
  color: #f3f3f3;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.topbar-one__right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topbar-one__social {
  margin-right: 20px;
}


.topbar-one__social a {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fbfcfc;
  line-height: 26px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.topbar-one__social a:hover {
  color: #5765a1;
}

.topbar-one__social a + a {
  margin-left: 13px;
}

.topbar-one__social a img{width:25px;}
.topbar-one__social a .email{width:32px;}

.whtsapp img {
    width: 50px;
    position: fixed;
    bottom: 120px;
    right: 10px;
    transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
	z-index:999;
}

.whtsapp:hover img {
    bottom: 130px;
}


.topbar-one__btn {
  background-color: #5765a1;
  font-size: 17px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #fff;
  padding: 12.5px 27.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.topbar-one__btn:hover {
  color: #fff;
  background-color: #eb4343;
}


.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.header-navigation .main-navigation {
  float: right;
  text-align: right;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 35px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}

.header-navigation ul.navigation-box > li + li {
  margin-left: 20px;
}

.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box > li > a {
  font-weight: 500;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #242424;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.header-navigation ul.navigation-box > li.active > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #e77e37;
}

.header-navigation ul.navigation-box > li > .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #3a487e;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .submenu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > .submenu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > .submenu > li:hover > a {
  color: #fff;
  background: #e77e37;
}

.header-navigation ul.navigation-box > li > .submenu > li.active {
  color: #fff;
  background: #e77e37;
}

.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.header-navigation ul.navigation-box > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}

.header-navigation ul.navigation-box > li > ul > li > .submenu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #181E44;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .submenu {
    display: block !important;
  }
}

.header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
  left: auto;
  right: 100%;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li:hover > a {
  color: #fff;
  background: #EB4343;
}

.header-navigation ul.navigation-box > li > ul > li:hover > .submenu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-one {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f1f1), to(white));
  background-image: linear-gradient(0deg, #f0f1f1 0%, white 100%);
}

.header-one__cta {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}

.header-one__cta:before {
  content: '';
  width: 1px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #1d1d1d;
  opacity: .3;
}

.header-one__cta-icon, .header-one__cta-content {
  display: table-cell;
  vertical-align: middle;
}

.header-one__cta-icon i {
  font-size: 23px;
  color: #5765a1;
}

.header-one__cta-content {
  padding-left: 20px;
}

.header-one__cta-text, .header-one__cta-number {
  display: block;
  font-family: "Poppins", sans-serif;
  line-height: 1em;
}

.header-one__cta-text {
  color: #666666;
  font-size: 16px;
}

.header-one__cta-number {
  font-size: 23px;
  color: #e77e37;
  font-weight: 600;
  margin-top: 7px;
}

.header-one .header-navigation .container {
  padding-right: 230px;
}

.header-one .main-logo {
  display: inline-block;
  width:250px;
}

.header-one .stick-logo {
  display: none;
  width:250px;
}

.header-one__call {
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-one__call:hover {
  color: #EB4343;
}

.header-one__search {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 30px;
  margin-right: 26px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-one__search:hover {
  color: #EB4343;
}

.header-one__book-btn {
  background-color: #144EAD;
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 500;
  padding: 18px 47px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-one__book-btn:hover {
  background-color: #EB4343;
  color: #fff;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f0f1f1), to(white));
  background-image: linear-gradient(0deg, #f0f1f1 0%, white 100%);
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.stricked-menu .main-logo {
  display: none;
}

.stricked-menu .stick-logo {
  display: inline-block;
}

.stricked-menu ul.navigation-box > li {
  padding-top: 22px;
  padding-bottom: 22px;
}

.stricked-menu .header-one__cta-text {
  font-size: 15px;
}

.stricked-menu .header-one__cta-number {
  font-size: 21px;
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-wrapper {
    overflow: hidden;
  }
}

.banner-wrapper .carousel-btn-block .carousel-btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-size: 30px;
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  transition: all .4s ease;
  border: 2px solid #fff;
  background-position: center center;
  background-size: 100% 100%;
  background-blend-mode: overlay;
}

@media (max-width: 1366px) {
  .banner-wrapper .carousel-btn-block .carousel-btn {
    -webkit-transform: translateY(-50%) scale(0.75);
            transform: translateY(-50%) scale(0.75);
  }
}

.banner-wrapper .carousel-btn-block .carousel-btn i {
  line-height: 51px;
}

.banner-wrapper .carousel-btn-block .carousel-btn:hover {
  color: #EB4343;
  border-color: #EB4343;
}

.banner-wrapper .carousel-btn-block .carousel-btn i {
  display: block;
  vertical-align: middle;
}

.banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
  left: 3%;
}

@media (max-width: 1366px) {
  .banner-wrapper .carousel-btn-block .carousel-btn.left-btn {
    left: 1%;
  }
}

.banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
  right: 3%;
}

@media (max-width: 1366px) {
  .banner-wrapper .carousel-btn-block .carousel-btn.right-btn {
    right: 1%;
  }
}

.banner-wrapper .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px;
  text-align: left;
}

.banner-wrapper .owl-dots .owl-dot {
  position: relative;
  z-index: 991;
}

.banner-wrapper .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  background-color: transparent;
  opacity: .2;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.banner-wrapper .owl-dots .owl-dot + .owl-dot {
  margin-left: 7px;
}

.banner-wrapper .owl-dots .owl-dot.active span {
  opacity: 1;
  background-color: transparent;
}

.banner-wrapper .owl-carousel .owl-item img {
  width: auto;
}

[class*=banner-carousel] .owl-nav {
  display: none;
}

[class*=banner-carousel] .owl-dots {
  display: none;
}

[class*=banner-carousel].no-dots .owl-dots {
  display: none !important;
}

.banner-one .container {
  position: relative;
  padding-top: 192px;
  padding-bottom: 130px;
}

.banner-one__slide {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-one__light-color {
  color: #fff;
}

.banner-one__tag-line {
  font-family: "Playfair Display", sans-serif;
  font-size: 22px;
  font-style: italic;
  display: block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-one__tag-line + .banner-one__title {
  margin-top: 10px;
}

.banner-one__title {
  font-size: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin: 0;
  margin-bottom: 25px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-one__title-highlight {
  line-height: .85em;
  font-size: 1.22em;
}

.banner-one__text {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-one__btn {
  padding: 15px 41px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

.banner-one__person {
  position: absolute;
  bottom: 0;
  right: 0;
}

.banner-one__person-ver-center {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner-one .active .banner-one__tag-line {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.banner-one .active .banner-one__title {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.banner-one .active .banner-one__text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.banner-one .active .banner-one__btn {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

/*
* 5. about style
*/
.about-one {
  padding-top: 90px;
  padding-bottom: 100px;
}

.about-one .container {
  position: relative;
}

.about-one__title {
  margin: 0;
  font-size: 32px;
  line-height: 48px;
  font-weight: 600;
  color: #181E44;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.about-one__text {
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  margin: 0;
}

.about-one__text + .about-one__text {
  margin-top: 30px;
}

.about-one__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 25px;
}

.about-one__list-item {
  font-size: 16px;
  color: #797979;
}

.about-one__image-block {
  position: absolute;
  top: 0;
  right: 15px;
  width: 100%;
  max-width: 500px;
  background: transparent url(../images/resources/about-dots.png) 100% -120% no-repeat;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.about-one__image-one > img {
  border-radius: 50%;
  position: relative;
}

.about-two .block-title__title + .block-title__text {
    margin-top: 22px;
}

.about-two__about-page .block-title__text {
    font-weight: 400;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #222222;
    margin-bottom: 0;
}
.about-two__list {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.about-two__list-item {
    position: relative;
    padding-left: 35px;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
}
.about-two__list-item i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e77e37;
    font-size: 14px;
}
.about-two__about-page {
    padding-top: 90px;
    padding-bottom: 180px;
}
/*
* 6. services style
*/

.serv-text-1{position:relative;padding-left:22px;}
.serv-text-1 i{position:absolute;top:4px;left:0px;color:#e77e37;}

/*****************************************************
Sidebar mail and phone code
*****************************************************/

.mail-service{font-size:14px;}

/*****************************************************
END Sidebar mail and phone code
*****************************************************/
.top-padd{padding-top:15px;}

.service-one {
  padding-top: 85px;
  padding-bottom: 90px;
}

.service-one__single {
  width: 100%;
  border-radius: 5px;
  /* background-color: #e77e37; */
  background-color: #5765a1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  min-height: 220px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-one__single:hover {
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  background-color: #5765a1;
}

.service-one .column-5__row {
  margin-left: -10px;
  margin-right: -10px;
}

.service-one .column-5__col {
  padding-left: 10px;
  padding-right: 10px;
}

.service-one__icon {
  background-position: center center;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  /* background-color: #e77e37; */
  background-color: #5765a1;
  /* background-blend-mode: multiply; */
  opacity: .8;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-one__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.service-one__title a {
  color: #f5f5f5;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-one__title a:hover {
  color: #e77e37;
}

.service-one__link {
  color: #181E44;
  font-size: 20px;
  border-bottom: 1px solid #181E44;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
}

.service-one__link:hover {
  color: #EB4343;
  border-color: #EB4343;
}

.service-one__single:hover .service-one__icon {
  background-color: #5765a1;
}

.service-details {
  padding: 100px 0 250px 0;
}

.service-details img {
  max-width: 100%;
}
.service-details .blog_inn{
	background:#f1f1f1;
	padding:30px;
}
.service-details .blog_inn h1{
	font-size:22px;
	color:#e77e37;
	font-family: "Poppins", sans-serif;
	margin:0px;
	padding-bottom:0px;
}
.service-details .blog_inn h2{
	font-size:18px;
	color:#e77e37;
	font-family: "Poppins", sans-serif;
	margin:0px;
	padding-bottom:0px;
}
.service-details .blog_inn p{
	font-size:16px;
	color:#4a4a4a;
	font-family: "Roboto", sans-serif;
	margin:0px;
	padding:10px 0;
}
.service-details .blog_inn ul{margin:0px;padding:0px;}
.service-details .blog_inn ul li{
	font-size:16px;
	color:#4a4a4a;
	font-family: "Roboto", sans-serif;
	margin:8px 0;
	padding:0px 0;
	list-style:none;
}
.service-details .blog_inn ul li span{
	color:#e77e37;
}
.service-details .blog_inn ul li i{
	color:#e77e37;
	padding-right:10px;
}
.alerg_img{}
.alerg_img img{width:100%;}

@media (min-width: 992px) {
  .service-details__content {
    padding-left: 30px;
  }
}

.service-details__title {
  margin: 0;
  color: #181E44;
  font-size: 28px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 40px;
  margin-bottom: 25px;
}

.service-details__sub-title {
  margin: 0;
  color: #181E44;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 25px;
}

.service-details__tag-line {
  margin: 0;
  color: #1A3871;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
}

.service-details__tag-line a {
  font-weight: 400;
  color: #1A3871;
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  border-bottom: 1px solid #1A3871;
}

.service-details__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.service-details__list-item {
  position: relative;
  color: #424242;
  font-size: 16px;
  padding-left: 36px;
}

.service-details__list-item i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  border: 1px solid #e77e37;
  color: #e77e37;
  font-size: 13px;
}

.service-details__list-item + .service-details__list-item {
  margin-top: 10px;
}

.service-details__text {
  margin: 0;
  color: #363636;
  font-size: 16px;
  line-height: 26px;
  text-align:justify;
}

.service-details__text + .service-details__text {
  margin-top: 25px;
}

.service-details__image-content {
  margin-top: 65px;
  margin-bottom: 45px;
}

.service-details__image-content .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.service-details__image-content__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.service-details__pricing {
  border: 1px solid #ECECEC;
  border-top: 0;
  margin-top: 60px;
}

.service-details__pricing-title {
  margin: 0;
  background-color: #E3EEF4;
  font-size: 22px;
  color: #181E44;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 17px 0;
}

.service-details__pricing-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-details__pricing-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 30px;
}

.service-details__pricing-list-item + .service-details__pricing-list-item {
  border-top: 1px solid #ECECEC;
}

.service-details .col-lg-8 .accrodion-grp {
  padding-right: 30px;
}

.service-details .accrodion-grp .accrodion {
  border: 1px solid #d4d4d4;
}

.service-details .accrodion-grp .accrodion + .accrodion {
  margin-top: 20px;
}

.service-details .accrodion-grp .accrodion-title {
  padding: 13.5px 0;
  padding-left: 20px;
  cursor: pointer;
}

.service-details .accrodion-grp .accrodion-title h4 {
  margin: 0;
  color: #242424;
  font-size: 17px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding-left: 35px;
}

.service-details .accrodion-grp .accrodion-title h4:before {
  content: '+';
  font-size: 22px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.service-details .accrodion-grp .accrodion-content {
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 33px;
}

.service-details .accrodion-grp .accrodion-content p {
  margin: 0;
  color: #797979;
  font-size: 16px;
  line-height: 24px;
}

.service-details .accrodion-grp .accrodion.active {
  background-color: #F9F9F9;
}
.cta-two {
    padding: 25px 0;
    background-color: #5765a1;
    text-align: center;
}
.cta-two__title {
    margin: 0;
    color: #FFFFFF;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.cta-two__highlight {
    font-weight: 600;
    color: #e77e37;
    transition: all .4s ease;
}
.cta-two__link {
    color: #e77e37;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    border-bottom: 2px solid #e77e37;
    padding-bottom: 3px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.cta-two__highlight {
    font-weight: 600;
    color: #e77e37;
    transition: all .4s ease;
}

.cta-two__link:hover {
    color: #EB4343;
    border-color: #EB4343;
}
/*
* 8. doctor style
*/
.doctor-one {
  background: #1A3871 url(../images/background/doctor-bg-1-1.png) center left no-repeat fixed;
  position: relative;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
}

.doctor-one:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1A3871;
  opacity: .92;
}

.doctor-one .container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
}

.doctor-one1 .container {
  position: relative;
  padding-top: 70px;
  padding-bottom: 150px;
}

.doctor-one__person {
  position: absolute;
  bottom: 0;
  left: 0px;
  width:35%;
}

.doctor-one1 .doctor-one__person {
  position: absolute;
  top: 100px;
  left: 20px;
  width:35%;
}

.doctor-one1 .doctor-one__person1 {
  position: absolute;
  bottom: 205px;
  left: 20px;
  width:35%;
  border:2px solid #e77e37;
  background:#e77e37;
  padding:10px;
  text-align:center;
}

.doctor-one__title1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
  /* margin-bottom: 30px; */
}
.doctor-one1 .doctor-one__person1 h1{}
.doctor-one__content a{color:#fff;padding-top:15px;display:inline-block;}

@media (max-width: 1199px) {
  .doctor-one__person {
    left: 0;
  }
}

.doctor-one__content {
  padding-left: 50px;
  padding-right: 30px;
}

.doctor-one__title {
  margin: 0;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 5px;
  margin-bottom: 30px;
}

.doctor-one__tag-line {
  margin: 0;
  font-style: italic;
  font-size: 20px;
  color: #fff;
}

.doctor-one__text {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  /* opacity: 1; */
  letter-spacing:0.8px;
  position:relative;
  padding-left:25px;
}
.doctor-one__text i, .doctor-one__text1 i{
	position:absolute;
	left:0px;
	top:8px;
}

.doctor-one__text1 span{color:#fff !important;font-weight:bold;opacity:1;}
.doctor-one__text1 {
	margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    /* opacity: .7; */
	letter-spacing:0.8px;
	position:relative;
	padding-left:25px;
	
}

.doctor-one__text + .doctor-one__text {
  margin-top: 25px;
}

/*
* 9. feature style
*/
.feature-one {
  padding-top: 50px;
  padding-bottom: 50px;
  /* background-color: #D5EAF4; */
  background-color: #e77e37;
}

.block-title1 {
  margin:0 auto;
  padding-bottom:35px;
}

.block-title2{text-align:center;margin:0 auto;padding-bottom:50px;}
.block-title2 .block-title__lite-color{
	color:#000;
	
}

.block-title2 .block-title__lite-bg{
	background-color:#000;
}

.block-title1 .block-title__lite-color{
	color:#fff;
}

.block-title1 .block-title__lite-bg{
	background-color:#fff;
}

.feature-one__box {
  padding-right: 30px;
}

@media (max-width: 1199px) {
  .feature-one__box {
    padding-right: 0;
  }
}

.feature-one__box-title {
  margin: 0;
  color: #181E44;
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  line-height: 47px;
  font-weight: 600;
}

.feature-one__box-tag-line {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  color: #181E44;
  font-weight: 300;
  margin-top: 20px;
}

.feature-one__box-text {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: #6c7478;
  margin-top: 25px;
}

.feature-one__single {
  background-color: #fff;
  border: 1px solid #ededed;
  /* padding-top: 35px; */
  /* padding-bottom: 40px; */
  /* padding-left: 30px; */
  /* padding-right: 16px; */
  /* margin-bottom: 30px; */
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 16px;
  margin-bottom: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-one__single:hover {
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.08);
}

.feature-one__icon, .feature-one__content {
  display: table-cell;
  vertical-align: top;
}

.feature-one__icon i {
  font-size: 50px;
  color: #28447A;
}

.feature-one__content {
  padding-left: 20px;
}

.feature-one__title {
  margin: 0;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #e77e37;
  padding-top:20px;
}

.feature-one__title a {
  color: #e77e37;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-one__title a:hover {
  color: #EB4343;
}

.feature-one__text {
  margin: 0;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
  font-weight:600;
}

.feature-one__text1 {
  margin: 0;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  font-weight:600;
}

.feature-one__text1 i{
  margin: 0;
  color: #e77e37;
  font-size: 18px;
  
}

.feature-one__link {
  display: inline-block;
  vertical-align: middle;
  color: #181E44;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-top: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.feature-one__link:hover {
  color: #EB4343;
}

/*
* 10. testimonials style
*/
.testimonials-one {
  padding-top: 90px;
  padding-bottom: 190px;
  background-color: #ebebeb;
}

.testimonials-one .row {
  margin-left: -45px;
  margin-right: -45px;
}

.testimonials-one .row > [class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}

.testimonials-one__single {
  background-color: #fff;
  text-align: center;
  padding: 70px 34px;
  margin-top: 47.5px;
  position: relative;
}

.testimonials-one__qoute {
  position: absolute;
  top: 20px;
  left: 30px;
}

.testimonials-one__image {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.testimonials-one__image > img {
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}

.testimonials-one__title {
  margin: 0;
  color: #181E44;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.testimonials-one__designation {
  color: #A0A0A0;
  font-size: 14px;
  font-style: italic;
}

.testimonials-one__text {
  margin: 0;
  color: #323232;
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
  text-align:justify;
}

.testimonials-one__text a{color:#e77e37;font-size:14px;font-weight:600;}

.testimonials-one__carousel .owl-item img,
.testimonials-two__carousel .owl-item img {
  width: auto;
}

.testimonials-one__carousel .owl-dots,
.testimonials-two__carousel .owl-dots {
  margin-top: 40px;
}

.testimonials-one__carousel .owl-dots .owl-dot span,
.testimonials-two__carousel .owl-dots .owl-dot span {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #98a9ba;
}

.testimonials-one__carousel .owl-dots .owl-dot.active span,
.testimonials-one__carousel .owl-dots .owl-dot:hover span,
.testimonials-two__carousel .owl-dots .owl-dot.active span,
.testimonials-two__carousel .owl-dots .owl-dot:hover span {
  background-color: #fff;
  opacity: 1;
  border-color: #fff;
}

.testimonials-one__carousel .owl-nav,
.testimonials-two__carousel .owl-nav {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .testimonials-one__carousel .owl-nav,
  .testimonials-two__carousel .owl-nav {
    margin-top: 0;
  }
}

.testimonials-one__carousel .owl-nav [class*=owl-],
.testimonials-two__carousel .owl-nav [class*=owl-] {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #181E44;
  border-radius: 50%;
  padding: 0;
}

.testimonials-one__carousel .owl-nav [class*=owl-] i,
.testimonials-two__carousel .owl-nav [class*=owl-] i {
  line-height: 40px;
}

.testimonials-one__carousel .owl-nav [class*=owl-]:hover,
.testimonials-two__carousel .owl-nav [class*=owl-]:hover {
  background-color: #EB4343;
}

.testimonials-one__carousel .owl-nav [class*=owl-]:hover i,
.testimonials-two__carousel .owl-nav [class*=owl-]:hover i {
  color: #fff;
}

.testimonials-one__page {
  background-color: #fff;
  padding-bottom: 35px;
}

.testimonials-one__page .row.high-gutters {
  margin-left: -45px;
  margin-right: -45px;
}

.testimonials-one__page .row.high-gutters > [class*=col-] {
  padding-left: 45px;
  padding-right: 45px;
}

.testimonials-one__page .testimonials-one__single {
  background-color: #F4F4F4;
  margin-bottom: 65px;
}

/*
* 11. appointment style
*/
.appointment-one {
  background-color: #e77e37;
}

.appointment-one .inner-container {
  padding: 50px 40px 50px 70px;
  border-radius: 8px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  bottom: 100px;
  z-index: 10;
}

.appointment-one__content {
  padding-top: 0px;
}

.appointment-one__title {
  margin: 0;
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  color: #181E44;
  font-family: "Poppins", sans-serif;
}

.appointment-one__text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #202020;
  margin-top: 0px;
}

.appointment-one__text1 {
  margin: 0;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin-top: 10px;
  position:relative;
  padding-left:24px;
}

.appointment-one__text1 i{
	color:#e77e37;
	position:absolute;
	top:7px;
	left:0px;
}

.appointment-one__form {
  margin-left: 20px;
  padding: 45px 40px 40px;
  border-radius: 10px;
  background-color: #e77e37;
}

.appointment-one__form .row {
  margin-left: -10px;
  margin-right: -10px;
}

.appointment-one__form .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.appointment-one__form input {
  border: none;
  background-color: transparent;
  outline: none;
  /* border-style: solid; */
  /* border-width: 1px; */
  /* border-color: #e8e8e8; */
  border-radius: 3px;
  background-color: white;
  display: block;
  /* width: 100%; */
  /* height: 42px; */
  margin-bottom: 15px;
  /* font-size: 15px; */
  /* color: #BABABA; */
  /* padding-left: 20px; */
}
.appointment-one__form1 input {
  border: none;
  background-color: transparent;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 3px;
  background-color: white;
  display: block;
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #000;
  padding-left: 20px;
}
.capt{margin-bottom:0px;}

.appointment-one__form textarea{
	border:none;
	padding-left:20px;
	width:100%;
	
}

.appointment-one__form textarea::-webkit-input-placeholder,
.appointment-one__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #BABABA;
}

.appointment-one__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #BABABA;
}

.appointment-one__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #BABABA;
}

.appointment-one__form input:-moz-placeholder {
  /* Firefox 18- */
  color: #BABABA;
}

.appointment-one__form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.appointment-one__form .bootstrap-select > .dropdown-toggle {
  border: none;
  background-color: transparent;
  outline: none;
  border-style: solid;
  border-width: 1px;
  border-color: #e8e8e8;
  border-radius: 3px;
  background-color: white;
  margin-bottom: 15px;
  font-size: 15px;
  color: #BABABA;
  padding: 9px 20px;
}

.appointment-one__form-btn {
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 3px;
  background-color: #5765a1;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  padding: 11px 27px;
  margin-top: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.appointment-one__form-btn:hover {
  background-color: #fff;
  color:#5765a1;
}

.appointment-one__form-btn1 {
  border: none;
  outline: none !important;
  background-color: transparent;
  border-radius: 3px;
  background-color: #5765a1 !important;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  padding: 11px 27px;
  margin-top: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.appointment-one__form-btn1:hover {
  background-color: #fff!important;
  color:#5765a1;
}

/*
* 12. footer style
*/
.site-footer {
  background-color: #161F2D;
}

.footer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  padding-top: 90px;
  padding-bottom: 50px;
}

.footer-col .footer-widget {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
  padding-left: 25px;
  padding-right: 25px;
}

.footer-col .footer-widget:nth-child(2) {
  padding-left: 65px;
}

.footer-widget__title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  margin-bottom: 37px;
}

.footer-widget__logo {
  display: inline-block;
  vertical-align: top;
}

.footer-widget__logo img{width:100%;}

.footer-widget__about .footer-widget__text {
  margin-top: 27px;
  margin-bottom: 5px;
}

.footer-widget__text {
  margin: 0;
  color: #a0a4ae;
  font-size: 15px;
  line-height: 26px;
}

.footer-widget__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #EB4343;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget__link:hover {
  color: #fff;
}

.footer-widget__links-list,
.footer-widget__time-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.footer-widget__links-list-item + .footer-widget__links-list-item {
  margin-top: 4px;
}

.footer-widget__time-list-item,
.footer-widget__time-list-item a,
.footer-widget__links-list a {
  color: #A0A4AE;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget__time-list-item a:hover,
.footer-widget__links-list a:hover {
  color: #EB4343;
}

.footer-widget__time-list-item + .footer-widget__time-list-item {
  margin-top: 5px;
}

.footer-widget__time-list.no-margin li + li {
  margin: 0;
}

.footer-widget__social {
  margin-top: 15px;
}

.footer-widget__social a {
  display: inline-block;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  /* border-style: solid; */
  /* border-width: 1px; */
  /* border-color: #858585; */
  /* border-radius: 50%; */
  text-align: center;
  line-height: 37px;
  color: #858585;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

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

.footer-widget__social a i{line-height:35px;}

.footer-widget__social a:hover {
  color: #e77e37;
  border-color: #e77e37;
}

.footer-widget__social a + a {
  margin-left: 9px;
}

.bottom-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 27px 0;
}

.bottom-footer__line {
  margin: 0;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.1);
}

.bottom-footer__text {
  margin: 0;
  color: #a0a4ae;
  font-size: 14px;
}

.bottom-footer__text a {
  color: #EB4343;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.bottom-footer__text a:hover {
  color: #fff;
}

/*
* 15. team style
*/
.team-one {
  padding-top: 90px;
  padding-bottom: 35px;
}

.team-one__single {
  margin-bottom: 65px;
}

.team-one__image {
  position: relative;
}

.team-one__image > img {
  width: 100%;
}

.team-one__hover {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  background-color: #5765a1;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 30px;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.team-one__content {
  background-color: #e77e37;
  margin-top: -20px;
  position: relative;
  z-index: 10;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 15px;
  padding-bottom:15px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.team-one__title {
  margin: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
}

.team-one__title a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-one__title a:hover {
  color: #EB4343;
}

.team-one__designation {
  margin: 0;
  font-size: 16px;
  line-height: 1em;
  color: #797979;
  margin-top: 10px;
}

.team-one__link {
  display: inline-block;
  vertical-align: middle;
  color: #e77e37;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  border-bottom: 1px solid #e77e37;
  line-height: 1em;
  margin-top: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.team-one__link:hover {
  color: #181E44;
  border-color: #181E44;
}

.team-one__single:hover .team-one__hover {
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.team-one__single:hover .team-one__content {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
}

.team-one__home-five {
  padding-bottom: 40px;
}

/*
* 16. contact style
*/
.cnt-detail{padding-top:180px;}
.contact-one {
  background: #EFF0F4 url(../images/background/contact-bg-1-1.jpg) right center no-repeat;
  background-size: cover;
}

.contact-one__title {
  margin: 0;
  color: #181E44;
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif;
}

.contact-one__form {
  padding: 80px 40px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.13);
}

.contact-one__form input,
.contact-one__form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 16px;
  color: #959595;
  border-width: 1px;
  border-color: #ededed;
  border-style: solid;
  height: 45px;
  margin-bottom: 20px;
  padding-left: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.contact-one__form input::-webkit-input-placeholder,
.contact-one__form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #959595;
}

.contact-one__form input::-moz-placeholder,
.contact-one__form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #959595;
}

.contact-one__form input:-ms-input-placeholder,
.contact-one__form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #959595;
}

.contact-one__form input:-moz-placeholder,
.contact-one__form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #959595;
}

.contact-one__form input:focus,
.contact-one__form textarea:focus {
  border-width: 1px;
  border-color: #ededed;
  border-style: solid;
  border-style: solid;
  border-width: 1px;
  border-color: #86cdf6;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.13);
}

.contact-one__form input.error,
.contact-one__form textarea.error {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.5);
}

.contact-one__form input.error::-webkit-input-placeholder,
.contact-one__form textarea.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.contact-one__form input.error::-moz-placeholder,
.contact-one__form textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.contact-one__form input.error:-ms-input-placeholder,
.contact-one__form textarea.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.contact-one__form input.error:-moz-placeholder,
.contact-one__form textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.contact-one__form textarea {
  height: 135px;
  padding-top: 20px;
}

.contact-one__form label.error {
  display: none !important;
}

.contact-one__content {
  width: 100%;
  padding-left: 60px;
}

@media (max-width: 1199px) {
  .contact-one__content {
    padding-left: 0;
  }
}

.contact-one__widget-title {
  margin: 0;
  color: #181E44;
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

.contact-one__widget-text {
  margin: 0;
  color: #797979;
  font-size: 16px;
  line-height: 26px;
}
.contact-one__widget-text a {
  color: inherit;
  transition: all .4s ease;
}

.contact-one__widget + .contact-one__widget {
  margin-top: 30px;
}

.contact-one__phone {
  color: #181E44;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 50px;
  margin: 0;
  line-height: 1em;
  margin-top: 10px;
}
.contact-one__phone a {
  color: inherit;
  transition: all .4s ease;
}
.contact-one__widget-text a:hover,
.contact-one__phone a:hover {
  color: #eb4343;
}

.contact-one__time {
  margin: 0;
  font-size: 18px;
  color: #181E44;
  font-weight: 600;
  font-style: italic;
  margin-top: 15px;
}

.contact-map {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-one__contact-page {
  padding-top: 100px;
  background-color: #fff;
  background-image: none;
}

.contact-one__contact-page .contact-one__form {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}

.contact-one__contact-page .contact-one__form input, .contact-one__contact-page .contact-one__form textarea {
  border-color: #E1E1E1;
}

.contact-one__page-content {
  padding: 65px 55px;
  background:#fff;
  /* border:1px solid #e77e37; */
  box-shadow:1px 0px 4px 4px #89888838;
}

.contact-one__page-title {
  margin: 0;
  color: #181E44;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 25px;
}

.contact-one__page-text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}

.contact-one__page-widget {
  position: relative;
  padding-left: 55px;
}

.contact-one__page-widget__icon {
  color: #e77e37;
  font-size: 32px;
  position: absolute;
  top: 10px;
  left: 0;
}

.contact-one__page-widget__title {
  margin: 0;
  color: #181E44;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

.contact-one__page-widget__text {
  font-family: "Poppins", sans-serif;
  color: #525151;
  font-size: 16px;
  margin: 0;
}
.contact-one__page-widget__text a {
  color: inherit;
  transition: all .4s ease;
}
.contact-one__page-widget__text a:hover {
  color: #EB4343;
}

.contact-one__page-widget + .contact-one__page-widget {
  margin-top: 30px;
}

/*
* 17. brand style
*/
.brand-one {
  padding: 35px 0;
}

.brand-one__carousel .owl-item img {
  opacity: .6;
}

@media (min-width: 991px) {
  .brand-one__carousel .owl-item img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.brand-one__carousel .owl-nav {
  margin: 0;
}

/*
* 19. gallery style
*/

/*************************************************************************************
Gallery section
*************************************************************************************/

.gallery{padding:80px 0 210px 0;}
.gallery .thumb{padding:20px 0;}

/*******************************Close Gallery Modify ************************************/

.gallery-one {
  padding-top: 100px;
  padding-bottom: 70px;
  background-color: #192139;
}

.gallery-one [class*=col-] {
  margin-bottom: 30px;
}

.gallery-one__single {
  position: relative;
  overflow: hidden;
}

.gallery-one__title-block {
  border-style: solid;
  border-width: 1px;
  border-color: #30364a;
  height: 100%;
}

.gallery-one__title {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.gallery-one__image > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.gallery-one__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(44, 98, 189, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.gallery-one__text {
  margin: 0;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.gallery-one__text:after {
  content: '';
  width: 31px;
  height: 1px;
  background-color: #FFFFFF;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 15px;
}

.gallery-one__popup {
  border-radius: 50%;
  width: 49px;
  height: 49px;
  display: inline-block;
  vertical-align: middle;
  background-color: #EB4343;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.gallery-one__popup i {
  color: #fff;
  font-size: 16px;
  line-height: 49px;
}

.gallery-one__popup:hover {
  background-color: #fff;
}

.gallery-one__popup:hover i {
  color: #181E44;
}

.gallery-one__single:hover .gallery-one__image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.gallery-one__single:hover .gallery-one__content {
  opacity: 1;
}

.gallery-one__page {
  background-color: #fff;
}

.gallery-one__page .gallery-one__content {
  background-color: rgba(0, 0, 0, 0.4);
}

/*
* 23. sidebar style
*/
@media (max-width: 991px) {
  .service-sidebar {
    margin-bottom: 80px;
  }
}

.service-sidebar__single + .service-sidebar__single {
  margin-top: 30px;
}

.service-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-sidebar__list-item {
  background-color: #e77e37;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-sidebar__list-item.active, .service-sidebar__list-item:hover {
  background-color: #5765a1;
  color:#fff;
}

.service-sidebar__list-item + .service-sidebar__list-item {
  border-top: 1px solid #ffb887;
}

.service-sidebar__list-link {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  display: block;
  padding: 11.5px 24px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}

.service-sidebar__list-link:before {
  content: '';
  width: 5px;
  background-color: #e77e37;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.service-sidebar__list-link:hover {
  color: #fff;
}

.service-sidebar__list-link:hover:before {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.service-sidebar__list-item.active .service-sidebar__list-link {
  color: #fff;
}

.service-sidebar__list-item.active .service-sidebar__list-link:before {
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.service-sidebar__cta {
  text-align: center;
  background: #1a3871 url(../images/resources/service-sidebar-1-1.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding: 36.5px 35px;
}

.service-sidebar__cta:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(26, 56, 113, 0.93);
}

.service-sidebar__cta * {
  position: relative;
}

.service-sidebar__cta-title {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  line-height: 1em;
  margin-bottom: 10px;
}

.service-sidebar__cta-text {
  margin: 0;
  color: #FFFFFF;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 30px;
}

.service-sidebar__cta-text span {
  font-size: 26px;
  font-weight: 600;
}

.service-sidebar__contact {
  background-color: #EAEDF8;
  padding: 32px 30px;
}

.service-sidebar__contact-text {
  margin: 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #181E44;
  position: relative;
  padding-left: 30px;
  line-height: 1em;
}
.service-sidebar__contact-text a {
  color: inherit;
  transition: all .4s ease;
}
.service-sidebar__contact-text a:hover {
  color: #EB4343;
}

.service-sidebar__contact-text i {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #75767C;
  font-size: 20px;
}

.service-sidebar__contact-highlight {
  font-size: 20px;
  font-weight: 600;
}

.service-sidebar__contact-text + .service-sidebar__contact-text {
  margin-top: 15px;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 80px;
  }
}

.sidebar__single + .sidebar__single {
  margin-top: 45px;
}

.sidebar__title {
  margin: 0;
  color: #181E44;
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 23px;
}

.sidebar__search-form {
  width: 100%;
  height: 52px;
  border-style: solid;
  border-width: 1px;
  border-color: lightgray;
  position: relative;
}

.sidebar__search input,
.sidebar__search button[type=submit] {
  width: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  height: 100%;
  color: #909090;
  font-size: 15px;
  padding-left: 20px;
}

.sidebar__search input::-webkit-input-placeholder,
.sidebar__search button[type=submit]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909090;
}

.sidebar__search input::-moz-placeholder,
.sidebar__search button[type=submit]::-moz-placeholder {
  /* Firefox 19+ */
  color: #909090;
}

.sidebar__search input:-ms-input-placeholder,
.sidebar__search button[type=submit]:-ms-input-placeholder {
  /* IE 10+ */
  color: #909090;
}

.sidebar__search input:-moz-placeholder,
.sidebar__search button[type=submit]:-moz-placeholder {
  /* Firefox 18- */
  color: #909090;
}

.sidebar__search button[type=submit] {
  padding: 0;
  border-left: 1px solid lightgray;
  background-color: #e3ebf0;
  text-align: center;
  line-height: 52px;
  width: 50px;
  height: 52px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar__search button[type=submit]:hover {
  color: #fff;
  background-color: #181E44;
}

.sidebar__post-single {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 20px;
}

.sidebar__post-single + .sidebar__post-single {
  margin-top: 23px;
}

.sidebar__post-title {
  margin: 0;
  color: #242424;
  font-size: 15px;
  line-height: 22px;
  font-weight: 550;
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}

.sidebar__post-title a {
  color: #242424;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar__post-title a:hover {
  color: #EB4343;
  text-decoration: underline;
}

.sidebar__post-date {
  color: #9A9A9A;
  font-size: 15px;
  color: "Poppins", sans-serif;
}

.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}

.sidebar__category-list-item + .sidebar__category-list-item {
  border-top: 1px solid #e6e6e6;
}

.sidebar__category-list-item a {
  display: block;
  color: #797979;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  position: relative;
  padding: 7px 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar__category-list-item a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #c8c8c8;
  font-size: 14px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar__category-list-item a:hover {
  color: #EB4343;
}

.sidebar__category-list-item a:hover:before {
  color: #EB4343;
}

.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
}

.sidebar__tags-list-item a {
  display: block;
  color: #a6a6a6;
  font-size: 15px;
  border: 1px solid #E4E4E4;
  padding: 5px 23px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar__tags-list-item a:hover {
  color: #fff;
  background-color: #1A3871;
  border-color: #1A3871;
}


/* Header discription all pages */

.header-descript {
	background:#dad9d5;
	padding:20px 0;
}
.header-descript .abt-header-sec{
	padding-left:25px;
}
.header-descript .abt-header-sec h1{
	font-size:22px;
	color:#e77e37;
	font-weight:600;
}
.header-descript .abt-header-sec ul{
	padding-top:20px;
	padding:0px;
	margin:0px;
}
.header-descript .abt-header-sec ul li{
	list-style:none;
	font-size:14px;
	color:#000;
	float:left;
	font-weight:600;
}
.header-descript .abt-header-sec ul li a{
	color:#5765a1;
	font-size:14px;
	padding-right:15px;
	text-transform:uppercase;
}
.header-descript .abt-header-sec ul li{}
