@font-face {
  font-family: 'Satoshi-Light';
  src: url('fonts/Satoshi-Light.woff2') format('woff2'),
       url('fonts/Satoshi-Light.woff') format('woff'),
       url('fonts/Satoshi-Light.eot') format('eot');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('fonts/Satoshi-Regular.woff2') format('woff2'),
       url('fonts/Satoshi-Regular.woff') format('woff'),
       url('fonts/Satoshi-Regular.eot') format('eot');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('fonts/Satoshi-Medium.woff2') format('woff2'),
       url('fonts/Satoshi-Medium.woff') format('woff'),
       url('fonts/Satoshi-Medium.eot') format('eot');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi-Bold';
  src: url('fonts/Satoshi-Bold.woff2') format('woff2'),
       url('fonts/Satoshi-Bold.woff') format('woff'),
       url('fonts/Satoshi-Bold.eot') format('eot');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi-Light';
  src: url('fonts/Nohemi-Light-BF6438cc5702321.woff') format('woff'),
       url('fonts/Nohemi-Light-BF6438cc5899919.ttf') format('eot');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Nohemi-Regular';
  src: url('fonts/Nohemi-Regular-BF6438cc579d934.woff') format('woff'),
       url('fonts/Nohemi-Regular-BF6438cc4d0e493.ttf') format('ttf');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Nohemi-Medium';
  src: url('fonts/Nohemi-Medium-BF6438cc57ddecd.woff') format('woff'),
       url('fonts/Nohemi-Medium-BF6438cc5883899.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Nohemi-Semibold';
  src: url('fonts/Nohemi-SemiBold-BF6438cc57db2ff.woff') format('woff'),
       url('fonts/Nohemi-SemiBold-BF6438cc588a48a.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Nohemi-Bold';
  src: url('fonts/Nohemi-Bold-BF6438cc577b524.woff') format('woff'),
       url('fonts/Nohemi-Bold-BF6438cc587b5b5.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}





html {
  scroll-behavior: smooth;
}
body {
  margin: 0 auto;
  background: #ffffff;
  color: #141919;
  font-family: 'Satoshi-Regular';
  overflow-x: hidden;
  box-sizing: border-box;
  user-select: none;
}
a {
  text-decoration: none;
}
/* banner-sec-end*/
/* .navbar-brand {
  margin-right: 0;
} */
.hamburger {
  transform: scaleX(-1);
  margin-left: 35px;
}
.hamburger div {
  width: 30px;
  height: 3px;
  background-color: #006ebe;
  margin: 6px 0;
}
.hamburger div:nth-child(2) {
  width: 20px;
}
.header_main .navbar-collapse {
  justify-content: space-evenly;
}
.header_main ul.navbar-nav li a {
  padding: 0 18px !important;
  color: #000;
}
.header_main ul.navbar-nav li .dropdown-menu li a {
  color: #000;
}
.header_con_but {
  color: #006ebe;
  background-color: transparent;
  border: 1px solid #006ebe;
  padding: 8px 40px;
  margin-left: 40px;
}
.header_main a.navbar-brand img {
  width: 80%;
  height: auto;
  z-index: 99;
  position: relative;
  padding-left: 10px;
}
.header_bg .navbar-nav {
  padding-right: 50px;
  font-size: 16px;
}
.header_bg .navbar {
  padding: 10px 10px;
}
.header_bg {
  background: url(../images/about_us_banner_bg.png) 0 0 no-repeat;
  height: 101vh;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
}
.header_bg h1 {
  color: #fff;
  text-align: left;
  font-size: 50px;
  padding-left: 2%;
  /* position: absolute;
  left: 50%;
  top: 50%; */
  /* transform: translate(-50%, -50%); */
  letter-spacing: 2px;
  font-family: 'Nohemi-Medium';
}
.header_bg .dropdown-item {
  color: #000;
}
.header_bg .dropdown-item:hover {
  background-color: #ccc;
}
.header_bg .dropdown .dropdown-menu {
  display: none;
}
.header_bg .dropdown:hover > .dropdown-menu,
.header_bg .dropend:hover > .dropdown-menu {
  display: block;
  margin-left: 0.125em;
}
.header_bg .dropdown-toggle::after {
  border: 1px solid #e6e7e8;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}
.header_bg .dropdown-toggle::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.scroll_sec {
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.scroll_sec p {
  color: #e6e7e8cc;
  font-family: 'Satoshi-Light';
}
.scroll_sec img {
  padding-bottom: 10px;
}
.navbar_yell_sear {
  width: 22px;
  margin-left: 25px;
}
.navbar-toggler {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .header_bg .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .header_bg .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
/* banner-sec-end */

/* second-sec-start */
#sec_sec {
  position: relative;
}
.awrd_num h5,
.awrd_num span {
  color: #006ebe;
  display: inline-block;
  font-family: 'Nohemi-Medium';
  font-size: 34px;
}
.awrd_num p {
  margin-bottom: 0 !important;
}
.seco_sec {
  padding: 100px 30px;
}
.award_rec {
  display: flex;
  align-items: flex-end;
}
.img_con_sec img {
  width: auto;
  height: 65px;
  object-fit: cover;
  padding-right: 30px;
}
.content_sec h1 {
  width: 85%;
  padding-bottom: 30px;
  color: #141919;
  font-family: 'Nohemi-Medium';
  font-size: 46px;
}
.content_sec p {
  padding-bottom: 30px;
  font-size: 18px;
  width: 80%;
  font-family: 'Satoshi-Regular';
  line-height: 32px;
}
.sun_bg {
  position: absolute;
  top: -65%;
  right: -30%;
  width: 68%;
  z-index: -1;
}
.caro_bot_seco .head_yel {
  color: #ffc30f;
  font-family: 'Nohemi-Medium';
}
.caro_bot_seco {
  display: flex;
  padding: 30px 20px;
  padding-top: 65px;
  padding-bottom: 100px;
  padding-left: 70px;
}
.caro_bot_seco p {
  color: #bcbdc0;
  font-family: 'Satoshi-Light';
}
.caro_bot_seco .caro_bott_para p:nth-child(2) {
  width: 80%;
}
/* hover_caro  */
.over_lay_caro_txt_posi {
  position: relative;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: left;
}

.over_lay_caro_txt_posi:hover .image {
  opacity: 0.6;
}

.over_lay_caro_txt_posi:hover .middle {
  opacity: 1;
}

.text {
  background-color: transparent;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}
.over_lay_caro_txt_posi:hover .middle .know_arr p {
  color: #fff;
  margin-bottom: 0;
}
.over_lay_caro_txt_posi:hover .middle .know_arr {
  align-items: center;
}
.over_lay_caro_txt_posi .middle .know_arr {
  align-items: center;
}
.over_lay_caro_txt_posi .middle .text h1 {
  font-size: 75px;
  font-family: 'Nohemi-Medium';
  padding-bottom: 20px;
  margin-left: -5px;
}
.over_lay_caro_txt_posi .middle .text h3 {
  color: #bcbdc0;
  font-family: 'Nohemi-Regular';
}
/* hover_caro  */
/* second-sec-end */

/* third-sec-start */
.dis_icn {
  display: flex;
}
.cur_off {
  padding-left: 20px;
}
.cur_off p {
  width: 70%;
  margin-right: 140px;
}
.car0_third_sec {
  background-color: #000;
  height: auto;
  padding: 50px 0;
}
.car0_third_sec .col-md-9 h1 {
  color: #fff;
  padding-bottom: 50px;
  font-family: 'Nohemi-Medium';
}
.head_link_right a {
  color: #979797;
  text-decoration: underline;
}
.head_link_right {
  align-self: center;
  padding-left: 110px;
  font-family: 'Nohemi-Medium';
}

/* third-sec-end */

/* fourth-sec-start */

.prop_sear_cont_box {
  border: 2px solid #ffc30f;
  width: fit-content;
  margin: 0 auto;
  display: flex;
}
.contain_box {
  background-color: #fff;
  padding: 40px 80px;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #f2f2f2;
  margin-top: -95px;
  box-shadow: 17px 18px 52px #0000000a;
}
.prop_sear_cont_box {
  padding: 15px 25px;
}
.contain_box_hed p {
  text-align: center;
}
.prop_sear_cont_box p a {
  color: #141919;
  padding: 0 50px;
  font-size: 24px;
  font-weight: bold;
  font-family: 'Satoshi-Medium';
}
.prop_sear_cont_box p {
  margin-bottom: 0;
}
.prop_sear_cont_box img {
  object-fit: contain;
  width: 20px;
}
.flex_caro_inner_txt:nth-child(4):after {
  content: none;
}
.flex_caro_inner_txt {
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center;
  text-align: left; */
}
.flex_caro_inner_txt h5 {
  color: #ffc30f !important;
}
.flex_caro_inner_txt:after {
  content: "";
  position: absolute;
  border-right: 2px solid #fff;
  right: 0;
  display: block;
  top: -10px;
  height: 100px;
}
.our_portfolio_heading {
  padding: 30px 0;
  font-size: 24px;
  padding-top: 60px;
}
.caro_inner_over_text h1 {
  margin: 75px auto;
  border-bottom: 2px solid #fff;
  width: fit-content;
  text-align: center;
  font-size: 70px;
  margin-bottom: 100px;
  color: #fff;
  font-family: 'Nohemi-Medium';
}
.portfol_bg_img {
  background-image: url(../images/our_portfoli.png);
  height: 615px;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfol_bg_img h5 {
  text-align: center;
  color: #ffffff;
  font-family: 'Nohemi-Medium';
  font-size: 30px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.flex_caro_inner_txt p {
  /* text-align: center; */
  color: #fff;
  margin: 0 auto;
}
.overlay_portfo_text_line {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 50px;
}
.row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(4) h5 {
  padding-left: 25px;
  /* text-align: left; */
  width: max-content;
}
.row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(1) {
  margin-left: -75px;
}

.row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(3) h5 {
  margin-left: 45px;
}
#portfolio_main_caro .our_award_Sec_caro .owl-carousel .owl-nav button.owl-next,
#portfolio_main_caro .owl-carousel .owl-nav button.owl-prev {
  background-color: #e6e7e8 !important;
  padding: 10px 15px !important;
  border-radius: 50%;
}
#portfolio_main_caro .our_award_Sec_caro .owl-carousel .owl-nav button.owl-next,
#portfolio_main_caro .owl-carousel .owl-nav button.owl-next {
  background-color: #e6e7e8 !important;
  padding: 10px 15px !important;
  border-radius: 50%;
}
#portfolio_main_caro .owl-carousel .owl-nav button.owl-prev img {
  width: 12px;
}
#portfolio_main_caro .owl-carousel .owl-nav button.owl-next img {
  width: 12px;
}
.caro_inner_over_text .know_arr p {
  color: #fff !important;
  display: flex;
  align-items: center;
}
.caro_inner_over_text .know_arr {
  justify-content: center;
  margin-top: 85px;
}

.portfolio_caro .bg_yell img {
  width: 65%;
}
.portfolio_caro .bg_yell {
  display: flex;
  align-items: center;
}
.portfolio_caro .know_arr p:after {
  top: -8px;
  border: 1px solid #fff;
  background-color: transparent;
}
#portfolio_main_caro .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -70px;
  top: 38%;
}
#portfolio_main_caro .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -70px;
  top: 38%;
}
.prop_accord .search_prop_exp {
  width: 100%;
  border: 0;
  outline: none;
  padding-left: 50px;
  color: #bcbdc0;
  opacity: 0.8;
}
.prop_exp_hed {
  display: flex;
  width: 100%;
}
.prop_exp_hed img {
  width: 25px;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
}
.accor_ins_con_fle {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-top: 20px;
}
.accor_ins_con_fle h5 {
  color: #bcbdc0;
  font-size: 16px;
  padding-bottom: 10px;
}
.accor_check {
  display: flex;
}
.accor_cus_in {
  padding: 0 40px;
  padding-top: 20px;
}
.accord_check_cus {
  padding-top: 30px;
}
.prop_accord {
  width: 87%;
  margin: 0 auto;
}
.accor_cus_in {
  margin-top: -110px;
}
#accordionExample {
  scroll-margin-top: 100px;
}
#accordionExample {
  display: none;
}
#portfolio_main_caro .our_award_Sec_caro .owl-theme .owl-dots .owl-dot.active span,
#portfolio_main_caro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffc30f !important;
}
#portfolio_main_caro .owl-theme .owl-dots .owl-dot.active span,
#portfolio_main_caro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffc30f !important;
}
#portfolio_main_caro .owl-theme .owl-dots {
  padding-top: 40px;
}
.find_prop .accordion-button:not(.collapsed)::after,
.find_prop .accordion-button::after {
  background-image: url(../images/accord_drop.png);
  background-color: #fff;
  border: 1px solid #e6e7e8;
  padding: 15px;
  border-radius: 50%;
  background-position: center;
  transform: rotate(0deg);
  background-size: auto;
}
/* accordian-inside-radio */
.prop_accord details .accordion-body,
.prop_accord .collapse {
  animation: 0.75s ease forwards paused fade;
}

