body{
  font-family: 'a_pompadour_sampleregular';
  color: #6a7889;
  font-size: 14px;
  letter-spacing: .06em;
}
h1, h2, h3, h4, h5{
  color: #01111f;
  font-weight: bold;
}
.color-primary{
  color: #6a7889;
}
h5{
  font-size: 16px;
}
a,a:hover, a:focus{
  color: #77798C;
  outline: 0;
  text-decoration: none;
}
.divider {
  background-color: #000;
  display: inline-block;
  height: 3px;
  max-width: 50px;
  width: 100%;
}
.color-white{
  color: #fff;
}
.bg-white{
  background-color: #fff;
}

.full-width {
  width: 100%;
}
.half-width {
  width: 100%;
}

.full-height{
  height: 100%;
}
.pos-rel{
  position: relative;
}

.table-div {
  width: 100%;
  height: 100%;
  display: table;
}
.table-divvh {
  width: 100%;
  display: table;
  height: calc(100vh - 306px);
}
.table-cell-div {
  width: 100%;
  min-height: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0;
}
.brd-b{
  border-bottom: 1px solid #A8C6DF;
}
.brd-t{
  border-top: 1px solid #A8C6DF;
}
.brd-r{
  border-right: 1px solid #A8C6DF;
}
.txtfield {
  height: 40px;
  color: #555;
  display: block;
  border: 2px solid #f1f1f1;
  background-color: #f4f9ff;
  border-radius: 3px;
  box-shadow: none;
}
.txtfield:focus {
  outline: 0 none;
  box-shadow: none;
}
.txtarea{
  resize:none;
}


/*---------custom Button------*/

.btn.custom-btn{
  border-radius: 4px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 27px;
  min-width: 120px;
  transition: all 0.4s ease 0s;
  background-color: #0083da;
  color: #fff;
  box-shadow: 0 2px 2px 0 hsla(0,0%,60%,.14), 0 3px 1px -2px hsla(0,0%,60%,.2), 0 1px 5px 0 hsla(0,0%,60%,.12);
}
.btn.custom-btn:hover{
  box-shadow: 0 14px 26px -12px hsla(0,0%,60%,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px hsla(0,0%,60%,.2);
}

/*--------Select Box------*/

.select-style {
  border: 1px solid #d0d0d0;
  border-radius: 0;
  height: 40px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.select-style:focus{
  outline: 0;
}

.select-style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url("../img/arrowdown.gif") no-repeat scroll 97% 50%;
  /*background-color: transparent;
  background-image: none;*/
  border: medium none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0 4px;
  height: 40px;
  width: 100%;
}

/*--------End Global -----------*/

/*----------Header Sec--------*/

.header-sec {
  width: 100%;
  float: left;
  top: 0;
  z-index: 9;
  padding: 0;
  position: fixed;
  transition: all 0.3s ease-in-out 0s;
}
.header-sec .cus-navbar > li{
  display: inline-block;
  margin-left: 30px;
}
.header-sec .cus-navbar > li > a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 38px 5px 0px;
  transition: color 0.3s;
  letter-spacing: 0.5px;
  transition: all 0.3s ease-in-out 0s;
}
.header-sec .cus-navbar .open > li > a, .header-sec .cus-navbar .open > li > a:focus, .header-sec .cus-navbar .open > li > a:visited{
  background-color: transparent;
}
.header-sec .cus-navbar > li > a, .header-sec .cus-navbar > li > a:focus, .header-sec .cus-navbar > li > a:visited{
  background-color: transparent;
}
.header-sec.sticky .cus-navbar > li > a, .public.header-sec .cus-navbar > li > a {
  color: #666;
  padding: 20px 5px 20px;
  transition: all 0.3s ease-in-out 0s;
}
.header-sec .cus-navbar > li > a:hover{
  background: transparent;
  opacity: 0.7;
  transition: all 0.3s ease-in-out 0s;
}
.header-sec .navbar{
  margin-bottom: 0;
}
.header-sec .cus-navbar {
  margin-top: 5px;
}
.header-sec .navbar-brand {
  color: #fff;
  font-size: 32px;
  transition: all 0.3s ease 0s
}
.header-sec.sticky .navbar-brand, .header-sec.public .navbar-brand{
  padding: 7px 15px;
  transition: all 0.3s ease 0s
}
.header-sec .navbar-brand img {
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease 0s;
  margin-top: 5px;
}
.header-sec.sticky .navbar-brand img, .header-sec.public .navbar-brand img {
  width: 200px;
  transition: all 0.3s ease 0s
}

