@import url("https://fonts.googleapis.com/css?family=Exo:500,600,700|Roboto&display=swap");
html{
  scroll-behavior: smooth;
}
.loader-container{
  position: fixed;
  top:0; left:0;
  z-index: 10000;
  background-color: #006cff;
  display: flex;
  align-items: center;
  justify-content: center;
  height:100%;
  width:100%;
}
section{
  padding: 30px;
}
.loader-container.fade-out{
  top:-120%;
}

/* nav */
.navbar{
  background-color: rgba(0, 108, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  margin-left: 30px;
  padding: 35px 0;
  font-size: 18px;
  color:  #F2F2F2;
  outline: none;
  transition: .5s;

}
.sticky-top {
  background-color: #081f3e; 
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
  padding: 20px 0;
  background-color: #081f3e; 
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFE468;
}

@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link::before {
      position: absolute;
      content: "";
      width: 0;
      height: 5px;
      bottom: 0;
      left: 50%;
      background: #006cff;
      transition: .5s;
  }

  .navbar-dark .navbar-nav .nav-link:hover::before,
  .navbar-dark .navbar-nav .nav-link.active::before {
      width: 100%;
      left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link  {
      margin-left: 0;
      padding: 10px 0;
  }
}
.border-0{border:0 !important}

/* nav */
/* home */
.banner {

  background-position: center;
  background-repeat: no-repeat;
  display:flex;
  align-items: center;
  justify-content:center;
  overflow:hidden;
  min-height:500px;
      height: 100%;
      background-image: url(../img/slider-bg-1.jpg);
}

.banner .block {
  padding: 80px 0px 160px;
}

.banner .block h1 {
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1.2px;
  text-transform: capitalize;
  color: #223a66;
}

/* .letter-spacing {
  letter-spacing: 2px;
} */
.text-sm{
  font-size: 14px;
}
.text-color {
  color: #223a66;
}

.text-color-2 {
  color: #e12454;
}

.divider {
  width: 40px;
  height: 5px;
  background: #006cff;
}

@media (max-width: 480px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }

}

@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
 
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
 
}
.pr-5{
  font-size: 18px;
}

/* home */
/* about */
.about-section {
  font-family: "Montserrat", sans-serif;
	color: #8d97ad;
  font-weight: 300;
}

