/**
* Template Name: FlexStart
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Updated: Mar 17 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Arial';
  color: #444444;
  background-color: #000000;
  
}
p, .list-group-item{
  color: white ;
}
a {
  color: #4790D4;
  text-decoration: none;
}

a:hover {
  color: #4790D4;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Arial';
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 55px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.section-header h2 {
  position: relative;
  width: max-content;
  border: 4px solid #4790D4;
  border-radius: 0 20px 0 20px; 
  /* border-left: none; 
  border-right: none;  */
  overflow: hidden; 
  padding: 10px 35px;
  color: #4790D4;
  font-weight: 900;
  font-size: 55px;
}


.heading-wrapper{
  position: relative;
  width: max-content;
}
.heading-top-gap{
  position: absolute;
  height: 20px;
  width: 6px;
  top: 4px;
  left: -1px;
  background-color: #000000;
  z-index: 9;
}
.heading-bottom-gap{
  position: absolute;
    height: 20px;
    width: 6px;
    bottom: 12px;
    right: -1px;
    background-color: #000000;
    z-index: 9;
}
.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 26px;
  line-height: 42px;
  font-weight: 400;
  color: #4790D4;
  width: 60%;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 17px;
    line-height: 32px;
    width: 95%;
  }
  .section-header h2{
    font-size: 24px;
  }
  .team .container .row{
    height: 580px !important;
  }
  .team .member{
    height: 280px !important;
  }
  #services-text{
    text-align: center !important;
  }
  #services-header{
    align-items: center !important;
  }
}

/*--------------------------------------------------------------
# serveice section styles
--------------------------------------------------------------*/


.view-all a{
  border: 2px solid #4790D4;
  padding: 18px 57px;
  border-radius: 60px;
  margin-top: 75px;
  width: 210px;
}
.view-all a span{
  font-family: Arial;
  font-size: 23px;
  line-height: 26.45px;
  color: #4790D4;
}
.section-list{
  border: none;
  padding: 8px 0px;
  font-size: 20px;

}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4790D4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 9px 0;
  background:#1562AA; 
}

.header.header-scrolled {
  background: #1562AA;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
@media (min-width: 1200px) {
 /* .container-xl {
      max-width: 1250px !important;
  } */
  /* .hero-content{
    margin-left: -30px !important;
   } */
}
@media (max-width: 1200px) {
 
   /* .hero-content{
     margin-left: 25px !important;
    } */
 }

.navbar {
  padding: 0;
}

@media (max-width: 600px) {
  #navbar {
       width: 110% !important;
   }
   .bi.bi-list.mobile-nav-toggle{
    margin-right: 34%;
   }
   .hero-content{
    margin-top: 30px !important;
    text-align: center;
    
   }
   .footer .footer-top .footer-info p{
    text-align: center;
    padding-right: 0px !important;
   }
   .footer .footer-top .footer-info div{
    width: 50%;
    margin-left: 25%;

   }
   .footer .footer-top .footer-info .logo{
    justify-content: center;
   }
   
 }
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px 10px 53px;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ffffff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #4154f1;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #5969f3;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: #013289;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #4154f1;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #ffffff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1200px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 50px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #012970;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #4154f1;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/* Define the keyframes for flicker animation */
@keyframes flicker {
  0%,
  100% {
    opacity: 1;
  }
  10%{
    opacity: 0.9;
  }
  20%{
    opacity: 0.8;
  }
  30%{
    opacity: 0.7;
  }
  40%{
    opacity: 0.6;
  }
  50% {
    opacity: 0.5;
  }
  60%{
    opacity: 0.6;
  }
  70% {
    opacity: 0.7;
  }
  80% {
    opacity: 0.8;
  }
  90% {
    opacity: 0.9;
  }
}

/* Apply the flicker animation to the hero background */
.hero {
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.png) center no-repeat;
  background-size: cover;
  margin-top: 10px;
  /* opacity: 0.7; */

}

.hero h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 900;
  color: #ffffff;
}

.hero h2 {
  color: #ffffff;
  margin: 15px 0 0 0;
  font-size: 20px;
  font-weight: lighter;
  font-family: 'Inter';
  /* padding: 0px 10px; */
  padding-right: 30px;
}
/* .hero .container{
  max-width: 1140px !important;
} */
.hero .container .row{
  margin-top: 20px;
}

.hero .container .row .info h1{
  color: #72C1FF;
  font-size: 35px;
}
.hero .container .row .info p{
  color: #ffffff;
  margin: 0px;
  font-size: 20px;
}
.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 22px 28px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: none;
  border: 3px solid #72C1FF;
  border-radius: 30px;
  position: relative;
  /* box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4); */
}
.hero .btn-get-started img{
  position: absolute;
  height: 24px;
  left: -7px;
  bottom: -8px;
}

