@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #fd512e;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
  .bussiness>li{
  
    float: left;
  
  }
 .bussiness >li a {
  
    color: rgb(255, 255, 255);
  
    font-family: 'Lato',sans-serif;
  
    font-size: 13px;
  
    margin-left: 30px;
  
    position: relative;
  
    font-weight:bold;
  
  }
  
  
  
  .bussiness >li a:hover{
  
    color: rgb(255, 255, 255);
  
  }
img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
    text-decoration: none;
}

a:hover {
    color: var(--brand);
    text-decoration: none;
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}



.slide1 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/banner.jpg) ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider3 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/slider-back-1.jpg) ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider4 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/student-database.jpg) ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider7 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/privacy-policy.jpg) ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider8 {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/term-conditions.jpg) ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider5{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/database-for-car-owners.jpg) ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slider6{
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/database-for-salary-employee.jpg) ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand);
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: var(--brand);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgba(255, 77, 41, 0.85), rgba(255, 77, 41, 0.85));
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}

.btn-modal{
    color: #000;
    background-color: #FFC111;
    border-color: #FFC111;
    border: 2px solid #FFC111;
    border-radius: 0px;
    padding: 10px 30px;
    border: 2px solid #FFC111;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}
.btn-modal:hover{
    color: #000;
    border: 2px solid #FFC111;
    background-color: transparent;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.background{
    background-color:#FFC111;
}
.text-database{

    font-size: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 900;}
    .text-database_text{
     
    font-size: 30px;
    font-weight: 900;
    text-align: center;

    }
.btn-whatsapp {
    background: #41C352;
    color: #fff;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    border-radius: 25px;
    height: 50px ;
}
.btn-whatsapp:hover {
    background: #ffffff;
    color: rgb(145, 16, 16);
}

.btn-number{

    background: #ffffff;
    color: rgb(255, 106, 106);
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    border-radius: 25px;
    height: 50px ;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}

.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--brand);
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)),  #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #fff;
}

footer p {
    color: #ADB3B9;
}
 
footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
}




input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}
.footer {

    background-color: red;
  
    text-align: center;
  
    position:relative;
  
  }
  
  
  
  .footer .container {
  
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  
  }
  
  
  
  .footer p, .footer a {
  
    color: #cccccc;
  
    display: inline-block;
  
    font-family: open sans;
  
    font-size: 14px;
  
    line-height: 40px;
  
  }
  
  
  
  .footer a:hover{
  
    color: red;
  
  }
  
  
  
  /*---------------------------------- /FOOTER ---------------------------------------------*/




.top-footer {

  background-color: #0d0d0d;

  padding: 50px 0;

}



.navigation{

  width: 22%;

}



.contact-info {

  width: 100%;

}



.f-section {

  float: left;

}



.f-section h4 {

  color: #ffffff;

  font-family: 'Lato',sans-serif;

  font-size: 20px;

  font-weight: normal;

  line-height: 100%;

  margin-bottom: 25px;

}



.navigation ul li {

  margin-bottom: 15px;

}



.navigation.f-section li:last-child {

  margin: 0;

}



.navigation.f-section a {

  color: #b0b0b0;

  display: inline-block;

  font-family: lato;

  font-size: 15px;

  font-weight: normal;

  position: relative;

}



.navigation.f-section a:hover, .navigation.f-section li.active a, .contact-info a:hover{

  color: red;

}



.navigation.f-section a::before {

  color: #b0b0b0;

  content: "";

  font-family: fontawesome;

  font-size: 14px;

  margin-right: 10px;

  vertical-align: bottom;

}



.contact-info p, .contact-info a {

  color: #b0b0b0;

  font-family: lato;

  padding-left: 36px;

  position: relative;

}



.contact-info p {

  font-size: 14px;

  line-height: 140%;

  margin-bottom: 23px;

}



.address::before, .mobile::before, .contact-info a::before {

  background-color: red;

  border: 1px solid rgba(0, 0, 0, 0.6);

  border-radius: 50%;

  color: #000000;

  display: block;

  font-family: fontawesome;

  height: 21px;

  left: 0;

  line-height: 21px;

  position: absolute;

  text-align: center;

  width: 21px;

}



.address::before {

  content: "\f041";  

  font-size: 14px;

}



.mobile::before {

  background-image: url("../images/phone.png");

  background-position: center center;

  background-repeat: no-repeat;

  content: "";

}



.contact-info a::before {

  content: "";

  font-size: 12px;

  top: -2px;

}

