html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}
html,body{
  max-width: 100vw;
  overflow-x: hidden;
    scroll-behavior: smooth;
}
#wrapper{
  min-width: 100%;
  min-height: 100%;
}
.container{
  width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
body{
  font-family: "Sora", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 300;
  color: #000;
}
ul{
  list-style: none;
}
a{
  color: #7758cf;
  text-decoration: none;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
}
a:focus{
  color: #7758cf;
}
a:hover{
  outline: none;
  color: #4617af;

}
img{
  display: block;
  max-width: 100%;
}
h1,.h1{
  font-size: 70px;
  line-height: 1.2;
  font-weight: 600;
}
h2{
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}
h3{
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
h4{
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}
h5{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
h6{
  font-size: 15px;
  font-weight: 600;
}
.btn {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  background: #7758cf;
  color: #fff;
  cursor: pointer;
  border: 1px solid #7758cf;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  line-height: 52px;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  /*text-transform: capitalize;*/
}
.btn:hover{
  background: #5c73e0;
  border-color: #5c73e0;
  color: #fff;
}
.btn_white{
  background: #fff;
  border: 1px solid #fff;
  color: #000137;
}
.btn_white:hover{
  background: #7758cf;
  border-color: #7758cf;
  color: #fff;
}
.btn2{
  background: #5c73e0;
  border-color: #5c73e0;
}
.btn2:hover{
  background: #7758cf;
  border-color: #7758cf;
}

.form_group {
  margin-bottom: 10px;
}
.form_control {
  width: 100%;
  display: block;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  height: 50px;
  padding: 0 20px;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  line-height: 44px;
  font-weight: 500;
  color: #000;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.form_group label{
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  color: #000;
}
.form_control:focus{
  outline: none;
  border: 1px solid #f36f21;
}
.form_control.btn{
  min-width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  max-width: 110px;
  border-radius: 0;
}
.form_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.w_50{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.w_100{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.form_btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b1b1b1;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b1b1b1;
  -moz-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b1b1b1;
  -ms-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b1b1b1;
  -moz-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.form_control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}
.form_control:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
.form_control:focus:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}
.form_control:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number]{
    -moz-appearance: textfield;
}
label.error {
    display: none !important;
}
.form_control.error{
  border-color: red !important;
  color: red;
}
label.error{
  display: none !important;
}
.form_control.error::-webkit-input-placeholder{
  color: red;
}
.form_control.error::-moz-placeholder{
  color: red;
}
.form_control.error:-ms-input-placeholder{
  color: red;
}
.form_control.error::-ms-input-placeholder{
  color: red;
}
.form_control.error::placeholder{
  color: red;
}
textarea.form_control{
  height: 96px;
  line-height: 1.2;
  resize: none;
  padding: 20px;
}
.sm{
  margin: 20px 0 0;
}

/*menu toggle*/
.menu_toggle {
  position: relative;
  display:  inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  display: none;
}
.menu_toggle span {
  margin: 0 auto;
  position: relative;
  top: 15px;
}
.menu_toggle span:before, .menu_toggle span:after {
  position: absolute;
  content: '';
}
.menu_toggle span, .menu_toggle span:before, .menu_toggle span:after {
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
}
.menu_toggle span:before {
  margin-top: 10px;
}
.menu_toggle span:after {
  margin-top: -10px;
}
/* --- btn --- */
.menu_toggle span {
  -webkit-transition-duration: 0s; transition-duration: 0s;
  -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.menu_toggle.active span {
  background-color: rgba(0,0,0,0.0);
  -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.dropdown_btn:hover:after{
  transform: translateY(-50%) rotate(180deg);
}

.menu_toggle span:before {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.menu_toggle span:after {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.slick-dots li button:before {
  font-size: 50px;
  opacity: 1;
  color: #fff;
  flex-direction: none;
}
.slick-dots li{
  width: 45px;
  height: 8px;
  transition: 0.4s all ease-in-out;
}
.slick-dots li button{
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  display: block;
  opacity: 0.6;
  transition: 0.4s all ease-in-out;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  width: 77px;
}
.slick-dots li button:hover{
  opacity: 1;
}
.slick-dots li.slick-active button{
  background: #ff6d00;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  font-size: 50px;
  opacity: 1;
  color: #0a238b;
  display: none;
}
.slick-arrow {
  width: 46px;
  height: 46px;
  left: 0;
  background: #fff;
  border:1px solid #c7ceed;
  border-radius: 50%;
  background: #fff url(../images/down-arrow.png) no-repeat center !important;
  z-index: 99;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.slick-arrow:hover{
  border-color: #e86208;
}
.slick-next {
  left: auto;
  right: 0;
  background-image: url(../images/down-arrow-2.png) !important;
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.mobile_nav{
  display: none;
}
.dropdown_btn:after {
  content: "";
  width: 20px;
  height: 12px;
  background: url(../images/chervron.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all 
ease-in-out;
}



.banner-wrap{
  height: auto;
  position: relative;
  overflow: hidden;
}
.shape{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.shape svg{
  width: 100%;
}
.banner-slider{
  height: 100%;
}
.banner-slider > .banner-slide{
  display: none;
}
.banner-slider > .banner-slide:first-child{
  display: block;
}
.slick-initialized .banner-slide{
  position: relative;
  min-height: 900px;
  padding-bottom: 175px;
  display:-webkit-flex !important;
  display:flex !important;
  -webkit-align-items:center;
  align-items:center;
}

.banner-slider .slick-arrow{
  position: absolute;
  right: 25px;
  bottom: 50px;
  font-size: 0;
  background: #ffffff;
  border: 0;
  width: 50px;
  height: 50px;
  z-index: 12;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0 0 15px rgba(0,0,0,0.12);
}
.banner-slider .slick-arrow:before{
  font-family: "boxicons";
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  color: rgba(0,33,71,1);
}
.banner-slider .slick-arrow.slick-prev{
  right: 95px;
}
.banner-slider .slick-arrow.slick-prev:before{
  content: "\ea9b";
}
.banner-slider .slick-arrow.slick-next{
  right: 25px;
}
.banner-slider .slick-arrow.slick-next:before{
  content: "\eb1c";
}
.hero-image{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.banner-wrap .container{
  position: relative;
  z-index: 9;
}
.hero-overlay{
  background: #081c2d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
}
.hero-content{
  max-width: 1020px;
  margin: auto;
  text-align: center;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-content p{
  font-size: 18px;
  padding: 0 80px;
}
.hero-content .cta-btn .cta-link.cta-outline-white:hover{
  background: #ffffff;
  color: rgba(0,33,71,1);
}
/*==============================================================
  banner Style end
==============================================================*/


header{
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  z-index: 99999;
  padding: 20px  0;
  transition: none;
}
nav ul a{
  color: #fff;
}
header .logo img{
  transition: 0.4s all ease-in-out;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(188deg) brightness(108%) contrast(101%);
}
.dropdown{
  position: relative;
}
.dropdown_btn{
  position: relative;
}
.dropdown_btn {
  padding-right: 30px;
}
.header_rht {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_rht .btn{
  min-width: 230px;
}
.header_rht .btn:after{
  content: url(../images/arrow3.png);
  margin-left: 10px;
  transition: 0.4s all ease-in-out;
}
.header_rht .btn:hover::after{
  content: url(../images/arrow_white.png);
}
.header_in{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav ul{
  display: flex;
  align-items: center;
  gap: 50px;
}
nav ul li a:hover{
  color: #fff;
}
.dropdown_menu{
  /*display: none;*/
}
.dropdown_menu {
  z-index: 999;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  width: 310px;
  max-width: none;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%) translateY(50px);
}
.dropdown:hover .dropdown_menu{
  visibility: visible; 
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.dropdown_menu li {
  padding: 0 !important;
}
.dropdown_menu li a {
  padding: 0;
  line-height: 28px;
  height: auto;
  color: #000;
  text-align: left;
  display: block;
  position: relative;
  font-weight: 400;
  border-radius: 0;
  background: none !important;
  border: none;
}
.dropdown:hover a{
  /*background: #983c14;*/
}
.dropdown_menu li a:hover {
  color: #221d6d;
}
header.sticky{
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
header.sticky .logo img{
  filter: none;
}
header.sticky nav ul li a{
  color: #221d6d;
  font-weight: 600;
}
header.sticky nav ul li a:hover{
  color: #4617af;
}
header.sticky .header_rht .btn{
  background: #7758cf;
  border-color: #7758cf;
  color: #fff;
}
header.sticky .header_rht .btn:after {
  content: url(../images/arrow_4.png);
  margin-left: 10px;
  transition: 0.4s all ease-in-out;
}
header.sticky .header_rht .btn:hover{
  background: #5c73e0;
  border-color: #5c73e0;
}

.sticky-outer .sticky{
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    padding: 10px 0;
    -webkit-animation-name: header_sticky;
    animation-name: header_sticky;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    transition: all 0.4s ease-in-out;
}



@keyframes header_sticky {
  0%   {margin-top:-150px;opacity:0;}
  50%  {margin-top: -100px;opacity:0.5;}
  100% {margin-top: 0;opacity:1;}
}

header.sticky .dropdown_btn:after{
  background: url(../images/chervron2.png) no-repeat center / contain;
}

.Products_wrapper{
  top: -180px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 0 30px;
  overflow: hidden;
}
.Products_list{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.Products_card{
  flex: 0 0 300px;
  max-width: 300px;
}
.Products_card a{
  display: block;
  border-radius: 15px;
  overflow: hidden;
  background: #00003c;
  position: relative;
  height: 360px;
}

.Products_card:nth-child(2n) a{
  height: 300px;
}
.Products_card a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Products_name{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to top,#00003c, transparent);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.Products_name span{
  display: block;
  text-align: center;
}
.Products_card a:hover .Products_name{
  visibility: visible;
  opacity: 1;
}

.btn_link:after{
  content: url(../images/arrow.png);
  margin-left: 10px;
}
.aboutUs{
  padding-top: 250px;
  position: relative;
  background: url(../images/shape_1.png) no-repeat right top / contain;
  position: relative;
}
.sec_head{
  text-align: center;
  max-width: 840px;
  margin: auto;
  text-align: center;
}
.sec_head h2{
  color: #4617af;
}
.sec_head p{
  margin-top: 20px
}
.ab_in{
  padding: 100px 0 150px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.ab_lft{
  max-width: 50%;
  padding: 0 40px 0 0;
}
.ab_rht{
  max-width: 50%;
  padding: 0 0 0 40px;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.ab_img{
  width: 100%;
  height: 330px;
  border-radius: 15px;
  overflow: hidden;
  background: #00003c;
}
.ab_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ab_img:nth-child(2){
  height: 500px;
}
.sec_title{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #4617af;
  display: block;
  margin-bottom: 10px;
}
.ab_lft h3{
  margin-bottom: 10px;
}
.ab_lft p{
  margin-bottom: 20px;
}
.ab_lft .btn_link{
  color: #000;
  font-weight: 600;
}
.ab_lft .btn_link:hover{
  color: #4617af;
}
.solutions_blk{
  padding: 100px 0;
  background: #eeeefd url(../images/shape_1.png) no-repeat right top / contain;
}

.solutions_blk .sec_title {
  color: #788bfe;
}
.solutions_list{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.solutions_card{
  flex: 0 0 calc(100% / 3 - 14px);
  max-width: calc(100% / 3 - 14px);
  background: #fff;
  border-radius: 10px;
  padding: 40px 40px 70px 40px;
  position: relative;
}
.solutions_card img{
  display: block;
  margin-bottom: 20px;
}
.solutions_card h4{
  color: #7758cf;
  margin-bottom: 20px;
}
.solutions_card p{
  margin-bottom: 30px;
}
.solutions_card .btn_link{
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.solutions_card:nth-child(5){
  flex: 0 0 calc(100% / 3 * 2 - 14px);
  max-width: calc(100% / 3 * 2 - 14px);
  padding-bottom: 40px;
}
.solutions_card:nth-child(5) h4{
  color: #000;
}
.solutions_card:nth-child(5) h4 span{
  color: #7758cf;
}
.solutions_card:nth-child(5) p strong{
  font-weight: 600;
  color: #7758cf;
}
.process{
  position: relative;
  background: #00003c url(../images/img_10.jpg) no-repeat center / cover;
  color: #fff;
  overflow: hidden;
  padding: 100px 0 80px;
}
.pc_img{
  position: absolute;
  left: 0;
  top: 0;
}
.process .container{
  position: relative;
  z-index: 1;
  text-align: center;
}
.process_list{
  margin-top: 80px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
.process_list:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #3b2fa1,#738bf1,#0938af,#048dbb);
  opacity: 0.8;
}
.process_list ul{
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0;
  text-align: left;
}
.process_list ul li{
  flex: 0 0 calc(100% / 3);
  width: 100%;
  padding: 20px 30px;
  min-height: 320px;
}
.process_list ul li + li{
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.process_list ul li b{
  display: block;
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
  color: #7371d0;
  -webkit-text-stroke: 2px #fff;
  margin-bottom: 20px;
}
.process_list ul li h4{
  margin-bottom: 20px;
}
.process_list ul li p{
  font-size: 16px;
}
.css_support_blk{
  padding: 100px 0;
  overflow: hidden;
  background: #eff9fe url(../images/img_12.jpg) no-repeat center / cover;
}
.css_in{
  display: flex;
  align-items: center;
}
.css_rht{
  flex: 0 0 670px;
  max-width: 670px;
}
.css_lft{
  width: 100%;
  padding: 0 80px 0 0;
}
.css_lft h3,
.css_lft p{
  margin-bottom: 20px;
}
.accordin_item{
  background: #ffffff;
  border:1px solid #5c73e0;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
  transition: 0.4s all ease-in-out;
}
.open{
  color: #fff;
  background: #5c73e0;
}
.accordin_toggle{
  padding: 30px 60px 30px 30px;
  color: #5c73e0;
  position: relative;
  cursor: pointer;
  transition: 0.4s all ease-in-out;
}
.open .accordin_toggle{
  color: #fff;
}
/*.accordin_item:hover{
  color: #fff;
  border-color: #7758cf;
}*/
.accordin_toggle:after{
  content: '+';
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #5c73e0;
  transition: 0.4s all ease-in-out;
}
.open .accordin_toggle:after{
  content: '-';
  color: #fff;
}
.accordin_cnt{
  margin-top: -10px;
  padding: 0 30px 30px;
  display: none;
}
.ourCients{
  display: flex;
  justify-content: center;
}
.oc_img{
  width: 100%;
  height: 120px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.ourCients{
  padding: 70px 0;
}
.page_btm{
  background: url(../images/footer_bg.png) no-repeat center bottom / cover ,  url(../images/shape_1.png) no-repeat right top / contain ;
}

.sm ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sm li{
  margin: 0 10px 0 0;
}
.sm a{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border:2px solid #fff;
  border-radius: 50%;
}
.sm a svg{
  width: 20px;
  height: 20px;
  fill: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.sm a:hover{
  background: #5c73e0;
  border-color: #5c73e0;
}
.sm a:hover svg{
  fill: #fff;
}

footer{
  background: linear-gradient(28deg,#242d3a,#1f2032,#2d315f,#27254e,#170e6c);
  position: relative;
  border-radius: 50px 50px 0 0;
}
.footer_img{
  position: absolute;
  right: 0;
  bottom: 0;
}
footer > *{
  position: relative;
  z-index: 1;
}
.footer_top{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 70px 50px 30px;
}
.footer_lft{
  flex: 0 0 430px;
  max-width: 430px;
  color: #fff;
}
.footer_mid{
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  padding: 15px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyRights{
  border-top: 1px solid rgba(255, 255, 255, 0.33);
  padding: 30px 50px;
  color: #fff;
}
.copyRights p + p{
  margin-top: 5px;
}
footer a{
  color: #fff;
}
footer a:hover{
  color: #ffffff;
  /*text-decoration: underline;*/
}
footer b{
  font-weight: 500;
}
.footer_lft h5{
  font-weight: 300;
}

footer a:focus{
  color: #fff;
}
footer .dropdown_menu{
  visibility: visible;
  opacity: 1;
  padding: 0;
  background: transparent;
  box-shadow: none;
  gap: 0;
  display: none;
  transition: none !important;
  transform: none !important;
  left: 0;
}
footer .dropdown_menu li a{
  color: rgba(255, 255, 255, 0.5);
}
footer .dropdown_menu li a:hover{
  color: #fff;
}

footer a:hover{
  color: #fff !important;
}
footer .dropdown_btn:hover:after{
  transform: translateY(-50%) rotate(0deg);
}

footer .dropdown_btn.active:after{
  transform: translateY(-50%) rotate(180deg);
}
.slick-initialized .banner-slide2{
  height: 555px;
  min-height: auto !important;
  padding-bottom: 50px;
}
.aboutUs2{
  padding: 120px 0;
  overflow: hidden;
}
.aboutUs2 .ab_in{
  padding: 0 !important;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.aboutUs2 .ab_rht {
  margin-top: 100px;
}
.aboutUs2 .ab_rht img{
  border-radius: 15px;
}
.challenge_img{
  flex: 0 0 240px;
  max-width: 240px;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
}
.challenge_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.challenges{
  display: flex;
  gap: 30px;
  margin: 50px 0 0;
}
.challenges_txt h5{
  margin-bottom: 10px;
}
.challenges_txt ul{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.challenges_txt ul li{
  position: relative;
  padding-left: 20px;
}
.challenges_txt ul li:before{
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: linear-gradient(to top,#d424ed,#7b70fe);
}
.au_shape{
  position: absolute;
  left: 0;
  bottom: -65px;
}
.happy_customer_blk{
  background: url(../images/img_16.jpg) no-repeat right bottom / cover;
  padding: 70px 0;
}
.happy_customer_blk .sec_head{
  max-width: 50%;
  margin: 0;
  text-align: left;
}
.hcb_in{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.hcb_rht ul{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
.hcb_rht ul li{
  max-width: 293px;
  background: #fff;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.hcb_txt p{
  margin-top: 10px;
}
.bg_img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.bg_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hcb_txt h4{
  font-size: 24px;
}
.hcb_list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  justify-content: space-between;
  min-height: 368px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.hcb_rht ul li *{
  transition: 0.4s all ease-in-out;
}
.hcb_rht ul li:hover{
  color: #fff;
}
.hcb_rht ul li:hover .hcb_list img{
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(188deg) brightness(108%) contrast(101%);
}
.hcb_rht ul li:hover .bg_img{
  visibility: visible;
  opacity: 1;
}
.hcb_lft h5{
  font-size: 120px;
  font-weight: bold;
  color: #7674ff;
}
.hcb_lft p{
  font-size: 18px;
  font-weight: 600;
}