/**************************************************************************************************** 
global-css 
****************************************************************************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/******************************************************************************************************* 
common-section 
**********************************************************************************************************/

.container {
  max-width: 1818px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}

.container-sm {
  max-width: 1492px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

body {
}

:root {
  --primary-color: #3f543e;
  --secoendary-color: ;
}

a {
  text-decoration: none;
  display: inline-block;
}

ul {
  list-style-type: none;
}

.row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.col-6 {
  width: 50%;
  padding: 0 15px;
}

.col-4 {
  width: 33.33%;
  padding: 0 15px;
}

.col-3 {
  width: 24.99%;
  padding: 0 15px;
}

/************************************************************************************************************** 
header-section
**************************************************************************************************************888**/

header {
  padding: 10px 0;
}

/* navbar-brand */

.navbar-brand > a > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.navbar-brand > a {
  max-width: 74px;
}

/* navbar-collapse */

.hdr-wrp,
.navbar-collapse,
.navbar-collapse > ul,
.navbar-collapse > .navbar-button {
  display: flex;
  align-items: center;
}

.navbar-collapse > ul {
  margin-left: auto;
}

.navbar-collapse {
  flex-grow: 1;
}

/* navbar-button */

.primary-btn {
  padding: 20px 40px;
  border-radius: 31px;
  background: var(--primary-color);
  color: white;
  font-size: 16px;
  font-weight: 400;
  font-family: ;
  line-height: 100%;
  display: flex;
  gap: 12px;
  align-items: center;
}

.primary-btn > a {
  color: white;
}

.log-in-btn {
  padding: 13px 32px 14px;
  border-radius: 31px;
  border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  margin-left: 12px;
  gap: 9px;
}

.log-in-btn > a {
  color: var(--primary-color);
}

.navbar-toggler > span {
  width: 30px;
  height: 5px;
  background: var(--primary-color);
  display: flex;
}

.navbar-toggler > span:first-child {
  margin-bottom: 5px;
}

.navbar-toggler > span:last-child {
  margin-top: 5px;
}

.navbar-toggler {
  display: none;
}

.nav-link {
  margin-right: 37px;
  color: var(--primary-color);
}

.log-in-btn-sm{
 
  padding: 13px 32px 14px;
  border-radius: 31px;
  border: 1px solid var(--primary-color);
  display: flex;
  align-items: center;
  margin-left: 12px;
  gap: 9px;
}
.log-in-btn-sm > a {
  color: var(--primary-color);
}

.log-in-btn-sm{

  display: none;
}

/************************************************************************************************************** 
banner-section /hero-section
***************************************************************************************************************/

.banner-section {
  min-height: 100vh;
  background: url("../asset/image/910\ 1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.banner-cntn > span {
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.banner-cntn > span > img {
  max-width: 29.5px;
  width: 100%;
  object-fit: contain;
  margin-left: 10px;
}

.banner-row {
  display: flex;
  justify-content: space-between;
}

.banner-hed {
  font-size: 70px;
  font-weight: 500;
  line-height: 68px;
  color: white;
  margin-bottom: 16px;
}

.banner-cntn > p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: white;
  margin-bottom: 26px;
}

.banner-btn {
  max-width: 256px;
  max-height: 62px;
  border-radius: 31px;
  padding: 20px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  color: #3f543e;
}

.banner-btn > a {
  margin-right: 12px;
  color: #3f543e;
}

/************************************************************************************************************
 about-section 
 *************************************************************************************************************/

.about-section {
  padding: 100px 0 99px;
}
.about-row {
  align-items: center;
}
.about-img {
  display: flex;
  align-items: center;
}

.about-img-one > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.about-img-one {
  max-width: 410px;
  margin-right: 22px;
}

.about-img-two > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.about-img-two {
  max-width: 284px;
}

.about-cntn > span {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.about-cntn > span > img {
  max-width: 29.5px;
  width: 100%;
  object-fit: contain;
  margin-left: 11px;
}

.about-hed {
  font-size: 55px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 11px;
}

.about-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 14px;
}
.cmn-btn {
  max-width: 180px;
  padding: 20px 35.5px 20px 36px;
  border-radius: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;

  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  background: var(--primary-color);
  margin-top: 16px;
}

.cmn-btn > a {
  color: white;
  margin-right: 14px;
}

/**************************************************************************************************** 
service-section 
********************************************************************************************************/

.service-section {
  background: #fafafa;
}

.service-cntn {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cntn-first {
  max-width: 324px;
  margin-bottom: 27px;
}

.cntn-secoend {
  max-width: 461px;
  margin-bottom: 53px;
}

.service-card-cmn {
  max-width: 468px;
  max-height: 506px;
  padding: 25px 25px 39px 25px;
  border-radius: 20px;
  box-shadow: 0 6px 71px #d7d7d7;
  border: 1px solid #ededed;
}

.service-card-unic {
  max-width: 468px;
  max-height: 506px;
  padding: 25px 25px 39px 25px;
  border-radius: 20px;
  background: var(--primary-color);
}

.card-img > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.card-img {
  max-width: 418px;
  margin-bottom: 18px;
}

.card-icon > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.card-icon {
  max-width: 50px;
  margin-bottom: 13px;
}

.card-hed {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}

.card-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.service-wrp > .cmn-btn {
  margin: 40px auto 0;
}

.cntn-first > span > img {
  max-width: 29.5px;
  width: 100%;
  object-fit: contain;
  margin-left: 13.5px;
}

.cntn-first > span {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.cntn-first > h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 28px;
}

.cntn-secoend > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 53px;
}

/***********************************************************************************************************
 testimonial-section 
 ****************************************************************************************************************/

.testimonial-section {
  padding: 98px 0 100px;
}
.test-cntn {
  text-align: center;
}

.test-img {
  max-width: 578.7px;
  display: flex;
  align-items: center;
  gap: 33.98px;
  margin: 0 auto;
}

.test-img-sm {
  max-width: 61.97px;
}

.test-img-sm > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.test-img-big > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.test-img-big {
  max-width: 131.93px;
}

.test-img-mid > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.test-img-mid {
  max-width: 91.95px;
}

.test-cntn > img {
  max-width: 29.5px;
  width: 100%;
  object-fit: contain;
  margin-right: 20px;
}

.test-cntn > span {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #3f543e;
}

.test-cntn > span > img {
  max-width: 29.5px;
  width: 100%;
  object-fit: contain;
  margin-left: 10px;
}

.test-cntn > h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 100%;
  color: #121212;
  margin-bottom: 2px;
}

.test-para {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #121212;
  margin-bottom: 26px;
}

.test-text > h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  color: #3f543e;
}

