@import url("font-awesome.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
body {
  font-family: "Roboto Slab", serif !important;
  color: #0c0c0c;
  background-color: #ffffff;
  scroll-behavior: smooth !important;
}
h1,h2,h3,h4,h5,h6,a,button,div,p,span{
  font-family: "Roboto Slab", serif !important;
}
.btn_warning, .appointment_book{
  background-color: #F5A601 !important;
}
html{ scroll-behavior: smooth;}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.hidden {
  display: none;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.heading_container h2::before {
  content: "";
  width: 60px;
  height: 7px;
  background-color: #F5A601;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container.heading_center h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*header section*/
.hero_area {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .hero_bg_box::before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.45));
}

.sub_page .header_section {
  border: none;
}

.hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero_bg_box .img-box {
  width: 100%;
}

.hero_bg_box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.25));
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-bottom: 21px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  padding: 0;
  border-bottom: 2px solid #F6A600 !important;
  background-color: #ffff;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
dobintake
.header_section .nav_container {
  margin: 0 auto;
}

.header_top {
  background-color: #233985;
  padding: 5px 0;
}

.header_top .contact_link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.header_top .contact_link-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 15px;
}



.header_top .contact_link-container a i {
  font-size: 20px;
  color: #F5A601;
  margin-right: 5px;
}

.header_bottom {
  padding: 10px 0;
}

#navbarSupportedContent {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  .custom_nav-container .navbar-nav {
    margin-left: none;
  }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: black; /* Set the background color of the arrows to black */
    border-radius: 50%;      /* Optional: Make the buttons circular */
    width: 20px;             /* Adjust size as needed */
    height: 20px;
}


