:root {
  --bludark : #01273E;
  --aqua : #ACC5D0;
}

@font-face {
   font-family: 'Font_gisha_R';
   src: url(../fonts/gisha.ttf);
}
@font-face {
   font-family: 'Font_gisha_B';
   src: url(../fonts/gishabd.ttf);
}
@font-face {
   font-family: 'Font_Oxanium-M';
   src: url(../fonts/Oxanium-Medium.ttf);
}
@font-face {
   font-family: 'Font_Oxanium-R';
   src: url(../fonts/Oxanium-Regular.ttf);
}
@font-face {
   font-family: 'Font_Gotham_M';
   src: url(../fonts/GothamMedium.ttf);
}
@font-face {
   font-family: 'Font_Bangkok_Bold';
   src: url(../fonts/Bangkok_Bold.ttf);
}
@font-face {
   font-family: 'Font_Geoslab_Bold';
   src: url(../fonts/Geoslab.ttf);
}
@font-face {
   font-family: 'Font_TypoSlabserif-Light';
   src: url(../fonts/TypoSlabserif-Light.ttf);
}


html {
  scroll-behavior: smooth;
}

.intl-tel-input,
.iti{
  width: 100%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 30px;
  z-index: 99;
  font-size: 16pt;
  border: none;
  outline: none;
  background-color: #BB9D5C;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.daulatfont{
  font-family: 'Font_TypoSlabserif-Light';
}

.daulattm{
  vertical-align: super;
  font-size: medium;
}

.hotext{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}


/* --------- Navbar Start -------------*/
.navbar {
	background-color: #ffffff !important;
  margin: 0px !important;
  padding: 0px !important;  
}

.navbar-brand{
  width: 300px;
  height: auto;
	padding-left: 30px !important;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-family: 'Font_gisha_B';
  line-height: 12px;
  padding: 5px !important;
  width: 180px !important;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #d69f13 !important;
}

.dropdown{
  margin-right: -30px !important;
  margin-top: 0px !important;  
}

.nbpos{
  background-color: rgba(0,0,0,0);
  height: 50%;
  margin-top: auto;
  margin-bottom: auto;
  text-align: right;
}

.nbpos img{
  height: 75%;
}


/* --------- Navbar End -------------*/

/* --------- Social-icon Start -------------*/
.socialmenu ul li{
  list-style-type: none;
  margin-top: 10px;
}

.social-nav img{
  width: 20px;
}

.social-nav img:hover{
  background-color: #C37500;
  opacity:0.7 !important;
  filter:alpha(opacity=70) !important; /* For IE8 and earlier */
  box-shadow: 0 0 0px #000000 !important;
  border-radius: 50px;  
}

.modal-dialog {
  max-width: 50%; /* New width for default modal */
}

.close{
  color: #01273E;
}

.modal-title{
  background-color: #01273E;
  margin-left: 40%;
  margin-right: 40%;  
  padding: 5px 20px 5px 20px;
  font-family: 'Font_Oxanium-R';
  font-size: 10pt;
  line-height: 12pt;
  border-radius: 10px;
  border-color: #01273E;
  color: #ffffff;
}

/* --------- Social-icon End -------------*/

/* --------- Overlay Start -------------*/
.nbdot{
  height: 50%;
  background-color: rgba(0,0,0,0);
  margin-top: auto;
  margin-bottom: auto;  
}

.dotmenu{
  display: block;
  margin: auto;
  text-align: right;
  float: right;
  width: 400px;
  height: auto;
}

#menu_dotx{  
  display: block;
  float: right;  
  width: 7%; 
  height: 7%;
}

.overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 1;
  top: 90px;
  left: 0;
  background-color:rgba(0,0,0,1);  
  overflow-x: hidden;
  transition: 0.8s;
}

