@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

body {
  font-family: "Poppins", sans-serif;
}
.default__heading h3 {
  font-size: 35px;
  font-weight: 700;
  color: #333;
}
.default__heading p {
  font-size: 14px;
  color: #777;
}
.default__heading span {
  color: #71aec5;
  font-weight: normal;
}
.default__heading img {
  margin-bottom: 2rem;
}
/* ==== header ==== */
header .top_head {
  color: #fff;
  background-color: rgb(23, 63, 178);
  border-bottom: none;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  padding: 8px 0 6px;
}
header ul{
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}

header .follow_us ul li{
  margin-right: 20px;
}
header .contact_link ul{
  justify-content: flex-end;
}
header .contact_link ul li:first-child{
  margin-left: 0;
}
header .contact_link ul li{
  margin-left: 20px;
}
header .contact_link ul li a{
  font-size: 14px;
  text-decoration: none;
}
header ul a{
  font-size: 20px;
  color: #fff;
}
header ul a:hover{
  color:#fff;
}
header nav .nav-item {
  margin-right: 25px;
}
header nav .nav-item:last-child{
  margin-right: 0;
}
header nav .nav-item .nav-link{
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
header nav .nav-item:last-child .nav-link{
  padding-right: 0;
}
header .navbar{
  background: #fff;
}
.navbar-brand img{
  width: 250px;
}
/*===  hero section css start ===*/
.hero__sec {
  background: #000;
  position: relative;
  overflow: hidden;
}
.hero__sec .text__box h3{
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  margin-top: 3rem;
}
.hero__sec .text__box p{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  margin: 1rem 0 3rem;
  display: inline-block;
}
.hero__sec .text__box span{
  color: rgb(23, 63, 178);
}
.products__sec .bottomBtn,
.hero__sec .text__box a{
  display: block;
  background: #FF5E14;
  width: 175px;
  color: #fff;
  font-size: 13px;
  padding: 12px 0;
  border-radius: 35px;
  font-weight: 600;
  margin-bottom: 3rem;
}
.hero__sec .slider__box{
  position: relative;
  z-index: 9;
}
.hero__sec .bg__color{
  background: linear-gradient(90deg,#002d80,#0076bb);
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.hero__sec .bg__img{
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 50%;
}
.hero__sec .owl-carousel img{
  width: 410px;
  margin: auto;
}
/* === product section css start === */
.products__sec{
  background: url(../images/final-page-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 4rem 0 3.5rem;
}
.products__sec .bottomBtn{
  margin: auto;
  margin-top: 2rem;
}
.products__sec h2{
  text-align: center;
  font-weight: 700;
  color: #173362;
  margin: 1.5rem 0;
}
.products__sec .head__sec h5{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  color: #FF5E14;
}
.products__sec .head__sec h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: #173362;
}
.products__sec .head__sec p{
  font-size: 15px;
  color: #777;
  line-height: 26px;
  position: relative;
  width: 80%;
  margin: auto;
}
.products__sec .product_card{
  box-shadow: 0px 3px 15px 0px rgba(134, 170.00000000000006, 231, 0.22);
  border-radius: 7px;
  background: #fff;
  padding: 2rem;
  position: relative;
  margin-bottom: 1.5rem;
  border-bottom: 4px solid #FF5E14;
}
.products__sec .product_card h5{
  font-size: 13px;
  color: #173362;
  margin: 1.5rem 0;
  text-align: center;
}
.products__sec .product_card img{
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: auto;
  display: block;
}
.products__sec .product_card .ask{
  text-decoration: none;
  position: absolute;
  top: 22px;
  background: #173362;
  left: 0;
  font-size: 13px;
  padding: 8px 18px;
  color: #fff;
  border-radius: 0 25px 25px 0;
}
.products__sec .product_card .view{
  display: block;
  background: #173362;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
  border-radius: 35px;
  width: 250px;
  margin: auto;
}
.products__top__sec{
  height: 350px;
  position: relative;
  background: url(../images/bgThumb.jpg);
  background-position: center;
  background-size: cover;
}
.products__top__sec::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #00183bd9;
  height: 100%;
  width: 100%;
}
.products__top__sec h3{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-transform: uppercase;
  font-size: 45px;
  font-weight: 700;
}
.pro__sec .product_block h3{
  font-size: 25px;
  font-weight: 600;
  color: #173362;
}
.pro__sec .product_block ul{
  padding: 0;
  list-style: none;
  margin: 2rem 0;
}
.pro__sec .product_block li{
  font-size: 14px;
  color: #777;
  line-height: 28px;
}
.pro__sec .product_block li i{
  font-size: 12px;
  color: #FF5E14;
  margin-right: 6px;
}
.pro__sec .product_block a.btn{
  background: #1a3664;
  border-color: #1a3664;
  border-radius: 35px;
  font-size: 14px;
  text-transform: uppercase;
}
/* === about__sec css start === */
.about_sec{
  background: #f6f6f6;
  padding: 3rem 0;
}
.about_sec h3{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #173362;
}
.about_sec h3 span{
  color: #FF5E14;
  font-weight: normal;
}
.about_sec p{
  font-size: 15px;
  color: #777;
  line-height: 26px;
  text-align: justify;
}
footer {
  background: #173362 url(../images/footer-bkg.png);
  background-size: cover;
  padding: 3rem 0;
}
footer .ft__box h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FF5E14;
}
footer .ft__box p {
  font-size: 13px;
  color: #fff;
}
footer .ft__box ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}
footer .ft__box li,
footer .ft__box li a {
  line-height: 26px;
  color: #fff;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}
footer .ft__box i {
  font-size: 11px;
  margin-right: 5px;
}
.stripe {
  background: rgb(23, 63, 178);
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  padding: 1rem 0;
  text-align: center;
}
.stripe a {
  text-decoration: none;
  color: #fff;
}
.showMore {
  display: block;
  margin: auto;
  font-size: 13px;
  font-weight: 500;
  background: #71aec5;
  border-radius: 25px;
  color: #fff;
  width: 150px;
}
.contact_sec {
  background: #eee;
  padding: 3rem 0;
}
.contact_sec .contact_wrapper {
  padding: 50px;
  background: #fff;
  box-shadow: 0.3px 0.2px 14px #000000bd;
  position: relative;
}
.contact_sec .contact_txt {
  background: #fff;
  padding: 22px 26px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.contact_sec .contact_txt h3 {
  font-size: 25px;
  text-transform: capitalize;
  font-weight: 700;
  color: #71aec5;
  margin-bottom: 25px;
}
.contact_sec .contact_txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact_sec .contact_txt ul li {
  margin-bottom: 29px;
}
.contact_sec .contact_txt ul li a {
  font-size: 13px;
  font-weight: 400;
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.contact_sec .contact_txt ul li a i {
  color: #71aec5;
  font-weight: 700;
  font-size: 15px;
  margin-right: 15px;
}
.contact_sec ul.follow_us {
  display: flex;
  justify-content: center;
}
.contact_sec ul.follow_us li {
  padding: 11px 12px;
  width: 45px;
  height: 45px;
  background-color: #f1f1f1;
  border-radius: 50%;
  box-shadow: 0 5px 15px -5px #00000070;
  margin: 0 9px;
}
.contact_sec ul.follow_us li i {
  font-size: 21px !important;
}
.contact_sec .form_sec h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
}
.contact_sec .form_sec .form-control {
  box-shadow: none;
  outline: none;
  border-radius: 35px;
  margin-bottom: 27px;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #71aec5;
  padding: 9px 11px;
}
.contact_sec .form_sec textarea {
  box-shadow: none;
  outline: none;
  border-radius: 5px;
  margin-bottom: 17px;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #71aec5;
  width: 100%;
  padding: 10px 8px;
}
.contact_sec .form_sec ::placeholder {
  color: #71aec5;
}
.contact_sec button {
  width: 150px;
  border: 2px solid #71aec5;
  padding: 8px 0;
  border-radius: 25px;
  color: #71aec5;
  text-transform: uppercase;
}

.top__head {
  background: url(../images/home_3_rev_slider_2.jpg);
  background-size: cover;
  height: 410px;
  background-position: center;
  position: relative;
}
.top__head h3 {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
.about__sec {
  background: url(../images/pages-bg.jpg);
  height: 330px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.about__sec h3 {
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}
.about_ex {
  padding: 3rem 0;
  background: url(../images/pattern-bg.png);
}
.about_ex .right_box small {
  font-size: 13px;
  font-weight: 600;
  color: #71aec5;
}
.about_ex .right_box h3 {
  font-size: 35px;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
}
.about_ex .right_box h6 {
  color: #71aec5;
  font-size: 15px;
  margin-bottom: 1rem;
  line-height: 26px;
}
.about_ex .right_box p {
  font-size: 14px;
  font-weight: normal;
  color: #777;
  line-height: 26px;
}
.about_ex .iconBlock {
  margin-top: 4rem;
}
.about_ex .iconBlock img {
  width: 40px;
  margin-bottom: 10px;
}
.about_ex .iconBlock h5 {
  font-size: 17px;
  font-weight: 600;
}
.about_ex .iconBlock span {
  font-size: 13px;
  color: #777;
}
.explore__txt {
  padding: 3rem 0;
}
.explore__txt h3 {
  font-size: 30px;
  font-weight: 600;
  color: #333;
}
.explore__txt p {
  font-size: 14px;
  line-height: 26px;
  color: #777;
}
.explore__txt img {
  border-radius: 15px;
  height: 100%;
  object-fit: cover;
}
.bottom_box {
  background: url(../images/pattern-bg.png);
  padding: 3rem 1.5rem;
}
.bottom_box h5 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 5px;
}
.bottom_box img {
  width: 60px;
  margin-bottom: 1rem;
}
.bottom_box p {
  font-size: 14px;
  color: #777;
}
.bottom_box .img_box {
  background: #f8f8f8;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  padding: 1rem;
  margin-bottom: 1.5rem;
}