.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 10px 10px;
  color: #233986;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 15px;
  font-weight: 600;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand span {
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 32px;
  height: 4px;
  background-color: #000000;
  border-radius: 15px;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  border-radius: 15px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.navbar_img{
  width: auto;
  height: 80px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box h1 {
  text-transform: uppercase;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 600;
}

.slider_section .detail-box h1 span {
  color: #F5A601;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.btn-box{
  margin-top: 100px;
}

.slider_section .detail-box .btn-box a {
  width: 180px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #F5A601;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #F5A601;
  color: #F5A601;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .idicator_container {
  position: relative;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: -75px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slider_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  background-color: #F5A601;
  opacity: 1;
  border: none;
  margin: 0 4px;
}

.slider_section ol.carousel-indicators li.active {
  background-color: #ffffff;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 45px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box img {
  width: 75px;
}

.service_section .box:hover {
  background-color: #233985;
  color: #ffffff;
  -webkit-box-shadow: 15px 15px 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 15px 15px 0 1px rgba(0, 0, 0, 0.2);
}

.service_section .box:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.service_section .detail-box {
  margin-left: 25px;
}

.service_section .detail-box h6 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.service_section .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #F5A601;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  margin-top: 10px;
}

.service_section .detail-box a:hover {
  background-color: transparent;
  border-color: #F5A601;
  color: #F5A601;
}

.about_section {
  background-color: #233985;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img_container .img-box img {
  width: 100%;
}

.about_section .detail-box {
  background-color: #ffffff;
  padding: 45px 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  margin-left: -45px;
}

.about_section .detail-box p {
  margin-top: 5px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #F5A601;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #F5A601;
  color: #F5A601;
}

.country_section .box {
  display: block;
  position: relative;
  margin-top: 45px;
  overflow: hidden;
  border-radius: 5px;
}

.country_section .box img {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.country_section .box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.country_section .detail-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.country_section .detail-box h3 {
  margin: 0;
  color: #ffffff;
  font-weight: 600;
}

.client_section .client_container {
  margin-top: 45px;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 5px;
  position: relative;
}

.client_section .box .img-box {
  position: relative;
  width: 105px;
  margin-bottom: -45px;
  margin-left: 25px;
  position: relative;
  z-index: 3;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 5px solid #ffffff;
}

.client_section .box .detail-box {
  background-color: #233985;
  color: #ffffff;
  border: 1px solid #dddddd;
  padding: 60px 25px 25px 25px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}

.client_section .box .detail-box h5 {
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}

.client_section .box .detail-box h6 {
  font-size: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.client_section .box .detail-box p {
  margin: 0;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.client_section .box .detail-box::before {
  content: "\f10e";
  font-family: fontAwesome;
  position: absolute;
  right: 10px;
  bottom: -10px;
  font-size: 8rem;
  z-index: 1;
  opacity: .1;
}

.client_section .carousel-wrap {
  margin: 0 auto;
  position: relative;
}

.client_section .carousel-wrap .active + .active .box {
  margin-top: 45px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 10px 0 0;
  outline: none;
  background-color: #F5A601;
  color: #ffffff;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #233985;
}

/* contact section */
.contact_section {
  position: relative;
}

.contact_section .heading_container {
  margin-bottom: 45px;
  color: #ffffff;
}

.contact_section .form_container .form-group {
  margin-bottom: 25px;
}

.contact_section .form_container input,.contact_section .form_container select {
  width: 100%;
  border: none;
  height: 50px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border-radius: 5px;
  background-color: #ffffff;
}
.checkbox > input{
  width: 20px !important;
  height: 20px !important;
}
.checkboxlabel{
margin-left: 10px;
color: #ffffff;
margin-top: 2px !important;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input::placeholder {
  color: #222222;
  opacity: 1;
}

.contact_section .form_container input.message-box {
  height: 120px;
  border-radius: 5px;
}

.contact_section .form_container .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .form_container button {
  margin-top: 10px;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 55px;
  background-color: #F5A601;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  border-color: #F5A601;
  color: #F5A601;
}

.contact_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.contact_bg_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(145deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.25));
}

/* end contact section */
.info_section {
  background-color: #233985;
  color: #ffffff;
  padding: 75px 0 10px 0;
}

.info_section .row > div {
  margin-bottom: 25px;
}

.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.info_section .info_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.info_section .info_logo .navbar-brand {
  padding: 0;
  margin-bottom: 20px;
}

.info_section .info_logo .navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  color: #ffffff;

}

.info_section .info_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact a {
  color: #ffffff;
  margin-bottom: 10px;
}

.info_section .info_contact a i {
  font-size: 20px;
  margin-right: 5px;
}

.info_section .info_form form input {
  outline: none;
  border: none;
  width: 100%;
  padding: 7px 10px;
  border-radius: 5px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #F5A601;
  border-radius: 5px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 25px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 10px;
  color: #ffffff;
  font-size: 20px;
}

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #233985;
}

.footer_section p {
  color: rgba(254, 254, 255, 0.7);
  margin: 0;
  text-align: center;
}

.footer_section p a {
  color: inherit;
}

.info_links ul >li{
  padding-bottom: 10px;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */



/* Footer */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}
/* body{
  min-height: 100vh;
  width: 100%;
  background: #EEECEB;
} */

.footer_img{
  margin-top: -31px;
  height: 110px;
}
footer{
  position: relative;
  background: #233985;
  width: 100%;
  bottom: 0;
  left: 0;
}
footer::before{
  content: '';
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: #AFAFB6;
  border: 1px solid #F6A600;
}
footer .content{
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px;
}
footer .content .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.content .top .logo-details{
  color: #fff;
  font-size: 30px;
}
.content .top .media-icons{
  display: flex;
}
.content .top .media-icons a{
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.top .media-icons a:nth-child(1){
  background: #4267B2;
}
.top .media-icons a:nth-child(1):hover{
  color: #4267B2;
  background: #fff;
}
.top .media-icons a:nth-child(2){
  background: #1DA1F2;
}
.top .media-icons a:nth-child(2):hover{
  color: #1DA1F2;
  background: #fff;
}
.top .media-icons a:nth-child(3){
  background: #E1306C;
}
.top .media-icons a:nth-child(3):hover{
  color: #E1306C;
  background: #fff;
}
.top .media-icons a:nth-child(4){
  background: #0077B5;
}
.top .media-icons a:nth-child(4):hover{
  color: #0077B5;
  background: #fff;
}
.top .media-icons a:nth-child(5){
  background: #FF0000;
}
.top .media-icons a:nth-child(5):hover{
  color: #FF0000;
  background: #fff;
}
footer .content .link-boxes{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .content .link-boxes .box{
  width: calc(100% / 2 - 5px);
}
.content .link-boxes .box .link_name{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
}
.link-boxes .box .link_name::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff;
}
.content .link-boxes .box li{
  margin: 6px 0;
  list-style: none;
}
.content .link-boxes .box li a{
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.4s ease
}
.content .link-boxes .box li a:hover{
  opacity: 1;
  text-decoration: underline;
}
.content .link-boxes .input-box{
  margin-right: 55px;
}
.link-boxes .input-box input{
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: #140B5C;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
}
.link-boxes .input-box input::placeholder{
  color: #AFAFB6;
  font-size: 16px;
}
.link-boxes .input-box input[type="button"]{
  background: #fff;
  color: #233985;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.4s ease;
}
.input-box input[type="button"]:hover{
  opacity: 1;
}
footer .bottom-details{
  width: 100%;
  background: #1a3080;
}
footer .bottom-details .bottom_text{
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
}
.bottom-details .bottom_text span,
.bottom-details .bottom_text a{
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.bottom-details .bottom_text a:hover{
  opacity: 1;
  text-decoration: underline;
}
.bottom-details .bottom_text a{
  margin-right: 10px;
}
@media (max-width: 900px) {
  footer .content .link-boxes{
    flex-wrap: wrap;
  }
  footer .content .link-boxes .input-box{
    width: 40%;
    margin-top: 10px;
  }
}
@media (max-width: 700px){
  footer{
    position: relative;
  }
  .content .top .logo-details{
    font-size: 26px;
  }
  .content .top .media-icons a{
    height: 25px;
    width: 25px;
    font-size: 14px;
    line-height: 28px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 2 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 60%;
  }
  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a{
    font-size: 12px;
  }
}
@media (max-width: 520px){
  footer::before{
    top: 145px;
  }
  footer .content .top{
    flex-direction: column;
  }
  .content .top .media-icons{
    margin-top: -2px;
  }
  footer .content .link-boxes .box{
    width: calc(100% / 2 - 10px);
  }
  footer .content .link-boxes .input-box{
    width: 100%;
  }
}

@media (max-width: 700px){
  footer .content .link-boxes .box{
    width: calc(100% / 1 - 10px);
    text-align: center;
  }
  .link-boxes .box .link_name::before{
    content: '';
    position: absolute;
    left: auto;
    bottom: -2px;
    height: 2px;
    width: 35px;
    background: #fff;
  }
}

.media-icons .contact_i {
  color: #F6A600  ;
}
.whitespace{
  white-space: nowrap;
}



/* Login and Signup */

:root {
	--color-white: #ffffff;
	--color-light: #f1f5f9;
	--color-black: #121212;
	--color-night: #001632;

	--color-red: #f44336;
	--color-blue: #1a73e8;
	--color-gray: #80868b;
	--color-grayish: #dadce0;

	--shadow-normal: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
		0 1px 2px 0 rgba(0, 0, 0, 0.06);
	--shadow-medium: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
		0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-large: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.text-links,
button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	text-decoration: none;
}
.login_main{
  background-color: rgb(217, 215, 215);
}
img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.login_main_div {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 80rem;
	min-height: 100vh;
	width: 100%;
	padding: 0 2rem;
	margin: 0 auto;
}

.ion {
	&-logo-apple {
		font-size: 1.65rem;
		line-height: inherit;
		margin-right: 0.5rem;
		color: var(--color-black);
	}
	&-logo-google {
		font-size: 1.65rem;
		line-height: inherit;
		margin-right: 0.5rem;
		color: var(--color-red);
	}
	&-logo-facebook {
		font-size: 1.65rem;
		line-height: inherit;
		margin-right: 0.5rem;
		color: var(--color-blue);
	}
}

.text {
	font-family: inherit;
	line-height: inherit;
	text-transform: unset;
	text-rendering: optimizeLegibility;

	&-large {
		font-size: 2rem;
		font-weight: 600;
		color: var(--color-black);
	}

	&-normal {
		font-size: 1rem;
		font-weight: 400;
		color: var(--color-black);
	}

	&-links {
		font-size: 1rem;
		font-weight: 400;
		color: var(--color-blue);

		&:hover {
			text-decoration: underline;
		}
	}
}

.main {
	.wrapper {
		max-width: 28rem;
		width: 100%;
		margin: 2rem auto;
		padding: 2rem 2.5rem;
		border: none;
		outline: none;
		border-radius: 0.25rem;
		color: var(--color-black);
		background: var(--color-white);
		box-shadow: var(--shadow-large);

		.form {
			width: 100%;
			height: auto;
			margin-top: 2rem;

			.input-control {
				display: flex;
				align-items: center;
				justify-content: space-between;
				margin-bottom: 1.25rem;
			}

			.input-field {
				font-family: inherit;
				font-size: 1rem;
				font-weight: 400;
				line-height: inherit;
				width: 100%;
				height: auto;
				padding: 0.75rem 1.25rem;
				border: none;
				outline: none;
				border-radius: 2rem;
				color: var(--color-black);
				background: var(--color-light);
				text-transform: unset;
				text-rendering: optimizeLegibility;
			}

			.input-submit {
				font-family: inherit;
				font-size: 1rem;
				font-weight: 500;
				line-height: inherit;
				cursor: pointer;
				min-width: 40%;
				height: auto;
				padding: 0.65rem 1.25rem;
				border: none;
				outline: none;
				border-radius: 2rem;
				color: var(--color-white);
				background: var(--color-blue);
				box-shadow: var(--shadow-medium);
				text-transform: capitalize;
				text-rendering: optimizeLegibility;
			}
		}

		.striped {
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			margin: 1rem 0;

			&-line {
				flex: auto;
				flex-basis: auto;
				border: none;
				outline: none;
				height: 2px;
				background: var(--color-grayish);
			}

			&-text {
				font-family: inherit;
				font-size: 1rem;
				font-weight: 500;
				line-height: inherit;
				color: var(--color-black);
				margin: 0 1rem;
			}
		}

		.method {
			&-control {
				margin-bottom: 1rem;
			}

			&-action {
				font-family: inherit;
				font-size: 0.95rem;
				font-weight: 500;
				line-height: inherit;
				display: flex;
				justify-content: center;
				align-items: center;
				width: 100%;
				height: auto;
				padding: 0.35rem 1.25rem;
				outline: none;
				border: 2px solid var(--color-grayish);
				border-radius: 2rem;
				color: var(--color-black);
				background: var(--color-white);
				text-transform: capitalize;
				text-rendering: optimizeLegibility;
				transition: all 0.35s ease;

				&:hover {
					background: var(--color-light);
				}
			}
		}
	}
}
hr.portal_border1 {
  border-top: 2px solid #F5A601 !important;
}


table {
  border: 1px #F5A601 solid;
  font-size: .9em;
  box-shadow: 0 2px 5px rgba(0,0,0,.25);
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
}

th {
  text-align: left;
}
  
thead {
  font-weight: bold;
  color: #fff;
  background: #F5A601;
}
  
 td, th {
  padding: 1em .5em;
  vertical-align: middle;
}
  
 td {
  border-bottom: 1px solid rgba(0,0,0,.1);
  background: #fff;
}

a {
  color: #F5A601;
}
  
.USA_img{
  height: 80%;
}

 @media all and (max-width: 768px) {
    
  .USA_img{
    height: 100%;
  }
  table, thead, tbody, th, td, tr {
    display: block;
  }
  
  th {
    text-align: right;
  }
  
  table {
    position: relative; 
    padding-bottom: 0;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
  }
  
  thead {
    float: left;
    white-space: nowrap;
  }
  
  tbody {
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    white-space: nowrap;
  }
  
  tr {
    display: inline-block;
    vertical-align: top;
  }
  
  th {
    border-bottom: 1px solid #F5A601;
  }
  
  td {
    border-bottom: 1px solid #e5e5e5;
  }
 }
 .table_container {
  padding:1.5em;
  background: #f5f5f5
}




/* General Styles */
.main_container {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  color: #333;
  margin: 0;
  padding: 20px;
}

/* Page Title */
.page-title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #333;
}

/* Application Form Styles */
.application-form {
  margin-bottom: 40px;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-table thead {
  background-color: #F5A601;
  color: #fff;
}

.custom-table th,
.custom-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.custom-table th {
  font-weight: bold;
}

.custom-table .field-label {
  font-weight: bold;
  color: #555;
}

.custom-table .field-value {
  color: #333;
}

/* Button Styles */
.btn-submit,
.btn-back {
  display: inline-block;
  padding: 10px 20px;
  background-color: #F5A601;
  color: #fff;
  border: none;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.btn-submit:hover,
.btn-back:hover {
  background-color: #0056b3;
}

/* Comment Section Styles */
.comment-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #F5A601;
}

.comment-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  font-size: 16px;
}

.comment-box {
  background-color: #f9f9f9;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  border-left: 4px solid #F5A601;
}

.comment-date {
  color: #999;
  font-size: 12px;
  text-align: right;
}




input[type="file"] {
  display: block;
}

.pip {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  margin: 10px 0;
  border: 1px solid #ddd;
  padding: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
  width: 100%;
}

.fileIcon {
  font-size: 24px;
  color: #007bff;
  margin-right: 10px; /* Space between icon and file name */
}

.fileName {
  flex: 1;
  margin-right: 10px; /* Space between file name and delete icon */
  word-break: break-all;
}

.remove {
  display: inline-block;
  background: #444;
  border: 1px solid black;
  color: white;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 3px;
}

.remove:hover {
  background: #ff4d4d;
  color: white;
}

@media (max-width: 576px) {
  .pip {
      flex-direction: column;
      width: 100%;
  }

  .fileName {
      word-break: break-word;
  }
}



/* Carousel Styling */
#carouselExampleControls {
  max-height: 500px;
  overflow: hidden;
}

.carousel-inner img,
.carousel-inner video {
  height: 100%;
  object-fit: cover;
}

/* About Us Content Styling */
#about-us-content {
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}

