@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-right: 10px;
}

body {
margin:0;
font-family: "Space Grotesk", sans-serif, arial;
font-size:13px;
line-height:1.4;
background:#fff;
/*background-color:#e5e5e5;*/
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
margin: 0;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}
.bg-white{ background:#fff !important;}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
aside{ position:relative;}
/* pageskin */

/*== HTML5 Elements
*=================================*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block
}
/*== Typography Elements
*=================================*/

.color-red
{
    color:red;
}

.color-green
{
    color:green;
}

iframe {
display:block
}

a img {
border:0
}
:focus {
outline:0
}
time{ font-family:inherit; font-size:11px; color:#aaa; font-weight: 400;} time a{ color:#aaa;}
a {
color:#6c66e7;
text-decoration:none;
outline:0;
-webkit-transition:background-color .15s linear,color .15s linear;
-moz-transition:background-color .15s linear,color .15s linear;
-o-transition:background-color .15s linear,color .15s linear;
-ms-transition:background-color .15s linear,color .15s linear;
transition:background-color .15s linear,color .15s linear;
}

ul,ol {
list-style:none;
margin:0;
padding:0;
}
ul,ol,p,table,form,pre {
margin:0 0 0px
}
h1,h2,h3,h4,h5,h6 {
color:#263238;
margin:0 0 5px;
}
h1,h2,h3 {
line-height:1.25
}
h1 {
font-size:24px
}
h2 {
font-size:20px
}
h3 {
font-size:16px
}
h4 {
font-size:14px
}
h4,h5,h6 {
font-size:13px
}
blockquote {
margin-left:10px;
padding-left:40px;
color:#777;

}
abbr[title],acronym[title] {
border-bottom:1px dotted #666;
cursor: help;
}
/*== Code Elements
*=================================*/
pre,code,kbd,samp,var {
font-size: 12px;
}
pre {
padding:20px 20px;
nowhitespace:afterproperty;
line-height:20px;
white-space:pre-wrap;
white-space:-moz-pre-wrap;
white-space:-pre-wrap;
border:1px solid #DDD;
/* CSS-3 */
white-space:-o-pre-wrap;
/* Mozilla,since 1808080 */
word-wrap:break-word;
/* Opera 4-6 */;
/* IE 5.5+*/
}
/*== Table Elements
*=================================*/
table {
width:100%;
nowhitespace:afterproperty;
border-collapse:collapse;
border-spacing:0;
/* tables still need 'cellspacing="0"' in the markup */
}
th,td,caption {
padding:5px 10px
}
caption {
font-weight:bold
}
/*th,td {
border: 2px solid #282828;
} */
th{background:#E7E7E7;}
td{background:#FFF;}
tr:nth-of-type(odd) td, tr.odd td { background: #FBFBFB }
img, video {
    height: auto;
    max-width: 100%;
}
/*== Form Elements
*=================================*/
input {
    /* -webkit-appearance: none; */
    border-radius: 0;
}
label,input,textarea,select,button,.btn {
font-size:14px; font-family: inherit;
line-height:19px;
}
input,textarea,select,button,.btn {
display:inline-block;
padding:4px;
margin:0;
outline:none;
background-color:#FFF;
border:1px solid #191919;
-webkit-border-radius:2px;
border-radius:0px;
outline:none;
}
input[type="text"],input[type="password"],textarea {
/*-webkit-box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;
box-shadow:1px 1px 1px rgba(120,120,120,0.1) inset;*/
-webkit-transition:background .15s;
-moz-transition:background .15s;
-ms-transition:background .15s;
-o-transition:background .15s;
transition:background .15s;
}

input[type="submit"]{
cursor:pointer;
cursor:hand;
}
textarea {
overflow:auto
}

input[type="checkbox"],input[type="radio"] {
vertical-align:text-top;
padding:0;
margin:1px 0 0;
border:0;
}

/* page */
.container{	max-width: 1344px; padding-left: 15px; padding-right: 15px; margin-left: auto; margin-right: auto; display:block; width:100%; }
header{  min-width: 320px;  width: 100%; height: 95px; position: absolute; }
.header-frame{ display:flex; align-items:center; height: 95px; justify-content: space-between;}
.logo{ height:auto;  } .logo img{ width:190px; }
.navbar-collapse {   } .navbar-frame{ display:flex; padding-left: 60px;}
.header-menu { display: flex; justify-content: space-around; font-size: 18px; font-weight: 500; line-height: 2.4rem; font-family: inherit; }
.header-menu li{ float:left; }
.header-menu li{ margin: 0px; white-space: nowrap; color: #000; white-space: nowrap; cursor: pointer;
    padding: 3px 25px; border-radius: 40px;}
.nav-btn:hover, .nav-btn.active{  color:#fff; background:#005490;  }
.row-btn{
	-webkit-transition: all 0.1s ease;
	-moz-transition:    all 0.1s ease;
	-o-transition:      all 0.1s ease;
	-ms-transition:     all 0.1s ease;
	transition:         all 0.1s ease;	
}
.HGFSK, .HGFSKHD{ display:flex; align-items:center; }
.HGFSKHD{ border:2px solid #005490; color:#005490; font-family:inherit; font-size:16px; border-radius:40px; padding:10px 25px; font-weight:600 }
.HGFSKHD:hover{ background:#005490; color:#fff; }
.banner_content{ padding:750px 0 0px; }
.title_h3{ font-size: 26px;
    font-family: inherit; color: #fff; text-align: center; background: #3F51B5; padding: 5px 10px;}
.btn{display: inline-block; padding: 0px 25px; height: 50px; line-height: 48px; border: 2px solid #005490; color: #005490;
    background: transparent; border-radius: 40px; font-family: inherit; font-size: 18px; cursor: pointer; font-weight: 600;}
.btn:hover{ background:#005490; color:#fff;  }
.p-about{ padding:50px 0; position:relative; }
.text-white:after{ position:absolute; right:30px; top:30px; background:url(../img/e-Dot-Pattern.png) no-repeat; background-size: 100%;  height: 116px;
    max-width: 116px; width: 100%; content:""; }
.text-white:before{ position:absolute; left:30px; bottom:30px; background:url(../img/e-Dot-Pattern.png) no-repeat; background-size: 100%;  height: 116px;
    max-width: 116px; width: 100%; content:""; }   

.about_wrap{ display:flex; flex-wrap:wrap; align-items: center; }
.shfshfs{ border:2px solid #464fdc; border-radius:10px; overflow:hidden; margin: 20px 0 0;}
.help{ float:left; margin-right:20px; height:250px; width: 40%; }
.help_div{ padding:15px }
.adkahf{ margin:0 -15px; }
.align-items-normal{ align-items:normal !important; }
.about_wrap .columb{ max-width:60%; flex-basis: 60%; padding-right:50px; }
.columb_md_4{ max-width:33.33%; flex-basis: 33.33%; padding:15px; }
.columb_md_2{ max-width:50%; flex-basis: 50%; padding:15px; }
.columb_md_3{ max-width:25%; flex-basis: 25%; padding:10px; }
.columb_md_1{ max-width:100%; flex-basis: 100%; padding:15px; }
.about_wrap .columb.pl-about{ padding-right:0px; padding-left:50px;}
.about_wrap .columb_jsfh{ max-width:40%; flex-basis: 40%; }
.page_title{ font-size:45px; color:#005490; text-align:center; padding-bottom:50px; font-weight:500; font-family:inherit; letter-spacing:-1px; }
.page_title span{ color:#888; }
p{ font-family:inherit; font-size:17px; color:rgb(62 62 69); font-weight: 400; line-height:22px; padding-bottom:15px; }
.sub_title{ font-family: inherit; font-size: 20px; color: #000; padding: 10px 0 5px; font-weight: 700; }
.JJDSD img{ width:85%; } .small_text{ font-family:inherit; color:#888; font-size:30px; line-height: normal; text-align:center; display:block; padding-bottom:10px; font-weight:800 }
.thumb_title{ font-family: inherit; font-size: 23px; color: #005490; font-weight: 800; display: block;    }
.text-white h3, .text-white h2, .text-white p{ color:#fff; }
.text_thumb{ font-family:inherit; font-size:17px; color:#333; font-weight:600;  }
/*.sec_box:hover .thumb_info{ background:#005490; }*/
.thumb_info p{ color:#333; }
.dfalt_color{ color:#005490 !important }
.sec_bg{ background:#fff; border-radius:10px; height:100%; padding:15px; }
.warap{margin: 0 -15px }
.text-center{ text-align:center; }
.pb-2{ padding-bottom:20px !important }
.SFGSFJ{ padding:0px; margin:0px; display: inline-block; text-align: left;}
.SFGSFJ li{ font-family:inherit; font-size:16px; color:#000; list-style:disc; margin-left:20px; padding:5px 0; }
.ISFPSD{ padding:20px; }

.list_style{ padding:0px; margin:0px -15px; display:flex; flex-wrap:wrap; }
.list_style li{     list-style: none;
    font-family: inherit;
    font-size: 18px;
    color: #052339;
    margin-bottom: 5px;
    max-width: 33.33%;
    flex-basis: 33.33%;
    padding: 10px; }
 .shflshf{ position:absolute; bottom:0px;  } 
 footer{ background:#0f5e97; }
.colum-white{padding: 25px 15px; height: 100%; text-align: center; background: #fff; border-radius: 15px;}
.colum-white span{ width:100px; height:100px; background:#e9f6ff; border-radius:100%; display: block; margin: 0 auto 10px; padding:15px; }
.colum-white h2{ font-family:inherit; font-size:24px; color:#005490; font-weight:700; margin: 15px 0; }

.HSJFADA{ background:#e6ebf5 !important; padding:15px; }
.HSJFADA .img_icon{ margin:5px 0 5px !important }
.img_icon svg{ width:70px; height:70px; fill:#005490 }

.HSJFADA:hover svg{ fill:#fff }

.HSJFADA:hover{ background: #6527c0 !important;
    background: -webkit-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%) !important;
    background: -o-linear-gradient(146deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%) !important;
    background: linear-gradient(304deg, #499dfd 3.03%, #2678f5 27.62%, #6628c5 76.39%, #5b0bb1 112.44%) !important; }
.HSJFADA:hover .thumb_title, .HSJFADA:hover .text_thumb{ color:#fff; }   
.HSJFADA p{ padding-bottom:0px; }

.sec_box{ border-radius: 16px; background-color: #fcfcfc; border: 1px solid #eef2f5; overflow: hidden; height: 100%;}
.img_thumb{ position:relative; padding-top:56%; width:100%; display:block; overflow:hidden; }
.img_thumb img{ position:absolute; width:100%; height:100%; left:0px; top:0px;  }
.thumb_info{ padding:10px 15px; background: #fcfcfc; text-align: center;}
.thumb_info h2{ font-family:inherit; font-size: 23px; color: #005490; font-weight: 700; }
.img_icon{ width:80px; margin: 15px auto 5px; }

.thumb{ overflow:hidden; overflow: hidden; display: block; padding-top: 56%; width: 100%; position: relative;} 
.thumb img{ border-radius:10px; width:100%; height:100%; top:0px; left:0px; position:absolute; }
.info_box{ padding:10px 0; }
.align-items-normal{align-items: normal !important;}
.box_enquiry{ background:#fff; border-radius:20px; padding:30px; }
.eng img{ width:90%; border-radius:30px; } .eng{ margin-top:10px; display:block; margin-bottom: 10px}
.form_control .f_row{ margin-bottom:15px; display:block; width:100%; }
.f_row input{ border: 1px solid rgb(217, 217, 217); background: transparent; border-radius: 6px; width: 100%; padding: 0px 15px;
    height: 48px; line-height: 46px; font-family: inherit; font-size: 16px; color: #000; }
.f_row textarea{  border: 1px solid rgb(217, 217, 217); background: transparent; border-radius: 6px; width: 100%; padding: 10px 15px; font-family: inherit; font-size: 16px; color: #000;}
.f_row label{ font-weight:600; padding-bottom:5px; display:block; font-size:15px; }   
.title_h4{ font-family:inherit; font-weight: 700; font-size: 30px; color:#000; padding-bottom:25px; }
.f_row .btn{ border-radius:6px !important;  padding: 0px 40px;}
.footer-logo{ margin-bottom:10px; display:block; }
.footer-logo img{ width:200px; }  footer p{ font-size: 15px; color:#fff; }
.flinks{ padding:0px; margin:0px; font-family: inherit; font-size: 15px; color: #fff; font-weight: 500;}
footer.p-about{ padding:50px 0 10px; }

.flinks li{ display:block; padding: 5px 0; cursor:pointer; }
.flinks li a{ display:block;  color: #fff;}
.quick_title{ font-family:inherit; font-size:18px; color:#fff; padding-bottom:15px; display:block; }
.flinks li.nav-btn:hover { color:#fff; background:transparent !important; text-decoration: underline;}
.flinks li.nav-btn.active{ background:transparent !important; color:#005490 !important }
.copyright{ padding:15px 0 0; border-top:1px solid #397cad; text-align:center; position:relative; z-index:10 } .copyright p a img{ width: 55px;  display: inline-block; vertical-align: middle;}
footer .about_wrap{ position:relative; z-index:10 }
#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\e5d8";
  font-family:'Material Icons' ;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

.footer-ribbin {
   width: 100%;
    padding: 15px;
    background: #0f6cc9;
}

@media only screen and (max-width: 960px) {
	.navbar-collapse{ display:none; } header, .header-frame{ height:65px; }
	.about_wrap .columb{  max-width: 100%; flex-basis: 100%; padding-right:0px; }
	.about_wrap .columb_jsfh, .columb_md_4, .columb_md_2, .columb_md_3{  max-width: 100%; flex-basis: 100%; padding: 5px 0px;  }
	.p-about { padding: 15px 0;} .page_title{ padding-bottom:20px; font-size:28px; text-align:center; font-weight: 700; margin-bottom: 0px;} .title_h3{ font-size:26px; }
	.box_enquiry{ padding: 5px 15px;} footer p{ padding-bottom:0px; } .banner_content{padding: 200px 0 0;}
	.logo img { width: 130px;} .sub_title{ font-size: 21px; padding-bottom: 5px;  font-weight: 600; } .small_text{ text-align:left; }
	.text_thumb{ padding-bottom: 0px;} .JJDSD img{ width:100%; } .about_wrap .columb.pl-about{ padding-left:0px; }
	.f_row .btn{ padding: 0px 25px; }
    .list_style li{ max-width: 100%;  flex-basis: 100%; border-bottom: 2px solid #ddd; border-right: none;} .warap{  margin: 0px;  }
    p { font-size: 17px; line-height: 21px;} .header-frame{ justify-content:center; } .adkahf{ margin:0px; } .help{ width:100% }
}  