@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&family=Rubik+Mono+One&display=swap');
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  background: #fff url('../img/bg.png');
  font-size: 15px;
}

.header {
  width: 100%;
  z-index: 999;
  height: 126px;
  background: #3B4346 url('../img/bg01.jpg');
  border-bottom: solid 1px #272d30;
  box-shadow: inset 0px -1px 0px 0px #51575a;
  text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
}  
#logo img{
  width: 25px;
  padding-right: 5px;
}
.h84{
  height: 84px;
}
.bank{text-align: center;height: 500px;display: flex;flex-direction: column;padding-bottom: 50px;align-items: center;justify-content: center;background: url(/img/ban1.jpg);background-size: cover;background-position: bottom;}
.bank h1{font-size: 48px;font-weight: 800;letter-spacing: 1px;text-transform: uppercase;color: #ffffff;text-shadow: 2px 2px 2px #000;}
.bank p {
  margin-bottom: 100px;
  font-size: 26px;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000;
}
#header h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75em;
  margin: 0 0 0 15px;
  padding: 15px 0;
}
  
  #header h1 a {
    color: #fff;
    text-decoration: none;
  }

.footer {
  width: 100%;
  z-index: 999999999999999999999999999;
  background: #282d30;
  border-bottom: solid 1px #272d30;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 30px 0;
  justify-content: center;
  position: relative;
  align-items: center;
}  
.logo img{
  width: 24px;
}
#footer img{
  width: 72px;
  margin-right: 12px;
}
#footer h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75em;
  text-align: center;
  margin-bottom: 60px;
}
  
#footer h1 a {
  color: #fff;
  text-decoration: none;
  font-size: 88px;
}  
#footer h1 a i{
  margin-right: 30px;
  text-align: center;
  width: auto;
  font-size: 70px;
  color: #fff;
}
.phone_head i{

font-size: 18px;

color: #f3c17a;
}
.phone_head{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 26px;
  float: right;
  margin-right: 15px;
  line-height: 82px;
}
  #footer span {
    color: #fff;
    font-size: 0.75em;
    float: right;
    margin-right: 35px;
    margin-top: 10px;
  }
  #header span {
    color: #fff;
    font-size: 0.75em;
    float: right;
    margin-right: 35px;
    margin-top: 10px;
  }
.header-fixed{
  }
.menu-fixed{z-index: 999;top: 0;position: fixed !important;background: #3B4346 url('../img/bg01.jpg');transition: 0.3s;}
.mt108-fixed{
}
.mt108{
}
.d-none{

}
.dm-none{
  display: none;
}
  #header i {
    margin-right: 15px;
  }
  #header p {
    margin: 0 0 0 0px;
    top: 60%;
    color: #ffffff8c;
    font-size: 13px;
    font-weight: 100;
}
  #footer i {
    margin-right: 0;
    width: 50px;
    text-align: center;
    color: #d29d52;
    font-size: 18px;
  }
  #footer p {
    margin: 0 auto;
    color: #e6e6e6;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 10px;
    text-transform: uppercase;
    border-top: 2px solid #f3aa43;
    padding: 10px 5px 10px 15px;
    width: fit-content;
    border-bottom: 2px solid #c18836;
    background: #00000026;
}
.main_cat{
  margin-bottom: 40px;
}
.footerpic{
    opacity: 0.9;
    z-index: 99999999999999999;
    width: 100%;
    transition: 0.3s;
    text-align: center;
    position: relative;
  }
  .footerpic:hover{  
    opacity: 1;
    }
  .footerpic img:hover{
    transition: 0.3s;
    filter: grayscale(0);
    box-shadow: 0px 0px 20px 0px #ffffff47;
    }
.footerpic img{
  border-radius: 6px;
  filter: grayscale(0.75);
  transition: 0.5s;
}
.main_cat h3{
  text-align: center;
  margin: 0;
}
.main_cat h3 a{
  text-decoration: none;
  line-height: normal;
}
.main_cat img{
  width: 100%;
  margin: 0 0px 10px;
  border-radius: 4px;
}
.all{    display: flex;
  flex-wrap: wrap;    margin: 20px;
  background: #fff;
  padding: 30px;
  box-shadow: 2px 2px 2px 1px rgb(128 128 128 / 10%);
  border-radius: 5px;
}

