/*Theme Name: Developerzones
Author: Developerzones Team
Version: 4.1
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@500;600;700&display=swap');

html {
    scroll-behavior: smooth;
}
body {
  background: #fff;
  color: #666666;
  font-family: poppins, sans-serif;
}

a {
  color: #05cfbb;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #05cfbb;
  outline: none;
  text-decoration: none;
}

  p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 28px;
    letter-spacing: 0;
    color: #777;
    font-family: poppins, sans-serif;
}


h1, h2, h3, h4, h5 {
  /*font-family: poppins, sans-serif;*/
  font-family: 'Jost', sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
  color: #3D404F;
}
 h6 {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #05cfbb;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #05cfbb;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Top Header
--------------------------------------------------------------*/

header.top-header {
    background: #fdfafa;
    padding: 0px 0;
    position: relative;
    z-index: 9;
}
header.top-header .row {
    justify-content: space-between;
}
.brand-sec img {
    height: 60px;
}
.top-header-right-sec {
    display: flex;
    align-items: center;
}
.call-sec, .mail-sec, .location-sec {
    position: relative;
    margin: 0 0px 0 35px;
    display: flex;
    align-items: center;
}
.topbar-icon {
    margin-right: 6px;
}
.call-sec span, .mail-sec span, .location-sec span {
    display: block;
    font-weight: 500;
}
.location-sec p{
  margin:0;
	color: #4e4e4e;
}
.top-header-right-sec img {
    height: 34px;
}
.brand-sec img {
    height: 80px;
}

@media screen and (max-width: 991px) {
	.location-sec {
    display: none;
}
}
@media screen and (max-width: 767px) {
	.call-sec, .mail-sec {
    margin: 0 0px 0 5px;
}
}
@media screen and (max-width: 576px) {
	.mail-sec {
    display: none;
}
header.top-header .row {
   padding: 0.5rem 0.5rem;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 0px 0;
    background: #05cfbb;
}
header#header .row {
    align-items: center;
    justify-content: space-between;
}
.tab-logo-sec {
   display: none;
}
.tab-logo-sec img {
    height: 60px;
}
.header-scrolled {
    position: fixed;
    width: 100%;
    top: 0;
}


@media (max-width: 992px) {
  #header .logo {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
.fixed-top {
    top: 0px;
}
#header {
    padding: 0px 0;
    }
}
@media screen and (max-width: 576px) {
	header#header .row {
    padding: 0rem 0.5rem;
}
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 10px 15px 10px 15px;
    margin: 0 2px;
}

.nav-menu a {
    display: block;
    position: relative;
    color: #ffffff;
   /* transition: 0.3s;*/
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}
.nav-menu .active {
    background: white;
    border-radius: 5px;
}
.nav-menu .active a {
    color: #05cfbb;
}
.nav-menu a:hover, .nav-menu li:hover{
    background: white;
    border-radius: 5px;
}
.nav-menu a:hover, .nav-menu li:hover > a {
  color: #05cfbb;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-top: solid 5px #05cfbb;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  color: #333333;
  border-bottom: solid 1px rgb(179 153 96 / 18%);
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a {
  color: #05cfbb;
}

.nav-menu .drop-down ul li:hover > a {
    color: #eaeaea;
    background: #05cfbb;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

.nav-menu li.reserve-btn {
    background: #05cfbb;
    box-sizing: border-box;
    border: solid 1px #ececec;
}
.nav-menu li.reserve-btn a {
    color: #f9f9f9;
}
.nav-menu li.reserve-btn:hover a {
    color: white;
}

.request-btn-sec {
    background: #027e73;
}
.request-btn-sec ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.quote-btn a {
    color: white;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
    padding: 22px 20px;
    display: inline-block;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
@media screen and (max-width: 1200px) {
  .nav-menu > ul > li {
  padding: 7px 7px 7px 7px;
}
}

/* Mobile Navigation */
.mobile-nav-toggle {
    border: 0;
    background: #f1f1f1;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    padding: 3px 12px;
    color: #05cfbb;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: 0.7s ease;
  opacity: 1;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  transform: translateY(-120%);
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #333333;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
      font-size: 15px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #05cfbb;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(26, 26, 26, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav li.reserve-btn a {
    color: white;
}
.mobile-nav li.reserve-btn {
    background: #05cfbb;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 82vh;
  background: #000;
  overflow: hidden;
  position: relative;
}

@media (max-height: 500px) {
  #intro {
    height: 150vh;
  }
}

#intro .carousel, #intro .carousel-inner, #intro .carousel-item, #intro .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
    content: '';
    background-color: rgb(1 10 51 / 17%);
}

#intro .carousel-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

#intro .container {
  text-align: center;
}
#intro h5 {
    color: #f0f2f7;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
}
#intro h2 {
    width: 80%;
    font-size: 60px;
    font-weight: 600;
    margin: 7% auto 0;
    line-height: 55px;
    letter-spacing: -0.8px;
    color: white;
}
#intro h2:after{
    content: "";
    width: 45px;
    height: 5px;
    background: #05cfbb;
    display: block;
    margin: 20px auto;
}
#intro p {
    margin: 0 auto 28px auto;
    color: #fff;
    font-size: 18px;
    width: 65%;
}
#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}
#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
line-height: 1;
    background: #05cfbb;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}

