



@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');




* {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: 'Lato', sans-serif;
  color: #6E6E6E;
  font-weight: 400;
}

:root {
  --primary-color: #04427b;
  --secondary-color: #007cc0;
  --third-color: #293C73;
  --forth-color: #a5ce34;
  --basic-color: #0D0D0D;
}

p {
  color: #6E6E6E;
  font-weight: 500;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: 'Lato', sans-serif;
}

a:hover,
a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #16213E;
  /* font-family: "Poppins", sans-serif; */
  line-height: 1.4;
}

h3 {
  font-size: 22px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

/* img {
  max-width: 100%;
} */

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

/* Default btn Style  */
.default-btn-two {
  padding: 14px 27px;
  background-color: var(--primary-color);
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

.default-btn-two::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  background-color: #16213E;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  border-radius: 5px;
}

.default-btn-two:hover {
  background-color: var(--forth-color);
  color: #ffffff;
}

.default-btn-two:hover::before {
  height: 100%;
  opacity: 1;
  border-radius: 5px;
}

/* Section Title Style  */
.section-title span {
  text-transform: capitalize;
  padding-bottom: 10px;
  font-weight: 500;
  color: #1FA2FF;
  line-height: 0;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.2;
  color: #16213E;
}

.section-title .section-icon {
  position: relative;
  width: 310px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-title .section-icon .icon {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  font-size: 40px;
  color: #1FA2FF;
  line-height: 1;
}

.section-title .section-icon::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 25px;
  width: 100px;
  height: 2px;
  background-color: #1FA2FF;
}

.section-title .section-icon::after {
  content: '';
  position: absolute;
  top: 20px;
  right: 25px;
  width: 100px;
  height: 2px;
  background-color: #1FA2FF;
}

.section-title p {
  padding-top: 10px;
  font-weight: 500;
  margin-bottom: 0;
}


.top-header {
  padding: 5px 0;
}

.top-header-bg {
  background-color: var(--primary-color);
}

.header-left {
  text-align: left;
  z-index: 1;
  position: relative;
}

.header-left .header-left-card ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-left .header-left-card ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 7px;
  color: #ffffff;
  margin-right: 35px;
}

.header-left .header-left-card ul li:last-child {
  margin-right: 0;
}

.header-left .header-left-card ul li .head-icon {
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 61%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-left .header-left-card ul li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-left: 25px;
}

.header-left .header-left-card ul li:hover .head-icon {
  color: #ffffff;
}

.header-left .header-left-card ul li:hover a {
  color: var(--forth-color);
}

.header-right {
  float: right;
}

.top-social-link {
  float: right;
}

.top-social-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-social-link ul li {
  display: inline-block;
  margin-right: 5px;
}

.top-social-link ul li a {
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
}

.top-social-link ul li a:hover {
  background-color: #ffffff;
  color: #16213E;
}

/* Top Header End */
/* Navbar Area */
.main-nav .navbar-brand {
  width: 70px;
}

