body { 
    overflow-x :hidden; 
  } 

.hero-banner__image {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
    background-color: white!important;
    
}

.hero-banner:after {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 102%;
    bottom: -1px;
    height: 50%;
    left: 0;
    right: 0;
}

.card {
    width: 300px;
    height: 300px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
}

.card .face {
    position: absolute;
    color: rgb(3, 3, 64);
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.06);
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    /* border-right: 1px solid #999;
border-bottom: 1px solid #999; */
}

.card .face.front-face,
.card .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    background: #BA5370;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #F4E2D8, #BA5370);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #F4E2D8, #BA5370); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
    

}

.card .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.card .face.front-face .name {
    letter-spacing: 2px;
}

.card .face.front-face .designation {
    font-size: 0.8rem;
    color: rgba(16, 16, 48, 0.548);
    letter-spacing: 0.8px;
    font-weight: 600;
}

.card:hover .face.front-face {
    transform: rotateY(180deg);
}

.card .face.back-face {
    position: absolute;
    background: rgba(255, 255, 255, 0.06);
    transform: rotateY(180deg);
    padding: 20px 30px;
    text-align: center;
    user-select: none;
}

.card .face.back-face .fa-quote-left {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 1.2rem;
}

.card .face.back-face .fa-quote-right {
    position: absolute;
    bottom: 35px;
    right: 25px;
    font-size: 1.2rem;
}

.card:hover .face.back-face {
    transform: rotateY(360deg);
}

@media(max-width: 991.5px) {
    .col-lg-4 {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

.review{
  
    animation: background-color 20s;
    width: 100%;
    
}

.theme-blue {
    color: purple;
}

.theme-blue .btn-primary:before, .theme-blue .contact-us__form .wpcf7 .subscription-form__submit:before, .theme-blue .free-demo__form .wpcf7 .subscription-form__submit:before, .theme-blue .site-footer .wpcf7 .subscription-form__submit:before {
    background-image: url();
}


.btn-primary:before {
    
    background-position: left center,top -6px right -3px,bottom -6px right -3px,top left -3px;
    background-repeat: no-repeat;
    background-size: 100%,10px 40%,10px 40%,10px 100%;
    content: '';
    display: block;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    /* height: 100%; */
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-17deg);
    transform: skewX(-17deg);
    width: 75%;
    z-index: 12;
}

.btn-primary::before {
   
    background-position: left center, right -3px top -6px, right -3px bottom -6px, left -3px top;
    background-repeat: no-repeat;
    background-size: 100%, 10px 40%, 10px 40%, 10px 100%;
    content: "";
    display: block;
    filter: blur(0.5px);
    /* height: 100%; */
    left: 0px;
    position: absolute;
    top: 0px;
    transform: skewX(-17deg);
    width: 75%;
    z-index: 12;
}

a {
    color: var(--bs-link-color);
    text-decoration: none;
}

.partners .title--h4 {
    color: purple;
    letter-spacing: 11px;
    text-align: center;
    text-transform: uppercase;
    font-size: large;
}




  .hero-banner .text--lg {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 30px;
}

.btn-primary:after {
    background-color: purple;
    border: 1px solid transparent;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: skewX(-17deg);
    transform: skewX(-17deg);
    -webkit-transition: width .4s ease-out;
    transition: width .4s ease-out;
    width: 0;
    z-index: -1;
}




.site-header.is-sticky .-burger-icon .-menu {
    color: purple;
    font-weight: bold;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-transition: color .4s ease-out;
    transition: color .4s ease-out;
}


/* news letter css  */

.newsletter {
    padding: 80px 0;
    background: radial-gradient(circle at 7.5% 24%, rgb(237, 161, 193) 0%, rgb(250, 178, 172) 25.5%, rgb(190, 228, 210) 62.3%, rgb(215, 248, 247) 93.8%);
    margin-top: 3px;
    border-radius: 8px;
    }
    
    .newsletter .content {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; }
    .newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px; }
    .newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius:0;
    }
    .newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
    }
    .newsletter .content .btn {
    min-height: 50px; 
    border-radius:0;
    background: #243c4f;
    color: #fff;
    font-weight:600;
    }

 .expertise{

    border: 3px solid red;
 }


 .expertise-title{

    color: #000428;
 }
