@font-face {
  font-family: 'PF Handbook Pro';
  src: url('../fonts/PFHandbookProLight.woff2') format('woff2'),
    url('../fonts/PFHandbookProLight.woff') format('woff'),
    url('../fonts/PFHandbookProLight.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PF Handbook Pro';
  src: url('../fonts/PFHandbookProBold.woff2') format('woff2'),
    url('../fonts/PFHandbookProBold.woff') format('woff'),
    url('../fonts/PFHandbookProBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
p{
  text-align: justify;
}
.main_container {
  background: #fff;
  z-index: 0;
  position: relative
}

.header   {
  display: block !important;
  background: #fff !important;
}
  .header-open {
  display: block !important;
  background: #fff !important;
}

.header-open .menu-bottom ul li a {
  color: #333
}

.navbar-nav .nav-link {
  color: #333 !important;
  font-weight: bold;
  padding: 10px 15px;
}

.header-open .menu-bottom ul li a:hover {
  color: #f7372a
}

.header-open .menu-top ul li a {
  color: #333
}

.header-open .menu-top ul li:hover a {
  color: #f7372a
}

.old_pg_contant_bx .container {
  width: 100%;
}

.about_section {
  width: 100%;
  padding: 90px 0;
  background: url(../images/about-bg.jpg) top center no-repeat
}

.about_us_otr,
.our_unfair_otr,
.our_mission_bx,
.section_5 .container,
.seven_step_otr,
.prior_departure_otr,
.post_rrival_otr,
.immigration_process_otr,
.prior_departure_otr {
  padding: 25px 15px;
}

.about_section .about_intro {
  float: left;

  padding-right: 30px;
  box-sizing: border-box
}


h1 {

  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  padding-left: 18px;
  box-sizing: border-box;
}

h2 {
  font-size: 25px;

  font-weight: 700;
  position: relative;
  padding-left:  10px !important;
  box-sizing: border-box;
  /* margin-top: 30px; */
  margin-bottom: 10px;
}

.h_1 {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: -1px;
  word-spacing: 3px;
  font-family: 'PF Handbook Pro', sans-serif !important;
  line-height: 1.1;
  flex-direction: column;
  text-align: center;
}

.about_section .about_intro h1 {

  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}

.about_section .about_intro h1 :before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background: #ab1c12;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  z-index: 600;
}

.about_section .about_intro h1 span {
  display: block;
  width: 100%;
  font-size: 32px;
  color: #ab1c12;
  font-weight: 600;
}


.about_section .about_intro h1:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  bottom: -1px;
  left: 62px;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.about_section .about_intro h2 {

  font-size: 22px;
  text-transform: uppercase;
  color: #0e1133;
  font-weight: 400;
  margin-bottom: 25px
}

.about_section .about_intro h3 {

  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #333;
  position: relative;
  z-index: 1;
  padding-top: 30px
}

.about_section .about_intro h3:after {
  position: absolute;
  content: "";
  width: 158px;
  height: 17px;
  bottom: -1px;
  left: 62px;
  background: url(../images/title-bg1.png) center center;
  z-index: -1
}

.about_section .about_intro p {
  font-size: 19px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 0
}

/* 
p {
  padding-bottom: 20px;
  text-align: left;
} */

.about_section .about_form .form_bx {
  padding: 48px 44px;
  background: #c42728;
  border-radius: 10px
}


.about_section .about_form .form_bx h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 10px
}

.about_section .about_form .form_bx p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  line-height: 28px;
  text-align: left;
  margin-bottom: 25px
}

.free-quote-frm {
  padding: 60px 0;
  /* background: url(../images/iiso-bg.jpg) top center no-repeat; */
  background-size: cover;
  text-align: center
}

.free-quote-frm .contact-info {
  margin-bottom: 20px;
  text-align: center
}

.free-quote-frm .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #c32728
}

.free-quote-frm .contact-info address,
.free-quote-frm .contact-info p {
  margin-bottom: 0;
  color: #000
}

.free-quote-frm .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #999
}

.free-quote-frm .contact-info a {
  color: #000
}

.free-quote-frm .contact-info a:hover {
  color: #c32728
}

.free-quote-frm .contact-address,
.free-quote-frm .contact-phone,
.free-quote-frm .contact-email {
  margin-bottom: 20px
}