.prop_accord details[open] .accordion-body,
.prop_accord .collapse.show {
  animation-play-state: running;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.prop_accord .accordion-button {
  cursor: pointer;
  user-select: none;
}

.prop_accord .accordion-button:hover,
.prop_accord .accordion-button:focus {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
}
.prop_accord .accordion-button:focus {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.prop_accord .form-select {
  background-image: url(../images/accor_drop_yellow.png);
  padding: 14px 0;
  padding-left: 20px;
  padding-right: 95px;
  background-size: auto;
}
.prop_accord .accor_in_apply {
  background-color: #ffc30f;
  outline: none;
  border: 0;
  padding: 15px 50px;
}

.sq-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 40px;
}
.sq-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  /* border-radius: 5px; */
  background-color: #fff;
  border: 1px solid #ffc30f;
}

.sq-radio:hover input ~ .checkmark {
  background-color: #241d25;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.sq-radio input:checked ~ .checkmark:after {
  display: block;
}

.sq-radio .checkmark:after {
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  /* border-radius: 2px; */
  background-color: #ffc30f;
}

.sq-radio:hover input ~ .checkmark {
  background-color: transparent !important;
}
/* fourth-sec-end */

/* fifth-sec-start */
.right_por {
  padding-left: 0 !important;
}
.right_por img {
  height: 100%;
}
.portfolio_caro {
  padding: 50px 0;
  padding-top: 80px;
}
.left_port {
  padding-left: 10%;
  background-color: #f7f7f7;
}
.left_port .know_arr {
  align-items: center;
}
.bulid_green_tom_sec .left_port .know_arr p:after {
  top: -6px;
}
.know_arr p:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffc30f;
  top: -8px;
  right: -50px;
  position: absolute;
}
.know_arr p {
  position: relative;
}
.left_port h5 {
  color: #006ebe;
}
.parallel_sec {
  display: flex;
  padding: 30px 0;
}
.parallel_sec .icn_flex p {
  padding-right: 40px;
}
.icn_flex {
  padding-right: 30px;
}
.icn_flex img {
  padding-bottom: 20px;
}
.know_arr {
  display: flex;
}
.know_arr p {
  margin-bottom: 0 !important;
  padding-right: 20px;
  color: #141919;
}