#about-us-content h2 {
  color: #0056b3;
  font-weight: bold;
  margin-bottom: 20px;
}

#about-us-content p,
#about-us-content ul,
#about-us-content li {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

#about-us-content ul {
  padding-left: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #carouselExampleControls {
    max-height: 300px;
  }

  #about-us-content {
    padding: 10px;
  }
}





/* Carousel Container Styling */
#carouselExampleControls {
  position: relative;
  overflow: hidden;
}

/* Basic Transition */
.carousel-item {
  transition: transform 0.8s ease-in-out, opacity 0.8s ease-in-out;
  opacity: 0;
}

/* Active Item */
.carousel-item.active {
  opacity: 1;
}

/* Video Styling */
.carousel-item video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* About Us Section */
#about-us-content {
  font-family: Arial, sans-serif;
}

/* Text and Image Layout */
@media (min-width: 768px) {
  .img-fluid {
    border-radius: 0.5rem;
  }

  .container {
    max-width: 1140px;
  }
  
}

@media (max-width: 767.98px) {
  .carousel-item img, .carousel-item video {
    height: auto;
  }
}

/* Text Layout Styling */
#about-us-content h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

#about-us-content h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
}

#about-us-content p, #about-us-content ul {
  font-size: 1rem;
  line-height: 1.6;
}

