:root{
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%;
}
p{
    font-family: urbanist !important;
}
.btn-primary, .btn-primary:hover {
    border: 1px solid #2c9ff0;
    background: #2c9ff0;
    color: #fff;
}
/*--------------------- Logo ----------------------*/
#topbar::before {
    /*background: #FF7300;*/
    background:unset;
}
#topbar:after {
    border-top: unset;
    border-left: unset;
}
#topbar {
    /*background: #FF7300;*/
    background:linear-gradient(272deg, #0d0d4d 18%, #2c9ff0 98%);
}
.topbar li {
    color: #fff !important;
    font-size: 14px !important;
}
header, #headeraffix.affix {
    background-color: #ffffff !important;
}
.header {
    padding: 0;
}
#headeraffix.affix {
    padding: 0;
}
/*------------------------------------------ Home -----------------------------*/
/*------------ related area ---------------------*/
.related_area .heading h2 {
    font-family: "kanitmedium", sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 127%;
    color: #0d0d4d;
    width: 100%;
    opacity: 0;
    animation: fadeInUp 1s ease-in-out forwards;
    -webkit-animation: fadeInUp 1s ease-in-out forwards;
    text-align: center;
}
.related_area {
    padding: 30px 0 120px;
}
ul.rltarea_ul {
    list-style: none;
}
li.altarea_li span {
    color: #2c9ff0;
    line-height: 1.8;
    font-size: 18px;
    margin-right: 5px;
}
li.altarea_li a {
    font-family: urbanist;
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}
/* hover */
.hover-3 {
  position: relative;
  color: inherit;
  text-decoration: none;
  line-height: 24px;
}
.hover-3:before, .hover-3:after {
  content: '';
  position: absolute;
  transition: transform .5s ease;
}
.hover-3 {
  display: inline-flex;
  padding-top: 10px;
  padding-bottom: 1px;
  overflow: hidden;
}
.hover-3:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0d0d4d;
  transform: translateX(-100%);
}
.hover-3:hover:before {
  transform: translateX(0);
}
/*------------ Welcome ----------------------------*/
.home_about_wrapper{
    padding:120px 0;
}
.home_about_wrapper .home_about_inner {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.home_about_wrapper .home_about_inner .home_about_img_card {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 613px;
    height: 563px;
    padding: 0px;
    position: relative;
}
.home_about_wrapper .home_about_inner .home_about_img_card img:nth-child(1) {
    max-width: 512px;
    width: 100%;
    height: 512px;
    object-fit: cover;
}
.home_about_wrapper .home_about_inner .home_about_img_card img:nth-child(2) {
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: -10;
    animation: moveText 4s linear infinite;
    -webkit-animation: moveText 4s linear infinite;
}
@keyframes moveText {
  0% {
    transform: translateX(-20px); }
  50% {
    transform: translateX(20px); }
  100% {
    transform: translateX(-20px); } 
}
.home_about_wrapper .home_about_inner .home_about_info_card {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100% !important;
}
.heading_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.heading_area .sub_heading.style_1 h4 {
    border: none;
    border-bottom: 1px solid #000000;
    padding: 0px;
    color: #2c9ff0;
    font-family: kanit;
    font-weight: 700;
    font-size: 20px;
}
.heading_area .heading h2 {
    font-family: "kanitmedium", sans-serif;
    font-weight: 400;
    font-size: 55px;
    line-height: 127%;
    color: #0d0d4d;
    width: 100%;
    opacity: 0;
    animation: fadeInUp 1s ease-in-out forwards;
    -webkit-animation: fadeInUp 1s ease-in-out forwards;
}
.desc p {
    font-family: urbanist;
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}
.tp-about-btn .tp-btn {
    margin-right: 85px;
}
.tp-btn {
    font-family: 'kanit';
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    padding: 18px 44px;
    color: #fff;
    /*background-color: #ff5e14;*/
    background-color:#2c9ff0;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.tp-icon-style {
    display: inline-block;
    width: auto;
    height: auto;
    min-width: unset;
    aspect-ratio: unset;
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%;
    stroke-width: 2;
    fill: none;
}
.tp-btn span {
    display: inline-block;
    font-weight: 700;
    margin-left: 1px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.tp-icon-style svg {
    position: relative;
    display: inline-block;
    width: auto;
    height: 12px;
    margin-left: 5px;
    bottom: 0;
    flex-shrink: 0;
    stroke: currentColor;
}
.tp-icon-style svg g:nth-of-type(1) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}
.tp-icon-style svg g:nth-of-type(2) {
    transform: translateX(calc(-1 * var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: 0.5;
    transition-delay: 0s, 0s;
}
.tp-btn:hover {
    color: #fff;
    background: #0d0d4d;
}
.tp-icon-style:hover g:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1 * var(--qode-hover-move-y))) translateZ(0);
    opacity: 0;
    transition-delay: 0s, 0s;
}
.tp-icon-style:hover g:nth-of-type(2) {
    transform: translateX(0) translateY(0) translateZ(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}
/*---------------------------- Counter ----------------------*/
.counter_blk {
    background: linear-gradient(272deg, #0d0d4d 18%, #2c9ff0 98%);
    padding: 50px 10px;
}
.count-secdiv {
    text-align: center;
    color: #fff;
}
.counter-div {
    font-size: 45px;
    font-weight: 900;
    font-family: 'kanit';
    line-height: 2;
}
.counter-tit h5 {
    color:#c3c3c3;
    font-size: 20px;
    font-family: 'urbanist';
}
.count-secdiv:hover .counter-div {
    color: #2c9ff0;
}
.brd-lft{
    border-right: 1px solid #545454;
}
section.counter {
    margin-bottom: -100px;
    position: relative;
}
/*----------------------------- we offer -----------------------------*/
section.weoffer {
    padding: 150px 0 30px;
    background: #f6f6f6;
}
.tp-offer-item {
    position: relative;
    padding: 10px;
    margin: 10px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 80px 0px rgb(0 8 21 / 4%);
    transition: all 0.3s 0s ease-out;
}
.tp-offer-item-thumb {
    position: relative;
    overflow: hidden;
}
.tp-offer-item-thumb img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 100%;
}
.tp-offer-content {
    padding: 30px 20px 20px;
}
.tp-offer-icon {
    margin-bottom: 20px;
}
.tp-offer-icon span {
    font-size: 55px;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    color: var(--tp-theme-primary);
}
.tp-offer-button{
    display: flex!important;
    justify-content: space-between!important;
    align-items: center!important;
}
.tp-offer-title {
    transition: none;
    line-height: 1;
}
.tp-offer-button h4 a {
    font-size: 20px;
    font-family: 'kanit';
}
.tp-offer-item:hover a {
    color: #fff !important;
}
.tp-offer-item:hover {
    background: linear-gradient(360deg, #0d0d4d, #2c9ff0);
}
.tp-offer-item:hover .tp-offer-item-thumb img {
    transform: scale(1.1);
}
.tp-offer-item:hover .tp-offer-icon span {
    color: #fff;
}
.tp-offer-item:hover .tp-offer-title a {
    color: #fff;
}

.weoffer .qc-slider-nav.owl-nav button {
    background: #fff !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
}
.weoffer .qc-slider-nav.owl-nav {
    float: right;
    margin-top: -65px;
}
.weoffer .qc-slider-nav.owl-nav button.owl-next {
    background: #000 !important;
    color: #fff;
}
.weoffer .qc-slider-nav.owl-nav:hover button.owl-prev {
    background: #000 !important;
    color: #fff;
}
.weoffer .owl-dots button {
    width: 15px;
    height: 15px;
    background: #ddd !important;
    margin: 10px 5px;
    border-radius: 50%;
}
.weoffer button.owl-dot.active {
    background: #000 !important;
}
.weoffer .owl-dots{
    text-align: center;
    margin: 50px 0;
}
.tp-offer-icon span img {
    width: auto !important;
}
.tp-offer-item:hover .tp-offer-icon span img {
    filter: invert(115%) sepia(100%) saturate(0%) hue-rotate(23deg) brightness(150%) contrast(130%);
}

/*------------------------------ why choose -----------------------------*/
.whychs{
    padding:120px 0 30px;
}
.whychs_lyfcont p {
    font-family: urbanist;
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}
.img_whychs{
    position: relative!important;
}
.img_whychs img {
    z-index: 1;
    position: relative;
    padding-left: 50px;
    padding-right: 15px!important;
    padding-top: 1rem!important;
    height: 100%!important;
    width: 100%;
}
.floating_ryt {
    position: absolute;
    margin-bottom: 12rem;
    background-color: #000;
    z-index: 3;
    padding:10px;
}
.floating_ryt {
    position: absolute;
    margin-bottom: 6rem;
    background-color: #000;
    z-index: 3;
    padding: 15px;
    left: 0!important;
    bottom: 0!important;
    flex-direction: row!important;
    justify-content: center!important;
    align-items: center!important;
    display: flex!important;
}
.bg-accent-color{
    background: linear-gradient(360deg, #0d0d4d, #2c9ff0);
    right: 0!important;
    top: 0!important;
    position: absolute!important;
}
.floating_ryt span {
    font-size: 50px;
    color: #fff;
    line-height: 10px;
}
.floatryt_call h6 {
    font-family: 'urbanist';
    color: #2c9ff0;
    font-size: 22px;
}
.floatryt_call a {
    font-size: 18px;
    font-family: 'urbanist';
    color: #fff;
}
.floatryt_call {
    margin-left: 15px;
}


/*---------------------------------------------- Breadcrum --------------------------*/
.pageheader {
    background: #000;
}
.about_page_title {
    color: #fff;
    font-size: 30px;
    font-family: 'kanit';
}
.breadcrumb {
    font-size: 16px;
    font-family: 'urbanist';
}

/*--------------------------------------- About --------------------------------*/
section.abt_kvm {
    margin: 40px 0 50px;
}
.headingarea {
    text-align: center;
}
.headingarea h4 {
    color: #2c9ff0;
    font-family: kanit;
    font-weight: 700;
    font-size: 20px;
}
.headingarea h2 {
    font-family: "kanitmedium", sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 110%;
    color: #0d0d4d;
}
.abt_content h4 {
    color: #0d0d4d;
    font-family: kanit;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
}
.abt_content p {
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}
.abt_li{
    font-family: 'urbanist';
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}
ul.abt_ul {
    list-style: none;
}
li.abt_li span {
    color: #2c9ff0;
    font-size: 20px;
    margin-right: 15px;
}
/*--------------------------------- Service ---------------------------------*/
.extra-item {
    margin: 20px 0;
    border: 1px solid #000;
    padding: 20px;
}
img.pro_image2 {
    width: 100%;
}
.pro_title {
    color: #0d0d4d !important;
    font-family: kanit;
    font-weight: 700;
    font-size: 29px !important;
}
.extra_prodcontent {
    margin: 20px 0;
}
.extra_prodcontent p {
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}
.header_list li{
    width: 200px;
    float: right;
    list-style: none;
    font-family: 'urbanist';
}
.btn-primary:hover {
    border: 1px solid #000000;
    background: #000000;
}
.prd_sec {
    padding: 90px 0 30px;
}
/*------------------------------------- De Watering -----------------------*/
.dewater_sec p {
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}
.dewater_sec h5 {
    color: #0d0d4d;
    font-family: kanit;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5;
}

/*--------------------------- Gallery ---------------------------------------*/
.portfolio-filter.text-center {
    display: none;
}

/*------------------------------------- Contact ----------------------------*/
.contact_us h5 {
    font-size: 16px;
    font-family: 'urbanist';
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

/*------------------------------------ Hd Page ------------------------------*/
.hdxtra_content {
    padding: 80px 0 20px;
}
.hd_content p{
    font-family: urbanist;
    line-height: 2;
    font-size: 15px;
    text-align: justify;
}
.hd_content h3 {
    font-family: "kanitmedium", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 1.3;
    color: #0d0d4d;
}
.hd_content h4 {
    font-family: "kanitmedium", sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
    color: #0d0d4d;
}
.hd_content h6 {
    font-family: "kanitmedium", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #0d0d4d;
}
.hd_content h1{
    color: #2c9ff0;
    font-family: kanit;
    font-weight: 700;
    font-size: 20px;
}
li.abt_li b {
    color: #2c9ff0;
    font-weight: 900;
    font-size: 15px;
}












@media (max-width: 767px) {
  .home_about_wrapper .home_about_inner .home_about_img_card img:nth-child(2) {
    top: -20px;
    right: 10px;
  }
  .home_about_wrapper .home_about_inner .home_about_img_card img:nth-child(1) {
    max-width: 100%;
    width: 90%;
    height: auto;
  }
  .home_about_wrapper .home_about_inner .home_about_img_card {
    width: 100%;
    height: auto;
  }
  .home_about_wrapper {
    padding: 70px 0;
  }
  .heading_area .heading h2 {
    font-size: 35px;
  }
  .counter_blk {
    padding: 30px 10px;
  }
  .counter-div {
    font-size: 30px;
  }
  .counter-tit h5 {
    font-size: 18px;
  }
  section.weoffer .heading_area {
    padding: 0 20px;
  }
  .weoffer .qc-slider-nav.owl-nav {
    display: none;
  }
  .whychs {
    padding: 50px 0;
  }
  .floating_ryt {
    margin-bottom: 3rem;
    padding: 10px;
  }
  .floatryt_call a {
    font-size: 14px;
  }
  .floatryt_call h6 {
    font-size: 16px;
  }
  .floating_ryt span {
    font-size: 30px;
  }
  .contact_us1 p {
    text-align: left !important;
  }
}
































/*QC FOOTER STYLE START*/
#qcfooter-block {padding: 40px 0px; background: #0d0d4d; color: #d9d9d9;}
#qcfooter-block h3 {    font-size: 22px;
    color: #fff;
    font-family: 'kanit';
    font-weight: 600;}
.footer-content {margin: 5px 0px;}
.footer-content .qc-brand {height: 70px; display: block; margin: 10px 0;}
.footer-content .qc-brand img {height: 100%;    background: #fff;}
.footer-content p {    font-family: urbanist;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;}
.footer-content .quicklinks {margin: 0; padding: 0;}
.footer-content .quicklinks li {list-style: none; display: block;}
.footer-content .quicklinks li a {padding: 5px 0px; display: block; color: #d9d9d9;    font-family: urbanist;
    line-height: 1.8;
    font-size: 14px;
    text-align: justify;}
.footer-content .quicklinks li i {margin-right: 5px;    color: #fff;
    font-size: 18px;}
.footer-content .social-links .qc-social-list {margin: 10px 0px; padding: 0; color: #ddd; font-size: 15px;}
.footer-content .social-links .qc-social-list li {display: inline-block; margin-right: 10px;}
.qc-social-list .qc-social .social {width: 40px;height: 40px;background: #fff;border-radius: 50%;line-height: 40px;text-align: center;display: block;font-size: 16px;color: #009688;}
.footer-content .mobile-apps {display: flex; padding: 10px 0px;}
.footer-content .mobile-apps .mobApp {padding-right: 5px;}
#qcfooter-copyrights {    padding: 15px 0;
    background: linear-gradient(272deg, #0d0d4d 18%, #2c9ff0 98%); border-top: 1px solid #ddd;}
#qcfooter-copyrights .copyright {    color: #fff;
    font-family: urbanist;
    line-height: 1.8;
    font-size: 15px;}
#qcfooter-copyrights .developer {color: #fff; text-decoration: underline;}
.backtotop {
    background-color: #2c9ff0 !important;
}
.contact_us1 h5 {
    font-size: 16px;
    font-family: 'urbanist';
    font-weight: 600;
    color: #dbdbdb;
    margin-bottom: 5px;
}
/*QC FOOTER STYLE END*/
