@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;
}
.navbar{
    padding: 0px 0px 0px 0px;
}
.navbar-brand img {
    width: 200px;
}
.hero-section {
    background: url('../img/inner-banner.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    padding: 150px 0;
}
.social-icons{
    display: inline-block;
    margin-left: 25px;
}
.tophead{
    padding: 7px 0px 7px 0px;
    font-size: 13px;
    
}
.gallery-cell {
    width: 100%;
  }
  .flickity-page-dots{
    bottom: 15px;
  }
.about-section h1{
    text-transform: uppercase;
    font-size: 35px;
    color: #2278c4;
    font-weight: 600;
    margin-bottom: 25px;
}
.about-section h2{
    color: #666d72;
    font-size: 20px;
    margin-bottom: 25px;
}
.about-section p{
    font-size: 15px;
    color: #888888;
}
.about-section h1::after{
    content: "";
    display: block;
    width: 20%;
    height: 4px;
    background: #2278c4;
    margin: 0 auto;
    margin-top: 10px;
}
.carousel-caption{
    text-align: left;
  top: 25%;
  bottom: auto;
  left: auto;
  right: auto;
}
.carousel-caption h5{
    font-size: 75px;
    line-height: 72px;
    font-weight: 600;
}
.bg-light.border{
    border-bottom: solid 1px #dfdfdf;    
}
.navbar-nav a.nav-link{
    font-size: 16px;
    padding: 50px 20px 47px 20px !important;
    border-bottom: solid 3px #ffffff;
    font-weight: 500;
}
.navbar-nav a.nav-link:hover{
    color: #06419b !important;
    border-bottom: solid 3px #06419b;
}
.navbar-nav a.nav-link.active{
    color: #06419b !important;
    border-bottom: solid 3px #06419b;
}
.social-icons a{
    display: inline-block;
    padding: 7px;
    color: #010101;
    background: #cecece;
    border-radius: 50px;
    width: 38px;
    text-align: center;
    font-size: 15px
}
.about-section, .products-section, .newsletter-section {
    padding: 70px 0;
}
.about-section img{
    position: absolute;
    left: 15px;
    border: solid 5px #ffffff;
    
}
.features{
    border: solid 4px #2278c4;
    padding: 75px 50px 30px 50px;
    margin: 25px 0px 0px 40px;
    
}
.features p{
    color: #010101;
    line-height: 24px;
}
.features span{
    font-size: 43px;
    color: #0071bb;
    display: block;
    padding-top: 16px;
    border: solid 2px #0071bb;
    border-radius: 70px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.products-section {
    background-color: #f6f6f6;
    box-shadow: inset 0 0 20px #ccc;
}
.products-section h3 {
    color: #2278c4;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 50px;
}
.products-section .card-body{
    position: absolute;
    bottom: 60px;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
.products-section .card{
    background: #010101;
    border-radius: 10px;
}
.products-section .card a.link{
    display: block;
    background: #2278c4;
    color: #ffffff;
    font: 16px;
    padding: 10px;
    position: absolute;
    border-radius: 7px;
    bottom: 27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 170px;
    z-index: 50;
}
.products-section .card img{
    opacity: 0.3;
}
.newsletter-section {
    background-color: #2278c4;
    color: white;
}
.newsletter-section input[type="email"] {
    max-width: 300px;
    margin-right: 10px;
}
.newsletter-section h2, .newsletter-section form{
    display:  inline-block;
}
.newsletter-section h2 span{
    font-weight: 400;
    font-size: 14px;
}
.newsletter-section form{
    float: right;
}
.newsletter-section form input{
    background: none;
    border-radius: 50px;
    color: #ffffff;
    padding: 8px 15px 8px 25px;
    height: auto;
}
.newsletter-section form button{
    background: #ffffff;
    border-radius: 50px;
    color: #010101;
    padding: 10px 30px 10px 30px;
    border: none;
}

.newsletter-section form input::placeholder{
    color: #ffffff;
}
.newsletter-section h2{
    text-align: left;
    line-height: 26px;
    margin-bottom: 0px;
}
.footer {
    background-color: #ffffff;
    color: #010101;
    padding: 60px 0;
    font-size: 14px;
    line-height: 24px;
}
.footer ul.list {
    margin: 0px 0px 0px 13px;
    padding: 0px;
}
.footer ul.list li{
    list-style: circle;
    padding: 3px 0px 3px 0px;
}
.footer a {
    color:#010101;
}
.footer h5{
    font-size: 22px;
    font-weight: 500;
    border-bottom: solid 1px #2278c4;
    display: inline-block;
  padding: 0px 10px 8px 0px;
  margin-bottom: 16px;
  position: relative;
}
.footer h5::after{
    content: "";
    display: block;
    height: 3px;
    width: 50%;
    background: #2278c4;
    position: absolute;
    bottom: -2px;
}
.footstrip{
    background: #2278c4;
    color: #ffffff;
    padding: 20px 0px 20px 0px;
}
.inner-page{
    padding: 50px 0px 50px 0px;
    text-align: justify;
    line-height: 28px;
}
.inner-page h1{
    font-size: 20px;
    font-weight: 600;
    color: #777d84 ;
}
.inner-page h1{
    font-size: 17px;
    text-align: center;
    border-bottom:solid 2px #777d84;
    display: table;
    margin: 0 auto;
    margin-bottom: 10px;
    padding: 0px 20px 10px 20px;
}
.inner-page.aboutus h3{
    font-size: 22px;
    border-left: solid 4px #0071bb;
    padding-left: 15px;
    margin-top: 20px;
}
.inner-page .card{
    min-height: 370px;
    border-color: #eee;
    padding: 30px;
    box-shadow: 5px 5px 20px #d7d7d7;
    border-radius: 35px;
}
.side-nav{
    margin: 0px;
    padding: 0px;
}
.side-nav li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.product-list{
    margin: 0px;
    padding: 0px;
}
.product-list li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.product-list li a{
    display: block;
    padding: 5px 8px 5px 10px;
    border: solid 1px #eee;
    margin-bottom: 10px;
    text-align: left;

}
.product-list li a:hover{
    text-decoration: none;
    color: #666d72;
}
h3.phead{
    border-bottom: solid 1px #0071bb;
    border-left: solid 5px #0071bb;
    padding: 10px 0px 10px 20px;
    margin-bottom: 30px;
}
.contact input, .contact textarea{
    border-radius: 5px;
    padding: 25px 15px 25px 15px;
    border: solid 2px #dfdfdf;
}
.contact .btn-primary{
    border-radius: 1px;
    min-width: 250px;
    background-color: #0071bb;
    padding: 8px 0px 8px 0px;
    text-transform: uppercase;
}
.side-nav li a{
    display: block;
    padding: 20px 10px 20px 20px;
    border: solid 1px #eee;
    border-radius: 5px;
    margin-bottom: 5px;
    box-shadow: 5px 5px 20px #d7d7d7;
}
.side-nav li a:hover{
    text-decoration: none;
    background: #0071bb;
    color: #ffffff;
}
.inner-page.faq .card{
    min-height: auto;
    padding: 0px;
    box-shadow: none;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
}
.inner-page .services .card{
    box-shadow: 0px 0px 0px #f0f0f0;
    text-align: left;
    min-height: auto;
    padding: 0px 0px 0px 50px;
    border-radius: 20px;
}
.inner-page.pands .products .col{
    text-align: center;
}
.products .icon-text-wrapper{
    border: solid 1px #eee;
    padding: 35px 20px 20px 20px;
    min-height: 170px;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 5px 5px 20px #d7d7d7;
}
.products .icon-text-wrapper i{
    font-size: 25px;
}
.products .icon-text-wrapper h5{
    font-size: 18px;
    margin-top: 10px;
    color: #010101;
}
.products a:hover{
    text-decoration: none;
}
.inner-page .services .card i{
    position: absolute;
    left: 30px;
    font-size: 25px;
}

.inner-page.aboutus .card i{
    font-size: 45px;
    color: #0071bb;
}
.inner-page.aboutus .card h5{
    margin-top: 20px;
}
.inner-page h2{
    font-size: 25px;
    text-align: center;
    margin: 0px 0px 20px 0px;
}