


/*** Button ***/
.btn {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
    box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
    box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 30px;
    height: 30px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}


.btn-small {
    margin: 0px auto;
    width: 100px;
    background: #333;
    display: block;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    color: #fff;
}

h2.title {
  font-size: 30px;
  font-weight: 600;
  color: #000;
}

h2.title-02 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}

.title-p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 20px;
}

.title-panel {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin-left: 10px;
}

.sec { 
    padding: 50px 0px;
    width: 100%;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(93,9,121,1) 50%, rgba(226,0,255,1) 100%);
}

.sec-01 { 
    padding: 70px 0px;
    width: 100%;
    background: #000;
    
}

.sec-02 { 
    padding: 50px 0px 0px 0px;
    width: 100%;
    background:#c80069;
}

.sec-03 { 
    padding: 50px 0px;
    width: 100%;
    background: rgb(0,7,139);
background: linear-gradient(90deg, rgba(0,7,139,1) 0%, rgba(24,24,24,1) 50%, rgba(0,0,0,1) 100%);
}

.mb-0 {
  font-size: 30px;
  text-align: left;
  font-weight: 500;
  color: #fff;
  margin-left: 15px;
  margin-bottom: 0 !important;
}


.mb-1 {
  font-size: 22px;
  text-align: left;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem !important;
}

.mb-2 {
  font-size: 22px;
  text-align: left;
  font-weight: 600;
  color: #fff;
  margin-left: 15px;
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  font-size: 22px;
  text-align: center;
  font-weight: 600;
  color: #333;
  margin-bottom: 1rem !important;
}



.hdng  { 
    font-size: 36px;
    font-weight: 700!important;
    color: #fff;

}


.sub-hdng { 
    font-size: 30px;
    font-weight: 600!important;
    color: #fff;
    line-height: 42px;
}

.sub-hdng-02 { 
    font-size: 30px;
    font-weight: 600!important;
    color: #fff;
  
}

.hdng-02 { 
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}


.hdng-03 { 
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.para-01 { 
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.para-03 {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #fff;
  margin-bottom: 40px;
}


.icon-phone {
    color: #fff;
    font-size: 30px;
}

/* :: 15.0 About CSS */
.about-content {
  position: relative;
  z-index: 1; }

.about-us-content {
  position: relative;
  z-index: 1; }

  .about-us-content h3 {
    line-height: 1.5;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 400; }

  .about-us-content h5 {
    line-height: 1.8;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400; }

    .innerhdng {
    line-height: 1.8;
    color: #00d8ff;
    margin-bottom: 30px;
    font-weight: 400; }

   .innersubhdng {
    line-height: 1.2;
    color: #fff;
    font-weight: 500; 
    font-size: 36px;

}

.innersubhdng-02 {
    line-height: 1.2;
    color: #fff;
    font-weight: 500; 
    font-size: 30px;

}



  .about-us-content p {
    margin-bottom: 30px; }

    .about-us-content p span {
      color: #fff; }

.about-thumbnail {
  position: relative;
  z-index: 1; }
  .about-thumbnail img {
    border-radius: 6px;
    width: 100%; }

.about-us-thumbnail {
  position: relative;
  z-index: 1; }
  .about-us-thumbnail .single-thumb {
    position: relative;
    z-index: 1;
    margin: 5px;
    display: block;
    overflow: hidden;
    border-radius: 6px; }
    .about-us-thumbnail .single-thumb img {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      border-radius: 6px; }
    .about-us-thumbnail .single-thumb:first-child {
      margin-bottom: 10px; }
    .about-us-thumbnail .single-thumb:hover img, .about-us-thumbnail .single-thumb:focus img {
      -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
      transform: scale(1.15); }




/* 15. Parallax */
section.parallax {
    padding: 100px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

section.parallax-1 {
    background-image: url("../images/event-bg.jpg");
}

section.parallax h2 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/**************** service_part css start ****************/

.member_counter .single_counter_icon img {
  width: 60px;
}


.member_counter .single_member_counter {
  margin-top: 35px;
}

@media (max-width: 991px) {
  .member_counter .single_member_counter {
    margin: 10px 0 20px;
    display: inline-block;
  }
}

.member_counter .single_member_counter span {
  font-size: 60px;
  font-weight: 700;
  color: #ff5e13;
  font-style: "Roboto", sans-serif;
  display: inline-block;
  float: left;
  padding-right: 30px;
  padding-bottom: 10px;
  line-height: 57px;
}

@media (max-width: 991px) {
  .member_counter .single_member_counter span {
    line-height: 67px;
    font-size: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .member_counter .single_member_counter span {
    line-height: 67px;
    font-size: 40px;
  }
}


.member_counter .single_member_counter h4 {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  position: relative;
  display: grid;
  float: left;
  color: #fff;

}



@media (max-width: 991px) {

  .member_counter .single_member_counter h4 {
    font-size: 25px;
  }
}


.member_counter .single_member_counter h4 span {
  font-size: 30px;
  color: #fff;
  display: block;
  line-height: 20px;
  text-transform: capitalize;
  margin-bottom: 4px;
}
  

/*** Facts ***/
.facts-overlay {
    position: absolute;
    padding: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
}

.position-relative {
    position: relative !important;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 800;
    line-height: 1.2;
}

.facts-overlay h1 {
    font-size: 80px;
    color: transparent;
    -webkit-text-stroke: 2px var(--primary);
}

.facts-overlay a:hover {
    color: var(--primary) !important;
}


.g-0, .gy-0 {
    --bs-gutter-y: 0;
}
.g-0, .gx-0 {
    --bs-gutter-x: 0;
}
.mt-3 {padding-top: 60px;}

/*** Service ***/
.service-text {
    background: #fff;
    
}

.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: var(--primary);
    opacity: 0;
    transition: .5s;
}

.service-item:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.service-item:hover .service-text::before {
    height: 100%;
    opacity: 1;
}

.service-text * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-text p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  letter-spacing: 0;
  color: #000;
  text-align: left;
  line-height: 25px;
}

.service-item:hover .service-text * {
    color: #FFFFFF !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}
.border-5 {
    border-width: 5px !important;
}
.border-primary {
    border-color: #fda12b !important;
}

.border-start {
    border-left: 3px solid #fff !important;
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem;
}
.g-5, .gx-5 {
    --bs-gutter-x: 3rem;
}


/*** Team ***/
.team-item {
    transition: .5s;
}

.team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-social a.btn {
    position: relative;
    margin: 0 3px;
    margin-top: 100px;
    opacity: 0;
}

.team-item:hover {
    box-shadow: 0 0 30px #DDDDDD;
}

.team-item:hover .team-social {
    background: rgba(9, 30, 62, .7);
}

.team-item:hover .team-social a.btn:first-child {
    opacity: 1;
    margin-top: 0;
    transition: .3s 0s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
    opacity: 1;
    margin-top: 0;
    transition: .3s .15s;
}

.team-item .team-img img,
.blog-item .blog-img img  {
    transition: .5s;
}

.team-item:hover .team-img img,
.blog-item:hover .blog-img img {
    transform: scale(1.15);
}


/*** Miscellaneous ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
    }
}


.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.link-animated a {
    transition: .5s;
}

.link-animated a:hover {
    padding-left: 10px;
}

@media (min-width: 767.98px) {
    .footer-about {
        margin-bottom: -75px;
    }
}