.about_section .about_form .form_bx .h2 {
  text-align: left;
  font-size: 35px;
  font-family: 'PF Handbook Pro', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}

.about_section .about_form .form_bx .h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: -1px;
  color: #fff;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
}




.our_unfair_otr .h_1 span {
  display: block;
  line-height: 1;
  font-weight: 500
}


 .h_1 .btm_line {
  display: block;
  background: #ab1c12;
  width: 50px;
  height: 3px;
  position: relative;
  top: 20px;
  left: 0;
  bottom: 0;
  margin: auto;
  padding-bottom: 0;
  line-height: 1;;
  
}

 .h_1 .btm_line:before,
 .h_1 .btm_line:after {
  display: block;
    content: "";
    width: 3px;
    height: 3px;
    background: #ab1c12;
    position: absolute;
    top: 0;
    border-radius: 50px;
    z-index: 600;
}

 .h_1 .btm_line:before {
  left: -7px
}

 .h_1 .btm_line:after {
  left: auto;
  right: -7px
}

.our_unfair_otr {
  color: #fff;
  background-color: #2c2a40;
  text-align: center;
  padding: 25px 15px;
}

.our_unfair_otr .row {
  justify-content: center;
}

.our_unfair_otr .row .h_1 {
  display: flex;
  justify-content: center;
}

.our_unfair_otr .h_1 .btm_line:before,
.our_unfair_otr .h_1 .btm_line:after {
  background-color: #feb202;
}

.our_unfair_otr .h_1 .btm_line {
  left: auto;
  right: auto;
  background-color: #feb202;
}

.our_unfair_otr img {
  max-width: 932px;
  margin: auto;
}

.our_mission_bx .h_1 {
  padding-top: 48px;
  margin-bottom: 85px;
  text-align: center;

}

.our_mission_bx .h_1 span {
  display: block;
  line-height: 1;
  font-weight: 600;


}



.our_mission_bx .h_1 .btm_line:before {
  left: -7px;
}

.our_mission_bx .h_1 .btm_line:after {
  left: auto;
  right: -7px;
}

.our_mission_bx .h_1 .btm_line:before,
.our_mission_bx .h_1 .btm_line:after {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  background: #ab1c12;
  position: absolute;
  top: 0;
  border-radius: 50px;
  z-index: 600;
}


*,
::after,
::before {
  box-sizing: border-box;
}





/* Section 5 We Recruit  */

.section_5 {
  color: #fff;
  /* background: linear-gradient(to right, #ab1c12 42.3%, #2d2b40 42.3%); */
  display: flex;
  justify-content: center;
  /* position: relative; */
}

.section_5:before,
.section_5:after {
  content: '';
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
}