/* end of news letter css */

/* feedback css */
.footer-email {
    background: linear-gradient(to top, #c471f5 0%, #fa71cd 100%);
    width: 100%;
  }
  .footer-copyright-wrapper {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 5px 0;
  }
  .footer-email-wrapper {
    max-width: 1400px;
    display: flex;
    padding: 40px 0;
    gap: 20px;
  }
  .footer-email-wrapper,
  .footer-wrapper {
    width: 90%;
    margin: 0 auto;
    align-items: center;
  }
  .footer-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 0;
  }
  .footer-email-text h1 {
    font-size: 2.3rem;
  }
  form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form-section-one {
    display: flex;
    gap: 10px;
  }
  .form-section-one input {
    width: 300px;
  }
  .form-section-two {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }
  .message {
    grid-column-start: 1;
    grid-column-end: 4;
  }
  form input {
    padding: 10px;
    border-radius: 5px;
  }
  .footer-email .bold {
    font-weight: 700;
    color: var(--black);
  }
  .contact-details,
  .regular {
    font-weight: lighter;
  }
  .footer-info {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .contact-info {
    background-color: var(--black);
    width: 100%;
    padding: 20px;
    color: var(--white);
  }
  .description {
    width: 43%;
    font-weight: lighter;
  }
  .footer-logo {
    width: 150px;
    margin-top: -30px;
  }

  .submit-btn {
    color: white;
    font-weight: 700;
    background-color: rgb(39, 6, 39);
    cursor: pointer;
  }



  @media only screen and (max-width: 900px){
.contact, .contact-info, .footer-email-wrapper, .footer-info, .footer-wrapper, .form-section-one, .form-section-two, form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-email input {
    width: 98%;               
    max-width: 300px;
    border:none;
}

.expertise-title {
  color: #000428;
  font-size: 40px;
  font-weight: 400;
  font-style: italic;
}
  }

  .main-foooter{

    background: radial-gradient(circle at -8.9% 51.0%, purple, rgb(255,0,255) 9%, rgb(255, 163, 77) 15.9%, rgb(147, 147, 14), rgb(19, 30, 37) 24.5%, rgb(33, 52, 64) 66%);
  }

  .footer-email input {
  
    border:none;
}


 
/* end of feedback css */

.cardGear{

  height:100px;
  width: 100px;
  margin:auto;
}

.exp{
  color: #35406e;
}

.underline{
  height: 3px;
  background-color: #00DBDE;
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);

}

.underline:hover{

  background: #30E8BF;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #FF8235, #30E8BF);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #FF8235, #30E8BF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.btn-primary {
  color: #fff;
  background-color: white;
  border-color: inherit;
}

.site-header .-dropdown__header-main .inner-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
}


.title--h1 ,.text--lg{

  color: rgb(213, 46, 213)!important;
}

.hero-banner:after, .hero-banner:before {
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 15;
}


@media (max-width: 1024px){
.hero-banner:before {
    height: 100%;
    opacity: 0;

}

.hero-banner__text {
  
  padding: 0px 30px 30px 20px;
}


.site-header .-dropdown__header-main {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: none;
  padding: 30px 0 0;

}

.hero-banner:before {
  opacity: 0;
background-color: whitesmoke;

}
}


@media (min-width: 1025px){
.hero-banner__text:before {
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.2) 55px,transparent 4px,transparent 75%,rgba(255,255,255,.2) 75%,rgba(255,255,255,.2) 100%);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 12px 100%;
    border-bottom: 12pxsolidrgba(255,255,255,.2);
    border-left: 12pxsolidrgba(255,255,255,.2);
    border-top: 12pxsolidrgba(255,255,255,.2);
    content: '';
    display: block;
    height: 100%;
    left: 8px;
    position: absolute;
    top: 0;
    width: 70%;
    z-index: 12;
    
}


.hero-banner__text.home:before {
    width: 700px;
}

.hero-banner__text.home:before {
  width: 85%;
  border: 10px solid rgb(232, 226, 226);
}

}

/* slinder */
h2{
  text-align:center;
  padding: 20px;
}
/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* overwrite */

@media (max-width: 1024px){
.hero-banner {
    min-height: auto;
    padding: 70px 0 180px;
    height: 300px;
}}



