:root{--tj-ff-body:"Mona Sans",sans-serif;--tj-ff-heading:"Mona Sans",sans-serif;--tj-ff-fontawesome:"Font Awesome 6 Pro";--tj-fw-normal:normal;--tj-fw-thin:100;--tj-fw-elight:200;--tj-fw-light:300;--tj-fw-regular:400;--tj-fw-medium:500;--tj-fw-sbold:600;--tj-fw-bold:700;--tj-fw-ebold:800;--tj-fw-black:900;--tj-fs-body:16px;--tj-fs-p:16px;--tj-fs-h1:74px;--tj-fs-h2:48px;--tj-fs-h3:32px;--tj-fs-h4:24px;--tj-fs-h5:20px;--tj-fs-h6:18px;--tj-color-common-white:#fff;--tj-color-common-black:#000;--tj-color-heading-primary:#131210;--tj-color-text-body:#3e3633;--tj-color-text-body-2:#a9b8b8;--tj-color-text-body-3:#67787a;--tj-color-text-body-4:#221e1f;--tj-color-text-body-5:hsla(0,0%,100%,.8);--tj-color-theme-primary:#2aabe2;--tj-color-theme-bg:#dad7d2;--tj-color-theme-bg-2:#dad7d2;--tj-color-theme-bg-3:#221e1f;--tj-color-theme-dark:#131210;--tj-color-theme-dark-2:#221e1f;--tj-color-theme-dark-3:#3e3633;--tj-color-theme-dark-4:#67787a;--tj-color-theme-dark-5:#676e7a;--tj-color-red-1:red;--tj-color-grey-1:#dad7d2;--tj-color-grey-2:#a9b8b8;--tj-color-grey-3:hsla(0,0%,100%,.102);--tj-color-border-1:#dad7d2;--tj-color-border-2:#3e3633;--tj-color-border-3:hsla(0,0%,100%,.149);--tj-color-border-4:hsla(0,0%,100%,.2);--tj-color-border-5:rgba(42,171,226,.149)}*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}.site-main{position:relative}body{background-color:var(--tj-color-grey-1);color:var(--tj-color-text-body);font-family:var(--tj-ff-body);font-size:var(--tj-fs-body);font-weight:400;line-height:1.5}a{text-decoration:none}h1,h2,h3,h4,h5,h6{color:var(--tj-color-heading-primary);font-family:var(--tj-ff-heading);font-weight:var(--tj-fw-medium);letter-spacing:-.03em;line-height:1.2;margin-top:0}h1{font-size:var(--tj-fs-h1);line-height:1.108}@media only screen and (min-width:1200px) and (max-width:1399px){h1{font-size:60px}}@media only screen and (min-width:992px) and (max-width:1199px){h1{font-size:50px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){h1{font-size:45px}}h2{font-size:var(--tj-fs-h2);line-height:1.125}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){h2{font-size:40px}}@media only screen and (min-width:576px) and (max-width:767px){h2{font-size:36px}}@media (max-width:575px){h2{font-size:30px}}h3{font-size:var(--tj-fs-h3);line-height:1.25}@media only screen and (min-width:768px) and (max-width:991px){h3{font-size:28px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){h3{font-size:25px}}h4{font-size:var(--tj-fs-h4);line-height:1.333}@media only screen and (min-width:768px) and (max-width:991px){h4{font-size:22px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){h4{font-size:20px}}h5{font-size:var(--tj-fs-h5);line-height:1.4}h6{font-size:var(--tj-fs-h6);line-height:1.444}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{display:block;line-height:inherit}h1 a,h1:hover a,h2 a,h2:hover a,h3 a,h3:hover a,h4 a,h4:hover a,h5 a,h5:hover a,h6 a,h6:hover a{color:inherit;font-size:inherit;font-weight:inherit}ul{margin:0;padding:0}a,button,h1,h2,h3,h4,h5,h6,input,li,p,select,span,svg path,textarea{-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}a:focus,button:focus,button:focus-visible{-webkit-box-shadow:0 0 0;box-shadow:0 0 0;outline:none;text-decoration:none}a:focus,a:hover{color:inherit;text-decoration:none}a,button{background:transparent;border:none;color:var(--tj-color-theme-primary);outline:none;padding:0}.nice-select,input[type=email],input[type=tel],input[type=text],input[type=url],select,textarea{background-color:var(--tj-color-common-white);border:1px solid var(--tj-color-border-1);-webkit-box-shadow:0 0 0;box-shadow:0 0 0;color:var(--tj-color-text-body);font-size:var(--tj-fs-body);height:auto;outline:none;padding:10px 15px;width:100%}*{scrollbar-color:var(--tj-color-theme-primary) var(--tj-color-common-white);scrollbar-width:thin}::-webkit-scrollbar{height:4px;width:6px}::-webkit-scrollbar-thumb{background:var(--tj-color-theme-primary);-webkit-border-radius:1ex;-webkit-box-shadow:0 0 0 rgba(0,0,0,.75)}::-webkit-scrollbar-corner{background:transparent}::-moz-selection{background:var(--tj-color-common-black);color:var(--tj-color-common-white);text-shadow:none}::selection{background:var(--tj-color-common-black);color:var(--tj-color-common-white);text-shadow:none}::-webkit-input-placeholder{color:var(--tj-color-text-body);font-size:var(--tj-fs-body);opacity:1;-webkit-transition:all .3s;transition:all .3s}::-moz-placeholder{color:var(--tj-color-text-body);font-size:var(--tj-fs-body);opacity:1;-moz-transition:all .3s;transition:all .3s}:-ms-input-placeholder{color:var(--tj-color-text-body);font-size:var(--tj-fs-body);opacity:1;-ms-transition:all .3s;transition:all .3s}::-ms-input-placeholder{color:var(--tj-color-text-body);font-size:var(--tj-fs-body);opacity:1;-ms-transition:all .3s;transition:all .3s}::placeholder{color:var(--tj-color-text-body);font-size:var(--tj-fs-body);opacity:1;-webkit-transition:all .3s;transition:all .3s}table{border-collapse:separate;border-spacing:0}img{max-width:100%}.section-gap{padding-bottom:120px;padding-top:120px}@media only screen and (min-width:992px) and (max-width:1199px){.section-gap{padding-bottom:100px;padding-top:100px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.section-gap{padding-bottom:70px;padding-top:70px}}.section-gap-x{-webkit-margin-start:15px;margin-inline-start:15px;-webkit-margin-end:15px;margin-inline-end:15px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.section-gap-x{-webkit-margin-start:12px;margin-inline-start:12px;-webkit-margin-end:12px;margin-inline-end:12px}}.mt-40{margin-top:40px}.mt-50{margin-top:50px}.mt-60{margin-top:60px}.top-space-15{padding-top:15px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.top-space-15{padding-top:12px}}#smooth-content{padding-bottom:15px;will-change:transform}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){#smooth-content{padding-bottom:0}}.slidebar-stickiy,.tj-sticky-panel-2{will-change:transform}.tj-primary-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--tj-color-theme-primary);border-radius:50px;font-size:16px;font-weight:var(--tj-fw-sbold);gap:10px;justify-content:center;line-height:1;overflow:hidden;padding:5px 5px 5px 25px;position:relative;text-align:center;white-space:nowrap;z-index:2}.tj-primary-btn .btn-text{color:var(--tj-color-common-white);overflow:hidden}.tj-primary-btn .btn-text span{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;text-shadow:0 30px 0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.tj-primary-btn .btn-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--tj-color-theme-dark);border-radius:50%;font-size:20px;height:42px;line-height:1;overflow:hidden;width:42px}.tj-primary-btn .btn-icon i{color:var(--tj-color-common-white);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tj-primary-btn.btn-dark{background-color:var(--tj-color-theme-dark)}.tj-primary-btn.btn-dark .btn-icon{background-color:var(--tj-color-common-white)}.tj-primary-btn.btn-dark .btn-icon i{color:var(--tj-color-theme-dark)}.tj-primary-btn:hover .btn-text span{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.tj-primary-btn:hover .btn-icon i{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.tj-primary-btn-lg{font-size:20px;gap:14px;padding:7px 7px 7px 44px}.tj-primary-btn-lg .btn-icon{font-size:27px;height:59px;width:59px}.text-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;font-size:16px;font-weight:var(--tj-fw-sbold);gap:10px;justify-content:center;line-height:1;position:relative;text-align:center;z-index:2}.text-btn .btn-text{color:var(--tj-color-heading-primary);overflow:hidden}.text-btn .btn-text span{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1;text-shadow:0 30px 0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.text-btn .btn-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--tj-color-theme-dark);border-radius:50%;font-size:20px;height:30px;line-height:1;overflow:hidden;width:30px}.text-btn .btn-icon i{color:var(--tj-color-common-white);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.text-btn:hover .btn-text span{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.text-btn:hover .btn-icon{background-color:var(--tj-color-theme-primary)}.text-btn:hover .btn-icon i{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.tji-icon-btn{border:1px solid var(--tj-color-theme-primary);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;height:64px;width:64px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;font-size:26px;justify-content:center}.tji-icon-btn i{color:var(--tj-color-theme-primary);font-weight:var(--tj-fw-normal);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.tji-icon-btn:hover{background-color:var(--tj-color-theme-primary)}.tji-icon-btn:hover i{color:var(--tj-color-common-white);-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.tji-icon-btn{font-size:24px;height:60px;width:60px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tji-icon-btn{font-size:20px;height:50px;width:50px}}.header-area{background-color:var(--tj-color-common-white);border-end-end-radius:12px;border-end-start-radius:12px;position:relative;z-index:99}.header-area.header-1.header-absolute{inset-inline-start:0;position:absolute;top:0;width:calc(100% - 30px)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.header-area.header-1.header-absolute{width:calc(100% - 24px)}}.header-area.header-1 .header-wrapper{background-color:var(--tj-color-common-white);padding:0 18px}.header-area.header-2.header-absolute{background-color:transparent;border-radius:0;inset-inline-start:15px;position:absolute;top:30px;width:calc(100% - 60px);z-index:999}.header-area.header-2.header-absolute>.container-fluid,.header-area.header-2.header-absolute>.container-fluid>.row{--bs-gutter-x:0}.header-area.header-2.header-absolute .header-wrapper{backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.1);border-radius:14px;padding:0 20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.header-area.header-2.header-absolute{inset-inline-start:12px;top:24px;width:calc(100% - 48px)}}.header-area.header-2.header-sticky .header-wrapper{padding:0 8px}.header-area.header-duplicate{display:none;opacity:0;visibility:hidden}.header-area.sticky{-webkit-animation:sticky .9s;animation:sticky .9s;background-color:var(--tj-color-common-white);border-bottom:none;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.1);box-shadow:0 0 15px 0 rgba(0,0,0,.1);display:block;inset-inline-start:0;opacity:1;position:fixed;top:0;visibility:visible;width:calc(100% - 30px);z-index:1002}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.header-area.sticky{width:100%}.header-area.sticky.section-gap-x{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0}}@media only screen and (min-width:1200px) and (max-width:1399px){.header-area.header-1 .header-wrapper{padding:0 8px}}@media only screen and (min-width:992px) and (max-width:1199px){.header-area.header-1 .header-wrapper{padding:0 4px}.header-area.header-2.header-absolute .header-wrapper{padding:0 16px}.header-area.header-2.header-sticky .header-wrapper{padding:0 4px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.header-area.header-1 .header-wrapper{padding:15px 0}.header-area.header-2.header-absolute .header-wrapper{padding:15px 12px}.header-area.header-2.header-sticky .header-wrapper{padding:15px 0}}.header-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;position:relative;z-index:99}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.header-wrapper{padding:15px 0}}.site_logo .logo{display:inline-block;max-width:136px;width:100%}.menu-area{gap:25px}.mainmenu ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;-ms-flex-wrap:wrap;flex-wrap:wrap}.mainmenu ul>li{position:relative;z-index:1}.mainmenu ul>li>a{color:var(--tj-color-heading-primary);display:block;font-size:16px;font-weight:var(--tj-fw-medium);line-height:1;padding:37px 0;position:relative}.mainmenu ul>li:hover>a,.mainmenu ul>li:hover>a:after{color:var(--tj-color-theme-primary)}.mainmenu ul>li:hover>a:before{opacity:1;visibility:visible}@media only screen and (min-width:1200px) and (max-width:1399px){.mainmenu ul{gap:0 22px}}@media only screen and (min-width:992px) and (max-width:1199px){.mainmenu ul{gap:0 16px}}.header-right-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.header-right-item .tj-primary-btn .btn-icon{height:38px;width:38px}@media only screen and (min-width:992px) and (max-width:1199px){.header-right-item .tj-primary-btn .btn-icon{height:35px;width:35px}.header-right-item{gap:12px}}.menu_bar{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;gap:6px;height:25px;inset-inline-start:0;justify-content:center;position:relative;top:0;width:25px;-webkit-margin-start:5px;cursor:pointer;margin-inline-start:5px;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.menu_bar span{background-color:var(--tj-color-common-black);border-radius:10px;display:block;height:2px;width:18px;-webkit-margin-end:auto;-webkit-backface-visibility:hidden;backface-visibility:hidden;margin-inline-end:auto;-webkit-transition:all .3s;transition:all .3s}.menu_bar span:first-child,.menu_bar span:last-child{width:25px}.menu_bar.mobile_menu_bar{background:var(--tj-color-theme-primary);border-radius:7px;height:50px;padding:12px;width:50px}.menu_bar.mobile_menu_bar span{background-color:var(--tj-color-common-white)}.menu_bar:hover span{width:100%}@media only screen and (min-width:992px) and (max-width:1199px){.menu_bar{-webkit-margin-start:0;margin-inline-start:0}}.header-2.header-absolute .mainmenu>ul>li>a{color:var(--tj-color-common-white);padding-bottom:32px;padding-top:32px}.header-2.header-absolute .mainmenu>ul>li:hover>a{color:var(--tj-color-text-body-2)}.header-2.header-absolute .mainmenu>ul>li:hover>a:after{color:currentColor}.header-2.header-absolute .menu_bar span{background-color:var(--tj-color-common-white)}

/* !END: Theme Header CSS */.gap-30-30{--bs-gutter-x:30}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.gap-30-30{--bs-gutter-x:20px}.gap-30-30 .row{--bs-gutter-y:20px}}.header-wrapper:has(.mega-menu){position:static}.mainmenu ul>li:has(.mega-menu),.mobile_menu ul>li:has(.mega-menu){position:static}.tj-demo-wrapper{margin-bottom:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-demo-wrapper{margin-bottom:0}}.tj-demo-top-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin-bottom:50px;row-gap:20px}.tj-demo-top-title{font-size:32px;margin-bottom:0}.tj-demo-top-title span{color:var(--tj-color-theme-primary)}@media only screen and (min-width:576px) and (max-width:767px){.tj-demo-top-title{font-size:28px}}@media (max-width:575px){.tj-demo-top-title{font-size:24px}}.tj-demo-thumb{border:1px solid var(--tj-color-border-1);border-radius:10px;padding:9px 9px 20px;position:relative;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-demo-thumb{border-color:var(--tj-color-border-2)}}.tj-demo-thumb .image{border-radius:8px;margin-bottom:20px;max-width:596px;overflow:hidden;position:relative;-webkit-transition:.4s;transition:.4s;width:100%}.tj-demo-thumb .image:before{background:var(--tj-color-theme-dark);content:"";height:100%;inset-inline-start:0;opacity:0;position:absolute;top:0;-webkit-transition:.4s;transition:.4s;visibility:hidden;width:100%}.tj-demo-thumb .image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-demo-thumb .image{max-width:100%}}.tj-demo-thumb .tj-demo-title{color:var(--tj-color-heading-primary);font-size:16px;font-weight:var(--tj-fw-medium);margin-bottom:0;text-align:center}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-demo-thumb .tj-demo-title{font-size:14px}}.tj-demo-thumb .tj-demo-title a{color:var(--tj-color-heading-primary)}.tj-demo-thumb .tj-demo-title a:hover{color:var(--tj-color-theme-primary)}.tj-demo-thumb:not(.coming):hover .image:before{opacity:.6;visibility:visible}.tj-demo-thumb:not(.coming):hover .tj-demo-button{opacity:1;top:50%;visibility:visible}@media (max-width:575px){.tj-demo-thumb{padding:15px 15px 25px}}.tj-demo-thumb.coming .image:before{display:none}.tj-demo-thumb .tj-demo-badge{background-color:var(--tj-color-red-1);border-radius:40px;color:var(--tj-color-common-white);font-size:14px;inset-inline-start:11px;letter-spacing:-.025em;line-height:1;padding:3px 7px;position:absolute;top:11px}.tj-demo-button{inset-inline-start:50%;opacity:0;position:absolute;top:60%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.4s ease-out;transition:.4s ease-out;visibility:hidden}.tj-demo-button .tj-primary-btn{background-color:var(--tj-color-common-white)}.tj-demo-button .tj-primary-btn .btn-text{color:var(--tj-color-theme-dark)}.hamburger_menu .mean-container .mean-nav ul li:has(.tj-demo-thumb).dropdown-opened>a{border-bottom:0}

