@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;1,100;1,300;1,400;1,700&display=swap");
@import url("https://pro.fontawesome.com/releases/v5.15.3/css/all.css");
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lato";
}

/* Reset styles */
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:-webkit-any-link {
  color: white;
  text-decoration: none;
}

nav {
  background-color: #00274c;
  padding-bottom: 1px;
}

.second-nav a {
  color: #ffdd59;
}

.second-nav .btn-action {
  color: #00274c;
  padding: 10px;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  vertical-align: top;
  /* border: 2px solid; */
  border-top: 5px solid #ffcb05;
  border-bottom: 1px solid #555;
  border-right: none;
  border-left: none;
}

.top-header ul {
  list-style: none;
}

.top-header li {
  display: inline-block;
  margin: 0 10px;
}

.mobile-nav-toggle {
  display: none;
}

.bottom-header {
  visibility: visible;
  text-align: left;
  padding: 0;
}

.bottom-header,
.bottom-header .primary-menu,
.bottom-header ul,
.bottom-header li.mega-menu-item,
.bottom-header a.mega-menu-link,
.bottom-header li.mega-menu-column,
.bottom-header li.mega-menu-row,
.bottom-header ul.mega-sub-menu,
.bottom-header li.mega-menu-item {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: rgb(255, 255, 255);
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  min-height: auto;
  max-height: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}

.bottom-header li {
  text-decoration: none !important;
}

/* 
========
Bottom header style
========
*/

.bottom-header .sub-menu {
  display: none;
}

.bottom-header .primary-menu .menu:hover {
  border-bottom: 2px solid #ffcb05;
}

/* 
======
Primary menu style
======
*/

.primary-menu {
  margin: 4px 0;
  display: flex !important;
  justify-content: space-between;
}

.primary-menu .first {
  margin-left: 30px;
}

.primary-menu .last {
  margin-right: 30px;
}

.primary-menu .sub-menu {
  width: 100%;
  max-width: 100%;
  position: absolute;
  background: #fff;
  color: black;
  left: 0;
  z-index: 99;
  top: 32px;
}
.primary-menu .sub-menu ul {
  width: 100%;
  /* max-width: 100%; */
  position: relative;
  background: #fff;
  color: black;
  display: flex;
}

/* showing the drop downs for each bottom header */
.p-menu-1:hover .sub-menu,
.p-menu-2:hover .sub-menu,
.p-menu-3:hover .sub-menu,
.p-menu-4:hover .sub-menu,
.p-menu-5:hover .sub-menu,
.p-menu-6:hover .sub-menu,
.p-menu-7:hover .sub-menu {
  display: block;
  width: 100%;
}

/* 
=====
Mega sub menu styles
=====
*/
.mega-sub-menu {
  display: flex;
  flex-direction: column;
}

.mega-sub-menu .mega-menu-link,
.mega-sub-menu .sub-menu-header {
  color: #0f6bb6 !important;
  text-decoration: none;
  text-align: left;
  display: block;
  border: 0;
  padding: 10px !important;
  border-bottom: 0.2px solid #555 !important;
}

.mega-sub-menu .sub-menu-header {
  border-bottom: none !important;
}

.mega-sub-menu .sub-menu-header .header {
  font-size: 16px !important;
  font-weight: bold !important;
  border-bottom: none !important;
  margin-bottom: 0;
  text-transform: uppercase;
}

/* 
======
Sub menu styles
======
*/