.about-section h1, .about-section h2, .about-section h3, .about-section h4, .about-section h5, .about-section h6 {
  color: #3e4555;
}

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}
.btn-12{
  position: relative;
  right: 20px;
  bottom: 20px;
  border:none;
  box-shadow: none;
  width: 130px;
  height: 40px;
  line-height: 42px;
  -webkit-perspective: 230px;
  perspective: 230px;
}
.btn-12 span {
  background: rgb(0,108,255);
background: linear-gradient(0deg, rgba(0,108,255) 0%, rgba(2,126,251,1) 100%);
  display: block;
  position: absolute;
  width: 130px;
  height: 40px;
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  border-radius: 5px;
  margin:0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn-12 span:nth-child(1) {
  box-shadow:
   -7px -7px 20px 0px #fff9,
   -4px -4px 5px 0px #fff9,
   7px 7px 20px 0px #0002,
   4px 4px 5px 0px #0001;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12 span:nth-child(2) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -20px;
  -moz-transform-origin: 50% 50% -20px;
  transform-origin: 50% 50% -20px;
}
.btn-12:hover span:nth-child(1) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.btn-12:hover span:nth-child(2) {
  box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
 color: transparent;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}


.about-section h6 {
		line-height: 22px;
    font-size: 18px;
}



.about-section .wrap-service12 .img-hover {
	-webkit-transition: 0.2s ease-in;
   -o-transition: 0.2s ease-in;
   transition: 0.2s ease-in;
}

.about-section .wrap-service12 .img-hover:hover {
	-webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}


.about-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgba(0, 42, 106, 0.1);
 
}
.award-img:hover {
	-webkit-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
}
.award-img {
  height: 120px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #eff0f3;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}



@media (max-width: 575px){.section-tittle{margin-bottom:50px;text-align:left !important}}
@media only screen and (min-width: 576px) and (max-width: 767px){.section-tittle{margin-bottom:50px}}
.section-tittle span{font-size:18px;font-weight:700;margin-bottom:22px;color:#396cf0;text-transform:uppercase;display:inline-block;position:relative}
@media (max-width: 575px){.section-tittle span{font-size:14px;padding-left:60px}}
.section-tittle span::before{position:absolute;content:"";width:50px;height:2px;background:#396cf0;top:0;left:-67px;top:50%;transform:translateY(-50%)}
@media (max-width: 575px){.section-tittle span::before{left:0px}}
.section-tittle h2{font-size:50px;display:block;color:#030431;font-weight:800}
@media only screen and (min-width: 576px) and (max-width: 767px){.section-tittle h2{font-size:31px;text-align:center}}@media (max-width: 575px){.section-tittle h2{text-align:left;font-size:27px}}


.section-padding-100 {
  padding: 100px 0; }
  img {
    height: auto;
    max-width: 100%; }
  .bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  .bg-overlay {
    position: relative;
    z-index: 1; }
    .bg-overlay::after {
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #006cff;
      opacity: 0.85;
      content: ''; }

      .bg-overlay-black {
        position: relative;
        z-index: 1; }
        .bg-overlay-black::after {
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #000;
          opacity: 0.85;
          content: ''; }
          
/* :: 14.0 Video Area CSS */

.video {
  position: relative;
  z-index: 1; }
  .video .video-btn {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }
    .video .video-btn a {
      margin-bottom: 30px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .video-box .video-btn a {
          margin-bottom: 15px; } }
    .video .video-btn h6 {
      font-size: 18px;
      margin-bottom: 0;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .video .play-btn h6 {
          font-size: 12px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video-content {
    margin-top: 100px; } }
@media only screen and (max-width: 767px) {
  .video-content {
    margin-top: 100px; } }
.video-content h2 {
  font-size: 44px;
  color: #ffffff;
  margin-bottom: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .video-content h2 {
      font-size: 24px; } }
  @media only screen and (max-width: 767px) {
    .video-content h2 {
      font-size: 24px; } }
.video-content p {
  color: #ffffff;
  margin-bottom: 0; }

.single-pie-bar {
  position: relative;
  z-index: 1;
  margin-bottom: 100px; }
  .single-pie-bar canvas {
    margin-bottom: 20px; }
  .single-pie-bar p {
    margin-bottom: 0; }
  
  .bg-overlay-black {
    position: relative;
    z-index: 1; }
/* about*/

/* service */
.department_area{background-image:url(../img/department.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover}
  .department_area .row.custom_align{margin-bottom:60px}
  @media (max-width: 767px){
    .department_area .learn_more_btn{text-align:left !important;margin-top:30px}
  }
  .department_area .dept_main_info .dept_thumb img{width:100%}
  @media (min-width: 992px) and (max-width: 1200px){.department_area .dept_main_info .dept_thumb img{max-width:100%}}
  .department_area .dept_main_info .dept_info{background-image:-moz-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);background-image:-webkit-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
  background-image:-ms-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
  padding:172px 103px 104px 111px}
  @media only screen and (min-width: 992px) and (max-width: 1199px){
  .department_area .dept_main_info .dept_info{padding:78px 103px 52px 111px}
  }
  @media only screen and (min-width: 768px) and (max-width: 991px){
  .department_area .dept_main_info .dept_info{padding:78px 103px 52px 111px}
  }
  @media only screen and (min-width: 576px) and (max-width: 767px){
  .department_area .dept_main_info .dept_info{padding:71px 18px 60px 23px}
  }
  @media (max-width: 575px){
  .department_area .dept_main_info .dept_info{padding:71px 18px 60px 23px}
  }
  .department_area .dept_main_info .dept_info h3{font-size:25px;
    line-height:35px;
    color:#fff;
    font-weight:600;
    font-family:"Muli",sans-serif
  }
  .white-bg{background:#fff}
  @media (max-width: 767px){
  .department_area .dept_main_info .dept_info h3{font-size:20px}
  }
  @media (min-width: 992px) and (max-width: 1200px){
  .department_area .dept_main_info .dept_info h3 br{display:none}
  }
  @media (max-width: 575px){
  .department_area .dept_main_info .dept_info h3 br{display:none}
  }
  .department_area .dept_main_info .dept_info p{margin-bottom:52px;
    margin-top:20px;
    color:#fff
  }
  @media (min-width: 992px) and (max-width: 1200px){
  .department_area .dept_main_info .dept_info p{margin-top:15px;
    margin-bottom:20px}
  }
  .department_area .depart_ment_tab .nav{justify-content:space-between}
  .department_area .depart_ment_tab .nav li{-webkit-box-flex:14.4%;
  -ms-flex:14.4% 0 0px;
  flex:14.4% 0 0;
  margin-bottom:30px
  }
  @media only screen and (min-width: 576px) and (max-width: 767px){
  .department_area .depart_ment_tab .nav li{-webkit-box-flex:42%;
    -ms-flex:42% 0 0px;
    flex:42% 0 0;
    margin:0 15px;
    margin-bottom:0 !important
  }
  .department_area .depart_ment_tab .nav li:last-child{margin-right:15}}
  @media (max-width: 575px){
  .department_area .depart_ment_tab .nav li{-webkit-box-flex:42%;
    -ms-flex:100% 0 0px;
    flex:100% 0 0;
    margin:0px;
    margin-bottom:0 !important}}
    @media (min-width: 768px) and (max-width: 991px){
      .department_area .depart_ment_tab .nav li{-webkit-box-flex:30%;
        -ms-flex:30% 0 0px;
        flex:30% 0 0;
        margin-bottom:0 !important}}
        @media (min-width: 992px) and (max-width: 1200px){
    .department_area .depart_ment_tab .nav li{-webkit-box-flex:15%;
      -ms-flex:15% 0 0px;
      flex:15% 0 0;
      margin-bottom:0 !important}}
    .department_area .depart_ment_tab .nav li a{background:#fff;
      margin-bottom:30px;
      padding:0;
      text-align:center;
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
      border-radius:3px;
      display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient:vertical;
      -webkit-box-direction:normal;
      -ms-flex-direction:column;
      flex-direction:column;
      padding:30px 0;
      -webkit-transition:.3s;
      -moz-transition:.3s;
      -o-transition:.3s;transition:.3s
    }
    @media only screen and (min-width: 576px) and (max-width: 767px){
      .department_area .depart_ment_tab .nav li a{-webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
        padding:25px 0 25px 0;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        margin-bottom:10px}
      }
      @media (max-width: 575px){
        .department_area .depart_ment_tab .nav li a{flex-direction:row;
          justify-content:center;
          padding:20px 0 20px 0;
          align-items:center;
          margin-bottom:10px}
        }
        .department_area .depart_ment_tab .nav li a i{
          font-size:50px;
          color:#3eadf8;
          line-height:1;
          margin-bottom:13px
        }
        @media (max-width: 767px){.department_area .depart_ment_tab .nav li a i{
          font-size:25px;
          margin-right:15px;
          margin-bottom:0}
        }
        .department_area .depart_ment_tab .nav li a h4{font-size:18px;
          font-weight:500;
          color:#296ea4;
          margin-bottom:0
        }
        @media (max-width: 767px){
          .department_area .depart_ment_tab .nav li a h4{margin-bottom:0}
        }
        @media (min-width: 992px) and (max-width: 1200px){
          .department_area .depart_ment_tab .nav li a h4{font-size:14px}
        }
        @media (min-width: 992px) and (max-width: 1200px){
          .department_area .depart_ment_tab .nav li a h4 br{display:none}}
          .department_area .depart_ment_tab .nav li a.active{
          background-image:-moz-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
          background-image:-webkit-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);
          background-image:-ms-linear-gradient(0deg, #24c0f1 0%, #4c9afe 100%);color:#fff}
          .department_area .depart_ment_tab .nav li a.active i{color:#fff}
          .department_area .depart_ment_tab .nav li a.active h4{color:#fff}
          .department_area .depart_ment_tab .nav li:last-child{margin-right:0}
          @media (max-width: 767px){.department_area .depart_ment_tab .nav li:last-child{margin-right:15px}}
          .section-padding-100-50 {
            padding: 100px 0 50px; }
           

            .feature-box{
              gap: 16px;
            }
            .feature-box:not(:first-child){
              margin-top: 48px;
            }
            
            .feature-content h4{
              font-size: 18px;
              font-weight: 600;
              text-transform: capitalize;
              margin-bottom: 8px;
            }
            .feature-img{
              display: flex;
              justify-content: center;
              align-items: center;

            }
            .feature-img img{
              height: auto;
              vertical-align:middle;
              max-width: 100%;
            }
  
/* service */

/* testimonal */
.testimonial_area {
  background-image: url(../img/h1_hero.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding: 122px 0 122px 0;
}

@media (max-width: 767px) {
  .testimonial_area {
    padding: 50px 0;
  }
}

.testimonial_area .testmonial_active {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 50px 60px 66px 60px;
}

@media (max-width: 767px) {
  .testimonial_area .testmonial_active {
    padding: 40px 25px 40px 25px;
  }
}

.testimonial_area .single_testmonial p {
  color: #001D38;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  margin: 34px 0;
}

@media (min-width: 320px) and (max-width: 1500px) {
  .testimonial_area .single_testmonial p br {
    display: none;
  }
}
.testimonial_area .single_testmonial .testmonial_author {
  padding-bottom: 35px;
}
.testimonial_area .single_testmonial .testmonial_author .thumb {
  width: 42px;
  height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: auto;
  margin: auto auto 15px auto;
}
.testimonial_area .single_testmonial .testmonial_author h3 {
  color: #001D38;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.testimonial_area .single_testmonial .testmonial_author span {
  font-size: 13px;
  font-weight: 400;
  color: #596672;
}
.testimonial_area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}
.testimonial_area .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 0;
}
.testimonial_area .owl-carousel .owl-nav div {
  left: 0;
}
.testimonial_area .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial_area .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  background: #7faff3;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  text-align: center;
}
.testimonial_area .owl-dots .owl-dot.active {
  background: #006cff;
}
/* testimonal */
/* APPOINTMENT */
.banner3 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
  max-height: 800px;
}

.banner3 .banner {
  position: relative;
  max-height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  display: table;
}

.banner3 h1,
.banner3 h2,
.banner3 h3,
.banner3 h4,
.banner3 h5,
.banner3 h6 {
  color: #3e4555;
}

.banner3 .font-weight-medium {
  font-weight: 500;
}

.banner3 .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.banner3 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
  border: 0px;
}

.banner3 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.banner3 .btn-danger-gradiant.active,
.banner3 .btn-danger-gradiant:active,
.banner3 .btn-danger-gradiant:focus {
  -webkit-box-shadow: 0px;
  box-shadow: 0px;
  opacity: 1;
}


.banner3 .btn-md {
  padding: 15px 45px;
  font-size: 16px;
}

.banner3 .form-row {
  margin: 0;
}

.banner3 label.font-12 {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.banner3 .form-control {
  color: #8d97ad;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.banner3 .date label {
  cursor: pointer;
  margin: 0;
}

@media (max-width: 370px) {
  .banner3 .left,
  .banner3 .right {
    padding: 25px;
  }
}

@media (max-width: 320px) {
  .banner3 .left,
  .banner3 .right {
    padding: 25px 15px;
  }
}

.banner3 .font-14 {
  font-size: 14px;
}

.banner3 .text-inverse {
  color: #3e4555 !important;
}
/* APPOINTMENT */

/* Cool Facts CSS */
.single-cool-fact-area {
  text-align: center; }
  .single-cool-fact-area img {
    color: #006cff;
    margin-bottom: 30px;
   }
  .single-cool-fact-area .h2 {
    font-size: 48px;
    margin-bottom: 20px; }
  .single-cool-fact-area h6 {
    font-size: 22px;
    margin-bottom: 20px; }
  .single-cool-fact-area p {
    margin-bottom: 0; }
    .mb-100 {
      margin-bottom: 100px; }
    .section-padding-100-0 {
      padding: 100px 0 0; }
      /* Cool Facts CSS */
/* Page Header */
.page-header {
  position: relative;
  margin-bottom: 45px;
  padding: 90px 0;
  text-align: center;
  background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(../img/pageheader.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header h2 {
  position: relative;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.page-header h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: calc(50% - 50px);
  bottom: 0;
  background: #030f27;
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #fff;
}

.page-header a:hover {
  color: #ffffff;
}

.page-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #121518;
}

.page-header a:last-child::after {
  display: none;
}

@media (max-width: 991.98px) {
  .page-header {
      padding: 60px 0;
  }
  
  .page-header h2 {
      font-size: 45px;
  }
  
  .page-header a {
      font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-header {
      padding: 45px 0;
  }
  
  .page-header h2 {
      font-size: 35px;
  }
  
  .page-header a {
      font-size: 18px;
  }
}
/* Page Header */
/* Portfolio */
.portfolio {
  position: relative;
}

.team-item{
  margin-top: 10px;
}
.team-item .team-img::before,
.team-item .team-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    transition: .5s;
}

.team-item .team-img::after {
    left: auto;
    right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
    width: 50%;
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 3px;
    color:#006cff;
    background: #000000;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: #006cff;
}

.team-item .team-content{background-color:#191C24 !important}
.team-item .team-content h5{
  color: #FFFFFF;
}
.team-item .team-content span{
  color: #006cff;
}
.job-tab .nav-tabs {
margin-bottom: 60px;
border-bottom: 0;

}

.job-tab .nav-tabs>li {
float: none;
display: inline;
}

.job-tab .nav-tabs li {
margin-right: 15px;
}

.job-tab .nav-tabs li:last-child {
margin-right: 0;
}

.job-tab .nav-tabs {
position: relative;
z-index: 1;
display: inline-block;
}

.job-tab .nav-tabs:after {
position: absolute;
content: "";
top: 50%;
left: 0;
width: 100%;
height: 1px;
background-color: #fff;
z-index: -1;
}



.job-tab .nav-tabs>li a {
display: inline-block;
background-color: #fff;
border: none;
border-radius: 30px;
font-size: 14px;
color: #000;
padding: 5px 30px;
}

.job-tab .nav-tabs>li>a.active, 
.job-tab .nav-tabs>li a.active>:focus, 
.job-tab .nav-tabs>li>a.active:hover,
.job-tab .nav-tabs>li>a:hover {
border: none;
background-color: #006cff;
color: #fff;
text-decoration: none;
}
/* Portfolio */
/* contact */
.contact-page{
  background-image:url(../img/section_bg01.png);
  background-size:cover;background-repeat:no-repeat;
}
.contact{
  background-image: url(../img/image_processing20200727-22888-jqd2xw.gif);
  background-size:cover;
  background-repeat:no-repeat;
  justify-content:center;
  align-items:center;
}
.contact p{
  color:#006cff;
}
.contact h1{
  color:#006cff;
}
.form-floating{position:relative}
.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);padding:1rem .75rem}
.form-floating>label{position:absolute;
  top:0;
  left:0;
  height:100%;
  padding:1rem .75rem;
  pointer-events:none;
  border:1px solid transparent;
  transform-origin:0 0;
  transition:opacity 0.1s ease-in-out,transform 0.1s ease-in-out}
  .form-floating {
    color:white;
  }
  @media (prefers-reduced-motion: reduce){.form-floating>label{transition:none}}
  .form-floating>.form-control::placeholder{color:transparent}
  .form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem;
  }
  .form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;
  padding-bottom:.625rem}
  .form-floating>.form-select{padding-top:1.625rem;
  padding-bottom:.625rem}
  .form-floating>.form-control:focus ~ label,.form-floating>.form-control:not(:placeholder-shown) ~ label,.form-floating>.form-select ~ label{opacity:.65;
  transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}
  .form-floating>.form-control:-webkit-autofill ~ label{opacity:.65;
  transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}
/* contact */
/* manger */
.all-starups-area{display:flex;align-items:center}@media only screen and (min-width: 768px) and (max-width: 991px){.all-starups-area{display:block}}@media (max-width: 575px){.all-starups-area{display:block}}@media only screen and (min-width: 576px) and (max-width: 767px){.all-starups-area{display:block}}.all-starups-area .starups{display:flex;align-items:center;width:50%;padding:0 9%;background-image:url(../img/section_bg01.png);background-size:cover;background-repeat:no-repeat;justify-content:center;height:700px}@media only screen and (min-width: 1200px) and (max-width: 1600px){.all-starups-area .starups{padding-right:35px}}@media only screen and (min-width: 576px) and (max-width: 767px){.all-starups-area .starups{padding:0 30px}}@media (max-width: 575px){.all-starups-area .starups{padding:0 30px}}@media only screen and (min-width: 768px) and (max-width: 991px){.all-starups-area .starups{width:100%;height:500px}}@media (max-width: 575px){.all-starups-area .starups{width:100%;height:400px}}@media only screen and (min-width: 576px) and (max-width: 767px){.all-starups-area .starups{width:100%;height:400px}}.all-starups-area .starups-img{width:50%;background-image:url(../img/startup.png);background-size:100%;background-size:cover;background-repeat:no-repeat;background-position:left top;height:700px}@media (max-width: 575px){.all-starups-area .starups-img{width:100%;height:500px}}@media only screen and (min-width: 576px) and (max-width: 767px){.all-starups-area .starups-img{width:100%;height:500px}}@media only screen and (min-width: 768px) and (max-width: 991px){.all-starups-area .starups-img{width:100%;height:400px}}
.testimonial-caption .testimonial-top-cap img{margin-bottom:50px;width:auto;display:inline-block}@media only screen and (min-width: 768px) and (max-width: 991px){.testimonial-area .testimonial-caption .testimonial-top-cap img{margin-bottom:30px}}@media (max-width: 575px){.testimonial-area .testimonial-caption .testimonial-top-cap img{margin-bottom:30px}}.testimonial-area .testimonial-caption .testimonial-top-cap p{line-height:1.5;margin-bottom:50px;font-size:20px;color:#fff;font-weight:3000}@media only screen and (min-width: 992px) and (max-width: 1199px){.testimonial-area .testimonial-caption .testimonial-top-cap p{font-size:20px}}@media only screen and (min-width: 768px) and (max-width: 991px){.testimonial-area .testimonial-caption .testimonial-top-cap p{font-size:20px;padding-right:0px}}@media only screen and (min-width: 768px) and (max-width: 991px){.testimonial-area .testimonial-caption .testimonial-top-cap p{font-size:18px;padding-right:0px;margin-bottom:60px}}@media only screen and (min-width: 576px) and (max-width: 767px){.testimonial-area .testimonial-caption .testimonial-top-cap p{font-size:18px;padding-right:0px;margin-bottom:60px}}@media (max-width: 575px){.testimonial-area .testimonial-caption .testimonial-top-cap p{font-size:15px;padding-right:0px;margin-bottom:60px}}.testimonial-area .testimonial-caption .testimonial-founder .founder-text{margin-left:20px}.testimonial-area .testimonial-caption .testimonial-founder .founder-text span{color:#0f61ef;font-size:20px;font-weight:600;color:#fff}@media (max-width: 575px){.testimonial-area .testimonial-caption .testimonial-founder .founder-text span{font-size:17px}}.testimonial-area .testimonial-caption .testimonial-founder .founder-text p{color:#ddd;font-weight:500;line-height:1.5}

/* manger */
        /* footer */


        .footer {
          padding-bottom: 10px;
        }
        .footer-section {
          padding: 100px 0;
        }
        .gray-bg {
          background: #f4f9fc;
        }
        
        .footer .copyright a {
          font-weight: 600;
          color: #006cff;
        }
        
        .lh-35 {
          line-height: 35px;
        }
        
        .logo {
          font-weight: 600;
          letter-spacing: 1px;
        }
        
        .logo h3 {
          color: #223a66;
        }
        
        .logo span {
          color: #223a66;
        }
        
        .widget .divider {
          height: 3px;
          background: #006cff;
        }
        
        .widget h4 {
          color: #223a66;
        }
        
        .widget .footer-menu a {
          color: #6F8BA4;
        }
        
        .widget .footer-menu a:hover {
          color: #006cff;
        }
        
        .footer-contact-block span {
          font-weight: 400;
         
        }
        .footer-contact-block a{
          font-family: "Exo", sans-serif;
          font-weight: 700;
          color: #222;
          margin-top: 2px;
        }
        .footer-contact-block i {
          font-size: 20px;
          margin-right: 3px;
        }
        
        .footer-btm {
          border-top: 1px solid rgba(0, 0, 0, 0.06);
        }
        
      
        .follow-btn{
          position:relative;
          cursor:pointer;
          overflow:hidden;
        }
        
        .btn-text{
          position:absolute;
          width:100%;
          height:100%;
          top:0;
          left:0;
          background-color:#006cff;
          color:#fff;
          white-space:nowrap;
          font-family:Arial;
          font-weight:bold;
          font-size:18px;
          display:flex;
          justify-content:center;
          align-items:center;
          transition:transform 0.5s ease-in-out;
        }
        
        .links-container{
          background-color:#fff;
          display:flex;
          justify-content:center;
          align-items:center;
          padding:20px;
        }
        
        .links-container a{
          text-decoration:none;
          color:#010101;
          font-size:24px;
          transition:all 0.3s;
        }
        
        .links-container a:hover{
          color:#006cff;
          transform:scale(1.1);
        }
        
        .links-container a:not(:last-child){
          margin-right:20px;
        }
        
        .follow-btn:hover .btn-text{
          transform:translateY(-100%);
        }
        .widget-contact h6 {
          font-weight: 500;
          margin-bottom: 18px;
        }
        
        .widget-contact h6 i {
          color: #006cff;
        }
        
        .subscribe {
          position: relative;
        }
        
        .subscribe .form-control {
          border-radius: 50px;
          height: 60px;
          padding-left: 25px;
          border-color: #eee;
        }
        
        .subscribe .bt {
          position: absolute;
          right: 6px;
          top: 6px;
          display: inline-block;
          font-size: 14px;
          font-size: 0.8125rem;
          font-weight: 700;
          letter-spacing: .5px;
          padding: .75rem 2rem;
          font-family: "Exo", sans-serif;
          text-transform: uppercase;
          border: 2px solid transparent;
          transition: all .35s ease;
        }
        .btn-round-full {
          border-radius: 50px;
        }
        .btn-main-2 {
          background: #006cff;
          color: #fff;
          border-color: #2880fc;
        }
        
        .btn-main-2:hover {
          background: #223a66;
          color: #fff;
          border-color: #223a66;
        }
        
.backtop {
  position: fixed;
  background: #006cff;
  z-index: 9999;
  display: inline-block;
  right: 55px;
  width: 60px;
  height: 60px;
  bottom: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  border-radius: 50px;
}

.backtop i {
  color: #fff;
  font-size: 20px;
}

.reveal {
  transition: all .3s;
  cursor: pointer;
  opacity: 1;
}

        /* footer */