@import url("https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

/* --------------------------
Default Code 
-----------------------------*/
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

.menu_top {
  width: 95%;
  margin: 0 auto;
  max-width: 1600px;
}

.top {
  width: 95%;
  margin: 0 auto;
  max-width: 1600px;
}

.col_sm1 {
  width: 100%;
}

.col_sm1_1 {
  width: 100%;
  margin: 0 auto;
}

.col_sm2 {
  width: 48%;
  float: left;
  margin: 1%;
}

.col_sm2_2 {
  width: 50%;
  float: left;
  margin: 1% 0;
}

.col_sm2_3 {
  width: 50%;
  float: left;
  margin: 0%;
}

.col_sm2_22 {
  width: 48%;
  float: left;
  margin: 1%;
}

.col_sm3 {
  width: 31%;
  float: left;
  margin: 1%;
}

.col_sm4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.col_sm44 {
  width: 28%;
  margin: 1%;
  float: left;
}

.col_sm8 {
  width: 58%;
  float: left;
  margin: 1%;
}

.col_sm88 {
  width: 38%;
  float: left;
  margin: 0%;
}

.col_sm9 {
  width: 47%;
  float: left;
  margin: 1%;
}

.col_sm99 {
  width: 49%;
  float: left;
  margin: 1%;
}

.col_sm9_1 {
  width: 50%;
  float: left;
  margin: 0%;
}

.col_sm99_1 {
  width: 48%;
  float: left;
  margin: 0%;
}


.col_sm10 {
  width: 13%;
  float: left;
  margin: 1%;
}

.col_sm100 {
  width: 83%;
  float: left;
  margin: 1%;
}

.clear {
  clear: both;
}

.top2 {
  width: 85%;
  margin: 0 auto;
}

.top3 {
  width: 85%;
  margin: 0 auto;
}

.logo {
  width: 200px;
  float: left;
}


.header-tag {
  width: 513px;
    float: left;
}


.header-tag-txt p {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    margin: 6% 3% 0% 5%;
    text-align: justify;
    font-family: "Roboto", sans-serif;
}

.navbarrr {
  width: fit-content;
  float: right;
  margin: 1%;
}

.fix_nav {
  position: static;
  z-index: 9999;
  background: transparent;
  border-bottom: 1px solid #f1f1f1;
}

.img {
  width: 100%;
}

.img2 {
  width: 100%;
  display: block;
}

.logo_img {
  width: 100%;
}

.bg_clr222 {
  background: white;
}

.footer-icon {
  text-align: center;
  margin-top: -23%;
}

.flex-grd{
 display: flex;
  text-align: center;
  justify-content: center;
}
/*-----------------------------
Bullet
-----------------------------*/
.bullet li{
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  text-align: left;
  font-family: "Roboto", sans-serif;
  margin: 1%;

}


/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
  text-decoration: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.whatsapp-icon {
  margin-top: 16px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
  width: 45px;
  height: 45px;
  position: fixed;
  display: flex;
  right: 1%;
  bottom: 2.5%;
  transition-duration: 1s;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  z-index: 9999;
  background-color: #003941;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.top_arrow:hover {
  background-color: #3f3f3f;
}

/*------------------------------------------
footer
------------------------------------------*/
.footer{
  color: #fff;
}
.ftr {
  background: #023641;
}

.logo-ftr img {
  width: 59%;
}

.ftr h3 {
  font-size: 20px !important;
  margin-bottom: 0px !important;
  padding-top: 7px !important;
  font-weight: 600 !important;
  font-family: "Sarabun", sans-serif;
  color: #fff !important;
}

.ftr p {
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  margin-top: 5px;
}

.ftr_btn h3 {
  font-size: 20px !important;
  margin-bottom: 0px !important;
  padding-top: 7px !important;
  font-weight: 600 !important;
  font-family: "Sarabun", sans-serif;
  color: #fff;
}

.ftr_btn p {
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  font-family: "Sarabun", sans-serif;
  font-weight: 400;
  margin: 0 !important;
}

.ftr_btn a {
  color: #fff;
}

.ftr_flex {
  display: flex;
  gap: 26px;
  justify-content: left;
}

.ftr a {
  color: #fff;
}

.ftr_right {
  text-align: right;
}

.fa-brands {
  font-size: 14px;
}

.fa-whatsapp {
  font-size: 35px;
}

.footer ul li {
  list-style: disc;
  font-size: 18px;
  font-family: "Sarabun", sans-serif;
  line-height: 140%;
  margin: 1% 0;
  font-weight: 300;
  margin: 1% 0 1% 8%;
}

.ftr_btn {
  background-color: #000000;
}

/*new css*/
.abt-bg-last-sec {
  background-color: #f5f5f5;
  overflow: hidden;
}

.abt-bg-last-sec img{
  margin-bottom: -1%;
}

.marg-lefts {
  margin-top: 55px;
  margin-left: 29px;
}


.marg-lefts2{
    margin-top: 22px;
    margin-left: 29px;
}

/*------------------------------------------
Main Code 
------------------------------------------*/

form input,
form textarea {
  width: 95%;
  padding: 10px 15px !important;
  margin-bottom: 20px;
  border: 1px solid #1e1b2e;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px !important;
  min-height: unset !important;
}

.form-pad {
  padding: 10px 0px 0 44px;
  box-sizing: border-box;
}

form button {
  padding: 15px 25px;
  background: #1b4962;
  color: #ffffff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

form button:hover {
  background-color: #d1334a;
  color: #fff;
}

.contact h4 {
  font-family: "Sarabun", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #000;
  line-height: 140%;
  margin: 0 auto;
  width: fit-content;
  position: relative;
}

.contact h4::before,
.contact h4::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #d1334a;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-130%, -50%);
}

.contact h4::after {
  top: 50%;
  right: 0;
  left: unset;
  transform: translate(130%, -50%);
}

.contact h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 56px;
  font-weight: 800;
  color: #03363f;
  line-height: 103%;
  text-align: center;
  margin: 0%;
}