.overlay-content {
  font-family: 'Font_Oxanium-M';
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url("../images/menubackgroud.png");
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.overlay a {
  padding-top: 20px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #d69f13;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.sign_a{
  font-family: 'Font_Gotham_M';
}
/* --------- Overlay End -------------*/


/* --------- Modal Start -------------*/

.modal-dialog {
  max-width: 60%; /* New width for default modal */
}

.modal-title{
  background-color: #01273E;
  margin-left: 30%;
  margin-right: 30%;  
  padding: 10px 5px 10px 5px;
  font-family: 'Font_Oxanium-R';
  font-size: 20pt;
  line-height: 12pt;
  border-radius: 10px;
  border-color: #01273E;
  color: #ffffff;
}
.modal-body {
  height: 500px;
  overflow: scroll;
}

.modal-body p{
  line-height: 12pt;
  margin-bottom: 5px;
}

.s1{
  font-family: 'Font_gisha_B';
  font-size: 14pt;
  line-height: 24pt;
  letter-spacing: 1.5px;
  background-color: #243345;
  color: white;
  padding-left: 10px;
  display: inline-block;
  border-radius: 0px 20px 20px 0px;
}

.s2{
  font-family: 'Font_gisha_B';
  font-size: 14pt;
  line-height: 24pt;
  letter-spacing: 1.5px;  
  background-color: #243345;
  color: white;
  margin-left: 10px;
  border-radius: 0px 20px 20px 0px;
}

.s3{
  font-family: 'Font_gisha_B';
  font-size: 14pt;
  line-height: 22pt;
  letter-spacing: 1.5px;  
  background-color: #005e8f;
  color: white;
  padding: 5px 15px 5px 15px;
  margin-left: 10px;
  border-radius: 0px 20px 20px 0px;
}

.s4{
  font-family: 'Font_gisha_B';
  font-size: 16pt;
  line-height: 22pt;
  color: #243345;
  font-weight: bold;
  margin-top: 15px;  
}


/* --------- Modal End -------------*/


/* --------- Screen One Start -------------*/
.scr_a_c1 {
  background-color: #01273E;
  height: 516px;
  margin: auto;
  border: none;
}
.scr_a_c2 {
  background-color: #01273E;
  height: 516px;
  margin: 0px;
  padding: 0px;
  border: none;  
}
.scr_a_c1 p{
  font-family: 'Font_Oxanium-R';
  font-size: 35pt;
  line-height: 40pt;
  color: white;
  text-align: center;
  padding: 185px 0;
}
.scr_a_c2 img{
  float: left;
  margin-top: 42px;
  height: 480px;
  width: auto;
}
/* --------- Screen One End -------------*/


/* --------- Screen Two Start -------------*/
.scr_b_c1 {
  background-color: #ffffff;
  height: 500px;
  margin: 0px;
  padding: 0px;
  border: none;  
}
.scr_b_c2 {
  background-color: #ffffff;
  height: 500px;
  margin: auto;
  border: none;  
}
.scr_b_c1 img{
  float: right;
  margin-bottom: 20px;
  height: 480px;
  width: auto;
  border: none;
}
.scr_b_c2 p{
  font-family: 'Font_Oxanium-R';
  font-size: 35pt;
  line-height: 40pt;
  color: #01273E;
  text-align: center;
  padding: 185px 0;
}

/* --------- Screen Two End -------------*/


/* --------- Screen Three Start -------------*/
.scr_c_c0 {
  background-image: url("../images/ab_topimg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100px;
  margin: 0px;
  padding: 0px;
  float: left;
}

.scr_c_c1 {
  background-color: #ffffff;
  height: 480px;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #bbb;
}
.scr_c_c2 {
  background-color: #ffffff;
  height: 480px;
  margin: auto;
  border-bottom: 1px solid #bbb;
}
.scr_c_c2 img{
  float: left;
  height: 460px;
  width: auto;
  padding-top: 10px;
  padding-left: 30px;
}
.scr_c_c1 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 40pt;
  line-height: 42pt;
  text-align: center;
  color: #01273E;
  padding-top: 40px;
  padding-left: 100px;
}
.scr_c_c1 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 15pt;
  text-align: justify;
  color: #000000;
  padding: 5px 60px 0px 130px; 
}
/* Solid border */
.solid {
}
/* --------- Screen Three End -------------*/

/* --------- Screen Four Start -------------*/
.scr_d_c1 {
  background-color: #ffffff;
  height: 505px;
  margin: 0px;
  padding: 0px;
}
.scr_d_c2 {
  background-color: #ffffff;
  height: 505px;
  margin: 0px;
  padding: 0px;
}
.scr_d_c2 img{
  float: left;
  height: 505px;
  width: auto;
  padding-top: 50px;
}
.scr_d_c1 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 40pt;
  line-height: 42pt;
  text-align: left;
  color: #01273E;
  padding-top: 60px;
  padding-left: 140px;
}
.scr_d_c1 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 15pt;
  text-align: justify;
  color: #000000;
  padding: 5px 60px 0px 140px; 
}
/* --------- Screen Four End -------------*/


/* --------- Screen Five Start -------------*/
.scr_e_c1 {
  background-color: #ACC5D0;
  height: auto;
  margin: 0px;
  padding-bottom: 20px;
  text-align: center;  
}
.scr_e_c2 {
  background-color: #ACC5D0;
  height: auto;
  margin: 0px;
  padding: 0px;
}
.scr_e_c1 img{
  width: 80%;
  height: auto;
}
.scr_e_c2 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 40pt;
  line-height: 42pt;
  text-align: left;
  color: #01273E;
  padding-top: 50px;
  padding-left: 100px;
}

.scr_e_c2 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 15pt;
  text-align: justify;
  color: #000000;
  padding: 5px 110px 0px 100px; 
}


/* --------- Screen Five End -------------*/


/* --------- Screen Six Start -------------*/
.scr_f_c1 {
  background-color: #ffffff;
  height: 505px;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #bbb;  
}
.scr_f_c2 {
  background-color: #ffffff;
  height: 505px;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #bbb;  
}
.scr_f_c2 img{
  float: left;
  height: 505px;
  width: auto;
  padding-top: 50px;
}
.scr_f_c1 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 40pt;
  line-height: 42pt;
  text-align: left;
  color: #01273E;
  padding-top: 60px;
  padding-left: 140px;
}
.scr_f_c1 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 15pt;
  text-align: justify;
  color: #000000;
  padding: 5px 60px 0px 140px; 
}
/* --------- Screen Six End -------------*/