.bg_yell img {
  position: relative;
  z-index: 2;
}

.left_port a {
  text-decoration: none;
  color: #141919;
}
.left_port {
  padding-top: 50px;
  padding-bottom: 100px;
  padding-right: 50px;
}
.left_port h5 {
  padding-bottom: 30px;
  font-family: 'Nohemi-Medium';
  padding-top: 50px;
  font-size: 16px;
}
.left_port h1 {
  padding-bottom: 30px;
  font-family: 'Nohemi-Medium';
  font-size: 46px;
}
.left_port p:nth-child(3) {
  line-height: 30px;
  padding-right: 65px;
}
.know_arr:hover img {
  transform: translateX(15px);
  transition: linear 0.5s;
}
/* fifth-sec-end */

/* sixth-sec-start */
.testimonials .cards {
  border: 1px solid #f2f2f2;
  box-shadow: 17px 18px 52px #0000000a;
  padding: 0 !important;
  min-height: 508px;
}

.testimonials {
  padding: 50px 0;
}
.testi_right {
  border: 1px solid #f2f2f2;
  box-shadow: 17px 18px 52px #0000000a;
  padding: 50px 40px;
  position: relative;
}
.testi_left_crd {
  padding-right: 30px;
}
.card_btm {
  padding: 30px 25px;
}
.card_btm h3 {
  padding-bottom: 15px;
  color: #006ebe;
  font-family: 'Nohemi-Medium';
}
.card_btm p {
  padding-bottom: 20px;
  font-size: 19px;
}
.testi_hed_img {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.testi_hed_img img {
  width: 75px !important;
  object-fit: cover;
}
.testi_caro_inne p {
  font-size: 18px;
}
.testi_hed_img h3 {
  padding-bottom: 30px;
  color: #006ebe;
  font-family: 'Nohemi-Medium';
}
.testimonials .owl-prev:before,
.owl-next:before {
  display: none;
}
.testimonials .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}
.testimonials .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #ffc30f !important;
}
.testimonials .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #ffc30f !important;
}

