@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

body{
    font-family: 'Poppins';
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.2px;
    font-weight: 400;
    background: #fafafa;
    color: #2b2b2b;
}

h1, h2, h3, h4, h5{
    font-weight: bold;
    font-family: 'Outfit';
}

h1{
    font-size: 64px;
    ling-height: 1.3;
}

h2{
    font-size: 40px;
}

h3{
    font-size: 36px;
}

img {
    max-width: 100%;
}

button:focus{
    outline:none;
    box-shadow: none !important;
}

button{
    position: relative;
}

a{
    text-decoration: none;
    color: #2345A7;
    transition: all 0.3s ease;
    outline: none;
}

a:hover, a:focus, a.active{
    text-decoration: none;
    color: #4063C8;
    transition: all 0.3s ease;
    outline: none !important;
    box-shadow: none !important;
}

.container{
    max-width: 1280px;
}

.loading{
    position: absolute;
    right: 10px;
    top: 2px;

}

.lds-dual-ring {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 15px;
  height: 15px;
  margin: 2px;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
  border-color: #f5f5f5 transparent #f5f5f5 transparent;
  animation: lds-dual-ring 0.8s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading{
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
}

.loader{
    position: absolute;
    z-index: 999;
    top: 49%;
    left: 49%;
    margin-top: -7px;
    margin-left: -7px;
}

.loading.active{
    display: block;
}

.btn{
    border-radius: 8px;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: bold;
    background: #f5f5f5;
    color: #2345A7;
    margin-right: 10px;
    font-size: 20px;
    font-family: 'Outfit';
}

.btn-lg{
    padding: 18px 30px;
    font-size: 20px;
}

.btn-sm{
    padding: 8px 18px;
    font-size: 14px;
}

.btn:hover, .btn:focus, .btn:active{
    background: #f5f5f5;
    color: #2345A7;
}

.btn-solid{
    background: #FFBA00;
    border: 1px solid #FFBA00;
    color: #2345A7;
}

.btn-outline{
    background: transparent;
    border: 1px solid #FFBA00;
    color: #f5f5f5;
}

.btn-solid:hover, .btn-solid:focus, .btn-solid:active{
    background: #FFE6A4;
    border-color: #FFE6A4;
    color: #2345A7;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active{
    background: #E4A705;
    border-color: #E4A705;
    color: #2345A7;
}


.btn-green{
    background: #404F70;
    border-color: #404F70;
    color: #f5f5f5;
}

.btn-green:hover, .btn-green:focus, .btn-green:active{
    background: #354363;
    border-color: #354363;
    color: #f5f5f5;
}

.btn-red{
    background: #dd0000;
    border-color: #dd0000;
    color: #f5f5f5;
}

.btn-red:hover, .btn-red:focus, .btn-red:active{
    background: #b00303;
    border-color: #b00303;
    color: #f5f5f5;
}

.btn-blue{
    background: #404F70;
    border-color: #404F70;
    color: #f5f5f5 !important;
}

.btn-pay{
    padding: 10px 20px;
    font-size: 15px;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active{
    background: #26324F;
    border-color: #26324F;
    color: #f5f5f5;
}

.btn-disable{
    background: #eaeaea;
    color: #888;
    cursor: not-allowed !important;
}

.btn-disable:hover{
    background: #eaeaea;
    color: #888;
}

/* Form Float Style */
.form-control{
    font-size: 14px;
    border-radius: 8px !important;
}

.form-control:focus{
    outline: none;
    border-color: #341C49 !important;
    box-shadow: none;
}

.small-label{
    font-size: 11px;
    color: #341C49;
}

.medium-label{
    font-size: 13px;
    color: #341C49;
}

.label-block{
    display: block;
    width: 100%;
}

.form-float{
    position: relative;
}

.form-float .float-label{
    position: absolute;
    padding: 10px 20px 0px 20px;
    font-size: 11px;
    z-index: 9;
    color: #341C49;
    /* background: #f5f5f5; */
    top: 1px;
    left: 2px;
    border-radius: 8px;
    width: 94%;
    font-weight: bold;
}

.form-float.readonly .float-label{
    background: #e9ecef;
}

.form-float .form-control{
    border-color: #DDDDDD;
    padding: 27px 20px 5px 21px;
    border-radius: 4px;
    font-size: 13px;
    padding-bottom: 10px;
    height: auto;
}

.form-select .form-select-label{
    padding-left: 20px;
    background: #f5f5f5;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    font-size: 11px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 8px 8px 0px 0px;
}

.form-select .select2-container--default .select2-selection--single{
    border-radius: 0px 0px 8px 8px;
    border-top: 1px solid #eee;
}

.form-select .select2-container .select2-selection--single .select2-selection__rendered{
    font-weight: normal;
}

.form-file{
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
}

.form-file label{
    font-size: 11px;
    color: #341C49;
    font-weight: bold;
}

.select2-dropdown{
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.1);

}

.input-error{
    color: #8c0e0e;
    font-size: 12px;
    padding-top: 8px;
    margin-bottom: 0px;
}

.select2-container--default .select2-selection--single{
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 48px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 21px;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 48px;
    right: 12px;
}

.select2-dropdown{
    border-color: #aaa;
}

.select2-results__option{
    padding: 8px 21px;
}

.select2-search--dropdown{
    padding: 10px;
}

.select2-search--dropdown .select2-search__field{
    border: 1px solid #ddd;
    padding: 6px 10px;
    border-radius: 8px;
}

.input-password{

}

.input-password .form-control{
    padding-right: 50px;
    position: relative;
}

.input-password .show-hide-btn{
    display: inline-block;
    padding: 10px;
    position: absolute;
    top: 14px;
    right: 11px;
}

.owl-nav{
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0px;
    margin-top: -18px;
}

.owl-nav .owl-prev, .owl-nav .owl-next{
    position: absolute;
    background: #f5f5f5 !important;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    text-align: center;
    font-size: 22px !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.05);
    border: 1px solid #eaeaea !important;
}

