body 
{
  color: #757575;
  font-family:'Raleway',sans-serif;
  background: #ffffff;

}


a 
{
  color: #4F84C4;
  transition: 0.3s;
}


a:hover,
a:active,
a:focus 
{
    color:#294ace;
    outline: none;
    text-decoration: none;
    cursor: pointer;
}


p 
{
  color: #757575;
  padding: 0;
  margin: 0 0 15px 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #2f2f2f;
    margin: 0 0 15px 0;
    padding: 0;
}


h4,
h5,
h6 {
    font-weight: 400;
}

.mt-100 {
    margin-top: 100px;
}

/*navbar*/

#nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 20px 0;
  z-index: 999;

}

#nav.nav-sticky {
  height: 70px;
  padding: 8px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
  transition: all 0.3s;
}

#nav .navbar {
  height: 100%;
  background: transparent !important;
}

#nav .navbar-brand {
  padding: 0;
}

#nav .navbar-brand img {
  position: absolute;
  max-height: 40px;
  margin-top: -27px;
  transition: all .5s;
}

#nav.nav-sticky .navbar-brand img {
  position: absolute;
  max-height: 40px;
  margin-top: -27px;
  transition: all .5s;
}

#nav .nav-link,
#nav .nav-link:focus,
#nav .nav-link:hover,
#nav .nav-link.active {
  color: #294ace; 
  text-decoration: none; 
  background: transparent; 
  transition: color 0.3s; 
}

#nav .nav-link:hover,
#nav .nav-link.active {
  color: #4a4a4b; 
  background: #FFFFFF;
  border-radius: 15px;
}



@media (min-width: 768px) {
  #nav,
  #nav .navbar {
    background: rgba(240, 240, 243,1)  !important;
  }
  
  #nav a.nav-link {
      padding: 8px 15px;
      font-size: 15px;
      text-transform: uppercase;
  }
}

@media (max-width: 768px) {   
  #nav,
  #nav .navbar {
    background:  rgba(240, 240, 243,1) !important;
  }
  
  #nav a.nav-link {
      padding: 5px;
  }

  
  
  #nav .dropdown-menu {
      box-shadow: none;
      color: #000;
  }
  
  #nav .container-fluid {
      padding: 0;
  }
  
}


/*header*/
.header {
  position: relative;
  width: 100%;
  background: #ffffff;/*background of carousel for header*/
  margin-top: 100px;
}
.header .carousel-item {
  position: relative;

  overflow: hidden;
}
.header .carousel-img {
  text-align: center;

}
.header .carousel-img img {
  max-width: 100%;
  max-height: 100%;
}
.header .carousel-content {
  padding: 30px;
  text-align: center;

}

.header .carousel-content h2 {
  color:#303f9f;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: capitalize;
}
.header .carousel-content p {
  color: #353535;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 25px;
}
.carousel-control-next i,
.carousel-control-prev i {
    color: #888888;
    font-size: 45px;
}

.carousel-indicators {
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.carousel-indicators li {
  display: inline-block;
  width: 20px; /* Adjust the width to control the length of the dashes */
  height: 2px; /* Adjust the height to control the thickness of the dashes */
  background: transparent;
  border: 1px solid #999999; /* Color of the border (hollow) */
  margin: 0 5px; /* Adjust the margin to control the spacing between dashes */
  cursor: pointer; /* Add a pointer cursor for hover effect */
  transition: background-color 0.3s; /* Add a smooth transition for the background-color */
}
.carousel-indicators .active,
.carousel-indicators li:hover {
  background-color: #848484; /* Fill color when active or on hover */
}


/*section*/
.section-header {
  position: relative;
  max-width: 700px;
  margin: 0 auto 60px auto;
  padding-bottom: 25px;
}


.section-header h2 {
  color: #303f9f;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
}

.section-header1 h2 {
  color: #303f9f;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
}

.section-header::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 5px;
  background: #cccccc;
  border-radius: 0 0 5px 5px;
  bottom: 0;
  left: calc(50% - 50px);
}

.section-header p {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}
.section-header1 p {
  font-size: 22px;
  font-weight: 300;
  text-align: center;
  margin: 0;
}



/*About*/
.about,
.single {
    position: relative;
    padding: 90px 0 60px 0;
 background: #f2f2f2;
   
}

.about .col-md-12,
.about .col-md-6,
.single .col-md-12,
.single .col-md-6 {
    margin-bottom: 30px;
    width:100%;
}

.about .about-img,
.single .single-img {
    position: relative;
    overflow: hidden;
}

.about .about-img img,
.single .single-img img {
    width: 100%;
    height:auto;
    border-radius: 15px;
}

.about .about-content,
.single .single-content {
    position: relative;
    width: 80%;
    margin: -100px auto 0 auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
}
#more {display: none;}
#more1{display:none;}