#intro .carousel-indicators li {
  cursor: pointer;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #05cfbb;
}

#intro .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    display: inline-block;
    padding: 12px 30px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: red;
    box-sizing: border-box;
    border-radius: 5px;
}

#intro .btn-get-started:hover {
    background: #05cfbb;
    color: #eae5da;
}

@media (max-width: 1024px) {
#intro {
    width: 100%;
    height: 72vh;
}
}
@media (max-width: 992px) {
  #intro h2 {
    width: 100%;
    font-size: 60px;
  }
	#intro p {
    width: 80%;
  }
#intro .carousel-container {
    padding: 0 1rem;
}
}
@media (max-width: 560px) {
  .carousel-container .container {
  padding: 0;
  }
  #intro h2 {
    font-size: 35px;
    line-height: 37px;
}
#intro p {
    width: 95%;
    line-height: 26px;
}
a.carousel-control-prev, a.carousel-control-next {
    display: none;
}
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
    overflow: hidden;
    padding: 60px 0 30px;
}

a.site-btn {
    background: #05cfbb;
    padding: 6px 19px;
    border-radius: 50px;
    color: white;
    margin: 3% 0;
    display: inline-block;
    box-shadow: 4px 4px 14px -8px rgb(0 121 120 / 94%);
    font-size: 14px;
    border: solid 2px #05cfbb;
}
a.site-btn:hover {
    background: #fff;
    color: #05cfbb;
}
.default-mrgn{
  margin-top:7%;
}


/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}
.site-heading h6 {
    margin-bottom: 4px;
    color: #05cfbb;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: -0.5px;
}
.site-heading h2 {
    color: #3D404F;
    line-height: 41px;
    font-size: 41px;
    letter-spacing: -0.8px;
    width: 80%;

}
.owl-nav {
position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}
button.owl-prev, button.owl-next {
    background: #05cfbb!important;
    color: white!important;
    width: 25px;
    height: 25px;
    font-size: 28px!important;
    position: relative;
    overflow: hidden;
}
button.owl-next {
  float:right;
}
button.owl-prev span, button.owl-next span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
}
button:focus{
  outline:none;
}


/*---------About section----------
---------------------------------*/

section.about-sec {
    padding: 0;
    background: #efefef;
}
.about-cont {
    margin: 2rem 0;
    width: 95%;
}
.about-left-sec {
    padding: 4rem 0 2rem;
}
.about-guest {
    padding: 2rem 0 0.5rem;
}
.guest-sec {
    background: #f2f2f2;
    box-shadow: 0px 0px 12px 4px rgb(0 0 0 / 17%);
}
.guest-img {
    display: table;
    background: #ffffff;
    padding: 0.5rem;
}
.guest-title h4 {
    font-size: 28px;
    letter-spacing: -0.5px;
    margin-bottom: 13px;
}
.guest-title h5 {
    background: #05cfbb;
    color: #fdfdfd;
    padding: 10px 13px;
    font-weight: 400;
    font-size: 20px;
    text-align: left;
}
.guest-title p {
    margin-bottom: 8px;
}

@media screen and (max-width: 1200px) {
  .about-guest .row {
    margin: 0.5rem 0;
}
.about-left-sec a.site-btn {
    margin: 0% 0;
}
section.about-sec .site-heading{
		text-align:center;
	}
	section.about-sec .site-heading h2{
    	width: 100%;
	}
}
@media screen and (max-width: 992px) {
.guest-title {
    padding-top: 1rem;
}
}

@media screen and (max-width: 767px) {
  .guest-title {
     padding-top: 0rem; 
}
.about-guest .row {
    margin: 0.5rem 0;
}
}
@media screen and (max-width: 560px){
.guest-title {
    padding-top: 2rem;
    text-align: center;
}
.guest-img {
    margin: auto;
}
.guest-img img {
    width: 150px;
}
}

/*--------Tender section---------
---------------------------------*/

