@import url(fonts/stylesheet.css);
/*
 font-family: 'Magnita'; 
 font-family: 'Inter';
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.font--10 {
  font-size: 10px !important;
}

.font--8 {
  font-size: 8px !important;
}

.font--11 {
  font-size: 11px !important;
}

.font--12 {
  font-size: 12px !important;
}

.font--13 {
  font-size: 13px !important;
}

.font--14 {
  font-size: 14px !important;
}

.font--15 {
  font-size: 15px !important;
}

.font--16 {
  font-size: 16px !important;
}

.font--17 {
  font-size: 17px !important;
}

.font--18 {
  font-size: 18px !important;
}

.font--19 {
  font-size: 19px !important;
}

.font--20 {
  font-size: 20px !important;
}

.font--22 {
  font-size: 22px !important;
}

.font--24 {
  font-size: 24px !important;
}

.font--26 {
  font-size: 26px !important;
}

.font--28 {
  font-size: 28px !important;
}

.font--30 {
  font-size: 30px !important;
}

.font--32 {
  font-size: 32px !important;
}

.font--34 {
  font-size: 34px !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw800 {
  font-weight: 800 !important;
}

.fw900 {
  font-weight: 900 !important;
}

.fwbolder {
  font-weight: bolder !important;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #CBBDA6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Magnita";
}

body {
  font-family: "Inter";
  font-weight: 500;
  font-size: 14px;
  /* overflow-x: hidden !important; */
}

.bg_cream {
  background-color: var(--thm-cream);
}
@media (max-width: 425px) {
  .bg_cream .contact_top {
    font-size: 12px;
  }
}
@media (max-width: 425px) {
  .bg_cream .contact_top span {
    display: none;
  }
}

.header_main {
  border-bottom: 1px solid #e9e9e9;
}
.header_main .navbar {
  padding: 0px;
}
.header_main .navbar .logo_main {
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  padding: 20px 30px;
}
@media (max-width: 768px) {
  .header_main .navbar .navbar-toggler {
    margin-right: 50px !important;
  }
}
@media (max-width: 320px) {
  .header_main .navbar .navbar-toggler {
    margin-right: 15px !important;
  }
}
.header_main .navbar .mainmenu_ul .nav-item {
  padding: 25px 30px;
  border-left: 1px solid #e9e9e9;
}
@media (max-width: 768px) {
  .header_main .navbar .mainmenu_ul .nav-item {
    border-right: 1px solid #e9e9e9;
  }
}
.header_main .navbar .mainmenu_ul .nav-item:last-child {
  border-right: 1px solid #e9e9e9;
}
.header_main .navbar .mainmenu_ul .nav-item.active {
  background-color: #F8F3ED;
}

.h1_bg_img {
  position: relative;
}
.h1_bg_img:after {
  content: "";
  position: absolute;
  width: 308px;
  height: 33px;
  bottom: -20px;
  left: -40px;
  right: 0;
  background: url(../imgs/h1_bgline.png) no-repeat;
}
@media (max-width: 425px) {
  .h1_bg_img:after {
    display: none;
  }
}

.banner_team {
  position: relative;
}
.banner_team:after {
  content: "";
  top: 0;
  left: 0;
  right: 0px;
  bottom: 20px;
  border: 1px solid #fff;
  margin-left: 20px;
  position: absolute;
  margin-top: -20px;
}
.banner_team img {
  padding-right: 20px;
}

.banner_counter .font_title {
  font-family: "Magnita";
}

.banner_right {
  position: relative;
}
@media (max-width: 425px) {
  .banner_right {
    margin-bottom: 100px;
  }
}
.banner_right .rotate-center {
  animation: rotate-center 10s linear infinite both;
}
@media (max-width: 425px) {
  .banner_right .rotate-center {
    animation: 0s linear infinite both;
  }
}
@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.banner_right .rotate-center svg {
  fill: currentColor;
  height: auto;
  transform-origin: center;
}
.banner_right .learn_more_main {
  position: absolute;
  bottom: -70px;
  left: -30px;
}
@media (max-width: 425px) {
  .banner_right .learn_more_main {
    left: 40%;
    transform: translateX(-50%);
    right: 0;
    bottom: -180px;
  }
}
.banner_right .learn_more_main:hover {
  color: #000;
}
.banner_right .banner_learn_arrow {
  left: 20px;
  bottom: -5px;
}
@media (max-width: 425px) {
  .banner_right .banner_learn_arrow {
    left: 45%;
    bottom: -111px;
  }
}