.about .about-content h2,
.single .single-content h2 
{
    font-size: 25px;
    font-weight: 700;
    color: #303f9f;
}

.about .about-content p,
.single .single-content p 
{
    font-size: 16px;
    font-weight: 300;
    color:#595d6c;
}

.about .btn,
.single .btn 
{
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #0f0aa0;
    border-radius: 0;
}

#myBtn
{
 color: white;
 border-radius: 10px;
}


#myBtn1
{
  color: white;
  border-radius: 10px;
}

.about .btn:hover,
.single .btn:hover 
{
    background: #303f9f;
}


/*Pricing*/
.pricing 
{
  background: #f2f2f2;
  padding: 90px 0 60px 0;
}


.pricing .price-content
{
  position: relative;
  background: #f2f2f2;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px;
}

.pricing .price-plan {
  display: block;
  background: #353535;
  margin: 0 0 30px;
  padding: 20px 0;
  border-radius: 15px;

}

.pricing .price-plan i {
  color: #ffffff;
  font-size: 60px;
  line-height: 80px;
}

.pricing .price-title {
  display: block;
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.pricing .price-amount {
  position: relative;
  font-family: 'Arial, Helvetica', sans-serif;
  color: #ffffff;
  font-size: 60px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.pricing .price-amount span {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  text-transform: lowercase;
}

.pricing .price-amount span:first-child {
  position: relative;
  top: -27px;
  left: -5px;
}

.pricing .price-date {
  color: #ffffff;
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
  margin-bottom:0;
}

.pricing .price-details {
  font-size: 16px;
  list-style: none;
  text-align: left;
}

.pricing .price-details li {
  padding: 5px 0;
}

.pricing .price-details li i.ion-md-checkmark {
  color: #4F84C4;
  margin-right: 8px;
}

.pricing .price-details li i.ion-md-close {
  color: #ea4335;
  margin-right: 10px;
}

.pricing .btn {
  color: #ffffff;
  padding: 10px 30px;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}

.pricing .price-btn {
  margin-top: 10px;
  margin-bottom: 30px;
  background: #353535;
  color: #ffffff;
  border-radius: 10px;
}

.pricing .price-btn:hover {
  background: #4F84C4;
}

.pricing .features-price-btn {
  background: #4F84C4;
}

.pricing .features-price-btn:hover {
  background: #353535;
}

.pricing .features-price .price-plan {
  background: #4F84C4;
}

.pricing .features-price .price-plan p{
  color:#FFFFFF;
}

.pricing .features-price .price-plan .price-amount, 
.pricing .features-price .price-plan .price-amount span {
  color: #ffffff;
}

.pricing .features-price .price-plan .price-title {
  color:#ffffff;
}




/*Counters*/

.counters {
  position: relative;
  width: 100%;
  padding: 90px 0;
  background:#303f9f;}
.counters i {
  display: inline-block;
  font-size: 90px;
  line-height: 0;
  color: #ffffff;
  margin-bottom: 10px;
}

.counters h2 {
  font-family: 'Arial, Helvetica', sans-serif;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 5px;
  color: #ffffff;
}

.counters p {
  font-size: 22px;
  color: #ffffff;
}

/*services*/




/*Team*/


.testimonials .testimonial-item .team-social {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  height: 35px;
  top: 0;
  left: 0;
  transition: 0.3s;
  opacity: 0;
  padding: auto;
}

.testimonials .testimonial-item .team-social a {
  display: inline-block;
  padding: 5px 0;
  line-height: 1;
  text-align: center;
  width: 35px;
  height: 35px;
  background: #4F84C4;
  border: 1px solid #ffffff;
}

.testimonials .testimonial-item .team-social a i {
  font-size: 22px;
  color: #ffffff;
}

.testimonials .testimonial-item .team-social a:hover {
  background: #ffffff;
  border: 1px solid #4F84C4;
}

.testimonials .testimonial-item .testimonial-social a:hover i {
  color: #353535;
}

.testimonials .testimonial-item:hover .team-social {
  opacity: 1;
  top: calc(50% - 18px);
}

.testimonials .testimonial-item .team-info {
  position: relative;
  height: 100px;
  width: 100%;
  padding: 30px 15px;
  text-align: center;
  background: #ffffff;

  
}

.testimonials .testimonial-item .team-info h3 {
  font-size: 18px;
  font-weight: 700;
  font-family:'montserat';
  margin-bottom: 10px;
}

.testimonials .testimonial-item .team-info p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  font-family:'Raleway';
  text-transform: uppercase;
}
.testimonials-carousel .owl-item {
  transition: transform 0.5s ease-in-out; /* Adjust the transition duration and timing function as needed */
}

.testimonials-carousel .owl-stage {
  display: flex;
  transition: transform 0.5s ease-in-out; /* Adjust the transition duration and timing function as needed */
}


.testimonials {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f1f2f8;

}


.testimonials .testimonial-item {
    position: relative;
    margin: 0 15px 30px 15px;
    background:transparent ;
    border-radius: 10px;

}

.testimonials .testimonial-img {
  display: flex;
 
    position: relative;
    background: #000000;
    border-top-right-radius:10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.testimonials .testimonial-text {
    position: relative;
    width: 100%;
    height: fit-content;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.testimonials .testimonial-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials .testimonial-text h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonials .testimonial-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
  
}
.team-info{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
 
}

.team-info p{
  color: rgb(62, 152, 231);
}



@media (max-width: 575px) {
    .testimonials .testimonial-text {
        padding: 25px;
    }

}




*/

/*Services*/
.portfolio {
  position: relative;
  padding: 90px 0 60px 0;
  background: #f2f2f2;
}


#img-fluid{
  height:205.41px;
 width:350px;
 min-width:auto;

}
#img-fluid1{
  height:230px;
 width:350px;
 min-width:auto;
 object-fit: fill;
aspect-ratio: 1;

}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
}