.testimonials .owl-carousel .owl-nav button.owl-next,
.testimonials .owl-carousel .owl-nav button.owl-prev {
  background-color: #fff !important;
  padding: 10px !important;
  border: 1px solid #dfdfdf;
}
.testimonials .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  right: 10px;
}
.testimonials .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -44px;
}
.testi_caro_inne p {
  position: relative;
}
.testi_caro_inne p:nth-child(3)::before {
  content: "";
  width: 3px;
  height: 55px;
  position: absolute;
  left: 0;
  background-color: #ffc30f;
}
.testi_caro_inne p:nth-child(3) {
  padding-left: 20px;
}
.testi_caro_inne p:nth-child(2) {
  font-size: 20px;
  width: 93%;
  padding-bottom: 20px;
}

.auth_na .test_autho_fon {
  font-family: "proxima-nova-medium";
}

.testi_left_crd .card_btm .know_arr {
  align-items: baseline;
}
.testi_left_crd .know_arr p:after {
  top: -4px;
}
@media only screen and (max-width: 767px) {
  .testimonial-bg {
    padding: 50px 40px;
  }
  .owl-theme .owl-controls {
    bottom: -22%;
  }
}
@media only screen and (max-width: 480px) {
  .testimonial-bg:before {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 40px;
  }
  .testimonial-bg {
    padding: 30px 10px;
  }
  .owl-theme .owl-controls {
    bottom: -15%;
  }
}
@media only screen and (max-width: 360px) {
  .testimonial .title,
  .testimonial .post {
    font-size: 16px;
  }
  .owl-theme .owl-controls {
    bottom: -12%;
  }
}
/* sixth-sec-end */