/* --------- Screen Seven Start -------------*/
.scr_g_c1 {
  background-color: #ffffff;
  height: 505px;
  margin: 0px;
  padding: 0px;
}
.scr_g_c2 {
  background-color: #ffffff;
  height: 505px;
  margin: 0px;
  padding: 0px;
}
.scr_g_c2 img{
  float: left;
  height: 505px;
  width: auto;
  padding-bottom: 50px;
}
.scr_g_c1 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 40pt;
  line-height: 42pt;
  text-align: left;
  color: #01273E;
  padding-top: 60px;
  padding-left: 140px;
}
.scr_g_c1 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 15pt;
  text-align: justify;
  color: #000000;
  padding: 5px 60px 0px 140px; 
}
/* --------- Screen Seven End -------------*/


/* --------- Screen Eight Start -------------*/
.scr_h_c1 {
  background-image: url("../images/ab_midimg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: left;
}

.scr_h_c1 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 30pt;
  line-height: 32pt;
  text-align: left;
  color: #ffffff;
  padding-top: 10px;
  padding-left: 140px;
}

.scr_h_c1 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 15pt;
  text-align: justify;
  color: #ffffff;
  padding: 5px 60px 0px 140px; 
}

.scr_h_c2 {
  border-radius: 25px;
  background-color: #B0CCD8;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: 140px; 
  padding: 20px 40px 20px 40px;
  float: left;
}

.scr_h_c3 {
  border-radius: 25px;
  background-color: #B0CCD8;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-left: 140px; 
  padding: 20px 40px 20px 40px;
  float: left;
}

.scr_h_c54 {
  border-radius: 25px;
  background-color: #B0CCD8;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-left: 140px; 
  padding: 20px 40px 20px 40px;
  float: left;
}

.scr_h_c5 {
  border-radius: 25px;
  background-color: #B0CCD8;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-left: 140px; 
  padding: 20px 40px 20px 40px;
  float: left;
}

.scr_h_c6 {
  border-radius: 25px;
  background-color: #B0CCD8;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-left: 140px; 
  margin-bottom: 40px; 
  padding: 20px 40px 20px 40px;
  float: left;
}

.scr_h_c2 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 20pt;
  line-height: 32pt;
  text-align: center;
  color: #000000;
}

.scr_h_c2 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 18pt;
  text-align: justify;
  color: #000000;
}

.scr_h_c3 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 20pt;
  line-height: 32pt;
  text-align: center;
  color: #000000;
}

.scr_h_c3 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 18pt;
  text-align: center;
  color: #000000;
}

.sub_table{
  width: 40%;
  justify-content: center;
  margin: 0 auto;
}

.scr_h_c54 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 20pt;
  line-height: 32pt;
  text-align: center;
  color: #000000;
}

.scr_h_c54 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 18pt;
  text-align: center;
  color: #000000;
}

.scr_h_c5 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 20pt;
  line-height: 32pt;
  text-align: center;
  color: #000000;
}

.scr_h_c5 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 18pt;
  text-align: justify;
  color: #000000;
}

.scr_h_c6 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 20pt;
  line-height: 32pt;
  text-align: center;
  color: #000000;
}

.scr_h_c6 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 18pt;
  text-align: center;
  color: #000000;
}

.scr_h_c4 {
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 140px; 
  float: left;
  text-align: center;
}

.scr_h_c4 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 20pt;
  line-height: 20pt;
  color: #ffffff;
  background-color: #01273E;
  border-radius: 5px;
  display: block;
  margin-left: 320px;
  margin-right: 320px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.scr_h_c4 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 18pt;
  text-align: center;
  color: #000000;
}


.scr_h_c8 {
  border-radius: 25px;
  background-color: #B0CCD8;
  background-repeat: no-repeat;
  margin: 30px 40px 0px 40px;
  padding: 20px 40px 20px 40px;
  float: left;
}

.scr_h_c8 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 20pt;
  line-height: 32pt;
  text-align: center;
  color: #000000;
}

.scr_h_c8 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 18pt;
  text-align: center;
  color: #000000;
}


/* --------- Screen Eight End -------------*/


/* --------- Screen Nine Start -------------*/

.scr_i_r{
  background-color: #01273E;
  background-repeat: no-repeat;
  height: auto;
  float: left;
  text-align: center;
  margin-top: 20px;
}

.scr_i_r h1{
  border-radius: 10px;
  background-color: #B0CCD8;
  background-repeat: no-repeat;
  font-family: 'Font_Oxanium-R';
  font-size: 15pt;
  line-height: 18pt;
  text-align: center;
  color: #01273E;
  margin-top: 20px;
  padding: 10px;
}