#about-us-content ul {
  padding-left: 1.5rem;
}



/* Study Visa Services Style */

  .intro-section img {
            max-width: 140px;
            margin-top: 25px;
            border-radius: 50%;
            border: 4px solid white;
        }
  .custom-body {
      font-family: Arial, sans-serif;
      background-color: #f9fafc;
      color: #444;
  }

  .custom-wrapper {
      padding: 40px 20px;
  }

  .intro-section {
      background: #0056b3;
      color: white;
      text-align: center;
      padding: 50px;
  }

  .intro-section h1 {
      font-size: 36px;
      margin-bottom: 20px;
  }

  .intro-section img {
      max-width: 140px;
      margin-top: 25px;
      border-radius: 50%;
      border: 4px solid white;
  }

  .custom-card {
      margin-bottom: 30px;
      padding: 25px;
      border-radius: 15px;
      background: white;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  }
  .custom-card h2 {
      font-size: 28px;
      margin-bottom: 20px;
      color: #0056b3;
  }

  .custom-card img {
      max-width: 100%;
      border-radius: 10px;
      margin-bottom: 15px;
  }

  .info-list {
      margin-top: 20px;
  }

  .info-list li {
      font-size: 18px;
      margin-bottom: 12px;
  }

  .info-list li::before {
      content: "➤";
      color: #0056b3;
      font-weight: bold;
      margin-right: 10px;
  }

  .highlight-section {
      background-color: #eef5ff;
      padding: 30px;
      border-radius: 15px;
      margin-bottom: 30px;
  }

  .custom-footer {
      text-align: center;
      margin-top: 50px;
      color: #555;
  }
  .bg-img-section1{
  background-image: url('/static/img/map_grey.png');
  background-size: cover; /* Ensure the background image covers the whole section */
  background-position: center; /* Center the background image */
  background-repeat: no-repeat; /* Prevent the image from repeating */
  text-align: center;
  padding: 40px 20px;
  border-radius: 8px;
  }
  
  .main_heading{
    color: #233985;
    font-family: "Poppins", Sans-serif;
    font-size: 60px;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 1.1em;
  }
  .heading_wrapper{
    padding: 0px 120px 0px 0px;
  }

  @media (max-width: 520px) {
    .heading_wrapper{
    padding: 0px;
  }

  .main_heading{
    font-size: 40px;
  }
  }
  /* Background image and overlay */
  .background-overlay {
  position: relative;
  background-image: url('/static/img//background-overlay.jpg');
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  z-index: 2; /* Ensure this has a higher z-index than the overlay */
}
.background-overlay_umrah{
  position: relative;
  background-image: url('/static/img//umrah_bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  z-index: 2; 
}

.background-overlay::before, .background-overlay_umrah::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(35, 57, 133, 0.5); /* Semi-transparent blue overlay */
  z-index: 1; /* Lower z-index so the overlay stays behind the content */
}

.background-overlay *, .background-overlay_umrah * {
  position: relative;
  z-index: 2; /* Ensure all child elements like text stay above the overlay */
}


.container {
  position: relative;
  z-index: 2; /* Ensure the container (cards) is above the overlay */
}

/* Basic card styling */
.custom-card {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(198, 198, 198, 0.1);
  transition: box-shadow 0.3s;
}

.custom-card:hover {
  box-shadow: 6px 6px 10px rgb(198, 194, 194);
}

.bg-color-section{
  background-color: #233985;
  padding-top: 50px;
}
.card-icon-wrapper .circle {
    width: 50px; /* Adjust the size of the circle */
    height: 50px;
    background-color: #0056b3; /* Blue background */
    border-radius: 50%; /* Makes it a circle */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto; /* Centers the circle and adds bottom margin */
}

.card-icon-wrapper .circle i {
    font-size: 20px; /* Adjust icon size */
    color: white; /* White color for the icon */
}

.why_uk_img{
  height: 650px;
  object-fit: cover;
  object-position: center center;
}