body {
  font-family: "Open Sans", sans-serif;
  background-color: #fffcf4;
  /* overflow-x: hidden; */
  overflow-x: hidden;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none;
}

.fa-binoculars{
  font-size: 100px;
}

/* body {
  overflow-x: hidden;
} */

.layout_padding {
  padding-bottom: 25px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 30px;
}



/*header section*/


#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /* padding: 15px 0; */
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}

#header .logo {
  /* font-size: 10px; */
  width: 180px;
  margin: 0;
  padding: 0;
  line-height: 1;
  /* font-weight: 600; */
  /* letter-spacing: 1px; */
  /* text-transform: uppercase; */
  font-family: "Poppins", sans-serif;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: yellow;
}

/* .logo2 img{
  width: 40%;
  height: auto;
}

.logo2 .btn{
  color: #fff;

} */
.sm-btn{
  border-radius: 5px;
  background-color: #023729;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid #fff;
}
.sm-btn:hover{
  color: yellow;

}

#navbarNavDropdown .navbar-nav .nav-item a:active{
  background-color: aqua;
  border-radius: 5px;
}

/* .logo2 .btn:hover{

  border-radius: 10px;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
} */

/* dropnav */

.dropbtn {
  /* background-color: transparent; */
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  transition: 0.5s;
}

.dropdown {
  position: relative;
  display: inline-block;
  transition: 0.5s;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #023729;
  border: none;
  min-width: 60px;
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
  transition: 0.5s;
}
.dropdown-content:hover {
  color: yellow !important;
}

.dropdown-content a {
  /* color: black; */
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  font-size: 0.8em;
  transition: 0.5s;  
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.0em solid;
  border-right: 0.0em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-menu a:hover{
  color: yellow !important;
  transition: 0.5s;
}

.dropdown-content a:hover {
  background-color: #023729;
  transition: 0.5s;
}

.dropdown:hover .dropdown-content {
  display: block;
  transition: 0.5s;

}

.dropdown:hover .dropbtn {
  color: yellow ;
  transition: 0.5s;
}


/* end drop nav */

.nav_bar_bottom{
  background-color: #023729;
  padding: 0px 0px 0px 0px;
  /* border: 1px solid black; */
  margin-top: -5px;
}
.navbar{
  padding: 0 !important;
  background-color:#023729;
}
.navbar-nav{
 margin: auto;


}
.navbar-brand {
  font-weight: bold;
  font-size:25px;
  margin-left: 10px;
  color:yellow;
  text-shadow: 2px 3px 2px rgb(223, 17, 137);
  text-transform: uppercase;

}
.navbar-brand :hover{
  color: #fff;
}
.navbar img{
  border-radius: 50%;
  width: 7%;
  margin-left: 10px;
  /* height: 50%; */

  /* padding-right: 5px; */
}



.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 100000;
}

a,
a:hover,
a:focus {
  text-decoration: none;

}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.custom_nav-container{
  font-family: "Roboto", sans-serif;
  background-color: rgb(10, 51, 92) !important;
  color: #fff;
}

/* .custom_nav-container .navbar-toggler {
  border-color: black;
  outline: #ffc112;
} */

.navbar-toggler-icon{
  height: 20px;
  width:22px;
  border-radius: 5px;
  /* background-color: transparent; */
  background-image: url(../images/togglerbgremove.png)

}
.nav-link{
  padding: 0.2rem !important;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 1.0em;
}

.navbar .navbar-nav .nav-link:hover {
  color: yellow;
}
.nav-item a{
  color: #fff;


}
.navbar .navbar-nav .nav-item {
  position: relative;
}

.navbar .navbar-nav .nav-item::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;

  background-color: #fff;
  width: 0%;
  /* content: ""; */
  height: 2px;
  transition: all 0.5s;
}

.navbar .navbar-nav .nav-item:hover::after {
  width: 100%;
}

/* .nav_link{
  margin-left: 20px;
  margin-right: 20px;
} */


.navbar-expand-lg .navbar-nav .nav-link {
  /* margin-left: 10px; */
  padding-left: 7px !important;
  font-size: 15px;
  text-align: center;
  display: flex;
  justify-content: space-around;
}



/*end header section*/

/* upper */
.upper{
  background-color: #023729;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  position: fixed;
  right: 5px;
  bottom: 5px;
  box-shadow: 0px 0px 2px white;
  
}
/* end upper */


/* Style the tab */