.section_5:before {
  left: 0;
  background-color: #ab1c12;
  max-width: 33.333333%;
  background: url(https://www.dss-hr.com/public/front/images/we_recruit.jpg) center center;
  background-size: contain;
}

.section_5:after {
  right: 0;
  background-color: #2d2b40;
  max-width: 68.666667%;
}

.section_5 .container {
  display: flex;
  /*padding-bottom: 0;*/
}

.section_5 .h_1 span {
  display: block;
  line-height: 1;
  font-weight: 600;
}

.section_5 .h_txt_otr {
  display: flex;
  justify-content: start;
  align-items: center;
}

.section_5 .h_txt_bx {
  padding: 40px 0;
  max-width: 330px;
  font-family: 'PF Handbook Pro', sans-serif;
}

.section_5 .h_txt_bx .h_top,
.section_5 .h_txt_bx .h_btm {
  font-size: 30px;
  line-height: 1;
}

.section_5 .h_txt_bx span {
  display: block;
  text-transform: uppercase;
}

.section_5 .h_txt_bx .h_mid {
  color: #ffc107;
  font-size: 55px;
  line-height: .9;
  letter-spacing: -1px;
  font-weight: 600;
  margin-left: -2px;
}

.benifits_txt {
  text-align: justify;
  padding-right: 90px;
}


.industries_recruit_ul {
  display: flex;
  flex-flow: wrap;
  list-style-type: none;
  margin-bottom: 0;
}

.industries_recruit_ul li {
  width: 50%;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.industries_recruit_ul li span {
  font-family: 'PF Handbook Pro', sans-serif;
  color: #ffb300;
  font-size: 20px;
}

.industries_recruit_ul li img {
  vertical-align: bottom;
  margin-right: 10px;
}

.numb_ol {
  margin-left: -13%;
  display: flex;
  flex-wrap: wrap;
  font-size: 22px;
  color: #ffc107;
  margin-bottom: -15px;
}

.section_5 .numb_ol li {
  font-family: 'PF Handbook Pro', sans-serif;
  display: block;
  counter-increment: items;
  position: relative;
}

.section_5 .numb_ol li {
  width: 33%;
  margin-left: 17%;
  text-align: left;
}

.section_5 .numb_ol li:before {
  content: "0" counter(items)". ";
  position: absolute;
  left: -40px;
}

.section_5 .numb_ol li span {
  font-size: 17px;
  font-family: "Source Sans Pro", sans-serif;
}

.benifits_txt {
  text-align: justify;
  padding-right: 90px;
}

.industries_recruit_ul {
  display: flex;
  flex-flow: wrap;
  list-style-type: none;
  margin-bottom: 0;
}

.industries_recruit_ul li {
  width: 50%;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.industries_recruit_ul li span {
  font-family: 'PF Handbook Pro', sans-serif;
  color: #ffb300;
  font-size: 20px;
}

.industries_recruit_ul li img {
  vertical-align: bottom;
  margin-right: 10px;
}


.mob_hdr_bx {
  display: none;
}


.seven_step_otr {
  background-color: #f5f5f5
}

.seven_step_otr .h_1 {
  text-align: left;
  color: #c52727;
  display: block;
  padding-bottom: 30px
}

.seven_step_otr .h_1 span {
  display: inline-block
}

.seven_step_otr .h_1 .btm_line {
  position: absolute;
  top: 105px;
  left: 20px
}

.seven_step_otr .h_1 .seven_bx {
  font-size: 87px;
  float: left;
  line-height: .7;
  font-weight: 600;
  margin-top: 5px
}

.seven_step_otr .h_1 .plan_bx {
  position: absolute;
  top: -4px;
  left: 70px;
  width: 200px;
  font-weight: 500
}

.seven_step_otr .h_1 .recruitment_bx {
  position: absolute;
  top: 35px;
  left: 70px;
  width: 835px;
  color: #212529;
  font-weight: 500
}

.seven_step_otr .h_1 .mob_seven_bx {
  display: none;
}



.prior_departure_otr {
  color: #fff;
  background-color: #2c2a40;
}

.prior_departure_otr .h_1 {
  padding-top: 50px;
}

.prior_departure_otr .h_1 .btm_line {
  background-color: #feb202;
}

.prior_departure_otr .h_1 .btm_line:before,
.prior_departure_otr .h_1 .btm_line:after {
  background-color: #feb202;
}

.prior_departure_otr .h_1 {
  padding-top: 50px;
}

.post_rrival_otr {
  background-color: #f2f2f2;
}

.post_rrival_otr .circle_ul li {
  font-weight: 400;
  text-align: justify;
}

.circle_ul_bx {
  list-style: circle;
  color: #ffb200;
  font-size: 19px;
  margin-left: 25px;
}

.circle_ul_bx span {
  color: #fff;
  font-size: 18px;
}

.circle_ul {
  padding-left: 0px;
  margin-bottom: 15px;
  font-size: 19px;
}

.circle_ul li {
  font-weight: 600;
  padding-bottom: 5px;
  list-style: none;
  position: relative;
  padding-left: 22px;
  z-index: 1;
}

.circle_ul li:before {
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(https://www.dss-hr.com/public/front/images/immigration/images/bullet.png) center center;
  content: "";
}



.news_artical {
  padding: 15px 0 0
}

.news_artical .results {
  max-width: 1280px;
  grid-gap: 80px;
  justify-content: flex-start
}

.news_artical .results>* {
  width: 390px
}

.about_section .about_intro .t_h2,
.immgr_option-icons .t_h2,
.our_service .t_h1,
.client_say .t_h2,
.news_artical .t_h2,
.verticals_area .t_h2,
.t_h1,
.new_h_bx h1,
.new_h_bx h2,
h1 {
  font-size: 35px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  position: relative;
  padding-left: 18px;
  box-sizing: border-box;
}

.about_section .about_intro .t_h2 span,
.immgr_option-icons .t_h2 span,
.about_section .about_intro h1 span,
.client_say .t_h2 span,
.news_artical .t_h2 span,
.verticals_area .t_h2 span,
.photogallery .t_h2 span,
.t_h1 span,
.new_h_bx h1 span,
.new_h_bx h2 span,
h1 span {
  display: block;
  width: 100%;
  font-size: 32px;
  color: #ab1c12;
  font-weight: 600;
}

.about_section .about_intro .t_h2:before,
.about_section .about_intro h1:before,
.immgr_option-icons .t_h2:before,
.client_say .t_h2:before,
.our_service .t_h1:before,
.news_artical .t_h2:before,
.verticals_area .t_h2:before,
.photogallery .t_h2:before,
.new_h_bx h1:before,
.new_h_bx h2:before,
h1:before {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background: #ab1c12;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  z-index: 600;
}

.results {
  max-width: 1135px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fill, 350px);
  grid-auto-rows: minmax(40px, auto);
  justify-content: center
}

.results>* {
  width: 350px;
  float: left;
  margin: 40px
}

@supports (display:grid) {
  .results>* {
    margin: 0 auto
  }
}

.results>* {
  background-color: #fdfdfd;
  border: 1px solid #cbcbcb;
  border-radius: 10px
}

.results>* img {
  max-width: 100%;
  border-radius: 10px 10px 0 0;
  width: 100%
}

.results>* span {
  color: #e4493d;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 28px;
  display: block
}

.results .content_bx {
  padding: 25px;
  width: 100%;
  box-sizing: border-box
}

.results .content_bx .date {
  width: 100%
}

.results .content_bx h3 {
  font-size: 22px;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  font-weight: 600;
  margin-bottom: 18px
}

.results .content_bx p {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #333;
  line-height: 26px;
  display: block;
  margin-bottom: 24px
}

a {

  text-decoration: none !important;
}

.results .content_bx .read_more {
  font-size: 14px;
  color: #e4493d;
  font-family: "Source Sans Pro", sans-serif;
  text-transform: uppercase
}

.results .content_bx .read_more a {
  font-size: 14px;
  color: #e4493d;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  line-height: 28px;
  text-transform: uppercase;
  margin-bottom: 10px
}

.results .content_bx .read_more a:hover {
  width: 100%
}


.details-btn.details-btn-center.black-shade {
  padding-bottom: 30px;
  margin-top: 15px;
  text-align: center;
}

.details-btn.details-btn-center.black-shade a {
  border-color: #000;
  color: #000;
}

.details-btn a {
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  padding: 7px 35px;
  font-weight: 400;
  opacity: 1;
  line-height: 14px;
  position: relative;
  transition: .3s ease;
  background: 0 0;
}


.client_say {
  background-image: none;
  background-color: #fff;
  padding: 30px 0 15px;
}

.our_clients_otr,
.expertise_otr,
.services_otr,
.seven_step_otr,
.client_say,
.faq_otr {
  padding-top: 25px;
  padding-bottom: 25px;
}

.client_say .wraps {
  padding: 30px 0 0;
  /* color: #212529; */
  background: #2c2a3f;
  box-sizing: border-box;
}

.client_say .owl-carousel.owl-loaded {
  position: relative;
}

.client_say .item {
  justify-content: normal;
  display: flex;
}



.client_say .img_bx {
  width: 25.5%;
  text-align: left;
  padding: 75px 0;
}

.client_say .img_bx .auth_img {
  text-align: center;
  position: relative;
}

.client_say .img_bx .auth_img::before {
  width: 260px;
  height: 260px;
  left: 54px;
  top: -24px;
  margin: 0;
  content: "";
  display: inline-block;
  border: 3px solid #c42728;
  position: absolute;
  border-radius: 100%;
}

.client_say .img_bx .auth_img img {
  border-radius: 100%;
  position: relative;
  width: 200px;
  max-width: 200px;
  height: 200px;
  display: inline-block;
  margin-top: 5px;
  margin-left: 50px;
}

.client_say .img_bx .auth_img::after {
  width: 230px;
  height: 230px;
  left: 60px;
  top: -12px;
}

.client_say .img_bx .auth_img::after {
  content: "";

  display: inline-block;
  border: 3px solid #ffffff;
  margin: 4px 10px;
  position: absolute;

  border-radius: 100%;
}

.client_say .text_area .auther,
.client_say .t_h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  color: #ffffff;
}

.client_say .img_bx::after {
  content: "";
  width: 75px;
  height: 75px;
  display: inline-block;
  position: absolute;
  right: -100px;
  top: 25px;
  border-radius: 100%;
  background: url(https://www.dss-hr.com/front/images/quote.png) center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.client_say .text_area {
  padding: 35px 45px;
  margin: auto;
}

.client_say .text_area {
  float: left;
  width: 58%;
  box-sizing: border-box;
}

.client_say .text_area p {
  font-size: 19px;
  line-height: 30px;
  color: #ffffff;
}

.client_say .testim-slider.owl-theme .owl-nav {
  display: flex !important;
  width: 100%;
  justify-content: space-between;
  position: absolute;
  top: 35%;

}

.client_say .testim-slider.owl-theme .owl-nav [class*=owl-] {
  padding: 1px 5px 0;
  line-height: 1.2;
  font-size: 30px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  text-align: center;
  overflow: hidden;
}

.client_say .testim-slider.owl-theme .owl-nav .owl-prev::before {
  content: '\f104';
  font-family: 'FontAwesome';
}







.client_say .img_bx::after {
  content: "";
  width: 75px;
  height: 75px;
  display: inline-block;
  position: absolute;
  right: -100px;
  top: 25px;
  left: 0;
  border-radius: 100%;
  background: url(https://www.dss-hr.com/front/images/quote.png) center center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.client_say .img_bx::after {
  content: "";
  width: 50px;
  height: 50px;
  display: inline-block;
  position: absolute;
  right: 100px;
  top: 30px;
  border-radius: 100%;

}

/* Testimonial Section */
.client_say {
  padding: 50px 0;
  background-color: #f9f9f9;
  text-align: center;
}

.client_say .t_h2 {
  font-size: 32px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.client_say .t_h2 span {
  color: #c42728;
}

/* Carousel Inner Items */
.client_say .carousel-inner {
  padding: 30px 0;
}

/* Testimonial Item */
.client_say .carousel-item {
  text-align: center;
}



.client_say .text_area {
  max-width: 600px;
  margin: 20px auto;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.client_say .text_area .auther {
  font-size: 18px;
  font-weight: bold;
  /* color: #c42728; */
  margin-top: 10px;
}

/* Custom Carousel Indicators (Dots) */
.client_say .carousel-indicators {
  bottom: -30px;
  margin-right: 0% !important;
  margin-left: 0% !important;
}

.client_say .carousel-indicators li {
  width: 20px;
  height: 20px;
  border: 0;
  /* background-color: #cbcbcb !important; */
  border-radius: 50%;
  opacity: 1;
  margin: 0 5px;
}

.client_say .carousel-indicators .active {
  opacity: 1;
  background: #c42728;
}

/* Custom Carousel Navigation Arrows */
.client_say .carousel-control-prev,
.client_say .carousel-control-next {
  width: 40px !important;
  height: 40px !important;
  background: #c42728;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.8;
  display: flex !important;
  position: absolute; /* Change from fixed to absolute */
}

.client_say .carousel-control-prev {
  left: 0; /* Adjust as needed */
}

.client_say .carousel-control-next {
  right: 0; /* Adjust as needed */
}


.client_say .carousel-control-prev:hover,
.client_say .carousel-control-next:hover {
  opacity: 1;
}

.client_say .carousel-control-prev-icon,
.client_say .carousel-control-next-icon {
  width: 20px;
  height: 20px;
}




.carousel-indicators {
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  background-color: #f7f7f7;
  /* Adjust dot color */
  border-radius: 50%;
  opacity: 0.5;
  border: none;
}

.carousel-indicators .active {
  opacity: 1;
}


.carousel-indicators {
  position: absolute !important;
  bottom: 0 !important;
  /* Adjust position below carousel */
  left: 50% !important;
  transform: translateX(-50%);
  z-index: 15;
  display: flex;
  justify-content: center;
  gap: 8px;
}

/* Our Clients */
.our_clients_otr,
.expertise_otr,
.services_otr,
.seven_step_otr,

.faq_otr {
    padding-top: 25px;
    padding-bottom: 25px;
}

.our_clients_otr .h_1,
.services_otr .h_1 {
    color: #c52727;
}

.client_logo_bx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* margin: 0 -15px; */
    padding-top: 15px;
}

.client_logo_bx img {
    /*max-width: 235px;
   width: 18%;
   margin: 0px 10px 20px 10px;*/
    width: 15%;
    margin: 0px 5px 18px 5px;
}

/* Our Expertise */
.expertise_otr {
  color: #fff;
  background-color: #2c2a3f;
}

.expertise_otr .h_1 {
  margin-bottom: 75px;
}

.expertise_otr .h_1 .btm_line,
.expertise_otr .h_1 .btm_line:before,
.expertise_otr .h_1 .btm_line:after {
  background-color: #feb202;
}

.expertise_otr .expertise_bx {
  width: 25%;
  margin-right: 0%;
}

.expertise_otr .expertise_ul {
  margin-top: 5px;
  margin-bottom: 30px;
  margin-left: 30px;
  clear: both;
}

.expertise_otr .expertise_ul li {
  padding-bottom: 5px;
  list-style-type: disc;
  text-indent: -5px;
  font-size: 13px;
}

.expertise_otr .expertise_ul li span {
  font-size: 17px;
}

.expertise_otr .expertise_h2 img {
  width: 35px;
  height: 35px;
  margin-right: 3px;
  float: left;
}

.expertise_otr .expertise_h2 {
  height: 45px;
}

.expertise_otr .expertise_h2 span {
  font-family: 'Poppins';
  color: #f9c834;
  vertical-align: middle;
  font-size: 20px;
  display: inline-block;
  padding-top: 5px;
  width: 165px;
  line-height: 1;
  letter-spacing: -1.7px;
}

.expertise_otr .expertise_h2 .commercial_bx {
  width: 220px;
}

/* Our Services */

.services_otr .sectors_otr {
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -15px; */
}

@media (max-width: 575.98px) {
  .services_otr .sectors_otr{
    margin-right: calc(2.5 * var(--bs-gutter-x));
    margin-left: calc(2.5 * var(--bs-gutter-x));
  }
}

.services_otr .sectors_otr p {
  font-family: 'Poppins';
  font-size: 20px;
  text-align: center;
  padding-top: 2px;
  font-weight: 500;
}

.services_otr .h_2 {
  font-family: 'Poppins';
  text-align: center;
  font-weight: 500;
  font-size: 25px;
  padding-top: 20px;
  padding-bottom: 10px;
}

/* FAQ */
.faq_otr {
  background-color: #fdfcfc;
}

.faq_otr .t_h3 {
  margin-bottom: 8px;
}

.faq_otr .verticals_area {
  background-image: none;
  padding-top: 0;
}

/* .faq_otr .h_1 {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

.faq_otr .h_1 .slide_toggle_btn {
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 5px 15px;
  position: absolute;
  top: 38px;
  left: auto;
  right: 0;
  background-color: transparent;
} */

.faq_otr .faq_header {
  /* margin-bottom: 30px; */
  border-bottom: 2px solid #eee;
  /* padding-bottom: 10px; */
}

.faq_otr .h_1 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
}

.faq_otr .btm_line {
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 6px;
  /* background-color: #007bff; */
}

.faq_otr .slide_toggle_btn {
  border: 1px solid #ccc;
  font-size: 15px;
  padding: 6px 16px;
  background: transparent;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .faq_otr .slide_toggle_btn {
    font-size: 13px;       /* smaller text */
    padding: 4px 12px;     /* smaller padding */
    border-radius: 3px;    /* slightly smaller radius */
  }
}

/* Optional: For very small screens (like phones) */
@media (max-width: 480px) {
  .faq_otr .slide_toggle_btn {
    font-size: 12px;
    padding: 3px 10px;
  }
}

.faq_otr .slide_toggle_btn:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}



/* .faq_otr .h_1 .btm_line {
  margin-left: 10px;
} */
.q-box * {
  box-sizing: border-box;
}
.q-box {
  float: left;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.q-box-area {
  float: left;
  width: 100%;
}
.faq_otr .q-box {
  border: 1px solid #cbcbcb;
  background-color: #fff;
}

.faq_otr .q-box-area .q-box {
  margin-bottom: 8px;
}

.faq_otr .q-box .q-content {
  border: 0px solid #cbcbcb;
  border-top: 0px;
  background: #fff;
  padding: 5px 17px;
  float: left;
    width: 100%;
}

.faq_otr .q-box .h3, .faq_otr .q-box h3 {
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  padding: 15px 40px 15px 20px !important;
  margin-bottom: 0;
  background: #fbf9f9;
}
.verticals_area .q-box h1, .verticals_area .q-box h2, .verticals_area .q-box h3, .verticals_area .q-box h4, .verticals_area .q-box h5, .verticals_area .q-box h6 {
  cursor: pointer;
  position: relative;
  float: left;
  display: block;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
  line-height: 24px;
}
.new_dgn_faq_otr .q-box h1, .new_dgn_faq_otr .q-box h2, .new_dgn_faq_otr .q-box h3, .new_dgn_faq_otr .q-box h4, .new_dgn_faq_otr .q-box h5, .new_dgn_faq_otr .q-box h6 {
  
  color: #444;
  padding: 15px 40px 15px 20px;
  border-bottom: 1px solid #1a182f;
  cursor: pointer;
}
.q-box h3 {
  position: relative;
  padding-right: 30px; /* Ensures space for the icon */
  cursor: pointer;
}

.q-box h3 span.plusminus {
  position: absolute;
  right: 10px; /* Adjust to position correctly */
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

/* Font Awesome icon */
.q-box h3 span.plusminus::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107"; /* Down arrow */
}

/* Rotate icon when active */
.q-box h3.active span.plusminus {
  transform: translateY(-50%) rotate(180deg);
}

/* Change icon when active */



@media screen and (max-width: 1240px) {
  .news_artical .results {
      display: flex;
      grid-gap: 0;
      justify-content: space-between;
  }
  .news_artical .results>* {
    width: 30.3666%;
}
}
@media screen and (max-width: 1024px) {
  .client_say .item {
      flex-direction: column;
      align-items: center;
  }
  .client_say .text_area {
      padding: 40px 0 0;
      width: 100%;
      text-align: center;
  }
  .client_say .text_area .auther {
      margin-bottom: 30px;
      text-align: center;
      font-weight: 600;
  }

}

@media screen and (max-width: 991px) {

  .header .container,
  .old_pg_contant_bx .container {
    width: 100%;
  }
  .header .logo {
    padding-top: 0;
  }
  .mob-menu-btn {
    top: 5px;
  }
  .about_us_otr {
    padding: 0px 0px 20px 0px;
  }
  .about_us_otr .row:first-child {
    flex-direction: column-reverse;
  }
  .about_us_otr .about_intro p:last-child {
    padding-bottom: 0;
  }
  .about_form {
    padding: 0;
  }
  .about_us_otr .form_bx {
    border-radius: 0;
  }
  .our_unfair_otr .row:first-child .h_1 {
    justify-content: start;
    margin-right: auto;
    color: #ffb300;
  }
  .our_mission_bx .h_1 {
    padding-top: 20px;
  }
  .our_mission_bx .img-fluid {
    display: none;
  }
  .section_5 .col-lg-4:nth-child(1) {
    display: none;
  }
  .mob_hdr_bx {
    display: block;
    font-family: 'PF Handbook Pro', sans-serif;
    color: #ffb300;
    font-size: 22px;
    padding: 0 15px;
  }


  .section_5:before {
    content: none;
  }

  .section_5:after {
    max-width: 100%;
  }

  .section_5 .h_txt_bx .h_mid {
    font-size: 30px;
  }

  

  /* .h_1 .btm_line {
    margin-left: 36px;
    left: 120px !important;
  } */

  .section_5 .txt_bx {
    padding: 0 15px;
  }
  .section_5 .h_1 .btm_line {
    left: auto;
    right: auto;
    background-color: #feb202;
}
  .section_5 .h_1 .btm_line:before,
  .section_5 .h_1 .btm_line:after {
    background-color: #feb202;
  }

  .section_5 .industries_recruit_ul li {
    width: 100%;
    padding-left: 50px;
    position: relative;
  }

  .industries_recruit_ul li img {
    position: absolute;
    top: -5px;
    left: 0;
  }

  .immigration_process_otr .row {
    margin: 0;
  }

  .prior_departure_otr .h_1 {
    padding-top: 0;
    color: #feb202;
  }

  .post_rrival_otr img,
  .prior_departure_otr .col-lg-4 img {
    display: none;
  }

  .seven_step_otr {
    background-color: #f5f5f5; 
  }
  .seven_step_otr .h_1 .seven_bx, .services_otr .h_2 {
      display: none;
  }
 .seven_step_otr .h_1 .mob_seven_bx {
    display: inline-block
  }
.seven_step_otr .h_1 .mob_seven_bx {
    padding-right: 10px
  }
  .seven_step_otr .h_1 .plan_bx, .seven_step_otr .h_1 .recruitment_bx {
    position: static;
    line-height: 1.1;
}
  .immigration_footer_otr {
    background-color: #0a0d16;
  }

  .box-contacts .num-box {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 20px;
    background-position: 0px 0px;
  }

  .box-contacts a {
    color: #000000;
    padding-left: 30px;
    font-size: 18px;
  }
  .client_say .text_area .auther {
    margin-bottom: 0;
    text-align: center;
}

.client_say .owl-theme .owl-dots {
    text-align: center;
    margin-right: 0
}

.client_say .img_bx {
    width: 60%
}

.client_say .img_bx::after {
    width: 40px;
    height: 40px;
    background-size: cover;
    z-index: 9
}

.client_say .img_bx .auth_img img {
    z-index: 1
}

.client_say .img_bx .auth_img::before {
    left: 0
}

.client_say .img_bx .auth_img::after {
    left: 16px
}
  .news_artical .results {
        flex-wrap: wrap;
    }
    .news_artical .results>* {
      flex-basis: 47.5%;
      margin-bottom: 15px;
  }
  /* @media screen and (max-width: 991px) { */
}

@media screen and (max-width: 768px) {

  .accordion:after {
    content: '\002B';
    font-weight: bold;
    float: none;
    margin-left: 5px;
  }

  .seven_step_otr .h_1 .recruitment_bx {
    width: auto;
  }

  .expertise_otr .expertise_h2 {
    height: 35px;
  }

  .expertise_otr .expertise_ul {
    margin-left: 20px;
  }

  .client_say .carousel-control-prev,
  .client_say .carousel-control-next {
      width: 30px;
      height: 30px;
     
  }

  .client_say .carousel-control-prev-icon,
  .client_say .carousel-control-next-icon {
      width: 15px;
      height: 15px;
  }

  /*@media screen and (max-width: 768px){*/
}
@media screen and (max-width: 767px) {
  .client_say .text_area {
    padding: 20px 0 0;
}

  .news_artical .results>* {
      flex-basis: 90%;
  }
}
@media screen and (max-width: 640px) {
  .client_say .wraps {
      padding: 5px 0 0;
  }
  .client_say .img_bx .auth_img img {
      width: 155px;
      height: 155px;
    
      margin-left: -18px;
  }
  .client_say .img_bx .auth_img::before {
        width: 220px;
        height: 220px;
        left: 5px;
      
    }
  .client_say .img_bx .auth_img::after {
    width: 185px;
    height: 182px;
    top: -5px;
    left: 10px;
    top: -15px;
}
}
@media screen and (max-width: 575px) {
  .owl-carousel .owl-item .item {
      height: auto;
      background: 0 0 !important;
  }
}
@media screen and (max-width: 567px) {

  .container,
  .contact_us_body .container,
  .header .container {
    overflow: inherit;
    width: 100%;
  }

  .footer-bg .container {
    padding: 0;
    overflow: inherit;

  }




  /*@media screen and (max-width: 567px){*/
}



@media screen and (max-width: 400px) {
  .client_logo_bx img {
    width: 43%;
  }

  .expertise_otr .expertise_h2 span {
    width: 85%;
  }

  /*@media screen and (max-width: 400px){*/
}


/*region Sohil START*/
.immg_faqs {
    padding: 30px 0;
    background: url(../images/canada_immigration/images/faq_bg.jpg) center center/cover no-repeat fixed !important;
    width: 100%;
}

.verticals_area .v-right_box {
    width: 78%;
    float: left;
    padding-left: 45px;
    box-sizing: border-box;
}

/*region Sohil END*/