.con_icon {
  width: 60px;
  margin: 0 auto;
}

.contact h3 {
  font-family: "Sarabun", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #03363f;
  line-height: 103%;
  text-align: center;
  margin: 0% !important;
}

.con_bot_brd>p {
  border-bottom: 1px solid #ccc;
  padding-bottom: 6%;
  margin-bottom: 6% !important;
}

.contact p {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 3% 0 0;
  line-height: 140%;
}

.contact span {
  color: #d1334a;
}

.about2 h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #03363f;
  line-height: 140%;
  text-align: left;
  margin: 1% 1% 3%;
}

.about2 span {
  color: #d1334a;
}

.about2 h3 {
  font-size: 26px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  text-align: left !important;
  font-family: "Roboto", sans-serif;
  margin: 1% !important;
}

.about2 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  /* margin-bottom: 25px !important; */
  color: #000;
  margin: 0.5%;
  text-align: left;
  font-family: "Roboto", sans-serif;
  margin: 0 4% 0% 1.5%;
}

.adv-about-brd {
  border-left: 4px solid #d1334a;
  /* border-radius: 50%; */
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 37px;
  padding: 20px;
  box-shadow: 5px 6px 8px 1px #ccc;
}

.adv-about-brd2 {
  border-left: 4px solid #d1334a;
  /* border-radius: 50%; */
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 13px;
  padding: 20px;
  box-shadow: 5px 6px 8px 1px #ccc;
}