.tab {
  width: 100%;
  position: absolute;
  right: 0;
  /* bottom: 55%; */
  overflow: hidden;
  color: #fff !important;
  /* border: 1px solid #ccc; */
  background-color: #023729;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  position: relative;
  left: 0;
  top: 0;
  background-color: inherit;
  /* float: left; */
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1% 13%;
  transition: 0.5s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: yellow;
  color: #000 !important;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: yellow;
  color: #000 !important;
}

/* Style the tab content */
.tabcontent {
  margin-top: 10vh;
  display: none;
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Start small about */


.aboutushead1 h2{
  font-weight: bold;
  font-size: 32px;
  position: relative;
  margin-bottom: 45px;
}
.aboutushead1 h2::before{
  position: absolute;
  content: "";
  background-color: #023729;
  margin-top: 40px;
  width: 170px;
  height: 2px;
  margin-left: -5px;
  align-items: center;

}
.item1{
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 15px rgb(10, 51, 92) ;
  border-radius: 10px;
  border: 5 solid #023729;
  margin-bottom: 20px;
  padding: 1px;

}
.item2{
  background-color: #fff;
  text-align: center;
  padding: 30px 25px;
  box-shadow: 0 0 25px rgb(10, 51, 92) ;
  border-radius: 10px;
  border: 5 solid #023729;
  margin-bottom: 20px;

}
.item2 h3{
  font-weight: bold;

}
.item2:hover{
  background-color: #faf9fc ;
  text-align: center;
  padding: 30px 25px;
  box-shadow: 0 0 25px ;
  border-radius: 10px;
  border: 5 solid #023729;
  margin-bottom: 20px;

}
.circle-icon1 i{
  height: 130px;
  width: 130px;
  font-size: 60px;
  padding-top: 35px;
  background-color: gainsboro;
  border-radius: 85px;
  margin-bottom: 25px;
  border: 2px solid #023729;
}
.circle-icon1 i:hover{
  color: rgb(219, 219, 53);
  height: 130px;
  width: 130px;
  font-size: 60px;
  padding-top: 35px;
  border-radius: 85px;
  margin-bottom: 25px;
  background-color: #023729;
}
.right1{
  line-height: 30px;
  justify-content: center;
  border-radius: 10px;
  height: 98%;

}
/* logo slider */

.logo-slider{
  margin-left: 15px;
  margin-right: 15px;
}
.logo-slider .item{
  background-color: #f7f7f7;
  box-shadow: 0 8px 10px #023729;
  border-radius: 10px;
  padding: 5px;

}
.logo-slider .slick-slide{
  margin: 10px;   
}
.slick-dots li.slick-active button:before{
  color: #ff5722;
}
.slick-dots li button:before{
  font-size: 15px;
}
.slick-next{
  float: right;
  margin-top: -85px;
  padding: 0px -25px;
  margin-right: -65px;
  display: none !important;
  
}

.slick-prev{
  float: left;
  margin-top: 50px;
  padding: 2px 20px;
  margin-left: 30px;
  display: none !important;
}

.slick-next:before{
  color: #ff8159;
  font-size: 25px;
  
}
.slick-prev:before{
  color: #ff8159;
  font-size: 25px;
}
.item:hover{
  display: block;
  transition: all ease 0.3s;
  transform: scale(1.1) translateY(-5px);
}
.textmll{
  margin-left: -20%;
  color: yellow;
}
/* logo end slider */

h3{

  font-weight: 500;
  text-align: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* h3::after{
content: '';
position: absolute;
width: 240px;
height: 2px;
background-color: #023729;
bottom: -5px;
left: 0;
right: 0;
margin: auto;
} */

.about_detail h3 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

/* .about_detail h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 150px;
  background-color: #023729;
} */

.about_detail h4 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;

}

.fchange {
  font-family: "Roboto, sans-serif;";
  font-size: larger;

}

.STRIVE_detail h3 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

/* .STRIVE_detail h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 700px;
  background-color: #023729;
} */

.STRIVE_detail h4 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

.STRIVE_detail h4::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 95px;
  background-color: #023729;
}

.MSDE_detail h4 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

.MSDE_detail h4::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 80px;
  background-color: #023729;
}

.NAPS_detail h4 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

.NAPS_detail h4::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 80px;
  background-color: #023729;
}

/* end about  */

/* ----------------contact--------------- */
.contact-section {

  /* margin-top: 20px; */
  background-image: url(../images/pattern-2.png);

}

