@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body,html{
    margin: 0px;
    padding: 0px;
   font-family: 'Montserrat', sans-serif;
   font-weight:400;   
   color: #010048;
   line-height: 32px;

}
*, *::before, *::after {
    box-sizing: border-box;
}
h1 {
  overflow: hidden;
}
/*h1 span {
  display: block;transform: translate(0,250px);
 
}
h1 span.aos-animate {
  animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1);
 animation-fill-mode: forwards;
 
}
@keyframes reveal {
  0% {
    transform: translate(0,250px);
  }
  100% {
    transform: translate(0,0px);
  }
}*/

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    color: #010048;
}

.section{
  margin-top:115px;
  overflow: hidden;
}
.nopdn{
margin-top:0!important;
}
.minpdn{
margin-top:60px!important;
}
.panel-heading .accordion-toggle::before {
    /* symbol for "opening" panels */
    float: right;     
    content: ''; /* adjust as needed */
     background: url("../images/ico6.png") no-repeat ;
     background-size: 100%;
         width: 25px;
    height: 25px;
}
.panel-heading .accordion-toggle.collapsed::before {
    /* symbol for "collapsed" panels */
    background: url("../images/ico5.png") no-repeat ;/* adjust as needed, taken from bootstrap.css */
     background-size: 100%;
         width: 25px;
    height: 25px;
}
.panel-title{
font-size: 22px;
}
.panel-collapse{
font-size: 22px;
}
.panel {
    border-radius: 0;
    box-shadow: none;
        border: none;
         border-bottom: 1px solid #1f1f1f!important;
}
 .panel-heading {
    background-color: transparent;
    border: none;
    border-bottom: transparent!important;
        padding-bottom: 18px;
            padding-top: 18px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
.containerc{
  width:86%;
  margin:auto;
  max-width:1400px;
}
.containerd{
  width:80%;
  margin:auto;
  max-width:1400px;
}
.secanim img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
#toTop {
    position: fixed;
    right: 15px;
    bottom: 30px;
    margin: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
        width: 35px;
    cursor: pointer;
    background-color: #010f85;   
    height: 35px;
        border-radius: 35px;
        text-align: center;
}
#toTop i {
    font-size: 18px;
    color: #fff;
     line-height: 32px;
    padding-bottom: 3px;
}
.shows {
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
#mainmenu {
    width: 100%;
    z-index: 1;
}
#mainmenu a{
 cursor: pointer;
}
.tpflx {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 88%;
    margin: auto;
    align-items: center;
    margin-top: 23px;    
  max-width:1400px;
}
.logo {
    max-width: 198px;
}
.tmenu {
    display: flex;
    align-items: center;
}
.tmenu a {
    font-size: 15px;
    margin: 0px 18px;
    position: relative;
    font-weight: 600;
    color: #010048;
}
.tmenu a::before {
    bottom: -16%;
    height: 2px;
    width: 0%;
    left: 0%;
    content: '';
    position: absolute;
    background-color: #000;
    transition: 0.3s ease all;
}
.tmenu a:hover::before {
    width: 100%;
    transition: 0.3s ease all;
}
.fulres{
width: 100%;
}
.rsm387{
 
}
.fex442 {
    width: 30%;
}
.vjz734 {
    position: relative;
        width: 70%;
}
.vpc215 {
    color: #045feb;
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 8px;
        line-height: 38px;
}
.see518 {
    font-size: 30px;
    margin-bottom: 20px;
}
.yld259 {
    font-weight: 600;
    font-size: 19px;
    line-height: 28px;
    margin-top: 14px;
    max-width: 90%;
}
.yld259 strong{
    font-size: 24px;
    line-height: 48px;
}
.rxz634 {
    display: flex;
    align-items: center;
}

.tpflx .nzk095{
color: #fff!important;
background: #010048!important;
margin-left: 10px!important;
}
.tpflx .nzk095:hover {
background: #045feb!important;
}
.tpflx .mendro{    
    background: transparent!important;
    color: #010048!important;
    border: 1px solid #010048;
}
.tpflx .mendro:hover {
color: #fff!important;
}
.tpflx .nzk095:hover::before{
content: none!important;
}
.nzk095 {
    background: #045feb;
    padding: 0px 29px;
    color: #fff;
    font-size: 15px;
    border-radius: 23px;
    margin-top: 10px;
    display: inline-block;
    transition: all .3s;
    cursor: pointer;
}
.nzk095:hover {
background: #010048;
}
.h1rgt {
    font-size: 23px;
    font-weight: 500;
    position: relative;
    line-height: 29px;
        margin-bottom: 25px;
}
.h1rgt span {
    font-weight: 800;
    font-size: 28px;
}
.h1rgt::after {
    content: "";
    position: absolute;
    width: 150px;
    border-radius: 6px;
    height: 3px;
    bottom: 5px;
    background: #045feb;
    margin-left: 14px;
    transition: all .8s .3s;
}
.xrz014 {
    margin-left: 34px;
    margin-top: 30px;
}
.serlists {
    padding: 6px 0 3px 0;
    font-weight: 400;
    font-size: 22px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    line-height: 28px;
}
.serlists img {
    max-width: 21px;
    margin-right: 17px;
    display: inline-block;
    margin-top: 0px;
}
.serlists div {
    display: inline-block;
    vertical-align: middle;
    max-width: 80%;
}
.acn713{
     display: flex;
    align-items: center;
}
.rjh753 {
    font-size: 22px;
    color: #045feb;
    margin-bottom: 10px;
}