.owl-nav .owl-prev{
    left: 20px;
}

.owl-nav .owl-next{
    right: 20px;
}

.owl-nav .owl-prev ion-icon{
    margin-top: 6px;
    margin-left: -2px;
}

.owl-nav .owl-next ion-icon{
    margin-top: 6px;
    margin-right: -2px;
}

.slick-prev, .slick-next{
    position: absolute;
    top: 50%;
    margin-top: -13px;
    z-index: 99;
    background: #f5f5f5 !important;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px !important;
    border: none;
    outline: none;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,.05);
    border: 1px solid #ddd;
}

.slick-prev{
    left: -4px;
}

.slick-next{
    right: -4px;
}

.form-control{
    font-size: 13px;
    outline: none;
    border-radius: 8px;
    border-color: #ddd;
}

.form-control:hover, .form-control.focus, .form-control:active{
    outline: none;
}

textarea.form-control{
    min-height: 95px;
}

.alert-success{
    color: #f5f5f5;
    background-color: #2345A7;
    border-color: #2345A7;
    border-radius: 8px;
}

.alert-success .close, .alert-danger .close{
    font-size: 1.4rem;
    color: #f5f5f5;
    opacity: 0.8;
}

.alert-success .close:hover, .alert-danger .close:hover {
    color: #f5f5f5;
    opacity: 1;
}
.alert-danger{
    background: #801821;
    color: #f5f5f5;
    border-color: #731822;
    box-shadow: 4px 0px 10px 5px rgba(0,0,0,0.05);
}

h5.form-header{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 15px;
}

.page-item{
    color: #73605B;
}

.page-item.active{
    color: #f5f5f5;
}

.page-item .page-link{
    color: #404F70;
}

.page-item.active .page-link{
    background: #404F70;
    border-color: #404F70;
}

/* Navigation Style */

.navigation{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgba(8,32,99,0.9);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px; 
    z-index: 11;
    color: #f5f5f5;
}

.header-logo{
    padding: 15px 0px;
    width: 15%;
    float: left;
}

.header-logo a{
    display: inline-block;
}

.header-logo a img{
    width: 50px;
}

.header-nav{
    width: 85%;
    float: left;
}

.header-nav .dropdowm-items{
    display: none;
}

.nav{
    display: inline-block;
    position: relative;
    padding: 0px 17px;
    text-align: left;
    width: 100%;
}