.form-control {
  border-radius: 4px;
  margin-bottom: 22px;
  margin-top: 20px;
  padding: 10px;

}

.form-control:focus {

  color: #495057;
  background-color: #fff;
  border-color: rgba(0, 0, 255, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}


input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  width: 60%;
  color: blue;
}

textarea.form-control {
  border-radius: 4px;
  height: 50px;
  width: 620px;
}

.widget_info_contact {
  padding: 0;
  margin-top: 15px;
  margin-left: 50px;
}

.btn-contact {
  margin-left: 250px;

}


.widget_info_contact strong {
  color: #647382;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 20px;
}

.widget_info_contact li {
  list-style: none;
  margin-top: 30px;

}

.widget_info_contact li p strong {
  color: #666;
  float: left;
  margin: 0 5px 5px 0;
  font-size: 12px;
  width: 20%;
}

.widget_info_contact p {
  margin: 0 0 0 37px;
  line-height: 18px;
  overflow: hidden;
}

.widget_info_contact p a {
  background-color: none;

}

.widget_info_contact p a:hover {
  color: #919191;
}

.widget_info_contact li i {
  float: left;
  margin: 1px 0 0 0;
  font-size: 25px;
  color: gray;
}
/*  Our client start */


.ourclienthead h2{
  font-weight: bold;
  font-size: 32px;
  position: relative;
  margin-bottom: 45px;
  color: rgb(2, 55, 41);

}

.grn{
  color: rgb(2, 55, 41);
}
/* .ourclienthead h2::before{
  position: absolute;
  content: "";
  background-color: #023729;
  margin-top: 40px;
  width: 200px;
  height: 2px;
  margin-left: 1px;
  align-items: center;

} */
/* Our clent End */

/* slider section */

.slider_section {
  height: calc(100vh - 90px);
}

.slider_section .carousel-indicators {
  top: 50%;
  left: -75px;
  transform: translateY(-50%);
  display: block;
  bottom: unset;
  right: unset;
}

.slider_section .carousel-indicators li {
  width: 16px;
  height: 16px;
  opacity: 1;
  margin: 0 auto;
}
.cont{
  background-color: #000202;
  color: yellow;
  padding-top: 25px;
  padding-bottom: 21px;
  padding-left: 5px;
  padding-right: 5px;

}
.cont h6{
  font-size: 14px;
}
.cont i{
  font-size: 20px;
  /* font-stretch: condensed; */
}
.contt{
  margin-left: 30px;
}
.contt a{
  color: yellow;
  font-weight: 700;
}
.slider_section .carousel-indicators .active {
  width: 24px;
  height: 24px;
  background-color: #2561db;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
  /* display: flex; */

}
.carousel-inner{
  background-image: url(../images2/pattern-2.png);
  /* background-size: cover; */
  /* background-repeat:no-repeat; */
  /* filter: blur(10px); */
}

.carousel-inner .carousel-item img {
  position: relative;
  left: 0;
  top: 0;
  object-fit: contain;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.slider_section .slider_box {
  display: flex;
  position: relative;
  height: calc(100vh - 90px);
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.slider_section .slider_box .fixed_company-detail {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(-50%, -50%);
}

.slider_section .slider_box .fixed_company-detail p {
  width: 12px;
  text-align: center;
  word-break: break-word;
  color: #fff;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail {
  color: #fff;
  width: 60%;
  margin-top: 14%;
  margin-left: 20%;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h2 {
  font-weight: 100;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-heading h1 {
  font-weight: 700;
  text-transform: uppercase;
}

.slider_section .slider_box .slider-detail .slider_detail-text {
  width: 55%;
  color: #f8fafd;
}

.slider_section .slider_box .slider-detail .slider_detail-btn {
  display: flex;
}

.slider_section .slider_box .slider-detail .slider_detail-btn a {
  margin-top: 28px;
  padding: 16px 20px;
  background-color: #2561db;
  color: #fff;
}

/* end slider section */

welcome section
.welcome_section {
  background-image: url(../images/shield-security.jpg);
}

.welcome_section .col-md-6 {
  padding: 0 4%;
}

.welcome_detail {
  width: 100%;
}

.welcome_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
  font-size: 30px;
}

.welcome_detail h3 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
}

/* .welcome_detail h3::after {
  position: absolute;
    bottom: 0;
    left: 30%;
    transform: translateX(-50%);
    content: "";
    height: 2px;
    width: 160px;
    background-color: #023729;
} */

.welcome_detail h2,
.welcome_detail p,
.welcome_detail .welcome_detail-btn {
  margin-top: 25px;
}

.welcome_section .welcome_detail-btn a {
  text-transform: uppercase;
  color: #0c0b09;
}

.welcome_section .welcome_detail-btn a:hover{
  text-transform: uppercase;
  color: #023729;
}

.welcome_section .welcome_detail-btn a img {
  width: 25px;
}

/* end welcome section */

/* committee_section */
.committee_section {
  background-image: url(../images/Committee-Background.jpg);
  background-size: cover;
  background-repeat:no-repeat;
  margin-top: -30px;
  /* filter: blur(5px); */
}

.committee_detail h3 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

/* .committee_detail h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 370px;
  background-color: #023729;
} */

.committee_detail p{
  margin-top: 15px;
}

.service_section .container {
  padding: 0 50px;

}

.service_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}
.service_detail1 h3{
  text-align: center;
}
.service_detail h3 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
  font-weight: bold;
}


