/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none !important;
}


ul {
  margin-bottom: 0px;
}

p {
  font-size: 15px;
  line-height: 30px;
  color: var(--secondary-color);
}

.container {
  overflow: hidden;
}

:root {
  --primary-color: #71cdc2;
  /* variable define  */
  --secondary-color: #2a2a2a;
  --white-color: #ffffff;
}

.our-portfolio-section-custom {
	justify-content: center;
}


@media (max-width: 991px) {

  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .mobile-bottom-fix {
    margin-bottom: 30px;
  }

  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }


}

.page-section {
  margin-top: 120px;
}

.section-heading h2,
.contact-us h2 {
  font-size: 32px;
  text-transform: capitalize;
  color: var(--secondary-color);
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 46px;
  margin-bottom: 10px;
}

.section-heading h2 em {
  font-style: normal;
  color: var(--secondary-color);
}

.section-heading h2 span {
  color: var(--primary-color);
}

.main-red-button a {
  display: inline-block;
  background-color: var(--secondary-color);
  font-size: 15px;
  font-weight: 400;
  color: var(--white-color);
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-nav .nav li .main-red-button a {
  color: var(--white-color) !important;
  line-height: 18px !important;
}

.main-white-button a {
  display: inline-block;
  background-color: var(--white-color);
  font-size: 15px;
  font-weight: 400;
  color: var(--primary-color);
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}


/* 
---------------------------------------------
Heading Style
--------------------------------------------- 
*/
.section-heading h2 {
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
}

.section-heading p {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.custom-portfoli-heading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 60px;
}

.custom-portfolio-section-btn {
	text-align: center;
    padding: 10px 30px;
    border-radius: 30px;
    color: #3b3b44;
    background: #93e1d8;
    font-weight: 600;
}

.custom-portfolio-section-btn:hover,
.custom-portfolio-section-btn:active,
.custom-portfolio-section-btn:focus,
.custom-portfolio-section-btn:focus-visible {
	color: #3b3b44;
    background: #93e1d8;
    font-weight: 600;
}

.our-certificate img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: 1px solid rgba(42, 42, 42, 20%);
}

.custom-portfolio-section-btn-container {
	text-align: center;
}

/* 
---------------------------------------------
Portfolio Style
--------------------------------------------- 
*/
.our-portfolio {
  margin: 100px 0 0 0;
  background-color: #f2f6f7;
}

/* 
---------------------------------------------
Mobile Portfolio Style
--------------------------------------------- 
*/
.our-mobileportfolio {
  margin: 100px 0 50px 0;
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/
@media (max-width: 1645px) {
  form#contactForm .contact-dec {
    display: none;
  }
}

@media (min-width: 1380px) {
  .container {
    max-width: 1400px;
  }
}


@media (max-width: 1199px) {
  .selected-lang {
    display: none;
  }

  div#langDropdown {
    display: flex !important;
    position: relative;
    left: auto;
    top: auto;
    flex-direction: row;
    gap: 10px;
    border: none;
    background: transparent;
  }

  div#langDropdown a {
    line-height: normal !important;
    height: auto !important;
  }

  .background-header .main-nav .nav li .main-red-button a {
    color: #191a20 !important;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }

}


@media (max-width: 767px) {

  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }

  .phone-info h4 span i {
    margin-left: 0px;
  }

  .section-heading p {
    padding-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 30px;
  }

  #about {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .section-heading h2 {
    padding: 0 45px;
  }
}

@media (max-width: 414px) {
  .section-heading h2 {
    padding: 0 25px;
  }
}
