.carousel-item {
  background-color: white;
}
.slide-tagline {
  color: var(--color-secondry);
  font-weight: 400;
  font-size: 12px;
  font-family: var(--ternary-font);
  font-size: 28px;
}
div#slider img {
  width: 100%;
}
.slide_nav a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-color: var(--color-primary);
  color: white;
  padding: 14px 9px;
  font-weight: 800;
  letter-spacing: 8px;
  font-size: 12px;
}
.next-shape {
    position: absolute;
    left: -22px;
    top: 0px;
    /* height: 100%; */
    transform: rotate(180deg);
}
.next-shape svg {
    height: 100%;
}
.prev-shape {
    position: absolute;
    right: -22px;
    top: 0px;
}
.prev-shape svg {
    height: 100%;
}
.slide_nav a {
  writing-mode: vertical-lr;
  text-orientation: upright;
}
#slider .carousel-caption {
  left: 0;
  right: 0;
  top: 57%;
  bottom: 0;
  padding: 0;
  transform: translateY(-50%);
}
.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: #141B22;
  font-weight: 400;
}
.Slider-left-box {
  max-width: 43%;
}
a.theme_button.slide-btn {
  margin-right: 15px;
}
#slider h1, #slider h2 {
  font-size: 48px;
  font-weight: 700;
  color: #141B22;
}
.slide-text {
  color: white;
  opacity: 0.8;
}
@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
.slider-box {
  text-align: left;
}
div#slider {
  overflow: hidden;
}
.slide-circle {
    background-color: #eed9f8;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    position: absolute;
    bottom: -29%;
    right: -5%;
}
#slider .carousel-indicators {
  display: inline-block;
  right: 0;
  left: 13px;
  top: unset;
  transform: unset;
  margin: 0;
  bottom: 4%;
  text-align: left;
  margin: 0 auto;
  display: block;
  z-index: 999;
}
.carousel-indicators button{
  height: 12px !important;
  width: 12px !important;
  border-radius: 50px;
  border: none !important;
  background: #fff;
  opacity: 1 !important;
  margin: 0px 10px !important;
}
.custom_cls.container {
    top: -3em;
}
#slider .slider-left-image{
  width: 75%;
  height: auto;
  margin-top: -20px;
}
#slider .carousel-indicators li {
  display: inline-block;
  width: 2px !important;
  height: 2px;
  border: none;
  padding: 2px;
  background-color: transparent;
  border-radius: 4px;
  margin-bottom: 10px;
  opacity: 1;
  border: 2px solid #000;
}
#slider .carousel-indicators li.active {
  width: 2px !important;
  height: 2px !important;
  border: 2px solid var(--color-primary);
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  background-image: none;
}
#slider .carousel-indicators li.active {
  /* width: 1px !important; */
  /* height: 1px !important; */
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}
.slide_nav .carousel-next-button{
  right: 0;
}
.slide_nav .carousel-prev-button{
  left: 0;
}
.slide-image-inner {
  position: relative;
}
img.theme-image-after {
  position: absolute;
  bottom: -69px;
  z-index: 9;
}
.section_main_head {
  position: relative;
}
img.heading-image {
  position: absolute;
  top: 7px;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
/* --------- Services --------- */
.services_img_inner {
  margin-right: 10px;
}
.services h5 {
  padding-top: 0;
}
.services_p, .services_p p {
  color: #141B22;
}
.services h5 a, .services h5 {
  color: #141B22;
}
.services:hover h5 a, .services:hover h5{
  color: var(--color-primary);
}
.middle_img_inner  img {
    transform: scale(1.3);
}
/* --------- About Us --------- */
#about-us {
  /* padding-bottom: 0; */
  background-color: var(--color-secondry);
}
img.theme-image-before {
  position: absolute;
  top: -93px;
  z-index: 9;
}
#about-us .row {
  padding-top: 4em;
  padding-bottom: 4em;
  z-index: 999;
  position: relative;
}
#about-us .section-text {
  margin: 1em 0;
}
#about-us img.heading-image {
  margin: 0;
}
.icon-box-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.icon-box-1 {
  position: absolute;
  top: 14em;
  right: 0em;
}
.about-head-outer {
  padding-left: 30px;
}
.box-title span {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
}
#about-us .section_main_head .primary_text, #about-us .section_main_head .primary_text p{
  color: var(--color-primary);
}
.about-head.section_main_head .second_text, .about-head.section_main_head .second_text p{
  color: #6b6b6b;
}
.para-text {
  color: #444444;
  font-weight: 600;
  margin-bottom: 15px;
}
.media{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}
.icon-box span {
  color: var(--color-secondry);
  font-family: var(--secondary-font);
  font-size: 30px;
  font-weight: 700;
}
.box-title {
  color: #141B22;
  font-size: 14px;
  font-weight: 500;
}
img.leave-image {
    position: absolute;
    top: -5em;
    left: 0;
    z-index: 99;
}
img.outer-box-image {
  position: absolute;
  right: 2em;
  top: 8em;
}
div#footer-widgets .container {
    z-index: unset;
}
/* --------- Features --------- */
.feature-logo-shape svg {
  width: 100%;
}
.features-type {
    font-family: var(--ternary-font);
    color: #884CD2;
    font-size: 20px;
    margin-top: 20px;
    display: block;
}
.features-block h5, .features-block h5 a {
  color: #141B22;
}
.features-text {
  color: #141B22;
}
.feature-middle-box {
  position: absolute;
  z-index: -1;
  top: -25px;
}
.owl-carousel .owl-stage-outer {
  padding-top: 24px;
}
.icon-with-shape svg {
  width: 140px;
  height: 140px;
}
.icon-with-shape {
  position: absolute;
  bottom: -66px;
  right: -18px;
}
#latest-news .owl-carousel .owl-stage-outer {
  padding-bottom: 22px;
}
.features-image {
  position: relative;
  width: auto;
  display: inline-block;
}
.icon-with-shape i {
  color: black;
  font-size: 18px;
}
.opening-hours {
  /* background-color: var(--color-primary); */
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 999;
  position: relative;
  margin-bottom: -7em;
  background-color: white;
}
.head-box {
  background-color: var(--color-primary);
  padding: 20px;
  border-radius: 20px;
  text-align: center;
}
.head-box h6 {
    font-family: var(--ternary-font);
    color: white;
    font-weight: 400;
    font-size: 19px;
    padding: 0;
}
.head-box h3 {
  color: white;
  padding: 0;
}
.feature-logo-shape {
  position: absolute;
  bottom: -24px;
  width: 100%;
  left: 0;
  right: 0;
}
.feature-listing {
  padding: 20px;
  max-width: 88%;
  margin-top: 2em;
}
.features-heading {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 4px;
}
.features-time {
    font-size: 13px;
}
img.opening-image {
  position: relative;
  margin-top: -7em;
  width: 150px;
}
.extra_images {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
img.clock-image {
  width: 68px;
  height: 68px;
  margin-bottom: 2em;
  position: relative;
  left: 20px;
}
#our-features {
  padding-bottom: 0;
}
#our-features .feature-middle-box {
  display: none !important;
  transition: all 0.3s ease 0s;
}
#our-features .features-block:hover .feature-middle-box{
  display: block !important;
  transition: all 0.3s ease 0s;
}
#our-features button.owl-prev {
  left: 0;
}
#our-features button.owl-next {
    right: 0;
}
#testimonials button.owl-prev, #testimonials button.owl-next{
  top: 58%;
}
/*---------------------- Gallery ------------------------*/
#work-gallery .section_main_head.white_head h6{
  color: white;
}
#work-gallery {
  background-color: var(--color-primary);
  padding-bottom: 0;
}
.gallery-head {
  margin: 5em 0 1em 0;
}

