@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')

body {
    font-family: "Poppins", sans-serif;
  color: #444444;
}

.navbar-brand img {
  display: block;
  margin: auto;
  max-width: 80%;
  width:200px;
}
/*.row{
  width: 100%;
}*/
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,1);
   border-bottom: 2px solid transparent;
   position: relative;
   transition: 0.5s all ease-in-out;
}
.navbar-light .navbar-nav .nav-link::before{
content: "";
position: absolute;
bottom: 0;
width: 100%;
height: 2px;
background:#044caf;
left: 0px;
right: 0px;
transform: scale(0);
transition: 0.5s all ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover::before{
transform: scale(1);
}



.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgb(4, 76, 175);
}
.navbar-expand-lg .navbar-nav .nav-item {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-right: 0rem;
  padding-left: 0rem;
}
.mt_80 {
  margin-top: 80px;
}
.mt_50{
  margin-top: 50px;
}
/*-------------Section-1 Css Code Started---------------*/
.section_1 .left_side h1 {
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
}
.section_1 .left_side p {
  font-size: 25px;
  color: #000;
  display: block;
  margin: 50px 0 0;
  font-weight: 500;
}


.signup-container {
  width: 100%;
  max-width: 450px;
  margin: 30px auto;
  padding: 30px;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 21.06px 5.94px rgb(0 0 0 / 8%);
  border-radius: 15px;
  margin-right: 0;
}
.signup-container h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin: 0 0 20px;
}
.signup-form .form-controll{
  border: 1px solid #ddd;
  border-radius: 16px;
  margin-bottom: 10px;
}

.form-controll.phone {
  display: flex;
  align-items: center;
  /*padding: 0 0px 0 15px;*/
}
.form-controll.phone .phone_code {
  padding-right: 25px;
}
.form-controll.phone .phone_code + input[type="tel"] {
  border-left: 1px solid #044caf;
  border-radius: 0 16px 16px 0;
}
.signup-form input:focus {
  border: 0;
  box-shadow: none;
  outline: 1px solid #024caf;
}

.signup-form input[type="text"], .signup-form input[type="email"], .signup-form input[type="password"], .signup-form input[type="tel"] {
  width: 100%;
  padding: 9px 15px;
  
  border: 0px solid #ddd;
  border-radius: 16px;

}

.signup-form input[type="checkbox"] {
    margin-right: 5px;
}


.signup-form .form-controll.support_link {
  display: flex;
}

.signup-form button {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.signup-form .form-controll.support_link {
  display: flex;
  align-items: center;
  padding: 0 0 0 15px;
}
.signup-form .form-controll.support_link #website_link {
  width: 120px;
  border-radius: 0px 16px 16px 0px;
}
.signup-form .form-controll.support_link span {
  width: 100%;
  display: block;
  flex: auto;
  font-size: 14px;
  text-align: left;
}
.ip_text {
  font-size: 14px;
  text-align: left;
  color: #000;
}
.ip_text strong {
  text-transform: uppercase;
}
.agree_chekmark label {
  font-size: 12px;
  font-weight: 700;
}
.agree_chekmark {
  display: flex;
  margin: 10px 0 20px;
}
.agree_chekmark a {
  color: #000;
}

.signup-form button[type="submit"] {
  background-color: #044caf;
  border-radius: 16px;
  font-weight: 700;
}

.social-login {
  display: flex;
  margin-top: 10px;
  justify-content: space-between;
  align-items: center;
}
.social-login p {
  margin: 0;
}
.social-login button {
    padding: 5px 10px;
    margin: 0 5px;
    border: none;
    cursor: pointer;
    width: auto;
}

.social-login .google {
  background-color: transparent;
  color: white;
  width: 90px;
  padding: 0;
}
.social-login .google img {
  width: 100%;
}


.social-login .linkedin {
  background-color: #0077b5;
  color: white;
  margin: 0 auto 0;
  font-size: 24px;
  padding: 0px 10px;
  position: relative;
  top: 5px;
}

/*-------------Section-1 Css Code End---------------*/



/*------------- Testimonials Css Code Started---------------*/

#testimonials {
  scroll-margin-top: 120px;
}
.slide-container{
  max-width: 1320px;
  width: 100%;
  padding: 40px 0;
}

.slide-content {
  margin: 0 50px;
  overflow: hidden;
  border-radius: 25px;
  padding-bottom: 40px;
}
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content {
  flex-direction: row;
  position: relative;
  row-gap: 5px;
  padding: 25px 30px 15px;
}
.image-content.icon i {
  font-size: 35px;
    color: #044caf;
}

.swiper-slide .card-content {
  display: block;
  padding: 0 30px 30px;
}
.swiper-slide .card-content .description {
  text-align: left;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #044caf;
  border-radius: 25px 25px 0 25px;
}
.overlay::before, .overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #044CAF;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #044CAF;
}
.name {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  font-weight: bold;
}
.description {
  font-size: 16px;
  color: #000;
  text-align: center;
}
.button {
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #044CAF;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0px;
}
.swiper-pagination-bullet-active {
  background: #044caf !important;
}

.swiper-button-next, .swiper-button-prev {
  cursor: pointer;
  color: #044caf !important;
}

@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}

/*-------------Testimonials Css Code End---------------*/