.bg_lightpink {
  background-color: #F8F3ED;
}
.bg_lightpink .whyus_box {
  margin-top: 2rem;
  padding: 1.5rem;
}
@media (max-width: 425px) {
  .bg_lightpink .whyus_box {
    margin-top: 1rem;
    padding: 2rem;
  }
}
.bg_lightpink .whyus_box div {
  position: relative;
  z-index: 9;
}
.bg_lightpink .whyus_box h3 {
  left: -20px;
  top: -20px;
  z-index: 0;
}
@media (max-width: 425px) {
  .bg_lightpink .whyus_box h3 {
    left: 10px;
    top: 10px;
    z-index: 0;
  }
}
.bg_lightpink .whyus_box p {
  line-height: 30px;
}
.bg_lightpink .whyus_border {
  position: relative;
}
@media (max-width: 425px) {
  .bg_lightpink .whyus_border {
    display: none;
  }
}
.bg_lightpink .whyus_border:before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  top: -100px;
  left: 0;
  width: 20%;
}

section.py-5 .a_link {
  position: relative;
  z-index: 9;
  padding-top: 6px;
}
section.py-5 .a_link:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -4px;
  width: 30px;
  height: 34px;
  line-height: 50px;
  display: block;
  background-color: #CBBDA6;
  z-index: -1;
  color: #000;
}
section.py-5 .a_link:hover {
  color: #000;
}
section.py-5 .a_link .fw600 {
  font-weight: 600;
}
section.py-5 .lh30px {
  line-height: 30px;
}
section.py-5 .who_are_small {
  font-size: 14px;
  font-weight: 600;
  color: #CBBDA6;
}

.bg_grey {
  background-color: #D4D3CB;
}
.bg_grey .fw600 {
  font-weight: 600;
}
.bg_grey .services_main_slider .service_box .service_img {
  width: 120% !important;
  margin-bottom: 2rem;
}

.text_lightpink {
  color: #CBBDA6;
}
@media (max-width: 575px) {
  .text_lightpink {
    margin-bottom: 15px !important;
  }
}

.partner_section {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.my-6rem {
  margin: 3rem 0 6rem 0;
}
@media (max-width: 425px) {
  .my-6rem .custom_partner_border {
    border-bottom: 1px solid #dee2e6;
  }
}

.bg_black {
  background-color: #111;
}

.bg_footer {
  background-color: #181818;
}
.bg_footer .border_footer_right {
  border-right: 1px dashed #fff;
}
@media (max-width: 575px) {
  .bg_footer .border_footer_right {
    border-right: 0 !important;
  }
}
.bg_footer .border_footer_right .social_box a {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.445);
  margin-top: 20px;
  color: #fff !important;
  border-radius: 70px;
  transition: 1s all;
}
.bg_footer .border_footer_right .social_box a:hover {
  margin-top: 0px;
  transition: 1s all;
}
.bg_footer .border_footer_right .footer_link {
  color: #fff;
  display: block;
  line-height: 30px;
  transition: 1s all;
}
.bg_footer .border_footer_right .footer_link:hover {
  transition: 1s all;
  padding-left: 10px;
}

.btn_theme {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
  color: #fff;
  background-color: #CBBDA6;
  border: none;
  width: 100%;
}

.bg_hr {
  background-color: #CBBDA6;
}

.bg_team {
  background-color: #D4D3CB;
}

