/*

/*==================================
 [Table of contents]
 ===================================
 1. Home 
 2. About Page
 3. Services Page
 4. Client Page
 5. Gallery Page
 6. Contact Page
 7. 404 Page
 8. Back To Top
 9. Preloader
 10. Footer
*/

/*------------------------------------------------------
/ 1. Home 
/------------------------------------------------------*/
/*----  Header ------*/
.header-01{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background: #fff;
    padding: 0;
}
.navbar.navbar-expand-lg{
    position: relative;
    margin: 0;
    padding: 0;
    
}
.navbar-brand{
    position: relative;
    padding: 22px 0;
    margin: 0;
    text-align: center;
}
.navbar-brand img{
    width: 70px;
    height: 70px;
}
.navbar-expand-lg .navbar-collapse{
    justify-content: center;
    background-color: rgb(188 188 188 / 7%);
    border-color: rgba(73, 73, 73, 0.76);
    margin-left: 100px;
}
.navbar-expand-lg .navbar-nav{
    position: relative;
    margin: 0;
    padding: 0;
    
}
.banner-thumb img {
    width: 120%;
    height: auto;
}
.navbar-expand-lg .navbar-nav li{
    position: relative;
    list-style: none;
    display: inline-block;
    margin: 0 46px 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: black;

}
.navbar-expand-lg .navbar-nav li > a{
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: black;
    text-transform: capitalize;
    font-weight: 600;
    padding: 23px 0 26px;
    position: relative;
}
.navbar-expand-lg .navbar-nav li:hover > a{
    color: #c2bed0;
}



.navbar-expand-lg .navbar-nav li .sub-menu {
    background: #fff;
    width: 230px;
    z-index: 9;
    text-align: left;
    display: block;
    left: -20px;
    margin: auto;
    position: absolute;
    padding: 20px 0;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
    color: black;
    top: 100%;
    z-index: 9;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(11, 2, 55, 0.1);
    -moz-box-shadow:    0px 10px 20px 0px rgba(11, 2, 55, 0.1);
    box-shadow:         0px 10px 20px 0px rgba(11, 2, 55, 0.1);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    
}
.navbar-expand-lg .navbar-nav li .sub-menu li{
    display: block;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-expand-lg .navbar-nav li .sub-menu a{
    padding: 2px 30px;
    margin: 0;
    color: #2c234d;
    line-height: 26px;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    display: block;
}
.navbar-expand-lg .navbar-nav li .sub-menu li:hover > a{
    color: #08324b;
}
.navbar-expand-lg .navbar-nav li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}
.navbar-expand-lg .navbar-nav li .sub-menu li a:before{
    display: none;
}
.navbar-expand-lg .navbar-nav li .sub-menu li .sub-menu{
    position: absolute;
    left: 90%;
    right: auto;
    top: 0;
    visibility: hidden;
    opacity: 0;
}
.navbar-expand-lg .navbar-nav li .sub-menu li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    left: 100%;
}
.user-btn{
    position: relative;
    width: 44px;
    height: 44px;
    right: 5%;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: white;
    display: inline-block;
    background: #D7261E;
    border: 1px solid white;
}
.user-btn:hover{
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    -moz-box-shadow:    0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    box-shadow:         0px 20px 30px 0px rgba(26, 8, 119, 0.24);
}
.join-btn{
    left: 1%;
    position: relative;
    height: 44px;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 30px;
    color: white;
    display: inline-block;
    background: rgba(0, 128, 128, 0.603);
    border: 2px thin rgba(0, 128, 128, 0.603);
}
.join-btn:hover{
    background: #fff;
    border-color: #fff;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    -moz-box-shadow:    0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    box-shadow:         0px 20px 30px 0px rgba(26, 8, 119, 0.24);
}
/*---- Hero Banner Section ------*/
.hero-banner-1{
    background-position: bottom right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 265px 0 190px;
}
.hero-banner-1:after{
    position: absolute;
    left: 0;
    bottom: -215px;
    width: 100%;
    height: 100%;
    content: '';
}
.hero-content{
    position: relative;
    margin-right: -2px;
    padding: 75px 0 0;
}
.hero-content h2{
    color:white;
    font-size: 60px;
    line-height: 72px;
    font-weight: 800;
    margin: 0 20px 20px 0;
}
.hero-content p{
    line-height: 30px;
    font-size: 20px;
    font-weight: 400;
    color:white;
    margin-bottom: 36px;
    text-align: justify;
}
.hero-content .SkillUplms-btn{
    height: 54px;
    padding: 21px 28px;
}
.banner-thumb{
    
    position: relative;
    z-index: 2;
}
.hero-content h2{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.30s;
}
.hero-content p{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.35s;
}
.hero-content .SkillUplms-btn{
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.40s;
}
.banner-thumb{
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: .45s;
}