.subscribe {

  margin-left: 122px;

  margin-right: 112px;

  width: 22.8%;

}

.subscribe h5, .subscribe p {

  color: #b0b0b0;

  font-family: lato;

  font-weight: normal;

}



.subscribe p {

  font-size: 14px;

  line-height: 140%;

  margin-bottom: 30px;

}



.subscribe h5 {

  margin-bottom: 18px;

}



.field {

  position: relative;

}





.field input[type="email"] 

{

  background-color: #ffffff;

  border-radius: 5px 0 0 5px;

  color: #333333;

  font-family: lato;

  height: 35px;

  padding: 0 15px;

  width: 80%;

}





.social 

{

  float: right;

  width: 15%;

}



#sub-btn 

{

  background: red;

  border-radius: 0 5px 5px 0;

  color: #fff;

  font-size: 16px;

  height: 40px;

  line-height: 187.5%;

  margin-left: -3px;


  width: 42px;

}







#sub-btn:hover

{

	background-color: #0099BA;

	cursor:pointer;

}

.social a 

{

  color: #e6e6e6;

  font-family: lato;

  line-height: 140%;

  margin-bottom: 18px;

  padding-left: 35px;

  position: relative;

  display:inline-block;

}



.social a:hover 

{

  color: red;

}



.fb::before, .tw::before, .gp::before, .ln::before {

  font-family: fontawesome;

  font-size: 26px;

  left: 0;

  position: absolute;

}



.fb::before {

  content: "";

}



.tw::before {

  content: "";

}



.gp::before {

  content: "";

}



.ln::before {

  content: "";

}



a.ln {

  margin-bottom: 0;

}



.footer {

  background-color: red;

  text-align: center;

  position:relative;

}



.footer .container {

  border-top: 1px solid rgba(255, 255, 255, 0.15);

}



.footer p, .footer a {

  color: #cccccc;

  display: inline-block;

  font-family: open sans;

  font-size: 14px;

  line-height: 40px;

}



.footer a:hover{

  color: red;

}
.top-footer{
    background-color: #222529;
}

.last-footer{
 background-color: rgba(0, 0, 0, 0.2)"
}
.line{
  width: 60px;
   background-color: #fd512e;
 height: 2px;
}
.thanks h1 {
  /* font-family: 'roboto', serif; */
  font-size: 40px;
  font-weight: 700;
  color: #103046;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 8px;
  padding: 0px;}
  .thanks p {
    /* font-family: 'roboto', serif; */
    font-size: 30px;
    font-weight: 500;
    color: #103046;
    
    margin: 0 auto;
    margin-bottom: 8px;
    padding: 0px;}
    .pricing-table .plan .plan-header {
      background: #fd512e;
      padding: 15.2px 16px;
      padding: 0.95rem 1rem;
  }
  .pricing-table .plan {
    background: #FFF;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pricing-table .plan .plan-price {
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
  border-top: 0;
  border-bottom: 0;
  padding: 32px 12.8px;
  padding: 2rem 0.8rem;
  text-align: center;
}



.pricing-table .plan .plan-features {
    border-top: 0;
    border-bottom: 0;
    padding: 12.8px;
    padding: 0.8rem;
    text-align: center;
}
.pricing-table .plan .plan-header h3 {
  color: #FFF;
  font-size: 12.8px;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.pricing-table .plan .plan-price .price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 43.2px;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1;
  color: #fd512e;
}
.pricing-table .plan .plan-features ul li {
    border-bottom: 1px solid #ededed;
    line-height: 2.9;
    list-style: none;
    font-size: 0.9em;
}
.pricing-table .plan .plan-footer {
    border-top: 0;
    padding: 24px 12.8px 40px;
    padding: 1.5rem 0.8rem 2.5rem;
    text-align: center;
}
.pricing-table .plan .plan-price .price {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 43.2px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #fd512e;
}

.pricing-table .plan .plan-features {
    border-top: 0;
    border-bottom: 0;
    padding: 12.8px;
    padding: 0.8rem;
    text-align: center;
}
.pricing-table .plan .plan-header {
    background: #fd512e;
    padding: 15.2px 16px;
    padding: 0.95rem 1rem;
}

.pricing-table .plan {
    background: #FFF;
    border-radius: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.pricing-table .plan .plan-price, .pricing-table .plan .plan-features, .pricing-table .plan .plan-footer {
  border: 1px solid #ededed;
}
dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


.pricing-table .plan .plan-features ul {
    padding: 0 8px 0 8px;
    padding: 0 0.5rem 0 0.5rem;
    margin-bottom: 0;
}