.gallery_image_box i {
  text-align: center;
  background-color: var(--color-primary);
  color: white;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  padding: 18px 21px;
  border-radius: 50%;
}
.gallery_icon {
  display: none;
}
.gallery_icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(20 27 34 / 70%);
  align-items: center;
  justify-content: center;
}
.gallery_image_box:hover .gallery_icon {
  display: flex;
  transition: all 0.3s ease 0s;
}
/* Main CSS */
.grid-wrapper {
  display: grid;
  grid-gap: 0;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  grid-auto-rows: 198px;
  grid-auto-flow: dense;
  padding: 0;
}
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper div img, .grid-wrapper div a {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.gallery_image_box  img {
  width: 100%;
}
/* --------- Our Product --------- */
.flash_product {
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
}
#our-products .owl-carousel .owl-stage-outer {
    padding: 23px 0;
}
.product-title-box {
  text-align: center;
}
.product-title-box h5 a {
  color: black;
  font-size: 18px;
}
.price-rating-block ins, .price-rating-block .price {
  color: var(--color-primary);
  font-family: var(--ternary-font);
  font-size: 20px;
  text-decoration: none;
}
.price-rating-block del {
    color: #5B5F64;
    font-size: 20px;
    font-family: var(--ternary-font);
}
.custom_product_meta a {
  font: 700 14px var(--primary-font);
  display: inline-block;
  padding: 15px 28px;
  border-radius: 10px;
  border: none;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  box-shadow: 0px 7px 10px 0px rgba(211, 162, 69, 0.6);
  color: white;
  background-color: var(--color-primary);
}
#our-products span.onsale {
  background-color: var(--color-secondry);
  color: white;
  padding: 4px 12px;
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 0px;
}
.flash_product:hover .custom_product_meta {
  display: block;
}
.flash_product .custom_product_meta a {
  transform: translateY(-28%);
  /* position: absolute; */
  top: 68%;
  /* left: 0; */
  /* right: 0; */
  transition: all 0.3s ease 0s;
}
.flash_product:hover .custom_product_meta a {
  transform: translateY(-75%);
  transition: all 0.3s ease 0s;
}
.custom_product_meta{
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s ease 0s;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-dots, .owl-dots {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.owl-carousel .owl-dots button.owl-dot, .owl-dots button.owl-dot {
  background-color: transparent !important;
  /* border: 2px solid black; */
  margin-right: 16px;
  outline: none;
  /* border: none; */
  border-radius: 3px;
  padding: 3px !important;
  height: 2px!important;
  width: 2px !important;
  display: inline-block;
  border: 2px solid black;
}
.owl-carousel button.owl-dot.active, button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
  padding: 3px !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 {
  position: absolute;
  top: 41%;
  left: -60px;
  transform: translateY(-54%);
}
button.owl-next {
  position: absolute;
  top: 41%;
  right: -60px;
  transform: translateY(-54%);
}
.owl-carousel .owl-nav i, .owl-nav i {
  font-size: 14px;
  padding: 13px 17px;
  color: white;
  border: none;
  background-color: var(--color-primary);
  transition: .3s ease;
  border-radius: 0;
  opacity: 1;
  border-radius: 50%;
}
.owl-nav {
  text-align: center;
  margin-top: 20px;
}
.owl-carousel .owl-nav i:hover, .owl-nav i:hover {
  color: white;
  background-color: var(--color-primary);
  transition: .3s ease;
  opacity: 1;
}
#latest-news .owl-nav{
  text-align: center;
}
.custom-nav {
  text-align: left;
  position: relative;
}
/* ----------- Testimonials ------------- */
div#sync2 {
    z-index: 99;
}
.testimonial-box i {
  color: white;
  font-size: 38px;
}
#testimonials .owl-carousel .owl-dots {
  display: block;
}
.testimonial_text, .testimonial_text p {
  font-family: var(--ternary-font);
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.testimonials-info p {
  font-weight: 400;
  font-size: 14px;
  font-family: var(--primary-font);
  color: #757575;
}
h5.testimonial-title {
  padding: 0;
  line-height: 1.1;
  position: relative;
  display: inline-block;
}
.testimonial-title a {
  font-size: 18px;
  position: relative;
  color: white;
  font-weight: 700;
}
.t-desig {
  font-size: 11px;
  color: white;
  font-weight: 400;
  display: inline-block;
  margin-left: 17px;
}
.quote_box h3 {
  font-size: 23px;
  color: #1d4d4f;
  font-weight: 600;
}
.owl-carousel .owl-item .quote_box .media img, .quote_box .media img{
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
}
.testimonials-info p{
  margin-bottom: 0;
}
.owl-carousel .owl-item .testimonials_image img, .testimonials_image img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  margin-right: 10px;
  margin: 0 !important;
  margin-right: 10px !important;
}
#testimonials .owl-carousel .owl-nav span, #testimonials .owl-nav span {
  text-transform: uppercase;
  color: black;
  font-size: 12px;
}
div#sync2 .owl-item {
  width: auto !important;
}
#sync2 .owl-item img {
  width: 74px;
  height: 74px;
  cursor: pointer;
  opacity: 0.5;
}
#sync2 .owl-item.active.synced img {
    border: 3px solid var(--color-primary);
    border-radius: 50%;
    opacity: 1;
}
#testimonials .container {
  padding: 3em 15px;
}
.custom-dots.owl-dots button.owl-dot {
  background-color: transparent !important;
  border: 2px solid white;
}
.custom-dots.owl-dots button.owl-dot.active {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary);
}
.custom-dots.owl-dots {
  position: absolute;
  bottom: 0;
}
/* ----------- Latest News ------------- */
.news-box:hover .news-content-inner a.theme_button{
  background-color: var(--color-primary);
  border-color:var(--color-primary);
  color: white;
}
.news-box:hover  span.news_date, .news-box:hover span.news_year{
  color: white;
} 
.news-box:hover  svg path{
  fill: var(--color-primary);
}
.news-content-inner a.theme_button {
  border: 2px solid var(--color-primary);
  background-color: transparent;
  color: black;
  box-shadow: none;
  padding: 11px 17px;
  font-size: 12px;
}
.post_img {
  position: relative;
}
.news-box span.news_date {
  display: block;
  font-family: var(--secondary-font);
  font-size: 21px;
  font-weight: 700;
}
span.news_year {
  font-size: 12px;
}
.news-box {
  background-color: white;
  padding: 0;
  border-radius: 10px;
  
}