/*---- Feature Founder Section ------*/
.feature-section {
    padding: 60px 20px;
    background-color: #fff;
  }
  
  .feature-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  
  .feature-text {
    flex: 1;
    min-width: 300px;
  }
  
  .feature-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  
  .feature-title span {
    display: block;
    color: #333;
    font-weight: 300;
  }
  
  .feature-description {
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 16px;
    color: #222;
  }
  
  .highlight {
    color: #D7261E;
    font-weight: 500;
  }
  
  .feature-image {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
  }
  
  .feature-image img {
    width: 100%;
    height: auto;
    border-top-right-radius: 35px;
    border-bottom-left-radius: 15px;
    object-fit: cover;
  }




/*---- App Info Section ------*/
.event-section{
    position: relative;
    padding: 110px 0 115px;
}
.event-section .read-more{
    margin-top: 5%;
    grid-template-rows: repeat(3, 1fr);
}
.event-item-1{
    position: relative;
    margin: 0 0 10px;
    background: #274D60;
    border-radius: 10px;
    flex: 1 ;
    text-align: justify;
    padding: 35px 30px 40px 50px;
    min-width: 200px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    
}
.event-item-1:after{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #13547a #fff #fff #fff;
    content: '';
    visibility: hidden;
    opacity: 0;
    border-radius: 10px 0 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.event-item-1:hover{
    background: #6ba2be89;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow:    0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    box-shadow:         0px 30px 50px 0px rgba(11, 02, 55, 0.10);
}
.event-item-1:hover:after{
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
}

.event-item-1 p{
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.6px;
    font-weight:500;
    color: #fff;
    font-family:'lato', sans-serif;
 
}

.event-item-1 h4{
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 24px;
    color: #fff;
}
.event-item-1 h4 a{
    color: inherit;
}
.event-item-1 h4 a:hover{
    color: #5838fc;
}
.event-item-1 .SkillUplms-btn{
    height: 30px;
    padding: 9px 19px;
}
.event-item-1 .SkillUplms-btn:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(37, 14, 154, 0.24);
    -moz-box-shadow:    0px 10px 20px 0px rgba(37, 14, 154, 0.24);
    box-shadow:         0px 10px 20px 0px rgba(37, 14, 154, 0.24);
}
.image-wrapper {
    position: relative;
  }
  
  .event-image {
    max-width: 100%;
    height: auto;
    margin-left: -40px; 
    border-radius: 10px;
  }

  .card-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
  }


/*--------------------------------------------------------
/ 2. About Page
/---------------------------------------------------------*/

/*---- Page Banner Section ------*/
.page-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 240px 0 0;
    min-height: 450px;
}
.page-banner:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .9;
}
.banner-title {
    font-size: 50px;
    line-height: .8;
    color: #ffffff;
    position: relative;
    z-index: 3;
    margin: 0 0 13px;
}
.bread-crumbs {
    display: inline-block;
    position: relative;
    z-index: 3;
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, .7);
    font-weight: 400;
}
.bread-crumbs a{
    color: inherit;
}
.bread-crumbs a:hover{
    color: rgba(255, 255, 255, 1);;
}
.bread-crumbs span{
    display: inline-block;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, .7);
    border-radius: 50%;
    margin: 0 9px;
}
.pd-top-90{
    padding-top: 90px;
}
/*---- About Section ------*/

.about-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
  
  .about-image {
    background-image: url('/assets/images/home/homePicture.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
    border-radius: 8px;
  }
  
  .about-description {
    text-align: center;
    font-size: 18px;
    margin: 5%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    margin-top: 2%;
    color:rgb(39, 77, 96);
  }
  .about-description-wrapper {
    position: relative;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.158); 
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom-left-radius: 75px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 25px;
    margin-top: 6%;
    padding: 30px;
    z-index: 1;
    overflow: hidden;
    color: #fff;
  }
  .about-description-wrapper::before,