/* In-the-news-sec-start */
.left_scroll_sec::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.left_scroll_sec::-webkit-scrollbar {
  width: 4px;
  background-color: #f5f5f5;
}
.left_scroll_sec::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #ffc30f;
}
.left_scroll_sec {
  height: 275px;
  overflow: auto;
  transform: scaleX(-1);
}
.scroll_itm {
  transform: inherit;
  padding-left: 25px;
  padding-right: 100px;
}
.scroll_itm p:hover {
  color: #006ebe;
  text-decoration: underline;
}
.news_head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.in_news_downl {
  display: flex;
  border: 1px solid #ffc30f;
  background: #fff;
  margin: 0 auto;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: 'Satoshi-Regular';
}
.in_new {
  padding: 50px 0;
}
.thum_img {
  cursor: pointer;
}
.right_modal_sec {
  position: relative;
}
.icn_you {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.head_new_rig a {
  color: #141919;
  text-decoration: underline;
}
.dwnld_arr_dwn {
  padding-left: 15px;
  height: 15px;
  position: relative;
  align-self: center;
}
.scroll_itm img {
  height: 50px;
  padding-bottom: 15px;
}
.scroll_itm p {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.scroll_itm div:nth-child(4) p {
  border-bottom: 0 !important;
}
.news_head h1 {
  padding-bottom: 50px;
  font-family: 'Nohemi-Medium';
}
.in_new .modal-body {
  padding: 0 !important;
  vertical-align: baseline;
  display: flex;
}
.in_new .modal-dialog {
  max-width: 650px;
}
.in_new iframe {
  width: 100%;
}
.in_new .modal-header {
  border-bottom: 0;
  padding: 0;
}
.in_new .modal-content {
  background-color: #fff !important;
}
.in_new .modal-header .btn-close {
  padding: 0;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  right: 6px;
  z-index: 2;
  top: 8px;
  opacity: 1;
}

/* In-the-news-sec-end */

/* our-awrad-sec-start */
.inner_cont {
  display: flex;
}
.award_brief {
  padding-top: 60px;
}
.award_brief h3,
.award_brief p {
  text-align: center;
}
.award_brief h3 {
  font-size: 24px;
  padding-bottom: 15px;
  font-family: 'Nohemi-Medium';
}
.our_award_Sec_caro .owl-carousel .owl-item img {
  width: auto;
}
.our_award_Sec_caro .award_card {
  padding: 50px;
}
.our_award_Sec_caro .inner_cont img {
  min-height: 244px;
}
.our_award_Sec_caro {
  background-color: #f7f7f7;
  padding: 50px 75px;
  padding-bottom: 50px;
}
.our_award_Sec_caro h1 {
  text-align: center;
  font-family: 'Nohemi-Medium';
  font-size: 48px;
}
.our_award_Sec_caro .owl-prev:before,
.owl-next:before {
  display: none;
}
.our_award_Sec_caro .owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}
.our_award_Sec_caro .owl-carousel .owl-nav button.owl-next,
.our_award_Sec_caro .owl-carousel .owl-nav button.owl-prev {
  background-color: #fff !important;
  padding: 10px !important;
  border: 1px solid #dfdfdf;
}
.our_award_Sec_caro .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 35%;
  left: -35px;
}
.our_award_Sec_caro .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 35%;
  right: -35px;
}
.our_award_Sec_caro .owl-theme .owl-dots .owl-dot.active span,
.our_award_Sec_caro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0096dc;
}

/* our-awrad-sec-end*/

/* blogs-sec-start */
.our_blogs {
  padding: 50px 0;
}
.blogs_head {
  display: flex;
  justify-content: space-between;
}
.blogs_head h2 {
  color: #141919;
  font-family: 'Nohemi-Medium';
}
.blogs_head p a {
  color: #141919;
  text-decoration: underline;
}
.blogs_head p {
  align-self: end;
  margin-bottom: 0;
}
.blogs_card h5 {
  color: #ba8d7d;
}
.card_bottom_txt {
  padding: 30px 0;
}
.card_bottom_txt h5 {
  padding-bottom: 10px;
}
.card_bottom_txt h3 {
  padding-bottom: 20px;
  font-size: 25px;
  color: #141919;
  font-family: 'Nohemi-Medium';
}
.blogs_head {
  padding-bottom: 20px;
}
.our_blogs .col-md-4 {
  padding: 25px;
}
.our_blogs .col-md-4:hover {
  box-shadow: 3px 6px 30px #00000012;
  transition-duration: 0.5s;
}
.our_blogs .col-md-4:hover .card_bottom_txt h3 {
  color: #006ebe;
  text-decoration: underline;
}
/* blogs-sec-end */

/* looking-for-specific-start */
.look_bot_link {
  display: flex;
  justify-content: space-between;
}
.look_for_head p {
  color: #ffc30f;
  padding-bottom: 30px;
  font-size: 22px;
}
.look_for_spec_sec {
  background-color: #141919;
  padding: 70px 30px;
  color: #ffffff;
}
.flex_lin {
  display: flex;
  align-items: baseline;
}
.flex_lin a {
  color: #e6e7e8;
}
.flex_lin p {
  margin-bottom: 0;
}
.flex_lin img {
  object-fit: contain;
  padding-left: 25px;
  align-self: flex-start;
  display: flex;
}
.look_for_head h1 {
  padding-bottom: 10px;
}
.look_cont_full {
  padding: 0 50px;
}
/* looking-for-specific-end */