.about{
  
margin-top: 0;
}
  @media all and (max-width: 900px) {

  #header h1 {
    font-size: 20px;
  }
  #footer h1 {
    font-size: 20px;
  }

  .button-header {
    display: none;
  }
  .d-none{
  display: none;
  }
  .dm-none{
    display: block;
  }

  }

  @media all and (max-width: 660px) {

  #header {
    width: 100%;
    background: #3B4346 url('../img/bg01.jpg');
    border-bottom: solid 1px #272d30;
    box-shadow: inset 0px -1px 0px 0px #51575a;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.75);
    }

    #header h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-align: center;
    margin:0;
  }

  #header span {
    display: none;
  }

  #header p {
    display: none;
  }
  #footer {
    width: 100%;
    background: #3B4346 url(../img/bg01.jpg);
    border-bottom: solid 1px #272d30;
    box-shadow: inset 0px -1px 0px 0px #51575a;
    }
    #footer h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-align: center;
    margin:0;
  }

  #footer span {
    display: none;
  }

  #footer p {
    display: none;
  }

  }

  .button-header {
    background: #ed391b;
    color: #fff;
    text-decoration: none;
    font-size: 0.75em;
    font-weight: 400;
    padding: 15px;    
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
    background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
    background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed391b), to(#ce1a00));
    background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
    background-image: -o-linear-gradient(top, #ed391b, #ce1a00);
    background-image: linear-gradient(top, #ed391b, #ce1a00);
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
  }

  .button-header:hover {
    background: #fd492b;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
    background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
    background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd492b), to(#de2a10));
    background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
    background-image: -o-linear-gradient(top, #fd492b, #de2a10);
    background-image: linear-gradient(top, #fd492b, #de2a10);
  }

  .button-header:active {
    background: #ce1a00;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
    background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
    background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce1a00), to(#ed391b));
    background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
    background-image: -o-linear-gradient(top, #ce1a00, #ed391b);
    background-image: linear-gradient(top, #ce1a00, #ed391b);
  }

.navlist li {
    font-size:15px;
    font-weight: 700;
    padding:0 0 5px 0;
  }

  @media all and (max-width: 660px) {

  .navlist {
    margin-left: 0;
    padding-left: 0;
  }
    
  .navlist li {
    font-size:14px;
    font-weight: 700;
    padding:0 0 5px 0;
    list-style-type: none;
  }

  }
.button-body {
    background: #ed391b;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;  
    border-radius: 5px;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
    background-image: -moz-linear-gradient(top, #ed391b, #ce1a00);
    background-image: -webkit-linear-gradient(top, #ed391b, #ce1a00);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ed391b), to(#ce1a00));
    background-image: -ms-linear-gradient(top, #ed391b, #ce1a00);
    background-image: -o-linear-gradient(top, #ed391b, #ce1a00);
    background-image: linear-gradient(top, #ed391b, #ce1a00);
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
  }

  .button-body:hover {
    background: #fd492b;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
    background-image: -moz-linear-gradient(top, #fd492b, #de2a10);
    background-image: -webkit-linear-gradient(top, #fd492b, #de2a10);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd492b), to(#de2a10));
    background-image: -ms-linear-gradient(top, #fd492b, #de2a10);
    background-image: -o-linear-gradient(top, #fd492b, #de2a10);
    background-image: linear-gradient(top, #fd492b, #de2a10);
  }

  .button-body:active {
    background: #ce1a00;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(255,192,192,0.5), inset 0px 0px 0px 2px rgba(255,96,96,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
    background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
    background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce1a00), to(#ed391b));
    background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
    background-image: -o-linear-gradient(top, #ce1a00, #ed391b);
    background-image: linear-gradient(top, #ce1a00, #ed391b);
  }

  @media all and (max-width: 660px) {

  .button-body {
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
  } 

  }

#content {
  width: 100%;
  font-family: 'Nunito', sans-serif;
  margin: 30px 5px 10px;
  background: #ffffff;
  padding: 20px 20px;
  box-shadow: 2px 2px 2px 1px rgba(128,128,128,0.1);
  border-radius: 5px;
}

  #content h2 {
    font-size: 32px;
    color: #272c30;
    padding-bottom: 0px;
    font-weight: 600;
    padding-left: 15px;
    margin: 10px 0 30px;
    border-bottom: 3px solid #de8200;
    font-family: 'Ubuntu', sans-serif;
    padding: 10px 20px;
  }
    
  #content h3 {
    color: #01395b;
    font-size: 18px;
  }

  #content h4 {
    color: #01395b;
    font-size: 1.15em;
  }
    

  #content a {
    color: #272c30;
    transition: 0.1s;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin: 0 auto;
  }

  #content a:hover {
    color: #d37c00;
    text-decoration: none;
  }
  #mapss a {
    filter: none;
    background: none;
    width: auto;
  }

  #mapss a:hover {
    filter: brightness(1) saturate(1);
    transform: scale(1);
    background: none;
    
  }
  #content header {
    margin: 0 0 2em 0;
  }

  #pic img{
    max-width: 100%;
    margin: 0 0 0 0;
    border-radius: 3px;
  }

  #tooltext{
    font-weight: 700;
    background:#a3d3ef;
    margin:0 0 25px 0px;
    padding:22px;
    position:relative;
    border-radius:5px;
    line-height:19px;
  }

  @media all and (max-width: 660px) {

  #content {
    font-family: 'Nunito', sans-serif;
    margin: 15px 0 0 0;
    background: #fff;
    padding: 15px;
  }

  #content h2 {
    font-size: 22px;
  }

  #content h3 {
    font-size: 17px;
  }

  #content h4 {
    font-size: 15px;
  }

  #pic img{
    max-width: 100%;
    max-height: 100%;
  }

  }

.content2 {
  font-family: 'Nunito', sans-serif;
  margin: 35px;
  padding: 30px;
  box-shadow: 2px 2px 2px 1px rgba(128,128,128,0.1);
  border-radius: 5px;
  background: url('../img/bg1-3.jpg') no-repeat center; 
  background-size: cover;
}
  .content2 p {
    color: #fff;
    padding: 10px 0 20px 0;
  }

  #phead {
    color: #fff;
    font-weight: 700;
    font-size: 1.8em;
    padding: 0;
    margin: 0 0 0.25em 0;
  }
  .pre i{
    
color: #d4d4d4;
    
font-size: 18px;
    
margin-right: 5px;
    
width: 18px;
    
text-align: center;
    
vertical-align: middle;
  }

  @media all and (max-width: 660px) {
    #mapss a img{
      width: -webkit-fill-available;
    }
  .content2 {
    font-family: 'Nunito', sans-serif;
    margin: 15px 0 0 0;
    padding: 15px;
  }

  #phead {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 0.25em 0;
  }

  }