.scr_i_c1 p{
  font-family: 'Font_gisha_R';
  font-size: 13pt;
  line-height: 15pt;
  text-align: center;
  color: #000000;
}

.card-body p{
  font-family: 'Font_gisha_R';
  font-size: 10pt;
  color: #000000;
  text-align: center;
}

.card-header h4{
  font-family: 'Font_gisha_R';
  font-size: 18pt;
  line-height: 20pt;
  color: #ffffff;   
}

.card-body {
  height: 300px;
  background-color: #B0CCD8;
  color: #231F20;
}

.card{
  margin-bottom: 40px;
  margin-top: 20px;
  border: none;
}

.card-header{
  background-color: #007084;
}

/* --------- Screen Nine End -------------*/


/* --------- Screen Ten Start -------------*/
.scr_j_c1 {
  background-color: #ffffff;
  height: auto;
  margin: 0px;
  padding: 0px;
  padding-left: 140px;
  padding-right: 40px;  
}
.scr_j_c2 {
  background-color: #ffffff;
  height: auto;
  margin: 0px;
  padding: 0px;
}
.scr_j_c2 img{
  float: left;
  height: 505px;
  padding-bottom: 0px;
  margin-top: 240px;
}
.scr_j_c1 h1{
  font-family: 'Font_Oxanium-R';
  font-size: 30pt;
  line-height: 32pt;
  text-align: left;
  color: #01273E;
  padding-top: 60px;
}

.scr_j_c1 h2{
  font-family: 'Font_Oxanium-R';
  font-weight: bold;
  font-size: 16pt;
  line-height: 18pt;
  text-align: left;
  color: #01273E;
}

.scr_j_c1 p{
  font-family: 'Font_gisha_R';
  font-size: 12pt;
  line-height: 13pt;
  text-align: justify;
  color: #000000;
}
.form-check-label{
  font-family: 'Font_gisha_R';
  font-size: 6pt;
  line-height: 8pt;
  text-align: right;
  float: right;
  color: #FF0000;
  padding-bottom: 10px;
}

.scr_j_c3 {
  display: block;
  position: absolute;
}

.scr_j_c3 img{
  height: 80px;
  width: auto;
  padding-bottom: 0px;
  margin-top: 575px;
  margin-left: 370px;  
}

.form_btn{
  background-color: #01273E;
  padding: 5px 10px 5px 10px;
  border: none;
  color: #ffffff;
  margin-left: 40px;
}

/* --------- Screen Ten End -------------*/


/* --------- Footer Start -------------*/

.scr_foot_1{
  background-color: #01273E;
  height: 200px;
}

.scr_foot_1 .sf_1 h2{
  color: #808080;
  text-decoration: underline;
  padding-left: 260px;
  padding-top: 40px;
  font-family: 'Font_gisha_B';
  font-size: 13pt;
  line-height: 15pt;  
}
.scr_foot_1 .sf_1 ul{
  padding-left: 260px;  
  text-align: left;
  list-style: square inside url("../images/bullets.png");
  color:#808080;
}

.scr_foot_1 .sf_1 li a {
  color: #808080;
  text-align: left;
  text-decoration: none;
}

.scr_foot_1 .sf_1 li a:hover {
  color: #E5AC38;
}

.scr_foot_1 .sf_2 h2{
  color: #808080;
  text-decoration: underline;
  padding-left: 160px;
  padding-top: 40px;
  font-family: 'Font_gisha_B';
  font-size: 13pt;
  line-height: 15pt;  
}
.scr_foot_1 .sf_2 ul{
  padding-left: 160px;  
  text-align: left;
  list-style: square inside url("../images/bullets.png");
  color:#808080;
}

.scr_foot_1 .sf_2 li a {
  color: #808080;
  text-align: left;
  text-decoration: none;
}

.scr_foot_1 .sf_2 li a:hover {
  color: #E5AC38;
}

.scr_foot_1 .sf_3 h2{
  color: #808080;
  text-decoration: underline;
  padding-left: 40px;
  padding-top: 40px;
  font-family: 'Font_gisha_B';
  font-size: 13pt;
  line-height: 15pt;  
}
.scr_foot_1 .sf_3 ul{
  padding-left: 40px;  
  text-align: left;
  list-style: square inside url("../images/bullets.png");
  color:#808080;
}

.scr_foot_1 .sf_3 li a {
  color: #808080;
  text-align: left;
  text-decoration: none;
}

.scr_foot_1 .sf_3 li a:hover {
  color: #E5AC38;
}

.scr_foot_2{
  background-color: #000000;
  height: 40px;
}

.scr_foot_2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  overflow: hidden;
}

.scr_foot_2 li:not(:last-child):after {
  content: ' | ';
  color:#808080;
  font-weight:bold;
}

.scr_foot_2 li{
  display: inline;
  float: left;
}

.scr_foot_2 li a {
  color: #808080;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.scr_foot_2 li a:hover {
  color: #E5AC38;
}

