:root{
  --body-font:'Open Sans';
  --white:#ffffff;
  --black:#000000;
  --dark:#17242F;
  --gray:#676A6C;
  --orange:#FF5900;
}
/* 1. Create a Clean Base
------------------------------------------------------------------------------*/
html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox 
{background: transparent; border: 0; font-size: 100%; margin: 0; outline: 0; padding: 0; vertical-align: baseline;}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0; padding:0;}
html, body{ -webkit-appearance:none; appearance:none; border:none; -webkit-text-size-adjust:none;}
ul {list-style-type: none}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body{padding: 0;margin: 0;font-family: var(--body-font); font-size:16px; font-weight: 400; color:var(--gray); line-height:26px; letter-spacing:0; box-sizing: border-box; overflow-x: hidden; direction: rtl; text-align: start; }
*,*:after, *:before {box-sizing: border-box;}
.bg-cover {background-size: cover; background-position: center; background-repeat: no-repeat;}
.bg-cover > img {opacity: 0; width: 100%;}

h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6 {margin: 0; font-family: var(--body-font); font-weight: 400;color:#17242F; line-height:1; }
h1,.h1{font-size: 70px;font-weight: 800;color: var(--white);}
h2,.h2{font-size: 50px;color: #17242F;line-height: 68px;font-weight: 700;}
h2 em{font-style:normal;color: var(--orange);}


p {color: var(--white);font-size: 24px;line-height: 40px;font-weight: 400;}
p:last-child {margin-bottom: 0;}

strong {font-weight: 700;}
hr {border:0 var(--dark) solid; border-top-width: 2px; clear: both; height: 0;}
ol {list-style: decimal;}

/* 3. Images
------------------------------------------------------------------------------*/

img {max-width: 100%; border: 0; border-style: none; height: auto;display: block;}
/* 4. Links
------------------------------------------------------------------------------*/   

a {color:var(--white); text-decoration:none;transition: 0.5s; display: inline-block;font-size: 20px;line-height: 24px;font-weight: 400;}
/* 5. Forms
------------------------------------------------------------------------------*/

input[type="search"], input[type="text"], input[type="date"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea, select {margin: 0 0 0 0;  padding:9px 10px;  border-radius:5px; background-color:transparent; border: 0; border:1px solid #231F20; display: inline-block; vertical-align: middle; font-family: var(--body-font); font-weight: 600;color: #231F20; font-size:15px; line-height:20px; position: relative;outline: none;box-shadow: none;text-align: start;text-decoration: none;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; overflow: hidden; position: relative;z-index: 1; text-transform: none; letter-spacing:0;  width: 100%; text-align: right;}
select {height:40px;}
input::-webkit-input-placeholder {color: #000;}
input:-moz-placeholder {color:#000; }
input::-moz-placeholder {color: #000; }
input:-ms-input-placeholder {color: #000;}
textarea::-webkit-input-placeholder {color: #000; }
textarea:-moz-placeholder {color:#000; }
textarea::-moz-placeholder {color: #000; }
textarea:-ms-input-placeholder {color: #000;}

textarea {resize: none;}

fieldset {border: 1px solid transparent;} 
/* 6. Tables
------------------------------------------------------------------------------*/

table {border-spacing: 0; border-collapse: collapse;}
td {text-align: start; font-weight: normal;}
/* 7. Framework
------------------------------------------------------------------------------*/

.wrapper{max-width: 1394px; width: 100%; margin: 0 auto;position: relative;}

.d_flex{ display:flex;flex-wrap: wrap;justify-content: flex-start;}
.d_flex_jc{justify-content:center;}
.d_flex_je{justify-content:flex-end;}
.d_flex_jb{justify-content:space-between;}
.d_flex_as{align-items: flex-start;}
.d_flex_ac{align-items: center;}
.d_flex_ae{align-items: flex-end;}
.d_flex_rr{flex-direction: row-reverse;}
.text-center{text-align: center;}
.text-left{text-align: start;}
.text-right{text-align: end;}

a,.in,.sub,::after,::before{transition: 0.4s ease all;-webkit-transition: 0.4s ease all;-moz-transition: 0.4s ease all;-o-transition: 0.4s ease all;}

.btn{border: 1px solid var(--white);padding: 17px 43px;border-radius: 48px;}
.btn:hover{border-color: var(--orange);color: var(--white);background-color: var(--orange);}
.btn_orange{border-color: var(--orange);color: var(--white);background-color: var(--orange);margin-left: 16px;}
.btn_orange:hover{background-color: transparent;border-color: var(--white);}

.bg{position: absolute;top: 0;right: 0;width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;background-position: center;}
/* page start */
header{position: fixed;top: 0;width: 100%;right: 0;z-index: 999;padding: 28px 59px;transition: 0.4s ease all;}
header.fixed{background-color: #1A1A1A;}
header nav ul {}
header nav ul li:not(:last-child){margin-inline-end:55px;}
header nav ul li a{position: relative;}
header nav ul li a::after{content: '';position: absolute;right: 0;height: 1px;background-color: var(--orange);width: 0%;bottom: -7px;opacity: 1;}
header nav ul li a:hover:after,
header nav ul li a.active:after{width: 100%;}

.banner{min-height: 946px;position: relative;padding: 209px 272px 142px 40px;overflow: hidden;}
.banner .ban_left_layer{position: absolute;top: 0;left: 0;}
.banner .ban_right_layer{position: absolute;bottom: 0;right: 0;}
.banner .justi_text{position: absolute;bottom:-20px;right: 0;left: 0;margin: 0 auto;}
.banner .col{position: relative;z-index: 2;max-width: 705px;}
.banner .col h1{margin-bottom: 15px;}
.banner .col p{font-size: 26px;margin-top: 21px;max-width:635px;}
.banner .col .btn_col{margin-top: 51px;}

.why_justi{padding: 187px 0;}
.why_justi .inner { width: fit-content; margin: 0 auto; margin-right: 277px;}
.why_justi .img_col{width:534px;height: 723px;position: relative;margin-left: 160px;}
.why_justi .img_col::after,
.why_justi .img_col::before{content:'';position: absolute;top: -9px;left: -9px;border-radius: 64px;background-color: var(--orange);width: 77.5%; height: 55.5%;}
section.why_justi .img_col::before{top: auto;left: auto;background-color:#2370A9;right: -9px;bottom: -9px;}
.why_justi .img_col .img { position: relative; z-index: 1; min-height: 100%; object-fit: cover; object-position: center; border-radius: 64px; }
.why_justi .img_col .img_dot { position: absolute; left: -26px; bottom: -20px;}

.why_justi .text_col{width: 534px;}
.why_justi .text_col p{color: #676A6C;font-size: 16px;line-height: 26px;margin-top:23px;}
.why_justi .text_col ul{margin-top:42px;}
.why_justi .text_col ul li{display: flex;align-items: center;flex-wrap: wrap;padding: 11.5px 0;margin-bottom: 10px;}
.why_justi .text_col ul li .img{width: 70px;height: 70px;border-radius: 12px;background-color: #F5F5F5;display: flex;justify-content: center;align-items: center;}
.why_justi .text_col ul li .text{width: calc(100% - 70px);padding-right: 30px;}
.why_justi .text_col ul li h5{color: #17242F;font-size: 35px;font-weight: 300;line-height: 30px;}
.why_justi .text_col ul li h6{color: #17242F;font-size: 22px;font-weight: 400;line-height: 50px;}

.demo_system{background-color: #EEEEEE;}
.demo_system .left_col{background-color: var(--orange);width: 629px;padding:43px 17px 58px 0;position: relative;}
.demo_system .left_col .demo_phone{    position: absolute; bottom: -141px; right: -152px;}
.demo_system .text{max-width: 630px;margin-left: 269px;}
.demo_system h2{font-weight: 400;}
.demo_system p{color: #545B65;margin-top: 5px;}
.demo_system h4{color: #545B65;margin-top: 49px;font-size: 30px;line-height: 70px;font-weight: 700;}
.demo_system .btn{margin-top: 57px;}
.demo_system .btn:hover{background-color: #17242F;border-color: #17242F;}

.counter_sec{padding: 47px 391px 61px 0;}
.counter_sec ul li{padding: 0px 60px;border-right: 1px solid #E2E0D6;}
.counter_sec ul li:first-child{border: none;padding-right: 0;}
.counter_sec ul li h4{color: var(--black);font-size: 42px;font-weight: 700;line-height: 30px;margin-bottom: 28px;display: flex;align-items: center;}
.counter_sec ul li h4 span{}
.counter_sec ul li p{color: #545B65;font-size: 20px;line-height: 1;min-height: 41px;max-width: 122px;}

.who_suitable{padding: 191px 267px 178px 0;position: relative;}
.who_suitable .text_col{position: relative;max-width: 680px;}
.who_suitable h2{color: var(--white);font-weight: 400;display: flex;align-items: center;}
.who_suitable h2 img{margin: 0 8px;}
.who_suitable .text_col>p{line-height: 33px;margin-top: 29px;}
.who_suitable ul{max-width: 636px;margin-top: 118px;}
.who_suitable ul li{width: 50%;padding: 37px 10px 34px 38px;position: relative;}
.who_suitable ul li:nth-child(2n){padding: 37px 38px 34px 10px;}
.who_suitable ul li:first-child::after,
.who_suitable ul li:first-child::before{content:'';position: absolute;bottom: -1px;width: 100%;height: 2px;left: 0;background-color: #1657FF;}
.who_suitable ul li:first-child::before{height: 100%;width: 2px;bottom: 0;left: -1px;background-color: #2370A9;}
.who_suitable ul li:nth-child(4)::after,
.who_suitable ul li:nth-child(4)::before{content:'';position: absolute;top: -1px;width: 100%;height: 2px;right: 0;background-color: #EE27FF;}
.who_suitable ul li:nth-child(4)::before{height: 100%;width: 2px;top: 0;right: -1px;background-color: #FF9B00;}
.who_suitable ul li h3{color: var(--white);font-size: 34px;line-height: 46px;font-weight: 700;}
.who_suitable ul li p{font-size: 18px;line-height: 25px;margin-top: 3px;}
.who_suitable .circle_img{position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}
.suitable_imges{width: 805px;height: 598px;position: absolute;left:51px;bottom: 157px;
  /* border: 1px solid #fff; */
}
.suitable_imges .col{position: absolute;width: 226px;height: 226px;z-index: 1;}
.suitable_imges .col img{ min-height: 100%; object-fit: cover; object-position: center; border-radius: 50%;border: 2px solid var(--white);}
.suitable_imges .col1{width: 150px;height: 150px;left:13%;top: 10px;}
.suitable_imges .col2{left: 44%;top: 0;}
.suitable_imges .col3 { top: 22%; right: 0; }
.suitable_imges .col3 img,
.suitable_imges .col4 img{border: none;}
.suitable_imges .col4{left: 20%; top: 30%;}
.suitable_imges .col5 { bottom: 8%; right: 19%; }
.suitable_imges .col5 img{border-width: 8px;}
.suitable_imges .col6{width:295px;height: 295px;left: 0; bottom:-24px; }
.suitable_imges .col6 img{border-width: 7px;}




.who_work_for_you{padding: 81px 0 57px;}
.who_work_for_you h2{text-align: center;display: flex;align-items: center;justify-content: center;font-weight: 400;}
.who_work_for_you h2 img{margin: 0 8px;}
.who_work_for_you .title p{color: #545B65;font-size: 20px;line-height: 28px;margin-top: 16px;text-align: center;}
.who_work_for_you .col .img{height: 150px;    display: flex ; justify-content: center; align-items: flex-end;}
.who_work_for_you .col .img span{height: 120px;width: 120px;margin: 0 auto;display: flex;justify-content: center;align-items: center;border: 3px solid #FF5900;border-radius: 50%;transition: 0.4s ease all;}
.who_work_for_you .col h5{color: #17242F;font-size: 25px;line-height: 56px;font-weight: 400;text-align: center;margin-top:30px;}
.who_work_for_you .col p{color: #545B65;font-size: 20px;line-height: 28px;font-weight: 400;text-align: center;    max-width: 250px;margin:2px auto 0;}

.who_work_for_you .inner{margin-top: 125px;position: relative;}
.who_work_for_you .inner::after,
.who_work_for_you .inner::before{content:'';position: absolute;top: 0;height: 100%;width:477px;right: 0;background-image: url(../images/layes_white.png);background-repeat: no-repeat;background-size: 100% 100%;z-index: 2;}
section.who_work_for_you .inner::before{left: 0;right: auto;transform: scale(-1);}
.who_work_for_you .swiper-slide.swiper-slide-active .img span{width: 150px;height: 150px;}
.who_work_for_you .swiper-pagination{position: relative;bottom: 0;margin-top: 62px;}
.who_work_for_you .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;background-color: #D9D9D9;opacity: 1;margin:3.5px;}
.who_work_for_you .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--orange) !important;}
.who_work_for_you .swiper_nav{}
.who_work_for_you .swiper_nav>div{width: 65px;height: 65px;border: 2px solid #B0B5B9;border-radius: 50%;top: calc(50% - 32.5px);}
.who_work_for_you .swiper_nav>div:hover{box-shadow: 0 14px 44px #0E142214;}
.who_work_for_you .swiper_nav>div.swiper-button-next{left:119px;right: auto;}
.who_work_for_you .swiper_nav>div.swiper-button-prev{right:119px;left: auto;}
.who_work_for_you .swiper_nav>div::after{display: none;}

.review_sec{padding: 51px 275px 11px 0;}
.review_sec .col{display: flex;padding-right:35px;}
.review_sec .col .img{width: 340px;height: 340px;min-width: 340px;}
.review_sec .col .img img{ min-height: 100%; object-fit: cover; object-position: center; border-radius: 20px;}
.review_sec .col .text{padding: 22px 38px 22px 0;}
.review_sec .col .review_text{margin-top: 41px;}
.review_sec .col h3{color: var(--black);font-size: 24px;line-height: 30px;min-height: 60px;font-weight: 500;    max-width: 320px;}
.review_sec .col p{color:#545B65;font-size: 20px;margin-top: 20px;max-width:388px;    letter-spacing: -1px;  overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.review_sec .col h5{color:#545B65;font-size: 18px;font-weight: 400; letter-spacing: -1px;line-height: 35px;margin-bottom: 4px;}
.review_sec .inner{position: relative;}
/* .review_sec .swiper-slide{width: 821px;} */
.review_sec .swiper-slide.swiper-slide-active{margin-left: 0 !important;}
.review_sec .swiper-slide.swiper-slide-active .col h3{font-size: 30px;}
.review_sec .swiper-slide.swiper-slide-active .col h5{font-size: 26px;}
.review_sec .swiper-slide.swiper-slide-active .col p{font-size: 25px;}
.review_sec .swiper-pagination{position: relative;bottom: 0;margin-top: 62px;}
.review_sec .swiper-pagination .swiper-pagination-bullet{width: 16px;height: 16px;background-color: #D9D9D9;opacity: 1;margin:0 7px;position: relative;}
.review_sec .swiper-pagination .swiper-pagination-bullet::after{    content: ''; position: absolute; width: 30px; height: 30px; border: 1px solid var(--orange); top: 0; right: auto; left: -7px; bottom: 0; margin: auto; border-radius: 50%;transition: 0.4s ease all;transform: scale(0);}
.review_sec .swiper-pagination .swiper-pagination-bullet-active{background-color: var(--orange) !important;}
.review_sec .swiper-pagination .swiper-pagination-bullet-active::after{transform: scale(1);}

.review_sec .swiper_nav>div{width: 47px;height: 47px;background-color:var(--orange);border-radius: 50%;top: calc(50% - 23.5px);transition: 0.4s ease all;}
.review_sec .swiper_nav>div:hover{box-shadow: 0 14px 44px #0E142214;}
.review_sec .swiper_nav>div.swiper-button-next{left:109px;right: auto;}
.review_sec .swiper_nav>div.swiper-button-prev{right:109px;left: auto;transform: scale(-1);}
.review_sec .swiper_nav>div::after{display: none;}

.faq_sec{padding: 88px 0 110px;}
.faq_sec .inner{max-width: 1386px;margin: 0 auto;}
.faq_sec .inner>div{width: 50%;}
.faq_sec h2{font-weight: 400;font-size: 40px;line-height: 63px;}
.faq_sec h3{font-weight: 400;font-size: 40px;line-height: 56px;color: var(--black);padding: 30px 20px 30px 40px;position: relative;cursor: pointer;}
.faq_sec h3 span{width: 18px;height: 18px;position: absolute;left: 20px;top: 50px;}
.faq_sec h3 span::after,
.faq_sec h3 span::before{width: 100%;content: '';height: 2px;left: 0;top: 0;right: 0;bottom: 0;margin: auto;background-color: var(--black);position: absolute;transition: 0.4s ease all;}
.faq_sec h3 span::before{transform: rotate(90deg);}
.faq_sec h3.open span::before{transform: rotate(0deg);}
.faq_sec .btn{margin-top: 128px;}
.faq_sec .btn:hover{    background-color: #17242F; border-color: #17242F;}
.faq_sec .right_col p{color: #545B65;font-size: 22px;line-height: 36px;margin-top: 14px;    max-width: 470px;}
.faq_sec .text {padding:0 20px 20px;display: none;}
.faq_sec .text p{color: #545B65;font-size: 22px;line-height: 36px;}
.faq_sec .colin{border-bottom: 1px solid #D0D0D0;}
.faq_sec .colin:not(:last-child){margin-bottom: 10px;}

.comparison_solutions{padding: 294px 0 580px;position: relative;}
.comparison_solutions .wrapper{max-width: 1366px;}
.comparison_solutions .text{width: 570px;padding-top: 80px;}
.comparison_solutions .text h2{font-weight: 400;line-height: 86px;color: var(--white);}
.comparison_solutions .text p{font-size: 22px;line-height: 36px;margin-top: 26px;    max-width: 520px}
.comparison_solutions .text h3{font-size: 40px;line-height: 36px;margin-top: 47px;font-weight: 300;color: var(--white);}
.comparison_solutions .text .btn{margin-top: 53px;}
.comparison_solutions .table{width: 652px;padding: 80px 30px 75px;position: relative;}
.comparison_solutions .table .bg{background-color:var(--white);border-radius: 20px;z-index: 1;}
.comparison_solutions .table::after,
.comparison_solutions .table::before{content:'';position: absolute;right:65px;top: -45px;background-color: var(--orange);border-radius: 50%;width: 150px;height: 150px;z-index: 0;}
section.comparison_solutions .table::before{right:auto;top: auto;width: 72px;height: 72px;left: -25px;bottom:-21px;}
.comparison_solutions .table ul{display: flex;align-items: center;flex-wrap: wrap;position: relative;z-index: 2;}
.comparison_solutions .table ul li{color: #17242F;font-size: 21px;line-height: 30px;font-weight: 400;border-bottom: 1px solid #D8D8D8;width: 27%;padding: 15px 0;}
.comparison_solutions .table ul li img{margin: 0 auto;display: block;}
.comparison_solutions .table ul li span{color: #545B65;font-size: 14px;display: block;}
.comparison_solutions .table ul li+li{text-align: center;width: 24.33%;}
.comparison_solutions .table ul.details li:first-child{border:none;}
.comparison_solutions .table p{color: #545B65;font-size: 16px;line-height: 28px;text-align: center;margin-top: 51px;position: relative;z-index: 2;}

.justi_can_help{position: relative;}
.justi_can_help .justi_text{display: block;margin: 0 auto;position: relative;bottom:-11px;margin-top: 91px;}
.justi_can_help .inner{background-color: var(--white);border: 1px solid #FFFFFF38;max-width: calc(100% - 400px);margin-bottom: 92px;text-align: center;margin: 0 auto;padding: 104px 0;border-radius: 40px;box-shadow:0 20px 30px #cfcfcf63;margin-top: -300px;}
.justi_can_help .col{max-width: 790px;margin: 0 auto;}
.justi_can_help h2{color: #17242F;font-weight: 400;font-size: 76px;line-height: 88px;}
.justi_can_help p{color: #17242F;font-weight: 400;font-size: 20px;line-height: 28px;margin-top: 45px;}
.justi_can_help .btn_col{margin-top: 45px;}
.justi_can_help .btn{margin: 0;padding: 22px 43px;}
.justi_can_help .btn_gray{background-color: #545B65;border-color: #545B65;margin-left: 35px;}
.justi_can_help .btn_gray:hover{background-color: var(--orange);border-color: var(--orange);}
.justi_can_help .btn_orange:hover{background-color: #545B65;border-color: #545B65;}

footer{background-color: #1A1A1A;}
footer .wrapper{max-width: 1686px;}
footer .footer_top{padding: 55px 0 42px;border-bottom: 1px solid #535353;}
footer .logo_text{width: 303px;}
footer .logo_text p{color: var(--white);font-size: 15px;line-height:20px;margin-top: 18px;}
footer .social_icon{margin-top: 38px;}
footer .social_icon li{margin-left: 15px;}
footer .social_icon li a{display: flex;justify-content: center;align-items: center;border-radius: 50%;width: 35px;height: 35px;border: 1.5px solid #535353;}
footer .links{}
footer .links .col{margin-left: 152px;}
footer .links .col:last-child{margin-left:0;}
footer .links .col h3{color: #FFFFFF;font-weight: 400;font-size: 16px;line-height: 28px;margin-bottom: 15px;}
footer .links .col ul {}
footer .links .col ul li {}
footer .links .col ul li a{font-size: 16px;line-height: 30px;font-weight: 300;color: var(--white);opacity: 0.7;}
footer .links .col ul li a:hover{color: var(--orange);opacity: 1;}
footer .stay_updated {width: 338px;background-color: #313131;border-radius: 20px;padding: 41px 44px;}
footer .stay_updated h3{font-size: 16px;line-height: 28px;margin-bottom: 15px;color: var(--white);font-weight: 400;}
footer .stay_updated p{font-size: 12px;line-height: 16px;color: var(--white);opacity: 0.7;margin-top: 20px;}
footer .stay_updated .col_form{width: 100%;position: relative;}
footer .stay_updated .col_form .in{border: 1.5px solid #E7E8F2;border-radius: 6px;height: 50px;background-color: #fff;padding: 0 7px 0 50px;color: #7A7E92;font-size: 14px;font-weight: 400;}
footer .stay_updated .col_form .in:focus{border-color: var(--orange);}
footer .stay_updated .col_form .in::placeholder{color: #7A7E92;}
footer .stay_updated .col_form .sub { width: 50px; height: 50px; background-color: var(--orange); border-radius: 6px 0 0 6px; position: absolute; left: 0; top: 0; z-index: 1; font-size: 0;background-image: url(../images/sub.svg);background-repeat: no-repeat;background-position: center;display: block;cursor: pointer;}
footer .stay_updated .col_form .sub:hover{background-color: #545B65;}
footer .footer_middle {padding: 42px 0 52px;}
footer .footer_middle li:not(:last-child){margin-left: 25px;}
footer .footer_middle li a{font-size: 13px;line-height: 18px;font-weight: 300;color: var(--white);opacity: 0.7;}
footer .footer_middle li a:hover{color: var(--orange);opacity: 1;}
footer .footer_last {background-color: #2E2F31;padding: 10.5px;}
footer .footer_last p{color: var(--white);font-weight: 300;font-size: 13px;line-height: 18px;}
footer .footer_last p a{color: #FF5900;font-weight: 300;font-size: 13px;line-height: 18px;text-decoration: underline;}

.contact_popup{position: fixed; top: 0; bottom: 0; width: 100%; height: 100%; z-index: 9999; display: flex ; justify-content: center; align-items: center; background-color: rgb(0 0 0 / 70%); backdrop-filter: blur(2px);opacity: 0;pointer-events: none;transition: 0.4s ease all;}
.contact_popup.open{opacity: 1;pointer-events: all;}
.contact_popup .inner{width:600px;height: fit-content;background-color: var(--white);border-radius: 20px;padding:50px 65px;position: relative;}
.contact_popup h2 { text-align: center; margin-bottom: 25px; font-size: 32px; font-weight: 500; }
.contact_popup .close { position: absolute; top: -15px; right: -15px; width: 40px; height: 40px; background-color: var(--orange); border-radius: 10px; color: #fff; font-size: 30px; padding: 4px 11.5px 0; font-weight: 500; cursor: pointer; }
.contact_popup .in{margin-bottom: 20px;border-color: #17242F;height: 45px;}
.contact_popup textarea.in{height: 90px;}
.contact_popup .in:focus{border-color: var(--orange);}
.contact_popup .sub {display: block;margin: 0 auto;cursor: pointer;margin-top: 30px;    font-size: 20px;}
.contact_popup .sub:hover{background-color: #17242F;}


/* animtion */
.banner .col h1,
.banner .col img,
.banner .col p,
.banner .col .btn_col{opacity: 0;transform:translateY(100px);transition: 0.4s ease all;}
.banner .col img{transition-delay: 0.1s;}
.banner .col p{transition-delay: 0.2s;}
.banner .col .btn_col{transition-delay: 0.3s;}
.banner .col.active h1,
.banner .col.active img,
.banner .col.active p,
.banner .col.active .btn_col{opacity: 1;transform:translateY(0px);}

.banner .justi_text{opacity: 0;transform:translateY(300px);transition: 0.4s ease all;transition-delay: 0.3s;}
.banner .justi_text.active {opacity: 1;transform:translateY(0px);}

.animate{opacity: 0;transition: 0.4s ease all;transition-delay: 0.1s;}
.animate.come-in{opacity: 1;}
.animate_scroll{opacity: 0;transition: 0.4s ease all;transform:translateY(80px);transition-delay: 0.1s;}
.animate_scroll.come-in{opacity: 1;transform:translateY(0px);}
.animate_scale{opacity: 0;transition: 0.4s ease all;transform:scale(0);transition-delay: 0.1s;}
.animate_scale.come-in{opacity: 1;transform:scale(1);}











