* {
  padding: 0px;
  margin: 0px;
}

.pdt-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pdt-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pdt-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

a {
  display: inline-block;
}


/*header css start*/

 .main_header {
  background-image: url('../images/header_bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 0px;
  margin-bottom: 80px;
}  
  
.header_slider_wrapper {
  position: relative;
  margin-top: 140px;
}

.header_slider_wrapper .item {
  padding: 0px 30px;
}

.header_logo {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.header_slider_wrapper .owl-nav .owl-prev,
.header_slider_wrapper .owl-nav .owl-next {
  position: absolute;
  /* background-color: #7d4714 !important; */
  background-color: #000000 !important;
  color: #fff !important;
  top: 50%;
  width: 30px;
  height: 30px;
}

.header_slider_wrapper .owl-nav .owl-prev {
  left: 0;
}

.header_slider_wrapper .owl-nav .owl-next {
  right: 0;
}

.header_slider_wrapper .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
}

.header_slider_wrapper .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid #7d4714;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.header_slider_wrapper .owl-dots .active span {

  background: #7d4714 !important;

}

.toggle_menu {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 0px;
  cursor: pointer;
}

.toggle_menu img {
  margin-right: 10px;
}

.toggle_menu h4 {
  margin-bottom: 0px;
  font-size: 20px;
}

.dropdown-toggle::after {
  display: none;
}

.langauge_toggle {
  text-align: right;
  background: #fff;
  max-width: 100px;
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin: 0 0 0 auto;
}

.langauge_toggle button {
  color: #000;
  font-weight: 600;
  border: none;
  width: 100%;
  height: 100%;
  background: transparent;
}

.dropdown-menu {
  position: absolute;
  border: none;
  min-width: 100%;
  left: 0 !important;
  right: 0 !important;
  transform: translate3d(0px, 32px, 10px) !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: #610c13;
}

.dropdown-menu li a {
  text-transform: capitalize;
}






/*about section css start */

.about_section_wrapper {
  background-image: url('../images/bg-01.png');
  background-repeat: no-repeat;
  background-size: cover;

}


/*Process section css start */

.process_section_wrapper,
.team_section_wrapper {
  background-image: url('../images/Process_BG.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.process_heading {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

.Process_head_wrapper p {
  color: #fff;
  margin-bottom: 0px;
  text-align: center;
}

/*about prof info start */

.Prof_img {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.about_director_wrapper {
  background-image: url('../images/bg.png');
  background-repeat: repeat-y;
  background-size: cover;
}

.Prof_img img {
  margin-bottom: 24px;
}

.Prof_img ul {
  display: flex;
  justify-content: center;
}

.Prof_img ul li {
  margin-left: 20px;
}

.Prof_img ul li:first-child {
  margin-left: 0px;
}

.Prof_img h3 {
  color: #7d4714;
}

.company_info_wrapper {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 16px;
}

.company_info_wrapper ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.company_info_wrapper ul li {
  border-right: 1px dashed #7d4714;
  padding: 10px;

}

.company_info_wrapper ul li:last-child {
  border: none;
}

.company_info_wrapper ul li h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

.company_info_wrapper ul li p {
  font-size: 16px;
  margin-bottom: 0px;
}

.company-description {
  border-right: 2px solid #7d4714;
  padding-right: 20px;
  margin-left: 0rem;
}

.company-description ul li {
  margin-bottom: 15px;
}





/*team section css start */

.team_img_w {
  max-width: 90%;
  margin: 0 auto;
  width: 100%;
}

.team_info_wrapper .center .team_img_w {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}

.team_info_wrapper .owl-carousel {
  display: flex;
  align-items: center;
}

/*how to apply sectio start */

.apply_process_wrapper {
  background-image: url('../images/apply-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.Process_head_wrapper ol li {
  margin-left: 15px;
}


/*-- footer css start  --*/

.footer_left_section {
  /*border-right: 2px dotted #7d4714;*/
  position: relative;
  padding-right: 44px;
}

.footer_left_section:before {
  content: "";
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  /*min-height: 240px;
  background-color: #7d4714;
  width: 2px;*/
  border-right: 2px dotted #7d4714;
}


.footer_section_wrapper {
  background-image: url('../images/footer-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer_logo_img {
  max-width: 140px;
  width: 100%;
  margin-bottom: 40px;
}

.footer_left_section h4 {
  font-size: 18px;
  margin-bottom: 15px;
}

.social_media_info {
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.social_media_info li a img {
  width: 26px;

}

.social_media_info li {
  margin-left: 15px;
}

.social_media_info li:first-child {
  margin-left: 0px;
}

.footer_quick_links ul,
.footer_menu_section ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.footer_quick_links h4,
.footer_menu_section h4 {
  margin-bottom: 15px;
}

.footer_quick_links ul li a,
.footer_menu_section ul li a {
  color: #000;
  text-transform: capitalize;
}

/*----- toggle menu css -----*/

.main-toggle_menu .modal-content {
  background: transparent;
  justify-content: center;
  border: none;
  color: #fff;
  padding: 20px;
}

.main-toggle_menu .modal-dialog {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle_menu_info ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.toggle_menu_info ul li a {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

.main-toggle_menu .modal {
  background: #0000006b;
}

.main-toggle_menu .close {
  color: #fff;
  opacity: 1;
  position: fixed;
  top: 20px;
  right: 20px;
  float: inherit;
}





/*-- about page css start --*/
.pt-120 {
  padding-top: 120px;
}

.divider_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.about_us_BG {
  background-image: url('../images/about-page-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.about_heading {
  max-width: 180px;
  width: 100%;
  margin: 0 auto;
}

.img-responsive {
  width: 100%;
}

.about_bg_color {
  background-color: #FAEEDA;
}

.hyphen {
  margin-left: -15px;
}

.vjs_section_text {
  margin-left: 20px;
}

.award_text {
  margin-left: 10px;
}

.menu-text {
  position: relative;
  top: 15px;
  left: 0px;
}

.menu-img {
  position: absolute;
  top: 22px;
  left: 5px;
}

.menu-dropdown {
  min-width: 41%;
  border: none !important;
  background-color: unset !important;
}

.menu_toggle .show {
  background-color: #ffffff !important;
  display: block;
  max-width: 59% !important;
  left: 5px !important;
  top: 15px !important;
  min-width: max-content;

}