/*-----------Services Section---------------*/
.services .service-item {
  position: relative;
  padding-top: 40px;
}
.section-title {
  margin: 0 auto 50px;
}
.section-title h2::before, .section-title h2::after {
  content: "";
  width: 50px;
  height: 3px;
  background: #044caf;
  display: inline-block;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 700;
  position: relative;
  text-align: center;
  max-width: max-content;
  margin: 0 auto 10px;
  text-transform: uppercase;
}
.section-title p {
  text-align: center;
  font-size: 17px;
  color: #000;
}
.services .service-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #f2f2f2;
}
.section-title h2::before {
  margin: 0 15px 10px 0;
}
.section-title h2::after {
  margin: 0 0 10px 15px;
}

.services .service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #044caf;
  border-right: 5px solid #044caf;
}
.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-right: 30px;
  line-height: 0;
}

.services .service-item .icon i {
  color: #000;
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}
.services .service-item:hover .icon i {
  color: #044caf;

}

.services .service-item .icon::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
/*  background: #044caf;*/
  border-radius: 50px;
  z-index: 1;
  bottom: -15px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .service-item .title a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
.services .service-item:hover .title a {
  color: #044caf;
}

.services .service-item .description {
  line-height: 24px;
  font-size: 16px;
  text-align: left;
  color: #000;
}



/*----------------#About Start ------------------------*/
.about .content {
  background-color: #044caf0d;
  padding: 40px;
}

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

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

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

.about .btn-read-more {
  line-height: 0;
  padding: 23px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #044caf;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
  text-decoration: none;
  display: block !important;
  max-width: max-content;
}

.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);
}



/*----------------#Pricing Plan Start ------------------------*/


.pricing-plans {
  gap: 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  /*width: 100%;*/
  padding: 0px 30px 0;
}
.pricing-card {
  color: #e4e4e7;
  position: relative;
  min-width: 360px;
  padding: 32px;
  padding-bottom: 96px;
  border-radius: 15px;
  border: 0px solid #d8d8d8;
  background-color: #ffffff21;
  box-shadow: 0 0 7px 0 #cecece;
  text-align: center;
}


.pricing-card.basic {
  color: #0891b2;
}

.pricing-card.standard {
  color: #059669;
}

.pricing-card.premium {
  color: #c026d3;
}

.pricing-card:hover {
  transform: translateY(-16px) scale(1.02);
  transition: all 0.5s ease;
  box-shadow: 0 0 7px 0 #044caf;
}

.pricing-card > *:not(:last-child) {
  margin-bottom: 32px;
}

.pricing-card .heading h4 {
  padding-bottom: 0;
  color: #044caf;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
}
.pricing-card .heading p {
  color: #000;
  font-size: 16px;
}

.pricing-card .price {
  position: relative;
  color: #044caf;
  font-size: 60px;
  font-weight: bold;
}

.pricing-card .price sub {
  position: absolute;
  bottom: 14px;
  color: #a3a3a3;
  font-size: 14px;
  font-weight: lighter;
}

.pricing-card .features li {
  padding-bottom: 16px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  list-style: none;
}


.pricing-card .features li i,
.pricing-card .features li strong {
  color: #e4e4e7;
  font-size: 16px;
  text-align: left;
}
.pricing-card .features li i {
  color: #044caf;
  font-weight: 700;
  font-size: 22px;
  margin: 0 15px 0 0;
}

.pricing-card .features li strong {
  padding-left: 24px;
}

.pricing-card .cta-btn {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #044caf;
  background-color: #044caf;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: normal;
}

.pricing-card .cta-btn:active {
  background-color: transparent;
  color: #000;
  transition: all 0.3s ease;
}
.pricing-card .price sup {
  font-size: 40px;
}
.pricing-card .price sub {
  font-size: 17px;
  color: #555;
  text-transform: ;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #f2f6fb;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #044caf;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #000;
}
.contact .info-box p a {
  color: #000;
  text-decoration: none;
}
.contact .info-box p a:hover{
  color: #044caf;
}
.contact .php-email-form {
  background: #f2f6fb;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #044caf;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #044caf;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}



@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}




@media only screen and (max-width: 1280px) and (min-width: 992px)  {

.section_1 .left_side h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
}

}


 @media only screen and (max-width: 1024px) {
.section_1 .left_side h1 {
  font-size: 65px;
  line-height: 69px;
}
.section_1 .left_side h1 br {
  display: none;
}
.section_1 .left_side p {
  font-size: 20px;
  margin: 30px 0 0;
}
.section_1 .left_side {
  padding: 0px 30px 30px;
}
.section_1 .left_side {
  padding: 30px 30px 30px;
}
.section_1 .left_side p br {
  display: none;
}
.signup-container {
  margin-right: auto;
}
}

 @media only screen and (max-width: 992px) {
.navbar-light .navbar-toggler {
  color: rgba(0,0,0,1);
  border-color: rgba(0,0,0,1);
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem #044caf;
  border: 1px solid #044caf !important;
}
.section_1 .left_side h1 {
  font-size: 45px;
  line-height: 59px;
}

}


 @media only screen and (max-width: 575px) {
.swiper-button-next, .swiper-button-prev {
  display: none !important;
}
.row {
  width: auto;
}
.section_1 .left_side h1 {
  font-size: 28px;
  line-height: 33px;
}
.signup-container {
  padding: 30px 15px;
}
.mt_80 {
  margin-top: 50px;
}

.section_1 .left_side h1 {
  font-size: 35px;
  line-height: 40px;
}

}

 @media only screen and (max-width: 400px) {
.pricing-card {
  min-width: 320px;
}
.pricing-card .price {
  margin-left: -40px;
}
.pricing-card .features {
  padding-left: 30px !important;
  margin-bottom: 0;
}

  }