.nav li{
    display: inline-block;
}

.nav li.dropdown{

}

.nav li.dropdown .dropdown-items{
    display: none;
}

.nav li a.nav-item{
    padding: 30px 40px;
    font-size: 14px;
    display: inline-block;
    color: #f5f5f5;
    font-weight: 600;
}

.nav li.nav-btn{
    padding: 15px 40px;
}

.nav li.nav-btn a{
    background: #FFBA00;
    border-radius: 8px;
    padding: 11px 24px;
    text-align: center;
    color: #2345A7;
}

.nav li.nav-btn a ion-icon{
    position: relative;
    top: 4px;
    font-size: 17px;
}

.nav li.nav-btn a:hover, .nav lFli.nav-btn a:focus, .nav li.nav-btn a:active{
    background: #FFE6A4;
    border-color: #FFE6A4;
    color: #2345A7;
}

.nav-right{
    display: inline-block;
    float: right;
}

.nav-right .nav-item{
    padding: 10px 0px;
    display: inline-block;
}



.header-nav-mobile{
    padding: 10px;
    display: none;
    position: relative;
}

#pull{

}

.nav-mobile-right{
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 20px;
    padding: 10px;
}

.nav-mobile-item{
    display: inline-block;
}

.nav-mobile-item a{
    display: inline-block;
    padding: 8px 10px;
}

.hamburger{
    padding: 0px;
}

.hamburger-box{
    width: 20px;
    height: 20px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    width: 20px;
    height: 2px;
    background: #f5f5f5;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before{
    background: #f5f5f5;
    width: 20px;
    height: 2px;
}

.hamburger-inner:after{
    bottom: -7px;
}

.hamburger-inner:before{
    top: -7px;
}

.nav-menu-wrapper{
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: #111d3d;
    padding: 130px 20px 60px 20px;
    z-index: 10;
    right: -100%;
    transition: all 0.3s ease;
}

.nav-menu-wrapper.active{
    right: 0px;
    transition: all 0.3s ease;
}

.nav-menu-wrapper h2{
    font-size: 20px;
    font-weight: bold;
    padding: 15px 30px;
    margin: 0px;
    color: #5574c4;
    border-bottom: 1px solid #5574c4;
}

.nav-mobile{
    padding: 0px;
}

.nav-mobile li{
    list-style: none;
}

.nav-mobile li a{
    display: block;
    width: 100%;
    padding: 15px 30px;
    font-size: 18px;
    border-bottom: 1px solid #223d84;
    font-weight: bold;
    color: #fff;

}

.nav-menu-wrapper .search-box{
    width: 100%;
    margin-bottom: 15px;
}

.nav-menu-wrapper .search-box .search-input{
    width: 90%;
}

.nav-menu-wrapper .search-box .search-btn{
    position: absolute;
}

.page-404{
    margin-top: 130px;
    text-align: center;
    color: #f5f5f5;
}

.title-404{
    font-size: 64px;
    color: #f5f5f5;
    text-align: center;
    font-weight: bold;
}

.content-404{
    font-size: 17px;
    margin-bottom: 30px;
}


.no-padding{
    padding: 0px;
}



/* Content */
.content-container{
    padding-top: 80px;
    min-height: 90vh;
}

/* Footer Style */
.footer-container{
    background: #082063;
    box-shadow: 0px -2px 6px 0px rgba(0,0,0,0.05);
    padding: 65px 15px 30px 15px;
    color: #4F77EB ;
}

.footer-logo{
    display: block;
    margin-bottom: 25px;
    padding-top: 20px;
}

.footer-logo img{
    width: 180px;
}

.footer-link{
    margin-bottom: 30px;
}

.footer-link h4{
    font-weight: bold;
    color: #4F77EB;
    font-size: 16px;
    margin-top: 15px;
    font-family: 'Outfit';
    margin-bottom: 10px;
}

.footer-link-item{
    display: block;
    color: #2345A7;
    margin-bottom: 10px;
}

.footer-link-item:hover{
    color: #f1f1f1;
}

.footer-link table tr td{
    vertical-align: top;
    padding: 10px 10px;
}