/* .service_section h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 270px;
  background-color: #023729;
} */

.service_section .service_img-container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
}

.service_section .service_img-container .service_img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 300px;
  height: 325px;
  background-size: cover;
}

.service_img-container .service_img-box.i-box-1 {
  width: 48%;
  margin: 5px;
  box-shadow: 5px -5px 8px 10px rgba(0, 0, 0, 0.07);
  background-image: url(../images/security.jpg);
}

.service_img-container .service_img-box.i-box-2 {
  width: 48%;
  margin: 5px;
  box-shadow: 5px -5px 8px 10px rgba(0, 0, 0, 0.07);
  background-image: url(../images/investigation.jpg);
}

.service_img-container .service_img-box.i-box-3 {
  width: 48%;
  margin: 5px;
  box-shadow: 5px -5px 8px 10px rgba(0, 0, 0, 0.07);
  background-image: url(../images/eassservice8.jpg);
}

.service_img-container .service_img-box.i-box-4 {
  width: 48%;
  margin: 5px;
  box-shadow: 5px -5px 8px 10px rgba(0, 0, 0, 0.07);
  background-image: url(../images/our-programs.webp);
}

.service_section .service_img-container a,
.service_section .service_img-container a:hover {
  color: yellow;
  font-weight: bold;
  background-color: rgba(10, 51, 92, 0.5);
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 5px;
}

.service_section .service_img-container .service_img-box:hover a {
  background-color: #023729;
  cursor: pointer;
}

.service_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.service_btn a {
  text-transform: uppercase;

  color: #0c0b09;
}

.service_btn a:hover{
  color: #023729;
}

.service_btn a img
{
  width: 25px;
}
/* end home service section */

/* Start login page */
.centerlogin{
  justify-content: center;
  text-align: center;
}
.centerlogin h2{
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 20px;
}
.centerlogin btn{
  margin-bottom: 20px;
  padding: 10px;
}
.centerlogin p{
  text-align: center;
  padding: 20px;
}
.d-flex a i{ margin-top: 30px;}
/* end login page */

/* service section */

.wrapper {
  padding: 50px;
}

p {
  line-height: 1.6;
  text-align: justify;
  margin: 0;
  font-size: 14px;
}

.star {
  float: left;
  width: 250px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.wrapper h5{
  color: #023729;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .wrapper {
    padding: 30px;
  }

  .star {
    float: none;
    max-width: 100%;
    height: auto;
  }
}

/* end service section */

/* security section */
/* .security_section {} */

.security_section h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.security_section h3 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

/* .security_section h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 240px;
  background-color: #023729;
} */

.service_section_AWARENESS h5 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

.service_section_AWARENESS h5::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 230px;
  background-color: #023729;
}

.service_section_SKILL_DEVELOPMENT h5 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

.service_section_SKILL_DEVELOPMENT h5::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 220px;
  background-color: #023729;
}


.service_section_PLACEMENT h5 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

.service_section_PLACEMENT h5::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 130px;
  background-color: #023729;
}

.service_section_TRAINING_CENTER h5 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

.service_section_TRAINING_CENTER h5::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 220px;
  background-color: #023729;
}

