body {
  background: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #868e96;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a.cta-btn {
  position: fixed;
  right: 20px;
  bottom: 0px;
  background-color: #8a244c;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 5px 15px;
}
a.cta-btn1{
  position: fixed;
  right: 251px;
  bottom: 0px;
  background-color: #8a244c;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 5px 15px;
}
a:hover {
  text-decoration: none;
}

a.nav-link:hover {
  color: #006fe6!important;
}

h1, h2, h3, h4, h5 {
  color: #000;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-toggler {
  padding: 0rem 0rem;

}

/* Header */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100001;
  border-bottom: 1px solid #ccc;
  background-color: white;
}

header .navbar-brand {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 400;
}


.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.0rem!important;
  padding-left: .5rem;
}

header .navbar-brand span {
  /* color: #1b5f8a; */
  color: #1b5f8a;
}

header .top-bar {
  /* 007bff */
  background: #88234d;
}

header span {
  color: #fff;
}

@media (max-width: 768px) {

  
header span {
  color: #fff;
  display: contents;
}

header .top-bar .cta-btn {
  display: none!important;
 
}

.modal {
  top: 210px!important;
  
}

}


header .top-bar a {
  color: #fff;
  /* padding: 10px; */
  font-size: 13px;
  display: inline-block;
}

header .top-bar button {
    /*border: none;*/
    /*background: none;*/
    /*color: #fff;*/
    /*font-size: 13px;*/
    /*padding-top: 10px;*/
    /*outline: 0;*/
    /*margin-left: -6px;*/
    /*margin-right: 40px;*/
    margin-right: 40px;
    background-color: #f132213d;
    border: none;
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
}

header .top-bar .cta-btn {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  background: #f93e24;
}