.about-description-wrapper::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  background: radial-gradient(circle, rgba(0, 191, 255, 0.5), transparent 60%);
  opacity: 0.2;
  filter: blur(8px);
}

.about-description-wrapper::before {
  width: 100px;
  height: 120px;
  top: -30px;
  left: -40px;
}

.about-description-wrapper::after {
  width: 90px;
  height: 90px;
  bottom: -18px;
  right: -30px;
}

@keyframes floatGlow {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
}

/*---- Cta video Section ------*/

.cta-section {
    background-color: #fff;
    padding: 80px 0;
  }
  
  .cta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 2rem;
    
  }
  
  .cta-card {
    padding: 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1),
                0 0 10px rgba(0, 255, 255, 0.1);
  }
  
  .card-shape-top,
  .card-shape-bottom {
    position: absolute;
    width: 200px;
    height: 120px;
    background-color: #6BA3BE;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    z-index: 0;
  }
  
  .card-shape-top {
    top: -20px;
    left: -160px;
    transform: rotate(-10deg);
  }
  
  .card-shape-bottom {
    bottom: -20px;
    right: -140px;
    transform: rotate(10deg);
  }
  
  .on-shape {
    color: #000;
    font-size: 1.1rem;
    font-weight:600;
    position: relative;
    z-index: 5;
    margin-bottom: 1rem;
  }
  
  .off-shape {
    color: #000000; 
    position: relative;
    font-size: 1.1rem;
    z-index: 1;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  
  
.cta-section .SkillUplms-btn{
    color: #13547a;
    background: #fff;
    padding: 12px 30px;
}


/* ---------------------------------------------------------
3. Services Page
-----------------------------------------------------------
 */

 .why-us-section {
    color: #171515;
  }
  
  .service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .service-tags .tag {
    background:rgba(0, 128, 128, 0.299);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.9rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .image-glow-box {
    padding: 10px;
    border-radius: 20px;
  }
  
  .covid-list {
    list-style: none;
    padding-left: 0;
  }
  
  .covid-list li::before {
    content: "-";
    margin-right: 8px;
  }

.why-us-section p {
    font-size: 1.05rem;
    line-height: 1.7;
  }
  
  .why-us-section .fw-bold {
    font-size: 1.75rem;
  }
  
  .why-us-section .tag {
    background-color: #f1f1f1;
    padding: 8px 20px;
    border-radius: 30px;
    margin: 5px;
    display: inline-block;
    font-weight: 500;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  }

  /* ------------Service Card Section---------------------------- */

  .btn-content {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 5px; 
  }
  
  .btn-arrow {
    font-size: 32px; 
  }

  

.popular-course-section{
    position: relative;
    padding: 0px 0 120px;
}

.course-wrapper {
    margin-top: 12%;
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    grid-template-rows: repeat(2, auto); 
    gap: 30px; 
    width: 100%; 
    max-width: 1200px; 
}

.course-item-1 {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    border-color: #13547a #fff #fff #fff;
    padding: 55px 30px 43px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.course-item-1:after{
    position: absolute;
    left: 5px;
    top: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-color: #D7261E #fff #fff #fff;
    content: '';
    visibility: hidden;
    opacity: 0;
    border-radius: 20px 0 0 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.course-item-1:last-child{
    margin-right: 0;
}
.course-item-1:hover{
    background: #fff;
    -webkit-box-shadow: 0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow:    0px 30px 50px 0px rgba(11, 02, 55, 0.10);
    box-shadow:         0px 30px 50px 0px rgba(11, 02, 55, 0.10);
}
.course-item-1:hover:after{
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
}
.course-item-1 svg{
    height: 70px;
    margin-bottom: 30px;
}
.course-item-1 h4{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #D7261E;
    margin: 0;
}
.course-item-1 h4 a{
    color: inherit;
}
.course-item-1 h4 a:hover{
    color: #13547a;
}
.course-item-1 p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    text-align: center;
  }




/* -------------------------------------------------------------
4. Client Page

------------------------------------------------------------- */

.instructor-section{
    position: relative;
    padding: 120px 0 210px;
}
.client-logos-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 30px 20px;
}

.logo-wrapper {
  width: 140px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background-color: transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.client-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}



/* -------------------------------------------------------------
5. Gallery Page

------------------------------------------------------------- */
.gallery-container {
  padding: 40px;
  min-height: 100vh;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 25px;
}

.gallery-card {
  overflow: hidden;
  border-radius: 10px;
  border-radius: 12px;
}

.gallery-card:hover {
  transform: scale(1.05);
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}



/*--------------------------------------------------------
/ 6. Contact Page
/---------------------------------------------------------*/
.contact-section{
    position: relative;
    background: #f7f6fa;
    padding: 120px 0;
}
.contact--info-area{
    position: relative;
    margin-right: 40px;
}
.contact--info-area h3{
    font-size: 30px;
    color: #2c234d;
    font-weight: 800;
    line-height: .8;
    margin-bottom: 16px;
}
.contact--info-area > p{
    color: #686875;
    line-height: 24px;
    border-bottom: 1px solid #e5e4ed;
    margin-bottom: 33px;
    padding-bottom: 25px;
}
.single-info{
    position: relative;
    margin-bottom: 37px;
}
.single-info h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2c234d;
}
.single-info p{
    position: relative;
    font-size: 14px;
    line-height: 22px;
    color: #686875;
    margin: 0;
    padding-left: 32px;
}
.single-info p i{
    font-size: 16px;
    line-height: 22px;
    color: #13547a;
    position: absolute;
    left: 0;
    top: 0;
}
.ab-social h5{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #2c234d;
}
.Mpilo-map {
    position: relative;
    line-height: .8;
    overflow: hidden;
}
.Mpilo-map iframe {
    width: 100%;
    height: 480px;
    border: none;
}
.contact-form{
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 43px 50px 65px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(11, 02, 55, 0.06);
    -moz-box-shadow: 0px 1px 3px 0px rgba(11, 02, 55, 0.06);
    box-shadow: 0px 1px 3px 0px rgba(11, 02, 55, 0.06);
}
.contact-form h4{
    font-size: 24px;
    color: #2c234d;
    line-height: 30px;
    margin-bottom: 8px;
}
.contact-form p{
    font-size: 16px;
    color: #686875;
    line-height: 26px;
    position: relative;
    z-index: 3;
    margin: 0 0 41px;
}
.contact-form input[type="text"],
.contact-form input[type="number"],
.contact-form textarea,
.contact-form input[type="email"] {
    width: 100%;
    height: 56px;
    font-size: 14px;
    line-height: 56px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #f5f5f7;
    color: #7e7c87;
    outline: none;
    border: 1px solid transparent;
    padding: 0 30px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-form textarea{
    height: 220px;
    resize: none;
    line-height: 30px;
    padding-top: 14px;
}
.contact-form textarea::-moz-placeholder,
.contact-form input[type="text"]::-moz-placeholder,
.contact-form input[type="number"]::-moz-placeholder,
.contact-form input[type="email"]::-moz-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea::-ms-input-placeholder,
.contact-form input[type="text"]::-ms-input-placeholder,
.contact-form input[type="number"]::-ms-input-placeholder,
.contact-form input[type="email"]::-ms-input-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type="text"]::-webkit-input-placeholder,
.contact-form input[type="number"]::-webkit-input-placeholder,
.contact-form input[type="email"]::-webkit-input-placeholder{
   color: #7e7c87;
   opacity: 1; 
}
.contact-form textarea:focus,
.contact-form input[type="text"]:focus,
.contact-form input[type="number"]:focus,
.contact-form input[type="email"]:focus{
    background: transparent;
    border-color: #ece9f9;
    -webkit-box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
    box-shadow: 0px 14px 16px 0px rgba(11, 02, 55, 0.10);
}
.contact-form input[type="submit"]{
    height: 50px;
    border-radius: 3px;
    background: #13547a;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    padding: 0 36px;
    font-size: 13px;
    line-height: 50px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.contact-form input[type="submit"]:hover{
    -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    -moz-box-shadow:    0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    box-shadow:         0px 20px 30px 0px rgba(26, 8, 119, 0.24);
}
.condition-check{
    position: relative;
    margin: 10px 0 0;
}
.condition-check input[type="checkbox"] {
    display: none;
}
.condition-check label {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 400;
    padding-left: 31px;
    position: relative;
    cursor: pointer;
    color: #686875;
    margin: 0 0 0;
}
.condition-check label a{
    color: #13547a;
}
.condition-check label a:hover{
    color: #686875;
}
.condition-check label:before {
    background: transparent;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    border-radius: 3px;
    top: 3px;
    width: 16px;
    border: 2px solid #ababb1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.condition-check input:checked + label::after {
    background: transparent;
    bottom: 0;
    font-family: 'ElegantIcons';
    content: "\4e";
    color: #13547a;
    font-size: 10px;
    left: 2px;
    position: absolute;
    top: -1px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*--------------------------------------------------------
/ 7. 404 Page
/---------------------------------------------------------*/
.section-404{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100vh;
    padding: 0 0 0;
}
.middle-404{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    z-index: 1;
}
.content-404{
    position: relative;
    text-align: center;
    padding: 0 0;
}
.content-404 img{
    max-width: 100%;
    height: auto;
}
.content-404 h2{
    font-size: 50px;
    color: #ffffff;
    line-height: .8;
    font-weight: 800;
    margin: 77px 0 31px;
}
.content-404 p{
    font-size: 30px;
    line-height: 24px;
    color: #c1b9fe;
    margin-bottom: 60px;
}
.content-404 ul{
    margin: 0;
    padding: 0;
}
.content-404 ul li{
    list-style: none;
    display: inline-block;
    margin: 0 2px;
}
.content-404 ul li a{
    height: 50px;
    background: #fff;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    line-height: 50px;
    color: #2c234d;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 3px;
    padding: 0 35px;
}
.content-404 ul li a:hover{
    -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.14);
    -moz-box-shadow:    0px 20px 30px 0px rgba(26, 8, 119, 0.14);
    box-shadow:         0px 20px 30px 0px rgba(26, 8, 119, 0.14);
}
.content-404 ul li:last-child a{
    background: transparent;
    color: #fff;
}
.content-404 ul li:last-child a:hover{
    background: #fff;
    color: #2c234d;
}



/*--------------------------------------------------------
/ 8. Back To Top
/---------------------------------------------------------*/
#back-to-top {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #13547a;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-shadow: 0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    -moz-box-shadow:    0px 20px 30px 0px rgba(26, 8, 119, 0.24);
    box-shadow:         0px 20px 30px 0px rgba(26, 8, 119, 0.24);
}
#back-to-top:hover i {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode:both;
    animation-iteration-count: infinite;
}