.about-bg {
  background-image: url("../images/about-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.realeatate-bg {
  background-image: url("../images/bg-main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about-flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.about-border {
  width: 31%;
    border: 2px solid #d1334a;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 50%;
    padding: 7%;
}


.about-border-1 {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}


.about-border-21 {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.about-border img {
  width: 100%;
  border-radius: 0;
}

.about-border-1 img {
  width: 100%;
  border-radius: 0;
}


.about-border-21 img {
  width: 100%;
  border-radius: 0;
}

.learn-txt h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 1%;
}

.learn-txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px !important;
  color: #fff;
  margin: 0.5%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 0 4% 0% 1.5%;
}

.about h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 1%;
}

.about p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px !important;
  color: #000;
  margin: 0.5%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 0 4% 0% 1.5%;
}

.main-txt-bx h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 1%;
}

.main-txt-bx p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px !important;
  color: #000;
  margin: 0.5%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 0 4% 0% 1.5%;
}


.top_bar {
  background: #023641;
  padding: 10px 0;
}

.top_info:nth-child(1) {
  float: left;
}

.top_info:nth-child(2) {
  float: right;
  display: flex;
  gap: 28px;
}

.top_info p {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  margin: 0;
  padding: 0;
}

.top_info a {
  font-family: "Sarabun", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 140%;
  margin: 0;
  padding: 0;
}

.top_info span {
  opacity: 0.5;
}

.menu ul {
  display: flex;
  list-style-type: none;
}

.logo_right {
  width: fit-content;
  float: right;
  margin: 0 -1%;
  display: flex;
  align-items: center;
}

.navbarrr {
    width: fit-content;
    float: left;
    margin: 3% 0% 0%;
}

.wel_txt h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #03363f;
  line-height: 140%;
  text-align: left;
  margin: 1%;
}

.wel_txt span {
  color: #d1334a;
}

.link {
  color: #000;
  text-decoration: none;
}

.hero1 {
  display: flex;
  align-items: center;
  margin: 1% 0;
  flex-wrap: wrap;
}

.wel_txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px !important;
  color: #000;
  margin: 0.5%;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  margin: 0 4% 0% 1.5%;
}

.wel_txt h3 {
  font-family: "Sarabun", sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #03363f;
  line-height: 140%;
  text-align: left;
  margin: 0 1%;
}
/*
.icon-box1 {
  margin-right: 7%;
  width: 40% !important;
}*/

.img-box1 {
  display: flex;
  justify-content: center;
}

.img-border {
  width: 34%;
  border: 6px solid #d1334a;
  border-radius: 50%;
  padding: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.img-border img {
  width: 100%;
  border-radius: 0;
  /* Prevent round image */
}


.img-border2 {
  width: 18%;
  border: 3px solid #d1334a;
  border-radius: 50%;
  padding: 4%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.brd-box{
  border: 1px dotted #000;
  padding: 2%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.img-border2 img {
  width: 100%;
  border-radius: 0;
  /* Prevent round image */
}


.icon-box1 h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 1%;
}

.icon-box1 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px !important;
  color: #000;
  margin: 0.5%;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 0 4% 0% 1.5%;
}

.shapebg {
  position: absolute;
  z-index: -99;
  right: 0;
}

.why-choose-flex {
  display: flex;
  flex-wrap: wrap;
}

.services {
  background-color: #f5f5f5;
}

.services h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #03363f;
  line-height: 140%;
  text-align: center;
  margin: 1%;
}

.services span {
  color: #d1334a;
}


.main-h2 h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #03363f;
  line-height: 140%;
  text-align: center;
  margin: 1%;
}

.main-h2 span {
  color: #d1334a;
}


.services-sub {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 7px #ccccccab;
}

.services-content {
  position: absolute;
  background: #fff;
  left: 0;
  right: -1px;
  transform: skewY(-15deg);
  transform-origin: 0 0;
  transition: 500ms ease transform;
  display: flex;
  align-items: start;
  padding-top: 14%;
  justify-content: center;
  height: 26em;
  margin-top: -18.625em;
}

.services-content .inner-content {
  transform: skewY(15deg);
  /* Cancel out the parent's skew */
  padding: 0;
  text-align: center;
}

.services-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 1% !important;
}