header .top-bar .cta-btn:hover {
  -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .top-bar .social {
  margin-bottom: 0;
}

header .top-bar .social li {
  display: inline-block;
  text-align: center;
}

header .top-bar .social li a {
  color: #fff;
  padding: 10px;
  width: 40px;
  display: inline-block;
}

@media (max-width: 991px) {
  header .top-bar .social li a {
    padding-left: 10px;
    padding-right: 10px;
    width: inherit;
  }


}

header .top-bar .social li a:hover {
  background: #f93e25;
  color: #fff;
  -webkit-box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 0 20px 0 rgba(0, 0, 0, 0.1);
}

header .navbar {
  padding-top: 0;
  padding-bottom: 0;
  background: white !important;
}

@media (max-width: 1199px) {
  header .navbar {
    background: white !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

header .navbar .nav-link {
  padding: 1.7rem 1rem;
  outline: none !important;
}

@media (max-width: 1199px) {
  header .navbar .nav-link {
    padding: .5rem 0rem;
  }
}

header .navbar .nav-link.active {
  color: #006fe6!important;
}

header .navbar .dropdown-menu {
  font-size: 14px;
  border-radius: 4px;
  border: none;
  -webkit-box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.1);
}

header .navbar .dropdown-menu .dropdown-item.active {
  background: #f8f9fa;
  color: #1b5f8a !important;
}

header .navbar .dropdown-menu a {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Owl Carousel */
.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: none;
  touch-action: inherit!important;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #1b5f8a;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}


a.offers {
    background-color: #1c5e89;
    padding: 15px 35px;
    color: #fff;
    margin-top: 33px;
    font-size: 18px;
    font-weight: 400;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 72px;
    color: #fff;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 40px;
}

.owl-carousel.home-slider .slider-item .slider-text h3 {
  font-size: 40px;
  color: #fff;
  line-height: 14.2;
  font-weight: 700;
}


@media (max-width: 991px) {
    .owl-carousel.home-slider .slider-item{
    min-height: 300px;
  }

  .owl-carousel.home-slider .slider-item .slider-text h1{
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: -114px;
  }

  .owl-carousel.home-slider .owl-dots{
    bottom: 0px!important;
  }

  a.offers{
    padding: 8px 16px!important;
  }

  /* .home-feature .f1{
    display: none;
  }
  .home-feature .f2{
    display: none;
  }
  .home-feature .f3{
    display: none;
  } */
  a.offers{
    display:none;
}

.home-feature .item-wrapper .item h2{
  margin-top: 10px!important;
}
.home-feature .item-wrapper .items .item{
  margin: 0px 30px!important;
}


}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}

.owl-carousel.home-slider.inner-page .slider-item {
  height: calc(49vh - 118px);
    min-height: 420px;
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 500px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 150px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.5);
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: white;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #868e96;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: 0px !important;
  position: relative;
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.home-feature {
  margin-top: -120px;
  position: relative;
  z-index: 2;
}

.home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 2;
  top: 0;
  border-bottom: 10px solid #5AC8D8;
}

@media (max-width: 767px) {
  .home-feature .one-col, .home-feature .two-col, .home-feature .three-col {
    border: none;
    margin-bottom: 10px;
  }
}

.home-feature .one-col .col-inner, .home-feature .two-col .col-inner, .home-feature .three-col .col-inner {
  position: relative;
  overflow: hidden;
}

.home-feature .one-col .icon, .home-feature .two-col .icon, .home-feature .three-col .icon {
  font-size: 200px;
  color: rgba(255, 255, 255, 0.07);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.home-feature .one-col h2, .home-feature .two-col h2, .home-feature .three-col h2 {
  color: #fff;
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home-feature .one-col p, .home-feature .two-col p, .home-feature .three-col p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.home-feature .one-col p:last-child, .home-feature .two-col p:last-child, .home-feature .three-col p:last-child {
  margin-bottom: 0;
}

.home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
  -webkit-transition: .15s all ease-out;
  -o-transition: .15s all ease-out;
  transition: .15s all ease-out;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  text-align: center;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 20px;
  background: #5AC8D8;
  z-index: -1;
  color: #fff;
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .home-feature .one-col .btn-more, .home-feature .two-col .btn-more, .home-feature .three-col .btn-more {
    opacity: 1;
    visibility: visible;
    position: relative;
    bottom: 0;
  }
}

.home-feature .one-col .btn-more:hover, .home-feature .two-col .btn-more:hover, .home-feature .three-col .btn-more:hover {
  background: #6fcfdd;
}

.home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
  top: -10px;
  z-index: 3;
  -webkit-box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 40px -5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  .home-feature .one-col:hover, .home-feature .two-col:hover, .home-feature .three-col:hover {
    top: 0;
  }
}

.home-feature .one-col:hover .icon, .home-feature .two-col:hover .icon, .home-feature .three-col:hover .icon {
  -webkit-transform: translate(-10px, -50%);
  -ms-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

.home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
  opacity: 1;
  visibility: visible;
  bottom: -50px;
}

@media (max-width: 767px) {
  .home-feature .one-col:hover .btn-more, .home-feature .two-col:hover .btn-more, .home-feature .three-col:hover .btn-more {
    bottom: 0;
  }
}

.home-feature .one-col {
  background: #1b5f8a;
}

.home-feature .two-col {
  background: #006fe6;
}

.home-feature .three-col {
  background: #0067d6;
}

.section {
  padding: 3em 0;
}

.cta-link {
  background: #ac4e71;
  padding: 3.5em 0 3em 0;
  display: block;
  text-align: center;
}

.cta-link:focus, .cta-link:active {
  outline: none;
}

.cta-link span {
  line-height: 1.2;
}

.cta-link .sub-heading {
  color: #fff;
  display: block;
  font-size: 20px;
}

.cta-link .heading {
  font-size: 50px;
  color: #001933;
}

@media (max-width: 991px) {
  .cta-link .heading {
    font-size: 30px;
  }
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
}
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

a.media-head {
  color: #333333;
  font-size: 18px;
}

.articles-inner{
  padding-top: 55px;
  padding-bottom: 50px;
}
.articles-inner span {
  font-size: 14px;
  color: #252525;
}

.articles-inner .date{
  /* margin-top: 20px; */
}

.articles-inner h2{
 font-size: 26px;
 margin-top: 10px;
  color: #464646;
}


.articles-inner .date i{
  color: rgb(0, 123, 255);
    font-size: 15px;
    margin-right: 5px;
}

.articles-inner p {
  font-size: 15px;
  color: #5a5a5a;
  margin-top: 15px;
}

.services-inner{
  padding-top: 55px;
  padding-bottom: 50px;
}


.services-inner p {
  margin-top: 15px;
    font-size: 14px;
    color: #5a5a5a;
}

.services1 .services-items:hover {
  -webkit-box-shadow: 0 28px 29px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 28px 29px 0 rgba(0, 0, 0, 0.25);
}

.services1 .services-items {
  background-color: #fbfbfb;
  transition: all 0.3s linear 0s;
  border: 1px solid rgb(230, 230, 230);
  padding-bottom: 20px;
  cursor: pointer;
}
.services1 .services-items p {
 font-size: 15px;
 margin-bottom: 25px;
}

.services1 .services-items a.readmore-services {
  color: #fff;
  background-color: #f93e25;
  padding: 8px 15px;

}


.services1{
  padding-top: 40px;
  padding-bottom: 50px;
}

.services{
  padding-top: 70px;
  padding-bottom: 50px;
}

.services .text {
  background-color: #f93e24;
  color: #fff;
  border-radius: 0px 0px 5px 5px;
  padding: 5px;
  margin-top: -8px;
}

.services [class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
  background-color: #1b5f8a;
 
}

.services h5{
  color: #fff;
  font-size: 18px;
  padding-top: 5px;
}

.events{
  padding-top: 70px;
}

.events .item-events {
  margin-bottom: 70px;
}
.events .events-details {
  border: 1px solid #cecccc;
  padding: 20px;
}
.events h3 {
  font-size: 22px;
  font-size: #ccc;
  color: #3a3838;
}
.events p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.events .event-date {
  border: none;
    background-color: #f93e24;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    text-align: center;
    line-height: 25px;
    padding-top: 5px;
    text-transform: uppercase;
    position: absolute;
    top: 0px;
    color: #fff;
    left: 15px;
}

.events a.readmore {
  border: 1px solid #017cff;
  padding: 8px 20px;
  margin-top: 29px;
  background: #017cff;
  color: #fff;
}

.contact-us {
  padding-top: 70px;
  padding-bottom: 20px;
}

.contact-us a{
  color: #717171;
}

.contact-us p {
  color: #717171;
  font-size: 16px;
}

.contact-us .form-control-lg {
  padding: 0.5rem 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.contact-us .form-control {
  display: block;
  width: 100%;
  font-size: 14px;
}

.contact-us input.send-btn {
  background-color: #f93e24;
  border: navajowhite;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  outline: 0;
  margin-top: 20px;
  transition: 0.5s all;
}
.contact-us  input.send-btn:hover {
  background-color: #1b5f8a;
}

.cta-link:hover {
  background: #ac4e71;
}

.home-feature  .item-wrapper {
  overflow: hidden;
  margin-top: -80px;
}

.home-feature .item-wrapper .items {
  display: flex;
}


.home-feature .item-wrapper .items .item {
  height: 200px;
  background-color: #88234d;
  margin: 0 10px;
  padding: 15px;
  flex-grow: 1;
  transform: translateY(130px);
  transition: .4s all;
  border-radius: 0px;
  width: 270px;
}
.home-feature .item-wrapper .items .item1{
    background-color: #a97289;
}
.home-feature .item-wrapper .items .item2{
    background-color: #cc89a3;
}
.home-feature .item-wrapper .items .item3{
    background-color: #b1949c;
}

.home-feature .item-wrapper .items .item:hover{
  transform: translateY(0px);
  border-radius:0px;
}

.home-feature .item-wrapper .items .items-row {
  display: flex;
}

.home-feature .item-wrapper .item h2{
  font-size: 20px;
padding-bottom: 10px;
color: #fff;
margin-top:1px;

}

.home-feature .item-wrapper .item p {
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}

.home-feature .item-wrapper .item hr {
  border: 1px solid #ffffff47;
}

header .navbar .nav-link.active {
  color: #006fe6!important;
}

.terms {
  background-color: #1b5f8a;
  padding: 30px 20px;
  color: #fff;
}

.terms h5{
  font-size: 20px;
  color: #fff;
}

.terms p.offer {
  color: #fff;
  text-align: left;
  font-size: 14px;
}

.form-area {
  background-color: #1b5f8a;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 30px;
}

.form-area h2{
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 20px;
}

.form-area label {
  font-size: 14px;
  color: #fff;
  margin-bottom: .7em;
  letter-spacing: 1px;
  display: block;
  text-transform: capitalize;
}

/*.form-area input[type="text"], [type="date"], input[type="email"], select, select.dropdown {*/
/*    width: 96%;*/
/*    padding: 0.3em;*/
/*    border: 1px solid rgb(161, 161, 161);*/
/*    font-size: 16px;*/
/*    letter-spacing: .5px;*/
/*    outline: none;*/
/*    color: #404040;*/
/*    margin-bottom: 1.2em;*/
/*    font-family: 'Open Sans', sans-serif;*/
/*}*/

.form-area input[type="submit"] {
  background: #ffffff;
  border: none;
  padding: 5px 25px;
  color: #313131;
  font-size: 17px;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5 all;
  -o-transition: 0.5s all;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 10px;

}

.form-area select {
  padding: 0.4em;
}

.form-area .forms {
  margin-left: 3px;
}


.offer-details {
  border: 1px solid #ccc;
  transition: all 450ms ease;
}

.offer-details:hover{
  -webkit-box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
}


.hovereffect {
  width:100%;
  height:100%;
  float:left;
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
  }
  
  .hovereffect .overlay {
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  opacity:0;
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
  }
  
  .hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
  }
  
  
  .hovereffect a.info:hover {
  box-shadow:0 0 5px #fff;
  }
  
  .hovereffect:hover img {
  -ms-transform:scale(1.1);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
  }
  
  .hovereffect:hover .overlay {
  opacity:1;
  filter:alpha(opacity=100);
  }
  




.offer-desc {
  padding: 40px 0px 0px 10px;
  margin-bottom: 25px;
}

.offer-desc h2 {
 font-size: 24px;
 color: #2f2f2f;
 margin-bottom: 10px;
}

.offer-desc span.offer-price {
  font-weight: 700;
  font-size: 18px;
  color: #1b5f8a;
}

.offer-desc a.offer-btn {
  background-color: #f93e25;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
}

.offer-desc span {
  color: #313131;
  font-weight: 700;
}

.offer-details .offer-desc p {
  font-size: 16px;
  color: #6f6f6f;
  margin-top: 10px;
  margin-bottom: 50px;
 }


.cover_2 {
  background-size: cover;
  background-position: center center;
  padding: 6em 0em 4em 0em;
}

.cover_3 {
  background-size: cover;
  background-position: center center;
  padding: 2em 0em 4em 0em;
}

.cover_2 p{
    font-size: 16px;
    color: rgb(97, 96, 96);
    margin-top: 15px;
    text-align: justify;
}


.cover_1 {
  background-size: cover;
  background-position: center center;
  padding: 4em 0;
}

.cover_1 .sub-heading {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.cover_1 .heading {
  font-size: 28px;
  color: white;
  font-weight: 500;
}

.cover_1 span{

  font-size: 60px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;

}

.cover_1 p{
  font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: -15px;
}

.heading {
  color: #000;
}

.heading.border-bottom {
  position: relative;
  padding-bottom: 30px;
}

.heading.border-bottom:before {
  bottom: 0;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1b5f8a;
}

.text-black {
  color: #000 !important;
}

.stretch-section .video {
  display: block;
  position: relative;
  -webkit-box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 70px -20px rgba(0, 0, 0, 0.5);
}

.media-feature .icon {
  font-size: 60px;
  color: #1b5f8a;
}

.media-feature h3 {
  font-size: 20px;
}

.media-feature p {
  font-size: 14px;
}

.media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.media-custom  p{
  font-size: 15px;
}

.media-custom .meta-post {
  color: #adb5bd;
  font-size: 13px;
  text-transform: uppercase;
}

.media-custom .meta-chat {
  color: #ced4da;
}

.media-custom .meta-chat:hover {
  color: #868e96;
}

.media-custom:focus, .media-custom:hover {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.media-custom .media-body {
  padding: 30px;
}

.media-custom .media-body h3 {
  font-size: 20px;
}

.media-custom .media-body p:last-child {
  margin-bottom: 0;
}

.list-unstyled.check li {
  position: relative;
  padding-left: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.list-unstyled.check li:before {
  color: #5AC8D8;
  left: 0;
  font-family: "Ionicons";
  content: "\f122";
  position: absolute;
}

.custom-tabs .border-right {
  border-right: 1px solid #dee2e6;
}

@media (max-width: 767px) {
  .custom-tabs .border-right {
    border-right: none;
  }
}

.custom-tabs .nav-pills .nav-link {
  padding-left: 0;
  font-size: 26px;
  font-weight: 100;
  color: #adb5bd;
  line-height: 1.2;
  margin-bottom: 10px;
}

.custom-tabs .nav-pills .nav-link span {
  font-size: 18px;
}

.custom-tabs .nav-pills .nav-link.active {
  background: none;
  color: #1b5f8a;
  padding-left: 20px;
  position: relative;
}

.custom-tabs .nav-pills .nav-link.active:before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: #f93e24;
}

.custom-tabs .tab-pane .icon {
  font-size: 60px;
  display: block;
  color: #1b5f8a;
}

.custom-tabs .tab-pane h2 {
  font-size: 60px;
  font-weight: 300;
}

#modalAppointment .modal-content {
  border-radius: 0;
  border: none;
}

#modalAppointment .modal-body, #modalAppointment .modal-footer {
  padding: 40px;
}

.site-footer {
  padding-top: 60px;
  background: #6b2845;
  color: rgba(255, 255, 255, 0.7);
}

.modal {
  position: fixed;
  top: 120px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer a:hover {
  color: white;
}

.site-footer h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: .05em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.site-footer .footer-link li {
  line-height: 1.3;
  margin-bottom: 15px;
}

.site-footer hr {
  width: 100%;
}

.site-footer .border-t {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright {
  font-size: 14px;
}

.element-animate {
  opacity: 0;
  visibility: hidden;
}

.table-appointment th,td{
  border: 2px solid #95a6b7;
}
.dashboard {
    padding-top: 11px;
    padding-bottom: 20px;
}

.home-feature span.timing{
  display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255,255,255,.2);
}

.home-feature span.text-align  {
  width: 50%;
    text-align: right;
    margin-left: 25px;
}
.home-feature .features-inner-block{
   width: 100%;
    /* padding: 40px; */
    text-align: left;
    margin: 0 auto;
}

.home-feature .feature-btn{
  background-color: #f93e24;
  padding: 8px 23px;
  color: #fff;
  margin-top: -5px;
  font-size: 13px;
  border : none;
  cursor: pointer;
}


.home-feature hr{
  border-top: 1px solid rgb(218, 205, 205, 0.46)!important;
}

.text-primary1{
  color: #1b5f8a!important;
}

.btn-primary1{
  background-color: #1b5f8a!important;
  color: #fff;
}

.custom-tabs a:hover{
  color: #fff;
}

.navbar-nav .nav-link{
      color: rgba(0, 0, 0, 0.92)!important;
    font-weight: 500;
}

#services-id .service-area {
  padding: 100px 0;
}
#services-id .service-col {
  text-align: center;
  /* padding: 80px 30px; */
  background: #F6F6F6;
  margin: 1px 1px;
  position: relative;
  overflow: hidden;
  border: 1px solid #1b5e8966;
  margin-bottom: 20px;
}
#services-id .service-col img {
  /* position: absolute; */
  /* left: 50%; */
  top: 50%;
  z-index: 0;
  /* width: 200px;
  height: 200px; */
  margin-top: -50px;
   /* margin-left: -50px; */
  /* opacity: 0.6;  */
  width: 100%;
  object-fit: cover;
  height: 300px;
}
#services-id .service-col i {
  font-size: 50px;
  color: #ffa733;
  position: relative;
  z-index: 1;
}
#services-id .service-col h4 {
  margin-top: 10px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding: 10px;
}
#services-id .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #1b5e89;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
#services-id .service-col:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
#services-id .text {
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 20px 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.readmore-icon {
  color: #ffffff;
  font-size: 30px !important;
  position: absolute !important;
  right: 50px;
  bottom: 5px;
  z-index: 0;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.service-col:hover .readmore-icon {
  opacity: 1;
  right: 10px;
  z-index: 2;
  color: #ffffff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.overlay-icon {
  position: absolute !important;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2 !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 100px !important;
  color: #ffffff !important;
  opacity: 0.15;
  text-align: center;
}

/* Service Two CSS */
.service-two-area {
  padding: 100px 0 53px;
  overflow: hidden;
}
.service-particles-area {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-two-row {
    margin-top: -100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.service-two-col {
  
}
.service-item {
  text-align: center;
  padding: 50px 30px;
  background: #F6F6F6;
}
.service-item i {
    font-size: 50px;
    color: #ffa733;
    position: relative;
    z-index: 1;
}
.service-item h4 {
  margin-top: 10px;
}
.service-item h4 a {
  color: #222222;
}
.service-two-area .owl-theme .owl-nav [class*=owl-] {
  background: transparent;
  color: #ffa733;
  padding: 0;
  font-size: 50px;
  margin: 0 20px;
  margin-top: 0;
}
.service-two-area .owl-carousel .owl-nav .owl-prev {
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-prev:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 9px;
  z-index: -1;
  width: 30px;
  height: 30px;
background: #ffa733;  border-radius: 50px;
  opacity: 0.5;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-prev:hover {
  color: #ffffff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-prev:hover:before {
  width: 70px;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-next {
  position: relative;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 9px;
  z-index: -1;
  width: 30px;
  height: 30px;
background: #ffa733;  border-radius: 50px;
  opacity: 0.5;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-two-area .owl-carousel .owl-nav .owl-next:hover:before {
  width: 70px;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-item-box {
  text-align: center;
  margin-bottom: 50px;
}
.service-item-box img {
  width: 100%;
  height: auto;
}
.service-two-content {
  padding: 30px 20px 40px;
  border: 1px solid #F6F6F6;
  position: relative;
}
.service-two-content p {
  
}
.service-two-content .case-btn {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 30px;
  z-index: 0;
  text-align: center;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.service-item-box:hover .case-btn {
  right: 0;
  opacity: 1;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.all-cases-btn {
  margin-top: 30px;
  margin-bottom: 50px;
}

a.readmore-services1{
  color: #fff;
  background-color: #f93e25;
  padding: 8px 15px;
}

a.btn-services-all{
  background-color: #1c5e89;
  padding: 15px 35px;
  color: #fff;
  margin-top: 33px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 30px;
}
@media (max-width: 1200px) {

  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 12px!important;
  }
}

#services-new .service_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#services-new .service_title {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: #ac4e71;
}



/* #services-new h2:before {
  content: "";
  display: block;
  width: 50px;
  margin: 0 auto;
  height: 2px;
  background-color: #200f39;
  text-align: center;
  margin-top: 10px;
} */

/* #services-new h2:after {
  content: "";
  display: block;
  width: 50px;
  margin: 0 auto;
  height: 2px;
  background-color: #200f39;
  text-align: center;
  margin-top: 10px;
} */

#services-new .service {
  border: 1px solid #ccc;
  margin-top: 20px;
  width: 100%;
}

#services-new h3 {
  font-size: 24px;
  font-family: 'Poiret One', cursive;
  color: #ed1c24;
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

#services-new .service {
  position: relative;
  overflow: hidden;
}

#services-new .service:before {
  content: "";
  background: rgba(27, 94, 137, 0.32);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

#services-new .service img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  max-width: 100%;
  width: 100%;
}

#services-new .services:hover .service:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#services-new .service .read_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font: 500 40px "Poppins", sans-serif;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

#services-new .service .read_btn:before {
  content: "";
  width: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

#services-new .services:hover .service .read_btn {
  opacity: 1;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}

#services-new .services:hover .service .read_btn:before {
  width: 100%;
  right: 0;
}
#services-new .services:hover .service img {
  -webkit-transform: scale(1.09) translateZ(0);
  transform: scale(1.09) translateZ(0);
}

#services-new .heading.border-bottom:before {
  bottom: 16px;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1b5f8a;
}



