/*Font */
@font-face {
  font-family: 'Adieu';
  src: url('fonts/Adieu-Bold.woff2') format('woff2'),
  url('fonts/Adieu-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url('fonts/MyriadPro-Regular.woff2') format('woff2'),
  url('fonts/MyriadPro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('fonts/PlusJakartaSans-SemiBold.woff2') format('woff2'),
  url('fonts/PlusJakartaSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bai Jamjuree';
  src: url('fonts/BaiJamjuree-Bold.woff2') format('woff2'),
  url('fonts/BaiJamjuree-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
  url('fonts/PlusJakartaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


:root {
  --white:#ffffff;
  --black:#000000;
  --orange:#FEA203;
  --blue:#0042A4;
  --sky:#008FFE;
  --footerbg:#F3F3F3;
}

html, body{
  overflow-x: hidden;
}

body {
  background:#eee !important;
  font-family: 'Plus Jakarta Sans';
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4 {
  color: #2f0802;
}
*:focus {
  outline: none;
}
button:focus {
  outline: none;
}
button {
  border: 0;
}
ul li {
  list-style: none;
  color: inherit;
}
img {
  max-width: 100%;
}
a:hover {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}

a:focus{
  outline: none !important;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; 
}

.container {
  width:1620px;
  margin: auto; 
}
img{line-height: 0;}

body.active, html.active{
  overflow:hidden;
}

.main{width: 100%; float: left;}
header{width:100%; background: #fff;}
header.fixed{
  position: fixed;
  top:0;
  left:0;
  z-index:999999;  
  transition:position 10s;
  animation: 1s forwards smoothScroll;
}

@keyframes smoothScroll {
  0% {
      transform: translateY(-40px)
  }

  100% {
      transform: translateY(0)
  }
}
.full-width-cont{width:100%; display: flex; border-bottom: solid 1px #797390;}

.mo_menu {
  position: fixed;
  right:-100%;
  background: #fff;
  width:100%;
  height: 100vh;
  transition:all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index:9999;  
  visibility: visible;
}

.mo_menu.active {
  right:0;
  transition:all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  padding:30px 30px;
  background:#F6F6F6 ;
  position: fixed;
  overflow-y: scroll;
  opacity:1;
  display:block;
  z-index:99999;
}

.main.active{
  transform: translate(-30%, 0);
  opacity: 0.5;
}

.main{
  /*  transform: translate(0%, 0);*/
  transition: all 0.6s ease 0s;
}

.mo_menu .sidemenu_close{
  display:none;
}

.mo_menu.active .sidemenu_close{
  display:block;
}

.mo_menu.active .sidemenu_close span{
  background-color:transparent;
}

.mo_menu.active .sidemenu_close span:before, .mo_menu.active .sidemenu_close span:after{
  background-color:#000000;
}

.mo_menu.active .sidemenu_close span:before{
  transform: rotate(45deg);
  top: 10px;
}

.mo_menu.active .sidemenu_close span:after{
  transform: rotate(-45deg);
  top:10px;
}

.sideMenu ul li.dropdown_main span.mobile_dropdown {
  float: right;
  position: absolute;
  top:17px;
  right:5px;
  color: #000000;
  cursor: pointer;
}

.sideMenu ul li.dropdown_main span.mobile_dropdown i{
  font-size:20px;
  line-height:26px;
  font-weight:600;
  color: #000000;
}

.sideMenu ul li.dropdown_main span.mobile_dropdown.active{
  color: #00A091;
}

.sideMenu ul li.dropdown_main .sub-menu li.dropdown_main span.mobile_dropdown {
  right:20px;
}

.sideMenu ul li .navbar-dropdown {
  display: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-color:#fff;
  box-shadow:none;
  margin-top: 10px;
}

.sideMenu .nav-list .navbar-dropdown li{
  text-transform:initial;
}

.sideMenu .nav-list .navbar-dropdown li a{
  background-color:transparent;
  display:flex;
  border-bottom:0;
  font-family: 'Bai Jamjuree';
  font-weight: 500;
  color: #36333D;
  font-size:18px;
  line-height:24px;
  letter-spacing: 0.6px;
  text-transform:initial;
}

.sideMenu .navbar-dropdown .dropdown_icon{
  width:38px;
  height:38px;
}

.sideMenu  .dropwon_nav h6, .sideMenu  .dropwon_nav p{
  color:#fff;
}

.sideMenu ul li .sub-menu {
  /*  display: none;*/
  margin: 0;
  padding: 0;
  position: initial;
  width: 100%;
  background-color: #fff;
  box-shadow: none;
  margin-top: 10px;
  transform: initial;
  transition: initial;
  min-width: initial;
  opacity: initial;
}

.sideMenu  .dropwon_nav h6{
  font-size:18px;
  margin-bottom:5px;
}

.sideMenu  .dropwon_nav p{
  font-size:14px;
}

.sideMenu .mob_dropdown:after{
  content: '\f054';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right:20px;
  top:24px;
  color:#fff;
  cursor: pointer;
}

.mob_dropdown.active:after{
  transform: rotate(90deg);
}

.sideMenu .nav-list{
  padding-top:40px;
}

.sideMenu .nav-list li {
  display: block;
  position: relative;
  padding:35px 0px;
}

.sideMenu ul li .sub-menu li{
  padding: 16px 30px 13px;
  border-top: 1px solid #ded9d9;
}

.sideMenu ul li .sub-menu li:first-child {
  border: 0;
}

.sideMenu ul li .navbar-dropdown li:first-child{
  border:0;
}

.sideMenu ul li .navbar-dropdown li{
  padding:15px 30px;
  border-top: 1px solid #707070;
}

.sideMenu .nav-list li a {
  display: block;
  text-decoration: none;
  font-family: 'Bai Jamjuree';
  font-weight:600;
  font-size:20px;
  line-height:28px;
  letter-spacing:2px;
  color:#1f164c;
}

.sideMenu .nav-list .sub-menu li a {
  background-color: transparent;
  display: flex;
  border-bottom: 0;
  font-family: 'Bai Jamjuree';
  font-weight: 500;
  color: var(--blue);
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.6px;
  text-transform: initial;
}

/*.sideMenu .nav-list li a.active{
color: #00A091;
}*/

.sideMenu ul li a span{
  cursor:pointer;
}

.menuIcon {
  display: inline-block;
  padding:3px 20px 3px 10px;
  cursor: pointer;
}

.menuIcon i{
  font-size:32px;
  color:var(--skyblue);
}
.menuIcon span {
  display: block;
  width: 28px;
  height:3px;
  background:#0073FF;
  position: relative;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon span:before {
  position: absolute;
  content: "";
  left: 0;
  top: -10px;
  width: 28px;
  height:3px;
  background:#0073FF;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 28px;
  height:3px;
  background:#0073FF;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span {
  background:transparent;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span:before {
  transform: rotate(45deg);
  top: 0px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}
.menuIcon.active span:after {
  transform: rotate(-45deg);
  bottom: 0px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
}

.mo_menu.active .menuIcon.sidemenu_close{
  position: absolute;
  top: 30px;
  right: 15px;
  height: 28px;
  cursor: pointer;
}

.mo_menu.active .menuIcon.sidemenu_close{
  background-color:transparent;
}

.mo_menu.active .menuIcon.sidemenu_close i{
  font-size:32px;
  color:#Fff;
}

.logo {
  width: 315px;
  display: block;
}
.logo a {
  padding: 20px 15px;
  border-right: solid 1px #797390;
  display: block;
  text-align: center;
}
.logo img{max-width: 135px;}

.menus-data {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 200px;
}
.menus-data ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menus-data ul li{ font-family: 'Plus Jakarta Sans'; font-weight: 600;}
.menus-data ul li a{color: #1f164c;     font-weight: 600;}
.menus-data ul li:hover a{color: #e5e0ff;}
.cont-btn{ width: 315px;border-left:solid 1px #797390; text-align: center; align-items: center; display: flex; justify-content: center;}
.cont-btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Plus Jakarta Sans';


}
.cont-btn span{padding: 2px 8px 0 0; display: inline-block;}
.cont-btn a:hover{background: #1f164c; color: #fff;}
.cont-btn a:hover img{filter: brightness(0) invert(1);}

.banner{width: 100%; background: url(../img/banner.png) right center no-repeat #fff; padding:270px 0;  font-family: 'Plus Jakarta Sans';  }
.banner h1{font-size: 68px; line-height: 82px; color: #1f164c; max-width: 970px;}
.banner p{padding: 45px 0; font-size: 18px; font-family: 'Plus Jakarta Sans'; font-weight: 600; max-width: 390px; line-height: 27px; color: #1f164c;}
.btn a{
  text-align: center; 
  background: #e5e0ff;
  text-transform: uppercase;
  padding: 20px 11px;
  border-radius:  4px;
  display: inline-flex;
  column-gap: 15px;
  align-items: center;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  color: #1f164c;
}
.btn a img {
    padding-right: 10px;
    padding-left: 0;
    transition: all 0.4s ease;
}
.btn a:hover img {
    padding-right: 0;
    padding-left: 10px;
    transition: all 0.4s ease;
}
.btm_bnr{width: 100%;background: url(../img/bot-ban.png) center center no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center; text-align: center;}
.in-container{width: 600px; background: #1f164c; margin: 120px 0; padding: 30px 90px;}
.in-container h3{ font-family: 'Bai Jamjuree'; font-size: 18px; text-transform: uppercase; color: #e5e5e5; letter-spacing: 3.5px; border-bottom: solid 2px #e5e5e5; padding-bottom: 15px;}
.in-container p{ font-family: 'Plus Jakarta Sans'; font-weight: 600; color: #e5e5e5; line-height: 20px; padding-top: 15px; font-size: 12px;}

.abt-content{width: 100%; float: left;}
.about-data{width: 1120px; margin: 0 auto;}
.mid-container{width: 100%; background: url(../img/dot-bg.png) center center repeat-x; display: flex; justify-content: space-between; align-items: center;}
.mid-container h2{font-size: 44px; font-family: 'Bai Jamjuree'; width: auto; background: #eee; color: #1f164c; padding-right: 40px; margin: 35px 0; }
.mid-container span{padding: 10px 26px; background: #e5e0ff; border-radius: 30px; font-size: 20px; font-weight: 600; color: #1f164c; line-height: 30px;}

.who-are-we-sec{width: 100%;}
.who-are-we-sec ul{width: 100%; border-left:solid 2px #797390; }
.who-are-we-sec ul li{list-style-type: none;  margin-left: 20px; margin-bottom: 60px; position: relative;transition:all 0.5s;}
.who-are-we-sec ul li:before{
  content: '';
  width:12px;
  height:12px;
  background:#464646;
  border-radius: 50%;
  position: absolute;
  margin-left: -32px;
  background: url(../img/Oval.png) left top no-repeat;
  top:10px;
  transition:all 0.3s;
  left:5px;
}

.who-are-we-sec ul li:hover:before{
  opacity:0;
}

.who-are-we-sec ul li:after{
  content: '';
  width:22px;
  height:22px;
  background:#464646;
  border-radius: 50%;
  position: absolute;
  margin-left: -32px;
  background: url(../img/bullet-ic.png) left top no-repeat;
  top:5px;
  left:0;
  opacity:0;
  transition:all 0.3s;
}

.who-are-we-sec ul li:hover:after{
  opacity:1;
}


.who-are-we-sec ul li h3{font-size: 24px;font-family: 'Bai Jamjuree'; color:#1f164c; padding-bottom:18px; }
.who-are-we-sec ul li p{font-size: 16px; color:#1f164c;  font-family: 'Plus Jakarta Sans'; font-weight: 600; line-height: 24px;}

.vis-mis-data{width: 100%; display: flex; justify-content:space-between; column-gap: 240px; margin-top: 120px;}
.lft-dt{width: auto; max-width: 460px;}
.rnd-crn-div{background: #e5e0ff; color:#1f164c; font-size: 16px; font-weight: 600; border-radius: 20px; width: auto; display: inline-block; padding: 6px 15px; margin-bottom: 30px;}
.lft-dt h3{font-family: 'Plus Jakarta Sans'; color:#1f164c; font-size: 30px; line-height: 47px; }
.lft-dt p{font-size: 16px;font-family: 'Plus Jakarta Sans'; color:#1f164c; line-height:24px; margin:35px 0; font-weight:600; }


.text-btn a{
  text-align: center; 
  background: #1f164c;
  text-transform: uppercase;
  padding: 20px 11px;
  border-radius:  4px;
  display: inline-flex;
  column-gap: 15px;
  align-items: center;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  color: #fff;
}
.text-btn a img {
    padding-right: 10px;
    padding-left: 0;
    transition: all 0.4s ease;
}
.text-btn a:hover img {
    padding-right: 0;
    padding-left: 10px;
    transition: all 0.4s ease;
  }
.rgt-dt{ float:right; }
.rgt-dt ul{display: flex; justify-content: space-between; width: 100%; column-gap: 62px;}
.rgt-dt ul li{width: auto; padding:45px 45px 0 45px ; border:solid 1px #797390; border-radius:25px 25px 0 0; width:450px; }
.rgt-dt ul li h4{font-size: 24px; font-family: 'Plus Jakarta Sans'; font-weight: normal; color: #1f164c;}
.rgt-dt ul li p{font-size: 16px;font-family: 'Plus Jakarta Sans'; color:#1f164c; line-height:24px; margin:24px 0 24px 0; font-weight:600; min-height: 110px;}
figure{line-height: 0;}

.why-choose-data{width: 100%; margin-top: 120px;}
.grid-data{width: 100%;}
.grid-data ul{display: grid; grid-template-columns:1fr 1fr 1fr 1fr; column-gap: 15px; row-gap: 15px;}
.grid-data ul li {
  border: solid 1px #1f164c;
  width: 100%;
  text-align: center;
  padding: 30px 0;
  border-radius: 10px;
  transition: all 0.4s ease;
}
.grid-data ul li:hover {
    background: #e5e0ff;
    transition: all 0.4s ease;
}
.grid-data ul li span {
  display: block;
}

.our-services-data{
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 280px;
  margin-top: 120px; }
  .lft-dt-sml{width: auto; max-width: 375px;}
  .rnd-crn-div{background: #e5e0ff; color:#1f164c; font-size: 16px; font-weight: 600; border-radius: 20px; width:172px; display: inline-block; padding:6px 12px; margin-bottom: 30px;text-align:center;}
  .lft-dt-sml h3{font-family: 'Plus Jakarta Sans'; color:#1f164c; font-size: 30px; line-height: 47px; }
  .lft-dt-sml p{font-size: 16px;font-family: 'Plus Jakarta Sans'; color:#1f164c; line-height:24px; margin:35px 0; font-weight:600; }

  .rgt-dt-sml{ width: 100%;}
  .rgt-dt-sml ul{width: 100%; float: left;}
  .rgt-dt-sml ul li{width: 100%; border-bottom: solid 1px #797390;}
  .rgt-dt-sml ul li h4{font-family: 'Plus Jakarta Sans'; color:#1f164c; font-size: 24px; font-weight: 600; padding-top: 12px; transition: all 0.4s ease; position: relative;}
  .rgt-dt-sml ul li:hover h4{padding-left: 30px; transition: all 0.4s ease;}
  .rgt-dt-sml ul li h4:before{content: '';background: url(../img/aero.png); width: 24px; height: 15px; left:-30px;opacity: 0;transition: all 0.7s ease;}
  .rgt-dt-sml ul li:hover h4:before{position: absolute;    left: 0;    bottom: 7px; opacity:1;transition: all 0.7s ease;}
  .rgt-dt-sml ul li p{font-size: 16px;font-family: 'Plus Jakarta Sans'; color:#1f164c; font-weight: 600; padding: 12px 0;}

  .start-up-unit {margin-top: 60px; }
  .start-up-unit ul{display: flex; column-gap: 60px; justify-content: space-between;  list-style: none; text-align: center;}
  .start-up-unit  ul li{border: solid 1px #1f1646; width:360px; align-items: center; padding: 50px;  font-size: 24px;font-family: 'Plus Jakarta Sans'; color:#1f164c; font-weight: 600; display: flex; align-items: center; text-align: center; justify-content: center; border-radius: 20px;transition: all 0.7s ease;}
  .start-up-unit li:hover {
    background: #1f1646;
    color: #fff;
    transition: all 0.7s ease;
}
  .purp-bn{width: 100%; background: #e5e0ff; padding: 50px 0; margin: 35px 0; border-radius: 25px; text-align: center;font-size: 30px;font-family: 'Plus Jakarta Sans'; color:#1f164c; font-weight: 600;}

  .category-data{
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 280px;
    margin-top: 120px; 
  }
  .lft-dt-cat{width: auto; max-width: 375px;}
  .lft-dt-cat h3{font-family: 'Plus Jakarta Sans'; color:#1f164c; font-size: 30px; line-height: 47px; }
  .lft-dt-cat p{font-size: 16px;font-family: 'Plus Jakarta Sans'; color:#1f164c; line-height:24px; margin:35px 0; font-weight:600; }
  .rgt-dt-cat{ width: 100%;}
  .rgt-dt-cat ul{width: 100%; display: flex; justify-content: space-between;}
  .rgt-dt-cat ul li{position: relative;}
  .img-bn{width: 100%; float: left; transition: all 0.4s ease;}
  .cat-txt-data{position:absolute; bottom:0px; padding-bottom: 60px; width:100%; text-align: center; border-radius: 12px;}
  .cat-txt-data:hover{position:absolute; bottom:0px; padding-bottom: 60px; width:100%; text-align: center; border-radius: 12px;}
  .numberings{width: 100%; padding: 18px; font-size: 14px; font-family: 'Bai Jamjuree'; color:#1f164c; text-align:right; position: absolute; top:0px; left: 0; right: 0; margin: 0 auto;}
  .numberings span{text-align: left; float: left; width:14px; border-top:solid 1px #1f164c; margin-top:9px; }
  .cat-txt-data h4{font-size: 14px; font-family: 'Bai Jamjuree'; color:#1f164c; text-align: center; position: relative; display: inline; text-align: center;}
  .cat-txt-data h4:after {width: 0;height: 2px; content: ''; position: absolute;left: 0; bottom: -5px; transition: all 0.7s ease; background: #1f164c;}
  .rgt-dt-cat ul li:hover h4:after{width: 100%; transition: all 0.7s ease; }
  .rgt-dt-cat ul li:first-child:hover .cat-txt-data{background: #9AD3F0; background: linear-gradient(0deg,rgba(154, 211, 240, 1) 0%, rgba(255, 255, 255, 0) 100%);}
  .rgt-dt-cat ul li:nth-child(2):hover .cat-txt-data{background: #9AD3F0; background: linear-gradient(0deg,rgba(85, 85, 85, 1) 0%, rgba(255, 255, 255, 0) 100%);}
  .rgt-dt-cat ul li:nth-child(3):hover .cat-txt-data{background: #9AD3F0; background: linear-gradient(0deg,rgba(91, 129, 189, 1) 0%, rgba(255, 255, 255, 0) 100%);}
  .rgt-dt-cat ul li:nth-child(4):hover .cat-txt-data{background: #9AD3F0; background: linear-gradient(0deg,rgba(113, 149, 69, 1) 0%, rgba(255, 255, 255, 0) 100%);}
  .rgt-dt-cat ul li:nth-child(5):hover .cat-txt-data{background: #9AD3F0; background: linear-gradient(0deg,rgba(106, 103, 173, 1) 0%, rgba(255, 255, 255, 0) 100%);}
  .cat-txt-data p{font-size: 12px; line-height:22px;font-family: 'Plus Jakarta Sans'; color:#1f164c; font-weight: 600; padding: 18px; text-align: center; opacity:0;  transition: all 0.4s ease; min-height:170px; }
  .img-bn:hover .cat-txt-data p {opacity: 1;}
.img-bn img {
    border-radius: 15px;
}
  .how_it_word_main{
    margin:60px 0;
    float: left;
    width: 100%;
  }
  .how-it-works-data .how_works_row{
    display:grid;
    grid-template-columns:repeat(8, 1fr);
    column-gap:15px;
    margin-top:40px;
  }

  .how_works_itm{
    text-align:center;
    position:relative;
  }

  .how_works_itm_img{
    width:180px;
    height:180px;
    border-radius:50%;
    background:#E5E0FF;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:30px;
  }

  .how_works_itm span{
    width: 27px;
    height: 27px;
    background: #1F1646;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    font-family: 'Bai Jamjuree';
    font-weight:600;
    position:absolute;
    top:0;
  }

  .how_works_itm p{
    font-family: 'Bai Jamjuree';
    font-weight:600;
    font-size:18px;
    color:#000000;
  }

  .our_client{
    background:#1F164C;
    padding:88px 0 70px;
    float: left;
    width: 100%;
  }

  .our_client_top h2{
    font-family: 'Plus Jakarta Sans';
    font-size:30px;
    color:#ffffff;
    font-weight:500;
    max-width:450px;
  }

  .our_client_inr{
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    column-gap:60px;
    margin-top:30px;
  }

  .our_client_itm{
    height: 220px;
    border: 1px solid #797390;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .client_bnnr{
    margin-top:140px;
    margin-bottom:220px;
    float:left;
    width:100%;
  }

  .client_bnr_inr{
    display:flex;
    border-radius: 30px;
    background: #C7DDF2;
  }

  .client_bnr_lft{
    width:50%;
    padding:60px 52px 60px;
  }

  .client_bnr_rgt{
    width:50%;
  }

  .client_bnr_lft h2{
    font-family: 'Plus Jakarta Sans';
    font-size:30px;
    color:#1F1646;
    font-weight:600;
    margin-bottom:30px;
  }

  .client_bnr_lft p{
    font-family: 'Plus Jakarta Sans';
    font-size:18px;
    color:#000000;
    font-weight:600;
    max-width:390px;
  }

  .client_bnr_rgt img{
    display: block;
    height: 100%;
    object-fit: cover;
    border-radius:0 30px 30px 0;
  }


  .faq_inr{
    display:flex;
    column-gap:250px;
  }

  .faq_lft{
    width:30%;
  }

  .faq_rgt{
    width:70%;
  }

  .faq_lft h2{
    font-family: 'Plus Jakarta Sans';
    font-size: 30px;
    color: #000000;
    font-weight: 500;
    max-width:340px;
    line-height:40px;
  }

  .faq_lft_img{
    margin:85px 0;
  }

  .faq_cnt {
    display: none;
    margin-top: 20px;
  }

  .ask_btn a{
    background: #e5e0ff;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    column-gap:12px;
    font-family: 'Bai Jamjuree';
    font-size:14px;
    line-height:17px;
    color:#1F164C;
    text-transform:uppercase;
    padding:20px 38px;
    border-radius: 4px;
  }
  .ask_btn  a img {
    padding-right: 10px;
    padding-left: 0;
    transition: all 0.4s ease;
}
.ask_btn  a:hover img {
    padding-right: 0;
    padding-left: 10px;
    transition: all 0.4s ease;
  }

  .faq_inner ul li{   
    border-bottom:1px solid #797390;
  }

  .faq_cnt_main h3{
    font-family: 'Plus Jakarta Sans';
    font-size: 30px;
    color: #1F1646;   
    font-weight:600;
    cursor:pointer;
    padding:25px 0;
  }

  .faq_cnt{
    padding-bottom:25px;
  }

  .faq_cnt p{
    font-family: 'Plus Jakarta Sans';
    font-size:20px;
    color:#1F1646;
    line-height:26px;
    margin-bottom:26px;
  }

  .faq_cnt p:last-child{
    margin-bottom:0;
  }

  .faq_cnt ul{
    padding-left:20px;
  }

  .faq_cnt ul li{
    border-bottom:0;
    font-family: 'Plus Jakarta Sans';
    font-size:20px;
    color:#1F1646;
    line-height:26px;
    list-style:disc;
    margin-bottom:10px;
  }

  .faq_cnt ul li:last-child{
    margin-bottom:0;
  }

  .inquiry_main{
    float:left;
    width:100%;
    margin-top:250px;
    margin-bottom:80px;
  }

  .inquiry_inr{
    display:flex;
    column-gap: 250px;
  }

  .inquiry_inr_lft {
    width:26%;
  }

  .inquiry_inr_rgt {
    width:75%;
  }

  .inquiry_lft_itm{
    margin-bottom:80px;
  }

  .inquiry_lft_itm:last-child{
    margin-bottom:0;
  }

  .inquiry_lft_itm h2{
    font-family: 'Plus Jakarta Sans';
    font-size: 30px;
    line-height:36px;
    color:#1F1646;   
    font-weight:600;
    margin-bottom:26px;
  }

  .inquiry_lft_itm p{
    font-family: 'Plus Jakarta Sans';
    font-size:16px;
    color:#1F164C;
    font-weight:600;
    line-height:24px;
  }

  .inquiry_rgt_row{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    column-gap:30px;
  }

  .inquiry_rgt_itm{
    border:1px solid #1F164C;
    border-radius:30px;
    padding:80px 40px 44px; 
    text-align:center;
    transition: all 0.7s ease;

  }
   .inquiry_rgt_itm:hover{
    background:#1F164C;
    border-radius:30px;
    padding:80px 40px 44px; 
    text-align:center;
    transition: all 0.7s ease;
  }

  .inquiry_social_img{
    margin-bottom:60px;
    text-align:center;
  }

  .inquiry_social_img img{
    display:block;
    margin:0 auto;
  }
   .inquiry_rgt_itm:hover .inquiry_social_img img{filter: brightness(0) invert(1);}

  .inquiry_social_dtl h2{
    font-family: 'Plus Jakarta Sans';
    font-size:32px;
    line-height:40px;
    color:#1F1646;   
    font-weight:600;  
    margin-bottom:26px; 
  }
  .inquiry_rgt_itm:hover  .inquiry_social_dtl h2{color: #fff;}
  .inquiry_social_dtl a{
    font-family: 'Plus Jakarta Sans';
    font-size:16px;
    color:#1F164C;
    font-weight:600;
    line-height:24px;
  }
  .inquiry_rgt_itm:hover  .inquiry_social_dtl a{color: #fff;}

  .inquiry_social_btn{
    margin-top:55px;
  }

  .inquiry_social_btn a{
    display:inline-block;
    background:#1F164C;
    padding:18px 35px;
    font-family: 'Plus Jakarta Sans';
    font-size:18px;
    color:#ffffff;
    font-weight:600;
    line-height:22px;
    border-radius: 10px;
    transition:all 0.5s;
  }
.inquiry_rgt_itm:hover   .inquiry_social_btn a{background: #e5e0ff; color: #1F164C;}
  .quote_main{
    float:left;
    width:100%;
    margin-bottom:90px;
  }

  .quote_inr{
    display:flex;
    column-gap:250px;
  }

  .quote_inr_lft{
    width:30%;
  }

  .quote_inr_rgt{
    width:70%;
  }

  .quote_lft_top h2{
    font-family: 'Plus Jakarta Sans';
    font-size:32px;
    line-height:40px;
    color:#1F1646;   
    font-weight:600;  
    margin-bottom:26px; 
  }

  .quote_process{
    margin-top:60px;
  }

  .quote_process h2{
    font-family: 'Bai Jamjuree';
    font-size:32px;
    line-height:40px;
    color:#1F1646;   
    font-weight:600;  
  }

  .quote_process ul{
    border-left:1px solid #797390;
    margin-top:80px;
    margin-left:15px;
  }

  .quote_process ul li{
    font-family: 'Plus Jakarta Sans';
    font-size:16px;
    color:#1F164C;
    font-weight:600;
    line-height:20px;
    margin-bottom:50px;
    position:relative;
    padding-left:60px;
  }

  .quote_process ul li:before{
    content:'';
    position:absolute;
    top: -2px;
    left: -13px;
    width:26px;
    height:25px;
    background-image:url(../img/right-ic.png);
  }

  .quote_frm_grp{
    margin-bottom:60px;
  }

  .quote_frm_grp:last-child{
    margin-bottom:0;
  }

  .quote_form{
    margin-top:76px;
  }

  .quote_frm_grp input{
    width:100%;
    background:transparent;
    border:0;
    font-family: 'Plus Jakarta Sans';
    font-size:16px;
    color:#9B9B9E;
    font-weight:600;
    padding-bottom:15px;
    border-bottom:1px solid #797390;
  }

  .quote_frm_grp textarea{
    width:100%;
    background:transparent;
    border:0;
    font-family: 'Plus Jakarta Sans';
    font-size:16px;
    color:#9B9B9E;
    font-weight:600;
    padding-bottom:15px;
    border-bottom:1px solid #797390;
    height:120px;
  }

  .quote_frm_submit{
    margin-top:60px;
  }

.quote_frm_submit button{
  background: #e5e0ff;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  column-gap: 12px;
  font-family: 'Bai Jamjuree';
  font-size: 14px;
  line-height: 17px;
  color: #1F164C;
  text-transform: uppercase;
  padding: 20px 48px;
  border-radius: 4px;
  transition:all 0.5s;
}


.quote_frm_submit button img{
  padding-right: 10px;
  padding-left: 0;
  transition: all 0.4s ease;
}

.quote_frm_submit button:hover img {
  padding-right: 0;
  padding-left: 10px;
  transition: all 0.4s ease;
}


  footer{
    float:left;
    width:100%;
    background:#ffffff;
    border-top:1px solid #797390;
  }

  .ftr_inr{
    display:flex;
  }

  .ftr_lft{
    width:25%;
    padding:80px 0 60px;
  }

  .ftr_mid{
    width:45%;
    border-left:1px solid #797390;
    border-right:1px solid #797390;
    padding:80px 0 60px;
  }

  .ftr_rgt{
    width:30%;
    padding:80px 0 60px 156px;
  }

  .ftr_logo{
    margin-bottom:43px;
  }

  .ftr_info{
    max-width:180px;
  }

  .ftr_info p{
    font-family: 'Plus Jakarta Sans';
    font-size:10px;
    line-height:16px;
    color:#1F164C;
    font-weight:600;
  }

  .ftr_social{
    margin-top:37px;
  }

  .ftr_social ul{
    display:flex;
    column-gap:34px;
  }

  .ftr_menu{
    margin-left:250px;
  }

  .ftr_menu ul li{
    margin-bottom:40px;
  }

  .ftr_menu ul li:last-child{
    margin-bottom:0;
  }

  .ftr_menu ul li a{
    font-family: 'Plus Jakarta Sans';
    font-size:14px;
    line-height:20px;
    color:#1F164C;
    font-weight:600;
  }

  .ftr_certificate{
    display:flex;
    align-items:center;
    column-gap:40px;
  }

  .certificate_img{
    display:block;
  }

  .copyright{
    border-top:1px solid #797390;
  }

  .copyright_inr{
    display:flex;
  }

  .copyright_lft{
    width:25%;
    padding:35px 0;
    border-right:1px solid #797390;
  }

  .copyright_rgt{
    width:70%;
    padding:35px 0 35px 255px;
  }

  .copyright_lft p{
    font-family: 'Plus Jakarta Sans';
    font-size:10px;
    line-height:16px;
    color:#1F164C;
    font-weight:600;
  }

  .copyright_rgt p{
    font-family: 'Plus Jakarta Sans';
    font-size:10px;
    line-height:16px;
    color:#1F164C;
    letter-spacing:1px;
    font-weight:600;
  }

  .copyright_rgt p strong{
    font-family: 'Adieu';
    font-size:10px;
    line-height:16px;
    color:#1F164C;
    font-weight:600;
    letter-spacing:0;
  }


  .mob_inquire .cont-btn a{
    display:flex;
    justify-content:center;
    column-gap:10px;
    background: #1F164C;
    padding: 18px 53px;
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 22px;
    border-radius: 10px;
    transition: all 0.5s;
  }

  .mob_inquire .cont-btn a img{
    mix-blend-mode: plus-lighter;
    filter: invert(1);
  } 

  .faq_main{
    float:left;
    width:100%;
  }

  /* Added By ML */
 .quote_frm_grp.error input,
        .quote_frm_grp.error textarea {
            border-bottom: 2px solid #f44336;
        }
               
        .quote_frm_submit button:disabled {
            background: #ccc;
            cursor: not-allowed;
        }
        
        .alert {
            padding: 15px;
            margin-bottom: 20px;
            border-radius: 4px;
            display: none;
        }
        
        .alert:empty {
            display: none;
        }
        
        .alert.success {
            background: #d4edda;
            color: #155724;
            border: 1px solid #c3e6cb;
        }
        
        .alert.error {
            background: #f8d7da;
            color: #721c24;
            border: 1px solid #f5c6cb;
        }
        
        .loading {
            display: none;
            text-align: center;
            color: #666;
            margin-top: 10px;
        }
/* Added By ML */
.error-border{border-bottom:1px solid red !important}