.header-sec.sticky .navbar-brand, .header-sec.public .navbar-brand{
  color: #000;
}
.header-sec.sticky{
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
  background-color: #fff;
}
.public.header-sec {
  position: relative;
  background-color: #fff;
}
.public.header-sec .cus-navbar > li > a {
  color: #666;
}
.cus-navbar li.dropdown > .dropdown-menu {
  list-style: none;
  position: absolute;
  margin: 0;
  border: 0;
  padding: 3px;
  border-radius: 0;
  background-color: #fff;
  border-bottom: 4px solid #ff2f56;
  box-shadow: 0 2px 12px rgba(0,0,0,.175);
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.175);
}
.cus-navbar .dropdown > .dropdown-menu > li > a{
  padding: 10px 20px;
}
.header-sec .navbar-toggle .icon-bar{
  background-color: #fff;
}
.header-sec.sticky .navbar-toggle .icon-bar, .header-sec.public .navbar-toggle .icon-bar{
  background-color: #000;  
}
.header-sec .navbar-collapse.in {
  overflow-y: unset;
}

/*----------banner sec---------*/

.banner-sec{
  width: 100%;
  float: left;
  min-height: 630px;
  height: 100vh;
  padding: 50px 0;
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-image: url(../img/h.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
div#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.banner-slide {
  width: 100%;
  float: left;
  padding: 40px 40px;
  position: relative;
  /* left: 50px; */
  background-color: rgba(16, 16, 16, 0.4);
}
.banner-slide h1 {
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  font-size: 30px;
}
.banner-image img {
  width: 220px;
  display: inline-block;
}

/*--info-sec-----------*/

.heading-wrap{
  padding: 40px 0;
  width: 100%;
  float: left;
}
.heading-box{
  width: 100%;
  float: left;
  font-size: 42px;
  color: #01111f;
  background-color: #fff;
  text-align: center;
  /*text-transform: uppercase;*/
  /*box-shadow: 0 0 100px 0 rgba(0,0,0,0.08);*/
}

.subheading-box{
  width: 100%;
  float: left;
  color: #bbbbbb;
  font-size: 20px;
  text-align: center;
}

.info-sec, .info-desc, .info-panel{
  width: 100%;
  float: left;
}
.info-sec{
  padding: 50px 15px;
  overflow: hidden;
  background-color: #eef4fa;
}
.info-panel{
  margin-bottom: 50px;
}
.info-desc {
  position: relative;
  z-index: 0;
  padding: 50px 90px 90px;
}
.info-desc::after{
  width: 100%;
  height: 100%;
  top: 0;
  right: -50px;
  content: "";
  z-index: -1;
  position: absolute;
  transform: rotate(6deg);
  transform: -webkit-rotate(6deg);
  transform: -moz-rotate(6deg);
  transform: -o-rotate(6deg);
  border-radius: 50px 0 0 50px;
  background-color: #fcfdff;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.02);
}
.info-innerdesc{
  width: 100%;
  max-width: 320px;
  float: left;
  padding-left: 50px;
}
.info-desc-img img {
  width: 50px;
}

.info-img{
  width: 100%;
  float: left;
  text-align: center;
}
.info-img img {
  width: 470px;
  display: inline-block;
}

.info-panel.right .info-desc::after {
  left: -50px;
  right: auto;
  transform: rotate(-6deg);
  transform: -webkit-rotate(-6deg);
  transform: -moz-rotate(-6deg);
  transform: -o-rotate(-6deg);
  border-radius: 0 50px 50px 0;
}
.info-panel.right .info-innerdesc {
  float: right;
  padding-left: 0;
  padding-right: 50px;
  text-align: right;
}
.info-panel.right .info-desc-img {
  text-align: right;
}
.info-panel.right .info-desc-img img {
  display: inline-block;
}

/*------service sec-----*/

.service-sec, .service-panel{
  width: 100%;
  float: left;
}
.service-panel{
  margin-bottom: 50px;
}
.cus-container {
  margin: 0 auto;
  float: none;
}
.services-block {
  position: relative;
  margin-bottom: 30px;
}
.approach-section .blocks-section {
  position: relative;
  padding: 50px 50px 20px;
  margin-top: -240px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(226,220,220,0.60);
}
.approach-section .upper-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0,0,0,0.75);
}
.approach-section .upper-box .title {
  position: relative;
  color: #697afb;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.approach-section .upper-box {
  position: relative;
  text-align: center;
  padding: 100px 0px 320px;
  background-attachment: fixed;
}
.approach-section .upper-box .quality {
  position: relative;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
}