/* .story_section {
  padding: 0 4%;
}

.story_section .container-fluid {
  -webkit-box-shadow: 1px -1px 20px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px -1px 20px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 1px -1px 20px -10px rgba(0, 0, 0, 0.75);
}

.story_section .col-md-6 {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: #fcfcfc;
}

.story_detail {
  margin-left: 40px;
}

.story_detail h2 {
  text-transform: uppercase;
  color: #0c0b09;
  font-weight: bold;
}

.story_detail h3 {
  text-transform: uppercase;
  color: #023729;
  margin: 0;
}

.story_detail {
  width: 85%;
}

.story_detail .story_detail-btn {
  margin-top: 25px;
}

.story_section .story_detail-btn a,
.story_section .story_detail-btn a:hover {
  text-transform: uppercase;
  color: #0c0b09;
}

.story_section .story_detail-btn a img {
  width: 25px;
} */

/* services page css start */

.card{
  box-shadow: 3px 2px 5px #023729;
  padding-left: 0px !important;
  /* border-radius: 7%; */
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 0px !important;
}

.card-title {
  font-family:"Lucida Console", "Courier New", monospace;
  font-size: 17px;
 }
 .card-text{
  font-family:"Lucida Console", "Courier New", monospace;
  font-size: 10px;
 }
 .card1{
  box-shadow: 3px 2px 5px #023729;
  border-radius: 3%;
  margin-top: 5px;
 }
 .card1 h4{
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
 }
 .card1 p{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 15px;
  margin-top: -15px;

}
.btnrightser {
  margin-left: 65%;
  margin-bottom: 2px;
  border-radius: 10px;
  background-color: rgb(112, 32, 233);
  color: white;

}
/* services page css end */



/* About page New css start */

p{
  font-family: Arial, Helvetica, sans-serif sans-serif;
  font-size: 18px;
}
.aboutimg{
  margin-top: 15px;
}
.circle-icon{
  margin-left: 15px;
  font-size: 40px;
  position: absolute;
  background-color: #023729;
  color: black;
  padding: 20px;
  border-radius: 80px;
  height: 80px;
  width: 80px;
  margin-top: 30px;
  /*
  border-radius: 3px solid red; */

}
.circle-icon:hover{
  background-color:#8131fa;
  border-radius: 3px solid red;
}
.circle-icon i{
  margin: 20px;
  margin-left: 20px;
}
.circle-icon i1{
  margin: 20px;
  margin-left: 28px;

}

.cardleft{
  box-shadow: 2px 2px 5px #023729;
  margin-left:10px;
  padding-top: -15px;
  margin-top: 50px;
  position: relative;


}
.cardleft:hover{
  background-color: #f6f6f8;

}
.cardright:hover{
  background-color: #f6f6f8;
}

.cardright{
  position: absolute;
  box-shadow: 2px 2px 5px #023729;
  margin-left:680px;
  margin-top: -420px;
  padding: 1px;
  line-height: 10px;
}
.cardright p{

  line-height: 30px;
}

.card1 p{
  padding: 20px;
}
.cardright p{
  padding-top: 5px;
  padding-left: 20px;
}


.card-head h3{
  font-size: 25px;
  text-transform: uppercase;
  font-family:  Arial, Helvetica, sans-serif;
  margin-top: 15px;
  text-align: left;
  margin-bottom: -10px;
  color: #7722f7;

}
.card-head h3:hover{
  color: black;

}
.card-head p{
  margin-left: -30px;
}
.vision{
  padding-top: 50px;
  margin-left: 85px;
  margin-bottom: 30px;
}

/* About page New css end */

/* Gallary image */

.gallery_detail h2 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
  padding-top: -55px;
}

/* .gallery_detail h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 120px;
  background-color: #023729;
} */


start gallery2 section / .container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  border-radius: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
}

.gallery-container{
  background-image: url(../images/pattern-2.png);
  padding: 1px;
}

.tz-gallery {
  padding: 40px;
}

.tz-gallery .lightbox img {
  width: 100%;
  height: 200px;
  /* margin-bottom: 30px; */
  transition: 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.tz-gallery .lightbox img:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
}

.tz-gallery img {
  border-radius: 4px;
}

.baguetteBox-button {
  background-color: transparent !important;
}

@media(max-width: 768px) {
  body {
    padding: 0;
  }

  .container.gallery-container {
    border-radius: 0;
  }
}






/* Gallary image end */



/* start OUR PROGRAMS */

.our_program_first h3 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
  margin-top: 30px;
}

/* .our_program_first h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 600px;
  background-color: #023729;
} */

.our_program_naps h3 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
  margin-top: 30px;
}

/* .our_program_naps h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 160px;
  background-color: #023729;
} */