/* footer-sec-start */

.terms_bot p {
  color: #222222;
  text-align: center;
  margin-bottom: 0;
}
.terms_bot {
  background-color: #efefef;
  padding-bottom: 15px;
  padding-top: 30px;
}
.social_ic_sec a {
  padding-right: 25px;
}
.social_ic_sec {
  margin-top: -30px;
  width: fit-content;
}
.foot_right_link {
  display: flex;
  text-align: center;
}
.foot_right_link ul li a {
  text-decoration: none;
  color: #141919;
}
.footer_black {
  background-color: #f7f7f7;
  padding: 100px 0;
}
.foot_right_link ul li {
  list-style: none;
}
.logo_sec_left img {
  padding-bottom: 20px;
  mix-blend-mode: darken;
}
.logo_sec_left p {
  padding-bottom: 20px;
  line-height: 30px;
  margin-bottom: 0;
  font-size: 18px;
}
.foot_right_link .li_hed {
  padding-bottom: 35px;
  font-family: 'Satoshi-Bold';
}
.foot_right_link ul li {
  padding-bottom: 15px;
}
.foot_right_link ul li a:hover {
  color: #000 !important;
}
.social_ic_sec img:hover {
  transform: scale(0.8);
}
.social_ic_sec img {
  transition: all linear 0.2s;
  padding-bottom: 0;
}
/* footer-sec-end */

/* media queries */