.content3 {
  font-family: 'Nunito', sans-serif;
  margin: 35px;
  padding: 30px;
  box-shadow: 2px 2px 2px 1px rgba(128,128,128,0.1);
  border-radius: 5px;
  background: url('../img/bg3-3.jpg') no-repeat center; 
  background-size: cover;
}
  .content3 p {
    color: #fff;
    padding: 10px 0 20px 0;
  }

  .contentform-fixed{
  
position: fixed;
  
top: 40px;
  }
  @media all and (max-width: 660px) {

  .content3 {
    font-family: 'Nunito', sans-serif;
    margin: 15px 0 0 0;
    padding: 15px;
  }

  }
  .contentform .b{
    font-weight: 700;
    font-size: 14px;
    color: #555;
    font-family: 'Montserrat', sans-serif;
  }
.contentform p a{

color: #0075ff;

text-decoration: none;
}
.contentform p{
  margin-block-start: 15px;
  margin-block-end: 5px;
  color: #8e8e8e;
  font-size: 14px;
}
.contentform {
  font-family: 'Ubuntu', sans-serif;
  margin: 30px 5px 15px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 2px 2px 2px 1px rgba(128,128,128,0.1);
  border-radius: 5px;
}
.marquiz__button1 .marquiz__button{
  padding: 13px 20px;
  font-size: 16px;    margin: 20px 3px;
}
  #phead2 i{
    color: #5C57D0;
    font-size: 26px;
    margin-right: 15px;
  }
  #phead2 {
    padding: 0;
    font-size: 28px;
    color: #333;
    padding-bottom: 8px;
    font-weight: 700;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
  }

  #feedback-form {
  max-width: 650px;
  margin-top: 20px;
  }

  @media all and (max-width: 660px) {
    .bank h1 {
      font-size: 30px;
  }
  #logo img{
    width: 25px;
    padding-right: 5px;
}
  .marquiz__button1 .marquiz__button {
    padding: 13px 14px;
    font-size: 14px;
    margin: 10px auto;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 300px;
    left: 0;
    right: 0;
}
  .h84 {
    height: 126px;
}
.bank p {
  margin-bottom: 50px;
}
  .contentform {
    font-family: 'Nunito', sans-serif;
    margin: 15px 0 0 0;
    padding: 15px;
  }

  #phead2 {
    font-size: 22px;
  }

  }