.our_program_img h4 {
  /* text-transform: uppercase; */
  color: #023729;
  position: relative;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 30px;
}

/* startribbon section */
.ribbon {
  width: 40%;
  height: auto;
  margin: 0px auto 0px;
  position: relative;
  color: #023729;
  font: 2vw/5vw "Roboto", sans-serif;;
  text-align: center;
  text-transform: uppercase;
  background: #080f44;
  border-radius: 5px;

  -webkit-animation: main 1s ease;
  -moz-animation: main 1s ease;
  -ms-animation: main 1s ease;
  animation: main 1s ease;
}

/* animations */

@-webkit-keyframes main {
  0% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}

@-webkit-keyframes edge {
  0%, 50% { -webkit-transform: scaleY(0); }
  100% { -webkit-transform: scaleY(1); }
}

@-webkit-keyframes back {
  0%, 75% { -webkit-transform: scaleX(0); }
  100% { -webkit-transform: scaleX(1); }
}


@-moz-keyframes main {
  0% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}

@-moz-keyframes edge {
  0%, 50% { -moz-transform: scaleY(0); }
  100% { -moz-transform: scaleY(1); }
}

@-moz-keyframes back {
  0%, 75% { -moz-transform: scaleX(0); }
  100% { -moz-transform: scaleX(1); }
}


@keyframes main {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

@keyframes edge {
  0%, 50% { transform: scaleY(0); }
  100% { transform: scaleY(1); }
}

@keyframes back {
  0%, 75% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

/* end ribbon section */

/* traning center */

.traning_center {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  font-size: 2.2vw;
  margin-top: 20px;
  margin-left: 30px;
}

.traning_center::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 750px;
  background-color: #023729;
}


@media screen and (max-width: 1240px) {
  .cont{
    display: none;
  
  }
 
}
@media (min-width: 1000px) and (max-width: 1190px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px;
    /* padding: 0; */
  }
  .navbar-brand{
    font-size: 20px;
    font-weight: bold;
  }
}


@media screen and (max-width: 1030px) {
  .traning_center::after {
    width: 400px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    /* margin-left: 10px; */
    padding-left: 8px !important;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: space-around;
  }
}



@media (max-width: 992px){
.owl-carousel .owl-nav, .owl-carousel .owl-nav.disabled {
    display: none !important;
}
}
@media (max-width: 992px){
.owl-theme .owl-dots .owl-dot span {
 display: none;
}
}



@media screen and (max-width: 545px) {
  .traning_center::after {
    width: 250px;
  }
}

@media screen and (max-width: 340px) {
  .traning_center::after {
    width: 150px;
  }
}

.traning_center_satna {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  font-size: 2.2vw;
  margin-top: 20px;
  margin-left: 30px;
}

.traning_center_satna::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 590px;
  background-color: #023729;
}

@media screen and (max-width: 800px) {
  .traning_center_satna::after {
    width: 350px;
  }
}

@media screen and (max-width: 480px) {
  .traning_center_satna::after {
    width: 220px;
  }
  .navbar-brand{
    font-size: 15px;
    font-weight: bold;
  }
  .navbar img{
    border-radius: 50%;
    width: 15%;

    /* padding-right: 5px; */
  }
  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 0.7em;
  }
}

@media screen and (max-width: 300px) {
  .traning_center_satna::after {
    width: 150px;
  }


}
@media screen and (max-width: 350px) {
  .navbar-brand{
    font-size: 15px;
    font-weight: bold;
  }
}



.traning_center_indore{
  text-transform: uppercase;
  color: #023729;
  position: relative;
  font-size: 2.2vw;
  margin-top: 20px;
  margin-left: 30px;
}

.traning_center_indore::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 515px;
  background-color: #023729;
}

@media screen and (max-width: 700px) {
  .traning_center_indore::after {
    width: 300px;
  }
}

@media screen and (max-width: 410px) {
  .traning_center_indore::after {
    width: 200px;
  }
}

.WWSO_traning_center_indore{
  text-transform: uppercase;
  color: #023729;
  position: relative;
  font-size: 2.2vw;
  margin-top: 20px;
  margin-left: 30px;
}

.WWSO_traning_center_indore::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 610px;
  background-color: #023729;
}

@media screen and (max-width: 830px) {
  .WWSO_traning_center_indore::after {
    width: 400px;
  }
}

@media screen and (max-width: 550px) {
  .WWSO_traning_center_indore::after {
    width: 200px;
  }
}