@media screen and (min-width: 0) and (max-width: 375px) {
  .prop_sear_cont_box p a {
    padding: 0 10px !important;
    font-size: 18px !important;
  }
  .flex_caro_inner_txt:after {
    right: 75px !important;
  }
  .award_brief h3 {
    min-height: 102px !important;
  }
  .header_bg h1 {
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .social_ic_sec {
    margin-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  .prop_sear_cont_box p a {
    font-size: 14px !important;
  }
  .prop_accord .search_prop_exp {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .header_bg {
    height: 75vh;
  }
  .caro_bot_seco {
    padding-bottom: 0;
  }
  #portfolio_main_caro .owl-theme .owl-dots {
    padding-top: 80px;
  }
  #portfolio_main_caro .owl-carousel .owl-nav button.owl-prev {
    left: 35%;
    top: inherit;
  }
  #portfolio_main_caro .owl-carousel .owl-nav button.owl-next {
    right: 35%;
    top: inherit;
  }
  .right_modal_sec {
    padding: 0;
  }
  .social_ic_sec {
    margin-top: 30px;
  }
  .contain_box {
    padding: 40px 40px;
  }

  .prop_sear_cont_box p a {
    padding: 0 25px;
  }

  .prop_accord {
    width: 100%;
  }

  .accor_ins_con_fle {
    justify-content: inherit;
    align-items: inherit;
    /* padding-top: 20px; */
    flex-direction: column;
  }

  .accor_ins_con_fle div {
    padding-bottom: 20px;
  }

  .accor_cus_in {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accor_check {
    display: block;
  }

  .caro_inner_over_text h1 {
    font-size: 45px;
  }

  .scroll_itm {
    padding-right: 0;
  }

  .left_scroll_sec {
    margin-bottom: 50px;
  }

  .blogs_head h2 {
    padding-left: 20px;
    margin-bottom: 0;
  }

  .look_for_head h1 {
    font-size: 34px;
  }

  .look_cont_full {
    padding: 0;
  }

  .look_bot_link {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }

  .flex_lin {
    padding-bottom: 30px;
  }
  .header_bg h1 {
    font-size: 25px;
  }
  .content_sec h1 {
    width: 100%;
  }

  .content_sec h1 {
    font-size: 24px;
  }

  .seco_sec {
    padding: 50px 30px;
  }
  .content_sec p {
    width: 100%;
    font-size: 16px;
  }
  .left_port h1 {
    font-size: 36px;
  }
  .left_port {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 65px;
  }
  .left_port p:nth-child(3) {
    padding-right: 20px;
  }
  .parallel_sec .icn_flex p {
    padding-right: 0;
  }
  .award_rec {
    padding-bottom: 45px;
  }
  .footer_black {
    padding: 50px 20px;
  }
  .foot_right_link .col-md-3 div ul {
    padding-left: 0;
  }
  .foot_right_link {
    text-align: left;
  }
  .our_award_Sec_caro {
    padding-left: 40px;
    padding-right: 40px;
  }
  .our_award_Sec_caro .owl-carousel .owl-nav button.owl-prev {
    top: 100%;
    left: 30%;
  }
  .our_award_Sec_caro .owl-carousel .owl-nav button.owl-next {
    top: 100%;
    right: 29%;
  }
  .our_award_Sec_caro .award_card {
    padding: 20px 0;
  }

  .award_brief h3 {
    min-height: 73px;
  }
  .our_award_Sec_caro .inner_cont img {
    min-height: 0;
  }
  .award_brief {
    padding-top: 40px;
  }
  .head_link_right {
    padding-left: 30px;
  }
  .caro_bot_seco {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .caro_bot_seco .caro_bott_para p:nth-child(2) {
    width: 100%;
    padding-bottom: 30px;
  }
  .cur_off p {
    width: 100%;
  }
  .contain_box {
    margin-top: 30px;
  }
  #accordionExample {
    scroll-margin-top: 50px;
  }
  .accor_cus_in {
    margin-top: -60px;
  }
  .middle {
    left: 24%;
  }
  .over_lay_caro_txt_posi .middle .text h1 {
    font-size: 40px;
  }
  .portfolio_caro {
    padding-top: 30px;
  }
  .car0_third_sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .head_link_right {
    padding-left: 0 !important;
  }
  .in_new {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
  }
  .scroll_itm p {
    font-size: 16px;
  }
  .overlay_portfo_text_line {
    /* margin: inherit; */
    padding: 0;
    text-align: center;
  }
  .row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(1) {
    margin-left: 0;
  }
  .portfol_bg_img h5 {
    margin: inherit;
    padding-bottom: 0;
  }
  .flex_caro_inner_txt p {
    margin: inherit;
  }
  .flex_caro_inner_txt {
    padding-bottom: 25px;
  }
  .flex_caro_inner_txt:after {
    border-right: 0;
    top: inherit;
    border-bottom: 2px solid #fff;
    width: 200px;
    bottom: 10px;
    right: 80px;
  }
  .car0_third_sec .col-md-9 {
    padding-left: 0;
  }
  .row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(3) h5 {
    margin-left: 0;
  }
  .row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(4) h5 {
    padding-left: 0;
    text-align: inherit;
    width: inherit;
  }
  .portfol_bg_img {
    height: 900px;
  }
  .testi_caro_inne p:nth-child(2) {
    width: 100%;
  }
}

/* media queries */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .header_bg {
    height: 75vh;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .header_bg .navbar-nav {
    padding-right: 40px;
    font-size: 12px;
  }
  .header_con_but {
    padding: 8px 20px;
    margin-left: 0;
    font-size: 12px;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .header_main a.navbar-brand img {
    width: 65%;
    padding-left: 0;
  }
  .header_main ul.navbar-nav li a {
    padding: 0 15px;
  }
  .header_bg h1 {
    font-size: 60px;
  }
  .navbar_yell_sear {
    width: 20px;
  }
  .row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(3) h5 {
    margin-left: 35px;
  }
  .row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(4) h5 {
    padding-left: 17px;
  }
  .prop_accord .form-select {
    padding-right: 50px;
  }
  .left_port {
    padding-left: 8%;
  }
  .owl-theme .owl-nav {
    margin-top: -18px;
  }
  .our_award_Sec_caro .inner_cont img {
    min-height: inherit;
  }
  .award_brief h3 {
    min-height: 73px;
  }
  .social_ic_sec {
    margin-top: -10px;
  }
  .our_award_Sec_caro .award_card {
    padding: 50px 30px;
  }
  .left_scroll_sec {
    height: 240px;
  }
  .sun_bg {
    top: -45%;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1349px) {
  .header_con_but {
    padding: 8px 20px;
    margin-left: 0;
    font-size: 15px;
  }
  .header_bg .navbar-nav {
    font-size: 15px;
    padding-right: 40px;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .header_main a.navbar-brand img {
    width: 70%;
    padding-left: 0;
  }
  .header_main ul.navbar-nav li a {
    padding: 0 15px;
  }
  .header_bg h1 {
    font-size: 60px;
  }
  #portfolio_main_caro .owl-carousel .owl-nav button.owl-prev {
    left: -55px;
  }
  #portfolio_main_caro .owl-carousel .owl-nav button.owl-next {
    right: -55px;
  }
  .left_port {
    padding-left: 6%;
  }
  .award_brief h3 {
    min-height: 73px;
  }
  .sun_bg {
    top: -55%;
    right: -30%;
  }
}

@media screen and (min-width: 1450px) and (max-width: 1600px) {
  .testi_right,
  .testimonials .cards {
    min-height: 548px !important;
  }
  .testi_caro_inne p:nth-child(2) {
    font-size: 23px;
  }
  .testimonials .owl-theme .owl-nav {
    margin-top: 58px;
  }
  .testi_caro_inne p:nth-child(2) {
    font-size: 23px;
  }
  #portfolio_main_caro .owl-theme .owl-dots {
    padding-top: 0;
  }
  #portfolio_main_caro .owl-theme .owl-nav {
    margin-top: 50px;
  }
  .our_award_Sec_caro .owl-theme .owl-nav {
    margin-top: 0px;
  }
  .in_new_right_align {
    align-items: end;
  }
  .in_new .left_scroll_sec {
    height: 352px;
  }
  .sun_bg {
    top: -75%;
    right: -30%;
    width: 65%;
  }
  .left_port {
    padding-left: 8%;
  }
  .header_bg .navbar-nav {
    font-size: 18px;
  }
  .caro_bot_seco {
    padding-left: 105px;
    padding-right: 50px;
  }
  .cur_off p {
    width: 70%;
    margin-right: 60px;
  }
  .prop_accord .form-select {
    padding-right: 140px;
  }
  .header_main ul.navbar-nav li a {
    padding: 0 22px !important;
  }
  .overlay_portfo_text_line {
    max-width: 90%;
  }
  .portfol_bg_img h5 {
    font-size: 32px;
  }
  .row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(1) {
    margin-left: -80px;
  }
  .row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(3) h5 {
    margin-left: 65px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
  .header_main .navbar-collapse {
    font-size: 20px;
  }
  .left_port {
    padding-left: 12%;
  }
  .testi_right,
  .testimonials .cards {
    min-height: 550px;
  }
  .testi_caro_inne p:nth-child(2) {
    font-size: 23px;
  }
  .testimonials .owl-theme .owl-nav {
    margin-top: 58px;
  }
  .in_new_right_align {
    align-items: end;
  }
  .in_new .left_scroll_sec {
    height: 352px;
  }
  .header_bg .navbar-nav {
    font-size: 20px;
  }
  .caro_bot_seco .head_yel {
    font-size: 21px;
  }
  .caro_bot_seco p {
    font-size: 18px;
  }
  .caro_bot_seco {
    padding-left: 30px;
    /* padding-right: 50px; */
  }
  .prop_accord .form-select {
    padding-right: 140px;
  }
  .portfol_bg_img h5 {
    font-size: 32px;
  }
  .row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(1) {
    margin-left: -75px;
  }
  .overlay_portfo_text_line {
    max-width: 85%;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1800px) {
  .sun_bg {
    top: -75%;
    right: -25%;
    width: 55%;
  }
  .header_main ul.navbar-nav li a {
    padding: 0 25px !important;
  }
}
@media screen and (min-width: 1801px) and (max-width: 1900px) {
  .sun_bg {
    top: -80%;
    right: -25%;
    width: 55%;
  }
  .header_bg .navbar-nav {
    font-size: 22px;
  }
  .header_con_but {
    font-size: 20px;
  }
  .navbar_yell_sear {
    width: 30px;
  }
  .header_bg .navbar-nav {
    font-size: 22px;
  }
  .testi_caro_inne p:nth-child(2) {
    font-size: 23px;
  }
  .testimonials .owl-theme .owl-nav {
    margin-top: 55px;
  }
  .caro_bot_seco {
    margin-left: -20px;
    /* padding-right: 50px; */
    padding-left: 0;
  }
  .caro_bot_seco .head_yel {
    font-size: 23px;
  }
  .caro_bot_seco p {
    font-size: 20px;
  }
  .prop_accord .form-select {
    padding-right: 140px;
  }
  .left_port {
    padding-left: 14%;
  }
  .header_main ul.navbar-nav li a {
    padding: 0 25px !important;
  }
  .overlay_portfo_text_line {
    max-width: 90%;
  }
  .portfol_bg_img h5 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1901px) {
  .sun_bg {
    top: -80%;
    right: -24%;
    width: 50%;
  }
  .header_main a.navbar-brand img {
    width: 100%;
  }
  .header_bg .navbar-nav {
    font-size: 25px;
  }
  .header_con_but {
    font-size: 24px;
  }
  .navbar_yell_sear {
    width: 35px;
  }
  .prop_accord .form-select {
    padding-right: 140px;
  }
  .left_port {
    padding-left: 18%;
  }
  .left_port h5 {
    font-size: 24px;
  }
  .left_port h1 {
    font-size: 48px;
  }
  .bulid_green_tom_sec .col-md-6.left_port p {
    font-size: 22px;
  }
  .testi_caro_inne p:nth-child(2) {
    font-size: 23px;
  }
  .testimonials .owl-theme .owl-nav {
    margin-top: 55px;
  }
  .header_main ul.navbar-nav li a {
    padding: 0 35px !important;
  }
  .overlay_portfo_text_line {
    max-width: 90%;
  }
  .portfol_bg_img h5 {
    font-size: 30px;
  }
}

@media screen and (min-width: 1450px) and (max-width: 1600px) {
  .row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(4) h5 {
    padding-left: 45px;
  }
}
@media screen and (min-width: 1601px) and (max-width: 1800px) {
  .row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(3) h5 {
    margin-left: 57px;
  }
  .row.overlay_portfo_text_line .col-md-3.flex_caro_inner_txt:nth-child(4) h5 {
    padding-left: 38px;
  }
}