.scr_foot_2 p{
  text-align: center;
  padding-top: 10px;
  color: #808080;
}

/* --------- Footer End -------------*/


/* On screens that are 992px wide or less,
   the background color is green */
@media (min-width: 601px) and (max-width: 992px) {
  body {
    background-color: white;
    color: black;
  }

.navbar {
  overflow: hidden !important;
}

.navbar-toggler{
  float: right;
  margin-right: -35px !important;
}

.socialmenu{
  margin-right: 10px !important;
  margin-top: -35px !important;
}

.socialmenu ul li{
  list-style-type: none;
}

.collapse{
  float: right;
}

.dropdown{
  margin-right: 30px !important;
  margin-top: 10px !important;  
}

.dropdown-menu{
  width: 180px !important;
  margin-right: 40px !important;  
}

.sub_table {
  width: 100%;
  margin-left: 300px;
}

#menu_dotx{
  float: right;
  margin-right: -30px !important;  
}

.overlay {
  height: auto;
  width: 100%;
  z-index: 1;
  top: 90px;
  left: 0;
  background-color:rgba(0,0,0,1);  
  overflow-x: hidden;
  transition: 0.8s;
}

.overlay-content {
  font-family: 'Font_Oxanium-M';
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background-image: url("../images/menubackgroud.png");
  background-repeat: ;
  background-size: 100% 100%;
  overflow: hidden;
}