.services-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px !important;
  color: #000;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  margin: 3%;
  min-height: 107px;
}

.services_btn a {
  font-size: 16px;
  font-weight: 700;
  padding: 6px 35px;
  text-transform: capitalize;
  line-height: 140%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0.5%;
  background-color: #1b4962 !important;
  color: #ffffff !important;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
}

.services_btn a:hover {
  background-color: #d1334a !important;
}


.services span {
  color: #d1334a;
}


.learning h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #03363f;
  line-height: 140%;
  text-align: center;
  margin: 1%;
}

.learning span {
  color: #d1334a;
}

.learning h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 1% !important;
}

/**/

.realest h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #fff;
  line-height: 140%;
  text-align: center;
  margin: 1%;
}

.realest span {
  color: #d1334a;
}

.realest h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 1% !important;
}

.flex-div {
  display: flex;
  flex-wrap: wrap;
  /*gap: 30px;*/
  justify-content: center
}

.box-main {
  /*background: linear-gradient(135deg, #2c5282 0%, #2d3748 100%);*/
  /*border-radius: 20px;*/
  /*padding: 30px;*/
  display: flex;
  align-items: center;
  gap: 20px;
  color: white;
  /*box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);*/
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  margin-bottom: 43px;
}

.box-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);*/
  pointer-events: none;
}

.icon-box-txt {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 1;
}

.box-main:hover {
  transform: translateY(-10px);
  /*box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);*/
}

.content-txt {
  flex: 1;
  position: relative;
  z-index: 1;
}

/* .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #ffffff;
} */

.description {
  font-size: 16px;
  line-height: 1.4;
  color: #e2e8f0;
  opacity: 0.9;
}



.make-us-unique-sub {
  position: relative;
  overflow: hidden;
  box-shadow: 1px 1px 7px #ccccccab;
}

.make-us-unique-content {
  position: absolute;
  background: #fff;
  left: 0;
  right: -1px;
  /* transform: skewY(-15deg); */
  /* transform-origin: 0 0; */
  /* transition: 500ms ease transform; */
  display: flex;
  align-items: start;
  padding-top: 14%;
  justify-content: center;

  margin-top: -18.625em;
}

.make-us-unique-content .inner-content {

  padding: 0;
  text-align: center;
}

.make-us-unique-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 1% !important;
}

.make-us-unique-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px !important;
  color: #000;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  margin: 3%;
}

.make-us-unique a {
  font-size: 16px;
  font-weight: 700;
  padding: 6px 35px;
  text-transform: capitalize;
  line-height: 140%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0.5%;
  background-color: #1b4962 !important;
  color: #ffffff !important;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
}

.make-us-unique a:hover {
  background-color: #d1334a !important;
}

.test {
  background: url(../images/bgn-industries.png);
  object-fit: contain;
}

.test h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #03363f;
  line-height: 140%;
  text-align: left;
  margin: 1%;
}

.test-1 h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #03363f;
  line-height: 140%;
  text-align: left;
  margin: 1%;
  text-align: center;
}

.flex-abt{
  display: flex;
  text-align: center;
  justify-content: center;
}
.border-client{
  border: 1px solid #c3c3c3;
}

.test-1 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px !important;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 1%;
}

.test-1 span {
  color: #d1334a;
}

.test span {
  color: #d1334a;
}

.test p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px !important;
  color: #000;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  margin: 1%;
}

.img_box {
  width: 100%;
  display: flex;
  justify-content: center;
}

.img_box img {
  width: 130px !important;
  height: 130px !important;
  object-fit: cover;
  border-radius: 50%;
}


.img_box2 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.img_box2 img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
}


.test h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 1% !important;
}

.test-sub p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px !important;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 0 3%;
}

.banner {
  position: relative;
}

