
/*--------------------------------------------------------------------- Techical Develoment Theme ---------------------------------------------------------------------*/
/*---------------------------------------------------------------------         By NetPlanet      ---------------------------------------------------------------------*/
/*---------------------------------------------------------------------  2023    Version    1.0.2 ---------------------------------------------------------------------*/


/*---------------------------------------------------------------------------- Import FONTS ---------------------------------------------------------------------------*/

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

/*------------------------------------------------------------------------------- DEFAULTS ----------------------------------------------------------------------------*/

html,body{font-size: 16px;font-family: 'Manrope', sans-serif;font-weight: 300;line-height: 1.3125rem;letter-spacing: -0.03em;scroll-behavior: smooth;}

.grecaptcha-badge{display: none !important;}

:root{--color-0:#EC1E27;--color-1:#FF545B;--color-2:#72D257;--color-3:#FCF150;--color-4:#1D2335;--color-5:#2D3544;--color-6:#4E64B9;--color-7:#949CAA;--color-8:#000000;--color-9:#1C1D1D;--color-10:#3F3F3F;--color-11:#444444;--color-12:#7C7C7C;--color-13:#A7A7A7;--color-14:#E6E6E6;--color-15:#F3F3F3;--color-16:#FFFFFF;}

/* //NOTE Fonts  */ 

.txt.--up,.ttl.--up,.sbttl.--up{text-transform: uppercase;}

.ttl{font-family: 'Manrope', sans-serif;font-size: 80px;font-weight: 800;line-height: 109px;letter-spacing: -0.05em;}

.ttl.--2{font-family: 'Manrope', sans-serif;font-size: 50px;font-weight: 800;line-height: 50px;letter-spacing: -0.05em;}

.ttl.--3{font-family: 'Manrope', sans-serif;font-size: 50px;font-weight: 400;line-height: 60px;letter-spacing: -0.05em;}

.ttl.--4{font-family: 'Manrope', sans-serif;font-size: 40px;font-weight: 700;line-height: 60px;letter-spacing: -0.05em;}

.sbttl{font-family: 'Manrope', sans-serif;font-size: 20px;font-weight: 700;line-height: 27px;letter-spacing: 0em;}

.sbttl.--2{font-family: 'Manrope', sans-serif;font-size: 16px;font-weight: 700;line-height:17px;letter-spacing: 0em;}

.sbttl.--3{font-family: 'Manrope', sans-serif;font-size: 15px;font-weight: 700;line-height:15px;letter-spacing: 0em;}

.sbttl.--4{font-family: 'Manrope', sans-serif;font-size: 16px;font-weight: 400;line-height:18px;letter-spacing: 0em;}

.sbttl.--5{font-family: 'Manrope', sans-serif;font-size: 15px;font-weight: 400;line-height:21px;letter-spacing: -0.03em;}

.txt{font-family: 'Manrope', sans-serif;font-size: 15px;font-weight: 300;line-height: 21px;letter-spacing: 0.03em;}

.txt.--1{font-family: 'Manrope', sans-serif;font-size: 14px;font-weight: 500;line-height: 14px;letter-spacing: 0em;}

.txt.--2{font-family: 'Manrope', sans-serif;font-size: 12px;font-weight: 400;line-height: 13px;letter-spacing: 0em;}

a{color: inherit;text-decoration: none;transition:all 250ms ease-in-out;}

a:hover{color: inherit;text-decoration: none;}

p{margin-bottom: 0px;}

ul,ol{padding: 0px; margin: 0px; list-style: none;}

.user-input a{color: revert;-webkit-text-decoration:  revert;text-decoration:  revert;}

.user-input a:hover{color: revert;-webkit-text-decoration: revert;text-decoration: revert;}

.user-input p{margin-bottom: revert;}

.user-input ul,.user-input ol{padding: revert; margin: revert; list-style: revert;}

.user-input strong{font-weight: 700;font-size: 20px;}

.c-container{max-width: 1600px;padding: 0px 16px;margin: auto;}

.c-btn,.c-btn:visited{display: inline-block;padding: 15px 35px 17px 35px;background-color:var(--color-0);border-radius: 46px;border: var(--color-0) 1px solid;color: var(--color-16);}

.c-btn:hover, .c-btn:focus {padding: 15px 35px 17px 35px;background-color:var(--color-6);border-radius: 46px;border: var(--color-6) 1px solid;color: var(--color-16);box-shadow: 0px 0px 5px 2px rgba(71, 100, 191, 0.4), 0px 0px 23px rgba(71, 100, 191, 0.86);}

.c-btn:active{box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4), 0px 0px 23px rgba(0, 0, 0, 0.86) !important}

main{min-height: 40vh;}

.hdr-ttl{display: flex;flex-direction: column;margin-bottom: 16px;}

.hdr-ttl .ttl-br{height: 15px;width: 56px;margin-bottom: 24px;background-color: var(--color-0);border-radius: 46px;}

.slider-controls a{color:var(--color-0);font-size: 18px;}

.slider-controls{display: flex; gap: 24px;}

.slider-controls a.slick-disabled{color: #7C7C7C;}

.slider-controls a:last-child{font-size: 25px !important;margin-top: -3px;}

a.link-a{color: #FFFFFF;transition: all 250ms ease-in-out}

a.link-a:hover{color: var(--color-0) !important;}

.video{aspect-ratio: 16 / 9;width: 100%;}

/*------------------------------------------------------------------------------- DEFAULTS ----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------- HEADER -----------------------------------------------------------------------------*/

.header{position: absolute;top: 0;width: 100%;z-index: 3;}

.header .c-container{max-width: 1800px;padding: 32px 16px;margin: auto;}

.header .content{display: flex;align-items: baseline}

.header .content > .box{width: 33.3%;}

.header .content > .box:nth-child(2){display: flex;justify-content: center;align-items: center;color: var(--color-16);}

.header .content > .box:nth-child(3){display: flex;justify-content: flex-end;align-items: center;gap: 32px;color: var(--color-16);}

.header .dropdown-toggle::after{color: var(--color-0);}

.header .icon{color: var(--color-0);transition: all 250ms ease-in-out;}

.header .c-btn{padding: 15px 35px 17px 35px;background-color:transparent;border-radius: 46px;border: var(--color-0) 1px solid;color: var(--color-16);}

.header .c-btn.--second{border-color: var(--color-16);}

.header .c-btn:hover,.c-btn:focus{background-color:var(--color-0);border-radius: 46px;border: var(--color-0) 1px solid;color: var(--color-16);box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4), 0px 0px 23px rgba(255, 0, 0, 0.86)}

.header .c-btn:hover .icon,.c-btn:focus .icon{color: var(--color-16);}

.header .c-btn:active{box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4), 0px 0px 23px rgba(0, 0, 0, 0.86);}

.header .onlymobile{display: none;}

.header .mr {margin-right: 16px;}

.header-2 {position: relative;background-image: url(../img/header-bg.png);background-size: cover;background-repeat: no-repeat;background-position: center;}

.menu-container{max-width: 430px;margin: 0px auto;padding: 58px 16px 0px 16px;width: 100%;z-index: 5;}