.navbar-brand img{
  width: 250px;
  height: auto;
  padding-left: 0px !important;
  margin-left: 0px !important;
}

  .modal-dialog {
    max-width: 90%; /* New width for default modal */
  }

  .modal-title{
    background-color: #01273E;
    margin-left: 40%;
    margin-right: 40%;  
    padding: 5px 5px 5px 5px;
    font-family: 'Font_Oxanium-R';
    font-size: 10pt;
    line-height: 12pt;
    border-radius: 10px;
    border-color: #01273E;
    color: #ffffff;
  }

  .scr_a_c1 {
    float: left;
  }
  .scr_a_c2 img{
    position: relative;        
    display: inline-block;
    left: 50%;                 
    transform: translate(-50%);
  }
  .scr_b_c1 {
    float: left;
  }
  .scr_b_c1 img{
    position: absolute;        
    display: inline-block;
    width: 100%;
    height: auto;
    left: 50%;        
    transform: translate(-50%);
  }
  .scr_b_c2 {
    float: left;
  }

  .scr_c_c0{
    height: 45px;
  }
  .scr_c_c1 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 40pt;
    line-height: 42pt;
    text-align: center;
    color: #01273E;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
  }
  .scr_c_c1 p{
    font-family: 'Font_gisha_R';
    font-size: 13pt;
    line-height: 15pt;
    text-align: justify;
    color: #000000;
    padding: 5px 20px 0px 20px; 
  }
  .scr_c_c2 {
    text-align: center;
  }
  .scr_c_c2 img{
    width: 75%;
    height: auto;
    margin: 10px 0px 20px 0px;
    padding: 10px 0px 20px 0px;
    position: relative;        
    display: inline-block;     
    left: 50%;        
    transform: translate(-50%);    
  }
  .scr_d_c1 {
    float: left;
  }
  .scr_d_c1 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 40pt;
    line-height: 42pt;
    text-align: center;
    color: #01273E;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
  }
  .scr_d_c1 p{
    font-family: 'Font_gisha_R';
    font-size: 13pt;
    line-height: 15pt;
    text-align: justify;
    color: #000000;
    padding: 5px 20px 0px 20px; 
  }

  .scr_d_c2 {
    text-align: center;
  }

  .scr_d_c2 img{
    width: 75%;
    height: auto;
    margin: 0px;
    padding: 0px;
    position: relative;      
    display: inline-block; 
    left: 50%;
    transform: translate(-50%);
  }
  
  .scr_e_c1{
    float: left;
    text-align: center;
    padding-bottom: 20px;
  }

  .scr_e_c1 img{
    width: 75%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
  .scr_e_c2 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 40pt;
    line-height: 42pt;
    text-align: center;
    color: #01273E;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
  }
  .scr_e_c2 p{
    font-family: 'Font_gisha_R';
    font-size: 13pt;
    line-height: 15pt;
    text-align: justify;
    color: #000000;
    padding: 5px 20px 0px 20px; 
  }

  .scr_f_c1 {
    float: left;
    border-bottom: 0px solid #bbb;  
    height: auto;  
  }
  .scr_f_c1 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 40pt;
    line-height: 42pt;
    text-align: center;
    color: #01273E;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
  }

  .scr_f_c1 p{
    font-family: 'Font_gisha_R';
    font-size: 13pt;
    line-height: 15pt;
    text-align: justify;
    color: #000000;
    padding: 5px 20px 0px 20px; 
  }

  .scr_f_c2 {
    text-align: center;
    border-bottom: 1px solid #bbb;   
    height: auto;
  }

  .scr_f_c2 img{
    width: 90%;
    height: auto;
    margin: 0px;
    padding: 0px;
    position: relative;        
    display: inline-block;     
    left: 50%;        
    transform: translate(-50%); 
  }

  .scr_g_c1 {
    float: left;
    height: auto;
  }
  .scr_g_c1 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 40pt;
    line-height: 42pt;
    text-align: center;
    color: #01273E;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
  }
  .scr_g_c1 p{
    font-family: 'Font_gisha_R';
    font-size: 13pt;
    line-height: 15pt;
    text-align: justify;
    color: #000000;
    padding: 5px 20px 0px 20px; 
  }

  .scr_g_c2 {
    text-align: center;
    height: auto;
  }

  .scr_g_c2 img{
    width: 75%;
    height: auto;
    margin: 0px;
    padding: 0px;
    position: relative;        
    display: inline-block;     
    left: 50%;        
    transform: translate(-50%); 
  }

  .scr_h_c1 {
    background-image: url("../images/ab_midimg.png");
    background-repeat: repeat;
    background-size: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    float: left;
  }

  .scr_h_c2 {
    border-radius: 25px;
    background-color: #B0CCD8;
    background-repeat: no-repeat;
    margin: 10px 40px 0px 40px;
    padding: 10px 40px 10px 40px;
    float: left;
  }

  .scr_h_c3 {
    width: 100%;
    border-radius: 25px;
    background-color: #B0CCD8;
    background-repeat: no-repeat;
    margin: 30px 40px 0px 40px;
    padding: 20px 40px 20px 40px;
    float: left;
  }

  .scr_h_c54 {
    border-radius: 25px;
    background-color: #B0CCD8;
    background-repeat: no-repeat;
    margin: 30px 40px 0px 40px;
    padding: 20px 40px 20px 40px;
    float: left;
  }

  .scr_h_c5 {
    border-radius: 25px;
    background-color: #B0CCD8;
    background-repeat: no-repeat;
    margin: 30px 40px 0px 40px;
    padding: 20px 40px 20px 40px;
    float: left;
  }

  .scr_h_c6 {
    border-radius: 25px;
    background-color: #B0CCD8;
    background-repeat: no-repeat;
    margin: 30px 40px 20px 40px;
    padding: 20px 40px 20px 40px;
    float: left;
  }

  .scr_h_c4 {
    margin-top: 25px;
    margin-bottom: 0px;
    float: left;
    margin-left: 210px;
    text-align: center;
  }

  .scr_h_c8 {
    border-radius: 25px;
    background-color: #B0CCD8;
    background-repeat: no-repeat;
    margin: 30px 40px 0px 40px;
    padding: 20px 40px 20px 40px;
    float: left;
  }

  .scr_h_c4 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 20pt;
    line-height: 20pt;
    color: #ffffff;
    background-color: #01273E;
    border-radius: 5px;
    display: block;
    margin-left: 20px;
    margin-right: 350px;
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .card-body {
    height: 380px;
    background-color: #B0CCD8;
    color: #231F20;
  }

  .scr_j_c1 {
    background-color: #ffffff;
    height: auto;
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #bbb;
  }

  .scr_j_c2 img{
    width: 75%;
    height: auto;
    margin: 0px;
    padding: 0px;
    position: relative;
    display: inline-block;     
    left: 50%;        
    transform: translate(-50%); 
  }

  .scr_foot_1 .sf_1 h2{
    padding-left: 100px;
  }
  .scr_foot_1 .sf_1 ul{
    padding-left: 100px;  
  }

  .scr_foot_1 .sf_2 h2{
    padding-left: 100px;
  }
  .scr_foot_1 .sf_2 ul{
    padding-left: 100px;  
  }

  .scr_foot_1 .sf_3 h2{
    padding-left: 100px;
  }
  .scr_foot_1 .sf_3 ul{
    padding-left: 100px;  
  }

  .scr_foot_2 li a {
    color: #808080;
    text-align: center;
    padding: 0px 0px 0px 5px;
    text-decoration: none;
  }

  #myBtn{
    margin: 0px 0px 0px 0px;  
  }

}

/* On screens that are 600px wide or less,
  the background color is yellow */
@media (min-width: 0px) and (max-width: 600px) {
body {
  background-color: #ffffff;
  color: #000000;
}

.navbar {
  overflow: hidden !important;
}

.navbar-toggler{
  float: right;
  margin-right: -35px !important;
  padding-right: 0px !important;  
}

.navbar-nav{
  padding-right: 80px !important;
  margin-top: 10px !important;
}

.socialmenu{
  margin-right: 10px !important;
  margin-top: -35px !important;
}

.socialmenu ul li{
  list-style-type: none;
}

.collapse{
  float: right;
}

.dropdown{
  margin-right: -40px !important;
}

.sub_table {
  width: 100%;
  margin-left: 300px;
}

#menu_dotx{
  float: right;
  margin-right: -30px !important;  
}

.overlay {
  height: auto;
  width: 100%;
  z-index: 1;
  top: 90px;
  left: 0;
  background-color:rgba(0,0,0,1);  
  overflow-x: hidden;
  transition: 0.8s;
}