@media (max-width: 1200px) {

  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 10px!important;
  }
  
  .home-feature{
    display: none;
  }
}

@media (max-width: 1024px) {

  .home-feature .item-wrapper .item h2{
    font-size: 17px!important;
  }

  .home-feature .item-wrapper .item p{
    font-size: 13px!important
  }

  .home-feature .item-wrapper .item .col-inner{
    margin-left: -8px;
  }
}

@media (max-width: 991px) {

  
  .owl-carousel.home-slider .slider-item{
    background-size: contain!important;
  }
  .owl-carousel.home-slider{
    height: 353px!important;
    padding-top: 0px!important;
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    font-size: 13px!important
  }

  .owl-carousel.home-slider .slider-item .slider-text h3{
    margin-top: -50px;
  }

}

@media (max-width: 767px) {

 a.cta-btn1{
  right: 19px!important;
  bottom: 46px!important;
 }

}


.cmsmasters_heading {
  color: #007ea7!important;
  text-align: center;
  font-size: 30px;
}
.service_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.service_title {
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  color: #ac4e71;
}
.one_half {
  width: 46.6%;
}
.one_half1 {
  width: 100%;
}
.content_wrap:after, .cmsmasters_row_inner:after, .cmsmasters_row_margin:after, .cmsmasters_column:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.one_first, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .one_sixth {
  margin: 0 1.7%;
  position: relative;
  float: left;
}