.approach-section .upper-box h2 {
  position: relative;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.services-block .inner-box {
  min-height: 283px;
  padding: 25px 12px;
  position: relative;
  text-align: center;
  border: 2px solid #efefee;
}
.icon-box img {
  width: 50px;
  display: inline-block;
}
.services-block .inner-box h3 {
  position: relative;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.services-block .inner-box h3 a {
  position: relative;
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.services-block .inner-box .text {
  position: relative;
  color: #888888;
  font-size: 14px;
  line-height: 1.8em;
}
.services-block .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
  -moz-transform: perspective(400px) rotateX(0deg);
  -ms-transform: perspective(400px) rotateX(0deg);
  -o-transform: perspective(400px) rotateX(0deg);
  transform: perspective(400px) rotateX(0deg);
}
.services-block .inner-box .overlay-box {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -ms-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform: perspective(400px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.services-block .inner-box .overlay-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0,0,0,0.80);
}
.services-block .inner-box .overlay-box .overlay-inner {
  position: relative;
  min-height: 283px;
  padding: 25px 12px;
}
.services-block .inner-box .overlay-box .overlay-inner h4 {
  position: relative;
  color: #ffffff;
}
.services-block .inner-box .overlay-box .overlay-inner .overlay-text {
  position: relative;
  color: #888888;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 10px;
}
.services-block .inner-box .overlay-box .overlay-inner h4 a {
  position: relative;
  color: #ffffff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*---------why-sec-----------*/

.why-sec{
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.why-box, .why-text{
  width: 100%;
  float: left;
}
.why-text{
  padding: 0 50px; 
}
.why-wrap{
  width: 100%;
  float: left;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.why-box img {
  width: 100%;
  float: left;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.25), 0 27px 35px -20px rgba(0,0,0,0.25), 0 13px 65px -10px rgba(0,0,0,0.25);
}

/*---------terminal-sec--------*/

.terminal-sec, .terminal-header{
  width: 100%;
  float: left;
}
.terminal-sec {
  background-color: #1671cc;
  padding: 50px 0 0;
}
.terminal-heading{
  width: 100%;
  float: left;
  text-align: center;
}
.terminal-heading h3{
  color: #fff;
  margin-bottom: 50px;
  margin-top: 30px;
}
.terminal-heading h1 {
  color: #fff;
  text-transform: uppercase;
}
.terminal-header{
  height: 40px;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -5px 10px 0 rgba(0,0,0,.16);
  background-color: #fff;
}
.terminal-img img:last-child {
  width: 52.2%;
}
.terminal-img img {
  width: 47.8%;
  height: 270px;
  object-fit: cover;
  object-position: left;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 30px 0 rgba(0,0,0,0.15);
}

/*--------footer-sec--------*/

.footer-sec {
  width: 100%;
  float: left;
  padding: 50px 0 30px;
  background-color: #00081d;
}

.footer-panel, .footer_social, .footer_list{
  width: 100%;
  float: left;
}
.footer_list{
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
.footer_list > li {
  display: inline-block;
  margin: 0 10px;
}
.footer_social > li{
  font-size: 24px;
}

/**----------contact-sec--------*/

.contact-sec{
  width: 100%;
  float: left;
  padding: 50px 0;
  position: relative;
  background-color: #f9f9f9;
}
.contact-panel {
  width: 120%;
  float: left;
  position: relative;
  height: 610px;
}
.contact-form {
  width: 100%;
  float: left;
  z-index: 1;
  position: relative;
}
.contact-form h3 {
  margin: 40px 0 20px;
  font-size: 54px;
  letter-spacing: 10px;
}
form .with_icon {
  height: 80px;
  padding: 20px 40px;
  padding-left: 70px;
  font-size: 18px;
  line-height: 40px;
  border: none;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-appearance: none;
}
form .with_icon + span {
  position: absolute;
  top: 31px;
  left: 40px;
  font-size: 16px;
}
form .with_icon.txtarea {
  height: auto;
}
.map-div{
  width: 100%;
  float: left;
  height: 100%;
}
div#map {
  width: 100%;
  height: 100%;
}

/*---------testimonial sec---------*/

.testimonial-sec{
  width: 100%;
  float: left;
  padding: 50px 30px;
}
.testimonial-panel{
  width: 100%;
  float: left;
  min-height: 500px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(237, 236, 234, 0.9);
}
.testimonial-wrap{
  width: 100%;
  float: left;
}
.testimonial-box{
  text-align: center;
}
.testimonial-box .item:focus{
  outline: 0;
}
.testimonial-box blockquote{
  border: 0;
  max-width: 760px;
  margin: 0 auto;
}
.testimonial-box blockquote .avatar {
  position: relative;
  display: inline-block;
}
.testimonial-box blockquote .avatar img {
  max-width: 120px;
  border-radius: 50%;
}
.testimonial-box blockquote .avatar:after {
  content: "\f10d";
  font-family: 'fontawesome';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #697afb;
  border-radius: 50%;
  font-style: normal;
  font-size: 16px;
}
.testimonial-box blockquote cite, .testimonial-box blockquote footer {
  display: block;
  font-size: 14px;
  line-height: 1em;
  color: #363636;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-style: normal;
  margin-top: 25px;
}
.testimonial-box blockquote small::before{
  content: '';
}

.testimonial-slider .slick-arrow{
  width: 60px;
  height: 60px;
  color: #363636;
  font-size: 24px;
  top: 50%;
  right: 0;
  border:0;
  position: absolute;
  z-index: 2;
  line-height: 63px; 
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out 0s;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.testimonial-slider .slick-arrow.slick-prev i{
  position: relative;
  right: 2px;
}
.testimonial-slider .slick-arrow.slick-next i{
  position: relative;
  left: 2px;
}
.testimonial-slider .slick-arrow.slick-disabled{
  opacity: 0.6;
}
.testimonial-slider .slick-arrow.slick-prev{
  left: -26px;
}
.testimonial-slider .slick-arrow.slick-next {
  right: -26px;
}
.testimonial-slider .slick-arrow.slick-next:focus{
  outline: 0;
}
.testimonial-slider .slick-arrow:hover{
  color: #ffffff;
  transition: all 0.3s ease-in-out 0s;
  background-color: #697afb;
}
/*------records-------------*/
.record-sec, .record-header{
    width: 100%;
    float: left;
  }

 
  .record-header {
    height: 250px;
    position: relative;
  }
  .record-header img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .record-headtext {
    position: absolute;
    color: #fff;
    width: 100%;
    float: left;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.7);
  }
  .record-headtext h1 {
    width: 100%;
    max-width: 890px;
    color: #fff;
    text-align: center;
  }
  .record-headtext h4 {
    color: #fff;
    text-align: center;
    line-height: 35px;
  }
/*-------------------certificate----------------*/

.certificate-sec, .certificate-header{
  width: 100%;
  float: left;

}
.cert-head{
padding: 30px;
}
.cert-panel2 h1{
    width: 100%;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #337ab7;
    
    margin-top: 20px;
  }
@media screen and (max-width: 1024px) { 
  .cert-head{
    padding-top: 38%; /* Increase padding for laptops */
  }
}

@media screen and (max-width: 767px) { 
   .cert-head{
    padding-top: 50%; /* Increase padding for tablets */
  }
}

@media screen and (max-width: 480px) { 
   .cert-head{
    padding-top: 76%; /* Increase padding for mobile phones */
  }
}
.certificate-header {
  height: 250px;
  position: relative;
}
.certificate-header img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.certificate-headtext {
  position: absolute;
  color: #fff;
  width: 100%;
  float: left;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.7);
}
.certificate-headtext h1 {
  width: 100%;
  max-width: 890px;
  color: #fff;
  text-align: center;
}
.certificate-headtext h4 {
  color: #fff;
  text-align: center;
  line-height: 35px;
}
/*------training-sec---------*/

.training-sec, .training-header{
  width: 100%;
  float: left;
  padding-top: 2%;

}
.training-header {
  height: 250px;
  position: relative;
}
.training-header img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.training-headtext {
  position: absolute;
  color: #fff;
  width: 100%;
  float: left;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.7);
}
.training-headtext h1 {
  width: 100%;
  max-width: 890px;
  color: #fff;
  text-align: center;
}
.training-headtext h4 {
  color: #fff;
  text-align: center;
  line-height: 35px;
}
.training-panel{
  width: 100%;
  float: left;
  padding: 40px 0;
  position: relative;
}

.formKing{
    margin-left: 340px;

  }
  .training-panel2 h1{
    width: 100%;
    position: relative;
    font-size: 30px;
    font-weight: bold;
    color: #337ab7;
    padding: 30px;
    margin-top: 20px;
  }

.training-aside {
  width: 250px;
  margin-right: -100%;
  float: left;
  position: sticky;
  position: -webkit-sticky;
  top: 10px;
}
.aside-wrap{
  width: 100%;
  float: left;
  padding: 0 30px;
}
.aside-wrap .nav-tabs {
  width: 100%;
  float: left;
  border: 0;
}
.aside-wrap .nav-tabs > li {
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-right: 4px solid #dedede;
}
.aside-wrap .nav-tabs > li:last-child{
  padding-bottom: 0;
}
.aside-wrap .nav-tabs > li > a{
  text-align: center;
  margin-right: -4px;
  border: 0;
  position: relative;
  border-radius: 0;
}
.nav-tabs>li > a::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -8px;
  border-left: 8px solid #dedede;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}
.aside-wrap .nav-tabs > li > a:hover{
  background-color: transparent;
}
.aside-wrap .nav-tabs>li.active>a, .aside-wrap .nav-tabs>li.active>a:focus, .aside-wrap .nav-tabs>li.active>a:hover {
  color: #fff;
  border: 0;
  text-align: center;
  background-color: #00081d;
}
.aside-wrap .nav-tabs>li.active>a::after, .aside-wrap .nav-tabs>li.active>a:focus::after, .aside-wrap .nav-tabs>li.active>a:hover::after {
  border-left-color: #00081d;
}

.training-right {
  margin-left: 260px;
}
.training-rightwrap{
  width: 100%;
  float: left;
  padding: 0 15px;
}
.training-rightwrap .tab-pane ul{
  list-style: disc;
}

@media screen and (max-width: 1024px) { 
  .training-sec, .training-header{
    padding-top: 6%; /* Increase padding for laptops */
  }
}

@media screen and (max-width: 767px) { 
  .training-sec, .training-header{
    padding-top: 8%; /* Increase padding for tablets */
  }
}

@media screen and (max-width: 480px) { 
  .training-sec, .training-header{
    padding-top: 9%; /* Increase padding for mobile phones */
  }
}
/*----------hiring-form-----------*/

.hiring-form{
  width: 100%;
  float: left;
  padding: 50px 0; 
}
.outline-btn {
  position: relative;
  border: 1px solid #0183db;
  color: #0183db;
  padding: 9px 12px 8px;
  background-color: #fff;
}
.inpt-file {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}



/*--------portfolio sec--------*/

.portfolio-sec, .portfolio-panel{
  width: 100%;
  float: left;
}
section.portfolio-sec {
  padding-top: 50px;
}
.portfolio-heading{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.filter-tab{
  width: 100%;
  float: left;
  font-size: 0;
  padding: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.filter-tab-wrap{
  /*float: right;*/
  background-color: #222;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  position: relative;
  /*margin-right: 20px;*/
}
.selector {
  position: absolute;
  top: -3px;
  left: 5px;
  right: 0px;
  bottom: 0;
  height: 110%;
  z-index: 1;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  background-color: #697afb;
  box-shadow: 0 8px 10px -5px rgba(0,0,0,0.5);
}
.filter-tab .btn{
  color: #fff;
  border: 0;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 30px;
  border-radius: 0;
  position: relative;
  z-index: 1;
  min-width: 170px;
}
.filter-tab-wrap .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.filter-tab-wrap .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.filter-tab .btn.active {
  box-shadow: none;
  color: #fff;
  background-color: transparent;
}
.filter-tab .btn:focus, .filter-tab .btn:active{
  box-shadow: none;
}
.filter-panel{
  width: 100%;
  float: left;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: row;
  align-self: center;
  flex-wrap: wrap;
  justify-content: center;
}
.filterDiv {
  /*width: 100px;*/
  flex: 1 1 33.33%;
  -webkit-flex: 1 1 33.33%;
  -moz-flex: 1 1 33.33%;
  -o-flex: 1 1 33.33%;
  float: left;
  color: #ffffff;
  display: none;
  text-align: center;
  border: 3px solid #ffffff;
  padding: 1px;
  /*line-height: 100px;*/
  border: 3px solid #ffffff;
  background-color: #000000;
}
.filterDiv img.img-responsive {
  width: 100%;
}
.filterDiv > a{
  width: 100%;
  float: left;
  position: relative;
}
.show {
  display: block;
}
.filterDiv-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  transform: -webkit-scale(0);
  transform: -moz-scale(0);
  transform: -o-scale(0);
  transition: all 0.3s ease 0s;
  /*color: #fff;*/
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.filterDiv:hover .filterDiv-overlay{
  transform: scale(1);
  transform: -webkit-scale(1);
  transform: -moz-scale(1);
  transform: -o-scale(1);
  transition: all 0.3s ease 0s;
}
.filterDiv-overlay > div {
  width: 100%;
  float: left;
  padding: 20px;
}


/*----------help sec--------*/

.help-sec, .help-panel{
  width: 100%;
  float: left;
}
.help-sec {
  background-image: url(../img/help.jpg);
  min-height: 380px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -o-flex;
  flex-direction: column;
  align-items: center;
   justify-content: center; 
  background-position: bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.help-sec::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(17, 24, 78, 0.9);
  z-index: -1;
}
.help-panel {
  text-align: center;
}
.help-panel h1, .help-panel h4{
  color: #fff;
}
.help-panel h4{
  margin-bottom: 30px;
}

/*---------blog-sec---------*/

.blog-sec, .blog-panel{
  width: 100%;
  float: left;
  padding-top:2%; 

}
.blog-panel{
  padding: 30px 0;
}
.blog-banner, .blog-text{
  width: 100%;
  float: left;
}
.blog-wrap {
  width: 100%;
  float: left;
  min-height: 850px;
  display: flex;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row; 
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -ms-box-orient: horizontal;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 40px 0 0;
  border-right: 1px solid #d2d2d2;
}
.blog-box {
  width: 50%;
  flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  -moz-flex: 0 1 50%;
  -o-flex: 0 1 50%;
  padding: 10px;
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
}
.blog-box:hover {
  transform: translateY(-2px);
  transform: -webkit-translateY(-2px);
  transform: -moz-translateY(-2px);
  transform: -o-translateY(-2px);
  transition: all 0.2s ease-in-out 0s;
}
.blog-box:hover .blog-title{
  box-shadow: 8px 20px 50px -10px rgba(0,0,0,0.2);
  transition: all 0.3s ease 0s;
}
.blog-banner > a{
  display: block;
}
.blog-banner > a > img {
  width: 100%;
  display: block;
}
.blog-text > .blog-title {
  display: block;
  background-color: #fff;
  padding: 10px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  margin-top: -40px;
  margin-left: 40px;
}
.blogdtl-text img {
  margin: 0 auto 15px;
}
.blog-date {
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
  position: absolute;
  top: 15px;
  right: -2px;
  background-color: #f94754;
  padding: 5px 10px;
  color: #fff;
}
.blog-date::after {
  position: absolute;
  content: "";
  top: 27px;
  right: -0px;
  border-left: 0;
  border-right: 12px solid transparent;
  border-top: 10px solid #b9121e;
  border-bottom: 0;
}
.read-more{
  display: inline-block;
  color: #697afb;
}
.read-more:hover{
  color: #000;
  text-decoration: underline;
}
.blog-sidebar{
  width: 100%;
  float: left;
}
.blog-about {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
.blog-about > h2{
  margin-top: 0;
  text-transform: uppercase;
}
.blog-about > p {
  line-height: 23px;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.blog-about > ul{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-about > ul > li{
  width: 100%;
  float: left;
  color: #000;
  margin-bottom: 10px;
}
.blog-about > ul > li > a{
  display: block;
  color: #000;
}
.blog-about > ul > li .recent-date {
  color: #929292;
  font-size: 12px;
}
@media screen and (max-width: 1024px) { 
    .blog-sec, .blog-panel {
        padding-top: 6%; /* Increase padding for laptops */
    }
}

@media screen and (max-width: 767px) { 
    .blog-sec, .blog-panel {
        padding-top: 8%; /* Increase padding for tablets */
    }
}

@media screen and (max-width: 480px) { 
    .blog-sec, .blog-panel {
        padding-top: 9%; /* Increase padding for mobile phones */
    }
}
/*-----------Blog details sec------------*/

.blogdtl-wrap {
  float: left;
  position: relative;
  margin-left: 30px;
  padding-right: 20px;
  border-right: 1px solid #d2d2d2;
} 
.blogdtl-wrap::before {
  width: calc(100% + 60px);
  height: 450px;
  content: "";
  position: absolute;
  top: -80px;
  left: -80px;
  right: 0;
  background-color: #f94754;
  z-index: -1;
} 
.blogdtl-innerwrap{
  width: 100%;
  float: left;
  margin-left: -40px;
  padding-left: 60px;
}
.blogdtl-title {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
}
.blogdtl-date{
  color: #fff;
  font-size: 12px;
  margin-bottom: 25px;
}
.blogdtl-text{
  width: 100%;
  float: left;
  background-color: #fff;
  position: relative;
  padding: 40px;
  padding-bottom: 0;
}
.blogdtl-social {
  left: 0px;
  top: 125px;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: sticky;
}
.blogdtl-social > li {
  display: block;
  text-align: center;
}
.blogdtl-social > li > a{
  width: 40px;
  height: 40px;
  color: #fff;
  padding: 0;
  display: block;
  text-align: center;
  margin-bottom: 7px;
  line-height: 44px;
  border-radius: 100px;
  background-color: #f94754;
  transition: all 0.3s ease-in-out 0s;
}
.blogdtl-social > li > a:hover {
  color: #f94754;
  background-color: #f3f3f3;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: 0 0px 7px 0px rgba(0,0,0,0.15);
}
.blogdtl-social > li.blog_like > a{
  color: #f94754;
  background-color: #f3f3f3;
  box-shadow: 0 0px 7px 0px rgba(0,0,0,0.15);
}
.blogdtl-social > li.blog_like > a:hover{
  background-color: #f3f3f3;
  color: #f94754;
}

.blogdtl-text {
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: justify;
}
.blogdtl-text p.form-group{
  margin-bottom: 25px;
}
.center-table{
  width: 250px;
  text-align: center;
  margin: 0 auto;
}

.blogreply-box{
  width: 100%;
  float: left;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
}

#snackbar.show {
  visibility: visible; /* Show the snackbar */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}



/*---------------quote sec--------*/

.quote-sec{
  width: 100%;
  float: left;
}
.quote-panel{
  width: 100%;
  float: left;
}
.quote-box {
  width: 100%;
  float: left;
  color: #fff;
  padding: 80px 0 200px;
  background-color: #090a36;
  /*background-image: url('../img/18944.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;*/
  /*background: linear-gradient(170deg, #6034fc, #000);
  background: -webkit-linear-gradient(170deg, #6034fc, #000);
  background: -moz-linear-gradient(170deg, #6034fc, #000);
  background: -o-linear-gradient(170deg, #6034fc, #000);*/
}
.inner-quote-box, .inner-quote-panel{
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.quote-box h1{
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
.quote-box h3{
  color: #fff;
}
.quote-box p {
  letter-spacing: 2px;
  line-height: 22px;
}
.inner-quote-panel {
  padding: 50px;
  border-radius: 5px;
  margin-top: -170px;
  margin-bottom: 100px;
  background-color: #fff;
  box-shadow: 0 0 80px 10px rgba(0,0,0,0.2);
}
.call-inner-box {
  float: right;
} 
ul.call-ul {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
}
.call-ul > li {
  display: block;
} 
.call-ul > li > a {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: -12px;
  padding: 25px 20px;
  position: relative;
  box-shadow: 0 0 15px -7px rgba(0,0,0,0.3);
}
.call-ul > li:last-child a {
  margin-left: 50px;
}
.call-ul > li > a:hover span.call-icon {
  transform: scale(1.1);
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 10px 1px rgb(50, 230, 117,0.5);
}
.call-ul > li > a.email:hover span.call-icon {
  box-shadow: 0 0 10px 1px rgb(249, 64, 64, 0.5);
} 
span.call-icon {
  width: 37px;
  height: 37px;
  color: #fff;
  top: 30%;
  left: -18px;
  position: absolute;
  border-radius: 50px;
  line-height: 40px;
  text-align: center;
  background-color: #32E675;
  transition: all 0.3s ease 0s;
}
ul.call-inner-ul{
  margin: 0;
}
ul.call-inner-ul > li{
  position: relative;
  margin-bottom: 5px; 
}
ul.call-inner-ul > li::before {
  position: absolute;
  content: "\f00c";
  font-family: "fontawesome";
  top: -2px;
  left: -22px;
  color: #32e675;
}
ul.call-inner-ul > li:last-child{
  margin-bottom: 0;
}
.anchor-span{
  color: #337ab7;
  cursor: pointer;
  text-decoration: underline;
}
.call-ul > li > a.email .call-icon{
  background-color: #ff4040;
}
.call-ul > li > a.email ul.call-inner-ul > li::before{
  color: #ff4040;
}

.btn.custom-btn.long-btn{
  min-width: 170px;
}