.footer-social .social-icon{
    color: #f5f5f5;
    margin-right: 5px;
    display: inline-block;
}

.subscribe-box{
    border: 2px solid #eaeaea;
    border-radius: 8px;
    padding: 4px 15px 4px 15px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: relative;
}

.subscribe-input{
    border: none;
    outline: none;
    height: 23px;
    font-size: 12px;
    width: 100%;
    padding-right: 30px;
}

.subscribe-btn{
    background: transparent;
    border: none;
    color: #d0d0d0;
    padding-left: 10px;
    height: 23px;
    position: absolute;
    right: 10px;
}

.sub-footer{
    background: rgba(35,69,167,0.6);
}

.footer-copyright{
    padding: 25px 15px;
    text-align: left;
    color:  #f5f5f5;
}

.footer-language{
    padding: 25px 15px;
    color:  #f5f5f5;
    text-align: right;
}

.language-switch{
    display: inline-block;
}

.btn-lang{
    border: 1px solid #fff;
    padding: 5px 10px;
    color: #fff;
    font-size: 11px;
}

.btn-lang:hover{
    background: #fff;
    color: #2345A7;
}

.btn-lang.active{
    background: #fff;
    color: #2345A7;
}

/* Home Page */
body{
    background: rgb(111,0,169);
    background: linear-gradient(144deg, rgba(111,0,169,1) 0%, rgba(2,226,254,1) 100%); 
}

.home-banner{
    position: relative;
    padding-bottom: 100px;
}

.home-banner-pattern{
    position: absolute;
    top: -24px;
    right: 0px;
    height: 115%;
}

.banner-content{
    max-width: 700px;
    color: #f5f5f5;
    padding-top: 10%;
    padding-bottom: 5%;
}

.banner-content h1{
    color: #f5f5f5;
    margin-bottom: 25px;
}

.banner-content p{
    font-size: 16px;
}

.banner-content .banner-cta{
    margin-top: 30px;
}

/* Banner Logo */
.banner-logos{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 80px;
}

.banner-logos .item-logo{
    align-items: center;
    padding: 25px;
    flex: 1 0 20%;
    text-align: center;
}

.item-logo .logo-placeholder{
    border-radius: 100px;
    background: #D9D9D9;
    width: 90px;
    height: 90px;
    display: inline-block;
}

/* Home Product Category */
.product-categories{
    background: #F5F5F5;
    margin: 0px;
    padding: 80px 0px;
}

.product-categories h2{
    color: #2345A7;
    text-align: center;
    margin-bottom: 20px;
}

.mid-separator{
    width: 80px;
    border-color: #FFBA00;
    margin: auto;
    border-top-width: 3px;
    margin-bottom: 40px;
}

.category-container{
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}

.item-category{
    display: flex;
    margin: 15px;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    height: auto;
    justify-content: center;
    align-items: center;
    flex: 1 0 22%;
    color: #f5f5f5;
    flex-direction: row;
    border-radius: 10px;
    padding: 25px;
}

.item-category:before{
    content:'';
    padding-top: 100%;
}

.item-category h3{
    text-shadow: 0 3px 7px rgba(0,0,0,0.4);
}

.item-category:hover{
    color: #f5f5f5;
    opacity: 0.8;
}

.header-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
    display: none;
}

/* Home FAQ */
.home-faq{

}

.home-faq .faq-container{
    background: rgba(35,69,167,0.5);
    padding: 100px 80px;
    border-radius: 0px 0px 20px 20px;
}

.home-faq h2{
    text-align: center;
    color: #f5f5f5;
    margin-bottom: 20px;
}

.faq-container .card-header{
    background: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
}

.faq-container .accordion div, .faq-container .accordion .btn{
    background: transparent;
    border: none;
    color: #f5f5f5;
}

.faq-container .accordion .btn{
    padding-left: 0px;
    color: #FFBA00;
    position: relative;
    padding-right: 80px;
}

.faq-container .accordion .btn .accordion-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    display: inline-block;
}

.faq-container .collapsed .accordion-icon{
    transform: rotate(180deg);
}

.faq-container .accordion .card{
    border-bottom: 1px solid rgba(245,245,245,0.6);
    border-radius: 0px;
}

