:root {
  --blue-color: #215086;
  --red-color: #222;
  --red-color1: #e1070a;
  --lightred-color: #e99b59;
  --lightblue-color: #039dd1;
  --gray-color: #767587;
  --lightgray-color: #aaa9bc;
  --light-color: #eee;
     --black-color: #000;
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #222;
}

a {
  color: #000;
  transition: all 0.2s ease-in;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--blue-color);
}

section{
    padding: 80px 0;
}

.topBar {
  background: var(--light-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin-bottom: 10px;
}

.social_icons {
  display: flex;
  list-style: none;
  gap: 4px;
  justify-content: flex-end;
}

.social_icons a {
  display: flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  padding: 2px;
  font-size: 16px;
  border: 1px solid #ccc;
}

.social_icons a:hover {
  background-color: var(--blue-color);
  color: #fff;
}

.topLinks {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media(max-width:767px) {
  .topLinks {
    flex-direction: column;
    text-align: center;
    font-size: 13px;
  }
}

.justify_end {
  justify-content: flex-end;
}

.topLinks a {
  background-color: var(--red-color);
  color: #fff;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 30px;
}

.topLinks a:hover {
  background-color: var(--lightred-color);
}

.topCont {
  display: flex;
  align-items: center;
}

.topCont .icon svg {
  width: 38px;
  height: 38px;
  stroke: var(--red-color);
}

.topCont .number {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.4;
  align-items: center;
}

.topCont .number span {

  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #444;
}

.headRight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
}

.topRightLogo {
  display: none;
}

.topRightLogo img {
  height: 50px;
}

@media (min-width: 768px) {
  .topRightLogo {
    display: block;
  }
}

.navbar-toggler {
  background: var(--red-color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
}

.bg-blue {
  background-color: var(--blue-color);

}
.bg-red {
  background-color: var(--red-color1);

}

.navbar .nav-link {
  padding: 8px;
  color: #fff;
}

.navbar .nav-link:hover {
  background-color: var(--black-color);
    color: #fff;
}

.navbar li.active>a,
.navbar .nav-link.active {
  background-color: #ffc107;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
  background-color: #ffc107;
  color: #fff !important;
}

.navbar .dropdown.open>a {
  background-color: var(--lightblue-color);
}

.navbar .dropdown-menu li a {
  color: #000;
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  text-transform: none;
  white-space: normal;
}

.navbar .dropdown-menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 0;
  background: #ffffff;
  transition: all ease 0.5s;
  opacity: 0;
}

.navbar .dropdown-menu:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  width: 2px;
  background: var(--blue-color);
  transition: all ease 0.5s;
}

.navbar li:hover .dropdown-menu:before {
  height: 100%;
  right: auto;
  bottom: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }

  .navbar-toggler {
    display: none;
  }

  .navbar .dropdown:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .navbar .dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 9;
    width: 215px;
    background: #fff;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    -moz-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    font-size: 1rem;
    text-align: left;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease-in-out 0s;
  }
}

.default-button {
 display:inline-block;
 padding:10px 35px;
 border-radius:5px;
 color:#fff;
 border:2px solid #e68a00;
 background-color:#e68a00;
 font-size:16px;
 font-weight:600;
	text-transformation:uppercase;
 }
.default-button:hover {
 -webkit-animation:headShake 1s 1;
 animation:headShake 1s 1;
 color:#fff;
	background-color:#000;
 border-color:#000;
 -webkit-box-shadow:0 0 0 1px #000;
 box-shadow:0 0 0 1px #000
}
.default-button1{
 display:inline-block;
 padding:10px 35px;
 border-radius:5px;
 color:#fff;
 border:2px solid #0e2b3a;
 background-color:#0e2b3a;
 font-size:16px;
 font-weight:600;
 }
.default-button1:hover {
 -webkit-animation:headShake 1s 1;
 animation:headShake 1s 1;
 color:#fff;
	background-color:#000;
 border-color:#000;
 -webkit-box-shadow:0 0 0 1px #000;
 box-shadow:0 0 0 1px #000
}
.default-button-2 {
 border-radius:0
}
.read-more-btn {
 font-size:15px;
 font-weight:600
}
.submit-btn {
 padding:10px 20px;
 display:block;
 width:100%;
 background-color:var(--mainColor);
 border:0;
 color:var(--whiteColor);
 font-weight:600
}