.overlay-content {
  font-family: 'Font_Oxanium-M';
  position: relative;
  width: auto;
  height: 100%;
  text-align: center;
  background-image: url("../images/menubackgroud.png");
  background-repeat: ;
  background-size: 100% 100%;
  overflow: hidden;
}

.modal-dialog {
  max-width: 100%; /* New width for default modal */
}

.navbar-brand img{
  width: 150px;
  height: auto;
  padding-left: -30px !important;
  margin-left: -30px !important;
}

.navbar-toggler{
  float: right;
  width: 40px !important;
  padding: 0px !important;
}

.modal-title{
  background-color: #01273E;
  margin-left: 35%;
  margin-right: 35%;  
  padding: 5px 5px 5px 5px;
  font-family: 'Font_Oxanium-R';
  font-size: 10pt;
  line-height: 12pt;
  border-radius: 10px;
  border-color: #01273E;
  color: #ffffff;
}

  .scr_a_c1 {
    margin: 0px;
    padding: 0px;
    height: 450px;
  }

  .scr_a_c2 {
    margin: 0px;
    padding: 0px;
    height: auto;
  }
  .scr_a_c2 img{
    width: 100%;
    height: auto;
  }
  .scr_b_c1 {
    margin: 0px;
    padding: 0px;
    height: 400px;
  }
  .scr_b_c1 img{
    width: 100%;
    height: auto;
  }

  .scr_b_c2 {
    margin: 0px;
    padding: 0px;
    height: 360px;
  }

  .scr_b_c2 p{
    font-family: 'Font_Oxanium-R';
    font-size: 35pt;
    line-height: 40pt;
    color: #01273E;
    text-align: center;
    padding: 110px 0;
  }
  .scr_c_c0{
    height: 45px;
  }

  .scr_c_c0{
    border-bottom: none;
    height: 45px;
  }

  .scr_c_c1{
    border-bottom: none;
    height: 630px;
  }

  .scr_c_c1 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 40pt;
    line-height: 42pt;
    text-align: center;
    color: #01273E;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
  }
  .scr_c_c1 p{
    font-family: 'Font_gisha_R';
    font-size: 13pt;
    line-height: 15pt;
    text-align: justify;
    color: #000000;
    padding: 5px 20px 0px 20px; 
  }
  .scr_c_c2 {
    text-align: center;
    height: auto;
    padding-bottom: 20px;
  }
  .scr_c_c2 img{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    border-bottom: none;
  }

  .scr_d_c1 {
    float: left;
    height: auto;    
  }
  .scr_d_c1 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 40pt;
    line-height: 42pt;
    text-align: center;
    color: #01273E;
    margin: 0px;
    padding: 0px;
    padding-top: 30px;
  }
  .scr_d_c1 p{
    font-family: 'Font_gisha_R';
    font-size: 13pt;
    line-height: 15pt;
    text-align: justify;
    color: #000000;
    padding: 5px 20px 0px 20px; 
  }

  .scr_d_c2 {
    text-align: center;
    height: auto;
  }

  .scr_d_c2 img{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    padding-top: 25px;
    padding-bottom: 10px;    
  }
  
  .scr_e_c1{
    float: left;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .scr_e_c1 img{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }
  .scr_e_c2 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 40pt;
    line-height: 42pt;
    text-align: center;
    color: #01273E;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
  }
  .scr_e_c2 p{
    font-family: 'Font_gisha_R';
    font-size: 13pt;
    line-height: 15pt;
    text-align: justify;
    color: #000000;
    padding: 5px 20px 0px 20px; 
  }

  .scr_f_c1 {
    float: left;
    border-bottom: none;
  }
  .scr_f_c1 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 40pt;
    line-height: 42pt;
    text-align: center;
    color: #01273E;
    margin: 0px;
    padding: 0px;
    padding-top: 40px;
  }
  .scr_f_c1 p{
    font-family: 'Font_gisha_R';
    font-size: 13pt;
    line-height: 15pt;
    text-align: justify;
    color: #000000;
    padding: 5px 20px 0px 20px; 
  }

  .scr_f_c2 {
   text-align: center;
   border-bottom: none;    
  }

  .scr_f_c2 img{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    padding-top: 11px;
  }

  .scr_g_c1 {
    float: left;
    height: auto;
  }
  .scr_g_c1 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 40pt;
    line-height: 42pt;
    text-align: center;
    color: #01273E;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
  }
  .scr_g_c1 p{
    font-family: 'Font_gisha_R';
    font-size: 13pt;
    line-height: 15pt;
    text-align: justify;
    color: #000000;
    padding: 5px 20px 0px 20px; 
  }

  .scr_g_c2 {
    text-align: center;
  }

  .scr_g_c2 img{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    padding-top: 11px;
    padding-bottom: 10px;    
  }

  .scr_h_c1 {
    background-image: url("../images/ab_mlgimg.png");
    background-repeat: repeat-y;
    background-size: cover;
    height: 280px;
    margin: 0px;
    padding: 0px;
    float: left;
  }

  .scr_h_c1 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 30pt;
    line-height: 32pt;
    text-align: left;
    color: #ffffff;
    padding-top: 10px;
    padding-left: 40px;
  }

  .scr_h_c1 p{
    font-family: 'Font_gisha_R';
    font-size: 13pt;
    line-height: 15pt;
    text-align: justify;
    color: #ffffff;
    padding: 5px 40px 0px 40px; 
  }

  .scr_h_c2 {
    border-radius: 25px;
    background-color: #B0CCD8;
    background-repeat: no-repeat;
    margin: 10px 40px 10px 40px;
    padding: 10px 40px 10px 40px;
    float: left;
  }

  .scr_h_c3 {
    border-radius: 25px;
    background-color: #B0CCD8;
    background-repeat: no-repeat;
    margin: 10px 40px 10px 40px;
    padding: 10px 40px 10px 40px;
    float: left;
    justify-content: center;
  }

  .scr_h_c3 table{
    width: 100%;
    margin-left: 0px;
    float: left;
  }

  .scr_h_c54 {
    border-radius: 25px;
    background-color: #B0CCD8;
    background-repeat: no-repeat;
    margin: 30px 40px 0px 40px;
    padding: 20px 40px 20px 40px;
    float: left;
  }

  .scr_h_c5 {
    border-radius: 25px;
    background-color: #B0CCD8;
    background-repeat: no-repeat;
    margin: 30px 40px 0px 40px;
    padding: 20px 40px 20px 40px;
    float: left;
  }

  .scr_h_c6 {
    border-radius: 25px;
    background-color: #B0CCD8;
    background-repeat: no-repeat;
    margin: 30px 40px 20px 40px;
    padding: 20px 40px 20px 40px;
    float: left;
  }

  .scr_h_c4 {
    margin-top: 25px;
    margin-bottom: 0px;
    float: left;
    margin-left: -5px;
    text-align: center;
  }

  .scr_h_c4 h1{
    font-family: 'Font_Oxanium-R';
    font-size: 20pt;
    line-height: 20pt;
    color: #ffffff;
    background-color: #01273E;
    border-radius: 5px;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
  }


  .card-body {
    height: auto;
    background-color: #B0CCD8;
    color: #231F20;
  }

  .scr_j_c1 {
    background-color: #ffffff;
    height: auto;
    margin: 0px;
    padding: 0px;
    padding-left: 40px;
    padding-right: 40px;
    border-bottom: 1px solid #bbb;
  }

  .scr_j_c1 p{
    font-family: 'Font_gisha_R';
    font-size: 10pt;
    line-height: 13pt;
    text-align: left;
    color: #000000;
  }

  .scr_j_c2 {
    text-align: center;
  }

  .scr_j_c2 img{
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    padding-top: 11px;
  }

  .scr_j_c3 img{
    display: block;
    position: absolute;
    height: 100px;
    width: auto;
    padding-bottom: 20px;
    margin-top: 437px;
    margin-left: 423px;  
  }

