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: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
}
ul{
  list-style: none;
}
a{
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
}
a:focus{
  color: #751b4a;
}
a:hover{
  outline: none;
  color: #983a88;

}
img{
  display: block;
  max-width: 100%;
}
h1,.h1{
  font-family: "Rethink Sans", sans-serif;
  font-size: 95px;
  line-height: 1.2;
  font-weight:600;
}
h2{
  font-family: "Rethink Sans", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
}
h3{
  font-family: "Rethink Sans", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}
h4{
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
h5{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
h6{
  font-size: 16px;
  font-weight: 600;
}
.btn {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  background: #4f36cb;
  color: #fff;
  cursor: pointer;
  border: 1px solid #4f36cb;
  -webkit-transition: 0.4s all ease-in-out;
  -o-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: 46px;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  /*text-transform: capitalize;*/
}
.btn:hover{
  background: #751b4a;
  border: 1px solid #751b4a;
  color: #fff;
}
.btn_white{
  background: #fff;
  border: 1px solid #fff;
  color: #211e61;
}
.btn_white:hover{
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn2{
  background: #751b4a;
  border-color: #751b4a;
}
.btn2:hover{
  background: #4f36cb;
  border-color: #4f36cb;
  color: #fff;
}

.form_group {
  margin-bottom: 10px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.form_control {
  width: 100%;
  display: block;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 20px;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 44px;
  font-weight: 600;
  color: #000;
  -webkit-transition: 0.4s all ease-in-out;
  -o-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: 500;
  display: block;
  color: #000;
}
.form_group label small{
  font-weight: 300;
  display: block;
  margin-top: 10px;
  font-weight: 15px;
  line-height: 1.2;
}
.form_control:focus{
  outline: none;
  border: 1px solid transparent;
}
.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;
}
.input_group {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  border-radius: 4px;
}
.input_group .form_control {
  height: 100%;
}
.input_group .form_control:first-child {
  width: 100%;
  border: none;
  display: inline-block;
  min-width: 50px;
  padding: 0 10px;

}
.input_group .form_control:last-child {
  width: 100%;
  border: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
  text-overflow: '';
  background: #fff url(../images/down_arrow.png) no-repeat right 10px center / 15px;
}
select option {
  color: #000;
}
select:invalid {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}
select:valid {
  background: #fff url(../images/down_arrow2.png) no-repeat right 10px center / 15px;
}
.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: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.6);
  -moz-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.6);
  -ms-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(0, 0, 0, 0.6);
  -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;
}
/*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; -o-transition-duration: 0s; transition-duration: 0s;
  -webkit-transition-delay: 0.2s; -o-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; -o-transition-delay: 0.2s; transition-delay: 0.2s;
}
.dropdown_btn:hover:after{
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.menu_toggle span:before {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; -o-transition-property: margin, transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; -o-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; -o-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; -o-transition-property: margin, transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; -o-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; -o-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.slick-dots{
  bottom: 120px;
}

.slick-dots li button:before {
  font-size: 50px;
  opacity: 1;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none;
}
.slick-dots li{
  width: 70px;
  height: 5px;
  padding: 0;
  margin: 0;
  background: #03afff;
  position: relative;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.slick-dots li button{
  width: 38px;
  height: 38px;
  background: transparent;
  border-radius: 50%;
  border:2px solid transparent;
  display: block;
  opacity: 1;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  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;
}
.slick-dots li button:before {
  content: '';
  opacity: 1 !important;
  position: relative;
  background: #03afff;
  border-radius: 50%;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.slick-dots li button:hover{
  opacity: 1;
}
.slick-dots li:hover,
.slick-dots li.slick-active {
  /*border:2px solid #ffcb05;*/
}
.slick-dots li:hover button,
.slick-dots li.slick-active button{
  border-color: #ffcb05;
}
.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before{
  background: #ffcb05;
}
.slick-dots li:first-child{
  border-radius: 10px 0 0 10px;
}
.slick-dots li:last-child{
  border-radius: 0 10px 10px 0;
}