.post-meta {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.news_block {
  display: flex;
  align-items: center;
}
.post-right-volumn .post_img img {
  /* width: 100px !important; */
  height: 100px;
}
.post-right-volumn .news-box .metabox {
  margin-top: 0;
  border-top: none;
  padding-top: 9px;
}
.news_content h5 a {
  font-size: 18px;
  font-weight: 700;
  color: #222222;
}
.metabox span i {
  color: var(--color-primary);
}
.news-text {
  margin: 10px 0;
  font-size: 13px;
}
.news-box .metabox {
  color: #757575;
  font-size: 12px;
  text-transform: capitalize;
  padding-top: 12px;
  border-bottom: none;
  margin-top: 18px;
  margin-bottom: 0;
  border: none;
}
.owl-carousel .owl-item .post_img img {
  width: 100% !important;
}
.read-more-btn {
  visibility: hidden;
}
.news-box:hover .read-more-btn{
  visibility: visible;
}
.post-right-volumn .news_content h5 a {
  font-size: 15px;
}

.month_span {
  display: block;
  font-weight: 400;
  color: white;
  font-size: 17px;
}
.auther_name, .news_date {
  color: #000000;
}
.auther_name i, .news_date i{
  color: var(--color-primary);
  padding-right: 5px;
}
.testimonials-mar:hover .marquee-text-testimonials {
  left: 0!important;
  font-weight: normal;
}
.shadow-shape {
  height: 123%;
  width: 84%;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
  display: block;
  /* background-color: black; */
  position: absolute;
  right: 0;
  top: -24px;
  z-index: -1;
  border-radius: 19px;
  display: none;
}
.news-box:hover .shadow-shape {
  display: block;
}
.news-content-inner {
  padding-right: 10px;
}


/*---------------Contact Us ---------------*/
.contact_us_head img.heading-image, #testimonials img.heading-image {
    margin: 0;
}
#contact-section .section_main_head h6, #testimonials .section_main_head h6{
  color: white;
}

