body {
font-family: "Poppins", sans-serif;
-webkit-font-smoothing: antialiased;
width:100%;
max-width:100%;
overflow-x: hidden;
}

.container{
  width: 90% !important;
  display: block;
  margin: auto;
}

.modal-backdrop{
    z-index:1;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Poppins", sans-serif;
color: #2c2c2c;
font-weight: 400;

}

h1 {
font-size: 40px;
}

h2 {
font-size: 48px;
}

h3 {
font-size: 36px;
}

h4 {
font-size: 30px;
}

h5 {
font-size: 20px;
}

h6 {
font-size: 16px;
}

p, a, li, blockquote, label, span {
font-size: 16px;
letter-spacing: 0;
line-height: 22px;
color: #5e5e5e;
margin-bottom: 0;
}

p {
line-height: 32px;
}

.btn{
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  margin:5px;
  padding: 6px 25px;
  transition: all .2s ease-in-out;
}

.btn:hover{
  background: #fff;
  color:#1A648E;
  transform: scale(0.98);
  color:#1A648E;
  border: 2px solid #1A648E;
}


.main-nav {
max-width: 100%;
background: #fff;
box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

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

.main-nav .navbar-nav .nav-item {
position: relative;
}

.main-nav .navbar-nav .nav-item .nav-link {
position: relative;
text-align: center;
font-size: 14px;
text-transform: capitalize;
color: #2c2c2c;
padding:10px 15px;
}
.navbar-toggler{
  border: 1px solid #fff;
  padding: 5px 10px 2px ;
}
.navbar-toggler:focus, .navbar-toggler:hover {
outline: none;
}


/*=====================================
=            Homepage Banner            =
======================================*/
.home-inner {
    background: linear-gradient(360deg, rgba(219, 218, 218, 0.548), rgba(9, 75, 83, 0.733) 90%), url(./images/header-min.png) no-repeat;
    background-size: cover;
    background-position: center right;
  }

  .app-badge ul li.list-inline-item:not(:last-child) {
    margin-right: 25px;
  }
  
  @media (max-width: 768px) {
    .app-badge ul li.list-inline-item:not(:last-child) {
      margin-bottom: 25px;
      margin-right: 0;
    }
  }

  .banner {
    padding: 240px 0 145px;
    
  }
  
  .banner .content-block.ml-50 {
    margin-left: 50px;
  }
  
  @media (max-width: 768px) {
    .banner .content-block.ml-50 {
      margin-left: 30px;
    }
  }
  
  @media (max-width: 480px) {
    .banner .content-block.ml-50 {
      margin-left: 0;
    }
  }
  
  .banner .content-block h1{
    color: #fff;
  }
  
  .banner .content-block h1 {
    line-height: 60px;
    font-weight: 500;
    letter-spacing: .06em;
    margin-bottom: 30px;
  }
  .banner .img-fluid{border: 1px solid #fff; border-radius: 7px;}

  
  @media (max-width: 567px) {
    .banner .content-block { text-align: center;}
    .banner .content-block h1 {font-size:30px;   line-height: 50px;    letter-spacing: .04em;}
    .banner { padding: 190px 0 125px;}
    .banner .img-fluid{width:75%;}
    .home-inner {background: linear-gradient(360deg, rgb(204, 204, 204), rgba(6, 46, 51, 0.767) 90%), url(./images/header-min.png) no-repeat;background-position: center left;}
  }

/*=====================================
=            Counter          =
======================================*/

.counter {
    
    text-align: center;
    margin-top: -80px;
  }
  
  .counter .counter-item {
    box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    padding: 20px 0;
  }
  
  .counter .counter-item P{
    font-size: 12px;
    font-weight: 600px;
    padding:5px;
    color: #7c7c7c;
    text-transform: uppercase;
  }
  .counter .counter-item h3{
    font-size: 30px;
    font-weight: 600px;
    padding:5px;
    color: #7c7c7c;
  }
  .counter .counter-item span{
    color: #7c7c7c;
    font-size:20px;
  }

  .counter .counter-item img{
    width: 50px;
  }
  @media (max-width: 768px) {
    .counter .counter-item {
      margin-bottom: 30px;
    }
  }
  

 /*=====================================
=            About          =
======================================*/ 
.about,.feature,.testimonial,.pricing-table{
  background: #fff;
  padding:100px 0;
}

.about ul{
  padding:10px 20px;
  margin:0;
}

.about .card{
  margin: 10px 0;
  box-shadow:0px 20px 30px 0px rgba(0, 0, 0, 0.05);
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.about .card .card-content{
  padding-left:20px;
}
.about .card h5{
  margin-top:20px;
  font-size:16px;
  font-weight: 500;
  color:#7c7c7c;
}

.about .card img{
  padding:40px 20px;
  width:90%;
  display: block;
  margin: auto;
}


@media (max-width: 768px) {
  .about .card img{width:50%; padding:20px 10px;}
  .about .card .card-content{padding-left:0px;}
  }
@media (max-width: 567px) {
  .about .card img{width:40%; padding:20px 10px;}
  .about .card .card-content{padding:20px;}
  .about ul{padding: 10px 40px;}
  .about .card h5{padding-left:20px}
  .about .card p{font-size: 14px;}
  }

/*=====================================
=            Features          =
======================================*/
.features{
  background:linear-gradient(#fff, #f0f0f0);
  padding: 100px 0;
}
.section-title h2 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: left;
  line-height:45px;
  text-transform: uppercase;
}

.section-title p{
  width: 80%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

.section-title {
  text-align: left;
  margin-bottom: 50px;
}

.feature-icon{
  width:80px;
  height: 80px;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 100%;
}

#features .col-md-6{
  padding-left: 0
}

.box-f{
  display:flex;
  border: 1px dotted #ddd;
  margin-bottom: 15px;
  padding: 20px;
}

.feature-icon img{
  width: 60px;
  padding: 12px;
  object-fit: center;

}



@media (max-width: 780px) {
  .feature .feature-item .content h5{word-wrap:break-word;line-height: 30px;}
  .feature-icon img{padding:20px 20px;width:20%;}
}

@media (max-width: 567px) {
  .feature .feature-item .content h5{word-wrap:break-word;line-height: 30px;}
  .feature-icon img{padding:20px 20px; width:30%;}
  .section-title h2{font-size: 32px;}
  .section-title p{width: 90%; text-align: justify;}
  .feature .feature-item .content h5 {font-weight: 600; font-size:16px;}
  .about,.feature,.testimonial,.pricing-table{padding:60px 0;}
  .section-title h2 {margin-top: 50px; text-align: center;}
}


/*=====================================
=            Pricing          =
======================================*/
.pricing-table{
  white-space: nowrap;
  background:linear-gradient(#fff, #f0f0f0);
}
table .col-12{
  padding: 5px 15px;
}

table .col-12 span{
  font-size:14px;
}
.table-bg{
  background:#1A648E;
}
.table-bg1{
  background:#1A648E;
}
.table-bg1 h5{
  word-wrap: break-word;
}
.opt-p{
  width:12%;
}
table th{
  font-size:14px;
  font-weight: 600;
  color: #5e5e5e;
  text-align: center;
}

@media (max-width: 780px) {
  .pricing-table{
    overflow-x: scroll;
  }
}


/*=====================================
=            client          =
======================================*/
.client{
  background:#fff;
  padding:80px 0;
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.featured .section-title h2{
  margin-top:50px;
}

/*=====================================
=         app customization          =
======================================*/
.app-custom{
  background: #1A648E;
  padding:10px;
}

.app-custom h5{
  font-size:18px;
  margin:0 30px 0 0;
  font-weight: 300; 
}

.app-custom button{
  width:100%;
  transition: all .2s ease-in-out;
  color: white; 
  font-size: 14px; 
  background-color: #1A648E; 
  border: 1px solid #FFFFFF; 
  border-radius: 4px; 
  padding: 6px 15px;
}

.app-custom .btn:hover{
  color:#1A648E;
  border: 2px solid #1A648E;
  padding: 0.6rem 2.6rem;
  background: #fff;
  transform: scale(1.05);
}
@media (max-width: 576px){
  .app-custom{padding:15px;}
  .app-custom button{width:100%;margin:10px 0 0;}
  .app-custom h5{text-align: center; margin: 0;}
  .main-nav{top: 115px;}
  .module-cover{padding-top: 175px !important;}
}


/*=====================================
=            Testimonial          =
======================================*/
.testimonial{
background: linear-gradient(#f0f0f0,#fff);
}

.rating-card{
  padding:10px 60px;
}
.test-card{
  padding:1.5% 10%;
  height:350px;
}
.card-body img{
  width:8%;
  margin:15px 0;
  border-radius:100%;
}

.card-body h5{
  color:#111;
  text-align: center;
  padding-top: 15px;
}

.card-body p{
  color:#111;
  text-align: justify;
  padding: 15px 50px;
}

.carousel-control-prev{
background: linear-gradient(0.25turn, #e0e0e0,#f1f1f1);
  width:10%;
}

.carousel-control-next{
background: linear-gradient(0.75turn, #e0e0e0,#f1f1f1);
  width:10%;
}

.carousel-control-next-icon{
color:#111;
}

.carousel-item .rating{
  width: 12%;
  display: block;
  margin: 25px auto 0;
  border-radius: 0;
  background: white;
}

@media (max-width: 780px) {
  .card{ padding:30px;}
  .card-body img{width:20%;margin:15px 0;}
  .card-body h5{padding-top: 40px;}
  .card-body p{padding: 25px 40px;}
}
@media (max-width: 567px) {
  .card{ padding:0;}
  .card-body img{width:20%;margin: 30px 0px;}
  .card-body h5{padding-top: 0px;}
  .card-body p{padding:20px; margin-bottom:10px;}
  .test-card{
    height:450px;
  }
}

/*=====================================
=            Contact          =
======================================*/
.contact{
  padding: 80px 0;
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.07);
}

.contact img{
  display: block;
  margin: auto;
  padding: 25px;
}

.form-group .btn{
  background: #1A648E;
  color:#fff;
  padding:0.8rem 0.5rem;
  border: 2px solid #fff;
  transition: all .2s ease-in-out;
}

input[type='text'],input[type='email'],.form-group textarea{
  background:transparent;
}

input[type=text]:focus ,input[type=email]:focus,.form-group textarea:focus {
  outline: none !important;
  border-color: #1A648E;
  box-shadow: 0 0 2px #1A648E;
}

::placeholder{
  outline-color: #fabe0c;
}

.form-group .btn:hover{
  background:none;
  color:#1A648E;
  border: 2px solid #1A648E;
  transform: scale(1.005);

}


/*=====================================
=            CTA         =
======================================*/

.cta{
  background:linear-gradient(#fff, #f0f0f0); 
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.07);
   padding: 100px 0;
}

.cta-col{
  display: block;
  width: 100%;
  margin: auto;
}

.cta-download{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.cta-download ul{
  list-style: none;
  margin-left: 0px !important;
  padding: 0;
}



.cta-download .play-store, .cta-download .app-store{
  display: block;
  padding: 10px;
}

.cta-download img{
  width: 300px;
  margin-bottom: 25px;
}

.cta-download a{
  background: #1A648E;
  width: 100%;
  border-radius: 25px;
  color: #fff;
  padding: 10px 50px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 500;
}

@media (max-width: 567px) {
  .cta-download{
    display: block;
  }
}

/*=====================================
=            Footer Widget          =
======================================*/
.unique-color-dark{
  background: #2c2c2c;
  color: #fff;
}

.page-footer img{
  height: 50px;
}

.widget li a{
  color: #fff;
  text-transform: capitalize;
}
.widget-categories ul li,
.widget-recent-entries ul li,
.widget-recent-entries-custom ul li {
  padding: 10px 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  color: #fff;
}

.widget-categories ul li,
.widget-recent-entries ul li,
.widget-recent-entries-custom ul li {
  padding: 10px 0;
  margin: 0;
}

.widget-categories ul li:first-child,
.widget-recent-entries ul li:first-child,
.widget-recent-entries-custom ul li:first-child {
  padding-top: 0;
}

.widget-categories ul li:last-child,
.widget-recent-entries ul li:last-child,
.widget-recent-entries-custom ul li:last-child {
  border: 0;
  padding-bottom: 0;
}

.widget-recent-entries-custom ul li {
  padding: 12px 0;
}

.widget-recent-entries-custom ul li {
  display: table;
}

.widget-recent-entries-custom ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.widget-recent-entries-custom .wi,
.widget-recent-entries-custom .wb {
  vertical-align: middle;
  display: table-cell;
}

.widget-recent-entries-custom .wi {
  float: left;
  width: 64px;
}

.widget-recent-entries-custom .wi img {
  border-radius: .1875rem;
  width: 100%;
  height: 42px;
}

.widget-recent-entries-custom .wb {
  padding-left: 16px;
  width: 100%;
}
/*=====================================
=            Footer Main          =
======================================*/

.footer-main {
  padding: 25px 0;
  background: #2c2c2c;
  border-top:2px solid #fff;
  padding:12px 50px;
}

.footer-main .copyright p {
color: #fff;
text-align: left;
padding-left:80px
}
.footer-main .copyright a {
color: #fff;
font-weight: 600;
text-decoration: none;
transition: all .2s ease;
}
.footer-main .copyright a:hover {
  color:#fabe0c;
}
.footer-main .list-inline{
  width:45%;
  display: block;
  margin-left:auto;
}
.footer-main .list-inline a{
color:#fff;
text-decoration: none;
padding-top:10px;
padding-left:10px;
font-size:14px;
}
.footer-main .list-inline a:hover{
  color:#fabe0c;
  text-decoration: none;
  }

  .footer-bar{
    padding: 15px 0;
    border-top: 1px solid #333;
  }

  .copyright p, .copyright a{
    text-align:left;
    font-size: 16px;
    color: #ececec;
  }
  
  .privacy p{
    text-align: right;
  }
  
  .footer-pri{
    width: 100%;

  }

  .footer-pri li{
    
  }
  
  .footer-pri li{
    width: 33%;
    display: inline;
    margin: 5px 0 0 10px;
  }

@media (max-width: 768px) {
  .footer-main .copyright p {text-align: center; padding-left:0px;}
  .footer-main .list-inline{
    width:80%;}
}
@media (max-width: 568px) {
  .footer-main .copyright p {text-align: center; padding:0;}
  footer .widget-title{
    margin: 40px 0;
  }
  .privacy p{
    text-align: center;
  }
  footer .wi, footer .wb{
    text-align: left;
  }
  footer .app{
    width: 100%;
  }
  .footer-pri{
    width: 100%;
    margin:auto;
  }
}
/*=====================================
=           Faq         =
======================================*/

.blog .card-title,
.blog .card-text{
  text-align: left !important;
}

.blog p{
  padding: 10px 0;
}