.hero-banner {
  background-color: white !important;
  
}

.hero-banner:before {
  height: 40%; 
  top: 0;
 background-color:white !important;
}

.accordion {
  padding: .01vw 0 1.2vw !important;
  position: relative;
  z-index: 20;
}

/* custom menu css */

.menu,.submenu{
  margin:0;
  padding:0;
  list-style:none;
}


.custom-menu{
  position: absolute;
  right: 0px;
  width: 300px;
  
  padding-top: 0px;
}
.menu > li{
  background:#34495e;
  float:left;
  position:relative;
  transform:skewX(25deg);
}
.menu a{
  display:block;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-family:Arial, Helvetica;
  font-size:14px;
}
.menu li:hover{
  background:purple;
}
.menu > li > a {
  transform: skewX(-25deg);
  padding: 1em 2em;
}
.submenu{
  position:absolute;
  width:200px;
  left:50%;
  margin-left:-100px;
  transform:skewX(-25deg);
  transform-origin:left top;
}
.submenu li{
  background:#34495e;
  position:relative;
  overflow:hidden;
}
.submenu > li > a {
  padding: 1em 2em;     
}
.submenu > li::after {
  content: '';
  position: absolute;
  top: -125%;
  height: 100%;
  width: 100%;      
  box-shadow: 0 0 50px rgba(0, 0, 0, .9);     
}
/* odd stuff */
.submenu > li:nth-child(odd){
  transform:skewX(-25deg) translateX(0);
}
.submenu > li:nth-child(odd) > a {
  transform: skewX(25deg);
}
.submenu > li:nth-child(odd)::after {
  right: -50%;
  transform: skewX(-25deg) rotate(3deg);
}
/* even stuff */
.submenu > li:nth-child(even){
  transform:skewX(25deg) translateX(0);
}
.submenu > li:nth-child(even) > a {
  transform: skewX(-25deg);
}
.submenu > li:nth-child(even)::after{
  left: -50%;
  transform: skewX(25deg) rotate(3deg);
}
.submenu,.submenu li{
  opacity:0;
  visibility: hidden;
}
.submenu li{
  transition:all 0.2s ease-out;
}
.menu > li:hover .submenu,
.menu > li:hover .submenu li{
  opacity:1;
  visibility:visible;
}
.menu > li:hover .submenu li:nth-child(odd){
  transform: skewX(-25deg) translateX(-15px); 
}
.menu > li:hover .submenu li:nth-child(even){
  transform: skewX(25deg) translateX(15px);     
}
/* clearfix */
.clearfix:before,
.clearfix:after{
  content:"";
  display:table;
}
.clearfix:after{
  clear:both;
}
.clearfix{
  *zoom: 1;;
}

.display-4 {
  font-size: 3rem;
  font-weight: 500 !important;
  color: #37034a;
  
}
.hero-banner:before {
  height: 40%;
  top: 0;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(255, 255, 255)),color-stop(rgb(255, 255, 255)),to(rgb(255, 255, 255)));
  background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255),rgb(255, 255, 255));
  background-repeat: no-repeat;
}

.left-content{
 /* border: 5px solid red; */
 
}

.custom-hero {
  border: 10px solid #cccccc;
  padding-top: 105px;
  padding-bottom: 25px;
  padding-left: 25px;
}

.hero-text-text {
  font-size: 25px;
  font-family: ui-sans-serif;
}

.main-banner:after {
  content: '';
  /* background-image: url(../images/hero-bg.jpg); */
  background-color: white !important;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1150px;
    /* height: 400px; */
}
}


/* For mobile phones: */
@media only screen and (max-width: 768px) {
  .main-banner {
    text-align: center;
    padding:  1px !important;
  }
  /* humbergur icon */
  .site-header__links .-burger-icon {
    padding: 5px 0;
    right: 20px;
    top: -50px;
    background-color: #cccccc !important;
}
.custom-hero {
  border: 10px solid #cccccc;
  padding-top: 75px;
  
}

.service-item .icon {
  margin-right: auto !important;
  margin-bottom: 15px;
}

.-mb-phone .-dropdown__header-phone {
  display: none !important;
}

.main-banner .left-content .white-button a {
  background-color: #4b8ef1;
  color: #fff !important;
  padding: 10px 10px !important;
}
  
}