/*--------------------------------------------------------
/ 9. Preloader
/---------------------------------------------------------*/
.preloader {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.loaderInner{
    width: 70px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #ffffff;

}
.mask {
    position: absolute;
    border-radius: 2px;
    overflow: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.plane {
    background-color: teal;
    width: 400%;
    height: 100%;
    position: absolute;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    /*transition: all 0.8s ease; */
    z-index: 100;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.animation {
    transition: all 0.3s ease;
}
#top .plane {
    z-index: 2000;
    -webkit-animation: trans1 1.3s ease-in infinite  0s backwards;
    animation: trans1 1.3s ease-in infinite  0s backwards;
    background-color: teal;

}
#middle .plane {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    background-color: teal;
    -webkit-animation: trans2 1.3s linear infinite  0.3s  backwards;
    animation: trans2 1.3s linear infinite  0.3s  backwards;
}
#bottom .plane {
    z-index: 2000;
    -webkit-animation: trans3 1.3s ease-out infinite  0.7s backwards;
    animation: trans3 1.3s ease-out infinite  0.7s backwards;

}
#top {
    width: 53px;
    height: 20px;
    left: 20px;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
    z-index: 100;

}
#middle {
    width: 33px;
    height: 20px;
    left: 20px;
    top: 15px;
    -webkit-transform: skew(-15deg, 40deg);
    transform: skew(-15deg, 40deg);
}
#bottom {
    width: 53px;
    height: 20px;
    top: 30px;
    -webkit-transform: skew(-15deg, 0);
    transform: skew(-15deg, 0);
}
.preloader p {
    color: teal;
    position: absolute;
    left: -3px;
    top: 45px;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin: 0;
}
@-webkit-keyframes trans1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
@keyframes trans1 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
@-webkit-keyframes trans2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}
@keyframes trans2 {
    from {
        -webkit-transform: translate3d(-160px, 0, 0);
        transform: translate3d(-160px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
}
@-webkit-keyframes trans3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}
@keyframes trans3 {
    from {
        -webkit-transform: translate3d(53px, 0, 0);
        transform: translate3d(53px, 0, 0);
    }
    to {
        -webkit-transform: translate3d(-220px, 0, 0);
        transform: translate3d(-220px, 0, 0);
    }
}
.submenu-toggler{
    display: none;
}
.fix-header{
    left: 0;
    position: fixed;
    right: 0;
    top: -1px;
    width: 100%;
    z-index: 999;
    transition: all 0.1s ease-out;
    box-shadow: 0px 6px 10px 0px rgba(11, 02, 55, 0.06);
}
.sticky-logo{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: all 0.1s ease-out;
}
.header-01.fix-header .navbar-brand img{
    visibility: hidden;
    opacity: 1;
}
.header-01.fix-header .navbar-brand .sticky-logo{
    visibility: visible;
    opacity: 1;
}
.header-03.fix-header,
.header-02.fix-header{
    background: #fff;
}
.header-01.fix-header .navbar-brand{
    padding: 17px 0;
    transition: all 0.1s ease-out;
}


/*---- 10. Footer ------*/
  
.cta-wrapper{
    position: relative;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    height: 150px;
    margin-top: -300px;
    padding: 30px 70px;
    display: flex;
    justify-content: space-between;
    -webkit-box-shadow: 0px 40px 80px 0px rgba(11, 02, 55, 0.10);
    -moz-box-shadow:    0px 40px 80px 0px rgba(11, 02, 55, 0.10);
    box-shadow:         0px 40px 80px 0px rgba(11, 02, 55, 0.10);
}

.cta-wrapper h3{
    font-size: 28px;
    line-height: 30px;
    text-align: left;
    margin: 15px 0 0 -10px;
    width: 48%;
}
.cta-section {
    color: #fff;
    position: relative;
  }
  
  .cta-content-box {
    padding: 40px;
    border-radius: 16px;
  }
  
  .cta-section .sec-title {
    font-size: 36px;
    color: black;
    font-weight: 700;
  }
  
  .cta-section .sec-title span {
    color: #6BA3BE;
  }
  
  .cta-text {
    font-size: 18px;
    font-weight: 600;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.7;
    color: black;
  }
.cta-wrapper .SkillUplms-btn{
    margin-top: 75px;
}
.footer-1{
    position: relative;
    z-index: 3;
    padding: 206px 0 0;
    background: #ffffff;
}
footer .widget{
    margin: 0;
    padding: 0;
}
footer .widget .widget-title{
    font-size: 16px;
    line-height: 30px;
    color: #2c234d;
    margin-bottom: 20px;
}
.about-widget{
    position: relative;
    padding-right: 30px;
}
.about-widget img{
    max-width: 100%;
    height: auto;
    margin: 0 0 23px;
}
.about-widget p{
    font-size: 15px;
    margin-bottom: 33px;
    text-align: justify;
}
.ab-social{
    position: relative;
}
.ab-social a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #446bb9;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    margin-right: 2px;
}
.ab-social a.fac{
    background: #446bb9;
}
.ab-social a.twi{
    background: #00aced;
}
.ab-social a.you{
    background: #f73434;
}
.ab-social a.insta{
    background: #e1306c;
}
.ab-social a.lin{
    background: #007bb6;
}
.ab-social a:hover{
    -webkit-box-shadow: 0px 10px 20px 0px rgba(9, 111, 150, 0.30);
    -moz-box-shadow:    0px 10px 20px 0px rgba(9, 111, 150, 0.30);
    box-shadow:         0px 10px 20px 0px rgba(9, 111, 150, 0.30);
}
.store-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
  }
  
  .store-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #000;
    color: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.3s ease;
  }
  
  .store-btn:hover {
    background-color: #222;
  }
  
  .store-btn img {
    width: 28px;
    height: 28px;
  }  
  .store-btn:hover {
    background-color: #222;
  }
  
  .store-btn img {
    width: 28px;
    height: 28px;
  }
footer .widget ul{
    margin: 0;
    padding: 0;
}
footer .widget ul li{
    list-style: none;
    display: block;
    font-size: 13px;
    line-height: 32px;
    color: #76747f;
    font-weight: 600;
}
footer .widget ul li a{
    color: inherit;
}
footer .widget ul li a:hover{
    color: #13547a;
}
.copyright{
    position: relative;
    border-top: 1px solid rgba(14, 14, 55, .08);
    margin-top: 90px;
    padding: 22px 0 46px;
}
.copyright p{
    font-size: 13px;
    line-height: 26px;
    color: #767480;
    margin: 0;
}
.copyright p a{
    color: #13547a;
}
.copyright p a:hover{
    color: #767480;
}