.scr_foot_1{
  background-color: #01273E;
  height: 550px;
}

.scr_foot_1 .sf_1 h2{
  color: #808080;
  text-decoration: underline;
  padding-left: 160px;
  padding-top: 40px;
  font-family: 'Font_gisha_B';
  font-size: 13pt;
  line-height: 15pt;  
}
.scr_foot_1 .sf_1 ul{
  padding-left: 160px;  
  text-align: left;
  list-style: square inside url("../images/bullets.png");
  color:#808080;
}

.scr_foot_1 .sf_3 h2{
  color: #808080;
  text-decoration: underline;
  padding-left: 160px;
  padding-top: 40px;
  font-family: 'Font_gisha_B';
  font-size: 13pt;
  line-height: 15pt;  
}
.scr_foot_1 .sf_3 ul{
  padding-left: 160px;  
  text-align: left;
  list-style: square inside url("../images/bullets.png");
  color:#808080;
}

.scr_foot_1 .sf_2 h2{
  color: #808080;
  text-decoration: underline;
  padding-left: 160px;
  padding-top: 40px;
  font-family: 'Font_gisha_B';
  font-size: 13pt;
  line-height: 15pt;  
}

.scr_foot_1 .sf_2 ul{
  padding-left: 160px;  
  text-align: left;
  list-style: square inside url("../images/bullets.png");
  color:#808080;
}

.scr_foot_2{
  background-color: #000000;
  height: 20px;
}

.scr_foot_2 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.scr_foot_2 li a {
  color: #808080;
  text-align: center;
  margin-top: 0px;
  padding: 0px 0px 0px 30px;
  text-decoration: none;
}

#myBtn{
  margin: 0px 0px 0px 0px;  
}

.s4{
  font-family: 'Font_gisha_B';
  font-size: 16pt;
  line-height: 28pt;
  color: #243345;
  font-weight: bold;
  margin-top: 15px;  
}

}