/* !END: Mega Menu CSS */.tj-footer-section{background-color:var(--tj-color-theme-bg);border-radius:12px;overflow:hidden;padding-top:195px;position:relative;z-index:1}@media only screen and (min-width:1200px) and (max-width:1399px){.tj-footer-section{padding-top:150px}}@media only screen and (min-width:992px) and (max-width:1199px){.tj-footer-section{padding-top:135px}}@media only screen and (min-width:768px) and (max-width:991px){.tj-footer-section{padding-top:320px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-footer-section{border-end-end-radius:0;border-end-start-radius:0;margin-bottom:0;padding-top:270px}}.footer-main-area{padding:100px 0 90px;position:relative}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.footer-main-area{padding:70px 0}}.footer-logo{max-width:150px}.footer-widget .footer-text{max-width:280px;width:100%}.footer-widget .footer-text p{margin-bottom:34px;margin-top:28px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.footer-widget .footer-text p{margin-bottom:20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.footer-widget .footer-text{max-width:100%}}.footer-widget .title{font-weight:var(--tj-fw-sbold);margin-bottom:33px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.footer-widget .title{margin-bottom:18px}}.footer-widget.footer-col-1 .footer-text p{color:var(--tj-color-text-body-2)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.footer-widget.footer-col-1{margin-bottom:10px}}.social-links ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;list-style:none}.social-links ul li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:rgba(19,18,16,.3);border-radius:50%;font-size:16px;height:28px;justify-content:center;line-height:1;width:28px}.social-links ul li a i{color:var(--tj-color-theme-bg)}.social-links ul li a:hover{background-color:var(--tj-color-theme-primary);-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.social-links ul li a:hover i{color:var(--tj-color-common-white)}.social-links ul li:after{display:none}.social-links.style-2 ul li a{background-color:var(--tj-color-common-white);opacity:.4}.social-links.style-2 ul li a i{color:var(--tj-color-theme-primary)}.social-links.style-2 ul li a:hover{opacity:1}.social-links.style-3 ul li a{background-color:var(--tj-color-common-white);opacity:.3}.social-links.style-3 ul li a i{color:var(--tj-color-theme-dark)}.social-links.style-3 ul li a:hover{background-color:var(--tj-color-theme-primary);opacity:1}.social-links.style-3 ul li a:hover i{color:var(--tj-color-common-white)}.widget-nav-menu{-webkit-padding-start:40px;padding-inline-start:40px}.widget-nav-menu ul{list-style:none}.widget-nav-menu ul li{padding:6px 0}.widget-nav-menu ul li:first-child{padding-top:0}.widget-nav-menu ul li a{color:var(--tj-color-text-body);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.widget-nav-menu ul li a:hover{color:var(--tj-color-theme-primary);-webkit-padding-start:5px;padding-inline-start:5px}@media only screen and (min-width:1200px) and (max-width:1399px){.widget-nav-menu{-webkit-padding-start:20px;padding-inline-start:20px}}@media only screen and (min-width:992px) and (max-width:1199px){.widget-nav-menu{-webkit-padding-start:80px;padding-inline-start:80px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.widget-nav-menu{-webkit-padding-start:0;padding-inline-start:0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.widget-nav-menu{margin-top:30px}}.widget-nav-menu.footer-col-2,.widget-nav-menu.footer-col-3{-webkit-padding-start:115px;padding-inline-start:115px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.widget-nav-menu.footer-col-2,.widget-nav-menu.footer-col-3{-webkit-padding-start:70px;padding-inline-start:70px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.widget-nav-menu.footer-col-2,.widget-nav-menu.footer-col-3{margin-top:30px;-webkit-padding-start:0;padding-inline-start:0}}.widget-nav-menu.footer-col-3{-webkit-padding-start:120px;padding-inline-start:120px}@media only screen and (min-width:1200px) and (max-width:1399px){.widget-nav-menu.footer-col-3{-webkit-padding-start:80px;padding-inline-start:80px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.widget-nav-menu.footer-col-3{margin-top:30px;-webkit-padding-start:0;padding-inline-start:0}}.copyright-content-area{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:30px;justify-content:space-between;padding:20px 0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.copyright-content-area .social-links ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.copyright-content-area .social-links{width:100%}}.copyright-content-area .copyright-text p{margin:0}.copyright-content-area .copyright-text a{color:var(--tj-color-common-black)}.copyright-content-area .copyright-text a:hover{color:var(--tj-color-theme-primary)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.copyright-content-area .copyright-text{text-align:center;width:100%}}.copyright-content-area .copyright-menu ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.copyright-content-area .copyright-menu ul li{position:relative;-webkit-margin-end:13px;margin-inline-end:13px;-webkit-padding-end:12px;padding-inline-end:12px;z-index:1}.copyright-content-area .copyright-menu ul li:before{background:var(--tj-color-border-2);content:"";height:11px;inset-inline-end:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:1px}.copyright-content-area .copyright-menu ul li a{color:var(--tj-color-text-body-2);font-size:16px;font-weight:var(--tj-fw-regular)}.copyright-content-area .copyright-menu ul li a:hover{color:var(--tj-color-common-white)}.copyright-content-area .copyright-menu ul li:last-child{-webkit-padding-end:0;padding-inline-end:0;-webkit-margin-end:0;margin-inline-end:0}.copyright-content-area .copyright-menu ul li:last-child:before{display:none}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.copyright-content-area .copyright-menu{width:100%}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.copyright-content-area{gap:18px}}.tj-copyright-area{padding-bottom:30px}.tj-copyright-area .copyright-content-area{border-bottom:1px solid var(--tj-color-border-1);border-top:1px solid var(--tj-color-border-1);padding:20px 0}.tj-footer-section.footer-2{background-color:var(--tj-color-theme-dark);padding-top:100px}.tj-footer-section.footer-2 .footer-widget .title{color:var(--tj-color-common-white)}.tj-footer-section.footer-2 .footer-widget ul li a{color:var(--tj-color-text-body-2)}.tj-footer-section.footer-2 .footer-widget ul li a:hover{color:var(--tj-color-theme-primary)}.tj-footer-section.footer-2 .footer-col-1{position:relative}.tj-footer-section.footer-2 .footer-col-1:before{background:var(--tj-color-theme-dark-3);border-radius:50%;bottom:-160px;content:"";-webkit-filter:blur(50px);filter:blur(50px);height:300px;inset-inline-start:-50px;opacity:.5;position:absolute;width:350px;z-index:-1}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-footer-section.footer-2{padding-top:60px}}.widget-contact{-webkit-padding-start:76px;padding-inline-start:76px}.widget-contact .title{color:var(--tj-color-common-white)}@media only screen and (min-width:1200px) and (max-width:1399px){.widget-contact{-webkit-padding-start:30px;padding-inline-start:30px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.widget-contact{margin-top:30px;-webkit-padding-start:70px;padding-inline-start:70px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.widget-contact{margin-top:30px;-webkit-padding-start:0;padding-inline-start:0}}.footer-contact-info{max-width:230px;width:100%}.footer-contact-info .contact-item{margin-bottom:14px}.footer-contact-info .contact-item:last-child{margin-bottom:0}.footer-contact-info .contact-item span{color:var(--tj-color-text-body-2);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.footer-contact-info .contact-item span i{color:var(--tj-color-theme-primary);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:20px;line-height:1}.footer-contact-info .contact-item a{color:var(--tj-color-common-white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:var(--tj-fw-sbold);margin-bottom:3px}.footer-contact-info .contact-item a:hover{color:var(--tj-color-theme-primary)}.tj-copyright-area-2 .copyright-content-area{padding:25px 0}.tj-copyright-area-2 .copyright-text p{color:var(--tj-color-text-body-2)}.tj-copyright-area-2 .copyright-text a{color:var(--tj-color-common-white)}.tj-copyright-area-2 .copyright-text a:hover{color:var(--tj-color-theme-bg)}.tj-copyright-area-3{background-color:var(--tj-color-theme-primary)}.tj-copyright-area-3 .copyright-content-area{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:25px 0}.tj-copyright-area-3 .copyright-text a,.tj-copyright-area-3 .copyright-text p{color:var(--tj-color-common-white)}.tj-copyright-area-3 .copyright-text a:hover{color:var(--tj-color-theme-bg)}

/* !END: Theme Footer CSS */

/* !END: Theme Search CSS */
/* !START: hamburger CSS */.hamburger-area{-webkit-box-shadow:-5px 0 20px -5px rgba(0,0,0,.5);box-shadow:-5px 0 20px -5px rgba(0,0,0,.5);height:calc(100% - 30px);inset-inline-end:-490px;position:fixed;top:15px;-webkit-transition:all .3s cubic-bezier(.785,.135,.15,.86);transition:all .3s cubic-bezier(.785,.135,.15,.86);-webkit-transition-duration:1s;transition-duration:1s;width:450px;z-index:9999;-ms-overflow-style:none;border-radius:12px;overflow-y:scroll;scrollbar-width:none}.hamburger-area::-webkit-scrollbar{display:none}.hamburger-area.opened{inset-inline-end:15px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.hamburger-area.opened{inset-inline-end:0}.hamburger-area{border-end-end-radius:0;border-start-end-radius:0;height:100%;top:0}}@media (max-width:575px){.hamburger-area{width:320px}}.hamburger_bg{background-color:var(--tj-color-theme-dark);border-end-start-radius:12px;border-start-start-radius:12px;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%;z-index:-1}.hamburger_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;height:100%;justify-content:space-between;overflow:auto;padding:40px;position:relative}.hamburger_wrapper:before{backdrop-filter:blur(10px);background:var(--tj-color-theme-primary);border-radius:50%;content:"";-webkit-filter:blur(50px);filter:blur(50px);height:200px;inset-inline-end:3%;opacity:.26;position:absolute;top:3%;width:200px;z-index:-1}@media (max-width:575px){.hamburger_wrapper{padding:40px 20px}}.hamburger_top{margin-bottom:30px}.hamburger_close_btn{color:var(--tj-color-common-white);display:inline-block;font-size:35px;line-height:1}@media (max-width:575px){.hamburger_close_btn{font-size:30px}}.hamburger_close_btn:hover{color:var(--tj-color-theme-bg);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.hamburger_menu .mean-container .mean-bar{background:transparent;margin-bottom:30px}.hamburger_menu .mean-container .mean-bar,.hamburger_menu .mean-container .mean-bar *{-webkit-box-sizing:border-box;box-sizing:border-box}.hamburger_menu .mean-nav{background:transparent;margin-top:0;overflow:hidden}.hamburger_menu .mean-nav>ul{display:block!important}.hamburger_menu .mean-nav>ul>li:first-child>a{border-top:none}.hamburger_menu .mean-nav ul li{position:relative}.hamburger_menu .mean-nav ul li a{border-bottom:1px solid hsla(0,0%,100%,.1);border-top:none;color:var(--tj-color-common-white);font-family:var(--tj-ff-body);font-size:16px;font-weight:var(--tj-fw-medium);letter-spacing:.5px;line-height:1;padding:18px 0;text-transform:capitalize;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;width:100%}.hamburger_menu .mean-nav ul li a:hover{color:var(--tj-color-theme-primary)}.hamburger_menu .mean-nav ul li a.mean-expand{height:30px;inset-inline-end:0;line-height:30px;padding:0;position:absolute;text-align:center;top:12px;-webkit-transition:all .4s ease-in-out 0s;transition:all .4s ease-in-out 0s;width:30px}.hamburger_menu .mean-nav ul li a.mean-expand:hover{color:var(--tj-color-common-white)}.hamburger_menu .mean-nav ul li a.mean-expand i{font-size:15px}.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked{color:var(--tj-color-theme-primary)}.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked,.hamburger_menu .mean-nav ul li a.mean-expand.mean-clicked i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.hamburger_menu .mean-nav ul li.dropdown-opened>a{color:var(--tj-color-theme-primary)}.tj-offcanvas-area{-webkit-box-shadow:-5px 0 20px -5px rgba(0,0,0,.5);box-shadow:-5px 0 20px -5px rgba(0,0,0,.5);height:calc(100% - 30px);inset-inline-end:-490px;position:fixed;top:15px;-webkit-transition:all .3s cubic-bezier(.785,.135,.15,.86);transition:all .3s cubic-bezier(.785,.135,.15,.86);-webkit-transition-duration:.3s;transition-duration:.3s;width:470px;z-index:9999;-ms-overflow-style:none;border-end-start-radius:12px;border-start-start-radius:12px;border-radius:12px;overflow-y:scroll;scrollbar-width:none}.tj-offcanvas-area::-webkit-scrollbar{display:none}.tj-offcanvas-area.opened{inset-inline-end:15px}.offcanvas-text{margin-bottom:40px}.offcanvas-text p{color:var(--tj-color-text-body-2);margin-bottom:0}.hamburger-title{color:var(--tj-color-common-white);font-size:22px;line-height:1;margin-bottom:25px;position:relative;z-index:1}.hamburger-infos{margin-bottom:45px}.hamburger-infos .contact-info .contact-item{padding:15px 0 10px}.hamburger-infos .contact-info .contact-item:first-child{padding-top:0}.hamburger_logo .mobile_logo{display:inline-block;max-width:136px;width:100%}.body-overlay{backdrop-filter:blur(10px);height:100%;inset-inline-start:0;opacity:0;position:fixed;top:0;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;visibility:hidden;width:100%;z-index:9999}.body-overlay.opened{opacity:1;visibility:visible}

/* !END: hamburger CSS */.tj-preloader{background-color:var(--tj-color-theme-dark);color:#fdfdf9;height:100%;inset-inline-start:0;position:fixed;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%;z-index:100000000}.tj-preloader.is-loading .tj-preloader-ball-inner,.tj-preloader.is-loading .tj-preloader-ball-shadow{-webkit-animation-play-state:running;animation-play-state:running}.tj-preloader.is-loaded{pointer-events:none}.tj-preloader .tj-preloader-overlay{-webkit-animation:tj-fade-out 2s forwards;animation:tj-fade-out 2s forwards;background-color:var(--tj-color-theme-dark);height:100%;inset-inline-start:0;opacity:1;position:fixed;top:0;width:100%;z-index:99999999}@-webkit-keyframes tj-fade-out{0%{opacity:1}50%{opacity:1}to{opacity:0}}@keyframes tj-fade-out{0%{opacity:1}50%{opacity:1}to{opacity:0}}.tj-preloader .tj-preloader-inner{height:100%;width:100%}.tj-preloader .tj-preloader-ball-wrap,.tj-preloader .tj-preloader-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tj-preloader .tj-preloader-ball-wrap{gap:10px;inset-inline-start:0;position:relative;-webkit-transform:translateX(16px);-ms-transform:translateX(16px);transform:translateX(16px)}@media only screen and (min-width:1025px){.tj-preloader .tj-preloader-ball-wrap{-webkit-transform:none;-ms-transform:none;transform:none}}.tj-preloader .tj-preloader-ball-inner-wrap{height:100%;inset-inline-start:-16px;position:absolute;top:50%;-webkit-transform:translate(-100%,-50%);-ms-transform:translate(-100%,-50%);transform:translate(-100%,-50%);width:10px;z-index:10000}@media only screen and (min-width:1025px){.tj-preloader .tj-preloader-ball-inner-wrap{inset-inline-start:-30px}}.tj-preloader .tj-preloader-ball-shadow{-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation:tj-shadow-blur 1s linear infinite;animation:tj-shadow-blur 1s linear infinite;bottom:0;-webkit-box-shadow:0 4px 20px 0 #1a8ab8;box-shadow:0 4px 20px 0 #1a8ab8;-webkit-filter:blur(12px);filter:blur(12px);height:4px;inset-inline-start:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.tj-preloader .tj-preloader-ball-inner,.tj-preloader .tj-preloader-ball-shadow{background-color:#2aabe2;border-radius:50%;position:absolute;-webkit-transition:.7s cubic-bezier(.77,0,.175,1);transition:.7s cubic-bezier(.77,0,.175,1)}.tj-preloader .tj-preloader-ball-inner{-webkit-animation:tj-bounce-anim 1s linear infinite;animation:tj-bounce-anim 1s linear infinite;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-box-shadow:0 0 12px 0 #fdfdf9;box-shadow:0 0 12px 0 #fdfdf9;height:8px;width:8px}.tj-preloader.is-loaded .tj-preloader-ball-shadow{display:none}.tj-preloader.is-loaded .tj-preloader-ball-inner{-webkit-animation:fadeLeftToRight .7s linear;animation:fadeLeftToRight .7s linear}.tj-preloader .tj-preloader-ball{background-color:rgba(42,171,226,.1);border-radius:50%;bottom:50%;-webkit-box-shadow:0 0 20px 0 #1a8ab8;box-shadow:0 0 20px 0 #1a8ab8;-webkit-filter:blur(10px);filter:blur(10px);height:14px;inset-inline-start:50%;position:absolute;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%);width:14px}.tj-preloader .tj-preloader-text{font-size:20px;font-weight:var(--tj-fw-sbold);letter-spacing:0;position:relative;-webkit-transform:translateY(-.03em);-ms-transform:translateY(-.03em);transform:translateY(-.03em);-webkit-transition:.3s;transition:.3s}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-preloader .tj-preloader-text{font-size:16px}}.tj-preloader.is-loaded .tj-preloader-text{opacity:0;visibility:hidden}#tj-weave-anim span{-webkit-animation:tj-weave-anim 1.15s ease infinite;animation:tj-weave-anim 1.15s ease infinite;display:inline-block;position:relative;-webkit-transform-origin:100% 50%;-ms-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .3s ease;transition:all .3s ease}#tj-weave-anim span:first-child{-webkit-animation-delay:0s;animation-delay:0s}#tj-weave-anim span:nth-child(2){-webkit-animation-delay:.05s;animation-delay:.05s}#tj-weave-anim span:nth-child(3){-webkit-animation-delay:.1s;animation-delay:.1s}#tj-weave-anim span:nth-child(4){-webkit-animation-delay:.15s;animation-delay:.15s}#tj-weave-anim span:nth-child(5){-webkit-animation-delay:.2s;animation-delay:.2s}#tj-weave-anim span:nth-child(6){-webkit-animation-delay:.25s;animation-delay:.25s}#tj-weave-anim span:nth-child(7){-webkit-animation-delay:.3s;animation-delay:.3s}#tj-weave-anim span:nth-child(8){-webkit-animation-delay:.35s;animation-delay:.35s}#tj-weave-anim span:nth-child(9){-webkit-animation-delay:.4s;animation-delay:.4s}#tj-weave-anim span:nth-child(10){-webkit-animation-delay:.45s;animation-delay:.45s}#tj-weave-anim span:nth-child(11){-webkit-animation-delay:.5s;animation-delay:.5s}#tj-weave-anim span:nth-child(12){-webkit-animation-delay:.55s;animation-delay:.55s}#tj-weave-anim span:nth-child(13){-webkit-animation-delay:.6s;animation-delay:.6s}#tj-weave-anim span:nth-child(14){-webkit-animation-delay:.65s;animation-delay:.65s}#tj-weave-anim span:nth-child(15){-webkit-animation-delay:.7s;animation-delay:.7s}#tj-weave-anim span:nth-child(16){-webkit-animation-delay:.75s;animation-delay:.75s}#tj-weave-anim span:nth-child(17){-webkit-animation-delay:.8s;animation-delay:.8s}#tj-weave-anim span:nth-child(18){-webkit-animation-delay:.85s;animation-delay:.85s}#tj-weave-anim span:nth-child(19){-webkit-animation-delay:.9s;animation-delay:.9s}#tj-weave-anim span:nth-child(20){-webkit-animation-delay:.95s;animation-delay:.95s}#tj-weave-anim span:nth-child(21){-webkit-animation-delay:1s;animation-delay:1s}#tj-weave-anim span:nth-child(22){-webkit-animation-delay:1.05s;animation-delay:1.05s}#tj-weave-anim span:nth-child(23){-webkit-animation-delay:1.15s;animation-delay:1.15s}@-webkit-keyframes tj-shadow-blur{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:.4;-webkit-transform:translate(-50%) scale(.6);transform:translate(-50%) scale(.6)}30%{-webkit-filter:blur(2px);filter:blur(2px);opacity:1;-webkit-transform:translate(-50%,-.5rem) scale(1);transform:translate(-50%,-.5rem) scale(1)}to{-webkit-filter:blur(12px);filter:blur(12px);opacity:.4;-webkit-transform:translate(-50%) scale(.6);transform:translate(-50%) scale(.6)}}@keyframes tj-shadow-blur{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:.4;-webkit-transform:translate(-50%) scale(.6);transform:translate(-50%) scale(.6)}30%{-webkit-filter:blur(2px);filter:blur(2px);opacity:1;-webkit-transform:translate(-50%,-.5rem) scale(1);transform:translate(-50%,-.5rem) scale(1)}to{-webkit-filter:blur(12px);filter:blur(12px);opacity:.4;-webkit-transform:translate(-50%) scale(.6);transform:translate(-50%) scale(.6)}}@-webkit-keyframes fadeLeftToRight{0%{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}30%{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translate(-3000%) scale(1);transform:translate(-3000%) scale(1)}40%{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translate(-2000%) scale(1);transform:translate(-2000%) scale(1)}60%{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}to{-webkit-filter:blur(12px);filter:blur(12px);opacity:.4;-webkit-transform:translate(1000%) scale(7);transform:translate(1000%) scale(7)}}@keyframes fadeLeftToRight{0%{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}30%{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translate(-3000%) scale(1);transform:translate(-3000%) scale(1)}40%{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translate(-2000%) scale(1);transform:translate(-2000%) scale(1)}60%{-webkit-filter:blur(0);filter:blur(0);opacity:1;-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}to{-webkit-filter:blur(12px);filter:blur(12px);opacity:.4;-webkit-transform:translate(1000%) scale(7);transform:translate(1000%) scale(7)}}@-webkit-keyframes tj-bounce-anim{0%{-webkit-transform:translateY(calc(-50% - 1rem)) scaleX(1.4);transform:translateY(calc(-50% - 1rem)) scaleX(1.4)}3%{-webkit-transform:translateY(calc(-50% - .95rem)) scale(1.1,1.05);transform:translateY(calc(-50% - .95rem)) scale(1.1,1.05)}5%{-webkit-transform:translateY(calc(-50% - .9rem)) scale(1.2,1.1);transform:translateY(calc(-50% - .9rem)) scale(1.2,1.1)}8%{-webkit-transform:translateY(calc(-50% - .8rem)) scale(.98,1.15);transform:translateY(calc(-50% - .8rem)) scale(.98,1.15)}12%{-webkit-transform:translateY(calc(-50% - .7rem)) scale(.95,1.2);transform:translateY(calc(-50% - .7rem)) scale(.95,1.2)}16%{-webkit-transform:translateY(calc(-50% - .5rem)) scale(.92,1.25);transform:translateY(calc(-50% - .5rem)) scale(.92,1.25)}20%{-webkit-transform:translateY(calc(-50% - .2rem)) scale(.9,1.4);transform:translateY(calc(-50% - .2rem)) scale(.9,1.4)}24%{-webkit-transform:translateY(calc(-50% + .4rem)) scale(.9,1.7);transform:translateY(calc(-50% + .4rem)) scale(.9,1.7)}26%{-webkit-transform:translateY(calc(-50% + .8rem)) scale(.9,1.4);transform:translateY(calc(-50% + .8rem)) scale(.9,1.4)}28%{-webkit-transform:translateY(calc(-50% + .95rem)) scale(1.2,.7);transform:translateY(calc(-50% + .95rem)) scale(1.2,.7)}30%{-webkit-transform:translateY(calc(-50% + 1rem)) scale(1.5,.3);transform:translateY(calc(-50% + 1rem)) scale(1.5,.3)}32%{-webkit-transform:translateY(calc(-50% + .8rem)) scale(1.4,.4);transform:translateY(calc(-50% + .8rem)) scale(1.4,.4)}36%{-webkit-transform:translateY(calc(-50% + .5rem)) scale(1.2,.8);transform:translateY(calc(-50% + .5rem)) scale(1.2,.8)}42%{-webkit-transform:translateY(calc(-50% + .2rem)) scaleY(1.2);transform:translateY(calc(-50% + .2rem)) scaleY(1.2)}48%{-webkit-transform:translateY(calc(-50% - .2rem)) scale(.9,1.4);transform:translateY(calc(-50% - .2rem)) scale(.9,1.4)}54%{-webkit-transform:translateY(calc(-50% - .3rem)) scale(.92,1.3);transform:translateY(calc(-50% - .3rem)) scale(.92,1.3)}62%{-webkit-transform:translateY(calc(-50% - .5rem)) scale(.95,1.2);transform:translateY(calc(-50% - .5rem)) scale(.95,1.2)}68%{-webkit-transform:translateY(calc(-50% - .6rem)) scale(.97,1.15);transform:translateY(calc(-50% - .6rem)) scale(.97,1.15)}75%{-webkit-transform:translateY(calc(-50% - .7rem)) scale(.98,1.1);transform:translateY(calc(-50% - .7rem)) scale(.98,1.1)}80%{-webkit-transform:translateY(calc(-50% - .8rem)) scale(.99,1.08);transform:translateY(calc(-50% - .8rem)) scale(.99,1.08)}85%{-webkit-transform:translateY(calc(-50% - .9rem)) scaleY(1.05);transform:translateY(calc(-50% - .9rem)) scaleY(1.05)}90%{-webkit-transform:translateY(calc(-50% - .95rem)) scale(1.2,1.03);transform:translateY(calc(-50% - .95rem)) scale(1.2,1.03)}95%{-webkit-transform:translateY(calc(-50% - .98rem)) scale(1.1,1.01);transform:translateY(calc(-50% - .98rem)) scale(1.1,1.01)}to{-webkit-transform:translateY(calc(-50% - 1rem)) scaleX(1.4);transform:translateY(calc(-50% - 1rem)) scaleX(1.4)}}@keyframes tj-bounce-anim{0%{-webkit-transform:translateY(calc(-50% - 1rem)) scaleX(1.4);transform:translateY(calc(-50% - 1rem)) scaleX(1.4)}3%{-webkit-transform:translateY(calc(-50% - .95rem)) scale(1.1,1.05);transform:translateY(calc(-50% - .95rem)) scale(1.1,1.05)}5%{-webkit-transform:translateY(calc(-50% - .9rem)) scale(1.2,1.1);transform:translateY(calc(-50% - .9rem)) scale(1.2,1.1)}8%{-webkit-transform:translateY(calc(-50% - .8rem)) scale(.98,1.15);transform:translateY(calc(-50% - .8rem)) scale(.98,1.15)}12%{-webkit-transform:translateY(calc(-50% - .7rem)) scale(.95,1.2);transform:translateY(calc(-50% - .7rem)) scale(.95,1.2)}16%{-webkit-transform:translateY(calc(-50% - .5rem)) scale(.92,1.25);transform:translateY(calc(-50% - .5rem)) scale(.92,1.25)}20%{-webkit-transform:translateY(calc(-50% - .2rem)) scale(.9,1.4);transform:translateY(calc(-50% - .2rem)) scale(.9,1.4)}24%{-webkit-transform:translateY(calc(-50% + .4rem)) scale(.9,1.7);transform:translateY(calc(-50% + .4rem)) scale(.9,1.7)}26%{-webkit-transform:translateY(calc(-50% + .8rem)) scale(.9,1.4);transform:translateY(calc(-50% + .8rem)) scale(.9,1.4)}28%{-webkit-transform:translateY(calc(-50% + .95rem)) scale(1.2,.7);transform:translateY(calc(-50% + .95rem)) scale(1.2,.7)}30%{-webkit-transform:translateY(calc(-50% + 1rem)) scale(1.5,.3);transform:translateY(calc(-50% + 1rem)) scale(1.5,.3)}32%{-webkit-transform:translateY(calc(-50% + .8rem)) scale(1.4,.4);transform:translateY(calc(-50% + .8rem)) scale(1.4,.4)}36%{-webkit-transform:translateY(calc(-50% + .5rem)) scale(1.2,.8);transform:translateY(calc(-50% + .5rem)) scale(1.2,.8)}42%{-webkit-transform:translateY(calc(-50% + .2rem)) scaleY(1.2);transform:translateY(calc(-50% + .2rem)) scaleY(1.2)}48%{-webkit-transform:translateY(calc(-50% - .2rem)) scale(.9,1.4);transform:translateY(calc(-50% - .2rem)) scale(.9,1.4)}54%{-webkit-transform:translateY(calc(-50% - .3rem)) scale(.92,1.3);transform:translateY(calc(-50% - .3rem)) scale(.92,1.3)}62%{-webkit-transform:translateY(calc(-50% - .5rem)) scale(.95,1.2);transform:translateY(calc(-50% - .5rem)) scale(.95,1.2)}68%{-webkit-transform:translateY(calc(-50% - .6rem)) scale(.97,1.15);transform:translateY(calc(-50% - .6rem)) scale(.97,1.15)}75%{-webkit-transform:translateY(calc(-50% - .7rem)) scale(.98,1.1);transform:translateY(calc(-50% - .7rem)) scale(.98,1.1)}80%{-webkit-transform:translateY(calc(-50% - .8rem)) scale(.99,1.08);transform:translateY(calc(-50% - .8rem)) scale(.99,1.08)}85%{-webkit-transform:translateY(calc(-50% - .9rem)) scaleY(1.05);transform:translateY(calc(-50% - .9rem)) scaleY(1.05)}90%{-webkit-transform:translateY(calc(-50% - .95rem)) scale(1.2,1.03);transform:translateY(calc(-50% - .95rem)) scale(1.2,1.03)}95%{-webkit-transform:translateY(calc(-50% - .98rem)) scale(1.1,1.01);transform:translateY(calc(-50% - .98rem)) scale(1.1,1.01)}to{-webkit-transform:translateY(calc(-50% - 1rem)) scaleX(1.4);transform:translateY(calc(-50% - 1rem)) scaleX(1.4)}}@-webkit-keyframes tj-weave-anim{0%{-webkit-transform:translateZ(0) scale(1) rotateY(0);transform:translateZ(0) scale(1) rotateY(0)}12%{-webkit-transform:translate3D(2px,-2px,2px) scale(1.16) rotateY(6deg);transform:translate3D(2px,-2px,2px) scale(1.16) rotateY(6deg)}24%{-webkit-transform:translateZ(0) scale(1) rotateY(0);transform:translateZ(0) scale(1) rotateY(0)}36%{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes tj-weave-anim{0%{-webkit-transform:translateZ(0) scale(1) rotateY(0);transform:translateZ(0) scale(1) rotateY(0)}12%{-webkit-transform:translate3D(2px,-2px,2px) scale(1.16) rotateY(6deg);transform:translate3D(2px,-2px,2px) scale(1.16) rotateY(6deg)}24%{-webkit-transform:translateZ(0) scale(1) rotateY(0);transform:translateZ(0) scale(1) rotateY(0)}36%{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}to{-webkit-transform:scale(1);transform:scale(1)}}
/* !END: Preloader CSS */.tj-error-section{padding:150px 0 120px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.tj-error-section{padding:100px 0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-error-section{padding:70px 0}}.tj-error-content{max-width:900px;position:relative;width:100%;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;z-index:1}

/* !END: Error 404 CSS */#tj-back-to-top{background-color:var(--tj-color-common-white);border-radius:50%;bottom:30px;cursor:pointer;display:grid;height:60px;inset-inline-end:40px;opacity:0;place-items:center;position:fixed;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transition:all .3s;transition:all .3s;visibility:hidden;width:60px;z-index:100}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){#tj-back-to-top{height:50px;width:50px}}#tj-back-to-top.active{-webkit-animation:scrollToTop .5s ease-in-out 0s 1 normal none running;animation:scrollToTop .5s ease-in-out 0s 1 normal none running;background:var(--tj-color-theme-primary);bottom:40px;opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-transition:.3s;transition:.3s;visibility:visible}#tj-back-to-top-percentage{background-color:var(--tj-color-common-white);border-radius:50%;-webkit-box-shadow:0 5px 15px 0 rgba(0,0,0,.05);box-shadow:0 5px 15px 0 rgba(0,0,0,.05);color:var(--tj-color-theme-dark);display:grid;font-size:12px;font-weight:var(--tj-fw-sbold);height:calc(100% - 2px);place-items:center;width:calc(100% - 2px)}#tj-back-to-top-percentage i{font-size:var(--tj-fs-h5)}@media only screen and (min-width:992px) and (max-width:1199px){#tj-back-to-top{inset-inline-end:30px}#tj-back-to-top.active{bottom:30px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){#tj-back-to-top{bottom:20px;inset-inline-end:20px}#tj-back-to-top.active{bottom:20px}}@-webkit-keyframes scrollToTop{0%{-webkit-transform:translate3d(0,80%,0);transform:translate3d(0,80%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes scrollToTop{0%{-webkit-transform:translate3d(0,80%,0);transform:translate3d(0,80%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}
/* !END: Back to top CSS */.widget-contact.style-2 .title{color:var(--tj-color-heading-primary)}.widget-contact.style-2 .footer-contact-info .contact-item span{color:var(--tj-color-text-body)}.widget-contact.style-2 .footer-contact-info .contact-item a{color:var(--tj-color-heading-primary)}.widget-contact.style-2 .footer-contact-info .contact-item a:hover{color:var(--tj-color-theme-primary)}.tj-copyright-area-4{background-color:var(--tj-color-theme-primary)}.tj-copyright-area-4 .copyright-content-area{padding:25px 0}.tj-copyright-area-4 .copyright-text p{color:var(--tj-color-common-white)}.tj-copyright-area-4 .copyright-text a{color:var(--tj-color-common-white);position:relative}.tj-copyright-area-4 .copyright-text a:before{background-color:var(--tj-color-common-white);bottom:2px;content:"";height:1px;inset-inline-end:0;inset-inline-start:auto;position:absolute;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;width:0}.tj-copyright-area-4 .copyright-text a:hover{color:var(--tj-color-common-white)}.tj-copyright-area-4 .copyright-text a:hover:before{inset-inline-end:auto;inset-inline-start:0;width:100%}.tj-copyright-area-4 .social-links.style-2 ul li a:hover{background-color:var(--tj-color-theme-dark)}.tj-copyright-area-4 .social-links.style-2 ul li a:hover i{color:var(--tj-color-common-white)}.tj-copyright-area-4 .copyright-menu ul li:before{background:var(--tj-color-border-1)}.tj-copyright-area-4 .copyright-menu ul li a{color:var(--tj-color-grey-1)}.tj-copyright-area-4 .copyright-menu ul li a:hover{color:var(--tj-color-heading-primary)}

/* !END: Theme Footer CSS */.tj-anim-move-var-big{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveVarBig;animation-name:moveVarBig;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes moveVarBig{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(150px);transform:translateY(150px)}}@keyframes moveVarBig{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(150px);transform:translateY(150px)}}.tj-anim-move-var-big-reverse{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:moveVarBigReverse;animation-name:moveVarBigReverse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes moveVarBigReverse{0%{-webkit-transform:translateY(150px);transform:translateY(150px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes moveVarBigReverse{0%{-webkit-transform:translateY(150px);transform:translateY(150px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.tj-zoom-in-out-anim{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:zoomInOutAnim;animation-name:zoomInOutAnim;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes zoomInOutAnim{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.9);transform:scale(.9)}}@keyframes zoomInOutAnim{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.9);transform:scale(.9)}}
/* !END: Animation CSS */.sec-heading{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-bottom:52px;width:100%}.sec-heading .sec-title{margin-bottom:0}.sec-heading .sec-title span{color:var(--tj-color-theme-primary)}.sec-heading .sub-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px dashed var(--tj-color-border-1);border-radius:4px;color:var(--tj-color-heading-primary);font-size:14px;font-weight:var(--tj-fw-bold);gap:4px;letter-spacing:1.4px;margin-bottom:20px;padding:2px 10px;text-transform:uppercase}.sec-heading .sub-title,.sec-heading .sub-title i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:1}.sec-heading .sub-title i{color:var(--tj-color-theme-primary);font-size:22px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.sec-heading .sub-title{margin-bottom:15px}}.sec-heading .sub-title.text-white{border-color:hsla(0,0%,100%,.15)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.sec-heading .sub-title{font-size:13px}}.sec-heading.style-2 .sec-title span{color:var(--tj-color-text-body-2)}.sec-heading.style-2 .sub-title{background-color:var(--tj-color-common-white);border:0;color:var(--tj-color-theme-primary);padding:7px 10px}.sec-heading.style-3 .sub-title{border:0;color:var(--tj-color-theme-primary);padding:0}.sec-heading.style-6 .sub-title{padding:4px 8px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.sec-heading{margin-bottom:35px}}.heading-wrap-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:25px;justify-content:space-between;margin-bottom:52px}.heading-wrap-content .sec-heading{max-width:500px;-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;margin-bottom:0}.heading-wrap-content .desc{margin-bottom:0;max-width:360px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.heading-wrap-content .desc{max-width:100%}}.heading-wrap-content .btn-wrap{max-width:220px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.heading-wrap-content{margin-bottom:35px}}.sec-heading-wrap .sub-title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px dashed var(--tj-color-border-1);border-radius:4px;color:var(--tj-color-heading-primary);font-size:14px;font-weight:var(--tj-fw-bold);gap:4px;letter-spacing:1.4px;margin-bottom:20px;padding:2px 10px;text-transform:uppercase}.sec-heading-wrap .sub-title,.sec-heading-wrap .sub-title i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:1}.sec-heading-wrap .sub-title i{color:var(--tj-color-theme-primary);font-size:22px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.sec-heading-wrap .sub-title{margin-bottom:15px}}.sec-heading-wrap.style-3 .sub-title{border:0;color:var(--tj-color-theme-primary);padding:0}.content-wrap .sec-heading{margin:0 0 20px;max-width:550px}.content-wrap .desc{margin-bottom:0}.content-wrap .tj-primary-btn{margin-top:14px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.content-wrap .tj-primary-btn{margin-top:5px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.content-wrap .desc br{display:none}}.title-anim>div{overflow:hidden}.tj-text-invert>div{background-clip:text;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,var(--tj-color-heading-primary)),color-stop(50%,var(--tj-color-text-body-2)));background-image:linear-gradient(to right,var(--tj-color-heading-primary) 50%,var(--tj-color-text-body-2) 50%);background-position-x:100%;background-size:200% 100%}.line,.tj-text-invert>div{-webkit-background-clip:text;color:transparent}.line{background-clip:text;--highlight-offset:0%;background-image:-webkit-gradient(linear,left top,right top,from(var(--tj-color-heading-primary)),to(var(--tj-color-text-body-2)));background-image:linear-gradient(90deg,var(--tj-color-heading-primary) var(--highlight-offset),var(--tj-color-text-body-2) var(--highlight-offset))}

/* !END: Heading CSS */.line,.tj-banner-section{position:relative}.banner-scroll{bottom:50px;inset-inline-start:38px;position:absolute;z-index:5}.banner-scroll .scroll-down{color:var(--tj-color-common-white);display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:var(--tj-fw-sbold);gap:12px;line-height:1;opacity:.5;-webkit-writing-mode:sideways-lr;-ms-writing-mode:sideways-lr;writing-mode:sideways-lr}.banner-scroll .scroll-down,.banner-scroll .scroll-down span{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.banner-scroll .scroll-down span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;background-color:hsla(0,0%,100%,.1);border-radius:50%;font-size:22px;height:36px;justify-content:center;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);width:36px}.banner-scroll .scroll-down:hover{opacity:1}@media only screen and (min-width:1400px) and (max-width:1600px){.banner-scroll{inset-inline-start:23px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.banner-scroll{inset-inline-start:16px}}@media only screen and (min-width:768px) and (max-width:991px){.banner-scroll{bottom:150px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.banner-scroll{display:none}}.customers ul{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;list-style:none}.customers ul li{line-height:1;-webkit-margin-start:-15px;margin-inline-start:-15px}.customers ul li img{background-color:var(--tj-color-common-white);border-radius:50%;-webkit-box-shadow:0 0 0 2px var(--tj-color-common-white);box-shadow:0 0 0 2px var(--tj-color-common-white);height:59px;width:59px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:992px) and (max-width:1199px){.customers ul li img{height:50px;width:50px}}@media (max-width:575px){.customers ul li img{height:40px;width:40px}}.customers ul li:first-child{-webkit-margin-start:0;margin-inline-start:0}.customers ul li:last-child span{background-color:var(--tj-color-theme-primary);border-radius:50%;color:var(--tj-color-common-white);height:59px;width:59px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-shadow:0 0 0 2px var(--tj-color-common-white);box-shadow:0 0 0 2px var(--tj-color-common-white);font-size:22px;justify-content:center}.customers ul li:last-child span,.customers ul li:last-child span i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.customers ul li:last-child span i{line-height:1}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:992px) and (max-width:1199px){.customers ul li:last-child span{height:50px;width:50px}}@media (max-width:575px){.customers ul li:last-child span{height:40px;width:40px}.customers ul li{-webkit-margin-start:-16px;margin-inline-start:-16px}}.tj-banner-section-2{background-color:var(--tj-color-theme-bg);border-radius:12px;padding-bottom:55px;padding-top:125px;position:relative;z-index:1}.tj-banner-section-2 .banner-scroll .scroll-down{color:var(--tj-color-heading-primary);opacity:1}.tj-banner-section-2 .banner-scroll .scroll-down span{background-color:var(--tj-color-theme-primary);color:var(--tj-color-common-white);overflow:hidden}

/* !END: Hero CSS */.choose-box{background-color:var(--tj-color-common-white);border-radius:10px;height:100%;overflow:hidden;padding:50px 28px 45px;position:relative;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out;z-index:1}.choose-box .choose-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.choose-box .choose-icon{color:var(--tj-color-theme-primary);font-size:88px;margin-bottom:43px;max-width:88px}.choose-box .choose-icon,.choose-box .choose-icon i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:1}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.choose-box .choose-icon{margin-bottom:30px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.choose-box .choose-icon{font-size:65px;margin-bottom:20px;max-width:65px}}.choose-box .title{font-weight:var(--tj-fw-sbold);margin-bottom:20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.choose-box .title{font-size:18px;margin-bottom:10px}}.choose-box .desc{margin-bottom:0}.choose-box .text-btn{margin-top:auto;padding-top:27px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.choose-box:hover{background-color:var(--tj-color-theme-primary)}.choose-box:hover .choose-icon{-webkit-animation:gelatine .6s;animation:gelatine .6s;color:var(--tj-color-common-white)}.choose-box:hover .btn-icon{background-color:var(--tj-color-theme-dark)}.choose-box:hover .btn-text,.choose-box:hover .desc,.choose-box:hover .title{color:var(--tj-color-common-white)}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.choose-box{padding:40px 20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.choose-box{padding:30px 15px}}.choose-box.style-2{padding:40px 28px}.choose-box.style-2 .choose-icon{margin-bottom:25px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.choose-box.style-2 .choose-icon{margin-bottom:20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.choose-box.style-2{padding:30px 15px}}

/* !END: Choose CSS */.tj-client-section{position:relative}.tj-client-section .client-container{overflow:hidden;padding:0}.tj-client-section-2{background-color:var(--tj-color-theme-primary);border-radius:12px;margin-top:15px;padding:30px 5px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-client-section-2{padding:18px 5px}}.client-section-gap-2{margin:120px 0;padding:100px 0}@media only screen and (min-width:992px) and (max-width:1199px){.client-section-gap-2{margin:90px 0;padding:80px 0}}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.client-section-gap-2{margin:70px 0;padding:65px 0}}@media (max-width:575px){.client-section-gap-2{margin:50px 0;padding:60px 0}}.client-content{border:1px dashed var(--tj-color-border-1);border-radius:50%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:320px;width:320px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;backdrop-filter:blur(8px);background-color:hsla(0,0%,100%,.1);inset-inline-start:50%;justify-content:center;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.client-content .sec-title{font-weight:var(--tj-fw-sbold);letter-spacing:0;margin-bottom:0;max-width:200px;width:100%}@media (max-width:575px){.client-content .sec-title{font-size:15px}}.client-content span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.client-content .client-text{color:var(--tj-color-text-body-3);position:relative}.client-content .client-text:after{border-bottom:1px solid rgba(19,18,16,.2);bottom:3px;content:"";inset-inline-start:auto;position:absolute;width:100%}@media only screen and (min-width:992px) and (max-width:1199px){.client-content{height:260px;width:260px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.client-content{height:220px;width:220px}}@media (max-width:575px){.client-content{height:190px;width:190px}}.client-content.style-2{background:transparent;border-radius:40px;display:block;height:auto;margin:0 auto 60px;max-width:440px;padding:0 15px 4px;position:unset;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0);width:100%}@media (max-width:575px){.client-content.style-2{padding:4px 15px}}.client-content.style-2 .sec-title{letter-spacing:-.6px;line-height:1.2;margin-bottom:0;max-width:100%}.client-content.style-2 .client-text:after{display:none}@media (max-width:575px){.client-content.style-2{margin:0 auto 40px;width:calc(100% - 30px)}}.client-slider .swiper-wrapper{-webkit-transition-timing-function:linear;transition-timing-function:linear}.client-slider-1{overflow:hidden;position:relative;z-index:1}.client-slider-1:after,.client-slider-1:before{background-image:-webkit-gradient(linear,left top,right top,from(#dad7d2),to(hsla(38,10%,84%,0)));background-image:linear-gradient(90deg,#dad7d2,hsla(38,10%,84%,0));content:"";height:100%;inset-inline-start:0;position:absolute;top:0;width:448px;z-index:2}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.client-slider-1:after,.client-slider-1:before{width:300px}}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.client-slider-1:after,.client-slider-1:before{width:200px}}@media (max-width:575px){.client-slider-1:after,.client-slider-1:before{width:100px}}.client-slider-1:after{background-image:-webkit-gradient(linear,right top,left top,from(#dad7d2),to(hsla(38,10%,84%,0)));background-image:linear-gradient(-90deg,#dad7d2,hsla(38,10%,84%,0));inset-inline-end:0;inset-inline-start:auto}.client-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-padding-end:30px;padding-inline-end:30px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.client-item{-webkit-padding-end:20px;padding-inline-end:20px}}.client-logo{background-color:var(--tj-color-common-white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:120px;width:284px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border-radius:8px;justify-content:center;position:relative;z-index:5}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.client-logo{height:90px;width:220px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.client-logo{height:70px;padding:20px;width:190px}}

/* !END: Client CSS */.about-img-area{position:relative;-webkit-margin-end:-8px;margin-inline-end:-8px}.about-img-area .about-img{border-radius:12px;height:100%;position:relative;width:100%}.about-img-area .about-img img{border-radius:12px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:575px){.about-img-area .box-area{max-width:230px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.about-img-area{margin-top:15px;-webkit-margin-end:0;margin-inline-end:0}}.about-img-area.style-2{max-width:591px;-webkit-margin-end:auto;margin-inline-end:auto}.about-img-area.style-2 .box-area{background-color:var(--tj-color-theme-bg);max-width:343px}.about-img-area.style-2 .box-area:after,.about-img-area.style-2 .box-area:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' class='w-11 h-11' viewBox='0 0 11 11'%3E%3Cpath fill='%23d8e5e5' d='M11 0H0v11C0 4.925 4.925 0 11 0'/%3E%3C/svg%3E")}@media (max-width:575px){.about-img-area.style-2 .box-area{max-width:270px}}.about-img-area.style-2 .box-area.style-2{background:transparent;border-end-start-radius:12px;border-start-end-radius:0;padding:0 0 15px 15px}.about-img-area.style-2 .box-area.style-2:after,.about-img-area.style-2 .box-area.style-2:before{display:none}.about-img-area.style-2 .box-area.style-2 .progress-box{backdrop-filter:blur(6px);background-color:hsla(0,0%,100%,.1)}.about-img-area.style-2 .box-area.style-2 .progress-box .title,.about-img-area.style-2 .box-area.style-2 .progress-box .tj-progress-percent,.about-img-area.style-2 .box-area.style-2 .progress-box .tj-progress-title{color:var(--tj-color-common-white)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.about-img-area.style-2{max-width:100%}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.about-img-area{height:100%}}.box-area{background:var(--tj-color-grey-1);border-start-end-radius:12px;bottom:0;inset-inline-start:0;max-width:241px;padding:15px 15px 0 0;position:absolute;width:100%}.box-area:after,.box-area:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' class='w-11 h-11' viewBox='0 0 11 11'%3E%3Cpath fill='%23ecf0f0' d='M11 0H0v11C0 4.925 4.925 0 11 0'/%3E%3C/svg%3E");content:"";height:13px;inset-inline-start:0;position:absolute;top:-13px;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);width:13px}.box-area:after{bottom:0;inset-inline-end:-13px;inset-inline-start:auto;top:auto}.about-content-area .sec-heading{margin-bottom:30px}.about-bottom-area{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;margin-top:15px}.tj-about-section-2{background-color:var(--tj-color-theme-bg);border-radius:12px;position:relative;z-index:1}.progress-box{background-color:var(--tj-color-common-white);border-radius:10px;padding:28px 30px 35px}.progress-box .title{font-weight:var(--tj-fw-sbold)}@media (max-width:575px){.progress-box{padding:20px 18px 25px}}.mission-vision-box{-webkit-box-flex:1;background-color:var(--tj-color-common-white);border-radius:12px;-ms-flex:1;flex:1;padding:25px 20px 30px 26px}.mission-vision-box .title{font-weight:var(--tj-fw-sbold);margin-bottom:18px}@media (max-width:575px),only screen and (min-width:992px) and (max-width:1199px){.mission-vision-box{-ms-flex-preferred-size:100%;flex-basis:100%}}.about-btn-area{margin-top:15px}.about-btn-area .tj-primary-btn{border-radius:10px;padding:13px;width:100%}.about-btn-area .tj-primary-btn .btn-icon{font-size:20px;height:30px;width:30px}

/* !END: About CSS */.tj-service-section{background-color:var(--tj-color-theme-dark);border-radius:12px;position:relative;z-index:1}.tj-service-section .sec-heading{max-width:550px}.tj-service-section .sec-heading .sub-title{border-color:hsla(0,0%,100%,.15);color:var(--tj-color-common-white)}.tj-service-section .sec-heading.style-2{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0}.tj-service-section .sec-heading.style-2 .sub-title{background-color:var(--tj-color-theme-dark-2);color:var(--tj-color-theme-primary)}.bg-shape-1,.bg-shape-2{inset-inline-start:0;max-width:370px;mix-blend-mode:difference;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.bg-shape-1,.bg-shape-2{max-width:260px}}.bg-shape-2{bottom:0;inset-inline-end:0;inset-inline-start:inherit;top:inherit}.service-item{background:var(--tj-color-common-white);border-radius:12px;margin-bottom:30px;padding:40px 30px 45px;position:relative}.service-item:last-child{margin-bottom:0}.service-item .service-icon{background:linear-gradient(-45deg,hsla(0,0%,100%,.12),hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,.12));border:1px solid rgba(42,171,226,.15);border-radius:50%;font-size:70px;height:80px;width:80px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.service-item .service-icon,.service-item .service-icon i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:1}.service-item .service-icon i{color:var(--tj-color-theme-primary)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.service-item .service-icon{font-size:50px;height:65px;width:65px}}.service-item .title{font-weight:var(--tj-fw-sbold);margin-bottom:20px;max-width:300px;-webkit-transition:none;transition:none}.service-item .title a:hover{color:var(--tj-color-theme-primary)}.service-item .desc{margin-bottom:0}.service-item .text-btn{margin-top:25px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.service-item{padding:30px 20px}}.service-item.style-2{background-color:transparent;border:1px dashed var(--tj-color-border-2);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:65px 50px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.service-item.style-2 .service-content,.service-item.style-2 .title-area{width:48%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.service-item.style-2 .service-content,.service-item.style-2 .title-area{width:100%}}.service-item.style-2 .service-icon{margin-bottom:33px}.service-item.style-2 .service-icon i{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.service-item.style-2 .title{color:var(--tj-color-common-white);margin-bottom:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.service-item.style-2 .title{margin-bottom:25px}}.service-item.style-2 .desc{color:var(--tj-color-text-body-2);margin-bottom:22px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.service-item.style-2 .desc{margin-bottom:16px}}.service-item.style-2 .list-items li{color:var(--tj-color-text-body-2)}.service-item.style-2:hover{background-color:var(--tj-color-theme-dark-2);border-color:var(--tj-color-theme-dark-2)}.service-item.style-2:hover .service-icon i{-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.service-item.style-2{padding:40px 25px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.service-item.style-2{padding:30px 15px}}.service-item.style-3{margin-bottom:20px;padding:40px 60px 40px 30px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.service-item.style-3:hover{background-color:var(--tj-color-theme-primary)}.service-item.style-3:hover .title{color:var(--tj-color-common-white)}.service-item.style-3:hover .service-icon{background:linear-gradient(-45deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,.3));border-color:hsla(0,0%,100%,.15)}.service-item.style-3:hover .service-icon i{color:var(--tj-color-common-white)}.service-item.style-3:hover .desc{color:var(--tj-color-grey-1)}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.service-item.style-3{padding:40px 40px 40px 30px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.service-item.style-3{padding:30px 20px}}.list-items{list-style:none}.list-items li{color:var(--tj-color-text-body);display:-webkit-box;display:-ms-flexbox;display:flex;gap:9px;margin-bottom:7px}.list-items li:last-child{margin-bottom:0}.list-items li i{color:var(--tj-color-theme-primary);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;line-height:1;margin-top:6px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-service-section .content-wrap{margin-bottom:50px}}.bg-shape-3,.bg-shape-4{bottom:0;inset-inline-start:0;max-width:915px;position:absolute;z-index:-1}.bg-shape-4{bottom:auto;inset-inline-end:0;inset-inline-start:auto;top:0;-webkit-transform:scale(-1);-ms-transform:scale(-1);transform:scale(-1)}

/* !END: Services CSS */.tj-marquee-section{background-color:var(--tj-color-theme-primary);border-radius:12px;overflow:hidden;padding-bottom:37px;padding-top:33px;position:relative}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-marquee-section{padding-bottom:16px;padding-top:22px}}

/* !END: Theme Marquee CSS */.tj-project-section{position:relative}.tj-project-section .sec-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tj-project-section-2{overflow:hidden}.tj-project-section-2 .container-fluid,.tj-project-section-2 .project-wrapper{padding:0}.tj-project-section-2 .sec-heading{max-width:550px}.tj-project-section-3{background-color:var(--tj-color-theme-dark);border-radius:12px;overflow:hidden;position:relative;z-index:1}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-project-section-3 .container-fluid{-webkit-padding-end:0;padding-inline-end:0}}.tj-project-section-3 .sub-title{border:0;color:var(--tj-color-theme-primary);padding:0}.tj-project-section-3 .sec-title{color:var(--tj-color-common-white)}.project-wrapper{padding:0 15px}@media (max-width:575px){.project-wrapper{padding:0}}.project-item{background-color:var(--tj-color-common-white);border-radius:12px;overflow:hidden;position:relative}.project-item .project-img{height:100%;overflow:hidden;position:relative;-webkit-transition:all .5s linear;transition:all .5s linear;width:100%}.project-item .project-img img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;width:100%}.project-item .project-img:before{background:var(--tj-color-theme-dark);bottom:0;content:"";height:100%;inset-inline-start:0;opacity:.16;pointer-events:none;position:absolute;width:100%;z-index:2}.project-item .project-content{padding:25px 20px 25px 30px}.project-item .project-text{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:18px}.project-item .title{font-weight:var(--tj-fw-sbold);margin-bottom:0;max-width:245px;width:100%}.project-item .title a:hover{color:var(--tj-color-theme-primary)}@media only screen and (min-width:1400px) and (max-width:1600px){.project-item .title{width:calc(100% - 60px)}}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.project-item .title{max-width:100%;width:calc(100% - 60px)}}.project-item .categories a{backdrop-filter:none;background-color:transparent;border-color:var(--tj-color-border-1);color:var(--tj-color-text-body)}.project-item:hover .project-img img{-webkit-transform:scale(1.1) rotate(-2deg);-ms-transform:scale(1.1) rotate(-2deg);transform:scale(1.1) rotate(-2deg)}.categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.categories a{backdrop-filter:blur(15px);background-color:hsla(0,0%,100%,.15);border:1px solid var(--tj-color-border-1);border-radius:4px;color:var(--tj-color-text-body);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:16px;font-weight:var(--tj-fw-medium);line-height:1;overflow:hidden;padding:2px 7px 4px}.categories a:hover{background-color:var(--tj-color-theme-primary);border-color:var(--tj-color-theme-primary);color:var(--tj-color-common-white)}

/* !END: Project CSS */.tj-testimonial-section{background-color:var(--tj-color-theme-bg);border-radius:12px;overflow:hidden;position:relative;z-index:1}.tj-testimonial-section .sec-heading-wrap{padding-top:120px}@media only screen and (min-width:992px) and (max-width:1199px){.tj-testimonial-section .sec-heading-wrap{padding-top:100px}}.testimonial-wrapper{height:100%;position:relative}@media (max-width:575px){.testimonial-wrapper{-webkit-margin-end:-12px;margin-inline-end:-12px}}.testimonial-author{-webkit-box-pack:justify;-ms-flex-pack:justify;border-top:1px dashed var(--tj-color-border-1);justify-content:space-between;padding-top:30px}.testimonial-author,.testimonial-author .author-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.testimonial-author .author-inner{gap:12px}.testimonial-author .author-img{border-radius:50%;height:59px;overflow:hidden;width:59px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.testimonial-author .author-img{height:50px;width:50px}}.testimonial-author .title{line-height:1;margin-bottom:0}.testimonial-author .designation{font-size:14px}.testimonial-author .designation,.testimonial-author .quote-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:1}.testimonial-author .quote-icon{color:var(--tj-color-theme-primary);font-size:43px}.testimonial-author .quote-icon i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:1}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.testimonial-author .quote-icon{font-size:30px}.testimonial-author{padding-top:20px}}.star-ratings{font-size:17px;letter-spacing:3px;line-height:1;margin:0;padding:0;position:relative;unicode-bidi:bidi-override;-webkit-text-stroke:1px var(--tj-color-theme-primary)}.star-ratings .fill-ratings{color:var(--tj-color-theme-primary);display:block;inset-inline-start:0;overflow:hidden;padding:0;position:absolute;top:0;z-index:1}.star-ratings .fill-ratings span{display:inline-block;margin:0}.star-ratings .empty-ratings{color:transparent;display:block;padding:0;z-index:0}.tj-testimonial-section-2{overflow:hidden}@media (max-width:575px){.tj-testimonial-section-2 .testimonial-wrapper{-webkit-margin-end:0;margin-inline-end:0}}.testimonial-img-area{position:relative}.testimonial-img-area .testimonial-img{border-radius:12px;height:100%;overflow:hidden;position:relative;width:100%}.testimonial-img-area .testimonial-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.testimonial-img-area .testimonial-img img{-o-object-fit:unset;object-fit:unset}}.testimonial-img-area .testimonial-img .sec-heading{inset-inline-start:30px;position:absolute;top:40px;width:60%;z-index:2}.testimonial-img-area .testimonial-img .sec-heading .sec-title{color:var(--tj-color-common-white)}.testimonial-img-area .testimonial-img .sec-heading .sec-title span{color:var(--tj-color-text-body-3)}.testimonial-img-area .testimonial-img:after{background-color:var(--tj-color-theme-dark);content:"";height:100%;inset-inline-start:0;opacity:.25;position:absolute;top:0;width:100%}.testimonial-img-area .box-area{border-start-end-radius:0;border-start-start-radius:12px;bottom:0;inset-inline-end:0;inset-inline-start:inherit;max-width:239px;padding:15px 0 0 15px}.testimonial-img-area .box-area:before{inset-inline-end:0;inset-inline-start:inherit}.testimonial-img-area .box-area:after,.testimonial-img-area .box-area:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.testimonial-img-area .box-area:after{inset-inline-end:inherit;inset-inline-start:-12px}@media (max-width:575px){.testimonial-img-area .box-area{max-width:215px}}.rating-box{background-color:var(--tj-color-theme-primary);border-radius:10px;padding:18px 25px 25px}.rating-box .rating-area{margin-bottom:8px}.rating-box .star-ratings{-webkit-text-stroke:1px var(--tj-color-common-white)}.rating-box .rating-text,.rating-box .star-ratings .fill-ratings,.rating-box .title{color:var(--tj-color-common-white)}.rating-box .title{font-size:74px;line-height:1;margin-bottom:58px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.rating-box .title{font-size:50px;margin-bottom:20px}}.rating-box .number{border-bottom:1px solid;color:var(--tj-color-common-white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:20px;font-weight:var(--tj-fw-sbold);line-height:1.1}@media (max-width:575px){.rating-box .number{font-size:18px}.rating-box{padding:20px 18px 25px}}.testimonial-slider-2{height:100%}.testimonial-slider-2 .testimonial-item{background-color:var(--tj-color-common-white);border-radius:12px;height:100%;padding:60px 50px}.testimonial-slider-2 .testimonial-item .quote-icon{color:var(--tj-color-theme-primary);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:63px;line-height:1}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.testimonial-slider-2 .testimonial-item .quote-icon{font-size:45px}}.testimonial-slider-2 .testimonial-item .desc{font-size:22px;line-height:1.444;padding-bottom:15px;padding-top:30px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.testimonial-slider-2 .testimonial-item .desc{font-size:20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.testimonial-slider-2 .testimonial-item .desc{font-size:16px;padding-top:20px}}.testimonial-slider-2 .testimonial-item .testimonial-author .author-img{height:80px;width:80px}.testimonial-slider-2 .testimonial-item .testimonial-author .title{font-weight:var(--tj-fw-sbold);line-height:1;margin-bottom:2px}@media only screen and (min-width:1200px) and (max-width:1399px){.testimonial-slider-2 .testimonial-item{padding:50px 30px}}@media only screen and (min-width:992px) and (max-width:1199px){.testimonial-slider-2 .testimonial-item{padding:35px 26px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.testimonial-slider-2 .testimonial-item{padding:30px 20px}}.testimonial-slider-2 .swiper-pagination-area{bottom:60px;inset-inline-end:45px;inset-inline-start:inherit;max-width:200px;position:absolute;width:auto;z-index:10}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.testimonial-slider-2 .swiper-pagination-area{bottom:30px}}.tj-testimonial-section-3{overflow:hidden}.swiper-pagination-area{line-height:0;margin-top:55px;text-align:center}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.swiper-pagination-area{margin-top:30px}}.swiper-pagination-bullet{background-color:var(--tj-color-theme-primary);border-radius:30px;height:8px;margin:5px;opacity:.15;position:relative;-webkit-transition:all .5s ease-in-out 0s;transition:all .5s ease-in-out 0s;width:12px}.swiper-pagination-bullet-active{opacity:1;width:64px}

/* !END: Testimonial CSS */.tj-faq-section .sec-heading{max-width:550px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-faq-section .sec-heading{max-width:100%}.tj-faq-section .content-wrap .desc{margin-bottom:20px}.tj-faq-section .content-wrap .desc br{display:none}}.faq-img-area{max-width:585px;position:relative}.faq-img-area .faq-img{border-radius:12px;height:100%;overflow:hidden;position:relative;width:100%}.faq-img-area .faq-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.faq-img-area .faq-img .title{color:var(--tj-color-common-white);inset-inline-start:30px;max-width:400px;position:absolute;top:40px;z-index:2}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.faq-img-area .faq-img .title{max-width:280px}}.faq-img-area .faq-img:after{background-color:var(--tj-color-theme-dark);content:"";height:100%;inset-inline-start:0;opacity:.25;position:absolute;top:0;width:100%}.faq-img-area .box-area{border-start-end-radius:0;border-start-start-radius:12px;bottom:0;inset-inline-end:0;inset-inline-start:inherit;max-width:239px;padding:15px 0 0 15px}.faq-img-area .box-area:before{inset-inline-end:0;inset-inline-start:inherit}.faq-img-area .box-area:after,.faq-img-area .box-area:before{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.faq-img-area .box-area:after{inset-inline-end:inherit;inset-inline-start:-12px}@media (max-width:575px){.faq-img-area .box-area{max-width:215px}}@media only screen and (min-width:768px) and (max-width:991px){.faq-img-area{max-width:100%}}.tj-faq .accordion-item{border:0;border-radius:8px;margin-bottom:20px;padding:0 30px;position:relative}.tj-faq .accordion-item:last-child{margin-bottom:0}.tj-faq .accordion-item .faq-title{color:var(--tj-color-heading-primary);font-family:var(--tj-ff-heading);font-size:18px;font-weight:var(--tj-fw-sbold);padding:27px 60px 27px 0;position:relative;text-align:start;-webkit-transition:none;transition:none;width:100%;z-index:2}.tj-faq .accordion-item .faq-title:after{border:2px solid var(--tj-color-theme-primary);border-radius:50%;color:var(--tj-color-theme-primary);content:"\e927";font-family:bexon-icons!important;font-size:20px;font-weight:400;height:34px;inset-inline-end:0;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:34px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-faq .accordion-item .faq-title{padding:20px 40px 20px 0}}.tj-faq .accordion-item .accordion-body{color:var(--tj-color-text-body);margin-top:15px;padding:0 0 25px}.tj-faq .accordion-item .accordion-body p:last-child{margin-bottom:0}.tj-faq .accordion-item.active .faq-title{border-bottom:1px dashed var(--tj-color-border-1)}.tj-faq .accordion-item.active .faq-title:after{content:"\e918"}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-faq .accordion-item{padding:0 20px}.tj-faq{padding-top:40px}}.tj-faq.style-2 .accordion-item.active{background-color:var(--tj-color-theme-primary)}.tj-faq.style-2 .accordion-item.active .faq-title{border-color:hsla(0,0%,100%,.15);color:var(--tj-color-common-white)}.tj-faq.style-2 .accordion-item.active .faq-title:after{border-color:hsla(0,0%,100%,.1);color:var(--tj-color-common-white)}.tj-faq.style-2 .accordion-item.active .accordion-body p{color:var(--tj-color-common-white)}

/* !END: Faq CSS */.tj-blog-section .sec-heading{max-width:550px}.tj-blog-section-2 .sec-heading-wrap .sub-title{background-color:var(--tj-color-common-white);border:0;color:var(--tj-color-theme-primary);padding:7px 10px}.tj-blog-section-3{background-color:var(--tj-color-theme-bg);border-radius:12px;position:relative;z-index:1}.tj-blog-section-3 .sec-heading{max-width:550px}.blog-item{border-radius:12px;height:100%;overflow:hidden}.blog-item .blog-thumb{min-height:280px;overflow:hidden;position:relative}.blog-item .blog-thumb:before{background-color:var(--tj-color-theme-dark);content:"";height:100%;inset-inline-start:0;opacity:.25;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.blog-item .blog-thumb img{height:100%;min-height:280px;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .4s linear;transition:all .4s linear;width:100%}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.blog-item .blog-thumb,.blog-item .blog-thumb img{min-height:240px}}.blog-item .blog-content{background-color:var(--tj-color-common-white);height:100%;padding:25px 28px 35px}.blog-item .blog-content .title{font-weight:var(--tj-fw-sbold);margin:0}.blog-item .blog-content .title a{background-image:-webkit-gradient(linear,left top,left bottom,from(currentColor),to(currentColor));background-image:linear-gradient(180deg,currentColor 0,currentColor);background-position:0 85%;background-repeat:no-repeat;background-size:0 2px;display:inline}.blog-item .blog-content .title a:hover{background-size:100% 2px}.blog-item .blog-content .desc{margin-top:15px}.blog-item .blog-content .desc:last-of-type{margin-bottom:0}.blog-item .blog-content .text-btn{margin-top:15px}.blog-item .blog-content .categories a:hover{background-color:var(--tj-color-theme-primary);border-color:var(--tj-color-theme-primary);color:var(--tj-color-common-white)}.blog-item:hover .blog-thumb img{-webkit-transform:scale(1.1) rotate(-2deg);-ms-transform:scale(1.1) rotate(-2deg);transform:scale(1.1) rotate(-2deg)}.blog-item.style-2{background-color:var(--tj-color-common-white);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:15px 0 15px 15px}@media (max-width:575px){.blog-item.style-2{padding:15px}}.blog-item.style-2 .blog-thumb{border-radius:10px;width:47%}@media (max-width:575px){.blog-item.style-2 .blog-thumb{width:100%}}.blog-item.style-2 .blog-content{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;padding:35px 30px;width:53%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.blog-item.style-2 .blog-content .title{font-size:22px}}@media only screen and (min-width:1200px) and (max-width:1399px){.blog-item.style-2 .blog-content{padding:30px 24px}}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:992px) and (max-width:1199px){.blog-item.style-2 .blog-content{padding:25px 20px}}@media (max-width:575px){.blog-item.style-2 .blog-content{padding:25px 12px 15px;width:100%}}.blog-item.style-3{border:0;padding:0;position:relative}.blog-item.style-3 .blog-thumb:before{background:-webkit-gradient(linear,left bottom,left top,from(#131210),to(rgba(19,18,16,0)));background:linear-gradient(0deg,#131210,rgba(19,18,16,0));opacity:1}.blog-item.style-3 .blog-content{background-color:transparent;bottom:0;height:auto;inset-inline-start:0;overflow:hidden;padding:28px;position:absolute;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%;z-index:3}.blog-item.style-3 .blog-content .title a{color:var(--tj-color-common-white)}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.blog-item.style-3 .blog-content .title{font-size:19px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.blog-item.style-3 .blog-content{padding:25px 20px}}@media (max-width:575px){.blog-item.style-3 .blog-content{padding:18px 15px}}.blog-item.style-3 .blog-meta .categories a{border-color:transparent;color:var(--tj-color-text-body-2)}.blog-item.style-3 .blog-meta .categories a:hover{background-color:var(--tj-color-theme-primary);color:var(--tj-color-common-white)}.blog-item.style-3 .blog-meta span{color:var(--tj-color-text-body-2)}.blog-item.style-3 .blog-meta span a{color:var(--tj-color-grey-1)}.blog-item.style-3 .text-btn{bottom:0;inset-inline-start:30px;margin:0;opacity:0;overflow:hidden;position:absolute;visibility:hidden}.blog-item.style-3 .text-btn .btn-text{color:var(--tj-color-common-white)}.blog-item.style-3 .text-btn .btn-icon{background-color:var(--tj-color-theme-primary)}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.blog-item.style-3 .text-btn{inset-inline-start:20px}}@media (max-width:575px){.blog-item.style-3 .text-btn{inset-inline-start:15px}}.blog-item.style-3:hover:before{height:100%}.blog-item.style-3:hover .blog-content{padding-bottom:90px}@media (max-width:575px){.blog-item.style-3:hover .blog-content{padding-bottom:70px}}.blog-item.style-3:hover .text-btn{bottom:35px;opacity:1;visibility:visible}@media (max-width:575px){.blog-item.style-3:hover .text-btn{bottom:25px}}.blog-date{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.1);border-radius:6px;inset-inline-start:15px;padding:20px;position:absolute;text-align:center;top:15px;z-index:2}.blog-date .date{font-family:var(--tj-ff-heading);font-size:32px;font-weight:var(--tj-fw-medium);letter-spacing:-.96px;margin-bottom:8px}.blog-date .date,.blog-date .month{color:var(--tj-color-common-white);display:block;line-height:1}.blog-date .month{font-size:14px;font-weight:var(--tj-fw-bold);letter-spacing:1.4px;text-transform:uppercase}.blog-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;margin-bottom:18px}.blog-meta span{color:var(--tj-color-text-body-3);line-height:1}.blog-meta span a{color:var(--tj-color-heading-primary)}.blog-meta span a:hover{color:var(--tj-color-theme-primary)}@media (max-width:575px){.blog-meta{margin-bottom:15px}}.tj-pagination{margin-top:50px}.tj-pagination ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}

/* !END: Blog CSS */.tj-cta-section{margin-bottom:-195px}@media only screen and (min-width:1200px) and (max-width:1399px){.tj-cta-section{margin-bottom:-150px}}@media only screen and (min-width:992px) and (max-width:1199px){.tj-cta-section{margin-bottom:-135px}}@media only screen and (min-width:768px) and (max-width:991px){.tj-cta-section{margin-bottom:-320px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-cta-section{margin-bottom:-270px}}.cta-area{background-color:var(--tj-color-theme-primary);border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;position:relative;z-index:3}.cta-area .cta-content{margin:0;padding:44px 15px 60px 55px;width:50%}.cta-area .cta-content .title{color:var(--tj-color-common-white);font-size:74px;line-height:1.12;margin-bottom:17px}@media only screen and (min-width:1200px) and (max-width:1399px){.cta-area .cta-content .title{font-size:62px}}@media only screen and (min-width:992px) and (max-width:1199px){.cta-area .cta-content .title{font-size:56px}}@media only screen and (min-width:768px) and (max-width:991px){.cta-area .cta-content .title{font-size:60px}}@media only screen and (min-width:576px) and (max-width:767px){.cta-area .cta-content .title{font-size:50px}}@media (max-width:575px){.cta-area .cta-content .title{font-size:43px}}@media only screen and (min-width:992px) and (max-width:1199px){.cta-area .cta-content{padding:34px 15px 45px 35px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.cta-area .cta-content{padding:34px 30px 45px;width:100%}}.cta-area .cta-img{width:50%}.cta-area .cta-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.cta-area .cta-img{width:100%}}

/* !END: CTA CSS */.tj-countup-section{margin-bottom:-122px;position:relative;z-index:2}.inline-content{font-size:74px;line-height:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:-1.48px;margin-bottom:5px}.inline-content,.inline-content .odometer,.inline-content .odometer .odometer-digit,.inline-content .odometer span{color:var(--tj-color-common-white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:var(--tj-ff-heading);font-weight:var(--tj-fw-medium)}.inline-content .odometer .odometer-digit,.inline-content .odometer span{vertical-align:bottom}@media only screen and (min-width:992px) and (max-width:1199px){.inline-content{font-size:65px}}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.inline-content{font-size:60px}}@media (max-width:575px){.inline-content{font-size:55px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.count-text{color:var(--tj-color-common-white);display:block}

/* !END: Countup CSS */.tj-working-process{background-color:var(--tj-color-theme-bg);border-radius:12px;position:relative;z-index:1}.tj-working-process .sec-heading-wrap .sub-title{background-color:var(--tj-color-common-white);border:0;color:var(--tj-color-theme-primary);padding:7px 10px}.tj-working-process .content-wrap{margin-bottom:45px}.working-process-area{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.process-item{background-color:var(--tj-color-common-white);border-radius:10px;max-width:422px;padding:25px 28px 40px;position:relative;width:100%;z-index:3}.process-item:nth-child(2){z-index:2}.process-item:last-child{z-index:1}.process-item:not(:last-child):after{background-color:var(--tj-color-common-white);border:7px solid var(--tj-color-theme-bg);border-radius:50%;color:var(--tj-color-theme-primary);content:"\e916";display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:bexon-icons!important;font-size:24px;font-weight:400;height:62px;inset-inline-end:-34px;line-height:1;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:62px;z-index:5;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:none;transition:none}@media only screen and (min-width:992px) and (max-width:1199px){.process-item:not(:last-child):after{font-size:20px;height:50px;inset-inline-end:-30px;width:50px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.process-item:not(:last-child):after{bottom:-40px;inset-inline-end:inherit;inset-inline-start:50%;top:inherit;-webkit-transform:translate(-50%) rotate(90deg);-ms-transform:translate(-50%) rotate(90deg);transform:translate(-50%) rotate(90deg)}}.process-item .process-step{background:-webkit-gradient(linear,left top,left bottom,from(var(--tj-color-theme-primary)),color-stop(90%,var(--tj-color-common-white)));background:linear-gradient(180deg,var(--tj-color-theme-primary) 0,var(--tj-color-common-white) 90%);background-clip:text;-webkit-background-clip:text;color:var(--tj-color-theme-primary);font-size:120px;-webkit-text-fill-color:transparent;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:var(--tj-fw-sbold);line-height:1;margin-bottom:16px}@media only screen and (min-width:992px) and (max-width:1199px){.process-item .process-step{font-size:100px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.process-item .process-step{font-size:80px;margin-bottom:20px}}.process-item .title{font-weight:var(--tj-fw-sbold);margin-bottom:20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.process-item .title{margin-bottom:10px}}.process-item .desc{margin:0}@media only screen and (min-width:1200px) and (max-width:1399px){.process-item{max-width:362px}}@media only screen and (min-width:992px) and (max-width:1199px){.process-item{max-width:302px;padding:35px 20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.process-item{max-width:100%;padding:35px 15px 30px}}.tj-faq.style-3{counter-reset:steps;max-width:460px;padding:0;width:100%}.tj-faq.style-3 .accordion-item{background:transparent;border:none;-webkit-border-start:4px solid var(--tj-color-border-1);border-inline-start:4px solid var(--tj-color-border-1);-webkit-padding-start:20px;margin-bottom:0;padding-inline-start:20px}.tj-faq.style-3 .accordion-item .faq-title{-webkit-padding-end:0;padding-inline-end:0;-webkit-padding-start:27px;color:var(--tj-color-heading-primary);padding-inline-start:27px}.tj-faq.style-3 .accordion-item .faq-title:after{display:none}.tj-faq.style-3 .accordion-item .faq-title:before{content:"0" counter(steps) ".";counter-increment:steps;font-size:14px;font-weight:var(--tj-fw-medium);inset-inline-start:0;line-height:1;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.tj-faq.style-3 .accordion-item .faq-title{font-size:20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-faq.style-3 .accordion-item .faq-title{font-size:18px}}.tj-faq.style-3 .accordion-item .accordion-body{padding:0 0 23px 27px}.tj-faq.style-3 .accordion-item.active{border-color:var(--tj-color-theme-primary)}.tj-faq.style-3 .accordion-item.active .faq-title:before{color:var(--tj-color-theme-primary)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-faq.style-3 .accordion-item{-webkit-padding-start:10px;padding-inline-start:10px}}

/* !END: Working process CSS */.tj-contact-section{background-color:var(--tj-color-theme-dark);border-radius:12px;overflow:hidden;position:relative;z-index:1}.tj-contact-section .sec-heading{-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:0;margin-inline-end:0;margin-bottom:35px}.tj-contact-section .sec-heading .sec-title{color:var(--tj-color-common-white)}.contact-info .contact-item{padding:13px 0 9px}.contact-info .contact-item .subtitle{color:var(--tj-color-text-body-2);display:block;font-size:14px;line-height:1;margin-bottom:7px}.contact-info .contact-item a:hover{color:var(--tj-color-theme-primary)}.contact-info .contact-item .contact-link{color:var(--tj-color-common-white);display:inline-block}.contact-info .contact-item:last-child{border:0}.contact-form{background-color:var(--tj-color-common-white);-webkit-margin-start:0;margin-inline-start:0;-webkit-margin-end:15px;border-radius:12px;margin-inline-end:15px;padding:60px 50px}.contact-form .title{margin-bottom:35px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.contact-form .title{margin-bottom:25px}}.contact-form .form-input{margin-bottom:27px;position:relative}.contact-form .form-input .nice-select,.contact-form .form-input input[type=email],.contact-form .form-input input[type=tel],.contact-form .form-input input[type=text],.contact-form .form-input select,.contact-form .form-input textarea{background-color:transparent;border:0;border-bottom:1px dashed var(--tj-color-border-1);color:var(--tj-color-text-body-3);padding:11px 0}.contact-form .form-input .nice-select::-webkit-input-placeholder,.contact-form .form-input input[type=email]::-webkit-input-placeholder,.contact-form .form-input input[type=tel]::-webkit-input-placeholder,.contact-form .form-input input[type=text]::-webkit-input-placeholder,.contact-form .form-input select::-webkit-input-placeholder,.contact-form .form-input textarea::-webkit-input-placeholder{color:var(--tj-color-text-body-3);-webkit-transition:all .3s;transition:all .3s}.contact-form .form-input .nice-select::-moz-placeholder,.contact-form .form-input input[type=email]::-moz-placeholder,.contact-form .form-input input[type=tel]::-moz-placeholder,.contact-form .form-input input[type=text]::-moz-placeholder,.contact-form .form-input select::-moz-placeholder,.contact-form .form-input textarea::-moz-placeholder{color:var(--tj-color-text-body-3);-moz-transition:all .3s;transition:all .3s}.contact-form .form-input .nice-select:-ms-input-placeholder,.contact-form .form-input input[type=email]:-ms-input-placeholder,.contact-form .form-input input[type=tel]:-ms-input-placeholder,.contact-form .form-input input[type=text]:-ms-input-placeholder,.contact-form .form-input select:-ms-input-placeholder,.contact-form .form-input textarea:-ms-input-placeholder{color:var(--tj-color-text-body-3);-ms-transition:all .3s;transition:all .3s}.contact-form .form-input .nice-select::-ms-input-placeholder,.contact-form .form-input input[type=email]::-ms-input-placeholder,.contact-form .form-input input[type=tel]::-ms-input-placeholder,.contact-form .form-input input[type=text]::-ms-input-placeholder,.contact-form .form-input select::-ms-input-placeholder,.contact-form .form-input textarea::-ms-input-placeholder{color:var(--tj-color-text-body-3);-ms-transition:all .3s;transition:all .3s}.contact-form .form-input .nice-select::placeholder,.contact-form .form-input input[type=email]::placeholder,.contact-form .form-input input[type=tel]::placeholder,.contact-form .form-input input[type=text]::placeholder,.contact-form .form-input select::placeholder,.contact-form .form-input textarea::placeholder{color:var(--tj-color-text-body-3);-webkit-transition:all .3s;transition:all .3s}.contact-form .form-input .nice-select:focus,.contact-form .form-input input[type=email]:focus,.contact-form .form-input input[type=tel]:focus,.contact-form .form-input input[type=text]:focus,.contact-form .form-input select:focus,.contact-form .form-input textarea:focus{border-color:var(--tj-color-theme-dark)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.contact-form .form-input .nice-select,.contact-form .form-input input[type=email],.contact-form .form-input input[type=tel],.contact-form .form-input input[type=text],.contact-form .form-input select,.contact-form .form-input textarea{padding:6px 0 10px}}.contact-form .form-input .error{color:var(--tj-color-red-1)}.contact-form .form-input .nice-select{border-radius:0;color:var(--tj-color-text-body-3);line-height:1.5;margin-bottom:27px}.contact-form .form-input .nice-select .list{border-radius:8px;width:100%}.contact-form .form-input .nice-select .list .option{color:var(--tj-color-theme-dark);padding:0 20px}.contact-form .form-input .nice-select .list .option.focus,.contact-form .form-input .nice-select .list .option:hover{background:var(--tj-color-theme-bg);color:var(--tj-color-theme-dark)}.contact-form .form-input .nice-select:after{border:0;color:var(--tj-color-common-black);content:"\e929";font-family:bexon-icons;font-size:16px;height:16px;inset-inline-end:5px;line-height:1;top:20px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;width:16px}.contact-form .form-input .nice-select.open:after{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.contact-form .form-input .nice-select{margin-bottom:20px}}.contact-form .form-input textarea{height:130px;padding-top:0;resize:none}.contact-form .form-input.message-input{margin-bottom:30px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.contact-form .form-input{margin-bottom:20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.contact-form{max-width:100%}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.contact-form{padding:25px 20px 30px}}.contact-form.style-2{backdrop-filter:blur(6px);background-color:hsla(0,0%,100%,.1);max-width:610px;position:relative;z-index:2}.contact-form.style-2 .title{margin-bottom:40px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.contact-form.style-2 .title{margin-bottom:20px}}.contact-form.style-2 .form-input{margin-bottom:27px;position:relative}.contact-form.style-2 .form-input.message-input{margin-top:0}@media (max-width:575px){.contact-form.style-2 .form-input.message-input{margin-top:20px}}.contact-form.style-2 .form-input input[type=email],.contact-form.style-2 .form-input input[type=tel],.contact-form.style-2 .form-input input[type=text],.contact-form.style-2 .form-input textarea{border-bottom:1px solid hsla(0,0%,100%,.15);color:var(--tj-color-text-body-2);padding:11px 0}.contact-form.style-2 .form-input input[type=email]::-webkit-input-placeholder,.contact-form.style-2 .form-input input[type=tel]::-webkit-input-placeholder,.contact-form.style-2 .form-input input[type=text]::-webkit-input-placeholder,.contact-form.style-2 .form-input textarea::-webkit-input-placeholder{color:var(--tj-color-text-body-2);-webkit-transition:all .3s;transition:all .3s}.contact-form.style-2 .form-input input[type=email]::-moz-placeholder,.contact-form.style-2 .form-input input[type=tel]::-moz-placeholder,.contact-form.style-2 .form-input input[type=text]::-moz-placeholder,.contact-form.style-2 .form-input textarea::-moz-placeholder{color:var(--tj-color-text-body-2);-moz-transition:all .3s;transition:all .3s}.contact-form.style-2 .form-input input[type=email]:-ms-input-placeholder,.contact-form.style-2 .form-input input[type=tel]:-ms-input-placeholder,.contact-form.style-2 .form-input input[type=text]:-ms-input-placeholder,.contact-form.style-2 .form-input textarea:-ms-input-placeholder{color:var(--tj-color-text-body-2);-ms-transition:all .3s;transition:all .3s}.contact-form.style-2 .form-input input[type=email]::-ms-input-placeholder,.contact-form.style-2 .form-input input[type=tel]::-ms-input-placeholder,.contact-form.style-2 .form-input input[type=text]::-ms-input-placeholder,.contact-form.style-2 .form-input textarea::-ms-input-placeholder{color:var(--tj-color-text-body-2);-ms-transition:all .3s;transition:all .3s}.contact-form.style-2 .form-input input[type=email]::placeholder,.contact-form.style-2 .form-input input[type=tel]::placeholder,.contact-form.style-2 .form-input input[type=text]::placeholder,.contact-form.style-2 .form-input textarea::placeholder{color:var(--tj-color-text-body-2);-webkit-transition:all .3s;transition:all .3s}.contact-form.style-2 .form-input input[type=email]:focus,.contact-form.style-2 .form-input input[type=tel]:focus,.contact-form.style-2 .form-input input[type=text]:focus,.contact-form.style-2 .form-input textarea:focus{border-color:#fff}.contact-form.style-2 .form-input .nice-select{border-bottom:1px solid hsla(0,0%,100%,.15);color:var(--tj-color-text-body-2)}.contact-form.style-2 .form-input .nice-select.open{border-color:#fff}.contact-form.style-2 .form-input .nice-select:after{color:var(--tj-color-common-white);font-size:13px;height:13px;width:13px}.contact-form.style-2 .form-input textarea{height:140px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.contact-form.style-2{max-width:100%;-webkit-margin-end:0;margin-inline-end:0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:992px) and (max-width:1199px){.contact-form.style-2{padding:35px 20px 40px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.contact-form{-webkit-margin-end:0;margin-inline-end:0}}.contact-item.style-2{background-color:var(--tj-color-common-white);border-radius:12px;padding:30px 25px 40px;text-align:center}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.contact-item.style-2{padding:25px}}.contact-item.style-2 p{margin:0 auto;max-width:224px}

/* !END: Contact CSS */.tj-slider-section{border-radius:16px;margin:0 15px;overflow:hidden;position:relative;z-index:1}.tj-slider-section .banner-scroll{bottom:60px;inset-inline-start:60px}.tj-slider-section .banner-scroll .scroll-down{color:var(--tj-color-common-white)}.tj-slider-section .banner-scroll .scroll-down span{border-color:var(--tj-color-common-white)}.tj-slider-section .banner-scroll .scroll-down span:before{background-color:var(--tj-color-common-white)}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.tj-slider-section .banner-scroll{inset-inline-start:27px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-slider-section .banner-scroll{inset-inline-start:12px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-slider-section{border-radius:14px;margin:0 12px}}.tj-slider-item{background-color:#131210;min-height:92.5vh;position:relative;z-index:1}.tj-slider-item:after{background:-webkit-gradient(linear,left top,right top,color-stop(20%,#131210),color-stop(60%,rgba(19,18,16,.4)),to(rgba(19,18,16,.1)));background:linear-gradient(90deg,#131210 20%,rgba(19,18,16,.4) 60%,rgba(19,18,16,.1));content:"";height:100%;inset-inline-start:0;position:absolute;top:0;width:100%;z-index:2}@media only screen and (min-width:1400px) and (max-width:1600px){.tj-slider-item{min-height:95vh}}@media only screen and (min-width:1200px) and (max-width:1399px){.tj-slider-item{min-height:auto}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-slider-item{min-height:100vh}}

/* !END: Slider CSS */.tj-team-section{overflow:hidden;padding-bottom:90px;padding-top:120px}.tj-team-section .sec-heading{max-width:550px}@media only screen and (min-width:992px) and (max-width:1199px){.tj-team-section{padding-bottom:70px;padding-top:100px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-team-section{padding-bottom:40px;padding-top:70px}}.tj-team-section-2 .sub-title{border:0;color:var(--tj-color-theme-primary);padding:0}.tj-team-section-3{background-color:var(--tj-color-theme-bg);border-radius:12px;overflow:hidden;padding-bottom:90px;padding-top:120px;position:relative;z-index:1}.tj-team-section-3 .sec-heading{max-width:500px}@media only screen and (min-width:992px) and (max-width:1199px){.tj-team-section-3{padding-bottom:70px;padding-top:100px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-team-section-3{padding-bottom:40px;padding-top:70px}}.team-item{margin-bottom:30px;position:relative}.team-item .team-img{position:relative;z-index:0}.team-item .team-img .team-img-inner{background-color:var(--tj-color-grey-2);border-radius:10px;overflow:hidden}.team-item .team-img img{border-radius:10px;-webkit-transform:perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);transform:perspective(0) rotateX(0) rotateY(0) scaleX(1) scaleY(1);-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transition:-webkit-transform .5s;transition:-webkit-transform .5s;transition:transform .5s;transition:transform .5s,-webkit-transform .5s;width:100%}.team-item .team-img:after,.team-item .team-img:before{background-color:var(--tj-color-theme-dark);border-radius:10px;content:"";height:100%;inset-inline-start:0;opacity:0;position:absolute;top:0;width:100%;z-index:-1}.team-item .team-img:before{z-index:1}.team-item .team-img:after{background-color:var(--tj-color-theme-primary);opacity:1;z-index:-1}.team-item .social-links{inset-inline-start:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:hidden;width:100%;z-index:2}.team-item .social-links ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.team-item .social-links ul li a{background-color:var(--tj-color-theme-bg);height:30px;opacity:.4;width:30px}.team-item .social-links ul li a i{color:var(--tj-color-theme-dark)}.team-item .social-links ul li a:hover{background-color:var(--tj-color-theme-primary);opacity:1}.team-item .social-links ul li a:hover i{color:var(--tj-color-common-white)}.team-item .team-content{margin-top:18px;position:relative}.team-item .title{font-weight:var(--tj-fw-sbold);margin-bottom:0;width:calc(100% - 35px)}.team-item .title a{display:inline-block}.team-item .title a:hover{color:var(--tj-color-theme-primary)}.team-item .designation{color:var(--tj-color-text-body-3);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;line-height:1}.team-item:hover .team-img img{-webkit-transform:perspective(400px) rotateX(.09deg) rotateY(0) scaleX(1.1) scaleY(1.1);transform:perspective(400px) rotateX(.09deg) rotateY(0) scaleX(1.1) scaleY(1.1)}.team-item:hover .team-img:before{opacity:.75}.team-item:hover .team-img:after{-webkit-transform:rotate(3deg);-ms-transform:rotate(3deg);transform:rotate(3deg)}.team-item:hover .social-links{opacity:1;visibility:visible}.team-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:30px;justify-content:space-between}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.team-wrapper{gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.team-img-wrap{-webkit-box-flex:1;display:block;-ms-flex:1;flex:1}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.team-img-wrap{display:none}}.team-img-wrap .team-img{background-color:var(--tj-color-grey-2);border-radius:12px;height:100%;overflow:hidden}.team-img-wrap .team-img img{border-radius:12px;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.team-img-wrap{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.team-item-wrap{-webkit-box-flex:1;-ms-flex:1;flex:1}.team-item-wrap .team-item{margin-bottom:20px;overflow:hidden;padding:0}.team-item-wrap .team-item:last-child{margin-bottom:0;padding:0}.team-item-wrap .team-item-inner{background-color:var(--tj-color-common-white);border-radius:12px;overflow:hidden;padding:35px 30px 30px;position:relative;text-align:start;width:100%;z-index:1}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.team-item-wrap .team-item-inner{padding:20px}}.team-item-wrap .team-item .team-link{color:var(--tj-color-theme-primary);font-size:75px;inset-inline-end:15px;line-height:1;opacity:0;position:absolute;top:20px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);visibility:hidden}.team-item-wrap .team-item .team-link:hover{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}@media only screen and (min-width:768px) and (max-width:991px){.team-item-wrap .team-item .team-link{font-size:65px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.team-item-wrap .team-item .team-link{font-size:50px;top:12px}}.team-item-wrap .team-item .team-content{margin-top:0;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-item-wrap .team-item .title{font-weight:var(--tj-fw-medium);line-height:1;margin-bottom:11px;-webkit-transition:none;transition:none;width:calc(100% - 50px)}.team-item-wrap .team-item .designation{font-size:16px}.team-item-wrap .team-item .social-links{bottom:30px;inset-inline-start:inherit;top:inherit;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}.team-item-wrap .team-item .social-links ul{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.team-item-wrap .team-item .social-links ul li a{background-color:var(--tj-color-theme-dark);font-size:14px;height:24px;width:24px}.team-item-wrap .team-item .social-links ul li a i{color:var(--tj-color-common-white)}.team-item-wrap .team-item .social-links ul li a:hover{background-color:var(--tj-color-theme-primary)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.team-item-wrap .team-item .social-links{bottom:20px}}.team-item-wrap .team-item .desc{opacity:0;visibility:hidden}.team-item-wrap .team-item .team-img-wrap{display:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.team-item-wrap .team-item .team-img-wrap .team-img:after,.team-item-wrap .team-item .team-img-wrap .team-img:before{display:none}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.team-item-wrap .team-item .team-img-wrap{display:block;height:0;width:100%}.team-item-wrap .team-item .team-img-wrap img{-o-object-fit:cover;object-fit:cover}}.team-item-wrap .team-item.active .team-item-inner{margin-bottom:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.team-item-wrap .team-item.active .team-item-inner{margin-bottom:20px}}.team-item-wrap .team-item.active .team-link{opacity:1;visibility:visible}.team-item-wrap .team-item.active .team-content{margin-bottom:110px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.team-item-wrap .team-item.active .team-content{margin-bottom:80px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.team-item-wrap .team-item.active .team-content{margin-bottom:50px}}.team-item-wrap .team-item.active .social-links{opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s;visibility:visible}.team-item-wrap .team-item.active .team-img-wrap{height:755px}@media only screen and (min-width:576px) and (max-width:767px){.team-item-wrap .team-item.active .team-img-wrap{height:516px}}@media (max-width:575px){.team-item-wrap .team-item.active .team-img-wrap{height:337px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.team-item-wrap{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}

/* !END: Team CSS */

/* !END: Team Details CSS */.tj-progress{background:var(--tj-color-theme-bg);height:4px;margin:0;padding:0;position:relative;width:100%;z-index:0}.tj-progress-list{display:-webkit-box;display:-ms-flexbox;display:flex;list-style:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;margin-top:20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-progress-list{gap:20px}}.tj-progress-title{color:var(--tj-color-text-body);font-size:16px;font-weight:var(--tj-fw-sbold);letter-spacing:0;margin-bottom:3px}.tj-progress-bar{background:var(--tj-color-theme-primary);height:100%;position:relative;width:0;z-index:1}.tj-progress-percent{bottom:11px;font-size:16px;font-weight:var(--tj-fw-sbold);height:auto;inset-inline-end:0;line-height:1;position:absolute;z-index:2}

/* !END: Progress bar CSS */.tj-page-header{background-blend-mode:luminosity;background-color:var(--tj-color-theme-dark);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:12px;overflow:hidden;padding-bottom:150px;padding-top:133px;position:relative;z-index:2}@media only screen and (min-width:992px) and (max-width:1199px){.tj-page-header{padding-bottom:100px;padding-top:90px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-page-header{padding-bottom:70px;padding-top:60px}}.tj-page-title{color:var(--tj-color-common-white);line-height:1;margin-bottom:0}.tj-page-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;backdrop-filter:blur(20px);background:hsla(0,0%,100%,.1);border-radius:50px;gap:8px;justify-content:center;padding:5px 12px;position:relative;z-index:2}.tj-page-link span{color:var(--tj-color-common-white);display:inline-block;font-size:16px;font-weight:var(--tj-fw-medium);line-height:1;position:relative}.tj-page-link span i{color:var(--tj-color-theme-primary);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:16px;line-height:1}.tj-page-link span:not(:first-child) i{color:var(--tj-color-theme-dark-4);font-size:18px;font-weight:var(--tj-fw-bold);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:2px;width:7px}.tj-page-link span a{color:var(--tj-color-grey-2)}.tj-page-link span a:hover{color:var(--tj-color-common-white)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-page-link{margin-top:25px}}.page-header-overlay{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;inset-inline-start:0;opacity:.8;position:absolute;top:0;width:100%;z-index:-1}

/* !END: Breadcrumb CSS */.tj-pricing-section{background-color:var(--tj-color-theme-bg);position:relative;z-index:1}.tj-pricing-section .sec-heading{max-width:550px}.list-items ul li{gap:12px;margin-bottom:16px}

/* !END: Pricing CSS */.post-details-wrapper .blog-images{border-radius:12px;margin-bottom:30px;overflow:hidden}.post-details-wrapper .title{line-height:1.1;margin-bottom:22px}.post-details-wrapper p{margin-bottom:30px}.post-details-wrapper p:last-child{margin-bottom:0}.post-details-wrapper .images-wrap{margin-bottom:10px}.post-details-wrapper .image-box{border-radius:12px;margin-bottom:25px;overflow:hidden}.post-details-wrapper .image-box img{width:100%}.post-details-wrapper .blog-text h3{margin-bottom:25px}.post-details-wrapper .blog-text ul{-webkit-columns:2;-moz-columns:2;column-count:2;list-style:none;margin-bottom:50px}.post-details-wrapper .blog-text ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;color:var(--tj-color-heading-primary);-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;font-weight:var(--tj-fw-medium);margin-bottom:16px}.post-details-wrapper .blog-text ul li:last-child{margin-bottom:0}.post-details-wrapper .blog-text ul li span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;height:20px;justify-content:center;width:20px;-webkit-box-flex:0;background:var(--tj-color-theme-primary);border-radius:50%;color:var(--tj-color-common-white);-ms-flex:0 0 auto;flex:0 0 auto;font-size:8px;line-height:1;margin-top:3px}@media (max-width:575px){.post-details-wrapper .blog-text ul{-webkit-columns:1;-moz-columns:1;column-count:1;margin-bottom:30px}}.blog-category-two{border:1px dashed var(--tj-color-border-1);border-radius:10px;margin-bottom:25px}.blog-category-two,.blog-category-two .category-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.blog-category-two .category-item{-webkit-border-end:1px dashed var(--tj-color-border-1);border-inline-end:1px dashed var(--tj-color-border-1);gap:10px;padding:25px 30px;width:33.33%}.blog-category-two .category-item:last-child{-webkit-border-end:none;border-inline-end:none}.blog-category-two .category-item .cate-images{height:52px;width:52px}.blog-category-two .category-item .cate-images img{border-radius:50%;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.blog-category-two .category-item .cate-images{height:45px;width:45px}}@media only screen and (min-width:992px) and (max-width:1199px){.blog-category-two .category-item .cate-images{height:35px;width:35px}}.blog-category-two .category-item .cate-text .degination{color:var(--tj-color-text-body-3);display:block;font-size:14px;line-height:1;margin-bottom:6px}.blog-category-two .category-item .cate-text .title{font-weight:var(--tj-fw-sbold);margin-bottom:0}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.blog-category-two .category-item .cate-text .title{font-size:16px}}@media only screen and (min-width:992px) and (max-width:1199px){.blog-category-two .category-item .cate-text .title{font-size:14px}}.blog-category-two .category-item .cate-icons{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--tj-color-theme-primary);border-radius:50%;color:var(--tj-color-common-white);font-size:24px;height:52px;justify-content:center;line-height:1;width:52px}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.blog-category-two .category-item .cate-icons{font-size:20px;height:45px;width:45px}}@media only screen and (min-width:992px) and (max-width:1199px){.blog-category-two .category-item .cate-icons{font-size:18px;height:35px;width:35px}}.blog-category-two .category-item .text{font-weight:var(--tj-fw-sbold);line-height:1;margin-bottom:0}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.blog-category-two .category-item .text{font-size:16px}}@media only screen and (min-width:992px) and (max-width:1199px){.blog-category-two .category-item .text{font-size:14px}}@media only screen and (min-width:1200px) and (max-width:1399px){.blog-category-two .category-item{padding:25px 20px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.blog-category-two .category-item{padding:20px 15px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.blog-category-two .category-item{border:0;padding:0;width:100%}.blog-category-two{gap:20px;padding:20px}}.tj-tags-post{-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;border-bottom:1px dashed var(--tj-color-border-1);border-top:1px dashed var(--tj-color-border-1);justify-content:space-between;margin-bottom:30px;margin-top:30px;padding:22px 0}.tj-tags-post .tagcloud{width:calc(100% - 200px)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-tags-post .tagcloud{width:100%}}.tj-tags-post .post-share ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;row-gap:10px}.tj-tags-post .post-share ul li{color:var(--tj-color-heading-primary);font-size:16px;margin-bottom:0}.tj-tags-post .post-share ul li a{color:var(--tj-color-heading-primary);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:17px;line-height:1}.tj-tags-post .post-share ul li a i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;line-height:1}.tj-tags-post .post-share ul li a:hover i{color:var(--tj-color-theme-primary)}.tj-post__navigation{background-color:var(--tj-color-common-white);border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;gap:25px;padding:20px 25px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:50px}.tj-post__navigation .tj-nav-post__nav a{color:var(--tj-color-heading-primary);font-weight:var(--tj-fw-sbold);gap:8px}.tj-post__navigation .tj-nav-post__nav a,.tj-post__navigation .tj-nav-post__nav a span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tj-post__navigation .tj-nav-post__nav a span{background-color:var(--tj-color-common-white);border:1px solid var(--tj-color-border-1);border-radius:50%;font-size:24px;height:52px;line-height:1;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s;width:52px}.tj-post__navigation .tj-nav-post__nav a span i{color:var(--tj-color-theme-dark)}@media (max-width:575px){.tj-post__navigation .tj-nav-post__nav a span{height:48px;width:48px}}.tj-post__navigation .tj-nav-post__nav a:hover span{background-color:var(--tj-color-theme-primary);border-color:var(--tj-color-theme-primary)}.tj-post__navigation .tj-nav-post__nav a:hover span i{color:var(--tj-color-common-white)}.tj-post__navigation .tj-nav-post__grid{color:var(--tj-color-common-black);font-size:30px;line-height:1}.tj-post__navigation .tj-nav-post__grid a{color:currentColor}.tj-post__navigation .tj-nav-post__grid a:hover{color:var(--tj-color-theme-primary)}@media (max-width:575px){.tj-post__navigation{gap:20px;padding:20px}}.tj-latest-comments ul{list-style:none;margin:0;padding:0}.tj-latest-comments ul .tj-comment{margin-bottom:20px}.tj-latest-comments ul .tj-comment:last-child{margin-bottom:0}.tj-latest-comments ul .tj-comment .desc{margin-top:14px}.tj-latest-comments ul .tj-comment .desc p:last-child{margin-bottom:0}.tj-comments__container{margin-top:50px}.tj-main-sidebar{-webkit-padding-start:20px;padding-inline-start:20px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.tj-main-sidebar{-webkit-padding-start:0;padding-inline-start:0}}.tj-sidebar-widget{background-color:var(--tj-color-theme-bg);border-radius:10px;margin-bottom:30px;overflow:hidden;padding:30px;position:relative;z-index:3}.tj-sidebar-widget:last-child{margin-bottom:0}.tj-sidebar-widget .widget-title{color:var(--tj-color-heading-primary);font-weight:var(--tj-fw-sbold);line-height:1;margin-bottom:25px;position:relative;z-index:1}.tj-sidebar-widget.tj-recent-posts ul{list-style:none;margin:0;padding:0}.tj-sidebar-widget.tj-recent-posts ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;margin-bottom:15px}.tj-sidebar-widget.tj-recent-posts ul li:last-child{margin-bottom:0}.tj-sidebar-widget.tj-recent-posts ul li:hover .post-thumb img{-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.tj-sidebar-widget.tj-recent-posts .post-thumb{height:100px;position:relative;width:100px;-webkit-box-flex:0;border-radius:8px;-ms-flex:0 0 auto;flex:0 0 auto;overflow:hidden}.tj-sidebar-widget.tj-recent-posts .post-thumb a{display:inline-block;width:100%}.tj-sidebar-widget.tj-recent-posts .post-thumb a img{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:.6s;transition:.6s;width:100%}.tj-sidebar-widget.tj-recent-posts .post-content .post-title{font-size:18px;font-weight:var(--tj-fw-sbold);line-height:1.444;margin-bottom:10px}.tj-sidebar-widget.tj-recent-posts .post-content .post-title a:hover{color:var(--tj-color-theme-primary)}.tj-sidebar-widget.tj-recent-posts .post-content .blog-meta{margin-bottom:0}.tj-sidebar-widget.tj-recent-posts .post-content .blog-meta ul li{color:var(--tj-color-text-body);font-size:14px}.tj-sidebar-widget.widget-categories ul{list-style:none;margin:0;padding:0}.tj-sidebar-widget.widget-categories ul li{margin-bottom:10px}.tj-sidebar-widget.widget-categories ul li:last-child{margin-bottom:0}.tj-sidebar-widget.widget-categories ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;background:var(--tj-color-common-white);border-radius:10px;color:var(--tj-color-heading-primary);font-weight:var(--tj-fw-sbold);justify-content:space-between;padding:20px 15px 17px 25px}.tj-sidebar-widget.widget-categories ul li a span{color:var(--tj-color-heading-primary)}.tj-sidebar-widget.widget-categories ul li a .icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:24px;line-height:1}.tj-sidebar-widget.widget-categories ul li a:hover{background-color:var(--tj-color-theme-primary);color:var(--tj-color-common-white)}.tj-sidebar-widget.widget-categories ul li a:hover span{color:var(--tj-color-common-white)}@media (max-width:575px),only screen and (min-width:992px) and (max-width:1199px){.tj-sidebar-widget{padding:25px 15px}}.tagcloud{-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:12px}.tagcloud a{background-color:var(--tj-color-common-white);border-radius:4px;color:var(--tj-color-text-body);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:14px;font-weight:var(--tj-fw-medium);line-height:1;overflow:hidden;padding:5px 10px}.tagcloud a:hover{background-color:var(--tj-color-theme-primary);color:var(--tj-color-common-white)}.blog-text .tj-faq{margin-bottom:40px;padding-top:10px}

/* !END: Blog Details CSS */@-webkit-keyframes sticky{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes sticky{0%{-webkit-transform:translateY(-100%);transform:translateY(-100%)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes jumping{0%{-webkit-transform:translateY(2px);transform:translateY(2px)}25%{-webkit-transform:translateY(5px);transform:translateY(5px)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}75%{-webkit-transform:translateY(5px);transform:translateY(5px)}to{-webkit-transform:translateY(2px);transform:translateY(2px)}}@keyframes jumping{0%{-webkit-transform:translateY(2px);transform:translateY(2px)}25%{-webkit-transform:translateY(5px);transform:translateY(5px)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}75%{-webkit-transform:translateY(5px);transform:translateY(5px)}to{-webkit-transform:translateY(2px);transform:translateY(2px)}}@-webkit-keyframes linehover{0%{width:100%}50%{inset-inline-end:0;width:0}to{inset-inline-start:0;width:100%}}@keyframes linehover{0%{width:100%}50%{inset-inline-end:0;width:0}to{inset-inline-start:0;width:100%}}@-webkit-keyframes textrotate{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@keyframes textrotate{0%{-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg)}to{-webkit-transform:translate(-50%,-50%) rotate(1turn);transform:translate(-50%,-50%) rotate(1turn)}}@-webkit-keyframes rotates{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotates{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes gelatine{0%,to{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.7,1.1);transform:scale(.7,1.1)}50%{-webkit-transform:scale(1.1,.7);transform:scale(1.1,.7)}75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}}@keyframes gelatine{0%,to{-webkit-transform:scale(1);transform:scale(1)}25%{-webkit-transform:scale(.7,1.1);transform:scale(.7,1.1)}50%{-webkit-transform:scale(1.1,.7);transform:scale(1.1,.7)}75%{-webkit-transform:scale(.95,1.05);transform:scale(.95,1.05)}}@-webkit-keyframes borderanimate{0%{-webkit-transform:translate(-50%,-50%) scale(.8);transform:translate(-50%,-50%) scale(.8)}60%{opacity:1}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5)}}@keyframes borderanimate{0%{-webkit-transform:translate(-50%,-50%) scale(.8);transform:translate(-50%,-50%) scale(.8)}60%{opacity:1}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5)}}@-webkit-keyframes bellshake{0%{-webkit-transform:rotate(0);transform:rotate(0)}15%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}30%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}45%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}60%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}85%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}92%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes bellshake{0%{-webkit-transform:rotate(0);transform:rotate(0)}15%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}30%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}45%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}60%{-webkit-transform:rotate(-4deg);transform:rotate(-4deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}85%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}92%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes pulse2{0%{-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff}to{-webkit-box-shadow:0 0 0 20px transparent;box-shadow:0 0 0 20px transparent}}@keyframes pulse2{0%{-webkit-box-shadow:0 0 0 0 #fff;box-shadow:0 0 0 0 #fff}to{-webkit-box-shadow:0 0 0 20px transparent;box-shadow:0 0 0 20px transparent}}@-webkit-keyframes pulse3{0%{-webkit-box-shadow:0 0 0 0 rgba(42,171,226,.4);box-shadow:0 0 0 0 rgba(42,171,226,.4)}to{-webkit-box-shadow:0 0 0 8px transparent;box-shadow:0 0 0 8px transparent}}@keyframes pulse3{0%{-webkit-box-shadow:0 0 0 0 rgba(42,171,226,.4);box-shadow:0 0 0 0 rgba(42,171,226,.4)}to{-webkit-box-shadow:0 0 0 8px transparent;box-shadow:0 0 0 8px transparent}}@-webkit-keyframes pulse4{0%{-webkit-box-shadow:0 0 0 0 hsla(0,0%,100%,.05);box-shadow:0 0 0 0 hsla(0,0%,100%,.5)}to{-webkit-box-shadow:0 0 0 12px transparent;box-shadow:0 0 0 12px transparent}}@keyframes pulse4{0%{-webkit-box-shadow:0 0 0 0 hsla(0,0%,100%,.05);box-shadow:0 0 0 0 hsla(0,0%,100%,.5)}to{-webkit-box-shadow:0 0 0 12px transparent;box-shadow:0 0 0 12px transparent}}@-webkit-keyframes shine{0%{-webkit-transform:skewX(-25deg) translateX(0);transform:skewX(-25deg) translateX(0)}to{-webkit-transform:skewX(-25deg) translateX(250%);transform:skewX(-25deg) translateX(250%)}}@keyframes shine{0%{-webkit-transform:skewX(-25deg) translateX(0);transform:skewX(-25deg) translateX(0)}to{-webkit-transform:skewX(-25deg) translateX(250%);transform:skewX(-25deg) translateX(250%)}}@-webkit-keyframes zoomEffect{0%,to{-webkit-transform:scale(.9);transform:scale(.9)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@keyframes zoomEffect{0%,to{-webkit-transform:scale(.9);transform:scale(.9)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}}@-webkit-keyframes marquee{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@keyframes marquee{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(100%);transform:translateY(100%)}}@-webkit-keyframes tj-bounce-ball{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes tj-bounce-ball{0%,20%,50%,80%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}
/* !END: Animate CSS */

/* !END: Hero CSS */.tj-choose-section{overflow:hidden}.tj-choose-section .sec-heading{max-width:550px}

/* !END: Choose CSS */.about-content-area.style-3 .sec-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:space-between;margin-bottom:25px}.about-content-area.style-3 .sec-heading .subtitle-text{max-width:200px}.about-content-area.style-3 .sec-heading .sec-title{width:67.2%}.about-content-area.style-3 .sec-heading .sec-title img{border-radius:4px;height:50px;margin-top:-9px}@media only screen and (min-width:768px) and (max-width:991px){.about-content-area.style-3 .sec-heading .sec-title img{margin-top:-6px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.about-content-area.style-3 .sec-heading .sec-title img{height:40px;margin-top:-6px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.about-content-area.style-3 .sec-heading .sec-title{line-height:1.3;width:100%}}.about-content-area.style-3 .about-bottom-area{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:20px;margin-top:-62px}.about-content-area.style-3 .about-bottom-area .about-btn-area-2{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;width:67.2%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.about-content-area.style-3 .about-bottom-area .about-btn-area-2{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.about-content-area.style-3 .about-bottom-area{gap:35px;margin-top:25px}}

/* !END: About CSS */.tj-service-section-5 .sec-heading{max-width:550px}

/* !END: Services CSS */.tj-funfact-section{background-color:var(--tj-color-theme-bg);border-radius:12px;overflow:hidden;position:relative;z-index:1}.tj-funfact-section .heading-wrap-content .sec-heading{max-width:550px}

/* !END: Countup CSS */.tj-project-section-4{overflow:hidden}.tj-project-section-4 .sec-heading{max-width:550px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-project-section-4 .container-fluid,.tj-project-section-4 .project-wrapper{-webkit-padding-end:0;padding-inline-end:0}}.project-item.h4-project-item{padding:30px}.project-item.h4-project-item .project-content{padding:0 0 25px}.project-item.h4-project-item .project-content .title{max-width:250px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.project-item.h4-project-item .project-content .title{max-width:230px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.project-item.h4-project-item .project-content{padding:0 0 20px}}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.project-item.h4-project-item .project-text{margin-top:14px}}.project-item.h4-project-item .project-img{border-radius:10px;height:445px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.project-item.h4-project-item .project-img{height:345px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.project-item.h4-project-item .project-img{height:300px}}@media (max-width:575px),only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.project-item.h4-project-item{padding:20px}}

/* !END: Project CSS */.tj-pricing-section-2 .content-wrap .tj-primary-btn{margin-top:24px}

/* !END: Pricing CSS */.contact-form.style-3{background-color:transparent;max-width:610px;padding:0}.contact-form.style-3 .form-input{margin-bottom:20px;position:relative}.contact-form.style-3 .form-input.message-input{margin-bottom:25px;margin-top:0}.contact-form.style-3 .form-input input[type=email],.contact-form.style-3 .form-input input[type=tel],.contact-form.style-3 .form-input input[type=text],.contact-form.style-3 .form-input textarea{backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;color:var(--tj-color-text-body-2);padding:12px 20px}.contact-form.style-3 .form-input input[type=email]::-webkit-input-placeholder,.contact-form.style-3 .form-input input[type=tel]::-webkit-input-placeholder,.contact-form.style-3 .form-input input[type=text]::-webkit-input-placeholder,.contact-form.style-3 .form-input textarea::-webkit-input-placeholder{color:var(--tj-color-text-body-2);-webkit-transition:all .3s;transition:all .3s}.contact-form.style-3 .form-input input[type=email]::-moz-placeholder,.contact-form.style-3 .form-input input[type=tel]::-moz-placeholder,.contact-form.style-3 .form-input input[type=text]::-moz-placeholder,.contact-form.style-3 .form-input textarea::-moz-placeholder{color:var(--tj-color-text-body-2);-moz-transition:all .3s;transition:all .3s}.contact-form.style-3 .form-input input[type=email]:-ms-input-placeholder,.contact-form.style-3 .form-input input[type=tel]:-ms-input-placeholder,.contact-form.style-3 .form-input input[type=text]:-ms-input-placeholder,.contact-form.style-3 .form-input textarea:-ms-input-placeholder{color:var(--tj-color-text-body-2);-ms-transition:all .3s;transition:all .3s}.contact-form.style-3 .form-input input[type=email]::-ms-input-placeholder,.contact-form.style-3 .form-input input[type=tel]::-ms-input-placeholder,.contact-form.style-3 .form-input input[type=text]::-ms-input-placeholder,.contact-form.style-3 .form-input textarea::-ms-input-placeholder{color:var(--tj-color-text-body-2);-ms-transition:all .3s;transition:all .3s}.contact-form.style-3 .form-input input[type=email]::placeholder,.contact-form.style-3 .form-input input[type=tel]::placeholder,.contact-form.style-3 .form-input input[type=text]::placeholder,.contact-form.style-3 .form-input textarea::placeholder{color:var(--tj-color-text-body-2);-webkit-transition:all .3s;transition:all .3s}.contact-form.style-3 .form-input input[type=email]:focus,.contact-form.style-3 .form-input input[type=tel]:focus,.contact-form.style-3 .form-input input[type=text]:focus,.contact-form.style-3 .form-input textarea:focus{border-color:var(--tj-color-theme-primary)}.contact-form.style-3 .form-input .nice-select{backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1);border-radius:6px;color:var(--tj-color-text-body-2);margin-bottom:20px;padding:12px 20px;z-index:2}.contact-form.style-3 .form-input .nice-select.open{border-color:var(--tj-color-theme-primary)}.contact-form.style-3 .form-input .nice-select:after{color:var(--tj-color-common-white);font-size:13px;height:13px;inset-inline-end:18px;top:22px;width:13px}.contact-form.style-3 .form-input textarea{height:183px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.contact-form.style-3{margin-bottom:60px;max-width:100%}}

/* !END: Contact CSS */

/* !END: Testimonial CSS */

/* !END: Blog CSS */.tj-careers{background-color:var(--tj-color-common-white);border:1px solid var(--tj-color-border-3);border-radius:12px;padding:30px}.tj-careers,.tj-careers-icon{-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.tj-careers-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:88px;width:88px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:var(--tj-color-theme-bg-2);border-radius:50%;font-size:48px;line-height:1}.tj-careers-icon i{color:var(--tj-color-theme-primary);-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.tj-careers-tag{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px;margin-bottom:22px}.tj-careers-tag span{background-color:transparent;border:1px dashed var(--tj-color-border-1);border-radius:4px;display:inline-block;padding:2px 14px;text-transform:capitalize;-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.tj-careers-tag span:hover{background-color:var(--tj-color-theme-primary);border-color:var(--tj-color-theme-primary)!important;color:var(--tj-color-common-white)!important}.tj-careers-title{font-weight:var(--tj-fw-sbold);margin-bottom:0}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.tj-careers-title{font-size:20px}}@media only screen and (min-width:768px) and (max-width:991px){.tj-careers-title{font-size:19px}}.tj-careers-salary{color:var(--tj-color-common-black-3);font-family:var(--tj-ff-heading);font-size:20px;font-weight:600;margin-top:15px}.tj-careers-salary span{color:var(--tj-color-text-body);-webkit-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}.tj-careers-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:10px;justify-content:space-between}.tj-careers-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tj-careers-btn,.tj-careers-btn span.btn-icon{color:var(--tj-color-heading-primary);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.tj-careers-btn span.btn-icon{overflow:hidden;position:relative}.tj-careers-btn span.btn-icon i{color:var(--tj-color-heading-primary);font-weight:700;margin-top:2px}.tj-careers-btn span.btn-icon i:first-child,.tj-careers-btn span.btn-icon i:last-child{-webkit-transition:-webkit-transform .4s ease-in-out 0s;transition:-webkit-transform .4s ease-in-out 0s;transition:transform .4s ease-in-out 0s;transition:transform .4s ease-in-out 0s,-webkit-transform .4s ease-in-out 0s}.tj-careers-btn span.btn-icon i:last-child{position:absolute;-webkit-transform:translateX(-150%);-ms-transform:translateX(-150%);transform:translateX(-150%)}.tj-careers-btn .btn-text{color:var(--tj-color-heading-primary);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:700;overflow:hidden;text-shadow:0 23px 0 currentColor}.tj-careers-btn .btn-text>span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-transition:.5s;transition:.5s}.tj-careers:hover{background-color:var(--tj-color-theme-dark);border-color:var(--tj-color-theme-dark)}.tj-careers:hover .tj-careers-icon{background-color:var(--tj-color-theme-primary)}.tj-careers:hover .tj-careers-icon i{color:var(--tj-color-common-white)}.tj-careers:hover .tj-careers-tag span{border:1px dashed var(--tj-color-border-2);color:var(--tj-color-text-body-2)}.tj-careers:hover .tj-careers-title a{color:var(--tj-color-common-white)}.tj-careers:hover .tj-careers-salary{color:var(--tj-color-text-body-2)}.tj-careers:hover .tj-careers-btn,.tj-careers:hover .tj-careers-btn span.btn-icon,.tj-careers:hover .tj-careers-btn span.btn-icon i,.tj-careers:hover .tj-careers-salary span{color:var(--tj-color-common-white)}.tj-careers:hover .tj-careers-btn span.btn-icon i:first-child{-webkit-transform:translateX(150%);-ms-transform:translateX(150%);transform:translateX(150%)}.tj-careers:hover .tj-careers-btn span.btn-icon i:last-child{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.tj-careers:hover .tj-careers-btn .btn-text{color:var(--tj-color-common-white)}.tj-careers:hover .tj-careers-btn .btn-text>span{-webkit-transform:translateY(-24px);-ms-transform:translateY(-24px);transform:translateY(-24px)}

/* !END: Careers CSS */.tj-careers-details .tj-post-single-post{border:1px dashed var(--tj-color-border-1);border-radius:10px;margin-bottom:50px;padding:30px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-careers-details .tj-post-single-post{margin-bottom:35px}}.tj-careers-details .tj-check-list ul{list-style:none}.tj-careers-details .tj-check-list ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;color:var(--tj-color-heading-primary);-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;font-weight:var(--tj-fw-medium);margin-bottom:10px}.tj-careers-details .tj-check-list ul li:last-child{margin-bottom:0}.tj-careers-details .tj-check-list ul li span{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;height:20px;justify-content:center;width:20px;-webkit-box-flex:0;background:var(--tj-color-theme-primary);border-radius:50%;color:var(--tj-color-common-white);-ms-flex:0 0 auto;flex:0 0 auto;font-size:8px;line-height:1;margin-top:3px}.tj-careers-details .tj-post-details_tags_share{border-bottom:0;margin-bottom:0;margin-top:25px;padding-bottom:0}.tj-careers-details .tj-sidebar-widget{border-color:var(--tj-color-border-3)}.tj-careers-top{background-color:var(--tj-color-theme-bg-2);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px;padding:30px}.tj-careers-top-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:130px;width:130px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;background-color:var(--tj-color-theme-primary);border-radius:8px;justify-content:center}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:992px) and (max-width:1199px){.tj-careers-top-icon{height:100px;width:100px}}.tj-careers-top-icon i{color:var(--tj-color-common-white);font-size:70px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:992px) and (max-width:1199px){.tj-careers-top-icon i{font-size:55px}}.tj-careers-top-title{margin-bottom:0}.tj-careers-top .tj-careers-tag span{border-color:var(--tj-color-border-1)}.tj-careers-top .tj-careers-tag span:hover{border-color:var(--tj-color-theme-primary)}.tj-careers-form .form-input{margin-bottom:20px}.tj-careers-form .form-input.reduce{margin-top:-10px}.tj-careers-form .form-input input,.tj-careers-form .form-input textarea{border-color:transparent;border-radius:8px;height:60px}.tj-careers-form .form-input input::-webkit-input-placeholder,.tj-careers-form .form-input textarea::-webkit-input-placeholder{color:var(--tj-color-common-black-2)}.tj-careers-form .form-input input::-moz-placeholder,.tj-careers-form .form-input textarea::-moz-placeholder{color:var(--tj-color-common-black-2)}.tj-careers-form .form-input input:-ms-input-placeholder,.tj-careers-form .form-input textarea:-ms-input-placeholder{color:var(--tj-color-common-black-2)}.tj-careers-form .form-input input::-ms-input-placeholder,.tj-careers-form .form-input textarea::-ms-input-placeholder{color:var(--tj-color-common-black-2)}.tj-careers-form .form-input input::placeholder,.tj-careers-form .form-input textarea::placeholder{color:var(--tj-color-common-black-2)}.tj-careers-form .form-input input:focus,.tj-careers-form .form-input textarea:focus{border:1px solid var(--tj-color-theme-primary)}.tj-careers-form .form-input textarea{min-height:160px}.tj-careers-form .form-input input[type=file]{background:var(--tj-color-common-white);border:1px solid transparent;cursor:pointer;padding:7px}.tj-careers-form .form-input input[type=file]:focus{border-color:var(--tj-color-theme-primary)}.tj-careers-form .form-input input::-webkit-file-upload-button{height:44px;width:125px;-webkit-margin-end:10px;background:var(--tj-color-theme-bg-2);border:none;border-radius:6px;color:var(--tj-color-theme-primary);cursor:pointer;margin-inline-end:10px}.tj-careers-form .form-input input::file-selector-button{height:44px;width:125px;-webkit-margin-end:10px;background:var(--tj-color-theme-bg-2);border:none;border-radius:6px;color:var(--tj-color-theme-primary);cursor:pointer;margin-inline-end:10px}

/* !END: Careers details CSS */
/* !END: History CSS */.terms-and-conditions-wrapper h1,.terms-and-conditions-wrapper h2,.terms-and-conditions-wrapper h3,.terms-and-conditions-wrapper h4,.terms-and-conditions-wrapper h5,.terms-and-conditions-wrapper h6{margin-bottom:15px;padding-top:30px}.terms-and-conditions-wrapper ul{-webkit-padding-start:20px;padding-inline-start:20px}.terms-and-conditions-wrapper ul:not(:first-child){margin-bottom:30px}

/* !END: T&D CSS */.header-area.header-5.header-absolute{inset-inline-end:0;inset-inline-start:0;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;backdrop-filter:blur(10px);margin-inline-end:auto}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.header-area.header-5.header-absolute{inset-inline-start:0;top:24px;width:calc(100% - 48px)}}.header-area.header-5.header-absolute .header-wrapper{max-width:1000px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;backdrop-filter:none;border-radius:8px;margin-inline-end:auto}.header-area.header-5.header-absolute .mainmenu>ul>li>a{padding-bottom:25px;padding-top:25px}

/* !END: Theme Header CSS */.h5-banner-section{background-color:var(--tj-color-theme-dark);border-radius:12px;overflow:hidden;position:relative;z-index:1}.h5-banner-section .banner-bg:before{background:linear-gradient(-109deg,rgba(19,18,16,.95) 20%,rgba(19,18,16,.2) 40%,rgba(19,18,16,.95) 70%);content:"";height:100%;position:absolute;width:100%;z-index:1}.h5-banner-section .banner-scroll{bottom:30px;inset-inline-start:30px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:1400px) and (max-width:1600px){.h5-banner-section .banner-scroll{display:none}}.h5-banner-section .banner-scroll .scroll-down{opacity:1}.h5-banner-section .banner-scroll .scroll-down:hover{margin-bottom:-6px}.h5-banner-section:after,.h5-banner-section:before{backdrop-filter:blur(10px);background:var(--tj-color-theme-primary);border-radius:50%;content:"";-webkit-filter:blur(80px);filter:blur(80px);height:520px;inset-inline-end:-13%;opacity:.8;position:absolute;top:5%;width:520px}@media only screen and (min-width:1400px) and (max-width:1600px){.h5-banner-section:after,.h5-banner-section:before{height:460px;width:460px}}@media only screen and (min-width:1200px) and (max-width:1399px){.h5-banner-section:after,.h5-banner-section:before{height:400px;inset-inline-end:-18%;width:400px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.h5-banner-section:after,.h5-banner-section:before{height:320px;width:350px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-banner-section:after,.h5-banner-section:before{-webkit-filter:blur(60px);filter:blur(60px);height:250px;inset-inline-end:-20%;top:15%;width:250px}}.h5-banner-section:after{bottom:-18%;inset-inline-end:auto;inset-inline-start:-15%;top:auto}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-banner-section:after{bottom:-15%;inset-inline-start:-20%}}.h5-banner-area{max-width:1460px;min-height:883px;width:100%;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin-inline-end:auto;padding-bottom:60px;padding-top:215px;position:relative;z-index:2;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:992px) and (max-width:1199px){.h5-banner-area{min-height:700px}}.h5-banner-area .solution-box{backdrop-filter:blur(5px);background-color:hsla(0,0%,100%,.1);border-radius:10px;margin-top:-44px;max-width:366px;width:100%;-webkit-margin-start:auto;margin-inline-start:auto;padding:30px 30px 12px}.h5-banner-area .solution-box .list-icon{color:var(--tj-color-common-white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:20px;margin-bottom:25px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-banner-area .solution-box .list-icon{font-size:18px;margin-bottom:15px}}.h5-banner-area .solution-box .desc{color:var(--tj-color-common-white);font-size:18px;line-height:1.444;margin-bottom:2px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-banner-area .solution-box .desc{font-size:16px;margin-bottom:5px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:992px) and (max-width:1199px){.h5-banner-area .solution-box{margin-top:-244px}}@media only screen and (min-width:768px) and (max-width:991px){.h5-banner-area .solution-box{margin-top:60px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-banner-area .solution-box{margin-top:50px;max-width:310px;padding:20px 20px 10px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:1400px) and (max-width:1600px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.h5-banner-area{-webkit-padding-start:30px;padding-inline-start:30px;-webkit-padding-end:30px;padding-inline-end:30px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px){.h5-banner-area{padding-top:190px}}@media only screen and (min-width:992px) and (max-width:1199px){.h5-banner-area{padding-top:160px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-banner-area{min-height:90vh;padding:140px 12px 15px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.h5-banner-area{min-height:700px}}.h5-banner-content .banner-title{color:var(--tj-color-common-white);font-size:96px;line-height:1;margin-bottom:30px;max-width:715px}.h5-banner-content .banner-title .tj-image-slider{border-radius:4px;display:inline-block;height:80px;margin-bottom:-8px;overflow:hidden;position:relative;width:157.32px;-webkit-margin-end:-10px;margin-inline-end:-10px}.h5-banner-content .banner-title .tj-image-slider img{display:none;height:100%;inset-inline-start:0;position:absolute;top:0;width:100%}.h5-banner-content .banner-title .tj-image-slider img.active{display:block}@media only screen and (min-width:992px) and (max-width:1199px){.h5-banner-content .banner-title .tj-image-slider{height:70px;width:138.25px}}@media only screen and (min-width:768px) and (max-width:991px){.h5-banner-content .banner-title .tj-image-slider{height:50px;margin-bottom:-3px;width:98.75px;-webkit-margin-end:-7px;margin-inline-end:-7px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-banner-content .banner-title .tj-image-slider{height:40px;margin-bottom:0;width:79px;-webkit-margin-end:-5px;margin-inline-end:-5px}}@media (max-width:575px){.h5-banner-content .banner-title .tj-image-slider{margin-bottom:-3px}}@media only screen and (min-width:1200px) and (max-width:1399px){.h5-banner-content .banner-title{font-size:85px}}@media only screen and (min-width:992px) and (max-width:1199px){.h5-banner-content .banner-title{font-size:80px;max-width:600px}}@media only screen and (min-width:768px) and (max-width:991px){.h5-banner-content .banner-title{font-size:65px;max-width:560px}}@media only screen and (min-width:576px) and (max-width:767px){.h5-banner-content .banner-title{font-size:55px}}@media (max-width:575px){.h5-banner-content .banner-title{font-size:50px}}.banner-bg{background-position:50%;background-repeat:no-repeat;background-size:cover;height:100%;position:absolute;width:100%;z-index:-1}.wow{visibility:hidden}

/* !END: Hero CSS */.h5-service-section .sec-heading{max-width:550px}.service-item.style-6{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;height:390px;justify-content:space-between;overflow:hidden;padding:30px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.service-item.style-6 .service-icon{height:90px;margin:0 auto;width:90px}.service-item.style-6 .service-icon i{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.service-item.style-6 .service-icon{font-size:50px;height:70px;width:70px}}.service-item.style-6 .title{margin-bottom:0;max-width:250px}@media only screen and (min-width:1200px) and (max-width:1399px){.service-item.style-6 .title{font-size:20px}}.service-item.style-6 .text-btn{bottom:0;inset-inline-start:auto;margin:0;opacity:0;position:absolute;visibility:hidden}.service-item.style-6:hover{background-color:var(--tj-color-theme-primary)}.service-item.style-6:hover .service-icon{background:linear-gradient(-45deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,0) 50%,hsla(0,0%,100%,.3));border-color:hsla(0,0%,100%,.15)}.service-item.style-6:hover .service-icon i{color:var(--tj-color-common-white);-webkit-transform:rotateY(1turn);transform:rotateY(1turn)}.service-item.style-6:hover .desc,.service-item.style-6:hover .desc a,.service-item.style-6:hover .title,.service-item.style-6:hover .title a{color:var(--tj-color-common-white)}.service-item.style-6:hover .desc{opacity:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);visibility:hidden}.service-item.style-6:hover .text-btn{bottom:30px;opacity:1;-webkit-transition:all .2s linear;transition:all .2s linear;visibility:visible}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.service-item.style-6:hover .text-btn{bottom:20px}}.service-item.style-6:hover .text-btn .btn-text{color:var(--tj-color-common-white)}.service-item.style-6:hover .text-btn .btn-icon{background-color:var(--tj-color-theme-dark)}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.service-item.style-6{padding:20px}}

/* !END: Services CSS */.h5-about{background-color:var(--tj-color-theme-dark);border-radius:12px;overflow:hidden;position:relative;z-index:1}.h5-about .bg-shape-3{bottom:auto;top:0;-webkit-transform:translate(19%,-20%) scaleY(-1);-ms-transform:translate(19%,-20%) scaleY(-1);transform:translate(19%,-20%) scaleY(-1)}.h5-about-content{margin-bottom:60px}.h5-about-content.style-3 .sec-heading .h5-sec-title-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.h5-about-content.style-3 .sec-heading .subtitle-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.h5-about-content.style-3 .sec-heading .sec-title{color:var(--tj-color-common-white);margin-bottom:24px;width:100%}.h5-about-content.style-3 .sec-heading .sec-title .line{-webkit-background-clip:text;background-clip:text;color:transparent;position:relative;--highlight-offset:0%;background-image:-webkit-gradient(linear,left top,right top,from(var(--tj-color-common-white)),to(var(--tj-color-text-body-3)));background-image:linear-gradient(90deg,var(--tj-color-common-white) var(--highlight-offset),var(--tj-color-text-body-3) var(--highlight-offset))}.h5-about-content-right{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;width:67.2%}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.h5-about-content-right{gap:15px;width:100%}}@media (max-width:575px){.h5-about-content-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.h5-about-counter{color:var(--tj-color-common-white);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:96px;font-weight:var(--tj-fw-medium);letter-spacing:-.03em;line-height:1.04;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:-24px}.h5-about-counter-symbol{display:inline-block;line-height:1;margin-bottom:5px}@media only screen and (min-width:1200px) and (max-width:1399px){.h5-about-counter{font-size:90px}}@media only screen and (min-width:992px) and (max-width:1199px){.h5-about-counter{font-size:86px}}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.h5-about-counter{font-size:80px;margin-bottom:0}}@media (max-width:575px){.h5-about-counter{font-size:76px;margin-bottom:0}}.h5-client-item{-webkit-padding-end:15px;padding-inline-end:15px}.h5-client-item .client-logo{backdrop-filter:blur(10px);background-color:inherit;background-color:hsla(0,0%,100%,.1);height:254px;overflow:hidden;position:relative;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:254px;z-index:0}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.h5-client-item .client-logo{height:200px;width:200px}}@media (max-width:575px){.h5-client-item .client-logo{height:150px;width:150px}}.h5-client-item .client-logo:after,.h5-client-item .client-logo:before{content:"";height:100%;inset-inline-start:0;opacity:0;position:absolute;top:0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:100%;z-index:-1}.h5-client-item .client-logo:before{background:url(../images/brands/h5-brand-bg.08e76209.webp) no-repeat 50%;background-size:cover;content:"";inset:0;mix-blend-mode:luminosity;pointer-events:none;position:absolute;z-index:-2}.h5-client-item .client-logo:after{background:rgba(42,171,226,.6)}.h5-client-item .client-logo:hover{backdrop-filter:blur(0);background:rgba(42,171,226,.7);border-radius:100%}.h5-client-item .client-logo:hover:after,.h5-client-item .client-logo:hover:before{opacity:1}

/* !END: Home 5 About CSS  */.gap-30-30,.gap-30-30 .row{--bs-gutter-x:30px}.gap-30-30 .row{--bs-gutter-y:30px}.h5-strategy-heading{background-color:var(--tj-color-common-white);border-radius:10px;margin-bottom:0;padding:60px 30px}@media (max-width:575px){.h5-strategy-heading{padding:40px 20px}}.h5-strategy-heading .sec-title{margin-bottom:30px}.h5-strategy-item{background-color:var(--tj-color-common-white);border-radius:10px;overflow:hidden;padding:30px;position:relative;z-index:0}@media (max-width:575px){.h5-strategy-item{padding:20px}}.h5-strategy-item-3{background:url(../images/strategy/strategy-item-bg.4683052b.webp) no-repeat 50%;background-size:cover}.h5-strategy-item-3:after{background-color:var(--tj-color-heading-primary);content:"";height:100%;inset-inline-start:0;opacity:.7;position:absolute;top:0;width:100%;z-index:-1}.h5-strategy-title{font-weight:var(--tj-fw-sbold)}.h5-strategy-avatar{max-width:295px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;margin-top:40px}.h5-strategy-counter{margin-bottom:-7px}.h5-strategy-counter-inner{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px dashed var(--tj-color-border-1);margin-top:60px;padding-top:5px}.h5-strategy-counter-inner .inline-content{margin-bottom:0}.h5-strategy-counter-inner .inline-content .odometer-inside{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.h5-strategy-counter-inner .inline-content .odometer span{color:var(--tj-color-heading-primary)}.h5-strategy-counter-inner .count-text{color:var(--tj-color-text-body-3)}.h5-strategy-chart{margin-top:71px}@media only screen and (min-width:1200px) and (max-width:1399px){.h5-strategy-chart{margin-top:110px}}@media only screen and (min-width:992px) and (max-width:1199px){.h5-strategy-chart{margin-top:145px}}@media only screen and (min-width:768px) and (max-width:991px){.h5-strategy-chart{margin-top:100px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-strategy-chart img{-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;display:block;margin-inline-end:auto}}.h5-strategy-tag{backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1);border-radius:4px;color:var(--tj-color-common-white);line-height:1;padding:5px 8px 7px}.h5-strategy-tag-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-top:180px}@media only screen and (min-width:1200px) and (max-width:1399px){.h5-strategy-tag-wrapper{margin-top:153px}}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.h5-strategy-tag-wrapper{margin-top:106px}}.h5-strategy-tag:hover{background-color:var(--tj-color-theme-primary);border-color:var(--tj-color-theme-primary)}.h5-strategy-item-3 .h5-strategy-title,.h5-strategy-tag:hover{color:var(--tj-color-common-white)}.h5-strategy-item-3 .h5-strategy-desc{color:var(--tj-color-grey-1);margin-top:18px}

/* !END: Strategy CSS */.sec-heading-centered{max-width:550px;-webkit-margin-start:auto;margin-inline-start:auto;-webkit-margin-end:auto;margin-inline-end:auto;text-align:center;width:100%}.h5-working-process{background-color:var(--tj-color-theme-dark);border-radius:12px;overflow:hidden;position:relative;z-index:1}.h5-working-process-inner{padding-top:42px;position:relative;z-index:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-inner{margin-top:72px;padding-top:0}}.h5-working-process-inner:after{border-bottom:1px dashed var(--tj-color-border-2);content:"";height:0;inset-inline-start:0;position:absolute;top:21px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%;z-index:-1}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-inner:after{border-bottom:0;height:100%;inset-inline-start:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0;-webkit-border-end:1px dashed var(--tj-color-border-2);border-inline-end:1px dashed var(--tj-color-border-2)}}.h5-working-process-wrapper{-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:30px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.h5-working-process-wrapper{gap:20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:85px}}.h5-working-process-item{backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.1);margin-top:60px;position:static;-webkit-transition:all .6s;transition:all .6s}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-item{margin-top:30px}}.h5-working-process-item .h5-working-process-indicator{background-color:var(--tj-color-theme-dark);border:1px dashed var(--tj-color-border-2);border-radius:50px;color:var(--tj-color-common-white);font-size:20px;font-weight:var(--tj-fw-sbold);inset-inline-start:50%;letter-spacing:-.03em;line-height:1;margin-bottom:0;padding:9px 34px 11px;position:absolute;top:-60px;-webkit-transform:translate(-50%,-100%);-ms-transform:translate(-50%,-100%);transform:translate(-50%,-100%);-webkit-transition:all .2s .3s;transition:all .2s .3s;white-space:nowrap;z-index:0}.h5-working-process-item .h5-working-process-indicator:after,.h5-working-process-item .h5-working-process-indicator:before{bottom:-60px;content:"";height:60px;inset-inline-start:50%;position:absolute;-webkit-transform:translateX(-50%) scaleY(-1);-ms-transform:translateX(-50%) scaleY(-1);transform:translateX(-50%) scaleY(-1);width:0;-webkit-border-end:1px dashed var(--tj-color-border-2);border-inline-end:1px dashed var(--tj-color-border-2);-webkit-transition:all .3s;transition:all .3s;z-index:-1}.h5-working-process-item .h5-working-process-indicator:after{height:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-item .h5-working-process-indicator{top:-30px}.h5-working-process-item .h5-working-process-indicator:before{display:none}.h5-working-process-item .h5-working-process-indicator:after{bottom:-30px}}.h5-working-process-item:nth-child(2){margin-top:192px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-item:nth-child(2){margin-top:30px}}.h5-working-process-item:nth-child(2) .h5-working-process-indicator{top:-192px}.h5-working-process-item:nth-child(2) .h5-working-process-indicator:after,.h5-working-process-item:nth-child(2) .h5-working-process-indicator:before{bottom:-192px}.h5-working-process-item:nth-child(2) .h5-working-process-indicator:before{height:192px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-item:nth-child(2) .h5-working-process-indicator{top:-30px}.h5-working-process-item:nth-child(2) .h5-working-process-indicator:after{bottom:-30px}}.h5-working-process-item:nth-child(3){margin-top:324px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-item:nth-child(3){margin-top:30px}.h5-working-process-item:nth-child(3):after{bottom:-30px}}.h5-working-process-item:nth-child(3) .h5-working-process-indicator{top:-324px}.h5-working-process-item:nth-child(3) .h5-working-process-indicator:after,.h5-working-process-item:nth-child(3) .h5-working-process-indicator:before{bottom:-324px}.h5-working-process-item:nth-child(3) .h5-working-process-indicator:before{height:324px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-item:nth-child(3) .h5-working-process-indicator{top:-30px}.h5-working-process-item:nth-child(3) .h5-working-process-indicator:after{bottom:-30px}}.h5-working-process-item:not(:last-child):after{display:none}.h5-working-process-item:hover .h5-working-process-indicator{border-color:var(--tj-color-theme-primary)}.h5-working-process-item:hover .h5-working-process-indicator:after{border-color:var(--tj-color-theme-primary);height:60px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-item:hover .h5-working-process-indicator:after{height:30px}}.h5-working-process-item:hover:nth-child(2) .h5-working-process-indicator:after{height:192px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-item:hover:nth-child(2) .h5-working-process-indicator:after{height:30px}}.h5-working-process-item:hover:nth-child(3) .h5-working-process-indicator:after{height:324px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-working-process-item:hover:nth-child(3) .h5-working-process-indicator:after{height:30px}}.h5-working-process-item .process-step{background-image:-webkit-gradient(linear,left top,left bottom,from(var(--tj-color-theme-primary)),color-stop(116.09%,rgba(42,171,226,0)));background-image:linear-gradient(180deg,var(--tj-color-theme-primary) 0,rgba(42,171,226,0) 116.09%)}.h5-working-process .title{color:var(--tj-color-common-white)}.h5-working-process .desc{color:var(--tj-color-text-body-2)}

/* !END: Working process CSS */.h5-project{overflow:hidden}.h5-project .sec-heading{max-width:550px}.h5-project-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-project-wrapper{gap:30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.h5-project-item-wrapper{width:100%;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex:none;flex:none;will-change:transform}.h5-project-item-wrapper:not(:last-child){-webkit-padding-end:30px;padding-inline-end:30px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.h5-project-item-wrapper:not(:last-child){-webkit-padding-end:20px;padding-inline-end:20px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-project-item-wrapper:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}}.h5-project-item-wrapper .h5-project-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:60px}@media only screen and (min-width:768px) and (max-width:991px){.h5-project-item-wrapper .h5-project-item{gap:40px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-project-item-wrapper .h5-project-item{gap:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.h5-project-item.project-item .project-content{max-width:360px;padding-bottom:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-project-item.project-item .project-content{padding:0 0 10px}}.h5-project-item.project-item .project-content .title{font-weight:var(--tj-fw-medium);margin-bottom:20px;max-width:308px}.h5-project-item.project-item .project-content .desc{margin-bottom:24px}.h5-project-item.project-item .project-img{height:505px;max-width:615px}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.h5-project-item.project-item .project-img{height:350px}}@media only screen and (min-width:768px) and (max-width:991px){.h5-project-item.project-item .project-img{max-width:330px;-ms-flex-negative:0;flex-shrink:0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-project-item.project-item .project-img{height:300px}}

/* !END: Home 5 Project CSS */.h5-testimonial{background-color:var(--tj-color-theme-bg);border-radius:12px;overflow:hidden;position:relative;z-index:1}.h5-testimonial .sec-heading-wrap{padding-top:120px}@media only screen and (min-width:992px) and (max-width:1199px){.h5-testimonial .sec-heading-wrap{padding-top:100px}}@media (max-width:575px){.h5-testimonial-wrapper{-webkit-margin-end:0;margin-inline-end:0}}.h5-testimonial-wrapper .swiper{overflow:visible}.h5-testimonial-wrapper .testimonial-item{background-color:var(--tj-color-common-white);border:2px solid var(--tj-color-common-white);border-radius:12px;height:100%;padding:40px 30px 35px}.h5-testimonial-wrapper .testimonial-item .testimonial-author .title{font-weight:var(--tj-fw-sbold)}.h5-testimonial-wrapper .testimonial-item .desc{color:var(--tj-color-theme-dark-2);font-size:24px;font-weight:var(--tj-fw-medium);line-height:1.3333}.h5-testimonial-wrapper .testimonial-item .desc p{margin-bottom:0}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.h5-testimonial-wrapper .testimonial-item .desc{font-size:22px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.h5-testimonial-wrapper .testimonial-item .desc{font-size:20px}}@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:992px) and (max-width:1199px){.h5-testimonial-wrapper .testimonial-item{padding:35px 23px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-testimonial-wrapper .testimonial-item{padding:30px 20px}}.h5-testimonial-wrapper .h5-testimonial-author-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;border-bottom:1px dashed var(--tj-color-border-1);justify-content:space-between;margin-bottom:25px;padding-bottom:30px}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-testimonial-wrapper .h5-testimonial-author-wrapper{margin-bottom:16px;padding-bottom:20px;padding-top:0}}.h5-testimonial-wrapper .h5-testimonial-author-wrapper .testimonial-author{border-top:0;padding-top:0}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-testimonial-wrapper .h5-testimonial-author-wrapper .testimonial-author{padding-top:0}}

/* !END: Testimonial CSS */

/* !END: Pricing CSS */.h5-maquee{overflow:hidden;padding:70px 0;position:relative}@media only screen and (min-width:992px) and (max-width:1199px){.h5-maquee{padding:40px 0}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.h5-maquee{padding:30px 0}}.h5-maquee-inner{background:var(--tj-color-theme-primary);padding:31px 0;position:relative;rotate:2deg;width:105%;z-index:3;-webkit-margin-start:-5px;margin-inline-start:-5px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.h5-maquee-inner{padding:25px 0;rotate:4deg}}@media only screen and (min-width:576px) and (max-width:767px){.h5-maquee-inner{padding:20px 0;rotate:4deg}}@media (max-width:575px){.h5-maquee-inner{padding:15px 0;rotate:4deg}}.h5-maquee-inner .h5-maquee-slider-wrapper{-webkit-transition-timing-function:linear;transition-timing-function:linear}.h5-maquee-inner .h5-maquee-slider-item{display:inline-block;width:auto}.h5-maquee-inner .h5-maquee-slider-item .marquee-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;gap:50px;justify-content:space-between}.h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-icon{-webkit-animation:rotateImg2 6s linear infinite;animation:rotateImg2 6s linear infinite;color:var(--tj-color-common-white);line-height:1}.h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-title .title{color:var(--tj-color-common-white);font-size:24px;font-weight:var(--tj-fw-sbold);line-height:1;margin-bottom:0;text-transform:capitalize;white-space:nowrap}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.h5-maquee-inner .h5-maquee-slider-item .marquee-box{gap:35px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.h5-maquee-inner .h5-maquee-slider-item .marquee-box{gap:30px}.h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-icon{font-size:14px}.h5-maquee-inner .h5-maquee-slider-item .marquee-box .marquee-title .title{font-size:20px}}.h5-maquee-inner-rtl{background:var(--tj-color-common-white);inset-inline-start:0;position:absolute;rotate:-4deg;top:70px;width:105%;z-index:2}@media only screen and (min-width:992px) and (max-width:1199px){.h5-maquee-inner-rtl{top:40px}}@media only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.h5-maquee-inner-rtl{top:30px}}@media (max-width:575px){.h5-maquee-inner-rtl{rotate:-7deg;top:30px}}.h5-maquee-inner-rtl .h5-maquee-slider-item .marquee-box .marquee-icon{-webkit-animation:rotateImg 6s linear infinite;animation:rotateImg 6s linear infinite;color:var(--tj-color-theme-primary)}.h5-maquee-inner-rtl .h5-maquee-slider-item .marquee-box .marquee-title .title{color:var(--tj-color-theme-primary)}@-webkit-keyframes rotateImg{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotateImg{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes rotateImg2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes rotateImg2{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}
/* !END: Theme Marquee CSS */.h5-blog-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(calc(50% - 15px),1fr));grid-gap:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.h5-blog-wrapper .blog-item.h5-blog-item{padding:15px}.h5-blog-wrapper .blog-item.h5-blog-item .blog-thumb{width:41%}.h5-blog-wrapper .blog-item.h5-blog-item .blog-date{bottom:15px;inset-inline-end:15px;inset-inline-start:auto;top:auto}.h5-blog-wrapper .blog-item.h5-blog-item .blog-content{padding:35px 15px 35px 25px;width:59%}.h5-blog-wrapper .blog-item:first-child{grid-row:1/3;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:0}.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-thumb{width:100%}.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content{padding:20px 15px 15px;width:100%}.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .title{font-size:32px;font-weight:var(--tj-fw-medium)}.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .text-btn{margin-top:24px}@media only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:992px) and (max-width:1199px){.h5-blog-wrapper{grid-template-columns:696px}}@media only screen and (min-width:576px) and (max-width:767px){.h5-blog-wrapper{grid-template-columns:516px}.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content{padding:20px 0}}@media (max-width:575px){.h5-blog-wrapper{grid-template-columns:100%}.h5-blog-wrapper .blog-item.h5-blog-item .blog-thumb{max-height:240px;width:100%}.h5-blog-wrapper .blog-item.h5-blog-item .blog-content{padding:20px 0 10px;width:100%}.h5-blog-wrapper .blog-item.h5-blog-item .blog-content .title{font-size:24px}.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content{padding:20px 0 10px}.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .title{font-size:24px;font-weight:var(--tj-fw-sbold)}.h5-blog-wrapper .blog-item:first-child.h5-blog-item .blog-content .text-btn{margin-top:16px}}

/* !END: Blog CSS */.tj-footer-section.h5-footer .h5-footer-copyright{border-top:1px dashed var(--tj-color-border-2)}

/* !END: Theme Footer CSS */

/* !END: Theme Header CSS */.social-links.style-6 ul li a{background-color:var(--tj-color-common-white);opacity:.3}.social-links.style-6 ul li a i{color:var(--tj-color-theme-dark)}.social-links.style-6 ul li a:hover{background-color:var(--tj-color-common-white);opacity:1}.social-links.style-6 ul li a:hover i{color:var(--tj-color-theme-dark)}

/* !END: Theme Footer CSS */

/* !END: Hero CSS */

/* !END: Choose CSS */

/* !END: Home 5 About CSS  */

/* !END: Service CSS */

/* !END: Case Study CSS */

/* !END: Working process CSS */.tj-award-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;position:relative;z-index:0}.tj-award-date,.tj-award-index,.tj-award-result,.tj-award-title{font-weight:var(--tj-fw-sbold);margin-bottom:0;-webkit-transition:.4s;transition:.4s}.tj-award-item{background-color:var(--tj-color-common-white);border-radius:8px}.tj-award-item-inner{overflow:hidden;padding:35px;position:relative;z-index:2}@media (max-width:575px){.tj-award-item-inner{padding:30px 15px}}.tj-award-item-inner .tj-award-img{overflow:hidden;position:relative;z-index:0}.tj-award-item-inner .tj-award-img img{-webkit-transition:.4s;transition:.4s}.tj-award-item-inner .tj-award-img img:first-child{opacity:1}.tj-award-item-inner .tj-award-img img:nth-child(2){inset-inline-start:0;position:absolute;top:0;width:100%;z-index:-1}.tj-award-item-inner .tj-award-img-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}@media only screen and (min-width:768px) and (max-width:991px){.tj-award-item-inner .tj-award-img-wrapper{gap:35px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-award-item-inner .tj-award-img-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.tj-award-item-inner .tj-award-title-wrapper{-webkit-padding-start:40px;padding-inline-start:40px}@media only screen and (min-width:768px) and (max-width:991px){.tj-award-item-inner .tj-award-title-wrapper{-webkit-padding-start:30px;padding-inline-start:30px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-award-item-inner .tj-award-title-wrapper{-webkit-padding-start:12px;margin-top:10px;padding-inline-start:12px}}.tj-award-item-inner .tj-award-result{color:var(--tj-colot-theme-dark-3)}.tj-award-item-inner .tj-award-date-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}@media only screen and (min-width:768px) and (max-width:991px){.tj-award-item-inner .tj-award-date-wrapper{-webkit-padding-start:30px;padding-inline-start:30px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px){.tj-award-item-inner .tj-award-date-wrapper{margin-top:12px}}.tj-award-item-inner:hover .tj-award-date,.tj-award-item-inner:hover .tj-award-index,.tj-award-item-inner:hover .tj-award-result,.tj-award-item-inner:hover .tj-award-title{color:var(--tj-color-common-white)}.tj-award-item-inner:hover .tj-award-img img:first-child{opacity:0}

/* !END: Award CSS */

/* !END: Testimonial CSS */

/* !END: Blog CSS */

/* !END: Client CSS */

/* !END: Theme Header CSS */

/* !END: Theme Footer CSS */

/* !END: Hero CSS */

/* !END: Choose CSS */

/* !END: Home 7 About CSS  */

/* !END: Service CSS */

/* !END: Testimonial CSS */

/* !END: Case Study CSS */

/* !END: Team CSS */

/* !END: FAQ CSS */

/* !END: Blog CSS */

/* !END: CTA CSS */

/* !END: Theme Header CSS */

/* !END: Theme Footer CSS */

/* !END: Hero CSS */

/* !END: Theme Marquee CSS */

/* !END: Home 7 About CSS  */

/* !END: Choose CSS */

/* !END: Service CSS */

/* !END: Case Study CSS */

/* !END: Countup CSS */

/* !END: Team CSS */

/* !END: Testimonial CSS */

/* !END: Blog CSS */

/* !END: Theme Header CSS */

/* !END: Theme Footer CSS */@-webkit-keyframes moving{0%{inset-inline-start:60%}50%{inset-inline-start:6%}to{inset-inline-start:60%}}@keyframes moving{0%{inset-inline-start:60%}50%{inset-inline-start:6%}to{inset-inline-start:60%}}
/* !END: Hero CSS */

/* !END: Choose CSS */.tj-scroll-progress{background-color:var(--tj-color-theme-dark);display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;margin-bottom:60px;padding-top:120px;z-index:1}@media only screen and (min-width:992px) and (max-width:1199px){.tj-scroll-progress{padding-top:100px}}@media (max-width:575px),only screen and (min-width:576px) and (max-width:767px),only screen and (min-width:768px) and (max-width:991px){.tj-scroll-progress{margin-bottom:30px;padding-top:70px}}.tj-scroll-progress:before{background:-webkit-gradient(linear,left top,left bottom,from(var(--tj-color-theme-dark)),to(transparent));background:linear-gradient(180deg,var(--tj-color-theme-dark),transparent);bottom:-48px;content:"";height:48px;inset-inline-start:0;pointer-events:none;position:absolute;width:100%}.tj-scroll-progress-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.tj-scroll-progress-item .tj-scroll-progress-sln{color:var(--tj-color-grey-2);font-weight:var(--tj-fw-sbold);line-height:1;margin-bottom:0}.tj-scroll-progress-item .tj-scroll-progress-ind{background-color:var(--tj-color-border-2);height:1px;position:relative;-webkit-transition:.3s;transition:.3s;width:0;z-index:0}.tj-scroll-progress-item .tj-scroll-progress-ind-inner{background-color:var(--tj-color-theme-primary);height:3px;inset-inline-start:0;position:absolute;top:-1px;-webkit-transition:.3s .3s;transition:.3s .3s;width:0}.tj-scroll-progress-item:last-child .tj-scroll-progress-ind{opacity:0;visibility:hidden}.tj-scroll-progress-item.active .tj-scroll-progress-sln{color:var(--tj-color-common-white)}.tj-scroll-progress-item.active .tj-scroll-progress-ind{width:72px}.tj-scroll-progress-item.active .tj-scroll-progress-ind-inner{width:100%}

/* !END: Service CSS */

/* !END: Home 9 About CSS  */

/* !END: Team CSS */

/* !END: Testimonial CSS */

/* !END: CTA CSS */

/* !END: Case Study CSS */

/* !END: Blog CSS */

/* !END: Theme Header CSS */

/* !END: Theme Footer CSS */

/* !END: Hero CSS */

/* !END: Service CSS */

/* !END: Home 10 About CSS  */

/* !END: Process CSS */

/* !END: Case Study CSS */

/* !END: Testimonial CSS */

/* !END: Pricing CSS */

/* !END: Blog CSS */