.faq-container .accordion .card .card-body{
    padding-bottom: 36px;
}

/* Home Contact */
.home-contact{
    padding: 100px 0px;
}

.home-contact h2{
    text-align: center;
    color: #f5f5f5;
    padding-bottom: 20px;
}

.contact-card-container{
    display: flex;
    align-items: stretch;
}

.contact-card{
    background: #f5f5f5;
    border-radius: 15px;
    padding: 50px;
    margin: 15px;
    flex: 1 0 30%;
}

.contact-card .contact-icon{
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    background: #2345A7;
    color: #f5f5f5;
    font-size: 18px;
    line-height: 40px;
}

.contact-card .contact-title{
    margin-top: 30px;
    color: #2345A7;  
    margin-bottom: 10px;
}

.contact-card .contact-subtitle{
    color: #4F77EB;
    font-size: 16px;
}

.contact-card .contact-content{
    color: #2345A7;
    font-weight: bold;
}

.product-cta{
    background: #f5f5f5;
    padding: 80px 0px;
}

.product-cta h2{
    color: #2345A7;
}

.product-cta .btn-solid{
    margin-top: 20px;
}


/* The Company Page */
.company-banner{
    
}

.company-header{
    padding: 100px;
    padding-bottom: 400px;
}

.company-header .title-company{
    text-align: center;
    color: #2345A7;
    margin-bottom: 20px;
}

.about-wrapper{
    position: relative;
}

.about-container{
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -300px;
    width: 100%;
    display: block;
    z-index: 1;
}

.about-content-container{
    background: rgba(35,69,167,0.8);
    padding: 100px 100px;
    border-radius: 20px 0px 0px 0px;
    color: #f5f5f5;
}

.about-content-container h3{
    margin-bottom: 30px;
}

.about-content{
    max-width: 700px;
    font-size: 14px;
    line-height: 1.8;
}

.about-background{
    width: 100%;
    height: 350px;
    background: transparent;
    position: absolute;
    top: 320px;
    z-index: -2;
    left: 0px;
}

.company-pattern-1{
    position: absolute;
    top: -97px;
}

.vision-mission{
    background: #f5f5f5;
    padding: 100px 0px;
}

.vision-mission-wrapper{
    display: flex;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
}

.vision-mission-item{
    text-align: center;
    padding: 50px;
    margin: 15px;
    flex: 1 0 40%;
}

.vision-mission-item.mission{
    border-left: 1px solid #2345A7;
}

.vm-icon{
    width: 200px;
    margin-bottom: 20px;
}

.vision-mission-item h3{
    color: #2345A7;
}

.timeline-wrapper{
    padding: 100px 0px;
    position: relative;
}

.timeline-wrapper .timeline-title{
    text-align: center;
    color: #f5f5f5;
    margin-bottom: 20px;
}

.company-pattern-2{
    position: absolute;
    right: 0px;
    top: -26px;
}

.timeline-container{
    overflow-x: auto;
    padding-top: 40px;
}

.timeline-item{
    height: 400px;
    display: inline-block;
    width: 300px;
    margin: 0px;
    transition: all 0.3s ease;
    overflow-x: hidden;
    box-sizing: border-box;
    background-size: cover !important;
    background-position: center center !important;
}

.timeline-item .timeline-content{
    display: none;
    opacity: 0;
    width: 600px;
    color: #f5f5f5;
    padding: 50px;
}

.timeline-item .timeline-handle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #f5f5f5;
    transition: all 0.3s ease;

}

.timeline-item.active .timeline-handle{
    opacity: 0;
    height: 0;
}

.timeline-item.active{
    width: 600px;
    transition: all 0.3s ease;
}

.timeline-item.active .timeline-content{
    opacity: 1;
    display: flex;
    align-items: center;
    padding-right: 50px;
    height: 100%;
    vertical-align: middle;
}

/* Support Page */
.support-header{
    padding: 100px 0px;
    position: relative;
    text-align: center;
    color: #f5f5f5;
}

.support-header .contact-pattern-1{
    position: absolute;
    top: -24px;
    left: 0px;
}

.contact-container{
    overflow-x: hidden;
}