.portfolio .portfolio-item .portfolio-img {
  position: relative;
  background: #000000;
  overflow: hidden;
  height: auto;
  width:fit-content; 
  border-top-right-radius:20px ;
  border-top-left-radius: 20px;
 
  
}

.portfolio .portfolio-item .link-preview,
.portfolio .portfolio-item .link-details {
  position: absolute;
  display: inline-block;
  padding: 5px 0;
  line-height: 1;
  text-align: center;
  width: 45px;
  height: 35px;
  background: #4F84C4;
  border: 1px solid #ffffff;
  transition: 0.3s;
  opacity: 0;
}

.portfolio .portfolio-item .link-preview i,
.portfolio .portfolio-item .link-details i {
  font-size: 22px;
  color: #000000;
}

.portfolio .portfolio-item .link-preview:hover,
.portfolio .portfolio-item .link-details:hover {
  background: #ffffff;
  border: 1px solid #4F84C4;
}

.portfolio .portfolio-item .link-preview:hover i,
.portfolio .portfolio-item .link-details:hover i {
  color: #353535;
}

.portfolio .portfolio-item .link-preview {
  left: 0;
  top: calc(50% - 18px);
}

.portfolio .portfolio-item .link-details {
  right: 0;
  top: calc(50% - 18px);
}

.portfolio .portfolio-item:hover .link-preview {
  opacity: 1;
  left: calc(50% - 50px);
}

.portfolio .portfolio-item:hover .link-details {
  opacity: 1;
  right: calc(50% - 50px);
}

.portfolio .portfolio-item .portfolio-info {
  position: relative;
  height: 160px;
  width: 350px;
  padding: 30px 15px;
  text-align: center;
  background:#d8d9de;
 border-bottom-left-radius:20px;
 border-bottom-right-radius: 20px; 
}

.portfolio .portfolio-item .portfolio-info1 {
  position: relative;
  height: 70px;
  width:350px;
  padding: 30px 15px;
  text-align: center;
  background:#d8d9de;
 border-bottom-left-radius:20px;
 font-family: 'montserat';
 border-bottom-right-radius: 20px; 
}
.portfolio .portfolio-item .portfolio-info1 h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.portfolio .portfolio-item .portfolio-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.portfolio .portfolio-item .portfolio-info p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}

.clients {
  position: relative;
  padding: 90px 0;
}

.clients .section-header p {
  padding-bottom: 10px;
}

.clients img {
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  padding: 15px 0;
}

.clients img:hover {
  opacity: .5;
}



.clients-carousel .owl-carousel {
  overflow: hidden;
}

.clients-carousel .owl-stage {
  display: flex;
  transition: transform 2s linear;
  animation: scroll 20s linear infinite; 
}

@keyframes scroll {
  0% {
      transform: translateX(0%);
  }
  100% {
      transform: translateX(-70%); /* Adjust the percentage based on the number of items in the carousel */
  }
}
  



/* Contact CSS */
/**************************************/
.contact {
  position: relative;
  padding: 90px 0;
 background-image: url("../img/pxfuel.jpg");
}

.contact .container {
  max-width: 900px;
}

.contact .container .col-md-6 {
  padding: 0;
  background:transparent;
}

.contact .form {
  background: transparent;
  padding: 30px;
  color: #353535;
}

.contact .form input,
.contact .form textarea {
  padding: 10px 0;
  border-color: #dddddd transparent #dddddd transparent;
  border-radius:10px;;
  box-shadow: none;
  font-size: 15px;
}

.contact .form input:focus,
.contact .form textarea:focus {
  border-color: #4F84C4 transparent #4F84C4 transparent;
}