.banner_txt {
  width: 80%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.banner_txt h2 {
  font-family: "Sarabun", sans-serif;
  font-size: 45px;
  font-weight: 800;
  color: #03363f;
  line-height: 140%;
  text-align: left;
}

.banner_txt p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 25px !important;
  color: #000;
  text-align: justify;
  font-family: "Roboto", sans-serif;
  padding: 0px 32% 0 0;
}

.unique-flex{
  display: flex;
  flex-wrap: wrap;
}
.unique {
  background: #fff;
}

.unique-sub{
  padding: 2%;
}

.unique-sub h2{
  font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    color: #000;
    text-align: center;
    font-family: "Roboto", sans-serif;
    margin: 1% !important;
}

.unique-sub p{
  font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 25px !important;
    color: #000;
    text-align: justify;
    font-family: "Roboto", sans-serif;
    margin: 3%;
}


/* Recruitment Solutions */
.col_sm6 {

  width: 14%;
  margin: 1%;
  float: left;

}

.service-card {
  width: 13%;
  border-radius: 50%;
  padding: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.col_sm5 {
  width: 18%;
  margin: 1%;
  float: left;
}

.quote-btn {
  display: flex;
  align-items: center;
  justify-content: right;
  padding-right: 23%;
}

.bg {
  background-image: url(../images/bgn-searching.jpg);
width: 100%;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0px 60px;
position: relative;

}

.bg-flex{
  display: flex;
  align-items: center;
}

.quote-btn a {
  background-color: #e94d65;
  color: #ffffff ;
  box-shadow: 0 -2px 0 0 rgb(24 24 24 / 15%) inset;
  transition: all 0.5s ease-in-out;
  padding: 10px 24px;
  font-size: 17px;
  font-family: 'Roboto';
  line-height: 140%;
}

.quote-btn a:hover {
  background-color: #e23e56;
}
.hr-line {
  position: absolute;
  width: 63px;
  background-color: #e94d65;
  border: solid #e94d65 2px;
  top: 24px;
  left: 0px;
}

.quote h2 {
  font-weight: 700;
  color: white;
}

.quote {
  position: relative;
  padding: 0px 70px 7px;
}

.q-section {
  position: relative;
}

.q-section p {
  font-size: 18px;
  position: relative;
}

.card-img {
  border: 1px solid #e6e8eb;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 20px;
  box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
}

.title h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  color: #000;
  text-align: center;
  font-family: "Roboto", sans-serif;
  margin: 1%;
}

.title p {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;

  color: #000;
  margin: 0.5%;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.title {
  padding: 10px 30px 20px
}

/* Recruitment Solutions */

/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width: 1550px) {
.services-content p {
    min-height: 104px;
}
}

@media only screen and (max-width: 1500px) {
  .col_sm4 {
    width: 22%;
  }
  .icon-box1 p {
    min-height: 80px;
}

.services-content{
  margin-top: -21.625em;
}
}

@media only screen and (max-width: 1400px) {
.marg-lefts2 {
    margin-top: 0px;
    margin-left: 23px;
}

    .services-content {
        margin-top: -18.625em;
    }

.services-content h3 {
    font-size: 20px;
}

}


@media only screen and (max-width: 1300px) {
  .col_sm4 {
    width: 24%;
}

  .flex-grd {
    flex-wrap: wrap;
    gap: 3%;
}

.abt-bg-last-sec img {
    margin-bottom: -1%;
}

.img-height{
  height: 83vh;
}
}

@media only screen and (max-width: 1200px) {
  .logo {
    width: 150px;
  }
  .header-tag {
    width: 332px;
}
.header-tag-txt p {
  font-size: 12px;
  margin-bottom: 0;
}

.navbarrr {
  margin: 0% 0% 0%;
}
}

@media screen and (max-width: 1100px) {
.marg-lefts2 {
        margin-left: 19px;
    }
}