.contact-info{
    max-width: 300px;
    padding-top: 100px;
    color: #f5f5f5;
    margin-bottom: 80px;
}

.contact-info h4{
    margin-bottom: 20px;
}

.contact-info .subheader-info{
    color: rgba(245,245,245,0.6);
    margin-bottom: 40px;
}

.contact-info .contact-content{
    position: relative;
    margin-bottom: 50px;
    padding-left: 70px;
}

.contact-content .content-icon{
    background: #F9F5FF;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    color: #2345A7;
    position: absolute;
    left: 0px;
    top: -12px;
}

.contact-form-container{
    background: #f5f5f5;
    border-radius: 20px 0px 0px 0px;
    padding: 85px;
    color: #2345A7;
    overflow-x: hidden;
}

.contact-form-container:after{
    content: '';
    position: absolute;
    width: 200%;
    right: -190%;
    top: 0px;
    height: 100%;
    background: #f5f5f5;
}

.contact-form-container h3{
    max-width: 400px;
    margin-bottom: 15px;
}

.contact-form-container h5{
    font-weight: 400;
    color: #667085;
    margin-bottom: 40px;
}

.form-group label{
    font-weight: bold;
    color: #2345A7;
}

.form-group .form-control{
    height: 48px;
    line-height: 48px;
    border-color: #D0D5DD;
}

.form-group textarea.form-control{
    line-height: 1.5;
}

.form-group .form-control:active, .form-group .form-control:focus, .form-group .form-control:hover{
    border-color: #2345A7 !important;
}

/* Office Representative */
.office-rep-container{
    padding-top: 120px;
}

.office-header h2{
    color: #f5f5f5;
    text-align: center;
    margin-bottom: 20px;
}

.office-list{
    background: rgba(35,69,167,0.5);
    padding: 80px 80px;
    border-radius: 0px 0px 20px 20px;
    margin-bottom: 100px;
    margin-top: -10px;
}

.office-item{
    border-top: 3px solid #4F77EB;
    padding: 30px 0px;
    color: #f5f5f5;
    margin: 15px;
}

.office-item h4{
    color: #FFBA00;
    margin-bottom: 20px;
}

.support-faq{
    padding: 100px 0px;
    background: #f5f5f5;
    position: relative;
}

.contact-pattern-2{
    position: absolute;
    right: 0px;
    top: -226px;
}

.support-faq .faq-header h2{
    text-align: center;
    margin-bottom: 20px;
    color: #2345A7;
}

.faq-list{

}

.faq-item{
    padding: 20px;
}

.faq-item h5{
    font-size: 20px;
    color: #2345A7;
    margin-bottom: 15px;
}

.faq-item p{
    color: #667085;
    font-size: 16px;
}

.more-question{
    font-size: 16px;
    padding: 50px;
    border-radius: 20px;
    background: #fff;
    margin-top: 50px;
    color: #667085;
}

.more-question strong{
    color: #111F3D;
}

.more-question .cta-box{
    text-align: center;
}

.more-question .cta{
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: #2345A7;
    padding: 10px 0px;
    display: block;
}

.support-product-cta{
    background: #FFBA00;
    padding: 80px 0px;
}

.support-product-cta h2{
    color: #2345A7;
}

.support-product-cta .btn-solid{
    background: #2345A7;
    color: #FFBA00;
    margin-top: 20px;
}

/* Inquiry Page */
.inquiry-header{
    padding: 100px 0px 50px 0px;
    position: relative;
}

.inquiry-pattern-1{
    position: absolute;
    right: 0px;
    top: -23px;
}

.inquiry-header h2{
    text-align: center;
    color: #f5f5f5;
    margin-bottom: 20px;
}

.inquiry-cart-container{
    background: #f5f5f5;
    padding: 100px 0px;
}