.slick-arrow {
  width: 46px;
  height: 46px;
  background: transparent;
  border-radius: 50%;
  background:  url(../images/slick-left.png) no-repeat center !important;
  z-index: 99;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.slick-arrow:hover{
  border-color: #e86208;
}
.slick-next {
  left: auto;
  background-image: url(../images/slick-next.png) !important;
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.mobile_nav{
  display: none;
}
.banner{
}
.dropdown_btn:after {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../images/chervron.png) no-repeat center / 13px 8px;
  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;
  -webkit-transition: 0.4s all 
ease-in-out;
  -o-transition: 0.4s all 
ease-in-out;
  transition: 0.4s all 
ease-in-out;
}
.banner-slider{
  height: 100%;
}
.banner-slider > .banner-slide{
  display: none;
}
.banner-slider > .banner-slide:first-child{
  display: block;
}
.banner-slide{
  position: relative;
  min-height: 950px;
  display:-webkit-box !important;
  display:-ms-flexbox !important;
  display:flex !important;
  -webkit-box-align:center;
      -ms-flex-align: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%;
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.12);
          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: top 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{
  position: relative;
  z-index: 1;
  max-width: 830px;
  color: #ffffff;
  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: 20px;
  padding: 50px 0;
}
.hero-content span{
  text-transform: uppercase;
}
.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;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
header nav{
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav ul a{
  color: #fff;
  font-weight: 500;
}
header .logo img{
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(188deg) brightness(108%) contrast(101%);
          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: 20px;
}
.header_rht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  display: none;
}
.header_rht .btn{
  min-width: 230px;
}
.header_rht .btn:after{
  content: url(../images/arrow3.png);
  margin-left: 10px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.header_rht .btn:hover::after{
  content: url(../images/arrow_white.png);
}
.header_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logo{
  display: block;
}
nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
nav ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav ul li a:hover{
  color: #fff;
}
nav ul li a{
  line-height: 100px;
}
.dropdown:hover a{
  color: ;
}
.dropdown_menu {
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 50%;
  right: 0;
  width: 300px;
  max-width: none;
  background: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%) translateY(50px);
      -ms-transform: translateX(-50%) translateY(50px);
          transform: translateX(-50%) translateY(50px);
  max-height: calc(100vh - 120px);
  overflow: auto;
  border-top: 1px solid #ccc;
}
/*.dropdown_menu:before{
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  height: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
          box-shadow: 0 0 10px rgba(0,0,0,0.1);
}*/
.dropdown_menu .container{
  position: relative;
  z-index: 1;
}
.dropdown:hover .dropdown_menu{
  visibility: visible; 
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          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;
  border: none;
}
.dropdown:hover a{
  /*background: #983c14;*/
}
.dropdown_menu li a:hover {
  color: #983a88;
}
header.sticky{
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
header.sticky .logo img{
  -webkit-filter: none;
          filter: none;
}
header.sticky nav ul li a{
  color: #000;
  font-weight: 600;
}
.dropdown_btn.active,
nav ul li a.active,
nav ul li a.focus,
nav ul li a:hover,
header.sticky nav ul li a.active,
header.sticky nav ul li a.focus,
header.sticky nav ul li a:hover{
  color: #983a88;
}

.sticky-outer .sticky{
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  background: #fff;
  -webkit-animation-name: header_sticky;
  animation-name: header_sticky;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



@-webkit-keyframes header_sticky {
  0%   {margin-top:-150px;opacity:0;}
  50%  {margin-top: -100px;opacity:0.5;}
  100% {margin-top: 0;opacity:1;}
}



@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;
}

.aboutUsBlk{
  padding: 100px 0;
  overflow: hidden;
}
.aub_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.aub_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.aub_rht h2{
  margin-bottom: 20px;
}
.aub_rht ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aub_rht ul li{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 30px 20px;
  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: 15px;
}
.aub_rht ul li:nth-child(n+3){
  border-top: 1px solid #ccc;
}
.aub_rht ul li p{
  font-size: 15px;
  color: #717171;
}
.aub_lft{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aub_rht ul li:first-child,
.aub_rht ul li:nth-child(3){
  padding-left: 0;
}
.services_blk{
  padding: 50px 0;
  overflow: hidden;
}
.services_head h2 {
  margin-bottom: 10px;
}
.services_head h2 span{
  font-weight: 400;
}
.services_head h2 b{
  color: #983a88;
}

.services_head p b{
  color: #533582;
  font-weight: 600;
}
.services_head{
  max-width: 77%;
}
.services_list{
  padding: 50px 0 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.services_card{
  padding: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 20px / 3);
          flex: 0 0 calc(100% / 3 - 20px / 3);
}
.services_card a{
  display: block;
}
.services_card a .services_img{
  height: 0;
  padding-bottom: 129%;
  position: relative;
  overflow: hidden;
}
.services_card a .services_img img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.services_txt{
  padding: 15px 0;
}
.services_txt strong{
  font-family: "Rethink Sans", sans-serif;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  display: block;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.services_txt span{
  font-size: 15px;
  line-height: 26px;
  display: block;
  color: #717171;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.services_card a:hover .services_img img{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.services_card a:hover .services_txt span{
  color: #000;
}
.strategies_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 50px;
}
.strategies_card1{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 505px;
          flex: 0 0 505px;
  max-width: 505px;
}
.strategies_card1{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 570px;
          flex: 0 0 570px;
  max-width: 570px;
}
.strategies_card3{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
}
.sc_Card{
  height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: relative;
}
.sc_Card2{
  height: 100%;
  position: relative;
}
.strategies_img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.strategies_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.strategies_txt{
  position: relative;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  gap: 30px;
}
.strategies_card2 .strategies_txt{
  background: #533582;
  color: #fff;
}
.strategies_top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 100%;
  overflow: hidden;
}
.sc_Card2:first-child .strategies_txt{
  background: #e0c4db;
}
.sc_Card2:last-child .strategies_txt{
  background: #ede1ff;
}
.sc_Card2 .strategies_top{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.clients_blk{
  padding: 100px 0;
  overflow: hidden;
}
.oc_img{
  height: 100px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta_blk{
  background: #533582 url(../images/img_6.jpg) no-repeat center top / cover;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 700px;
  color: #fff;
  overflow: hidden;
}
.cta_in{
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.ourStats{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 100px 0;
  gap: 10px;
}
.ourStats_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.ourStats_item h2{
  line-height: 20px;
  font-weight: 400;
}
.ourStats_item img{
  max-width: 60px;
}
.ourStats_item h2 small{
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
}
.ourCients{
  margin-top: 100px;
}
.oc_head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.oc_lft{
  max-width: 50%;
}
footer{
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
footer:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: -o-linear-gradient(left, #751b4a, #00baff);
  background: -webkit-gradient(linear, left top, right top, from(#751b4a), to(#00baff));
  background: linear-gradient(to right, #751b4a, #00baff);
}
.footer_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_rht,
.footer_lft{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.footer_lft{
  max-width: 440px;
}
.footer_rht{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.footer_links{
  width: 100%;
  padding-top: 30px;
}
.footer_lft img{
  display: inline-block;
  margin-bottom: 20px;
}
.newsletter_blk{
  margin-top: 20px;
}
.input_group{
  border:1px solid #d7d7d7;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter_form{
  margin-top: 15px;
}
.footer_lft p{
  font-size: 15px;
}
footer *{
  color: #282828;
  line-height: 1.4;
}
.footer_links h6{
  color: #282828;
  margin-bottom: 15px;
}
.footer_links a{
  color: #282828;
}
.footer_links a:hover{
  color: #983a88;
}
.footer_links ul li + li{
  margin-top: 5px;
}
.contactDetails ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.ct_icon{
  width: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  max-width: 48px;
  height: 48px;
  background: #dfdfdf;
  border-radius: 50%;
  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;
}
.contactDetails b{
  display: block;
  font-weight: 600;
  color: #000;
}
.footer_links .contactDetails li + li{
  margin-top: 20px;
}

.sub_menu{
  padding: 0;
}
.sub_menu ul{
  display: block;
}
.sub_menu ul li{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.sub_menu ul li a{
  padding: 10px 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 !important;
  color: #555;
  border-radius: 0;
}
.sub_menu ul li a b{
  display: block;
  font-weight: 600;
}
.sub_menu ul li a span{
  display: block;
  font-weight: 300;
  height: 44px;
  overflow: hidden;
}
.sub_menu ul li a:hover{
  background: #4f36cb;
  color: #fff !important;
}
.sub_menu ul li a img{
  -webkit-filter: brightness(0) saturate(100%) invert(59%) sepia(6%) saturate(91%) hue-rotate(314deg) brightness(95%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(59%) sepia(6%) saturate(91%) hue-rotate(314deg) brightness(95%) contrast(84%);
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: none;
}
.sub_menu ul li a:hover img{
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(334deg) brightness(102%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(334deg) brightness(102%) contrast(102%);
}
.dropdown_btm{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 40px 0;
  border-top: 1px solid #b7b7b7;
  /*-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12) inset;*/
          /*box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12) inset;*/
}
.db_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.dbr_img{
  width: 100%;
  height: 143px;
  border-radius: 15px;
  overflow: hidden;
}
.dbr_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.db_lft h3{
  margin-bottom: 10px;
}
.sc_Card2 .strategies_img,
.strategies_list > .sc_Card:nth-child(2) .strategies_img{
  display: none !important;
}
.aub_rht p{
  margin-bottom: 30px;
}
.aubr_imgs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.aub_img{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
  height: 140px;
  background: #ccc;
}
.aub_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services_blk .slick-list{
  padding-left: 0 !important;
}
.input_group .btn{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.comapny_location iframe{
  width: 100%;
  height: 676px;
  margin-top: 100px;
}
.banner2 .banner-slide{
  min-height: 590px;
}
.aboutUsBlk2 .aub_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1050px;
          flex: 0 0 1050px;
  max-width: 1050px;
}
.aboutUsBlk2 .aub_rht .aubr_imgs{
  max-width: 748px;
}
.aboutUsBlk3{
  background: url(../images/img_7.jpg) no-repeat center / cover;
  background: #ebebeb;
}
.aboutUsBlk3 .aub_in{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec_title {
  display: block;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.aboutUsBlk3 .aub_in h2{
  font-weight: 400;
}
.aboutUsBlk3 .aub_in h2 b{
  font-weight: 600;
}
.aboutUsBlk3 .aub_in p{
  margin-bottom: 30px;
}
.aboutUsBlk3 .aub_rht > img{
  width: 100%;
  display: block;
}
.supports_blk{
  padding: 150px 0;
  background: url(../images/foge.png) no-repeat center / cover;
}
.supports_blk h2{
  font-weight: 400;
  margin-bottom: 100px;
  text-align: center;
}
.supports_blk h2 b{
  font-weight: 600;
}
.supports_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.supports_row ul{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 415px;
          flex: 0 0 415px;
  max-width: 415px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.supports_img{
  width: 100%;
  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;
}
.supports_row ul li{
  max-width: calc(100% - 30px);
}
.supports_row ul li:nth-child(2n){
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.supports_row ul li a{
  border:1px solid #b48de6;
  border-radius: 15px;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.supports_row ul li a strong{
  display: block;
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 10px;
  font-weight: 600;
  border-bottom:1px solid #b48de6;
}
.supports_row ul:last-child{
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.supports_row ul:last-child li:nth-child(2n){
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.text_link{
  color: #492179;
  font-weight: 600;
  display: inline-block;
}
.text_link:after{
  content: url(../images/right-up.png);
  display: inline-block;
  vertical-align: menu_toggle;
  margin-left: 10px;
}
.supports_row ul li a:hover{
  background: #fff;
  color: #000;
}
.contact_us{
  padding: 100px 0 0 ;
}
.cu_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
}
.cu_lft,.cu_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 25px);
          flex: 0 0 calc(50% - 25px);
  max-width: calc(50% - 25px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cu_rht{
  background: #f4f4f4;
  padding: 40px;
}
.contact_us h2{
  margin-bottom: 20px;
}

.contact_us p{
  margin-bottom: 30px;
}
textarea.form_control{
  height: 180px;
}
.cu_lft > ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.cu_lft > ul > li{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 6px);
          flex: 0 0 calc(50% - 6px);
  max-width: calc(50% - 6px);
  border:1px solid #d7d7d7;
}
.cu_lft > ul > li:last-child{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.cul_title{
  border-bottom:1px solid #d7d7d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 15px 30px;
}
.cu_txt{
  padding: 20px 30px;
}
.cu_txt p a{
  display: inline-block;
}
.cu_txt p a ~ a {
  margin-top: 10px;
}
.cu_txt ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.cu_txt ul li span{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.cu_txt p:last-child{
  margin-bottom: 0;
}

/*new css*/
.page_about {
  padding: 60px 0;
  text-align: center;
}
.pa_in {
  max-width: 75%;
  margin: auto;
}
.pa_in h3 {
  margin-bottom: 30px;
  font-weight: 300;
}
.pa_in h3 b {
  font-weight: bold;
}
.appportfolio {
  background: url(../images/img_24.jpg) no-repeat center / cover;
  color: #fff;
  padding: 120px 0;
}
.appportfolio h4 {
  line-height: 1.2;
  margin-bottom: 20px;
}
.appportfolio h4 small {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
}
.appportfolioList {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.appportfolioCard {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  background: #fff;
  color: #000;
  padding: 30px;
}
.appportfolioCard h5 {
  margin-bottom: 20px;
}
.testmonials_blk {
  background: #f1f5f9;
  padding: 60px 0;
}
.testmonials_head {
  text-align: center;
}
.testmonials_head img {
  display: inline-block;
  margin-top: -30px;
}
.testmonials_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}
.testmonials_card {
  background: #e9e9e9;
  padding: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 15px);
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
}
.testmonials_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  min-height: 250px;
}
.tsc_2 {
  margin-top: 50px;
  background: #fcf5d7;
}
.tsc_3 {
  margin-top: 70px;
  background: #fbe4ca;
}
.tsc_4 {
  margin-top: 20px;
  background: #d7edf8;
}
.testmonials_foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.testmonials_img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  max-width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.testmonials_img img {
  width: 100%;
  min-height: 100%;
}
.wcu_wrapper {
  padding: 60px 0;
  overflow: hidden;
}
.wcu_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.wcuw2 .wcu_rht {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.wcuw3 .wcu_rht {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wcu_card {
  background: #ffea9b;
  padding: 50px;
}
.wcu_card + .wcu_card {
    background: #f5f5f5;
    margin-top: 20px;
    border: 1px solid #d7d7d7;
}
.wcuw2 .wcu_rht .wcu_card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    margin: 0 !important;
}
.wcuw2 .wcu_rht .wcu_card:nth-child(2) {
    background: #f5f5f5 url(../images/img_24.png) no-repeat right 30px bottom 30px;
}
.wcu_card H4 {
    margin-bottom: 20PX;
    line-height: 1.2;
}
.wcu_card h4 span {
  font-size: 15px;
  font-weight: 300;
}
.wcu_card > P {
    margin-bottom: 10PX;
}
.wcuw3 .wcu_card .btn {
  display: inline-block;
  margin-top: 30px;
}
.portfolio_wrapper {
  padding: 70px 0;
  background: #f1f5f9;
}
.portfolio_wrapper h4 {
  text-align: center;
  margin-bottom: 30px;
}
.portfolio_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  width: 100%;
}
.portfolio_card {
  padding: 30px 15px;
}
.portfolio_card a {
  display: block;
  overflow: hidden;
  color: #000;
  background: #fff;
  border: 1px solid #d7d7d7;
}
.portfolio_img {
  height: 270px;
  background: #ccc;
  overflow: hidden;
}
.portfolio_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.os_cnt {
  padding: 20px;
}
.os_cnt span {
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: 10px;
}
.os_cnt strong {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.clb_2 .ourCients {
    margin-top: 0;
}
.css_support_blk {
  padding: 100px 0;
  overflow: hidden;
  color: #fff;
  background: #eff9fe url(../images/bg_2.jpg) no-repeat center / cover;
}
.css_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.css_lft {
  width: 100%;
  padding: 0 80px 0 0;
}
.css_support_blk .sec_title {
  color: #788bfe;
}
.css_support_blk h2 {
  color: #ffcb05;
  margin-bottom: 30px;
}
.css_lft h3, .css_lft p {
  margin-bottom: 20px;
}
.css_rht {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 670px;
  flex: 0 0 670px;
  max-width: 670px;
}
.accordin_item {
  background: #011f55;
  border: 1px solid #011f55;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  color: #fff;
}
.accordin_item.open {
  color: #fff;
  background: #0a3177;
}
.accordin_toggle {
  padding: 30px 60px 30px 30px;
  color: #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
} 
.open .accordin_toggle {
  font-size: 30px;
  color: #ffcb05;
}
.accordin_cnt {
  margin-top: -10px;
  padding: 0 30px 30px;
  display: none;
}
.accordin_toggle:after {
  content: '+';
  width: 30px;
  height: 30px;
  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;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.open .accordin_toggle:after {
  content: '-';
  color: #fff;
}
.offerings_wrapper {
  padding: 70px 0;
  background: #f5f5f5;
  overflow: hidden;
}
.ow_2 {
  background: #f1f5f9;
}
.ow_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ow_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px 0 0;
}
.ow_lft2 {
    margin-bottom: 30px;
}
.ow_lft h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.ow_rht {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 56px;
}
.ow_2 .ow_rht {
  padding-top: 0 !important;
}
.ow_lft ul li b {
  font-weight: 600;
  display: block;
}
.ow_lft ul li + li {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #d7d7d7;
}
.ow_2 .ow_lft ul li + li {
  border: none;
  padding-top: 0;
}
.owr_img {
  border-radius: 0;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 388px;
  flex: 0 0 388px;
  max-width: 388px;
}
.owr_img:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 295px;
  flex: 0 0 295px;
  max-width: 295px;
  width: 100%;
}
.ow_2 .owr_img {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.wcu_in2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.wcu_lft {
  padding: 50px;
  background: #232176;
  color: #fff;
  padding: 50px;
  border-radius: 15px;
}
.wcu_lft h4 {
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.wcu_lft ul li {
  margin-bottom: 35px;
}
.wcu_lft ul li:last-child {
  margin-bottom: 0;
}
.wcu_lft p, .wcu_lft b {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    display: block;
}
.wcu_lft p {
    font-weight: 400;
}
.ourApproach h4 {
    font-size: 30px;
    padding-left: 100px;
}
.ourApproach ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.oa_icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
  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;
  background: #f1f5f9;
  border-radius: 8px;
}
.ourApproach ul li b {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.ourApproach ul li p {
  font-size: 16px;
  line-height: 26px;
}
.wcu_lft, .wcu_rht {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 15px);
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
.owr_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page_ai {
  padding: 70px 0;
}
.pai_head {
    max-width: 1024px;
    margin: auto;
    text-align: center;
}
.pai_head h3 {
  font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}
.pai_head h4 {
  font-size: 30px;
  font-weight: 400;
  margin: 30px 0 20px;
}

.our_process {
  background: #eaf9ff;
  padding: 100px 0;
}
.op_head h4{
  font-size: 30px;
}
.op_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
.op_card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 3 - 20px);
  flex: 0 0 calc(100% / 3 - 20px);
  max-width: calc(100% / 3 - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.op_card img {
    opacity: 0.4;
}
.op_card p {
    color: #000;
    font-weight: 400;
}

.op_head {
    max-width: 840px;
    margin-bottom: 40px;
}
.faqs_blk {
    padding: 100px 0;
}
.fas_in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 60px;
}
.faq_lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
    max-width: calc(50% - 30px);
    border: 1px solid #ccc;
    overflow: hidden;
}
.faq_img {
  height: 390px;
  overflow: hidden;
  background: #ccc;
}
.faq_img_cnt {
  padding: 30px;
}
.faq_img_cnt h4 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}
.faqs_blk h4{
  font-size: 30px;
}
.faq_rht h4 {
    font-weight: 600;
    margin-bottom: 10px;
}
.faqs_list {
    margin-top: 30px;
}
.faq_item {
    border-bottom: 1px solid #d7d7d7;
}
.faq_item.open {
    background: transparent;
    color: #000;
}
.faq_icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
    background: url(../images/plus.png) no-repeat center / 15px 15px;
}
.faq_item.open .faq_toggle .faq_icon {
    background: url(../images/close.png) no-repeat center / 15px 15px;
}
.faq_cnt {
    padding: 0 0 10px 0;
}
#faqs .faq_cnt {
    display: none;
}
#faqs .faq_item:first-child .faq_cnt {
    display: block;
}
.faq_toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    cursor: pointer;
}
.ourProjects {
    background: #ebebeb;
    padding: 100px 0;
}
.ourProjects_head {
    margin-bottom: 50px;
}
.ourProjects_head h4 {
  font-size: 30px;
    margin-bottom: 10px;
}
.ourProjects_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}
.opl_card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3 - 20px);
    flex: 0 0 calc(100% / 3 - 20px);
    max-width: calc(100% / 3 - 20px);
    background: #ffffff;
    padding: 30px;
}
.opl_card H6 {
    margin-bottom: 10PX;
}
.opl_card ul {
    list-style: disc;
    padding-left: 20PX;
}
.oplc_cnt {
    background: #00163d;
    color: #fff;
}
.oplc_cnt h4 {
  font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}
.oplc_cnt h4 b {
    font-weight: bold;
    display: block;
}
.opl_card2 a, .oplc_cnt a {
    color: #fff;
    font-weight: 600;
}
.opl_list2 .ourProjects_list .opl_card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2 - 15px);
    flex: 0 0 calc(100% / 2 - 15px);
    max-width: calc(100% / 2 - 15px);
}
.opl_list2 .ourProjects_list {
    width: 100%;
}
.opl_list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.opl_card2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 460px;
    flex: 0 0 460px;
    max-width: 100%;
    background: #0f62ab;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    padding: 50px;
}
.opl_card2 h4 {
  font-size: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}
.opl_card2 h5 {
  font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.opl_card2 p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.opl_card2 a, .oplc_cnt a {
    color: #fff;
    font-weight: 600;
}
.clb_2{
  padding: 60px 0 20px !important;
}
.pai_img {
  max-width: 1260px;
  margin: 40px auto 0;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding: 30px;
  overflow: hidden;
  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;
}
.faq_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testmonials_name B{
  font-weight: 600;
}
.services_list .slick-prev{
  display: none !important;
}
.services_list .slick-next{
  right: 30px;
  background-image: url(../images/slick-next-white.png) !important;
}
.services_list .slick-next:hover{
  background-color: #fff !important;
  background-image: url(../images/slick-next.png) !important;
}