.slider-box {
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
  padding: 20px 0;
  margin-bottom: 20px;
}
.slide-tagline {
  background-color: var(--color-primary);
  padding: 7px 14px;
  color: white;
  border-radius: 10px;
  border-radius: 20px;
}
#slider .carousel-caption {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0;
}
.inner_carousel.container.position-relative {
  position: relative;
  bottom: 0;
}
#slider .carousel-control-next, .carousel-control-prev{
  width: 10%;
  opacity: 1;
}
.carousel-control-next {
  right: 0;
  top: unset;
  bottom: 3em;
}
.carousel-control-prev {
  left: unset;
  right: 5em;
  bottom: 3em;
  top: unset;
}
#slider .slidesmalltext {
  color: white;
  font-weight: 400;
}
#slider h1, #slider h2 {
  font-size: 34px;
  font-weight: 400;
  color: white;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
#slider .carousel-indicators {
  display: block;
  right: 0;
  left: 0;
  top: unset;
  transform: unset;
  margin: 0;
  bottom: 30px;
  z-index: 999;
  margin: 0 auto;
  text-align: center;
}
.carousel-indicators button{
  height: 12px !important;
  width: 12px !important;
  border-radius: 50px;
  border: none !important;
  background: #fff;
  opacity: 1 !important;
  margin: 0px 10px !important;
}
#slider .carousel-indicators .active{
  width: 50px !important;
}
#slider .slider-left-image{
  width: 75%;
  height: auto;
  margin-top: -20px;
}
#slider .carousel-indicators li {
  display: inline-block;
  width: 4px !important;
  height: 4px;
  border: none;
  padding: 8px;
  background-color: transparent;
  border-radius: 50%;
  margin-bottom: 10px;
  opacity: 1;
}
#slider .carousel-indicators li span {
  background-color: var(--color-primary);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  text-align: center;
}
#slider .carousel-indicators li.active {
  width: 3px !important;
  height: 3px !important;
  border: 2px solid var(--color-primary);
}
.slide_left_image img {
  z-index: 9;
  position: relative;
}
.slider_social a {
  background-color: transparent;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid white;
  margin: 13px 0;
  border-radius: 50%;
}
.slider_social a i {
  color: white;
  font-size: 13px;
  padding: 13px;
}
.slider_social {
  bottom: 20px;
  position: absolute;
  right: 20px;
  z-index: 99;
}
.slider_social a:hover i {
  -webkit-animation: jello-horizontal 0.9s both;
  animation: jello-horizontal 0.9s both;
}
/* --------- Marquee Text --------- */
#sliding-text {
  background-color: var(--color-primary);
  padding: 20px;
}
.sliding-topbar {
  background-color: #031424;
}
.topbar_text{
  color: white;
  display: inline-block;
  width: 100%;
}
.topbar_text i {
  font-size: 3px;
  padding: 10px 10px;
}
.simple-marquee-container {
  width: 100%;
  /* background: grey; */
  /* float: left; */
  /* display: inline-block; */
  overflow: hidden;
  box-sizing: border-box;
  height: 32px;
  position: relative;
  cursor: pointer;
}
.simple-marquee-container .marquee-sibling {
  padding: 0;
  background: rgb(61, 61, 61);
  width: 20%;
  height: 45px;
  line-height: 42px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  float: left;
  left: 0;
  z-index: 2000;
}
.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
  display: inline-block;
  white-space: nowrap;
  position:absolute;
}
.simple-marquee-container .marquee{
  margin-left: 25%;
}
.simple-marquee-container .marquee-content-items{
  display: inline-block;
  margin: 0;
  position: relative;
}
.simple-marquee-container .marquee-content-items li {
  display: inline-block;
  line-height: 35px;
  color: black;
}
/* --------- Records Box --------- */
.box-count {
  font-size: 40px;
  color: white;
  font-family: var(--secondry-font);
  padding-top: 10px;
  display: block;
  padding-bottom: 5px;
}
.record_detail h6, .record_detail h6 a {
  color: white;
  font-weight: 400;
  font-family: var(--secondry-font);
}
.record_detail {
    padding: 20px;
}
.image_box_wrapper {
    margin-top: -6em;
    z-index: 999;
    position: relative;
}
/* --------- Image Box --------- */
.box_outer {
  background-color: white;
  border-radius: 9px;
  padding: 10px;
}
.box_outer h6, .box_outer h6 a {
  line-height: 26px;
  color: #1d4d4f;
  font-weight: 500;
  padding: 0;
  font-size: 15px;
}
.box_outer .image_box_p {
  font-size: 12px;
  line-height: 20px;
  color: #222222;
  font-weight: 400;
}
.owl-carousel .owl-item .box_outer img {
  margin-right: 4px;
}
/* --------- About Us --------- */
.about_listing li {
  list-style: none;
  color: white;
  font-size: 14px;
}
.about_listing li i {
  background-color: var(--color-primary);
  padding: 10px;
  border-radius: 50%;
  color: black;
  font-size: 10px;
  margin-right: 6px;
  margin-bottom: 12px;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-img-bottom {
  margin-top: -8em;
  margin-left: -5px;
}
img.about-image2 {
  position: relative;
  margin-top: -12em;
  right: 0px;
  /* border-radius: 10px; */
  z-index: 9999;
  float: right;
}
.about-image > .about-image1 {
  width: 74%;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
h5#about-circular-text {
  display: inline-block;
  background-color: var(--color-primary);
  border-radius: 50%;
  padding: 9px 8px;
  width: 120px;
  height: 120px;
  color: black;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  margin-top: -3em;
  margin-left: -4em;
  /*animation: spin 14s linear infinite;*/
  /*animation-name: rotate-circle;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;*/
}
@keyframes spin{
            100%{
                transform: rotate(360deg);
            }
        }
.round-text {
  position: relative;
  display: inline-block;
  /*animation-name: rotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  border-radius: 50%;*/
}
@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}
.round-outer {
    display: block;
}
#about-circular-text:after {
  content: "\f005";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  color: black;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 21px;
  text-align: center;
}
/*------ Service ------------*/
.services_p p {
  margin-bottom: 0;
  color: #8f8f8f;
  font-weight: 400;
}
.services_p{
  margin-bottom: 16px;
}
.custom_block h6 {
  color: var(--color-primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
}
.custom_block h5, .custom_block h5 a {
  color: #30494f;
  font-weight: 700;
}
.custom_block {
  transition: .3s ease;
  /* transform: translateY(0); */
  /* border-radius: 20px; */
  /* filter: drop-shadow(0 0 25px rgba(0,0,0,0.06)); */
  /* background-color: #ffffff; */
  /* padding: 30px; */
}
.services-title-box a {
  color: white;
  font-weight: 500;
}
.services-title-box i {
  transform: rotate(45deg);
}
.custom_block:hover{
  transition: .3s ease;
}
.custom_block_inner {
  display: inline-block;
  border-radius: 50%;
}
.services-title-box {
  padding: 12px 0;
  position: relative;
  border-bottom: 1px solid white;
}
.services-title-box i {
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 22px;
}
#our-services .owl-carousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}
.service-body a {
  text-decoration: underline;
  font-weight: 600;
}
/* --------- Why Choose Us --------- */
.whychoose-head {
  text-align: right;
  padding-left: 18%;
}
.whychoose_block .media span {
  background-color: var(--color-primary);
  padding: 10px 15px;
  border-radius: 50%;
  color: black;
  font-weight: 500;
  display: inline-block;
}
.whychoose_block .media .media-body {
  margin-right: 16px;
}
.whychoose_block .media h5 {
  color: white;
  font-size: 15px;
  font-weight: 500;
  padding-top: 0;
}
.why-choose-text {
  font-size: 13px;
}
#why-choose-us .section_main_head .section-text, #why-choose-us .section_main_head .section-text p{
  color: #8f8f8f;
}
.whychoose_block {
  border-bottom: 1px solid white;
}
.whychoose_block:last-child{
  border-bottom: none;
}
/* --------- Video --------- */
.video_wrapper a i {
  background-color: rgb(0 0 0 / 50%);
  padding: 23px;
  border-radius: 50%;
  color: white;
  font-size: 12px;
}
.video_wrapper a {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  /* display: block; */
  text-align: center;
  transform: translateY(-50%);
  transition: .3s ease;
}
.video_wrapper a:hover{
  transform: translateY(-60%);
  transition: .2s ease;
}
/* --------- Projects --------- */
span.work-step {
  font-weight: 300;
  font-size: 22px;
  color: white;
}
.work_title_box  h5 {
  color: white;
  font-weight: 300;
  font-size: 22px;
}
.work-text {
  color: white;
}
.work_outer{
  border-bottom: 1px solid white;
}
.work_outer {
  border-bottom: 1px solid white;
  padding-left: 0;
  padding-right: 0;
}
.prject-head{
  border-bottom: 1px solid white;
}
a.link-icon {
  background-color: var(--color-primary);
  padding: 15px 18px;
  color: black;
  border-radius: 50%;
}
a.link-icon i{ 
  transform: rotate(45deg);
}
a.link-icon {
  background-color: var(--color-primary);
  padding: 12px 19px;
  color: black;
  border-radius: 50%;
  position: absolute;
  left: -12px;
  bottom: 16px;
  display: inline-block;
  transition: .3s ease;
}
a.link-icon:hover{
  transform: translateY(-10%);
  transition: .2s ease;
}
/* --------- Pricing Plans --------- */
.plan-info {
  background-color: black;
  padding: 15px 20px 0px 20px;
  position: relative;
}
.plan-details{
  background-color: white;
  padding: 20px;
  border-radius: 15px 15px 0px 0px;
  position: relative;
}
.plan-info h5 {
  color: white;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.plan-price {
  font-weight: 300;
  color: #121212;
  font-size: 22px;
}
.plan_text {
  font-size: 10px;
  font-weight: 600;
  color: black;
}
.plan-features li {
  color: #121212;
  font-size: 13px;
  list-style: none;
  margin-bottom: 10px;
}
.plan-features li i {
  background-color: var(--color-primary);
  padding: 6px;
  font-size: 12px;
  border-radius: 50%;
  margin-right: 8px;
}
.plan-features ul {
  margin: 0;
}
.plan-info i.fas.fa-star {
  color: #55E6A5;
  filter: blur(25px);
  transform: rotate(-22.51deg);
  font-size: 10em;
  position: absolute;
  left: 0;
  top: 0;
}
#our-projects i.fas.fa-star {
  color: #55E6A5;
  filter: blur(14px);
  transform: rotate(-22.51deg);
  font-size: 10em;
  position: absolute;
  right: 3em;
  bottom: 0;
  z-index: -1;
}
#our-projects i.star-top.fas.fa-star {
  right: 0em;
  top: 3em;
  z-index: -1;
  bottom: unset;
}
.slide_left_image i.fas.fa-star {
  color: #55E6A5;
  filter: blur(14px);
  transform: rotate(-22.51deg);
  font-size: 10em;
  position: absolute;
  left: -6%;
  top: -13%;
  z-index: -1;
}
/* --------- Contact Us --------- */
.inner-container {
  max-width: 90%;
  margin: 0 auto;
  padding: 30px;
  border: 1px solid white;
}
.contact_us_shortcode input[type="text"], .contact_us_shortcode input[type="tel"], .contact_us_shortcode input[type="email"], .contact_us_shortcode input[type="number"], .contact_us_shortcode input[type="password"], .contact_us_shortcode textarea {
    border: none;
    font-size: 12px;
    padding: 10px 10px;
    margin: 0 0 0px 0;
    height: auto;
    width: 100%;
    background-color: white;
}
 .contact_us_shortcode textarea {
  height: 100px;
 }
