@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
    margin:0;
    padding:0;
     font-family: "Poppins", serif;
    outline:none !important;
}
:root{
  --primary-color:#162D62;
  --primary-color-hover:#0b1d49;
  --secondary-color:#2098D1;
  --secondary-color-hover:#0d85bc;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
   font-family: "Poppins", serif;
}
html{
  width: 100%;
}
body, html {
  line-height: 100%;
  color: #111;
  background: #F8F9FA;
  font-size: 14px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, center {
  display: block;
}
nav ul, ul {
  list-style-type: none;
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
button {
  vertical-align: middle;
}

.btn{
  transition: all 0.4s;
}
.bg-primary{
  background-color:var(--primary-color) !important;
}
.text-primary{
  color:var(--primary-color) !important;
}
.text-secondary{
  color:var(--secondary-color) !important;
}
.border-color-primary{
  border-color:var(--primary-color) !important;
}
.btn-primary{
  background: var(--primary-color) !important;
  color:#FFF !important;
  border-color: var(--primary-color) !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
  background: var(--primary-color-hover) !important;
  color:#FFF !important;
  border-color: var(--primary-color-hover) !important;
}
.fs-12{font-size:12px;}.fs-13{font-size:13px;}.lh-200{line-height:200%;}.lh-175{line-height:175%;}.lh-150{line-height:150%;}.transition{transition:all 0.4s;}

/***********************Default CSS Ends Here********************/

.top-bar ul li a{
  color:#bacbf2;
}
.top-bar ul li a:hover, .top-bar ul li a:active, .top-bar ul li a:focus{
  color:#FFFF;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color:var(--secondary-color);
}
.banner{
  background: url(../images/banner.jpg) no-repeat center center;
  min-height: 250px;
  background-size: cover;
}
.banner .container{
  min-height: 250px;
}
.globe ul li a{
  color:#333;
}
.globe ul li a:hover, .globe ul li a:active, .globe ul li a:focus{
  color:var(--secondary-color);
}
.globe ul li a i{
  margin-top: 5px;
}
footer a{
  color:#333;
}
footer a:hover, footer a:active, footer a:focus{
  color:var(--secondary-color);
  text-decoration: underline;
}

@media(max-width:767px){
  footer a, footer span, footer small{
    font-size: 11px;
  }
}
@media(max-width:574px){
  .container{
    padding-left:15px;
    padding-right: 15px;
  }
  footer a{
    margin:10px;
    display: inline-block;
  }
  footer span{
    display: none;
  }
}