.hero .btn-get-started span {
  font-family: "Inter";
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
  animation: flicker 3s infinite; /* Adjust the duration as needed */
}
.header-info-arrow{
  padding: 40px 0px 23px 0px !important;
  color: #72C1FF !important;
    font-size: 35px !important;
}
#check_portfolio_btn{
  background-color: #4790D4;
  box-shadow: 0px 3px 3px 0px #00000040;
  padding: 18px 57px;
  border-radius: 60px;
  margin-top: 10px;
}
#check_portfolio_btn span{
  font-family: Arial;
  font-size: 23px;
  font-weight: 700;
  line-height: 26.45px;
  text-shadow: 2px 2px 4px #00000040;
  color: white;
}

@media (min-width: 1024px) {
  /* .hero {
    background-attachment: fixed;
  } */
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 40px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    /* margin-top: 60px; */
  }

  .hero .hero-img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .header.header-scrolled {
    padding: 9px 0;
  }

  .hero {
    text-align: center;
    background: none;
    background-size: auto;
    margin-top: 20px;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 16px;
    padding-right: 0px;
  }

  .hero .hero-img img {
    width: 100%;
  }
  .header-info-arrow {
    color: #72C1FF;
    font-size: 28px;
    padding: 25px 0px 0px !important;
  }
  .hero .container .row .info{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    width: 70%;
    margin-left: 15%;
  }
  .make-call-div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    width: 80%;
        margin-left: 10%;
  }
  
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #f6f9ff;
  padding: 40px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.about .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}
.features .feture-tabs .tab-pane ul li{
  background: #000000;
  font-family: "Inter";
}

.features .feture-tabs h3 {
  color: white;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
  font-family: "Inter";
}
.features .feture-tabs h5 {
  color: #4790D4;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "Inter";
  font-weight: 600;
}
.tab-content>.tab-pane p{
  font-family: "Inter";
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 27px;
  }
  .features .feture-tabs h5 {
    font-size: 17px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4790D4;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 4px 4px 4px 0px #00000040;
  height: 100%;
  padding: 25px;
  transition: 0.3s;
  border-radius: 10px;
  height: 320px;
  overflow: hidden;
  position: relative;
  background: #2D2D2D;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 12px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
  background-color: #4790D4;
}
.services .service-box .icon img {
  width: 50px;
  height: 50px;
  margin-bottom: -5px;
}

.services .service-box h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 23px;
}
.services .service-box p {
  height: 140px;
  overflow: hidden;
  margin:0px;
  position: relative;
}
.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 8px 20px;
  color: #4790D4;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.services .service-box p::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -30px 26px rgba(45, 45, 45, 1);
  pointer-events: none; 
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}
.service-talk-btn{
  border: 2px solid #4790D4;
  padding: 11px 27px;
  border-radius: 46px;
  margin-top: 23px;
  margin-left: 11px;
  width: 160px;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Technologies
--------------------------------------------------------------*/
/* .technologies .technologies-wrapper {
  display: flex;
  
} */
.technologies .technologies-wrapper .technology-item {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2D2D2D;
  border-radius: 50%;
}
.technologies .technologies-wrapper .technology-item img {
  max-width: 70px;
  max-height: 70px;
}
.technologies .technologies-wrapper p {
  font-size: 22px;
  font-weight: 700;
  margin: 10px 0px;
 }
 .technology-switch{
    width: 90%;
    max-width: 400px;
    background-color: #2D2D2D;
    margin-bottom: 30px;
    height: 60px;
    border-radius: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
 }
 .technology-switch button{
    width: 50%;
    height: 100%;
    border: none;
    color: #4790D4;
    background: none;
    font-size: 20px;
    font-weight: 700;
    border-radius: 60px;
 }
 .technology-active{
  background: #4790D4 !important;
  color: white !important;
  text-shadow: 2px 2px 4px #00000040;
 }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #2D2D2D;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #ffffff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  font-family: "Inter";
}
.testimonial-quotes-upper {
  position: absolute;
  top: -5px;
  left: 30px;
  width: 35px;
}
.testimonial-quotes-lower {
  position: absolute;
  bottom: -5px;
  right: 30px;
  width: 35px;
}


.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
  opacity: 0.3;
  display: flex;
  justify-content: center;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team { 
  padding: 0px 0 40px 0px;
}
.team .container {
  padding: 0px !important;
  max-width: 1500px;
}
.team .container .row {
  background: #4790D4;
  border-top-right-radius: 45px;
  border-top-left-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 350px;
  margin-top: 65px;
}

.team .member {
  overflow: hidden;
  transition: 0.3s;
  height: 370px;
  margin-top: -50px;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.team .member:hover {
  /* transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); */
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #191919;
  padding: 0;
  font-size: 14px;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type=submit]:hover {
  background: #5969f3;
}

.footer .footer-top {
  /* background: white url(../img/footer-bg.png) no-repeat right top; */
  background-size: contain;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}
@media (min-width: 992px) {
  .footer .footer-top .container {
      max-width: 1270px;
  }
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  padding-right: 50px;
  margin-bottom: 0;
  font-family: "Nunito", sans-serif;
  color: #C5C5C5;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}

.footer .footer-top h4 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 14px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #C5C5C5;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size:13px;
}

.footer .footer-top .footer-links ul a:hover {
  color: #ffffff;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #012970;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #012970;
}
.powered-nextop{
  color: #C5C5C5;
    display: flex;
    justify-content: center;
    font-size: 16px;
}