h1,h2,h3,h4,h5,h6,p,a,span,div,strong{font-family:"Sarabun",sans-serif;font-weight:400}.btn-primary{background-color:#a5eeff;border-color:#a5eeff;font-weight:500;color:#000}.main-title{font-size:40px;font-weight:800}.sub-title{font-size:25px;font-weight:600}.sub-title.underline{position:relative}.sub-title.underline:before{content:"";width:100px;height:5px;background-color:#004b9e;position:absolute;bottom:-10px;left:46%;right:0}@media(max-width: 767px){.sub-title.underline:before{left:40%}}.sub-title.alt{font-size:20px;font-weight:500}.wpml-ls-statics-footer,.otgs-development-site-front-end{display:none}.why-choose-us img{width:150px;height:150px;margin-bottom:15px}.why-choose-us img.whois-for-image{border-radius:50%}.why-choose-us h5{font-size:20px;font-weight:500}header{padding:15px 10px}header .stellarnav ul{text-align:right}header .stellarnav>ul>li .sub-menu li{padding:10px;text-align:left}header .stellarnav>ul>li>a{padding:10px 20px}header .stellarnav>ul>li.current-menu-item a{font-weight:600}header .stellarnav .wpml-ls-current-language .sub-menu{text-align:left;top:35px !important;left:5px}header .stellarnav .wpml-ls-current-language .sub-menu li{padding:0}.hero-slider-section{background-image:url("../images/bg-patten.png");background-repeat:no-repeat;background-position:center;background-size:cover}.hero-slider-section .row{min-height:500px}.hero-slider-section #hero-slider .carousel-inner{border-radius:20px}.hero-slider-section p{font-size:23px}.service-section .service-list{cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;padding:15px 20px;border-radius:10px;border:1px solid rgba(0,0,0,0);transition:all .3s ease-in-out}.service-section .service-list .service-list-box{background-color:#e2efff;width:65px;height:65px;border-radius:50%;padding:5px;display:flex;justify-content:center;align-items:center}.service-section .service-list .service-list-box .service-list-icon{width:70%;height:70%}.service-section .service-list h5{font-weight:600;color:#1f3e96}.service-section .service-list p{font-size:15px}.testimonal-section{background-color:#e9fbff}.testimonal-section p{font-size:20px;font-weight:500;text-align:center}.article-lists .search-bar{max-width:250px;float:right}.article-lists .search-bar .input-group{border-radius:30px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.1)}.article-lists .search-bar .form-control{border:none;padding-left:20px}.article-lists .search-bar .btn{border:none;padding:10px 20px}.relate-post-grid{border-radius:20px}.relate-post-grid .card-img-top{border-radius:20px}.relate-post-grid h5{font-weight:700}.relate-post-grid a{text-decoration:none;color:#000;font-weight:700}.relate-post-grid .link-wapper a{text-decoration:none;color:#000;font-weight:500}.default-pagination .page-numbers{color:#000;text-decoration:none;padding:10px;transition:all ease-in-out .3s}.default-pagination .page-numbers:hover{color:#00529a}.about-section p{font-size:20px;font-weight:500;text-align:center}.about-mission h5{font-weight:600}.about-mission .mission-wapper{padding:25px;border-radius:25px;border:1px solid #8e8d8d}.about-tech-stack .center-logo{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%)}.about-tech-stack .center-logo h2{padding:15px;min-width:180px;font-size:18px;background:#1e75ee;background:linear-gradient(90deg, #1e75ee 0%, #692b9c 100%);text-align:center;border-radius:50px;color:#fff;display:flex;justify-content:center;align-items:center}.about-tech-stack .center-logo h2 svg{transform:rotate(45deg)}.about-tech-stack .tech-section{background-repeat:no-repeat;background-size:contain;background-position:center}.about-tech-stack .main-container{display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;height:100%;overflow:hidden;padding:30px 0px;min-height:600px}@media(max-width: 992px){.about-tech-stack .main-container{min-height:auto;padding:0}}.about-tech-stack .main{margin:0px auto;width:480px;height:480px;position:relative}.about-tech-stack .circle{animation:circle-rotate 20s linear infinite;-webkit-animation:circle-rotate 20s linear infinite;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(45deg);-webkit-transform:translate(-50%, -50%) rotate(45deg);width:85%;height:85%;border-radius:50%}@media(max-width: 768px){.about-tech-stack .circle{width:75%;height:60%}}.about-tech-stack .icon-block{width:64px;height:64px;position:absolute;border-radius:50%;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center}.about-tech-stack .icon-block:first-child{top:0;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%)}.about-tech-stack .icon-block:nth-child(2){top:50%;right:0;transform:translate(50%, -50%);-webkit-transform:translate(50%, -50%)}.about-tech-stack .icon-block:nth-child(3){bottom:0;left:50%;transform:translate(-50%, 50%);-webkit-transform:translate(-50%, 50%)}.about-tech-stack .icon-block:nth-child(4){top:50%;left:0;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%)}.about-tech-stack .icon-block img{animation:img-rotate 20s linear infinite;-webkit-animation:img-rotate 20s linear infinite;margin:0px auto;width:80px;animation:Rotate-reverse 20s linear infinite;-webkit-animation:Rotate-reverse 20s linear infinite}@keyframes Rotate{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@-webkit-keyframes Rotate{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes Rotate-reverse{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}@-webkit-keyframes Rotate-reverse{from{-webkit-transform:rotate(360deg)}to{-webkit-transform:rotate(0deg)}}@keyframes circle-rotate{from{transform:translate(-50%, -50%) rotate(45deg)}to{transform:translate(-50%, -50%) rotate(405deg)}}@-webkit-keyframes circle-rotate{from{-webkit-transform:translate(-50%, -50%) rotate(45deg)}to{-webkit-transform:translate(-50%, -50%) rotate(405deg)}}@keyframes img-rotate{from{transform:rotate(-45deg)}to{transform:rotate(-405deg)}}@-webkit-keyframes img-rotate{from{-webkit-transform:rotate(-45deg)}to{-webkit-transform:rotate(-405deg)}}.package-header{border-radius:15px;width:100%;height:100%;overflow:hidden;margin-bottom:-13px;z-index:1;position:relative}.package-footer{border-radius:15px;width:100%;height:100%;overflow:hidden;margin-top:-13px;z-index:1;position:relative}.table.package-header-table .thead-primary tr th{background-color:#004b9e;vertical-align:middle;text-align:center;color:#fff;font-size:18px;line-height:1em;border-top-width:0}.table.package-header-table .thead-primary tr th small{font-size:10px;font-weight:normal}.table.custom-table tbody tr:first-child td{padding-top:20px !important}.table.custom-table tbody tr:last-child td{padding-bottom:20px !important}.table.package-footer-table tr{border-bottom-width:0px}.table.package-footer-table tr td{vertical-align:middle;line-height:1.1em;border-top-width:0;background-color:#8abeff}.table.package-footer-table tr td:first-child{border-top-left-radius:15px;border-bottom-left-radius:15px;border:0}.table.package-footer-table tr td:last-child{border-top-right-radius:15px;border-bottom-right-radius:15px;border:0}.footer{background-color:#c9d7ff;padding:25px 0;font-size:15px}.footer h5{margin-bottom:15px}.footer ul{margin-bottom:20px}.footer .product-list{list-style:none;padding-left:10px}.footer .product-list li{margin-bottom:10px}.footer .contact-list{list-style:none;padding:0}.footer p{margin-bottom:20px}.footer .page-solution{width:300px}.footer .email{text-decoration:none;color:#000}.gform-theme--foundation .gfield input.large{border-radius:20px}.gform-theme--foundation .gfield textarea{border-radius:20px}.gform-theme--foundation .gform-footer{justify-content:center !important}.gform-theme--foundation .gform-footer .gform_button{background-color:#021f42 !important;border-radius:6px !important}