
.main-logo { width: 219px; }

.header_top .contact_link-container { 
   /* justify-content: flex-end;  gap: 5%;*/
}

.navbar-brand {
 /* position: absolute;*/
    top: -53px;
    background-color: #ffffff0a;
          padding-top: 2px !important;
           padding:0px;
    margin: 0px;
        border-radius: 0px 0px 0px 0px;
        /*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;*/
}

.header_top { background-color: #164371;}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    background-color: #194270;
}

.service_section {
    background-color: #194270;
}

.info_section {
    background-color: #194270;}
    
.footer_section {
    background-color: #062446;
}

.inner-pg {
    background-color: #fff;}
    
.main-logo-footer {
    width:264px;
}

.navbar-brand.logo-foot {
    position: unset;
        margin-bottom: 10px !important;
}

.contact_bg_box::before {
    background: linear-gradient(to right, rgb(6 36 70 / 75%), rgb(25 66 112 / 66%));
}

.footer_section { padding: 15px;}

.info_section {padding: 55px 0 15px 0;}

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

.best-gest {
     width: 23%;
    float: left;
    background-color: #fff;
    margin-bottom: 0px;
}

.spotlight {
    cursor: pointer;
}

.dolor-text img {
    width: 100%;
}

.about_section .detail-box {
    padding: 25px 25px;}
    
.team_section .box {
    margin-top: 0px;
}

.team_section .box .detail-box {
    padding: 10px 10px;
    background-color: rgb(6 36 70 / 88%);
}

.row.spotlight-group {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.dolor-text img {
    width: 100%;
    height: 170px;
}

.tab {
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: #fafafa;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

/* Style the buttons inside the tab */
.tab button {
       background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 15px;
    border-radius: 20px;
    transition: 0.3s;
    font-size: 16px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #164371;
  color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
    padding: 0px 0px;
    border: 0px solid #ccc;
    border-top: none;
}

.col-md-12.gall-div {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
     padding-right: 0px;
    padding-left: 0px;
}

.our-client .box {
    margin-bottom: 30px;
}
.our-client .col-md-3.col-sm-6.mx-auto{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;}


.our-client .box .img-box img {
    width: 125px;
}

.tee{     font-size: 25px;
    color: #fff !important;
    margin-top: 40px; }
    
.social_box.teec {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 25px;
    font-size: 30px;
}

.tee a {
    color: #ffffff !important;}

.social_box.teec a {
    color: #ffffff;}
    
.contact_section .contact_form-container input {
    margin: 8px 0;}
    
    .contact_section .contact_form-container input.message_input {
    height: 80px;
}

.training-div .box{    
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    
.row.training-row {
       padding: 30px 15px 15px 15px;
    background-color: #fafafa;
    margin-bottom: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media (min-width: 320px) and (max-width: 767.98px) { 
    .header_section .container-fluid { padding-right: 15px; padding-left: 15px;}
    .main-logo {width: 150px;}
    .navbar-brand {         padding: 5px 2px 2px 2px;
        border-radius: 0px 0px 0px 0px;}

    .our-client .col-md-3.col-sm-6.mx-auto {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.best-gest { width: 42%;}
.dolor-text img {  width: 100%;  height: 115px;}
#spotlight .contain, #spotlight .cover {
    object-fit: contain; height: 100%; width: 100%;}
.team_section .box { margin-top: 30px;}
.tab {  gap: 10px;}
.col-md-8.col-sm-6.mx-auto.training-div2 { padding-top: 10px;}
.tee { font-size: 20px;}
.social_box.teec { margin-bottom: 30px;}
.custom_nav-container.navbar-expand-lg { padding-top: 0px;}
.custom_nav-container .navbar-toggler { margin-bottom: 0px; }
.layout_padding { padding-top: 45px; padding-bottom: 45px;}
.header_top { padding: 10px 0;}
.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
       background-color: #000000;}
.custom_nav-container .navbar-toggler span { background-color: #000000;}
}


.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
        background-color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.slideshow-container .active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.fade:not(.show) {
    opacity: unset;
}

.custom_nav-container .navbar-nav .nav-item .nav-link { color: #164371;}

.active .nav-link { color: #fff !important;}
.nav-item .nav-link:hover { color: #fff !important;}
.header_bottom {background-color: #fafafa;}