.EASS_traning_center_indore{
  text-transform: uppercase;
  color: #023729;
  position: relative;
  font-size: 2.2vw;
  margin-top: 20px;
  margin-left: 30px;
}

.EASS_traning_center_indore::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 2px;
  width: 570px;
  background-color: #023729;
}

@media screen and (max-width: 780px) {
  .EASS_traning_center_indore::after {
    width: 350px;
  }
}

@media screen and (max-width: 480px) {
  .EASS_traning_center_indore::after {
    width: 200px;
  }

}

.traning_center_address {
  margin-top: 10px;
}

.traning_center_address a {
  color: #919191;
}

.traning_center_address a img {
  width: 18px;
  margin-right: 5px;
  margin-left: 25px;
}

.year_tag{
  width: 100px;
  border-radius: 50%;
  border-left: 0.1px solid #023729;
  border-right: 0.1px solid #023729;
  margin-top: 5px;
  padding: 5px;
}

.year_tag img{
  margin-left: 15px;
}

.year{
  font-size: 25px;
  margin-left: 22px;
  color: #023729;
}

/* video section */

.contain{
  width: 100%;
  margin-top: 40%;
  /* border-left: #ccc solid 2px; */
  /* margin: 0px auto; */
  /* border-left: 1px solid rgb(204, 199, 199, 50%); */
  /* height: 88%; */
  position: absolute;
  left: 0;
  top: 0;
}


.roow{
  /* margin-top: 2%; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.coll{
  /* flex-basis: 50%; */
  /* min-width: 25%; */
  display: flex;
  /* margin-left: 10%; */
}

.feature_img{
  width: 100%;
  margin: auto;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.small_img_row{
  /* display: inline-block; */
  margin: 20px 0px;
  /* align-items: center; */
  border-radius: 3px;
  width: 100%;
}

.small_img1{
  width: 100%;
  position: relative;
}

.small_img1 img{
  width: 90%;
  height: auto;
  border-radius: 2px;
  position: relative;
}

.play_btn{
  background-color: #000202;
  width: 10%;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 20%;
}

.play_bn1{
  background-color: #000202;
  width: 10%;
  position: absolute;
  left: 45%;
  top: -40px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border-radius: 20%;
}

.video_player1{
  background-color: #00020200;
  width: 100%;
  height: auto;
  position: absolute;
  left: 70%;
  top: 49%;
  transform: translate(-60%, -50%);
  /* margin-top: 40px; */
  display: none;
}

.close_btn1{
  position: absolute;
  top: 3px;
  right: 154px;
  width: 20px;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .coll{
     display: block;
  }
}

/* video section */

/* end traning center */


/* end OUR PROGRAMS */

.contact_detail h3 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

/* .contact_detail h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 180px;
  background-color: #023729;
} */

.input-group input {
  position: relative;
}

#button{
  color: #023729;
  background-color: #ccc;
  margin-top: -35px;
  transition: 0.5s;
}

#button:hover{
  color: #ccc;
  background-color: #023729;
  transition: 0.5s;
}

.input-group span {
  font-size: 16px;
  color: red;
  position: absolute;
  right: 5px;
  top: 60px;
}

.input-group span i {
  font-size: 20px;
  color: green;
}

#success_message {
  color: rgb(156, 153, 153);
}