.gallery_img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab_btns {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: clip;
  overflow-x: hidden;
}
.tab_btns li {
  margin-right: 2rem;
}
.tab_btns li a {
  color: #000;
  padding: 10px 0px 10px 0;
  border-bottom: 2px solid #fff;
}
.tab_btns li a:hover {
  color: #CBBDA6;
  border-bottom: 2px solid #CBBDA6;
  transition: 1s all;
}
.tab_btns li a.active {
  color: #000;
  padding: 10px 0px 10px 0;
  border-bottom: 2px solid #000;
  transition: 1s all;
}

.paging li {
  display: inline-block;
  padding: 0 10.5px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #eee;
}
.paging li:hover {
  color: #fff !important;
  background-color: #000;
  cursor: pointer;
}
.paging li:hover a {
  color: #fff !important;
  background-color: #000;
  cursor: pointer;
}
.paging li.active {
  color: #fff !important;
  background-color: #000;
  cursor: pointer;
}
.paging li.active a {
  color: #fff;
}

.select_ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}
.select_ul li {
  display: inline-block;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.select_ul li a {
  padding: 10px 15px;
  color: #181818;
  font-size: 14px;
  border: 1px solid rgba(24, 24, 24, 0.2745098039);
  display: block;
}
.select_ul li a:hover {
  padding: 10px 15px;
  color: #fff;
  background-color: #181818;
  font-size: 14px;
  border: 1px solid rgba(24, 24, 24, 0.2745098039);
}
.select_ul li a.active {
  padding: 10px 15px;
  color: #fff;
  background-color: #181818;
  font-size: 14px;
  border: 1px solid rgba(24, 24, 24, 0.2745098039);
}

.bg_comment {
  background-color: #F8F3ED;
}
@media (max-width: 575px) {
  .bg_comment .d-flex {
    flex-direction: column;
  }
}

.lh25px {
  line-height: 25px;
}

.blog_category {
  margin: 0;
  padding: 0px;
}
.blog_category li {
  display: block;
}
.blog_category li a {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  color: #181818;
  display: block;
}

.tags_ul {
  margin: 0;
  padding: 0px;
}
.tags_ul li {
  display: inline-block;
  padding: 10px 0px;
  font-size: 16px;
}

.h1_service_img {
  position: relative;
}
.h1_service_img:after {
  content: "";
  position: absolute;
  width: 243px;
  height: 33px;
  bottom: -20px;
  left: 40px;
  right: 0;
  background: url(../imgs/h1_bgline.png) no-repeat;
}

.bg_service_sec {
  background: url(../imgs/service_bg_img.png) no-repeat left;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .bg_service_sec {
    margin-bottom: 200px;
  }
}
.bg_service_sec .banner_learn_arrow2 {
  right: 80px;
  bottom: -5px;
}
@media (max-width: 1024px) {
  .bg_service_sec .banner_learn_arrow2 {
    right: 48%;
    bottom: -85px;
  }
}
@media (max-width: 425px) {
  .bg_service_sec .banner_learn_arrow2 {
    right: 52%;
    bottom: -85px;
  }
}
.bg_service_sec .learn_more_main2 {
  position: absolute;
  bottom: -70px;
  right: 30px;
}
@media (max-width: 1024px) {
  .bg_service_sec .learn_more_main2 {
    position: absolute;
    bottom: inherit;
    right: 40%;
  }
}
.bg_service_sec .learn_more_main2:hover {
  color: #000;
}

.services_bg {
  position: relative;
}
.services_bg:before {
  content: "";
  background-color: #F8F3ED;
  width: 30%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.zindex2 {
  z-index: 2;
}

@media (max-width: 425px) {
  .res_mobile_project {
    margin-top: 70px;
  }
}
@media (max-width: 1024px) {
  .border-md-none {
    border: none;
  }
}
@media (max-width: 400px) {
  .banner_counter .font--24 {
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {
  .border-top .border-end {
    border-bottom: 1px solid #dee2e6 !important;
    border-right: 0 !important;
  }
}

.img-fluid {
  width: 100%;
}/*# sourceMappingURL=style-main.css.map */