.contact-card {
  position: relative;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  padding: 25px 25px 25px 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.contact-card i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: var(--whiteColor);
  background-color: var(--mainColor);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-card h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--blackColor);
}

.contact-card p {
  margin-bottom: 0px;
}

.contact-card a {
  color: var(--paragraphColor);
}

.contact-card:hover {
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.contact-form-area {
  padding: 50px;
  margin-left: 20px;
  -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
          box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.contact-form-area .form-control {
  margin-bottom: 25px;
  padding: 10px 15px;
  border: 0px;
  background-color: #f9fafb;
  color: #000;
}


/**/
.navbar-nav>li {
  display: flex;
  align-items: center;
  justify-content: space-between;
    font-size: 14px;
}
.btn-group>.btn {
    position: relative;
    flex: 1 1 auto;
    font-size: 14px;
}

.navbar-nav .dropdown {
  display: flex;
  align-items: center;
}

.navbar-nav .dropdown i {
  display: none;
}

.dropdown>a::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}


@media(max-width:991px) {
  .navbar-nav>li {
    display: block;
  }

  .navbar-nav .dropdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .navbar-nav .dropdown-menu {
    width: 100%;
  }

  .navbar-nav .dropdown i {
    width: 40px;
    height: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dropdown>a::after,
  .navbar-nav .dropdown i:after {
    display: none;
  }
}



 .banner{
    background-color: rgba(27, 17, 23, 0.64);
    padding: 100px 0px;
    position: relative;
}
.banner::before{
    content: "";
    background: url("../images/subpage.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner h2{
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-size: 38px;
    font-weight: 800;
}


.banner h1{
    color: #fff;
    text-align: center;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 500;
    text-decoration: underline;
    text-transform: uppercase;
    padding-bottom: 15px;
    line-height: 33px;
    
}
.breadcrumb{
    align-items: center;
    justify-content: center;
}
.breadcrumb{
    align-items: center;
    justify-content: center;
}
.breadcrumb .breadcrumb-item a{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.breadcrumb .breadcrumb-item{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.list-style-one {
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
}
.list-style-one li {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-style-one li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #215086;
    font-size: 18px;
    line-height: 30px;
}


.list-style-one1 {
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
}
.list-style-one1 li {
    position: relative;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-style-one1 li i {
    position: absolute;
    left: 0;
    top: 0;
    color: #215086;
    font-size: 18px;
    line-height: 30px;
}

.fas, .fa-solid {
    font-family: 'font awesome 6 pro';
    font-weight: 900;
}

.k-4{
    font-size: 15px;
    font-weight: 800;
    margin: 0;
}

.k-5{
   font-size: 15px; 
    font-weight: 400;
    padding: 0;
}
.f-3{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

.f-3 span{

 color: #215086 ;  
}

.t-3{
    color: #e72428;
    font-weight: bold;
    margin-top: 20px;
}

.s-3{
    background: #eee;
    padding: 25px;
    border:  1px solid #eee;
}

thead tr th{ 
    background: #000!important;
    color: #fff!important;
}


/* FOOTER */
footer {
  padding: 60px 0 0;
  font-size: 15px;
  background-color: #222;
  color: #eee;
}

footer .copyrightBlock {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #666;
  text-align: center;
}

footer .social_icons a {
  color: #eee;
  border-color: #666;
  padding: 5px;
  width: 35px;
  height: 35px;
}

.footerBlock h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
}



.footerBlock .footerLinks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}





.footerBlock .footerLinks a {

  color: #eee;
  padding-left: 15px;
  position: relative;
}

.footerBlock .footerLinks a:before {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 15px;
  color: #eee;
  left: 0;
}

.footerBlock .footerLinks a:hover {
  color: #039dd1;
}

.footerBlock .footerLinks a:hover:before {
  color: #039dd1;
}

.footerBlock .contactInfo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.footerBlock .contactInfo li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  color: #eee;
}

.footerBlock .contactInfo li i {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #666;
}

.footerBlock .contactInfo li a {
  color: #eee;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footerBlock .contactInfo li a:hover {
  color: #039dd1;
}


@media (max-width:661px) {
  .footerBlock h3 {
    margin-top: 20px;
  }
}