.navbar-area {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.navbar-light .navbar-brand img {
  float: left;
  padding: 5px 0;
}

.navbar-light .navbar-brand-sticky {
  display: none;
}

/* Main nav */
.main-nav {
  position: inherit;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: inherit;
  padding: 0;
  width: 100%;
  height: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: var(--primary-color) !important;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #16213E;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: var(--primary-color) !important;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: var(--primary-color) !important;
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  color: #16213E !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 500;
  padding: 10px;
  border-bottom: 1px dashed #ebebeb;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: var(--primary-color) !important;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: var(--primary-color) !important;
  border-radius: 0;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: var(--primary-color) !important;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  margin-top: 18px !important;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-bar {
  position: absolute;
  max-width: 1240px;
  margin: 0 auto;
  left: 0;
  right: 0;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.sticky-nav .nav-bar {
  max-width: 100%;
}

/* Navbar Area End */

/* SLIDER CSS START */
.my-slider .carousel-control-next-icon {
  background-image: url("../img/bootstrap-cu-icon/right-arrow.png");
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
  text-indent: -9999px;
  position: absolute;
  right: 10px;
}

.my-slider .carousel-control-prev-icon {
  background-image: url("../img/bootstrap-cu-icon/left-arrow.png");
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: #fff;
  text-indent: -9999px;
  position: absolute;
  left: 10px;
}

/* SLIDER CSS END */
/*  Media Corner CSS START*/
.media-corner {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 247, 252, 1) 100%);
  padding: 50px 0;
}

.media-corner-inner {
  background: #04427b;
  padding: 10px;
  border-top:4px solid #a5ce34;
  margin-bottom: 30px;
}

.media-corner-inner .slug-cat {
  float: left;
  color: #ffffff;
  font-size: 14px;
}

.media-corner-inner .date {
  float: right;
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 300;
  line-height: 40px;
}

.media-corner-inner .date span {
  float: right;
  overflow: hidden;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  margin-top: 5px;
  margin-left: 5px;
}

.media-corner-inner .title {
  color: #fff;
  font-size: 16px;
  clear: left;
  padding: 40px 0 35px;
  height: 156px;
  line-height: 27px;
}

/* Media Corner CSS END*/

/* ABOUT SECTION START  */
.about-left-content {
  margin-top: 50px;
}

.about-section .about-left-content span {
  color: var(--forth-color);
  font-weight: 600;
  margin-bottom: 11px;
  display: block;
  position: relative;
  padding-left: 80px;
}

.about-section .about-left-content span::before {
  content: '';
  position: absolute;
  left: 2px;
  width: 50px;
  height: 2px;
  background-color: var(--forth-color);
  top: 15px;
}

.about-section .about-left-content h2 {
  font-size: 40px;
  font-weight: 900;
  color: var(--primary-color);
}

.about-section {
  position: relative;
  padding-top: 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 247, 252, 1) 100%);
  padding-bottom: 50px;
}

.shape-img img {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  left: 20px;
  max-width: 108px;
}

.about-right-content {
  position: relative;
}

.about-right-product {
  background-color: var(--primary-color);
  padding: 25px;
  margin-bottom: 30px;
}


.about-secondary-bg {
  background-color: #a5ce34;
}

.about-right-product img {
  margin-bottom: 12px;
}

.about-right-product h4 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  padding-top: 10px;
}

.about-right-product p {
  font-size: 16px;
  color: #fff;
}

.about-right-content::before {
  position: absolute;
  content: "";
  background: #f7f9fd;
  height: 120px;
  width: 120px;
  z-index: 9;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: auto;
  top: 50%;
  transform: translateY(-50%);
 
  margin-top: -20px;
}

/* ABOUT SECTION END */
/* Service Area */
.service-area {
  overflow: hidden;
  position: relative;
}

.service-area .section-title h2 {
  margin-top: 0;
}

.service-area .section-title p {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.service-card {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #16213E;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.service-card:hover::before {
  height: 100%;
  opacity: 0.8;
}

.service-card:hover .service-content {
  top: 36%;
  -webkit-transform: translateY(-31%);
  transform: translateY(-31%);
}

.service-card:hover .service-content::before {
  display: none;
}

.service-card:hover .service-content .service-icon {
  background-color: #ffffff;
  color: #16213E;
  margin-bottom: 20px;
}

.service-card:hover .service-content h3 {
  margin-bottom: 10px;
}

.service-card:hover .service-content h3 a {
  color: #ffffff;
}

.service-card:hover .service-content .content {
  display: block;
}

.service-card:hover .service-content .content p {
  color: #ffffff;
}

.service-card:hover .service-shape-1 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.service-card:hover .service-shape-2 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.service-card a {
  display: block;
}

.service-card .service-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  background-color: transparent;
  z-index: 1;
  height: auto;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  overflow: hidden;
}