.mnn605 {
    width: 34%;
    padding-right: 2%;
}
.dms135 {
    margin: 25px 0px;
}
.iqx357 {
    display: flex;
    justify-content: space-between;
    margin-top: -9%;
    align-items: flex-start;
}
.huz206{
     max-width: 631px;
    width: 100%;
}
.xbb723 {
    margin-top: 8%;
    margin-right: 10%;
    max-width: 308px;
    width: 100%;
}
.huw041 {
    margin-left: 39%;
    margin-top: -4%;
    max-width: 239px;
}
.cce132{
     position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}
.serlistsx{
align-items: flex-start!important;
}
.serlistsx img {
    max-width: 63px!important;
}
.serlistsx h4 {
    font-size: 25px;
    color: #045feb;
}
.toggle, .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.toggler {
  transition: .2s;
  font-weight: 600;
  cursor: pointer;  
  color: #045feb;
      line-height: 25px;
}

.toggler--is-active {
color: #010048;
}

.toggle {
  position: relative;
  width: 80px;
  height: 35px;
  border-radius: 100px;
  background: #045feb; 
  overflow: hidden;
}
.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.check:checked ~ .switch {
  right: 2px;
  left: 57.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: .08s, 0s;
}

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background: #fff; 
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .08s;
}
.worksd-section {
    width: 100%;
    text-align: center;
}
.worksd-columns .wrapper-full {
    position: relative;
}
.hided{
  display: none;
}  
.wyy046{
 background-color: #e6f4fc;
 padding-top: 85px;
 padding-bottom: 85px;
}
.divflx {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
   margin-bottom: 15px;
}
.fna775 {
    display: block;
    line-height: 2px;
    font-size: 12px;
    padding: 8px 13px;
    background: #a5dff9;
    border-radius: 20px;
    margin-top: -20px;
}
.acs619 {
    width: 30%;
}
.ica396{
 
    width: 30%;
}
.uru993 {
    background: #fff;
    padding: 25px 31px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.kvq271 {
    color: #045feb;
    font-weight: 600;
    font-size: 19px;
    padding-bottom: 4px;
    border-bottom: 1px solid #333;
    margin-bottom: 4px;
}
.pbrs {
    line-height: 14px;
}
.pbh290 {
    font-weight: 600;
    font-size: 20px;
    padding-right: 3px;
}
.lqk428 {
    line-height: 15px;
}
.vig678 {
    text-align: center;
    color: #fff;
    background: #045feb;
    border-radius: 10px;
    margin-bottom: 15px;
    margin-top: 8px;
    border: none;
    padding: 0px 26px;
    transition: all .3s;
    cursor: pointer;
}
.vig678:hover {
    background: #010048;
}
.eewe242 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 80%;
    margin: auto;
}
.eewe242 .serlists {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.cdm843{
 display: inline-block!important;
}
.cdm843 strong{
    font-size: 30px;
}
.xle716 {
    margin-left: 14%;
    margin-top: 15px;
    padding-right: 20px;
}
.tbr330 {
    padding: 0px 0px;
    margin: 10px 0px 15px 0px;
    border-bottom: 1px solid #333;
}
.footer{
padding: 65px 0px 45px 0px;
background-image: linear-gradient(to right top, #1024ad, #172197, #1a1e82, #1b1a6d, #1a1759, #1d1b5e, #201f62, #232367, #293187, #2a40a9, #2451cd, #0362f2);
color: #fff;
}
.footer a{
color: #fff;
}
.flogo{
    width: 198px;
    margin-bottom: 30px;
}
.unc329 {
    margin-top: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.cek268 {
    cursor: pointer;
    transition: all .3s;
    margin-left: 17px;
    line-height: 28px;
}
.cek268:hover{
text-decoration: underline;
}
.footer .h1rgt::after{
content: none;
}
.ppw483{
 background: #045feb;
    padding: 8px 38px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 12px;
}
.contactform{

}
.contactform input, select {
    border-radius: 10px;
    border: none;
    padding: 5px;
    background: rgb(97, 97, 97, .57);
    width: 49%;
    display: inline-block;
        margin-bottom: 6px;
        color: #fff;
    
}
select:required:invalid {
  color: gray!important;
}
select, option {
  color: #fff;
}
.contactform textarea {
    border-radius: 10px;
    border: none;
    padding: 5px;
    background: rgb(97, 97, 97, .57);
    width: 100%;
    display: block;
        color: #fff;
}
.contact-name {
    display: flex;
    justify-content: space-between;
}
.sdo756 {
    text-align: right;
        font-size: 14px;
}
.uki174{
 padding-left: 7%;
}
.rfx200 .serlists {
    padding: 6px 0 3px 0;
    font-size: 19px;
    line-height: 36px;
}
.rfx200{
margin-bottom: 10px;
}












@media (max-width: 1366px) {
	

	
}

@media (max-width: 1280px) {
.vpc215 {
   
}	
.tmenu a {
    margin: 0px 12px;
    font-size: 13px;
}  
.tpflx .nzk095{
 padding: 0px 24px;
}    
.see518 {
    font-size: 29px;
}
.tmenu a::before {
    bottom: -10%;
}
.yld259 {

}
.rjh753 {
    
}
.ppw483 {
font-size: 18px;
}
	
}

@media (max-width: 1200px) {
.fex442 {
    width: 38%;
}
.vjz734 {
    width: 60%;
}
.tmenu{
display: none;
}    
.rjh753 {
    font-size: 25px;
}
.iqx357 {
    margin-top: 0%;
}
.ppw483 {
    padding: 8px 18px;
    font-size: 16px;
}

}

@media (max-width: 990px) {

.rxz634 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
        margin-top: 65px;
}
.fex442 {
    width: 100%;
}
.yld259 {
    max-width: 100%;
}
.vjz734 {
    width: 100%;
    margin-top: 30px;
}
.acn713 {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.mnn605 {
    width: 100%;
    padding-right: 0%;
    margin-bottom: 10px;
}
.iqx357 {
    flex-direction: column;
}
.huz206 {
    max-width: 100%;
    width: 100%;
}
.xbb723 {
    margin-top: 8%;
    margin-right: auto;
    max-width: 70%;
    width: 100%;
    margin-left: auto;
}
.huw041 {
    margin-left: auto;
    margin-top: 45px;
    max-width: 239px;
    margin-right: auto;
    width: 239px;
    display: block;
}
.cce132 {
    position: initial;
    width: 200%;
    margin-left: -102%;
    top: 0;
    z-index: 1;
    left: 0;
}
.mbdisno{
display: none;
}
.eewe242 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    flex-direction: column;
}
.acs619 {
    width: 100%;
}
.ica396 {
    width: 95%;
}
.uki174 {
    padding-left: 15px;
}
.pfdmb{
margin-top: 30px;
}


}

@media (max-width: 768px) {


}

@media (max-width: 479px) {
.logo {
    max-width: 140px;
}
.vpc215 {
    font-size: 30px;
    margin-bottom: 6px;
}
.see518 {
    font-size: 25px;
    margin-bottom: 6px;
}
.yld259 {
    font-size: 20px;
}
.xrz014 {
    margin-left: 22px;
    margin-top: 30px;
}
.serlists {
    padding: 6px 0 3px 0;
    font-weight: 400;
    font-size: 19px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    line-height: 27px;
}
.serlists img {
    max-width: 18px;
    margin-right: 15px;
    display: inline-block;
    margin-top: 0px;
}
.rjh753 {
    font-size: 22px;
}
.panel-title {
    font-size: 17px;
}
.panel-heading .accordion-toggle::before {
    width: 20px;
    height: 20px;
}
.panel-heading .accordion-toggle.collapsed::before {
    width: 20px;
    height: 20px;
}
.rsm387 .rxz634{
    margin-top: 65px!important;
    height: 80vh;
    justify-content: space-evenly;
}
.rxz634{
    margin-top: 0px;
}
.section {
    margin-top: 80px;
}
.iqx357 {
    margin-top: 15px;
}
.serlistsx{
margin-top: 10px;
}
.serlistsx div {
    max-width: 100%!important;
}
.serlistsx h4 {
    font-size: 21px;
}
.fna775 {
    font-size: 10px;
    padding: 8px 5px;
}
.contact-name {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 0px;
}
.contactform input, select {
    width: 100%;
}
.sdo756 {
    text-align: left;
    font-size: 11px;
}
.cek268 {
    margin-left: 28px;
}
.toggle {
    width: 65px;
    height: 27px;
}
.toggle, .toggler {
    display: inline-block;
    vertical-align: middle;
    margin: 7px;
}

}

@media (max-width: 350px) {
.vpc215 {
    font-size: 28px;
    margin-bottom: 6px;
}
.see518 {
    font-size: 23px;
    margin-bottom: 6px;
}
.yld259 {
    font-size: 19px;
}

	
}