@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');

/*GLOBAL*/
* {
    font-family: "Lato";
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.page-row {
    padding-top: 80px;
    padding-bottom: 80px;
}

.page-row h2 {
    font-weight: 700;
    color: #122ca9;
}

.highlight-light {
    background-color: #122ca9;
    padding: 40px 0px;
    width: 100%;
}

.highlight-light h3 {
    color: #fff;
    font-weight: 700;
}
.highlight-light p {
    font-weight: 300;
    font-size: 18px;
    color: #eee;
}
.highlight-light a {
    font-size: 16px;
}



@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item .dropdown-menu a {
        line-height: 30px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        box-shadow: 1px 1px 5px #999;
        border-radius: 0;
    }

    .navbar .dropdown-menu a:hover {
        background-color: #281DFF;
        color: #fff;
    }
}

/*GLOBAL END*/


/*NAVBAR*/
#navbar {
    position: fixed;
    top: 0;
    width: 100%;
    transition: top 0.3s ease-in-out;
    z-index: 100;
    background-color: #fff;
}

.navbar-top {
    padding: 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.navbar-top p {
    padding: 7px 0px;
    margin: 0;
}

.navbar-main {
    height: 80px;
    border-bottom: 1px solid #f1f1f1;
}

.navbar a img {
    height: 60px;
    width: 127.5px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 25px 20px;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    color: #333333;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #122ca9;
}

/*NAVBAR END*/

/*CONTENT*/
.content-wrapper {
    margin-top: 119px;
}

/*CONTENT END*/

/*FOOTER*/

footer .sitemap {
    background-color: #fcfcfc;
    border-top: 1px solid #eee;
}

footer h5 {
    color: #122ca9;
    font-weight: 700;
}

footer .widget strong {
    color: #444;
}

footer p {
    font-weight: 14px;
    color: #444;
}

footer .address p {
    line-height: 20px;
}

footer .address li {
    padding: 5px 0px;
}

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

footer .widget ul li {
    line-height: 30px;
}

footer .widget ul li a {
    text-decoration: none;
    color: #222;
}

footer .widget img {
    height: 40px;
}


footer .socials ul li {
    float: left;
    clear: none;
}

footer .socials ul li a {
    margin-right: 7px;
}


.sub-footer {
    background-color: #f1f1f1;
    border-top: 1px solid #ededed;
}

.sub-footer a {
    color: #444;
    font-weight: 300px;
    text-decoration: none;
}

footer .sub-footer p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #666;
    font-weight: 600;
}

/* scroll to top */
.scrollup {
    position: fixed;
    width: 32px;
    height: 32px;
    bottom: 0px;
    right: 20px;
    background: #222;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

a.scrollup {
    outline: 0;
    text-align: center;
}

a.scrollup:hover,
a.scrollup:active,
a.scrollup:focus {
    opacity: 1;
    text-decoration: none;
}

a.scrollup i {
    margin-top: 10px;
    color: #fff;
}

a.scrollup i:hover {
    text-decoration: none;
}

/*FOOTER END*/



/*
  SUb header
*/

.page-title-top {
    position: relative;
    margin-top: 119px;
  color: #fff;

}

.page-title-top-inner {
  background-color:#122ca9;
}


.page-title-text {
  position: relative;
  padding: 48px 0;
  text-align: center;
  z-index: 20
}

.page-title-text:before,
.page-title-text:after {
  display: table;
  clear: both;
  height: 0;
  content: ''
}

.page-title-text h1 {
  font-size: 25px;
  text-align: left;
  color: #fff;
  margin-bottom: 5px;
  padding-left: 15px;
  font-weight: 700;
}

.page-title-text h5 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #ddd;
  padding-left: 15px;
}

.page-title-bottom-inner {
  color: #444;
  background-color: #f9f9f9;
  /* margin-top: -15px; */
  /* box-shadow: 0 11px 0px 0px white, 0 -9px 0px 0px white, 1px 0 15px -8px #444, -1px 0 15px -8px #444; */
  background: white;
  height: 80px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* 
  sub header head
*/