.modal-header-border{z-index: 5;background: linear-gradient(356deg, rgba(43, 53, 69, 0) 0%, #2B3545 51.04%, rgba(43, 53, 69, 0) 100%);opacity: 0.4;/* transform: rotate(90deg); */width: 85%;min-height: 1px;margin: 0px auto;}

#menu{padding-right: 0px !important;}

#menu .modal-dialog{max-width: 612px;transform: translate(612px,0);margin: 0px;margin-left: auto;} 

#menu .modal-header{align-items:center;border: transparent;padding: 0px;margin-bottom: 36px;color: var(--color-5);}

#menu .modal-content{background-color: #e6e6e6;position: relative;overflow: hidden;min-height: 100vh;}

#menu .bg-dec-0{position: absolute;z-index: 2;background-color: #F3F3F3;/* top: 0px; */top: 9px;right: -356px;height: 300px;width: 700px;transform: rotate(56deg);opacity: 0.5;}

#menu .bg-dec-1{position: absolute;z-index: 2;background-color: #F3F3F3;;bottom: -106px;left:-20px;height: 222px;width: 700px;transform: rotate(340deg);}

#menu {padding-left: 0px !important;}

#menu.show .modal-dialog{transform: none;}

#menu .icms-cats{margin-bottom: 64px;}

#menu .icms-cats li {margin-bottom: 32px;}

#menu .icms-cats li a{color: var(--color-7);transition:all 250ms ease-in-out;}

#menu .icms-cats li a:hover,.icms-cats li a:focus{color: var(--color-5);}

#menu .close{font-size: 18px; color: #EC1E27;opacity: 1;}

#menu .icms-cats li:hover{color:var(--color-5);}

#menu .c-btn{background-color: transparent;color: var(--color-5);margin-bottom: 48px;}

#menu .c-btn:hover,.c-btn:focus{padding: 15px 35px 17px 35px;background-color:var(--color-0);border-radius: 46px;border: var(--color-0) 1px solid;color: var(--color-16);box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4), 0px 0px 23px rgba(255, 0, 0, 0.86)}

#menu .socials{display: flex;gap: 24px;margin-bottom: 53px;}

#menu .socials li{border:#7C7C7C solid 1px ;width: 37px;height: 37px;border-radius:14px;display: flex;align-items: center;justify-content: center;color: var(--color-0);font-size: 18px;}

#search .modal-dialog{max-width: 100%;margin: 0px;min-height: 100vh;background: linear-gradient(90deg, #4159A4 -23.93%, #162746 47.36%, #1C2337 121.69%);transform: translate(0,0)}

#search .modal-content{background-color: transparent;border: none;margin: auto;display: flex;justify-content: center;align-items: center;min-height: 100vh;}

#search .seach-container{max-width: 1000px;margin: auto;color: var(--color-16);width: 100%;display: flex;flex-direction: column;align-items: center;}

#search .seach-container >.ttl{margin-bottom: 138px;}

#search .seach-container form{width: 100%;}

#search .seach-container .searchbar{margin-bottom: 39px;display: flex;width: 100%;justify-content: center;position: relative;}

#search .seach-container .searchbar::after{position: absolute;left: 140px;font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f002";top: 10px;}

#search .seach-container .searchbar > input{border: transparent solid 1px;background-color: transparent;box-shadow: none;width: 100%;max-width: 600px;margin-left: 50px;text-align: center;}

#search .seach-container .searchbar > input::-webkit-input-placeholder{text-align: center;}

#search .seach-container .searchbar > input::-moz-placeholder{text-align: center;}

#search .seach-container .searchbar > input:-ms-input-placeholder{text-align: center;}

#search .seach-container .searchbar > input::-ms-input-placeholder{text-align: center;}

#search .seach-container .searchbar > input::placeholder{text-align: center;}

#search .close{font-size: 18px; color: #EC1E27;opacity: 1;text-shadow: none;}

#search .close .sbttl{color:#7C7C7C ;}

#search .form-btn{color: var(--color-16);background-color: var(--color-0);}

#search .search-border{background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 51.04%, rgba(217, 217, 217, 0) 100%);opacity: 0.4;transform: rotate(180deg);min-height: 1px;width: 100%;margin-bottom: 88px;}

/*-------------------------------------------------------------------------------- HEADER -----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

.footer .ft-border{width: 100%;min-height: 1px;background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 51.04%, rgba(217, 217, 217, 0) 100%);opacity: 0.4;}

.footer .footer-top{background-color:#2D3544 ;box-shadow: 0px -6px 15px rgba(0, 0, 0, 0.25);}

.footer .footer-top .c-container{padding-top: 41px;padding-bottom: 67px;}

.footer .footer-top .logo{margin: auto;max-width: -webkit-fit-content;max-width: -moz-fit-content;max-width: fit-content;margin-bottom: 70px;}

.footer .footer-top .footer-cats{display: flex;justify-content: space-evenly;}

.footer .footer-top .footer-cats li{color: var(--color-16);}

.footer .footer-top .footer-cats li a:hover{color:var(--color-0)}

.footer .footer-bottom{background: linear-gradient(90deg, #4159A4 -23.93%, #162746 47.36%, #1C2337 121.69%);}

.footer .footer-bottom .c-btn{padding: 15px 35px 17px 35px;background-color:var(--color-0);border-radius: 46px;border: var(--color-0) 1px solid;color: var(--color-16);}

.footer .footer-bottom .c-btn:hover,.c-btn:focus{padding: 15px 35px 17px 35px;background-color:var(--color-6);border-radius: 46px;border: var(--color-6) 1px solid;color: var(--color-16);box-shadow: 0px 0px 5px 2px rgba(71, 100, 191, 0.4), 0px 0px 23px rgba(71, 100, 191, 0.86);}

.footer .footer-bottom .c-btn:active{box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4), 0px 0px 23px rgba(0, 0, 0, 0.86);}

.footer .footer-bottom .top-info{display: flex;align-items: center;padding-top: 56px;padding-bottom: 42px;}

.footer .footer-bottom .top-info .i-item{width: 15%;}

.footer .footer-bottom .top-info .i-item:nth-child(2){width: 70%;}

.footer .footer-bottom .top-info .i-item:last-child{justify-content: flex-end;}

.footer .footer-bottom .top-info .back-to-top{color: var(--color-0);background-color: transparent;border-color: #7C7C7C;transition: all 250ms ease-in-out;}

.footer .footer-bottom .top-info .back-to-top i{color: var(--color-16);margin-left: 8px;}

.footer .footer-bottom .top-info .back-to-top:hover,.footer .footer-bottom .top-info .back-to-top:focus{background-color: var(--color-0);color: var(--color-16);box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4), 0px 0px 23px rgba(255, 0, 0, 0.86);border-color: var(--color-0);}

.footer .footer-bottom .top-info .contact-list{display: flex;gap: 57px;justify-content: center;}

.footer .footer-bottom .top-info .contact-list .box{display: flex;flex-direction: column;align-items: center;gap: 26px;}

.footer .footer-bottom .top-info .contact-list .box a{color: var(--color-16);}

.footer .footer-bottom .top-info .contact-list .box i{color: var(--color-0);font-size: 30px;}

.footer .footer-bottom .top-info .socials{display: flex;gap: 24px;justify-content: flex-end;}

.footer .footer-bottom .top-info .socials li{border:#7C7C7C solid 1px ;width: 37px;height: 37px;border-radius:14px;display: flex;align-items: center;justify-content: center;color: var(--color-0);font-size: 18px;}

.footer .footer-bottom .bot-info{display: flex;padding-top: 56px;margin-bottom: 58px;}

.footer .footer-bottom .bot-info .b-item{width: 33.3%;}

.footer .footer-bottom .bot-info .b-item a{color: var(--color-16);display: flex;align-items: center;max-width: -webkit-fit-content;max-width: -moz-fit-content;max-width: fit-content;}

.footer .footer-bottom .bot-info .b-item a i{color: var(--color-0);padding-right: 24px;}

.footer .footer-bottom .bot-info .b-item:last-child {justify-content: flex-end;display: flex;}

.footer .footer-bottom .cta-info {display: flex;padding-bottom: 20px;}

.footer .footer-bottom .cta-info .b-item{width: 33.3%;color: #FFFFFF;display: flex;justify-content:space-between;}

.footer .footer-bottom .cta-info .b-item:first-child{justify-content: flex-start;}

.footer .footer-bottom .cta-info .b-item:last-child{justify-content: flex-end;}

.footer .footer-bottom .cta-info a:hover{text-decoration: underline;}

.footer .footer-bottom .cta-info i {color: var(--color-0); font-size: 22px;vertical-align: middle;}

.footer .custom-form{display: flex;align-items: baseline;gap: 20px;}

.footer .custom-form .form-title{color: var(--color-0);}

.footer .custom-form .bar{display: flex;align-items: center;position: relative;max-width: -webkit-max-content;max-width: -moz-max-content;max-width: max-content;margin-bottom: 8px;}

.footer .custom-form .bar input{height: 60px;background-color: transparent;border: #7C7C7C solid 1px;border-radius: 46px;color: #FFFFFF;width: 310px;}

.footer .custom-form .bar input::-webkit-input-placeholder{text-align: center;color: #ffffffbe;}

.footer .custom-form .bar input::-moz-placeholder{text-align: center;color: #ffffffbe;}

.footer .custom-form .bar input:-ms-input-placeholder{text-align: center;color: #ffffffbe;}

.footer .custom-form .bar input::-ms-input-placeholder{text-align: center;color: #ffffffbe;}

.footer .custom-form .bar input::placeholder{text-align: center;color: #ffffffbe;}

.footer .custom-form .bar .c-btn{padding: 5px 10px !important;border-radius: 6px;position: absolute;right: -15px;}

.footer .custom-form .bar .c-btn i{color: #FFFFFF !important;padding-right: 0px !important;}

.footer .custom-form .terms-link{color: var(--color-16) !important;}

.footer .custom-form  .terms-link span{color: var(--color-0);margin-left: 5px;}

.footer .custom-form .form-col{display: flex;flex-direction: column;align-items: center;}

/* -------------------- checkbox -------------------- */

.n-check{max-width: -webkit-fit-content;max-width: -moz-fit-content;max-width: fit-content;}

.checkbox label{width: 100% !important;}

.checkbox label:after, .radio label:after { content: ''; display: table; clear: both; }

.checkbox .cr, .radio .cr { position: relative; display: block; border: 1px solid #7C7C7C; border-radius: 8px; background: transparent; width: 16px; height: 16px; float: left; margin-right: 5px; margin-top: 2px; }

.radio .cr { border-radius: 50%; }

.checkbox .cr .cr-icon, .radio .cr .cr-icon { position: absolute; font-size: 14px; line-height: 0; top: 4px; left: 4px; color: #000; width: 6px; text-align: center; background: #EC1E27; height: 6px; border-radius: 3px; }

.radio .cr .cr-icon { margin-left: 0.04em; border-radius: 50%; }

.checkbox label input[type="checkbox"], .radio label input[type="radio"] { display: none; }

.checkbox label input[type="checkbox"]+.cr>.cr-icon, .radio label input[type="radio"]+.cr>.cr-icon { transform: scale(3) rotateZ(-20deg); opacity: 0; transition: all .3s ease-in; }

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon, .radio label input[type="radio"]:checked+.cr>.cr-icon { transform: scale(1) rotateZ(0deg); opacity: 1; }

.checkbox label input[type="checkbox"]:disabled+.cr, .radio label input[type="radio"]:disabled+.cr { opacity: .5; }

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/

/* //NOTE Homepage */

.hp-hero {position: relative;}

.hp-hero .hp-hero-slider{position: relative;z-index: 2;} 

.hp-hero .slide-container{max-width: 1232px;margin: auto;padding: 16px;padding-top: 290px;padding-bottom: 354px; position: relative;z-index: 1;min-height: 100vh;}

.hp-hero .hero-title-1{font-weight: 400;font-size: 50px;line-height: 68px;color: #EC1E27;max-width: 642px;}

.hp-hero .hero-title-2{font-weight: 800; font-size: 80px;line-height: 109px;letter-spacing: -0.05em;color: #FFFFFF;max-width: 642px;margin-top: -30px;}

.hp-hero .sum{color: var(--color-16);margin-bottom: 32px;max-width: 642px;}

.hp-hero .slider-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

.hp-hero .slider-overlay .bg-filter{position: absolute;top: 0;left: 0;width: 100%;height: 100%; background: linear-gradient(270deg, rgba(65, 89, 164, 0) 10.31%, rgba(26, 44, 78, 0.81) 55.76%, #162746 81.8%, #1C2337 100%);z-index: 1;pointer-events: none;}

.hp-hero .slider-overlay .hp-hero-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 0;}

.hp-hero .slide-bg{display: flex;width: 100%;background-size: cover;background-position: center;background-repeat: no-repeat;pointer-events: none;}

.hp-hero .slider-overlay .slick-list,.hp-hero .slider-overlay .slick-track{height: 100%;}

.hp-hero .hero-slider-controls{position: absolute;bottom: 78px;left: 0;z-index: 3;}

.hp-hero .slider-controls{padding: 16px 16px 0px 72px;}

.hp-hero .slide-counter{padding-left: 70px;}

.hp-hero .slide-counter .slick-dots button{background-color: transparent;color:#7C7C7C ;border: none;font-weight: 700; font-size: 20px; line-height: 27px;opacity: 0.2;transition:all 250ms ease-in-out;}

.hp-hero .slide-counter .slick-dots li.slick-active button{color: var(--color-16);opacity: 1;font-size: 40px;padding-left: 60px;}

.hp-hero .slide-counter .slick-dots li{position: relative;margin-bottom: 31px}

.hp-hero .slide-counter .slick-dots li::before{position: absolute;bottom: 15px;left: 0;width: 0%;max-width: 28px;height: 2px;background-color: var(--color-0);content: '';}

.hp-hero .slide-counter .slick-dots li.slick-active::before{width: 100%;transition:all 250ms ease-in-out;}

.hp-hero .hero-details{position: absolute;bottom:60px;left: 0;width: 100%;z-index: 2;}

.hp-hero .hero-details .c-grid{display: flex;}

.hp-hero .hero-details .detail{width: 33.3%;}

.hp-hero .hero-details .detail-box{max-width: 340px;}

.hp-hero .hero-details .detail-title{margin-bottom: 16px;color: #FF545B;}

.hp-hero .hero-details .detail-sum{margin-bottom: 16px;}

.hp-hero .hero-details i{color: #FF545B;}

.hp-hero .details-container{max-width: 1232px;margin: auto;padding: 16px;;position: relative;z-index: 1;color: var(--color-16);}



.hp-academy{background-color: #F1F1F1 ;}

.hp-academy .a-container{display: flex;width: 100%;padding: 96px 16px 96px 16px;min-height:475px;max-width: 1600px;margin: auto;flex-wrap: wrap;}

.hp-academy .block-wrapper{width: 25%;display: flex;justify-content: center;}

.hp-academy .block{background: linear-gradient(90deg, #4159A4 -23.93%, #162746 47.36%, #1C2337 121.69%);border-radius: 32px;width: 100%;max-width: 260px;max-height: 260px;display: flex;flex-direction: column;align-items: center;height: 100%;margin: 16px;}

.hp-academy .img-wrapper{display: flex;flex: 1;justify-content: center;align-items: center;padding: 8px;}

.hp-academy .sbttl{color: var(--color-1);padding: 32px 16px;}



.hp-about{background: linear-gradient(226deg, #D9D9D9 4.2%, #F1F1F1 77.37%);position: relative;z-index: 1;overflow: hidden;}

.hp-about .content{display: flex;flex-direction: row-reverse;height: 100%;}

.hp-about .info{width: 50%;padding: 100px 16px;position: relative;}

.hp-about .info .bg-dec{position: absolute;height: 100%;width: 20%;top: 0;right: -10px;z-index: 1;background-repeat: no-repeat;background-size: cover;}

.hp-about .info-wrapper{max-width: 700px;margin: auto; display: flex;flex-direction: column;gap :32px;z-index: 2;position: relative;}

.hp-about .sum , .hp-about .hdr-ttl{max-width: 540px;margin: 0px auto 0px 0px}

.hp-about .img-wrapper{width: 50%;background-size: cover;background-repeat: no-repeat;}




.hp-fields{background: linear-gradient(90deg, #1C2337  -23.93%, #162746 47.36%, #4159A4 121.69%);position: relative;z-index: 1;overflow: hidden;}

.hp-fields .c-container{position: relative;z-index: 2;padding-top: 100px;padding-bottom: 100px;max-width: 1600px;margin: auto;}

.hp-fields .content{display: flex;}

.hp-fields .info{width: 40%;display: flex;align-items: center;}

.hp-fields .hdr-ttl{margin-bottom: 20px;max-width: 430px;color: var(--color-16);}

.hp-fields .sum{margin-bottom: 32px;max-width: 800px;color: var(--color-16);}

.hp-fields .c-grid{width: 60%;color:#7C7C7C ;}

.hp-fields .c-grid-wrapper{max-width: 650px;margin: auto;min-height: 600px;position: relative;}

.hp-fields .box{display: flex;width: 100%;flex-wrap: wrap;}

.hp-fields .box-title{height: 100%;display: flex;align-items:center;justify-content: center;}

.hp-fields .lines-wrapper{display: flex;width: 100%;min-height: 1px;}

.hp-fields .h-border{width: 50%;min-height: 1px;background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 51.04%, rgba(217, 217, 217, 0) 100%);opacity: 0.4;}

.hp-fields .box .box-item{width: 33.3%;display: flex;gap: 11px;padding: 40px;text-align: center;flex-direction: column;margin-bottom: 1px;}

.hp-fields .box .box-item{transition: 250ms ease-in-out;max-height: 197px;}

.hp-fields .box .box-item:nth-child(1),.hp-fields .box .box-item:nth-child(2),.hp-fields .box .box-item:nth-child(3){border-radius: 22px 22px 0px 0px;}

.hp-fields .box .box-item:nth-child(7),.hp-fields .box .box-item:nth-child(8),.hp-fields .box .box-item:nth-child(9){border-radius: 0px 0px 22px 22px;}

.hp-fields .box .box-item:hover{background-color: #4764BF;}

.hp-fields .bg-dec{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;background-size: contain;background-repeat: no-repeat;}

.hp-fields .v-border-1{position: absolute;height: 65%;width: 1px;content: '';top: 20%;left: 66.6%;background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 51.04%, rgba(217, 217, 217, 0) 100%);opacity: 0.4;}

.hp-fields .v-border-2{position: absolute;height: 65%;width: 1px;content: '';top: 20%;left: 33.3%;background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 51.04%, rgba(217, 217, 217, 0) 100%);opacity: 0.4;}

.hp-fields .h-border-1{position: absolute;height: 1px;width: 100%;content: '';top: 32%;left: 0;background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 51.04%, rgba(217, 217, 217, 0) 100%);opacity: 0.4;}

.hp-fields .h-border-2{position: absolute;height: 1px;width: 100%;content: '';top: 64.6%;left: 0;background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #D9D9D9 51.04%, rgba(217, 217, 217, 0) 100%);opacity: 0.4;}

.hp-fields .box .box-item img{max-width: 110px;max-height: 70px;}


.hp-apps{background: linear-gradient(60.09deg, #D9D9D9 4.2%, #f1f1f1ec 77.37%);position: relative;z-index: 1;overflow: hidden;}

.hp-apps .c-container{position: relative;z-index: 2;padding-top: 100px;padding-bottom: 100px;max-width: 1600px;}

.hp-apps .content{display: flex;}

.hp-apps .info{width: 40%;display: flex;align-items: center;}

.hp-apps .hdr-ttl{margin-bottom: 20px;max-width: 430px;}

.hp-apps .sum{margin-bottom: 32px;max-width: 400px;}

.hp-apps .c-grid{width: 60%;display: flex;flex-wrap: wrap;}

.hp-apps .c-grid .card-wrapper{width: 33.3%;margin-bottom: 70px;padding: 0px 12px;}

.hp-apps .bg-dec-1{background: #F3F3F3;opacity: 0.5;-webkit-clip-path: polygon(0 58%, 0% 101%, 10% 103%);clip-path: polygon(0 58%, 0% 101%, 10% 103%);width: 100%;height: 100%;}

.hp-apps .bg-1-wrapper{position: absolute;content: '';top: 0;left: 0;width: 1920px;height: 100%;-webkit-filter: drop-shadow(8px 0px 16px #0000001c);filter: drop-shadow(8px 0px 16px #0000001c);}

.hp-apps .bg-dec-2{background: #F3F3F3;-webkit-clip-path: polygon(88% 0, 100% 0, 100% 100%, 68% 100%);clip-path: polygon(88% 0, 100% 0, 100% 100%, 68% 100%);;width: 100%;height: 100%;}

.hp-apps .bg-2-wrapper{position: absolute;content: '';top: 0;right: 0;width: 1920px;height: 100%;-webkit-filter: drop-shadow(8px 0px 16px #0000001c);filter: drop-shadow(8px 0px 16px #0000001c);}



.hp-video{background: linear-gradient(60.09deg, #D9D9D9 4.2%, #F1F1F1 77.37%);}

.hp-video .content{display: flex;}

.hp-video .info{width: 50%;padding-top: 64px;padding-bottom: 134px;position: relative;overflow: hidden;min-height: 500px;}

.hp-video .c-ttl{margin-bottom: 11px}

.hp-video .box{width: 50%;padding: 64px 32px;padding-bottom: 0px;}

.hp-video .info .bg-dec{position: absolute;height: 100%;width: 20%;top: 0;left: -10px;z-index: 1;background-repeat: no-repeat;background-size: cover;transform: scaleX(-1);}

.hp-video .info .c-container{max-width: 700px;padding: 0px;display: flex;flex-wrap: wrap;margin-right: 12%;position: relative;z-index: 2;}

.hp-video .c-video{width: 50%;background-size: cover;background-repeat: no-repeat;background-position: center;}




.hp-service{background: linear-gradient(90deg, #1C2337 -23.93%, #162746 47.36%, #4159A4 121.69%);padding: 155px 0px 158px 0px;position: relative;z-index: 1;overflow: hidden;}

.hp-service .c-container{position: relative;z-index: 1;}

.hp-service .content{display: flex;}

.hp-service .info{width: 40%;display: flex;align-items: center;}

.hp-service .hdr-ttl{margin-bottom: 20px;color:var(--color-16);max-width: 400px;}

.hp-service .sum{margin-bottom: 32px;max-width: 400px;color:var(--color-16);}

.hp-service .c-grid{width: 60%;display: flex;flex-wrap: wrap;}

.hp-service .c-grid .card-wrapper{width: 33.3%;margin-bottom: 70px;padding: 0px 12px;}

.hp-service .c-date{color: var(--color-0);margin-bottom: 20px;}

.hp-service .bg-dec{position: absolute;height: 100%;width: 100%;background-size: cover;top: 0;left: -491px;;background-repeat: no-repeat;}

/* -------------------- S-CARD -------------------- */

.s-card {box-shadow: 0px 7px 34px rgba(10, 9, 56, 0.22);border-radius: 20px;overflow: hidden;width: 100%;transition: all 250ms ease-in-out;position: relative;}

.s-card::before{background: linear-gradient(90deg, #4159A4 -64.88%, #162746 63.45%, #1C2337 197.23%);width: 100%;z-index: 1;content: '';position: absolute;top: 0;left: 0;height: 100%;transition: all 250ms ease-in-out;opacity: 1;}

.s-card:hover{background: linear-gradient(90deg, #415aa400 -64.88%, #16274600 63.45%, #1c233700 197.23%);}

.s-card .card-body{display: flex;padding: 0px;position: relative;}

.s-card .card-body::before{background-color:var(--color-6) ;width: 100%;z-index: 1;content: '';position: absolute;top: 0;left: 0;height: 100%;transition: all 250ms ease-in-out;opacity: 0;}

.s-card:hover .card-body::before{opacity: 1;}

.s-card .left{width: 58%;display: flex;align-items: center;padding: 16px;max-height: 100px;z-index: 2;}

.s-card .right{width: 42%;overflow: hidden;max-height: 100px;z-index: 2;}

.s-card .c-title{color: var(--color-16);}

.s-card img{max-width: 100%;height: auto;width: 100%;-webkit-filter: grayscale(1);filter: grayscale(1);transition: all 250ms ease-in-out;}

.s-card:hover img{-webkit-filter: grayscale(0);filter: grayscale(0);}

.s-card .img-wrapper{-webkit-clip-path: polygon(52% 0, 100% 0, 100% 100%, 0% 100%);clip-path: polygon(52% 0, 100% 0, 100% 100%, 0% 100%);overflow: hidden;}



.hp-testi{background: #2D3544;box-shadow: 0px -6px 15px rgba(0, 0, 0, 0.25);z-index: 2;position: relative;}

.hp-testi .c-container{padding: 0px;}

.hp-testi .content{display: flex; position: relative;}

.hp-testi .info-wrapper{padding: 56px 16px 43px 16px;}

.hp-testi .ttl{color: var(--color-0);margin-bottom: 24px;}

.hp-testi .info-2{display: flex;}

.hp-testi .info-2 .more{margin-left:115px ;}

.hp-testi .slider-wrapper{position: absolute;width: 100%;left: 0px;top: -28px;overflow: hidden;max-height: 238px;pointer-events: none;padding: 0 16px;}

.hp-testi .slider-wrapper .slider-space{width: 100%;padding-left: 300px;margin-left: 25px;}

.hp-testi .slide-wrapper {padding: 0px 26px;width: 100%;}

.hp-testi .t-card{width: 100%;}

/* -------------------- T-CARD -------------------- */

.t-card {max-width: 380px;margin:auto; background: linear-gradient(90deg, #161B24 0.47%, #2D394F 70.84%, #3A4A67 110.03%);border-radius: 20px 20px 0px 0px;overflow: hidden;pointer-events: auto;}

.t-card .card-top{display: flex;width: 100%;}

.t-card .card-top .left{width: 58%;padding: 27px 0px 0px 32px;}

.t-card .card-top .right{width: 42%;height: 100px;overflow: hidden;margin-left: 2px;margin-top: -2px;border-radius: 0px 22px 22px 0px;}

.t-card .img-wrapper{-webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);clip-path: polygon(40% 0, 100% 0, 100% 100%, 0% 100%);-webkit-mask-repeat:  no-repeat;mask-repeat: no-repeat;overflow: hidden;}

.t-card .card-top i{font-size: 27px;color: var(--color-0);}

.t-card .c-title{color: var(--color-1);}

.t-card .c-sub{color: var(--color-16);}

.t-card .card-body{padding: 18px 32px 38px 32px;color: var(--color-16);}

.t-card .c-full{max-width: 281px;}

.t-card img{min-height: 100px;width: 100%;}




.hp-products{background: linear-gradient(60.09deg, #D9D9D9 4.2%, #F1F1F1 77.37%);padding: 72px 0px;padding-bottom: 42px;}

.hp-products .c-container{padding-right: 0px;}

.hp-products .content{display: flex;}

.hp-products .info{width: 20%;display: flex;align-items: center;}

.hp-products .hdr-ttl{margin-bottom: 22px;}

.hp-products .sum{margin-bottom: 32px;max-width: 230px;}

.hp-products .c-grid{width: 80%;display: flex;flex-wrap: wrap;}

.hp-products .c-grid .card-wrapper{width: 25%;margin-bottom: 40px;padding: 0px 15px;}

.hp-products .c-card{max-width: 290px;margin: auto;}

.hp-products .c-card img{width: 100%;}

.hp-products .c-card .card-title{text-align: center;max-width: 200px;margin: auto;}

.hp-products .c-card .card-body{min-height: 80px;}




.hp-customers{background: #2D3544;box-shadow: 0px -6px 15px rgba(0, 0, 0, 0.25);position: relative;}

.hp-customers .ttl{color: var(--color-0);margin-bottom: 40px;}

.hp-customers .c-container{display: flex;padding-bottom: 45px;padding-top: 45px;align-items: center}

.hp-customers .slider-control{width: 18%;}

.hp-customers .slider{width: 82%;}

.hp-customers .slider-controls{margin-bottom: 32px;}

.hp-customers .sbttl{color: var(--color-16);}

.hp-customers .hp-customers-slider{width: 100%;}

.hp-customers .hp-customers-slider img{max-width: 100%;height: auto;}

.hp-customers .img-wrapper{width: 100%;display: flex;justify-content: center;align-items: center;}

.hp-customers .slick-track{display: flex;align-items: center;}

.hp-customers .bg-dec{position: absolute;width: 35%;height: 100%;right: 0;top: 0;background: linear-gradient(270deg, #161B24 0%, rgba(43, 51, 66, 0) 88.12%);}



.hp-banner{display: flex;background: linear-gradient(60.09deg, #D9D9D9 4.2%, #F1F1F1 77.37%);position: relative;overflow: hidden;}

.hp-banner .banner-left{width:45%;z-index: 2;overflow: hidden;background-position: center;background-size: cover;background-repeat: no-repeat;}

.hp-banner .banner-left img{width:100%;height: 100%;}

.hp-banner .banner-right{width:55%;z-index: 2;}

.hp-banner .banner-right .custom-con{display: flex;max-width: 800px;margin: auto;height: 100%;padding: 25px 16px;}

.hp-banner .i-item:first-child{width: 40%;}

.hp-banner .i-item{display: flex;justify-content: center;width: 100%;align-items: center;padding: 0px 8px;}

.hp-banner .i-item .c-btn{max-width: 380px;width: 100%;text-align: center;}

.hp-banner .bg-dec{position: absolute;width: 300px;height: 700px;z-index: 1;background-color: #000;right: -133px;top: -204px;transform: rotate(139deg);background: #F3F3F3;box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.07);}



.hp-articles{position: relative;overflow: hidden;}

.hp-articles .bg-dec{background: linear-gradient(0deg, #4159A4 -2.18%, #162746 58.4%, #1C2337 121.57%);opacity: 0.4;box-shadow: 0px 4px 37px rgba(0, 0, 0, 0.29);transform: matrix(-1, 0, 0, 1, 0, 0);transform: rotate(150deg); position: absolute;top: -200px;left: -30px;width: 30%;height: 300%;z-index: 1;}

.hp-articles .bg-dec-1{background: linear-gradient(90deg, #4159A4 -23.93%, #162746 47.36%, #1C2337 121.69%);transform: matrix(-1, 0, 0, 1, 0, 0);z-index: 0;position: absolute;width: 100%;height: 100%;left: 0;top: 0;}

.hp-articles .c-container{position: relative;z-index: 2;padding-top: 96px;}

.hp-articles .nav-tabs{position: absolute;border: none;left: 22.5%;z-index: 5;}

.hp-articles .nav-tabs .nav-item{margin: 0px 16px;}

.hp-articles .nav-tabs .nav-item .nav-link{padding: 15px 47px;background-color: transparent;border-color: var(--color-12);border-radius: 46px;color: #FFFFFF;transition: all 250ms ease-in-out;}

.hp-articles .nav-tabs .nav-item .nav-link:hover{box-shadow: 0px 0px 5px 2px var(--color-12), 0px 0px 23px var(--color-12);}

.hp-articles .nav-tabs .nav-item .nav-link.active{background-color:var(--color-12) ;}

.hp-articles .nav-tabs .nav-item .nav-link.active:hover{box-shadow: none;}

.hp-articles .tab-content .content{display: flex;}

.hp-articles .tab-content .content .info{width: 22%;padding-bottom:37px}

.hp-articles  .hdr-ttl{color: #FFFFFF;}

.hp-articles .art-subtitle{margin-bottom: 138px;color: var(--color-0);}

.hp-articles .tab-content .content .slider{width: 78%;padding-top: 108px;position: relative;padding-bottom:96px ;}

.hp-articles .slider-controls{position: absolute;top: 0;right: 0;display: flex;gap: 24px;}

.hp-articles .slider-controls a{color:#FF545B;font-size: 18px;}

.hp-articles .slider-controls a.slick-disabled{color: #7C7C7C;}

.hp-articles .slider-controls a:last-child{margin-top: -3px;}

.hp-articles .c-card img{width: 100%;}

.hp-articles .slider-wrapper{padding: 0px 15px;}

.hp-articles .c-btn{cursor: pointer;max-width: -webkit-fit-content;max-width: -moz-fit-content;max-width: fit-content;}

/* -------------------- C-CARD -------------------- */

.c-card{width: 100%;}

.c-card .img-wrapper{border-radius: 32px 32px 0px 0px;overflow: hidden;}

.c-card .img-wrapper img{max-width: 100%;height: auto;}

.c-card .card-body{background: linear-gradient(90deg, #4159A4 -64.88%, #1e2f50 63.45%, #000000 197.23%);/* box-shadow: 0px 7px 34px rgba(10, 9, 56, 0.22) */;border-radius: 0px 0px 20px 20px;}

.c-card .card-date{color: var(--color-16);margin-bottom: 8px;}

.c-card .card-title{color: #FF545B;position: relative;margin-bottom: 0px;max-width: 150px;}

.c-card .arrow{position: absolute;right: 0;top: 0;}

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------- PAGES ------------------------------------------------------------------------------*/

/* //NOTE Pages */

.ns-content{background: linear-gradient(60.09deg, #F1F1F1 4.2%, #D9D9D9 77.37%);}

.ns-container{max-width: 1422px;margin: auto;padding: 0px 16px;}

.breadcrumb{background-color: transparent;padding: 1rem 0px;}

.breadcrumb-item{color:#EC1E27;}

.breadcrumb-item.active{color:#1D2335}

.breadcrumb-item.wht.active{color: var(--color-16);}

.breadcrumb span,.breadcrumb a,.breadcrumb li{font-weight: 400;font-size: 12px;line-height: 110%;}

.ns-title{position: relative;;padding-top: 34px;font-weight: 800;font-size: 50px;line-height: 100%;letter-spacing: -0.05em;color: #2B3545;}

.ns-title::before{position: absolute;width: 56px;height: 15px; content: '';background-color: #EC1E27;border-radius: 46px;top: 0;left: 0;}

p{margin-bottom:15px;}

.title{font-weight: 800;font-size: 50px;line-height: 100%;letter-spacing: -0.05em;color: #2B3545;text-align: left;}

.title.wht{color: var(--color-16);}

.title-border{background: #EC1E27;border-radius: 46px;width: 56px;height: 15px;margin-bottom: 24px;}

.ns-title-wrapper{display: flex;flex-direction: column;}

.ns-input.wdt600{max-width: 600px;margin: auto;text-align: center;}

.ns-paging .page-item .page-link{font-weight: 700;font-size: 16px; line-height: 110%; text-align: center; color: #FFFFFF;background-color: transparent;border: transparent;}

.ns-paging span{color: var(--color-0);}

/* **************************** TEMP **************************** */

.temp .ns-content{position: relative;}

.temp .breadcrumb{margin-bottom: 66px;}

.temp .ns-title-wrapper{margin-bottom: 48px;}

.temp .ns-container{padding-bottom: 96px;position: relative;z-index: 2;}

.temp .ns-dec{position: absolute;content: '';z-index: 1;}

.temp .dec-1{width: 268px;bottom: 0;left: 0;}

.temp .dec-2{width: 289px;top: 0;right: 0;}


/* **************************** ERROR **************************** */

.error .ns-content{text-align: center;position: relative;min-height: 400px;}

.error .ns-container{padding-bottom: 96px;position: relative;z-index: 2;}

.error .ns-title{margin-bottom: 16px;}

.error .img-wrapper{padding-top: 85px;padding-bottom: 16px;}

.error .ns-title::before{display: none;}

.error .ns-input{max-width:800px;margin: auto;}

.error .ns-dec{position: absolute;content: '';z-index: 1;}

.error .dec-1{width: 264px;bottom: 0;left: 0;}

.error .dec-2{width: 289px;top: 0;right: 0;}

/* **************************** CONTACT **************************** */

.inform{color: #2B3545;}

.inform .ns-title-wrapper{align-items: center;margin-bottom: 100px;}

.inform .details-wrapper{display: flex;flex-wrap: wrap;}

.inform .detail{display: flex;flex-direction: column;text-align: center;margin-bottom: 47px;width: 33.3%;}

.inform .detail-icon{font-size: 58px;margin-bottom: 25px;color: var(--color-0);}

.inform .detail-title{margin-bottom: 37px;}

/* FORM */

.inform-form .ns-content{background: linear-gradient(90deg, #4159A4 -23.93%, #162746 47.36%, #1C2337 121.69%);position: relative;overflow: hidden;}

.inform-form .ns-container{display: flex;padding-left: 0px;padding-right: 0px;padding-top: 104px;padding-bottom: 104px;}

.inform-form .title{color: var(--color-16);}

.inform-form .ns-title-wrapper{margin-bottom: 20px;}

.inform-form  .ns-input{color:  #F3F3F3;max-width:470px ;}

.inform-form .form-wrapper{width: 50%;display: flex;align-items: center;justify-content: center;padding: 16px;}

.inform-form .info-wrapper{display: flex;width: 50%;padding: 16px;align-items: center;}

.inform-form .col{margin-bottom: 48px;}

.inform-form input{background-color: transparent;border-color: transparent;color: #FFFFFF;}

.inform-form input:focus{background-color: transparent;border-color: transparent;color: #FFFFFF;}

.inform-form label{color: #FFFFFF;}

.inform-form .border-small{position: relative;}

.inform-form .border-big{position: relative;}

.inform-form .border-small::before{position: absolute;left: 29px;bottom:0;width: 90%;height: 1px;content: '';background: linear-gradient(90deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 111.5%);}

.inform-form .border-big::before{position: absolute;left: 29px;bottom:0;width: 95%;height: 1px;content: '';background: linear-gradient(90deg, #D9D9D9 0%, rgba(217, 217, 217, 0) 111.5%);}

.inform-form .c-btn{width: 200px;margin-left: 15px;}

.inform-form .dec-1{width: 670px;transform: scaleX(-1);right: 0;top: 0;left: auto;}

.inform-form .dec-1 img{height: 100%;}


/* **************************** REVIEWS **************************** */

.review .ns-content{background: linear-gradient(90deg, #1C2337 -23.93%, #162746 47.36%, #4159A4 121.69%);}

.review  .ns-title-wrapper{align-items: center;margin-bottom: 100px;color: var(--color-16);margin-bottom: 24px;}

.review .ns-input{color: var(--color-16);margin-bottom: 40px;}

.review .reviewbtn{display: flex;justify-content: center;margin-bottom: 96px;}

.review .c-grid{display: flex;flex-wrap: wrap;}

.review .slide-wrapper{width: 33.3%;margin-bottom: 64px;padding-left: 16px;padding-right: 16px;}

.review  .dec-1 {width: 400px;}

.review  .dec-2 {width: 412px;}

.review .breadcrumb-item.active{color: #FFFFFF;}

.review .c-btn{background-color: transparent;}

.review .t-card .card-body{min-height:161px}

/* MODAL REVIEWS */

#reviewmodal .modal-dialog{max-width: 1920px;}

#reviewmodal .reviewclose{width: 100%;display: flex;justify-content: flex-end;max-width: 1600px;margin: auto;padding: 16px;position: relative;z-index: 3;}

#reviewmodal .reviewclose a{cursor: pointer;color: var(--color-0);}

/* **************************** CLIENTS **************************** */

.clients .ns-content{background: linear-gradient(90deg, #1C2337 -23.93%, #162746 47.36%, #4159A4 121.69%);}

.clients  .ns-title-wrapper{align-items: center;margin-bottom: 100px;color: var(--color-16);margin-bottom: 24px;}

.clients .ns-input{color: var(--color-16);margin-bottom: 100px;}

.clients .c-grid{display: flex;flex-wrap: wrap;}

.clients .slide-wrapper{width: 25%;margin-bottom: 64px;padding-left: 16px;padding-right: 16px;}

.clients .img-wrapper{max-width: -webkit-fit-content;max-width: -moz-fit-content;max-width: fit-content;margin: auto;}

.clients .dec-1 {width: 400px;}

.clients .dec-2 {width: 412px;}

.clients .breadcrumb-item.active{color: #FFFFFF;}

/* **************************** BLOG **************************** */

.blog .ns-content{background: linear-gradient(90deg, #1C2337 -23.93%, #162746 47.36%, #4159A4 121.69%);}

.blog  .ns-title-wrapper{align-items: center;margin-bottom: 100px;color: var(--color-16);margin-bottom: 24px;}

.blog .ns-input{color: var(--color-16);margin-bottom: 100px;}

.blog .c-grid{display: flex;flex-wrap: wrap;max-width: 1250px;margin: auto;}

.blog .slider-wrapper{width: 33.3%;margin-bottom: 64px;padding-left: 32px;padding-right: 32px;}

.blog .c-card img{width: 100%;}

.blog .c-card .card-date{position: relative;z-index: 1;}

.blog .c-card .card-body{ background: #4763bf;transition: 250ms ease-in-out;position: relative;overflow: hidden;}

.blog .c-card .card-body::before{z-index: 0;;content: '';top: 0;left: 0;position: absolute; width: 100%;height: 100%;background: linear-gradient(90deg, #4159A4 -64.88%, #162746 63.45%, #1C2337 197.23%);overflow: hidden;transition: 250ms ease-in-out;}

.blog .c-card:hover .card-body::before{opacity: 0;}

.blog .c-card:hover .card-body{background: #4763bf;}

.blog .dec-1 {width: 400px;}

.blog .dec-2 {width: 412px;}

.blog .c-card .card-body{min-height: 100px;max-height: 100px;overflow:hidden;padding-bottom:8px}

.blogtmp .breadcrumb-item.active{color: #FFFFFF;}

.blogtmp .card-title{color: #FF545B;position: relative;margin-bottom: 0px;max-width: revert;max-height:40px;overflow:hidden;}

/* **************************** BLOG-ART **************************** */

.blog-art .ns-content{display: flex;min-height: 50vh;}

.blog-art .ns-content >*{width: 50%;}

.blog-art .info-wrapper{background: linear-gradient(60.09deg, #F1F1F1 4.2%, #D9D9D9 77.37%);position: relative;padding-top: 62px;padding-bottom: 66px;}

.blog-art .info{max-width: 700px;padding: 16px;margin: auto;position: relative;z-index: 2;}

.blog-art .ns-title-wrapper{margin-bottom: 24px;}

.blog-art .share-wrapper{margin-bottom: 20px;display: flex;justify-content: flex-end;color: var(--color-0);font-size: 21px;}

.blog-art .title{text-align: start;color: #2B3545;}

.blog-art .txt{color: #1C1D1D;}

.blog-art .dec-2{opacity: 0.5;z-index: 1;}

.blog-art .slider-wrapper{background: linear-gradient(288deg, #4159A4 -48.47%, #162746 106.72%, #1C2337 327.56%);position: relative;}

.blog-art .dec-1{width: 100%;top: 0;left: 0;height: 100%;z-index: 1;}

.blog-art .dec-1 img{height: 100%;}

.blog-art .slider-container{max-width: 756px;margin: 0px 0px 0px auto;z-index: 2;position: relative;color: var(--color-16);padding: 63px;padding-top: 0px;}

.blog-art .breadcrumb-item{color: var(--color-0);}

.blog-art .breadcrumb{margin-bottom: 28px;padding: 16px;}

.blog-art .breadcrumb-item.active{color:#fff}

.blog-art .slider-controls{justify-content: flex-end;margin-bottom: 34px;padding: 0px 18px;}

.blog-art .slider-controls a:last-child{color: var(--color-16);}

.blog-art .slider-big .img-wrapper{overflow: hidden;border-radius: 24px;}

.blog-art .slider-big{margin-bottom: 32px;padding: 0px 16px;}

.blog-art .slider-big img{width: 100%;}

.blog-art .slider-nav .img-wrapper{overflow: hidden;border-radius: 18px;}

.blog-art .slider-nav .slide-wrapper{padding: 0px 16px;-webkit-filter: grayscale(1);filter: grayscale(1);}

/* **************************** PRODUCTS **************************** */

.products .ns-content{background: linear-gradient(140deg, #F1F1F1 4.2%, #D9D9D9 77.37%);}

.products .ns-title-wrapper{align-items: center;margin-bottom: 100px;color: #2B3545;margin-bottom: 24px;}

.products .ns-input{color: #1C1D1D;margin-bottom: 100px;}

.products .c-grid{display: flex;flex-wrap: wrap;max-width: 1250px;margin: auto;}

.products .slider-wrapper{width: 33.3%;margin-bottom: 64px;padding-left: 32px;padding-right: 32px;}

.products .c-card img{width: 100%;}

.products .c-card .card-title{text-align: center;max-width: 160px;margin: auto;}

.products .dec-1 {width: 400px;}

.products .dec-2 {width: 412px;}

.products .dec-2 img{width: 100%;}

/* **************************** PRODUCTS ART **************************** */

.product-art .ns-content{display: flex;min-height: 50vh;}

.product-art .ns-content >*{width: 50%;}

.product-art .info-wrapper{background: linear-gradient(60.09deg, #F1F1F1 4.2%, #D9D9D9 77.37%);position: relative;padding-top: 62px;padding-bottom: 66px;}

.product-art .info{max-width: 700px;padding: 16px;margin: auto;position: relative;z-index: 2;}

.product-art .ns-title-wrapper{margin-bottom: 24px;}

.product-art .share-wrapper{margin-bottom: 20px;display: flex;justify-content: flex-end;color: var(--color-0);font-size: 21px;}

.product-art .title{text-align: start;color: #2B3545;}

.product-art .txt{color: #1C1D1D;}

.product-art .dec-2{opacity: 0.5;z-index: 1;}

.product-art .slider-wrapper{background: linear-gradient(288deg, #4159A4 -48.47%, #162746 106.72%, #1C2337 327.56%);position: relative;}

.product-art .dec-1{width: 100%;top: 0;left: 0;height: 100%;z-index: 1;}

.product-art .dec-1 img{height: 100%;}

.product-art .slider-container{max-width: 756px;margin: 0px 0px 0px auto;z-index: 2;position: relative;color: var(--color-16);padding: 63px;padding-top: 0px;}

.product-art .breadcrumb-item{color: var(--color-0);}

.product-art .breadcrumb{margin-bottom: 28px;padding: 16px;}

.product-art .slider-controls{justify-content: flex-end;margin-bottom: 34px;padding: 0px 18px;}

.product-art .slider-controls a:last-child{color: var(--color-16);}

.product-art .slider-big .img-wrapper{overflow: hidden;border-radius: 24px;}

.product-art .slider-big{margin-bottom: 32px;padding: 0px 16px;}

.product-art .slider-big img{width: 100%;}

.product-art .slider-nav .img-wrapper{overflow: hidden;border-radius: 18px;}

.product-art .slider-nav .slide-wrapper{padding: 0px 16px;-webkit-filter: grayscale(1);filter: grayscale(1);}

.product-art .c-btn,.product-art .c-btn:visited{display: inline-block;padding: 15px 35px 17px 35px;background-color:var(--color-0);border-radius: 46px;border: var(--color-0) 1px solid;color: #000 ;display: flex;max-width: 226px;align-items: center;justify-content: center;gap: 8px;background-color: transparent;}

.product-art .c-btn i{color: #EC1E27;transition: 250ms ease-in-out;}

.product-art  .c-btn:hover,.product-art .c-btn:focus {padding: 15px 35px 17px 35px;background-color:var(--color-0);border-radius: 46px;border: var(--color-0) 1px solid;color: var(--color-16);box-shadow: 0px 0px 5px 2px rgba(207, 0, 0, 0.4), 0px 0px 23px rgba(226, 8, 8, 0.86);}

.product-art  .c-btn:hover i,.product-art .c-btn:focus i{color: #FFFFFF;}

.product-art  .c-btn:active{box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.4), 0px 0px 23px rgba(0, 0, 0, 0.86) !important}


/* **************************** SERVICES **************************** */

.services .c-card .card-body{min-height: 100px;display: flex;justify-content: flex-start;align-items: center;position: relative;}

.services .c-card .sbttl{color: var(--color-16);}

.services .c-card img{width: 100%;-webkit-filter: grayscale(1);filter: grayscale(1);transition: 250ms ease-in-out;}

.services .c-card .arrow{color: var(--color-1);top: 40%;right: 30px;}

.services .c-card:hover img{-webkit-filter: grayscale(0);filter: grayscale(0);}

.services .breadcrumb-item.active{color: #FFFFFF;}

/* **************************** APPS **************************** */

.apps .ns-content{background: linear-gradient(140deg, #F1F1F1 4.2%, #D9D9D9 77.37%);}

.apps .ns-title-wrapper{align-items: center;margin-bottom: 100px;color: #2B3545;margin-bottom: 24px;}

.apps .ns-input{color: #1C1D1D;margin-bottom: 100px;}

.apps .c-card .card-body{min-height: 100px;display: flex;justify-content: flex-start;align-items: center;position: relative;max-height: 100px;}

.apps  .c-card .sbttl{color: var(--color-16);}

.apps .c-card img{width: 100%;-webkit-filter: grayscale(1);filter: grayscale(1);transition: 250ms ease-in-out;}

.apps .c-card .arrow{color: var(--color-1);top: 40%;right: 30px;}

.apps .c-card:hover img{-webkit-filter: grayscale(0);filter: grayscale(0);}

.apps .dec-1 {width: 400px;}

.apps .dec-2 {width: 412px;}

.apps .dec-2 img{width: 100%;}

/* **************************** FIELDS **************************** */

.fields .c-card {border: var(--color-0 ) solid 1px;width: 100%;height: 300px;border-radius: 32px;overflow: hidden;margin: auto;}

.fields .c-card .card-body{background: transparent;text-align: center;display: flex;align-items: center;justify-content: center;height: 100%;max-height: 140px;}

.fields .c-card:hover .card-body{background: transparent;}

.fields .c-card .card-body::before{display: none;}

.fields .c-card .img-wrapper{width: 100%;max-height:170px;height: 100%;display: flex;justify-content: center;align-items: flex-end;}

.fields .c-card img{width: 100%;}

.fields .c-card .card-title{color: #7C7C7C;} 

.fields .slider-big{position: relative;}

.fields .slider-big .img-mini{position: absolute;z-index: 3;background: linear-gradient(73.9deg, #4159A4 -44.92%, #162746 81.98%, #1C2337 160.75%);border-radius: 32px;padding: 16px;display: flex;align-items: center;justify-content: center;    width: 45%;height: 47%;top: 32%;right: -21%;padding: 16px;}

.fields .slider-big .img-mini img{width: revert;max-width: 100% !important;}

.fields .breadcrumb-item.active{color:#fff}

.fields h1,.fields h2{font-family: 'Manrope';font-style: normal;font-weight: 700;font-size: 20px !important;line-height: 27px;color: #1C1D1D;}

.fields #buttonss {padding-top: 40px;padding-bottom: 20px;}

.fields #buttonss .c-btn{margin:  0px 8px 8px 8px;font-weight: 400;font-size: 12px;line-height: 110%;color: #000;background-color: transparent;text-align: center;}

.fields #buttonss .c-btn:hover,.fields #buttonss .c-btn:focus{color: #fff;background-color: var(--color-0);box-shadow: none;outline: none;border-color: var(--color-0);}

/* **************************** COMPANY **************************** */

.comp .ns-title-wrapper{padding-bottom: 96px;align-items: center;}

.comp .ns-title-wrapper .title{color:#2B3545 ;}

.comp .top .ns-content{background: linear-gradient(60.09deg, #F1F1F1 4.2%, #D9D9D9 77.37%);}

.comp .about .ns-content{background: #F3F3F3;position: relative;overflow: hidden;}

.comp .about .ns-container{display: flex;flex-direction: row-reverse;position: relative;z-index: 2;}

.comp .about .info{width: 50%;padding: 98px 16px;background-color: transparent;display: flex;justify-content: center;}

.comp .about .imgs{width: 50%;}

.comp .about .info .info-wrapper{display: flex;flex-direction: column;justify-content: center;}

.comp .about .info .ttl{margin-bottom: 20px;}

.comp .about .info .sum{max-width: 470px;margin-bottom: 32px;}

.comp .about .img-container{padding: 98px 128px 98px 0px;display: flex;justify-content:flex-start;position: relative;}

.comp .about .img-wrapper{position: relative;max-width: -webkit-fit-content;max-width: -moz-fit-content;max-width: fit-content;width: 100%;margin: auto;}

.comp .about .img-mini{position: absolute;width: 48%;top: 30%;right:-22%;}

.comp .about .img-wrapper .img-overflow{overflow: hidden;border-radius: 32px;}

.comp .about .img-wrapper > .img-overflow img{width: 100%;}

.comp .dec-2{top: 0;right: 0;position: absolute; z-index: 0;height: 100%;}

.comp .dec-2 img{width: 100%;height: 100%;}

.comp .about:nth-child(3) .ns-content{background: linear-gradient(244deg, #4159A4 -23.93%, #162746 47.36%, #1C2337 121.69%);} 

.comp .about:nth-child(3) .ns-container{flex-direction: row;}

.comp .about:nth-child(3) .img-container{padding: 98px 0px 98px  128px;}

.comp .about:nth-child(3) .img-mini{right: revert;left:-22%}

.comp .about:nth-child(3) .info .ttl{color: #FFFFFF;}

.comp .about:nth-child(3) .info .sum{color: #FFFFFF;}

.comp .dec-1{top: 0;left: 0;position: absolute; z-index: 0;height: 100%;}

.comp .dec-1 img{width: 100%;height: 100%;}

/* **************************** MAP **************************** */

.map {position: relative;}

.map .content { text-align: center;display: flex;justify-content: center;flex-direction: column;align-items: center;color: var(--color-8);background-repeat: no-repeat;background-size: cover;background-position: center;border-top-right-radius: 40px;position: absolute;left: 50%;top: 50%;z-index: 9;transform: translate(-50%, 0);}

.map .content h2 {color: var(--color-11);margin-bottom: .875rem}

.map .content i {font-size: 4rem;margin-bottom: 1.5rem}

.map .content a:hover {transition: none;color: inherit}

.map .contact-map {height: 480px;}

/* **************************** SEARCH **************************** */
.search-r .c-card .card-body {height:150px;max-height: revert;}

.search-r .c-card .card-title{max-width: revert;overflow-y: auto;}

/*-------------------------------------------------------------------------------- PAGES ------------------------------------------------------------------------------*/

@media only screen and (max-width:1600px){

/* //NOTE  1600px */

    .hp-hero .slide-counter{padding-left: 16px;}

    .hp-hero .slider-controls{padding-left: 16px}

    .hp-hero .details-container{max-width: 1132px;padding-left: 96px;}

    .hp-hero .slide-container{max-width: 1132px;padding-left: 96px;}

    .hp-hero .hero-slider-controls{bottom: 74px;}

    .hp-hero .slide-counter .slick-dots li.slick-active button{padding-left: 40px;}
}

@media only screen and (max-width:1200px){

/* //NOTE  1200px */
    
/*-------------------------------------------------------------------------------- HEADER -----------------------------------------------------------------------------*/

.header .content > .box:nth-child(3){display: flex;justify-content: flex-end;align-items: baseline;gap: 8px;color: var(--color-16);}

.header .content .sbttl{font-size: 16px;}

.header .c-btn{padding: 8px 16px 8px 16px;background-color:transparent;border-radius: 46px;border: var(--color-0) 1px solid;color: var(--color-16);}

/*-------------------------------------------------------------------------------- HEADER -----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

.footer .footer-bottom .top-info{flex-direction: column;gap: 38px;}

.footer .footer-bottom .top-info .i-item{width: 100%;display: flex;justify-content: center;}

.footer .footer-bottom .top-info .i-item:nth-child(2){width: 100%;}

.footer .footer-bottom .top-info .i-item:last-child{justify-content:center ;}

.footer .footer-top .footer-cats{flex-wrap: wrap;justify-content: center;}

.footer .footer-top .footer-cats li{padding: 8px 12px;}

.footer .footer-bottom .bot-info{flex-wrap: wrap;}

.footer .footer-bottom .bot-info .b-item{width: 50%;order: 1;margin-bottom: 37px;}

.footer .footer-bottom .bot-info .b-item:nth-child(2){width: 100%;order: 0;}

.footer .custom-form{justify-content: center;}

.footer .footer-bottom .bot-info .b-item a{justify-content: center;}

.footer .footer-bottom .bot-info .b-item:last-child a{justify-content: center;}

.footer .footer-bottom .top-info .contact-list{gap: 0px;width: 50%;justify-content: space-between;flex-wrap: wrap;}

.footer .footer-bottom .top-info .contact-list li{width: 50%;margin-bottom: 37px;}

.footer .footer-bottom .top-info .contact-list .box a{min-width: -webkit-max-content;min-width: -moz-max-content;min-width: max-content;}

.footer .footer-bottom .cta-info .b-item{width: 25%;}

.footer .footer-bottom .cta-info .b-item:nth-child(2){width: 50%;}

.footer .footer-bottom .cta-info .b-item{justify-content: space-around;}

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/

.hp-hero .slide-container{padding-left: 16px;}

.hp-hero .details-container{padding-left: 16px;}

.hp-hero .slide-counter{display: none;}

.hp-hero .hero-slider-controls{bottom: 20px;}

.hp-hero .hero-details .detail-box{padding: 8px;}


.hp-academy .block-wrapper{width: 50%;margin-bottom: 47px;min-height: 260px;}

.hp-academy .a-container{max-width:768px;}



.hp-about .content{flex-direction: column;}

.hp-about .img-wrapper{width: 100%;min-height: 500px;}

.hp-about .info{width: 100%;}

.hp-about .info-wrapper{text-align: center;max-width: 992px;}

.hp-about .sum, .hp-about .hdr-ttl{margin: auto;justify-content: center;align-items: center;max-width: 992px;}



.hp-fields .content{flex-direction: column;align-items: center;}

.hp-fields .info{width: 100%;text-align: center;}

.hp-fields .info-wrapper{display: flex;flex-direction: column;align-items: center;justify-content: center;margin-bottom: 77px;width: 100%;}

.hp-fields .hdr-ttl{align-items: center;}

.hp-fields .sum{max-width: 900px;}

.hp-fields .bg-dec{background-size: cover;}

.hp-fields .c-grid{width: 100%;}



.hp-apps .content{flex-direction: column;align-items: center;}

.hp-apps .info{width: 100%;text-align: center;}

.hp-apps .info-wrapper{display: flex;flex-direction: column;align-items: center;justify-content: center;margin-bottom: 77px;width: 100%;}

.hp-apps .hdr-ttl{align-items: center;}

.hp-apps .sum{max-width: 900px;}

.hp-apps .content{padding-right: 0px;}

.hp-apps .c-grid{width: 100%;}

.hp-apps .bg-dec-2{-webkit-clip-path: polygon(115% 0, 101% 0, 100% 100%, 81% 119%);clip-path: polygon(115% 0, 101% 0, 100% 100%, 81% 119%);}



.hp-video .box{padding: 64px 18px;}

.hp-video .info .c-container{width: 100%;margin: 0px;max-width: revert;margin-right: 0%;}



.hp-service{padding-bottom: 77px;padding-top: 77px;}

.hp-service .content{flex-direction: column;}

.hp-service .info{width: 100%;justify-content: center;margin-bottom: 77px;text-align: center;}

.hp-service .c-grid{width: 100%;}

.hp-service .hdr-ttl{max-width: 992px;justify-content: center;align-items: center;}

.hp-service .ttl{max-width: 400px;}

.hp-service .info-wrapper{display: flex;flex-direction: column;align-items: center;}

.hp-service .sum{max-width: 992px;}

.hp-service .bg-dec{left: 0;}



.hp-products .info{justify-content: center;}

.hp-products .content{flex-direction: column;}

.hp-products .c-container{padding: 0px;}

.hp-products .hdr-ttl{justify-content: center;align-items: center;}

.hp-products .info{padding: 0px 16px;margin-bottom: 37px;width: 100%;text-align: center;}

.hp-products .info .sum{max-width: revert;}

.hp-products .c-grid{width: 100%;}



.hp-articles .nav-tabs{left: 55%;width: 100%;display: flex;justify-content: center;gap: 37px;flex-direction: column;}

.hp-articles .tab-content .content{flex-direction: column;}

.hp-articles .tab-content .content .info{width: 100%;}

.hp-articles .tab-content .content .slider{width: 100%;}

.hp-articles .slider-controls{top: revert;bottom: 24px;right: 24px;}

.hp-articles .bg-dec{width: 50%;left: 175px;}

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/

}

@media only screen and (max-width:992px){

/* //NOTE  992px */

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/

.hp-apps .c-grid .card-wrapper{width: 50%;}

.hp-apps .bg-dec-2{display: none;}



.hp-video .content{flex-direction: column;}

.hp-video .info{width: 100%;}

.hp-video .c-video{width: 100%;}



.hp-service .c-grid .card-wrapper{width: 50%;}



.hp-products .c-grid .card-wrapper{width: 33.3%;}



.hp-customers .slider-control{width: 30%;}

.hp-customers .slider{width: 70%;}



.hp-banner {flex-direction: column;}

.hp-banner .bg-dec{transform: rotate(145deg);}

.hp-banner .banner-right{width: 100%;padding-bottom: 45px;}

.hp-banner .banner-right .custom-con{padding-bottom: 0px;}

.hp-banner .banner-left{min-height: 170px;width: 100%;}

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

.footer .footer-bottom .top-info .contact-list{width: 80%;}

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------- PAGES ------------------------------------------------------------------------------*/

.inform .detail-icon{font-size: 42px;}

.inform .detail-title{font-size: 32px;}

.inform .sbttl{font-size: 16px;}

.inform-form .ns-container{flex-direction: column;}

.inform-form .info-wrapper{width: 100%;text-align: center;}

.inform-form .ns-title-wrapper{align-items: center;}

.inform-form .form-wrapper{width: 100%;text-align: center;}

.inform-form input::-webkit-input-placeholder{text-align: center;}

.inform-form input::-moz-placeholder{text-align: center;}

.inform-form input:-ms-input-placeholder{text-align: center;}

.inform-form input::-ms-input-placeholder{text-align: center;}

.inform-form input::placeholder{text-align: center;}

.inform-form  .ns-input{max-width: 992px;}

.review .slide-wrapper{width: 50%}

.blog .slider-wrapper{width:50%;padding-left: 8px;padding-right: 8px;}

.blog .c-grid{max-width: 772px;}

.blog-art .ns-content{flex-direction: column;}

.blog-art .ns-content >*{width: 100%;}

.blog-art .slider-container{margin: auto;padding: 16px;}

.blog-art .slider-nav .img-wrapper{border-radius: 8px;}

.fields .slider-container{padding-right: 18%;}

.comp .about .ns-container {flex-direction: column !important;}

.comp .about .ns-container >*{width: 100%;}

.comp .about .img-container{padding: 16px 18% 96px 10%;}

.comp .about:nth-child(3) .img-container{padding: 16px 10% 96px 18%;}

.comp .about .info .sum{max-width: 768px;}

.comp .about .info .hdr-ttl{align-items: center;}

/*-------------------------------------------------------------------------------- PAGES ------------------------------------------------------------------------------*/

}

@media only screen and (max-width:768px){

/* //NOTE  768px */
    
/*-------------------------------------------------------------------------------- HEADER -----------------------------------------------------------------------------*/

.header .content > .box:nth-child(2){display: none;}

.header .content > .box:nth-child(3){display: flex;justify-content: flex-end;align-items: baseline;gap: 8px;color: var(--color-16);}

.header .content .sbttl{font-size: 14px;}

.header .mr{margin: 0px;}

.header .icon-Offer{display: none;}

.header .c-btn{padding: 8px 16px 8px 16px;background-color:transparent;border-radius: 46px;border: var(--color-0) 1px solid;color: var(--color-16);}

.header .onlydesktop{display: none !important;}

.header .content{display: flex;align-items: baseline;}

.header .content > .box{width: 50.0%;}

.header .onlymobile{display: revert;}

#search .seach-container .searchbar > input{margin-left: 0px;max-width: 70%;}

#search .seach-container .searchbar::after{position: absolute;left: 50px;font-family: "Font Awesome 6 Free"; font-weight: 900; content: "\f002";top: 10px;}

/*-------------------------------------------------------------------------------- HEADER -----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

.footer .footer-bottom .cta-info{flex-direction: column;align-items: center;gap: 37px;}

.footer .footer-bottom .cta-info .b-item{width: 100%;justify-content: center !important;}

.footer .footer-bottom .cta-info .b-item:nth-child(2){flex-direction: column;align-items: center;gap: 27px;}

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/

.hp-hero .hero-details{display: none;}

.hp-hero .slide-container{padding-bottom: 96px;}

.hp-hero .hero-slider-controls{bottom: 86px;}

.hp-hero .hero-title-2 {font-size: 60px;line-height: 100%;padding-top: 20px;margin-bottom: 30px;}



.hp-testi .content{flex-direction: column;}

.hp-testi .slider-wrapper{position: revert;max-height: revert;padding: 0px;}

.hp-testi .slider-wrapper .slider-space{padding: 0px;max-height: revert;}

.hp-testi .slide-wrapper{padding: 0px 16px;}

.hp-testi .slider-wrapper .slider-space{margin: 0px;}


.hp-articles .nav-tabs{position: relative;width: 100%;left: revert;margin-bottom: 37px;align-items: center;}

.hp-articles .tab-content .content .info{padding-left: 16px;}

.hp-articles .bg-dec{width: 80%;left:150px;}

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------- PAGES ------------------------------------------------------------------------------*/

.inform .detail{width: 100%;}

.review .slide-wrapper{width:100%}

.clients .slide-wrapper{width: 33.3%;}

/*-------------------------------------------------------------------------------- PAGES ------------------------------------------------------------------------------*/

}

@media only screen and (max-width:576px){

/* //NOTE  576px */

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

.footer .footer-top .footer-cats{flex-direction: column;align-items: center;}

.footer .footer-top .footer-cats li{margin-bottom: 12px;text-align: center;}

.footer .footer-bottom .top-info .contact-list{width: 100%;flex-direction: column;align-items: center;}

.footer .custom-form {flex-direction: column;align-items: center;}

.footer .footer-bottom .bot-info{flex-direction: column;margin-bottom: 12px;}

.footer .footer-bottom .bot-info .b-item{width: 100%;}

.footer .footer-bottom .cta-info .b-item:first-child{order: 2;}

.footer .footer-bottom .bot-info .b-item{display: flex;justify-content: center !important;}

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/

.hp-academy .img-wrapper{max-width: 150px;max-height: 150px;padding: 16px;}

.hp-academy .sbttl{padding: 16px;font-size: 16px;}

.hp-academy .block{overflow: hidden; max-width: 200px; min-height: 200px;}

.hp-academy .block-wrapper{min-height: revert;}



.hp-fields .box .box-item{width: 100%;}

.hp-fields .box .box-item .ico-wrapper{margin-bottom: 12px;}

.hp-fields .box-title {max-width: 320px;margin: auto;}    

.hp-fields .box .box-item:nth-child(1), .hp-fields .box .box-item:nth-child(2), .hp-fields .box .box-item:nth-child(3) {border-radius: 22px 22px 22px 22px;}

.hp-fields .box .box-item:nth-child(7), .hp-fields .box .box-item:nth-child(8), .hp-fields .box .box-item:nth-child(9) {border-radius: 22px 22px 22px 22px;}

.hp-fields .v-border-1{display: none;}

.hp-fields .v-border-2{display: none;}

.hp-fields .h-border-1{display: none;}

.hp-fields .h-border-2{display: none;}

.hp-fields .content{padding-right: 0px;}

.hp-fields .c-container{padding-left: 16px;padding-right: 16px;}




.hp-apps .c-grid .card-wrapper{width: 100%;}
.hp-apps .c-grid{width: 90%;}



.hp-service .c-grid{justify-content: center;}

.hp-service .c-grid .card-wrapper{width:80%;}



.hp-products .c-grid .card-wrapper{width: 50%;}


.hp-customers .c-container {flex-direction: column;}

.hp-customers .slider-control{width: 100%;}

.hp-customers .slider{width: 100%;padding-top: 37px;}

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------------- PAGES ------------------------------------------------------------------------------*/

.blog .slider-wrapper{width: 100%;}

.blog .c-grid{max-width: 360px;}


.blog .dec-1{width: 100%;}

.blog .dec-2{width: 100%;}

.blog .dec-1 img{width: 100%;}

.blog .dec-2 img{width: 100%;}

.temp .ns-title-wrapper .title{font-size: 28px !important}

.fields .slider-big .img-mini{padding: 40px;}

/*-------------------------------------------------------------------------------- PAGES ------------------------------------------------------------------------------*/


}

@media only screen and (max-width:476px){

/* //NOTE  476px */

/*-------------------------------------------------------------------------------- HEADER -----------------------------------------------------------------------------*/

.header .content{flex-direction: column;gap: 32px;}

.header .content > .box{width: 100%;}

.header .content > .box:nth-child(3){display: flex;justify-content: space-around;}

/*-------------------------------------------------------------------------------- HEADER -----------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/

.hp-hero .hero-title-1{font-size: 26px;}
.hp-hero .hero-title-2 {font-size: 40px;line-height: 100%;padding-top: 10px;}



.hp-academy .block-wrapper{width: 100%;}

.hp-academy img{max-width: 100px;max-height: 50px;}

.hp-academy .block{min-height: revert;max-width: revert;min-height: 145px;max-width: 200px;}

.hp-academy .img-wrapper{padding: 8px;}

.hp-academy .sbttl{padding: 8px;}



.hp-apps .c-grid{width: 100%;}

.hp-apps .c-container{padding-left: 0px;}



.hp-video .box{width: 100%;}



.hp-service .c-grid .card-wrapper{width:100%;}



.hp-products .c-grid .card-wrapper{width: 100%;}



.hp-banner .banner-right .custom-con{padding-bottom: 0px;flex-direction: column;}

.hp-banner .banner-right .i-item{width: 100%;margin-bottom: 24px;text-align: center;}

/*------------------------------------------------------------------------------- HOMEPAGE ----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

.footer .custom-form .bar input{width: 250px;}

/*-------------------------------------------------------------------------------- FOOTER -----------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------- PAGES ------------------------------------------------------------------------------*/

.clients .slide-wrapper{width: 50%;}

.blog-art .slider-nav .slide-wrapper{padding: 8px;}

.blog-art .slider-big{padding: 8px;}

.blog-art .breadcrumb{padding: 8px;}

/*-------------------------------------------------------------------------------- PAGES ------------------------------------------------------------------------------*/

/*  !!!!!!!!!!!!!!!!!!!!!!!!!!!! ALL SMALL SCREENS !!!!!!!!!!!!!!!!!!!!!!!!!!!!*/

.ttl.--2{font-size: 34px;}

.info-wrapper{padding: 0px 16px;}

}