.test-text > p {
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: #121212;
}

/****************************************************************************************************
card-section 
*****************************************************************************************************/

.card-section {
  background: var(--primary-color);
}

.card-wrp {
  padding: 71px 0 70px;
}

.card-first-part > span {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: white;
}

.card-first-part > span > img {
  max-width: 29.5px;
  width: 100%;
  object-fit: contain;
  margin-left: 10px;
}

.card-first-part > h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 55px;
  color: white;
}

.card-secoend-part > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
  color: white;
}

.card-btn {
  max-width: 256px;
  padding: 20px 39.5px 20px 40px;
  border-radius: 31px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-btn > a {
  color: #3f543e;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  margin-right: 12px;
  color: var(--primary-color);
}

.card-btn > .card-sign > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.card-btn > .card-sign {
  max-width: 23.5px;
}

/************************************************************************************************************* 
footer-section 
****************************************************************************************************************/

.footer-section {
  padding: 85px 0 72px;
}

.footer-btm {
  background: #f3f3f3;
  padding: 12px 0;
  text-align: center;
  margin: 72px 0 50px;
}

/* footer-brand */

.footer-brand > a > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.footer-brand > a {
  max-width: 82px;
}

/* footer-line-img */

.line-img > img {
  max-width: 52px;
  width: 100%;
  object-fit: contain;
}

/* footer-link */

.footer-link > a {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #121212;
}

.footer-cntn > ul > li > a {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #121212;
}

.footer-btm > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
}

.footer-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #121212;
}



.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-img > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.logo-img {
  max-width: 52.03px;
  margin-right: 20px;
  
  
}