#contact-section .section_main_head .section-text, #contact-section .section_main_head .section-text p{
  max-width: 100%;
}
.contact_us_shortcode textarea {
  height: 100px;
}
.contact_us_shortcode input[type="text"], .contact_us_shortcode input[type="tel"], .contact_us_shortcode input[type="email"], .contact_us_shortcode input[type="phno"], .contact_us_shortcode input[type="password"], .contact_us_shortcode textarea, .contact_us_shortcode select, .contact_us_shortcode input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
  border-radius: 0;
  background-color: transparent;
  border: none;
  color: white;
  font-family: var(--primary-font);
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 1em;
  width: 100%;
  padding: 6px;
}
.contact_us_shortcode input[type="text"]::placeholder, .contact_us_shortcode input[type="tel"]::placeholder, .contact_us_shortcode input[type="email"]::placeholder, .contact_us_shortcode input[type="phno"]::placeholder, .contact_us_shortcode input[type="password"]::placeholder, .contact_us_shortcode textarea::placeholder{
  color: white;
}
.contact_us_shortcode form {
  position: relative;
}
.contact_us_social a {
  background-color: #f8ad6b;
  padding: 6px 8px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}
.contact_us_shortcode  label {
  color: #30494f;
  font-weight: 600;
}
.about-head .about-image:hover img {
    transform: scale(1.2) translate(4%, 4%);
}
.about-head .about-image img {
    transition: all 0.5s ease 0s;
    width: 100%;
}
.team_img{
  position: relative;
  overflow: hidden;
}
.contact_us_form h5 {
  color: white;
  font-size: 18px;
  /* writing-mode: initial; */
  background-color: var(--color-primary);
  padding: 7px 20px;
  display: inline-block;
  font-size: 15px;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 020px;
  border-bottom-left-radius: 20px;
  transform: rotate(270deg) translateX(10%);
  position: absolute;
  left: -66px;
  top: 50%;
}
.contact_us_form  h4 {
  color: white;
  font-size: 18px;
  font-weight: 700;
}
.contact_us-git-block {
  background-color: #211c32;
  display: inline-block;
  padding: 10px;
  border-radius: 20px;
}
.contact_us-git-block i {
  color: var(--color-primary);
  margin-right: 3px;
}
.contact_us-git-block a {
  color: white;
}
.call-vertical-box.contact_us-git-block {
  position: absolute;
  left: -77px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(270deg) translateX(17%) translateY(-50%);
  border-radius: 20px 20px 0px 0px;
}
.email-vertical-box.contact_us-git-block {
  position: absolute;
  right: -132px;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(270deg) translateX(17%) translateY(-50%);
  border-radius: 0px 0px 20px 20px;
}
.contact-row {
  max-width: 100%;
  padding: 3em 0;
}
#contact-section {
  padding-bottom: 0;
}
.contact_us_form {
  margin-bottom: 3em;
}
.post-right-volumn .news-text {
  display: none;
}
.wpcf7-date {
    position: relative;
}
.wpcf7-date::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}
.wpcf7-date:before {
  content: "\f073";
  font-weight: 900;
  color: white;
  /* background: none; */
  display: block;
  font-family: "Font Awesome 5 Free";
  width: 15px;
  height: 20px;
  position: absolute;
  top: 0px;
  right: 6px;
  /* content: "\f095"; */
}
/*-------------- Pricing Plans ------------------*/
.package-item img {
  width: 80px;
  height: 80px;
  margin-right: 10px;
}
#pricing-plans ul.nav.nav-tabs {
  display: table;
  background-color: white;
  padding: 10px 20px;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  margin: 0 auto;
}
#pricing-plans li.nav-item {
  display: inline-block;
  margin-right: 16px;
}
#pricing-plans .nav-tabs .nav-link {
  color: #5B5F64;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
}
#pricing-plans .nav-tabs .nav-link.active {
  background-color: var(--color-primary);
  color: white;
  border-radius: 10px;
  padding: 10px 18px;
}
.package-item  h5 a {
  color: #141B22;
}
.package-item .short_title {
    color: #141B22;
}
.package-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.package-price {
  color: #141B22;
  font-weight: 700;
  font-size: 20px;
  font-family: var(--secondary-font);
}
.package-price:before {
  content: '';
  width: 140px;
  display: inline-block;
  border: 1px dashed #4c4c4c;
  height: 1px;
  position: relative;
  top: -5px;
  right: 20px;
}