.inquiry-table-container{
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

table.inquiry-table{
    width: 100%;
}

table.inquiry-table thead{
    background: #082063;
}

table.inquiry-table thead tr th{
    color: #FFBA00;
    padding: 15px 30px;
    background: #082063;
    font-size: 20px;
}

table.inquiry-table tbody tr{
    border-bottom: 1px solid rgba(102,112,133,0.5);
}

table.inquiry-table tbody tr td{
    padding: 20px 30px;
}

.inquiry-item .item-name, .inquiry-item .category{
    font-size: 16px;
    font-weight: bold;
    color: #082063;
}

.inquiry-item .item-name{
    /* margin-left: 20px; */
}

.inquiry-item .item-image{
    width: 80px;
    margin-right: 20px;
}



.inquiry-item .category{
    text-transform: uppercase;
}

.inquiry-form-container{

}

.inquiry-form-wrapper{
    background: #082063;
    color: #f5f5f5;
}

.inquiry-form h2{
    text-align: center;
    margin-bottom: 30px;
    color: #FFBA00;
}

.inquiry-form h5{
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

.inquiry-form{
    max-width: 700px;
    margin: auto;
    padding: 100px 20px;
}

.inquiry-form label{
    color: #FFBA00;
}

.inquiry-form .form-control:hover, .inquiry-form .form-control:active, .inquiry-form .form-control:focus{
    border-color: #FFBA00 !important;
}

.inquiry-form .form-group{
    margin-bottom: 30px;
}

.inquiry-form .alert-success{
    background-color: #FFBA00;
    border-color: #FFBA00;
    color: #082063;
    padding: 20px;
}

.inquiry-form .alert-success .close{
    color: #082063;
}



/* Product Page */
.product-header{
    padding: 100px 0px 50px 0px;
    position: relative;
}

.product-pattern-1{
    position: absolute;
    right: 0px;
    top: -23px;
}

.product-header h2{
    text-align: center;
    color: #f5f5f5;
    margin-bottom: 20px;
}

.category-filter{
    background: #082063;
    border-top: 2px solid rgba(35,69,167,0.8);
    right: 2px solid rgba(35,69,167,0.8);
    padding: 50px 50px 50px 0px;
    border-radius: 0px 20px 0px 0px;
    position: relative;
    color: #f5f5f5;
    height: 100%;
}

.category-filter:before{
    content: '';
    background: #082063;
    border-top: 2px solid rgba(35,69,167,0.8);
    width: 600%;
    height: calc(100% + 2px);
    left: -600%;
    top: -2px;
    position: absolute;
}

.category-filter .filter-header{
    background: #f5f5f5;
    color: #082063;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
}

.header-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 30px;
}

.filter-wrapper{
    border: 1px solid rgba(35,69,167,0.8);
    padding: 5px 15px;
    border-radius: 8px;
    margin-bottom: 10px;
    color: #f5f5f5;
    transition: all 0.3s ease;
}

.filter-item{
    transition: all 0.3s ease;
}

.filter-item a{
    color: #f5f5f5;
    display: block;
    padding: 10px 0px;
    transition: all 0.3s ease;
}

.filter-item a:last-child{
    border-bottom: none;
}

.filter-item a:hover, .filter-item a.active{
    color: #FFBA00;
    transition: all 0.3s ease;
}

.filter-item a .filter-icon{
    float: right;
    transition: all 0.3s ease;
}

.sub-item{
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sub-item.active{
    height: auto;
    transition: all 0.3s ease;
}

.sub-item .filter-link{
    border-bottom: 1px solid rgba(35,69,167,0.8);
}

.filter-item a.active .filter-icon{
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

.sub-item{
    padding-left: 15px;
    transition: all 0.3s ease;
}

.product-breadcrumbs{
    padding: 20px 0px;
    color: #f5f5f5;
    opacity: 0.8;
}

.product-breadcrumbs a {
    color: #f5f5f5;
}

.product-breadcrumbs a:hover {
    color: #ddd;
    text-decoration: underline;
}

.product-search-wrapper{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}

.product-search-input{
    line-height: 56px;
    font-size: 16px;
    padding-right: 200px;
    padding-left: 20px;
    width: 100%;
    border: 0;
}

.product-search-input:focus{
    outline: none;
    box-shadow: none;
}

.btn-product-search{
    position: absolute;
    right: 0px;
    top: 10px;
}

.product-list{
    padding: 30px 0px;
}

.product-by-category{
    margin-bottom: 50px;
}

.product-category-title{
    color: #f5f5f5;
    margin-bottom: 20px;
}

.btn-view-more-product{
    float: right;
    font-size: 16px;
    color: #f5f5f5;
}

.btn-view-more-product:hover{
    color: #ddd;
    text-decoration: underline;
}

.product-card{
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.product-card .product-image img{
    width: 100%;
}

.product-card .product-category{
    margin: 10px 0px;
}

.product-card .product-category .prod-category-detail{
    border-top: 1px solid #FFBA00;
    border-bottom: 1px solid #FFBA00;
    width: 100%;
}

.product-card .product-category .prod-category-detail tr td{
    padding: 5px;
    text-align: center;
    color: #667085;
    font-weight: bold;
    width: 50%;
}

.product-card .product-category .prod-category-detail tr td:last-child{
    border-left: 1px solid #FFBA00;
}

.product-card .product-name{
    font-weight: bold;
    color: #2345A7;
    font-size: 16px;
}

.product-card .product-button{
    margin-top: 15px;
}

.product-card .product-button .btn{
    font-size: 14px;
    color: #2345A7;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

.product-card .product-button .btn.disabled{
    background: #D0BC84;
    border-color: #D0BC84;
    color: #737373;
    cursor: not-allowed !important;
}

.inquiry-alert{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.6);
    display: none;
}

.inquiry-alert .alert-content{
    max-width: 400px;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin: 20% auto;
    background: #f5f5f5;
}

.pagination{
    display: block;
    width: 100%;
    text-align: center;
}

.pagination .page-item{
    display: inline;
    width: auto;
    margin: 5px;
}

.pagination .page-item .page-link{
    display: inline;
    border-radius: 4px;
}

.page-item.active .page-link{
    background-color: #082063;
}

.product-details{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    z-index: 11;
    overflow-y: auto;
}

.product-details .detail-content-wrapper{
    background: #fff;
    padding: 50px;
    position: relative;
    margin: 5% auto;
    border-radius: 20px;
    max-width: 800px;
}

.close-modal{
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    color: #000;
}

.product-spec{
    width: 100%;
    overflow-x: auto;
    margin-top: 25px;
}

.product-spec td strong{
    vertical-align: middle !important;
    color: #2345a7;
    text-align: center;
}

.product-spec td{
    height: auto !important;
}

.product-spec table{
    width: 100% !important;
}

.product-spec table tr td{
    text-align: center;
    vertical-align: middle;
    border: 1px solid #dee2e6 !important;
    padding: 10px;s
}

.product-name{
    font-size: 20px;
    font-weight: bold;
}

.product-category{
    margin-bottom: 20px;
    color: #667085;
}

.product-category .header{
    color: #2345a7;
    font-weight: bold;
    margin-bottom: 5px;
}

.product-image{
    border-radius: 20px;
    overflow: hidden;
    display: inline-block;
    max-width: 350px;
    width: 100%;
}

.product-image img{
    width: 100%;
}

.product-card .product-image{
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.product-details.active{
    visibility: visible;
    transition: visibility 0s, opacity 0.5s linear;
    opacity: 1;
}

.disclaimer{
    font-size: 11px;
    color: #667085;
    margin: 10px 0px;
    text-align: center;
}

.home-slideshow{
    margin-bottom: 80px;
}

.home-slideshow .owl-stage-outer{
    border-radius: 10px;
    overflow: hidden;
}

.home-slideshow a{
    display: block;
}

.article-container{
    margin: 120px 0px;
    color: #fff;
}

.article-title{
    font-size: 28px;
}

.article-container .article-title{
    margin-bottom: 40px;
}


.article-date{
    font-size: 16px;
    font-weight: 400;
}

.article-content{
    border-top: 1px solid #ddd;
    padding: 50px 0px;
    font-size: 18px;
}

.article-item{
    display: block;
    padding: 15px 25px;
    background: #fff;
    border-radius: 10px;
    color: #333;
}

.article-item .article-title{
    font-size: 24px;
}

.article-excerpt{
    color: #777;
    padding: 5px 0px 15px 0px;
}

.page-header{
    margin-top: 80px;
    font-size: 38px;
    color: #fff;
}

.article-list{
    padding: 40px 0px;
}