/**

* Template Name: Patron - Multipurpose Corporate and Security Service HTML Template
* Version: 2.1.0
* Author: Unicoder
* Email: unicoder16@gmail.com
* Developed By: Unicoder
* First Release: 2nd November, 2017
* Author URL: www.unicoderbd.com

**/

img.nav-logo {
    width: 130px;
    aspect-ratio:  auto 130/49;
}

.footer-logo img {
    width: 130px;
}

h1,
.h1 {
    font-size: 40px;
    font-weight: 600
}

h2,
.h2 {
    font-size: 32px;
    font-weight: 600
}

h3,
.h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
}

h4,
.h4 {
    font-size: 21px;
    font-weight: 500
}

h5,
.h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5
}

h6,
.h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}


/*============================
 Navigation
=============================*/
.dropdown-item {
    font-size: 14px;
    text-transform: capitalize;
}

.top-header {
    font-size: 14px
}

.top-header a {
    display: block;
}

.menu-icon {
  display: block !important;
}


img.mobile-logo {
    width: 148px;
}

.footer-widget h4 {
  color: #fffffff2;
}
.footer-widget .fa-circle::before {
  content: "\f111";
  color: white;
  font-size: 8px;
  margin-right: 6px;
}

.tookit li a {
  color: white;
  font-size: 15px;
}
.tookit li a:hover {
  color: black;
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.subscribe-box {
    border: 1px solid #ccc;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
    font-family: Arial, sans-serif;
    background-color: transparent;
    width: 450px;
}

.subscribe-label {
    margin-right: 10px;
    color: white; /* Text color */
    font-size: 16px;
    font-weight: 500;
}

.subscribe-button {
    background-color: transparent;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.subscribe-button:hover {
    text-decoration: underline;
}
.fs-13 {
  font-size: 15px !important;
}
@media(max-width: 768px){
    .subscribe-box{
        width: auto;
    }
}
.clickbroder {
  border: 1px solid #f69e5f;
  padding: 11px;
  border-radius: 5px;
}

.heding-sec{
  display: flex;
  justify-content: space-between;
}

.first_one {
  background: #f65f17;
  padding: 18px 8px;
  border-radius: 50%;
  margin: 8px;
  color: white;
}
.two_sec{
  padding: 20px 3px;
  border-radius: 50%;
  margin: 8px;
  background: #65c7f8;
  color: white;
  font-size: 10px;
}
.three_sec{
  padding: 19px 8px;
  border-radius: 50%;
  margin: 8px;
  color: white;
  font-size: 11px;
  background: #c4c3c3;
}
.title-wrap {
  background: #baffc9;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
  
}
#page-banner {
  background: #fff !important;
}
.title-large .page-title {
  font-size: 25px;
  text-transform: uppercase;
  text-align: center !important;
 padding: 15px 60px;
  background: #AEC6CF;
  border-radius: 20px;
  color: #fff !important;
  
}

.mai-circul {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  justify-content: space-around;
  width: 74%;
}
.mai-circul p {
  font-size: 10px;
}
.mai-circul p {
  font-size: 12px;
  margin-bottom: 12px;
}
.card.shadow-lg.p-4 form input {
    border: 1px solid #ccc;
    box-shadow: 0px 3px 0px #ccc;
}