#feedback-form [required] {
  width: 100%;
  padding: 2%;
  border: 1px solid #efefef;
  border-radius: 4px;
  transition: 0.15s;
  outline: none;
  background: #f7f7f7;
  font-family: 'Nunito', sans-serif;
  color: #333;
}
#feedback-form [required]:hover {
  border: 1px solid #c5c5c5;
  outline: none;
}
#feedback-form [required]:focus {
  border: 1px solid #1c845d;
  transition: .2s linear;
  outline: none;
  background: #fff;
}
#feedback-form [type="submit"] {
  font-family: 'Ubuntu', sans-serif;
  background: #0075ff;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  margin-top: 10px;
  border-radius: 6px;
  /* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3cb4e), to(#eabe39)); */
  border: 0;
  letter-spacing: 0.5px;
}
#feedback-form [type="submit"]:hover {
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0f9b66), to(#257557));
  color: #fff;
}
#feedback-form [type="submit"]:focus {
  background: #ce1a00;
  background-image: -moz-linear-gradient(top, #ce1a00, #ed391b);
  background-image: -webkit-linear-gradient(top, #ce1a00, #ed391b);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce1a00), to(#ed391b));
  background-image: -ms-linear-gradient(top, #ce1a00, #ed391b);
  background-image: -o-linear-gradient(top, #ce1a00, #ed391b);
  background-image: linear-gradient(top, #ce1a00, #ed391b);
}



  #pfooter {
    color: #fff;
    font-weight: 700;
    font-size: 1.8em;
    padding-top: 55px;
  }

  .footer_head {
    color: #ffffffd9;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: normal;
    display: flex;
    font-family: 'Ubuntu', sans-serif;
    align-items: center;
    font-weight: 300;
}

  /* ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â¼ÃƒÆ’Ã‚ÂÃƒâ€šÃ‚ÂµÃƒÆ’Ã‚ÂÃƒâ€šÃ‚Â½ÃƒÆ’Ã¢â‚¬ËœÃƒâ€¦Ã‚Â½ */
nav {
  display: block;
  background: #222; 
}

.menu {
  margin: 0;
  display: flex;
  padding: 0 20px;
  transition: 0.3s;
  border-top: 1px solid #46484a;
  border-bottom: 1px solid #46484a;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  border-left: 1px solid #46484a;
}

.menu li:first-child {
  margin-left: 0;
  border-left: 1px solid #00000000;
}

.menu li a {
  font-weight: 600;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 14px;
  border-bottom: 2px solid #22222200;
  display: block;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover, .menu li:hover > a {
  color: #ffffff;
  background: #444;
  border-bottom: 2px solid #d37c00;
}

.menu ul {
  display: none;
  margin: 0;
  padding: 0;
  width: 150px;
  position: absolute;
  top: 43px;
  left: 0px;
  background: #fff;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: 600;
  display: block;
  color: #797979;
  border-left: 3px solid #fff;
  background: #fff;
}

.menu ul li a:hover, .menu ul li:hover > a {
  background: #f0f0f0;
  border-left: 3px solid #093;
  color: #797979;
}

.menu li:hover > ul{ display: block;}
.menu ul ul {
  left: 149px;
  top: 0px;
}

.mobile-menu {
  text-align: center;
  display: none;
  width: 100%;
  padding: 11px;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.mobile-menu:hover {
  background: #393939;
  color: #fff;
  text-decoration: none;
}


@media (min-width: 768px) and (max-width: 979px) {

.menu ul {top:37px;}
.menu li a {
  font-size: 12px;
  padding: 8px;
  }
}

@media (max-width: 767px) {


.menu {
  display: none;
  padding: 0;
}
.phone_head {
  float: none;
  margin-right: 15px;
  line-height: normal;
  text-align: center;
  width: 100%;
  display: block;
}
.mobile-menu {
  display: block;
}

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  background: #fff;    text-shadow: none;
  color: #797979;
  border-top: 1px solid #e0e0e0;
  border-left: 3px solid #fff;
}
.menu li:first-child {
  margin-left: 0;
  border-left: 1px solid #46484a;
}
.menu-fixed {
  position: relative !important;
}
.contentform-fixed {
  position: inherit;
  top: 0;
  
}
#content a {
  width: auto;font-family: 'Nunito', sans-serif;
}
.menu li a:hover, .menu li:hover > a {
  background: #f0f0f0;
  color: #797979;
  border-left: 3px solid #222;
}

.menu ul {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;}

.menu ul ul {left:0;}
#header h1 a {
  
  font-size: 24px;
}
}