h5#demo5 {
    color: black;
    font-weight: 300;
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 38%;
    transform: rotate(56deg);
}
.circular-image-text img {
  border-radius: 50%;
}
h5#demo5 span {
  background-color: var(--color-primary);
  padding: 14px 5px;
}
h5#demo5 span:first-child{

}
h5#demo5 span:last-child{

}
.circular-image-text {
    max-width: 100%;
}
/* --------- Contact Us --------- */
#home-contact {
  padding: 0;
}
.contact_box_container {
  background-color: #f69946;
  padding: 0 40px;
}
.contact_shortcode input[type="text"], .contact_shortcode input[type="tel"], .contact_shortcode input[type="email"], .contact_shortcode input[type="phno"], .contact_shortcode input[type="password"], .contact_shortcode textarea {
  border: none;
  background-color: #f1f5f9;
  color: #5a5a5a;
}
.contact_shortcode textarea {
  height: 110px;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
  background-color: #d9d9d9 !important;
  margin: 0 3px;
  outline: none;
  border: none;
  border-radius: 50%;
  padding: 4px !important;
  height: auto !important;
  width: auto !important;
}
.owl-carousel button.owl-dot.active{
  background-color: var(--color-primary) !important;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  height: auto;
}
button.owl-prev, button.owl-next {
  position: unset;
  transform: unset;
  border: none;
  padding: 0;
  outline: none;
  width: auto !important;
  background-color: transparent;
  z-index: 9999;
  position: relative;
}
button.owl-prev {
    margin-right: 10px;
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 12px 16px;
  color: white;
  border: none;
  background-color: var(--color-primary);
  transition: .3s ease;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-primary);
  transition: .3s ease;
  padding: 12px 21px;
  border-radius: 30px !important;
}
#our-team .owl-nav, #latest-news .owl-nav{
  text-align: center;
}
.owl-carousel .owl-stage-outer{
  padding-bottom: 7px;
}
.owl-carousel .owl-nav button.owl-prev i, .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i, .owl-nav button.owl-next i {
  border-radius: 50%;
}
.custom-nav {
  text-align: left;
  position: relative;
}
/* ----------- Latest News ------------- */
.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_content h5 a {
  font-size: 16px;
  color: #121212;
  font-weight: 500;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.auther_name, .news_date {
  color: #000000;
}
.news_content {
  padding: 15px;
  background-color: var(--color-primary);
}
.auther_name i, .news_date i{
  color: var(--color-primary);
  padding-right: 5px;
}
.auther_name {
  color: black;
  text-transform: capitalize;
}
#latest-news .owl-carousel .owl-stage-outer {
  padding-bottom: 30px;
}
.news_content h5 {
  padding: 0;
}
.news_content h5 a i {
  transform: rotate(45deg);
  position: absolute;
  right: -15px;
  top: 8px;
  color: black;
}
.news_content h5 {
  position: relative;
  margin-right: 18px;
}
/*---------------Newsletter ---------------*/
#newsletter_section .section_main_head .section-text, #newsletter_section .section_main_head .section-text p{
  max-width: 100%;
}
.newsletter_shortcode {
  max-width: 50%;
  margin: 0 auto;
}
.newsletter_shortcode textarea {
  height: 152px;
}
.newsletter_shortcode input[type="text"], .newsletter_shortcode input[type="tel"], .newsletter_shortcode input[type="email"], .newsletter_shortcode input[type="phno"], .newsletter_shortcode input[type="password"], .newsletter_shortcode textarea{
  border-radius: 0;
  background-color: white;
  border: none;
  color: #d4d4d4;
  padding: 10px 20px;
  font-family: var(--primary-font);
}
.newsletter_shortcode input[type="text"]::placeholder, .newsletter_shortcode input[type="tel"]::placeholder, .newsletter_shortcode input[type="email"]::placeholder, .newsletter_shortcode input[type="phno"]::placeholder, .newsletter_shortcode input[type="password"]::placeholder, .newsletter_shortcode textarea::placeholder{
  color: #c0c0c0;
}
.newsletter_shortcode input[type="submit"] {
  padding: 15px 26px;
  position: absolute;
  right: 0;
}
.newsletter_shortcode form {
  position: relative;
}
.newsletter_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
#newsletter_section {
  background-position: center;
}

@-webkit-keyframes rotate {
  from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

@-moz-keyframes rotate {
  from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}

@keyframes rotate {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
#newsletter_section .section_main_head {
    max-width: 19%;
}
.owl-nav {
    text-align: center;
    margin-top: 10px;
}