@media screen and (max-width: 480px) {
  .phn{
    margin-top: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .contact_map{
    margin-top: 50px;
  }
  .ourmarg{
    margin-left: 30%;
  }
}

/* end contact section */

/*  become member  */


.become_detail h3 {
  text-transform: uppercase;
  color: #023729;
  position: relative;
  text-align: center;
}

/* .become_detail h3::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 2px;
  width: 365px;
  background-color: #023729;
} */

.pd {
  border: none;
  color: white !important;
  padding: 5px 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #023729;
  border-radius: 4px;
  width: 90px;
}

/*  end become member  */

/* info section */
.info_section {
  background-color: #023729;
  font-family: "Roboto", sans-serif;
  margin: auto;
}


.info_section .info_detail {
  display: flex;
  align-items: center;
}

.info_section .info_detail p {
  color: #fff;
}

.info_section .info_detail h4{
  font-size: 22px;
}

.address_link-container {
  display: block;
}

.address_link-container a{
  display: flex;
  color: #fff;
  margin-left: 50px;
  align-items: center;


}

.address_link-container a i {
  font-size: 16px;
  margin-right: 10px;
  line-height: 30px;



}
.address_link-container a span {
  font-size: 16px;
  margin-right: 10px;
  line-height: 30px;

}
/* .address_link-container i{
  padding-right: -50px;
} */
.address_link-container a .fa-location-dot{
  margin-top: -30px;
}

.info_section .news_container h3,

.info_section .address_container h3 {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  padding-left: -30px;
  margin-top: -5px;
}


.leftmr{
  padding-right: 25px;
}
.rightmr{
  padding-left: -25px;
}
.info_section .news_container form {
  margin: 28px 0;
}

.info_section .news_container form input {
  border: none;
  background-color: #fff;
  width: 70%;
  padding: 7px 10px;
}

.info_section .news_container form button {
  border: none;
  background-color: #254a93;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .news_container .social_container {
  width: 50%;
  display: flex;
  justify-content: space-between;
}



/* footer section*/

.textjusty h6{
  text-align: justify !important;
  line-height: 30px;
}

.textjusty h5{
  color: yellow;
}

.links {
  margin: 0;
  padding: 0;
}

.links li {
  list-style: none;
  margin-top: 5px;
  color: #fff;
  position: relative;
}

.links li a {
  color: #fff;
}
.links li a:hover {
  color: yellow;
}

.links li::before {
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  margin-right: 5px;
}

/* 
.footer_section {
  background-color: #254a93;
  padding: 20px 0;
  font-family: "Roboto", sans-serif;
}

.footer_section p {
  color: #fff;
  text-align: center;
  align-items: center;
}

.footer_section a {
  color: #023729;
} */

.footer_social {
  float: left;
}

.footbot_social {
  list-style: none outside none;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;

}

.footbot_social li {
  float:right;
  background: none !important;
}

.footbot_social li a {

  color: #fff;
  display: block;
  height: 35px;
  text-align: center;
  width: 35px;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  padding-left: 9px;
  padding-right: 9px;
  margin: 3px;
}

.footbot_social li a i {
  font-size: 18px;
  line-height: 35px;
  margin-right: 0;
  /* float: left; */
}

.footbot_social li a.fb:hover {
  
  background: #1964DA;
  border-radius: 50%;
  color: #fff;
}

.footbot_social li a.insta:hover {
  background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  border-radius: 50%;
  color: #fff;
}

.footbot_social li a.youtube:hover {
  background: #FF0000;
  border-radius: 50%;
  color: #fff;
}

.footbot_social li a.twtr:hover {
  color: #fff;
  background: #3ABDD1;
  border-radius: 50%;
}

.footbot_social li a.rss:hover {
  color: #fff;
  background: green;
  border-radius: 50%;
}
.footer_bottom p{
 font-size: 14px;
 margin-top: 10px;

}
.footer_bottom {
  background-color:black!important;
  padding: 2px 0;
  color: #fff;
}

.footer_bottom .vertic{
  display: flex;
  justify-content: center;
}

/* .footer {

  padding: 0px 0;
  position: relative;
  color: #fff;
} */

/* end footer section*/

/*--------------------------------------------------------------
# chatbott button
--------------------------------------------------------------*/
.chatbott .btn-vrt {
  position: fixed;
  visibility: visible;
  opacity: 1;
  right: -55px;
  bottom: 285px;
  z-index: 996;
  transition: all 0.4s linear;
  font-size: 20px;
  font-weight: 700;
  background-color: rgba(255, 255, 0, 0.169);
  color: red !important;
  line-height: 0;
  transform: rotate(270deg);
  border: 1px solid red;
  padding: 20px 10px;
  border-radius: 10px 10px 0 0;
}

.chatbott .btn-vrt:hover {
  /* padding: 3px; */
  /* border-radius: 50%; */
  /* background: #7ed899; */
  color: #3ac162 !important;
  cursor: pointer;
  transition: all 0.3s linear;
}

.btn-seco{
  margin-top: 50px;
  background: #023729;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.btn-seco:hover{
  background: yellow;
  color: #000;
  border: 1px solid #023729;
  transition: 0.5s ease-in-out;
}

/*----------------------------------------
* allcourse Button 
-----------------------------------------*/
/* .allcourse {
  margin-top: 50px;
  background: #5fcf80;
  color: #fff;
  border-radius: 50px;
  padding: 10px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.allcourse:hover {
  background: #fff;
  color: #3ac162;
  border: 1px solid #3ac162;
  transition: 0.5s ease-in-out;
} */