#services-new1 .service {
  border: 1px solid #ccc;
  margin-top: 20px;
  width: 100%;
}

#services-new1 .service {
  position: relative;
  overflow: hidden;
}

#services-new1 .service:before {
  content: "";
  background: rgba(27, 94, 137, 0.32);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

#services-new1 .service img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  max-width: 100%;
  width: 100%;
}

#services-new1 .services:hover .service:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#services-new1 .service .read_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  font: 500 30px "Poppins", sans-serif;
  color: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

#services-new1 .service .read_btn:before {
  content: "";
  width: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

#services-new1 .services:hover .service .read_btn {
  opacity: 1;
  -webkit-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}

#services-new1 .services:hover .service .read_btn:before {
  width: 100%;
  right: 0;
}
/*#services-new1 .services:hover .service img {*/
/*  -webkit-transform: scale(1.09) translateZ(0);*/
/*  transform: scale(1.09) translateZ(0);*/
/*}*/

#services-new1 .heading.border-bottom:before {
  bottom: 16px;
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #1b5f8a;
}


.owl-carousel{
    display : block !important;
}
/* .media {overflow: hidden;position: relative;text-align: center; cursor: pointer}
.media .content {padding: 35px 15px;}
.media:before, .media .content:before, .media:after, .media .content:after{display: inline-block; position:absolute; content:""; background-color:#ff214f; z-index: 1}
.media:before, .media .content:before {right:0; top:0; transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.media:after, .media .content:after {left:0; bottom:0; transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.media:hover:before, .media:hover:after{transform:scaleY(1); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.media:before {transform-origin: right top 0; -webkit-transform-origin: right top 0; -moz-transform-origin: right top 0; -ms-transform-origin: right top 0; -o-transform-origin: right top 0;}
.media:after {transform-origin: left bottom 0; -webkit-transform-origin: left bottom 0; -moz-transform-origin: left bottom 0; -ms-transform-origin: left bottom 0; -o-transform-origin: left bottom 0;}
.media .content:before {transform-origin: right top 0; -webkit-transform-origin: right top 0; -moz-transform-origin: right top 0; -ms-transform-origin: right top 0; -o-transform-origin: right top 0;}
.media .content:after {transform-origin: top left 0; -webkit-transform-origin: top left 0; -moz-transform-origin: top left 0; -ms-transform-origin: top left 0; -o-transform-origin: top left 0;}
.media:before, .media:after{height:100%; width:3px; transform:scaleY(0);-webkit-transform:scaleY(0); -moz-transform:scaleY(0); -ms-transform:scaleY(0); -o-transform:scaleY(0); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.media:hover .content:before, .media:hover.content:after {transform:scaleX(1); -webkit-transform:scaleX(1); -moz-transform:scaleX(1); -ms-transform:scaleX(1); -o-transform:scaleX(1); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;}
.media.content:before, .media.content:after {width:100%; height:3px; transform:scaleX(0); -webkit-transform:scaleX(0); -moz-transform:scaleX(0); -ms-transform:scaleX(0); -o-transform:scaleX(0); transition-duration:0.5s; -webkit-transition-duration:0.5s; -moz-transition-duration:0.5s; -ms-transition-duration:0.5s; -o-transition-duration:0.5s;} */