.service-card .service-content::before {
  content: '';
  position: absolute;
  bottom: -60px;
  z-index: -1;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

.service-card .service-content .service-icon {
  font-size: 35px;
  width: 75px;
  height: 75px;
  color: #ffffff;
  background-color: #1FA2FF;
  line-height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  border-radius: 50px;
  text-align: center;
  position: relative;
}

.service-card .service-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.service-card .service-content h3 a {
  color: #16213E;
}

.service-card .service-content .content {
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.service-card .service-content .content p {
  color: #ffffff;
  margin-bottom: 0;
}

.service-card .service-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-card .service-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-dots {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.service-dots-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-item {
  padding: 50px 30px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.service-item::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

/* .service-item.service-item-bg1::before {
  background-image: url(../img/services/service-img1.jpg);
}

.service-item.service-item-bg2::before {
  background-image: url(../img/services/service-img2.jpg);
}

.service-item.service-item-bg3::before {
  background-image: url(../img/services/service-img3.jpg);
}

.service-item.service-item-bg4::before {
  background-image: url(../img/services/service-img4.jpg);
}

.service-item.service-item-bg5::before {
  background-image: url(../img/services/service-img5.jpg);
}

.service-item.service-item-bg6::before {
  background-image: url(../img/services/service-img6.jpg);
} */

.service-item::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #16213E;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0;
}

.service-item:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-item:hover::before {
  height: 100%;
  opacity: 1;
}

.service-item:hover::after {
  height: 100%;
  opacity: 0.8;
}

.service-item:hover .service-shape-1 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.service-item:hover .service-shape-2 {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.service-item:hover .service-item-icon {
  background-color: #ffffff;
  color: #16213E;
}

.service-item:hover h3 a {
  color: #ffffff;
}

.service-item:hover p {
  color: #ffffff;
}

.service-item .service-item-icon {
  font-size: 35px;
  width: 75px;
  height: 75px;
  color: #ffffff;
  background-color: var(--primary-color);
  line-height: 75px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border-radius: 50px;
  text-align: center;
  position: relative;
}

.service-item h3 {
  margin-bottom: 15px;
  font-size: 22px;
}

.service-item h3 a {
  color: #16213E;
}

.service-item p {
  color: #16213E;
  margin-bottom: 0;
}

.service-item .service-shape-1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-item .service-shape-2 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-details-area {
  position: relative;
}

.service-details-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.service-details-shape img {
  max-width: 200px;
}

.services-article h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.services-article .services-article-img {
  margin-bottom: 30px;
}

.services-article .services-content p {
  margin-bottom: 30px;
}

.services-article .services-another-content p {
  margin-bottom: 20px;
}

.services-article .services-another-content .content-img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.services-article .services-content-more p {
  margin-bottom: 20px;
}

.services-article .services-specialist h2 {
  margin-bottom: 30px;
}

.service-categories {
  margin-bottom: 30px;
}

.service-categories h3 {
  font-size: 20px;
  color: #16213E;
  margin-bottom: 20px;
}

.service-categories ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.service-categories ul li {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  display: block;
}

.service-categories ul li:last-child {
  margin-bottom: 0;
}

.service-categories ul li a {
  color: #ffffff;
  font-weight: normal;
  font-weight: 600;
  background-color: #1FA2FF;
  padding: 15px;
  display: inline-block;
  width: 100%;
}

.service-categories ul li a i {
  float: right;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  top: 5px;
}

.service-categories ul li a:hover {
  background-color: #16213E;
}

.service-open-hours {
  background-color: #16213E;
  padding: 40px 30px;
  margin-bottom: 30px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.service-open-hours h3 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}

.service-open-hours ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.service-open-hours ul li {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #ffffff;
}

.service-open-hours ul li:last-child {
  margin-bottom: 0;
}

.service-open-hours ul li span {
  float: right;
}

/* Service Area End */

/* PRODUCT SECTION START */
/* OWL CSS START */
.owl-carousel .owl-nav .fa {
  font-weight: 900;

}

.owl-prev,
.owl-next {
  width: 27px;
  height: 27px;
  display: inline-block !important;
  text-align: center;
  background: #F2F2F2 !important;
  border-radius: 0 !important;
  margin: 1px !important;
}

.owl-prev:hover,
.owl-next:hover {
  background: var(--primary-color) !important;
  color: #fff !important;
}

.owl-nav>div {
  background: #1a3d63;
  color: white;
  z-index: 100;
  width: 30px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-theme .owl-nav {
  position: absolute;
  z-index: 111;
  top: -42px;
  right: 0;
}

.owl-carousel .owl-item {
  border: solid 2px rgb(156, 150, 150);
}

/* OWL CSS END */
/* PRODUCT SECTION START */
.product-section {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(244, 247, 252, 1) 100%);
  padding-top: 30px;
}

.sub_content {
  padding: 30px 0;
}

.dividerHeading {
  position: relative;
  z-index: 1;
}

.dividerHeading h4 {
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 50px;
  padding: 0 12px;
  display: inline-block;
  z-index: 2;
  background:#04427b;
  text-transform: uppercase;
}

.dividerHeading h4::after {
  content: "";
  background: #04427b;
  width: 100%;
  height: 10px;
  position: absolute;
  top: 15%;
  left: 0;
  z-index: -1;
}
.owl-prev, .owl-next{
  color: #04427b !important;
}
.product-details {
  background-color: #fff;
  text-align: center;
  padding: 6px 0;
  border-top: solid 2px rgb(156, 150, 150);
}

.product-name h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary-color);
}
@media screen and (max-width: 767px){
  .product-name h2 {
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
  }
  .product-details .default-btn-two {
    font-size: 12px;
    background-color: var(--primary-color);
    padding: 1px 5px;
    border-radius: 5px;
  }
}
.product-dis h3 {
  font-size: 10px;
  color: var(--forth-color);
}

.product-details .default-btn-two {
  font-size: 12px;
  background-color: var(--primary-color);
  padding: 10px 10px;
  border-radius: 5px;
}

.product-more-button {
  margin-top: 45px;
  margin-bottom: 30px;
  text-align: center;
}

/* PRODUCT SECTION CSS END */
/* Faq Area  */
.faq-bg {
  background-color: #F9F9F9;
  position: relative;
}

.faq-bg::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/faq-img.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.faq-bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #002F79;
  opacity: 0.8;
}

.faq-accordion {
  max-width: 490px;
  margin-bottom: 30px;
}

.faq-accordion .section-title {
  margin-bottom: 30px;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 10px 40px 10px 15px;
  color: #16213E;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 600;
  background-color: #ffffff;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  width: 30px;
  height: 30px;
  color: #16213E;
  border-radius: 50px;
  border: 1px solid #16213E;
  text-align: center;
  line-height: 30px;
  background-color: transparent;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 10px;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  background-color: #ffffff;
  padding: 0 15px 18px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-counter-area {
  margin-left: 80px;
}

.faq-counter-area .col-lg-6:nth-child(2) .single-counter {
  margin-top: 60px;
}

.faq-counter-area .col-lg-6:nth-child(3) .single-counter {
  margin-top: -60px;
}

.single-counter {
  background-color: #002f79cc;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 60px 15px;
  border: 1px dashed #ffffff;
  margin-bottom: 30px;
}

.single-counter::before {
  content: "\f10a";
  position: absolute;
  color: #ffffff15;
  left: 0;
  right: 0;
  top: 35px;
  font-family: Flaticon;
  font-size: 130px;
  -webkit-transform: rotate(80deg);
  transform: rotate(80deg);
  line-height: 1;
  opacity: 0.8;
}

.single-counter h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.2;
}

.single-counter span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

/* Faq Area End */
.footer-bg{
  background-color: #2A2A58;
}
/* Footer Area  */
/* .footer-bg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#ffffffcc, #ffffff),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-24T132541.469.png?updatedAt=1690185364680);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;
} */

.footer-area::before {
  content: '';
  /* position: absolute; */
  /* top: 0;
  left: 0;
  right: 0; */
  width: 100%;
  height: 100%;
  /* background-color: #fbfbfb9d; */
  opacity: 0.9;
}

.footer-widget {
  margin-bottom: 30px;
}

.footer-widget .footer-logo {
  margin-bottom: 30px;
  width: 90px;
}

.footer-widget .footer-logo a {
  display: block;
}

.footer-widget h3 {
  font-size: 21px;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-widget p {
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  color: #252424;
  margin-bottom: 5px;
}

.footer-widget .footer-list li a {
  color: #252424;
}

.footer-widget .footer-list li a:hover {
  color: #16213E;
  letter-spacing: 0.15px;
}

.footer-widget .footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-contact-list li {
  display: block;
  color: #252424;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  font-weight: 500;
}

.footer-widget .footer-contact-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-contact-list li i {
  color: #1FA2FF;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 20px;
}

.footer-widget .footer-contact-list li .content a {
  color: #252424;
  display: block;
  font-weight: 500;
}

.footer-widget .footer-contact-list li:hover {
  color: #1FA2FF;
}

.footer-widget .footer-contact-list li:hover i {
  color: #16213E;
}

.footer-widget .footer-contact-list li:hover a {
  color: #1FA2FF;
}

.footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .footer-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer-widget .footer-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-list li a {
  color: #ffffff;
  font-weight: 500;
}

.footer-widget .footer-list li a i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.footer-widget .footer-list li a:hover {
  color: #1FA2FF;
}

.footer-widget .open-hours-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widget .open-hours-list li {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #252424;
  position: relative;
}

.footer-widget .open-hours-list li::before {
  content: '';
  position: absolute;
  top: 16px;
  width: 25%;
  height: 100%;
  left: 28%;
  right: 25%;
  border-top: 1px dotted #6E6E6E;
}

.footer-widget .open-hours-list li:last-child {
  margin-bottom: 0;
}

.footer-widget .open-hours-list li span {
  float: right;
}

.footer-widget .social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.footer-widget .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
}

.footer-widget .social-link li:nth-child(1) a {
  background-color: #3b5998;
}

.footer-widget .social-link li:nth-child(1) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(2) a {
  background-color: #55acee;
}

.footer-widget .social-link li:nth-child(2) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(3) a {
  background-color: #3f729b;
}

.footer-widget .social-link li:nth-child(3) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(4) a {
  background-color: #ff0000;
}

.footer-widget .social-link li:nth-child(4) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.footer-widget .social-link li:nth-child(5) a {
  background-color: #c80000;
}

.footer-widget .social-link li:nth-child(5) a:hover {
  background-color: #16213E;
  -webkit-animation: tada 1s linear;
  animation: tada 1s linear;
}

.copy-right-area {
  padding: 15px;
  background-color: #EFEFEF;
}

.copy-right-area .copy-right-text p {
  color: #554D63;
  margin-bottom: 0;
}

.copy-right-area .copy-right-text p a {
  color: #16213E;
}

.copy-right-area .copy-right-text p a:hover {
  color: #1FA2FF;
}

/* Footer Area End */

/* INNER PAGE CSS START */

/* BANNER SECTION CSS START */


.mission-vision-banner {
  background-image: url(../img/inner-banner/mission-vision.jpg);
}

.value-of-purpose {
  background-image: url(../img/inner-banner/value-of-purpose.jpg);
}

.our-company {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#002e79c5, #002e79c5),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-25T134958.128.png?updatedAt=1690273225704);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;

}



.director-message-banner {
  background-image: url(../img/inner-banner/director-message.jpg);
}

.media-gallery-banner {
  background-image: url(../img/inner-banner/media-gallery.jpg);
}

.press-release-banner {
  background-image: linear-gradient(#002e79c5, #002e79c5), url(../img/inner-banner/press-release.jpg);
  width: 100%;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;
}



.inner-section-banner-main {
  background-color: #00000000;
  display: table;
  height: 290px;
  width: 100%;
  padding-top: 35px;
  padding-bottom: 15px;
}

.inner-banner-section .inner-page-banner-content h3 {
  text-align: center;
  font-size: 40px;
  color: #abd33a;
  font-weight: 900;
  margin-top: 20px;
  text-transform: uppercase;
}

.inner-banner-section .inner-page-banner-content h6 {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 30px;
  margin-top: 30px;
}

.page-title-breadcrumbs {
  position: absolute;
  bottom: 0;
  padding: 15px 0px;
  color: #abd33a;
}
.active a{
  color: #abd33a !important;
  font-weight: 700;
}
.inner-breadcrumbs span a {
  color: #fff;
}

.inner-breadcrumbs .breadcrumbs-sep {
  margin: 0 3px
}

/* BANNER SECTION CSS END */

.inner-page-list li {
  margin-left: 40px;
}

.inner-page-content-main {
  padding: 45px 0;
}

.contact-form-area {
  background-color: #2c166aba;
}

.contact-form-header {
  background-color: #002F79;
}

.contact-form-area .contact-us-form {
  margin-top: 20px;
}

.contact-form-header h1 {
  color: #fff;
  font-size: 28px;
  margin-top: 0 !important;
}

/* INNER PAGE CSS END */
/* CONTACT US PAGE CSS START */
.contact-rw h1 {
  text-align: center;
}

.contact-rw .book-now-form {
  width: 767px;
  box-shadow: 1px 1px 5px var(--primary-color);
  background: #fff;
  padding: 30px;
  margin: 0 auto;
}

.contact-rw .book-now-form textarea {
  width: 100%;
  resize: none;
  min-height: 100px;
  padding-left: 12px;
}

.contact-list {
  text-align: center;
  width: 100%;
  float: left;
  margin-top: 40px;
  margin-bottom: 50px;
}

.contact-list-main {
  background: #fff;
  box-shadow: 0px 8px 20px 0px rgba(34, 34, 34, 0.15);
  padding: 25px;
}

.contact-list-main a {
  color: #6E6E6E;
}

.contact-list-main a:hover {
  color: #6E6E6E;
  text-decoration: none;
}

.contact-list h4 {
  padding: 20px 0;
  font-size: 20px !important;
}

.contact-list i::before {
  margin: 0;
  font-size: 40px;
  /* background: -webkit-linear-gradient(#333, #a83e62);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: var(--primary-color);
}

.navbar-brand img{
width: 158px !important;
}
/* .service-area{
  background: url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/faq.png?updatedAt=1689927889226);
  /* background: [background-color] [background-image] [background-repeat] [background-attachment] [background-position]; */
  /* background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  background-color: white;


}  */
.section-bg{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#ffffff3e, #ffffff3e),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-24T120632.683.png?updatedAt=1690180643342);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;
}
/*--------------------------------------------------------------
# Team   
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  position: relative;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #111111;
  margin: 0 3px;
  border-radius: 50px;
  width: 36px;
  height: 36px;
  background: #e03a3c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #111111;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #111111;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}
.sectionn-bg{
  background-color: #002F79;
  padding-block: 40px;
}
.color-white h2{
  color:#ffffff!important ;
  font-size: 30px;
}
.color-white  p{
  margin-bottom: 40px;
  color:#ffffff!important ;
}
.client-bg{
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#002e798c, #002e798c),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-25T123237.268.png?updatedAt=1690268571212);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;

  border: none !important;
}
.item-bg img{
  border-radius: 50% !important;
  border: none !important;
  width:150px !important;
}
.owl-item , .cloned{
  border: none !important;
}
.about-img img{
  width: 80%;
  border-radius: 10px;

}
.about-sec{
  padding-bottom: 50px;
}
.about-bg {
  width: 100%;
  height:30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#ffffffc5, #ffffffc5),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-28T120518.653.png?updatedAt=1690526181517);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;

}
.our-company-3 img, .our-company-4 img{
width: 70%;
}
.our-company-3  h6 {

font-size: 16px;
}
.our-company-4 h6{
  margin-top: 10px;
font-size: 16px;
}

.our-company-4{
  margin-top: 25px;
}
.our-company-2{
  margin-top: 25px; 
}
.content ,.content a{
  color:white;

}
.footer-logo img{
  background-color: white;
  border-radius: 10px;
}
@media screen and (max-width: 767px){
  .inner-page-banner-content h3{
  left: 0 !important;
  right: 10rem !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  }
 .about-bg{
  height: auto !important;
 }
 .our-company-4{
margin-bottom: 40px !important;
}
 .our-company-3{
margin-left: 47px !important;
margin-top: 40px;
}
.our-company-2 h1{
font-size: 30px;
font-weight: 800;
}
.about-img img{
  width: 100%;
  border-radius: 10px;

}
.bout-5 img{
  width: 40px;
background-color: white;
padding: 6px;
border-radius: 50px;
margin-block: 20px;

}
.about-6{
  margin-left: -25px !important;
}
.page-title-breadcrumbs{
  top:0 !important;
}
}
.about-secc{
  width: 100%;
  height:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#a7cf3995, #a7cf3995),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-28T133754.153.png?updatedAt=1690532417590);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;
}
.bout-4{
padding-block: 30px !important;
  background-color: #002F79 !important;
}
.bout-4 h2{

 color: white;
 font-size: 25px;
}
.bout-4 p{

 color: white;

}
.bout-5 img{
  width: 75px;
background-color: white;
padding: 6px;
border-radius: 50px;

margin-inline: 9px;
}
.bout-5 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-value{
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#002e79c5, #002e79c5),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-28T161819.209.png?updatedAt=1690541319191);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;
}
.our-mission{
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#002e79c5, #002e79c5),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-28T161819.209.png?updatedAt=1690541319191);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;
}
.page-title-breadcrumbs{
  top: 450px !important;
}
@media screen and (max-width: 767px){
  .page-title-breadcrumbs{
    top:280px !important;
  }
}
.md-desk{
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#002e79c5, #002e79c5),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-28T170648.362.png?updatedAt=1690544228921);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;



}
.our-services{
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#002e79c5, #002e79c5),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-28T173417.263.png?updatedAt=1690545872848);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;



}
.our-certficate{
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#002e79c5, #002e79c5),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-28T180446.349.png?updatedAt=1690547705047);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;



}
.cert-title{
  font-size: 15px !important;
}
.careers{
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#002e79c5, #002e79c5),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-29T135819.910.png?updatedAt=1690619327564);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;

}
.contact-us-banner {
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#002e79c5, #002e79c5),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/Untitled%20design%20-%202023-07-29T152542.510.png?updatedAt=1690624588526);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;
}
.main-hr{
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#002e79c5, #002e79c5),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/business-people-using-tablet-cafe-1.jpg?updatedAt=1691231147531);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;
}
.contect-box{
  padding-bottom: 93px !important;
}

/* //real estate */
.main-conatinerrr{
  width: 100%;
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(#002e79c5, #002e79c5),
    url(https://ik.imagekit.io/9wjslo4wj/shreyas_Group/diverse-people-working-office.jpg?updatedAt=1691216436826);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -1px;
}
.c-white{
  color: white;
  font-size: 35px;

}
.sec-white{
  color: white;
  font-size: 14px;
}
.sec-white a{
  color: var(--forth-color);
  font-size: 16px;
  font-weight: 800;
}
.ifs-3{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 700;
font-size: 40px;
border-bottom: 4px solid var(--forth-color);
width: fit-content;
margin-bottom: 20px;
}
.ifs-4{
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: white;
}
.ifs-5{
  background-color: #002F79;
  padding: 0px;
  border-radius: 5% 5% 0% 0% / 5% 5% 0% 0% ;
overflow: hidden;
}
.ifs-5 img{
  border-radius: 5% 5% 0% 0% / 5% 5% 0% 0% ;


}
.ifs-4 p{
  color: white;
  padding: 20px 50px 20px 50px !important;
}

.btn-primary{
  background-color: white !important;
color:#002F79;
border: none;
margin-bottom: 9px;
margin-left: 13px;
}
.btn-primary:hover{
  background-color: #002F79 !important;
color:white;
border: none;
margin-bottom: 9px;
margin-left: 16px;

}
@media only screen and (max-width: 1280px) {
 .media-q{
  width: 100%;
  height: 500px;
 }
}
.media-w{
  width: 90%;
}
.tender-t{
  padding: 0px !important;
  background-color: var(--primary-color) !important;
}
.tender-t h3{
  padding: 10px 20px;
    margin: 0;
    background-color: var(--primary-color);
    color: white;
    font-size: 15px;
}
.tender-tt h4{
font-size: 15px;
align-items: center;
padding-block: 10px;
margin: 0;
}
.borderr{
  border:1px solid var(--forth-color) ;
  /* align-items:center !important; */
}

.example-image{
    width:300px !important;
    height:300px !important;


}
.example-image-link{
     width:300px !important;
    height:300px !important;

}
/* social-media css */
.socail-main-box img{
  width: 30px;
  border-radius: 50%;
          }
          .socail-main-box img:hover{
  width: 40px;
  border-radius: 40%;
  margin-block: 10px;
          }
          .socail-main-box {
              overflow: hidden;
              position: fixed;
             top: 50%;
              right: 20px;
              background-color: #04417b5a;
              padding-block: 15px;
              padding-inline: 10px;
              border-radius: 20px;
              display: flex;
              flex-direction: column;
          gap: 10px;
          }
          .container-fluidded{
            z-index:10000;
              position: relative;
              /* width: 100vw;
             height: 100vh; */
              display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
          
          }
          @media only screen and (max-width: 767px) {
            .header-right{
              display: none;
            }
            .socail-main-box {
              overflow: hidden;
              position: fixed;
             top: 30%;
              right: 0;
              background-color:#04417b5a;
              padding-block: 15px;
              padding-inline: 10px;
              border-radius: 20px;
              display: flex;
              flex-direction: column;
          gap: 10px;
          }




          }
          
          /* notice-home */

          }

          .news-container {
          display: flex;
          align-items: center;
            font-family: "Roboto", sans-serif;
            box-shadow: 0 4px 8px -4px rgba(0, 0, 0, 0.3);
        }
        
        .news-container .title {
            position: absolute;
            background: var(--primary-color);
            padding:10px 10px !important;
            display: flex;
            align-items: center;
            padding: 0 24px;
            color: white;
            font-weight: bold;
            z-index: 200;
        }
        
        .news-container ul {
            display: flex;
            list-style: none;
            margin: 0;
            animation: scroll 25s infinite linear;
        }
        
        .news-container ul li {
            white-space: nowrap;
            padding: 10px 24px;
            color: #494949;
            position: relative;
        }
        
        .news-container ul li::after {
            content:"";
            width: 1px;
            height: 100%;
            background: #b8b8b8;
            position: absolute;
            top: 0;
            right: 0;
        }
        
        .news-container ul li:last-child::after {
            display: none;
        }
        
        @keyframes scroll {
            from {
                transform: translateX(100%);
            }
        
            to {
                transform: translateX(-1083px);
        
            }
        }
          
          
          
          
          
          
          
          
          