@media only screen and (max-width: 1000px) {
  .header-tag {
    width: 100%;
}

.header-tag-txt p {
  text-align: center;
  margin: 0% 3% 0% 5%;
  font-size: 16px;
}


  #cssmenu {
    background: #023641;
  }

  .logo_right {
    width: 100%;
    float: left;
    display: block;
    margin: 0;
  }

  .menu_top {
    width: 100%;
  }

  .navbarrr {
    width: 100% !important;
    float: left;
    margin: 0% auto !important;
    gap: 0;
  }

  .logo {
    float: none;
    margin: 0 auto;
    width: 200px;
  }

  #cssmenu {
    margin: 0% 0 !important;
  }

  .top {
    width: 100%;
  }

  .top_info:nth-child(1) {
    margin-left: 1%;
  }

  .top_info:nth-child(2) {
    margin-right: 3%;
  }

  .services-content h3 {
    font-size: 19px;
  }

  .services-content p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 960px) {
  .flex-grd {
    gap: 0%;
}

.services-content p {
  margin-bottom: 0px !important;
}

.services-content {
  margin-top: -37.625em;
}

  .col_sm5 {
    width: 31%;
  }
  .col_sm3 {
    width: 48%;
  }

  .col_sm2_3 {
    width: 98%;
  }

  .about p {
    margin: 0 4% 0% 9.5%;
}

  .top_bar {
    display: none;
  }

  .col_sm4 {
    width: 48%;
  }

  .services-sub {
    height: 84vh;
  }

  .services-content h3 {
    font-size: 24px;
  }

  .services-content p {
    font-size: 18px;
  }

  .col_sm9_1 {
    width: 98%;
  }

  .col_sm99_1 {
    width: 98%;
}

.col_sm88 {
    width: 98%;
}

.col_sm8 {
    width: 98%;
}


.card-img {
     border: none; 
}

.col_sm2 {
    width: 98%;
}


}

@media only screen and (max-width: 800px) {
  .quote {
    padding: 0px 41px 8px 76px;
}

  .services-sub {
    height: 61vh;
  }

  .col_sm2_2 {
    width: 98%;
  }

  .col_sm2_3 {
    width: 98%;
  }

  .col_sm2 {
    width: 98%;
  }

  .ftr_right {
    text-align: left;
  }


    .col_sm5 {
    width: 48%;
}

.about p {
    margin: 0 auto;
}

}

@media only screen and (max-width: 700px) {
  .services-sub {
    height: 86vh;
    background: #fff;
}

.services-content {
  margin-top: -23.625em;
}


  .icon-box1 {
    width: 42% !important;
  }

  .inspiro-slider .slide .slide-captions h2 {
    font-size: 35px !important;
  }

  .inspiro-slider .slide .slide-captions p {
    font-size: 16px !important;
  }

  .form-pad {
    padding: 10px 0px 0 10px;
}

}

@media only screen and (max-width: 600px) {
  .services-sub {
    height: 93vh;
}

.services-content {
  margin-top: -57.625em;
  height: 41em;
}

  .col_sm4 {
    width: 98%;
  }

      .col_sm5 {
        width: 98%;
    }

    .col_sm3 {
    width: 98%;
}

.adv-about-brd {
  padding: 5px;
}

}

@media only screen and (max-width: 500px) {
  .services-content {
    margin-top: -42.625em;
}



    .adv-about-brd2 {
    padding: 10px;
}

.bg-flex {
    flex-direction: column;
}

.quote-btn {

    justify-content: left;
    padding-right: 0%;
    margin-top: 10px;
}

form input, form textarea {
    width: 92%;
}

}

@media only screen and (max-width: 400px) {
  .services-sub {
    height: 93vh;
}

  .icon-box1 {
    width: 98% !important;
  }

  .services-content {
    margin-top: -32.625em;
  }

  .marg-lefts {
    margin-left: 0;
}
}

@media only screen and (max-width: 360px) {
  .col_sm10 {
    width: 22%;
  }

  .col_sm100 {
    width: 74%;
  }
  .services-content {
    margin-top: -24.625em;
}
}