section.tender-sec {
	background-image: url(assets/img/intro-carousel/tender.jpg);
    background-size: cover;
    background-position: top;
    height: auto;
    position: relative;
    padding:0;
    background-attachment: fixed;
}
section.tender-sec:after {
    content: "";
    background-color: rgb(0 51 40 / 72%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.tender-sec .site-heading {
    background: #05cfbb;
    position: relative;
    z-index: 1;
    padding: 15px;
}
section.tender-sec .site-heading h2 {
    margin: 0;
    color: #f2f2f2;
}
.tender-area {
    /*background: #f2f2f2;*/
    position: relative;
    z-index: 1;
    padding: 0;
}
.tender-wrapper {
    position: relative;
    z-index: 1;
    background: #f2f2f2;
    padding: 2rem;
    border-bottom: solid 8px #05cfbb;
    min-height: 300px;
}
.tender-wrapper marquee {
    min-height: 300px;
}
.tender-wrapper ul {
    padding: 0;
    list-style: none;
}
.tender-wrapper ul li a {
    color: #3D404F;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: left;
    padding: 15px 0;
    border-bottom: dotted 1px #3D404F;
    font-size: 16px;
    display:block;
}
.pdf-sec {
	z-index: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.pdf-sec a {
    display: block;
    text-align: center;
    padding: 0.8rem;
    border: dashed 2px #05cfbb;
    background: #ffffff;
    font-size: 18px;
    margin: 1rem;
}
.pdf-sec a:hover {
    border: dashed 2px #fff;
    background: #05cfbb;
	color:white;
}
@media (max-width: 991px) {
	.tender-area {
    position: relative;
    z-index: 1;
    padding: 2rem 2rem 1rem;
}
.pdf-sec {
    position: relative;
    top: unset;
    transform: none;
}
}

/*--------Service section---------
---------------------------------*/
section.service-sec {
    background: #f2f2f2;
}
.service-icon {
    padding: 1rem;
}
.service-icon img {
    margin: auto;
    max-width: 75px;
}
.service-wrapper {
    background: #fbfbfb;
    padding: 1rem 0;
    border-radius: 8px;
    transition: 0.3s ease;
    cursor: pointer;
    text-align: center;
}
.service-title-sec h5 {
    margin: 10px 0;
    text-align: center;
    font-size: 20px;
    padding: 0 1.5rem;
    letter-spacing: -0.5px;
}
.service-wrapper:hover {
    background: #05cfbb;
}
.service-wrapper:hover .service-icon img {
  filter: brightness(0) invert(1);
}

.service-wrapper:hover .service-title-sec h5 {
    color: white;
}

section.service-sec .owl-dots{
    display: block!important;
    text-align: center;
}
section.service-sec button.owl-dot.active{
    background: #05cfbb!important;
}
section.service-sec button.owl-dot{
    width: 10px;
    height: 10px;
    background: rgb(5 207 187 / 30%)!important;
    margin: 0 0.2rem;
}


/*---------Doctor section----------
---------------------------------*/

.doctor-sec .site-heading, .service-sec .site-heading{
    text-align: center;
}
.doctor-sec .site-heading h2, .service-sec .site-heading h2 {
    width:100%;
}

.doctor-sec .site-heading p, .service-sec .site-heading p {
    width: 50%;
    margin: auto;
}

.doctor-carousel, .service-carousel {
    padding: 0 5%;
    margin: 3rem 0 1rem;
}
.doctor-wrapper {
    border: solid 1px #f2f2f2;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
      text-align:center;
}
.doctor-carousel .owl-nav {
    display: block!important;
}
.doctor-carousel button.owl-prev, .doctor-carousel button.owl-next {
    width: 45px;
    height: 45px;
    border-radius: 100px;
}
.doctor-carousel button.owl-prev span, .doctor-carousel button.owl-next span {
    font-size: 35px;
    line-height: 20px;
}
.doctor-title-sec {
    background: #f2f2f2;
}

.doctor-title-sec h5 {
    text-align: center;
    font-size: 21px;
    margin: 0;
    padding: 0.8rem 0 0.3rem;
}
.doctor-wrapper p.specialist {
    margin: 0;
    color: #05cfbb;
    padding: 0 0 10px;
}
.doctor-sec a.site-btn,
.service-sec a.site-btn {
    margin: 2rem auto 0;
}

@media (max-width: 576px) {
.doctor-sec .site-heading p, .service-sec .site-heading p {
    width: 95%;
}
}


/*----------News section-----------
---------------------------------*/

.news-sec {
    /*background-image: url(assets/img/footer-bg1.png); */
    background-size: cover;
    /* background: #f7f8fa url(assets/img/footer-bg1.png) !important; */
    background-position: -103px 0 !important;
    background-repeat: no-repeat !important;
    padding-bottom: 60px;
    background-color: #f2f2f2;
}

.news-sec .site-heading  {
    margin-top: 15%;
}

.news-sec a.site-btn {
    margin-top: 15%;
}

.news-img-sec {
    position: relative;
}
.news-date {
    display: inline-block;
    background: #05cfbb;
    color: white;
    text-align: center;
    padding: 0px 12px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-date span {
    text-transform: uppercase;
    padding: 3px 7px 6px;
    display: block;
    font-size: 18px;
    letter-spacing: 1px;
}
.news-date p {
    margin: 0;
    font-size: 31px;
    font-weight: 700;
    line-height: 16px;
    color: white;
}
.News-title h5 {
    margin: 0;
    padding: 4% 0;
    font-size: 24px;
}
.news-excerpt p {
    font-size: 15px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 26px;
    margin-bottom: 8px;
}
a.news-read-btn {
    color: #05cfbb;
    font-size: 15px;
}

@media screen and (max-width: 992px) {
  .news-sec .site-heading {
    margin-top: 0%;
}
.news-sec a.site-btn {
    margin-top: 0%;
}
.news-carousel {
    margin-top: 2rem;
}
}


/*-------Footer Contact section---------
---------------------------------------*/

section.footer-top {
    text-align: center;
    margin-bottom: -58px;
    position: relative;
    padding: 28px;
}
section.footer-top .row {
    background: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 1rem 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 32%);
}
section.footer-top img {
    height: 34px;
    margin: 1rem 0;
}
.contact-wrapper {
    padding: 0.5rem 0;
}
.contact-wrapper:hover {
    background: #05cfbb;
    border-radius: 10px;
}
.contact-wrapper h5 {
    font-size: 24px;
}
.contact-wrapper p {
    font-size: 15px;
    font-weight: 400;
    color: #3D404F;
}
.contact-wrapper:hover img {
    filter: brightness(0) invert(1);
}
.email-wrap p {
    margin: 0;
}
.email-wrap p:last-child {
    margin-bottom:1rem;
}

/*------------Footer section------------
---------------------------------------*/


footer {
    background: #3D404F;
    padding: 70px 0 0;
}
footer p, 
footer ul li,
footer ul li a, 
footer span {
    color: #aaaaaa;
    font-size: 14px;
    letter-spacing: 0.4px;
    font-weight: 400;
}
footer h4 {
    color: white;
    font-weight: 500;
    margin-bottom: 1.2rem;
    font-size: 23px;
    letter-spacing: 0.4px;
}
.footer-logo {
    margin-bottom: 0.8rem;
}
.footer-logo img {
    height: 80px;
}
.social-sec a {
    background: transparent;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: dashed 1.9px #05cfbb;
    margin-right: 4px;
    color: #05cfbb;
    font-size: 14px;
}
.social-sec a:hover {
    background: white;
}

ul.footer-nav {
    padding: 0;
    list-style: none;
}
ul.footer-nav li a {
    padding: 3px 0;
    display: inline-block;
}


.post-list {
    display: flex;
    margin-bottom: 1.2rem;
}
.post-img {
    margin-right: 15px;
}
.post-img img {
    max-height: 45px;
    height: fit-content;
    object-fit: cover;
    object-position: center center;
}
.post-title span {
    display: block;
}


.copyright-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 1.3rem;
}
.copyright-wrapper:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #272727;
    position: absolute;
    left: 0;
}
.copyright-wrapper p {
    margin: 0;
    padding: 1rem 0 1rem;
}
/******* Gallery ******/
.gal {
-webkit-column-count: 3; 
    -moz-column-count: 3; 
    column-count: 3;

}
.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {

.gal {
-webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;

}
}
.gal img {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}




/*Tender-modal*/

.modal-body .tender-wrapper {
    position: relative;
    padding: 1rem;
	background:transparent;
}
h4.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    background: #05cfbb;
    padding: 0.7rem;
    color: white;
    border-radius: 3px;
}
button.close {
    padding: 0.4rem 0.7rem;
    background-color: crimson;
    border: 0;
    color: white!important;
    opacity: 1;
    font-weight: 400;
    position: absolute;
    right: -38px;
    top: 0px;
}

section.inner-bg {
    background: #f5f5f5;
}
.inner-heading {
    font-family: 'Jost', sans-serif;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #05cfbb;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 576px) {
	.copyright-wrapper {
    display: block;
    text-align: center;
	}
	.copyright-wrapper p {
    padding: 0px;
	}
}