.contact .form button[type="submit"] {
  color: #ffffff;
  background: #888888;
  border-radius: 10;
}

.contact .form button[type="submit"]:hover {
  background: #4F84C4;
}

.contact .map {
  position: relative;
  background: #ffffff;
}

.contact .map iframe {
  width: 100%;
  height: 375px;
  margin-bottom: -7px;
  background: transparent;

}



/*chatbot*/



.chatbot-toggler {
  position: fixed;
  bottom: 30px;
  right: 35px;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #303f9f;
  transition: all 0.2s ease;
  z-index: 10000;
}
body.show-chatbot .chatbot-toggler {
  transform: rotate(90deg);
}
.chatbot-toggler span {
  color: #fff;
  position: absolute;
}
.chatbot-toggler span:last-child,
body.show-chatbot .chatbot-toggler span:first-child  {
  opacity: 0;
}
body.show-chatbot .chatbot-toggler span:last-child {
  opacity: 1;
}
.chatbot {
  position: fixed;
  right: 35px;
  bottom: 90px;
  width: 420px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transform-origin: bottom right;
  box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
              0 32px 64px -48px rgba(0,0,0,0.5);
  transition: all 0.1s ease;
  z-index: 100000;
}
body.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.chatbot header {
  padding: 16px 0;
  position: relative;
  text-align: center;
  color: #fff;
  background: #303f9f;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.chatbot header span {
  position: absolute;
  right: 15px;
  top: 50%;
  display: none;
  cursor: pointer;
  transform: translateY(-50%);
}
header h2 {
  font-size: 1.4rem;
}
.chatbot .chatbox {
  overflow-y: auto;
  height: 510px;
  padding: 30px 20px 100px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
  width: 6px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.chatbox .chat {
  display: flex;
  list-style: none;
}
.chatbox .outgoing {
  margin: 20px 0;
  justify-content: flex-end;
}
.chatbox .incoming span {
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: default;
  text-align: center;
  line-height: 32px;
  align-self: flex-end;
  background: #303f9f;
  border-radius: 4px;
  margin: 0 10px 7px 0;
}
.chatbox .chat p {
  white-space: pre-wrap;
  padding: 12px 16px;
  border-radius: 10px 10px 0 10px;
  max-width: 75%;
  color: #fff;
  font-size: 0.95rem;
  background: #303f9f;
}
.chatbox .incoming p {
  border-radius: 10px 10px 10px 0;
}
.chatbox .chat p.error {
  color: #721c24;
  background: #f8d7da;
}
.chatbox .incoming p {
  color: #000;
  background: #f2f2f2;
}
.chatbot .chat-input {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 3px 20px;
  border-top: 1px solid #ddd;
}
.chat-input textarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
  font-size: 0.95rem;
}
.chat-input span {
  align-self: flex-end;
  color: #303f9f;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  visibility: hidden;
  font-size: 1.35rem;
}
.chat-input textarea:valid ~ span {
  visibility: visible;
}

@media (max-width: 490px) {
  .chatbot-toggler {
    right: 20px;
    bottom: 20px;
  }
  .chatbot {
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    width: 100%;
  }
  .chatbot .chatbox {
    height: 90%;
    padding: 25px 15px 100px;
  }
  .chatbot .chat-input {
    padding: 5px 15px;
  }
  .chatbot header span {
    display: block;
  }
}
/*Footer CSS*/

.footer {
  position: relative;
  padding: 0 0 30px 0;
  background: #000000;
}

.footer .footer-top {
  background: #222222;
  padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

.footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffffff;
  color: #4F84C4;
  line-height: 1;
  padding: 9px 0;
  margin-right: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  background: #4F84C4;
  color: #ffffff;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.footer .footer-top h4::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 50px;
  border-bottom: 2px solid #ffffff;
}

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

.footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ffffff;
  font-size: 16px;
}

.footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #ffffff;
  padding: 7px 0;
}

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

.footer .footer-top .footer-links ul a {
  font-size: 14px;
  color: #ffffff;
}

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

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

.footer .footer-top .footer-newsletter input[type="email"] {
  padding: 6px 8px;
  width: 60%;
  border: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
  border: 0;
  width: 40%;
  padding: 6px 0;
  text-align: center;
  color: #4F84C4;
  border: 1px solid #ffffff;
  background: #ffffff;
  transition: 0.3s;
  cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
  color: #ffffff;
  background: #4F84C4;
  border: 1px solid #4F84C4;
}

.footer .footer-top .footer-newsletter p {
  color: #ffffff;
  font-size: 14px;
}

.footer .credit,
.footer .copyright {
  text-align: center;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .footer .credit {
      text-align: right;
  }
  
  .footer .copyright {
      text-align: left;
  }
}