/*------------------- Team  -----------------------*/
.team_img img {
  width: 92px;
  height: 92px;
  margin-right: 15px;
}
.team_head  a {
    color: #141B22;
    font-size: 18px;
}
.team_head{
  padding-top: 0;
}
.team_outer:hover .team_head  a{
  color: var(--color-primary);
}
/*--------------- Get In Touch ---------------*/
.git-block i {
  background-color: var(--color-primary);
  padding: 25px 27px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
}
.gt-media {
  text-align: center;
}
#get-in-touch .container {
  padding: 4em 15px;
}
.git-block i {
  background-color: var(--color-primary);
  padding: 18px 20px;
  border-radius: 50%;
  color: white;
  font-size: 18px;
  display: inline-block;
  /* margin-bottom: 14px; */
  margin-right: 10px;
}
.gt-contact-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
}
.gt-contact-text {
  color: #dfd6d6;
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.gt-content-block {
  padding: 40px;
}
.git-block:nth-child(2) i, .git-block:nth-child(4) i{
  background-color: var(--color-secondry);
}
.page-template-home-page .container {
    z-index: 99;
    position: relative;
}
.news-row  .metabox .entry-comments {
    margin-right: 8px;
}
.contact_us_shortcode select option {
    color: black;
}
.contact_us_shortcode select {
  padding-bottom: 9px !important;
  padding-left: 0;
  padding-top: 10px;
}