.sub-menu .sub-menu-div {
  margin-left: 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.sub-menu .sub-menu-div li.col-1-4 {
  flex-basis: 530px;
  margin-right: 20px;
  padding: 15px;
}

.sub-menu .sub-menu-div li.col-2-4,
.sub-menu .sub-menu-div li.col-3-4,
.sub-menu .sub-menu-div li.col-4-4 {
  flex-basis: 300px;
  margin-right: 20px;
  padding: 0 15px 15px 0;
}

.sub-menu .sub-menu-div li.col-4-4 .help {
  padding-top: 15px !important;
  margin-top: 15px;
}

/* Fonts styling */
.mega-block-title {
  color: #00274c;
  font-size: 24px;
}

.sub-menu-div .textwidget p {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
  line-height: 1.7;
}

/* 
======
Button in action style
======
*/

.btn-action {
  background: linear-gradient(to bottom, rgba(255, 240, 146, 1) 0%, rgba(255, 224, 98, 1) 50%, rgba(255, 223, 96, 1) 52%, rgba(255, 221, 89, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff092', endColorstr='#ffdd59',GradientType=0 );
  border-bottom-color: #ffcb05;
  border: none;
  padding: 15px;
  cursor: pointer;
  color: #00274c !important;
}

.second-nav .btn-action:hover {
  background: rgb(255, 233, 143) 100%;
  color: #00274c !important;
}

/* 
============
Footer styling
============
*/

footer {
  background: #00274c;
  padding: 50px 70px;
  display: flex;
  justify-content: center;
}

@media (max-width: 700px) {
  footer {
    flex-direction: column;
  }
}

footer p {
  color: #fff;
  font-size: 16px;
  margin: 5px;
}

footer img {
  max-width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}

footer a {
  color: #cee4fb !important;
}

footer .social {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
}

.footer-widget .social {
  border-bottom: thin solid #fff;
  padding-bottom: 10px;
  display: flex;
  font-size: 0 !important;
  justify-content: space-around;
  list-style-type: none;
}

.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

ul.social li i {
  font-size: 30px;
  color: #ffdd59;
}

.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.mobile-responsive-nav-show {
  display: none;
}

.mobile-responsive-nav-show ul {
  background-color: #00274c;
  /* background-color: #550707; */
}

.mobile-responsive-nav-show ul li {
  list-style-type: none;
  width: 100%;
}

.mobile-responsive-nav-show ul li a {
  padding: 8px 15px;
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
}

.mobile-responsive-nav-show ul li a:hover {
  background-color: #fff;
  color: #00274c;
  text-decoration: underline;
}

.nav-bar-checkbox {
  position: absolute;
  top: -1000px;
  left: 0px;
  visibility: hidden;
}

.nav-bar-mini-bar {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background-color: #00274c;
  /* background-color: #4c0000; */
  color: #fff;
  width: 80%;
  margin: auto;
}

.nav-bar-mini-bar .hamburger .hamburger-bar {
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 2px;
  margin-left: 5px;
  position: relative;
}

.nav-bar-mini-bar .hamburger .hamburger-bar:not(:first-child) {
  margin-top: 5px;
}

#mobile-responsive-nav-show-checkbox ~ .nav-bar-mini {
  display: none;
}

#mobile-responsive-nav-show-checkbox:checked ~ .nav-bar-mini {
  display: block;
}

.mini-nav-bar-cont {
  padding-top: 25px;
  width: 80%;
  margin: auto;
}

.mini-nav-bar-cont a {
  color: #ffcb05 !important;
}

.mini-nav-bar-cont a:hover {
  color: #00274c !important;
  background-color: #ffcb05 !important;
  text-decoration: underline;
}
.nav-bar-mini {
  width: 80%;
  margin: auto;
}

@media screen and (max-width: 980px) {
  .mobile-responsive-nav {
    display: none;
  }

  .mobile-responsive-nav-show {
    display: block;
  }
  #desktop-nav {
    display: none;
  }
}

/* form styling */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
::selection {
  background: rgba(26, 188, 156, 0.3);
}
.container {
  max-width: 440px;
  padding: 0 20px;
  margin: 170px auto;
}
.wrapper {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1800px){
  .wrapper{
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px){
  .wrapper{
    width: 75%;
    margin: 0 auto;
  }
}
.wrapper .title {
  height: 120px;
  background: rgb(0, 39, 76);
  border-radius: 5px 5px 0 0;
  color: #fff;
  /* padding: 30px; */
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper form {
  padding: 30px 25px 25px 25px;
}
.wrapper form .row {
  height: 45px;
  margin-bottom: 15px;
  position: relative;
}
.wrapper form .row input {
  height: 100%;
  width: 100%;
  outline: none;
  padding-left: 60px;
  border-radius: 5px;
  /* border: 1px solid lightgrey; */
  border: none;
  border-bottom: 1px solid lightgrey;
  font-size: 16px;
  transition: all 0.3s ease;
}
/* form .row input:focus {
  border-color: #16a085;
  box-shadow: inset 0px 0px 2px 2px rgba(26, 188, 156, 0.25);
} */

form .row input:focus {
  border-bottom: 2px solid lightgrey;
  transition: all 0.3s ease;
}
form .row input::placeholder {
  color: #999;
}
.wrapper form .row i {
  position: absolute;
  width: 47px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  background: rgb(0, 39, 76);
  border: 1px solid rgb(0, 39, 76);
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper form .button input {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding-left: 0px;
  background: rgb(0, 39, 76);
  border: 1px solid rgb(0, 39, 76);
  cursor: pointer;
}
form .button input:hover {
  background: #08265e;
}

.fas {
  color: gray;
}
