body{
  font-family: "Outfit", sans-serif;
  background-color: #fff;
}
h1, h2, h3{
  font-family: "Outfit", sans-serif;
}
h1{
  font-size: 58px;
  color: #fff;
  line-height: 69px;
}
 
p{
  font-family: "Outfit", sans-serif;
}
.type--B{
  --line_color : #1b1919 ;
  --back_color : #E9ECFF
}

.button{
  position : relative ;
  z-index : 0 ;
  width : 240px ;
  height : 56px ;
  display: block;
  text-decoration : none ;
  font-size : 14px ; 
  font-weight : bold ;
  color : #000 ;
  letter-spacing : 2px ;
  transition : all .3s ease ;
}
.button2 {
  position: relative;
  z-index: 0;
  width: 192px !important;
  height: 47px;
  margin-top: 5%;
}
.button__text2 {
  display: flex;
  font-size: 15px !important;
}
.button__text{
  display : flex ;
  font-size: 23px;
  justify-content : center ;
  align-items : center ;
  width : 100% ;
  height : 100% ;
  color:#d21542;
}
.button::before,
.button::after,
.button__text::before,
.button__text::after{
  content : '' ;
  position : absolute ;
  height : 3px ;
  border-radius : 2px ;
  background: #d21542;
  transition : all .5s ease ;
}
.button::before{
  top : 0 ;
  left : 54px ;
  width : calc( 100% - 56px * 2 - 16px ) ;
}
.button::after{
  top : 0 ;
  right : 54px ;
  width : 8px ;
}
.button__text::before{
  bottom : 0 ;
  right : 54px ;
  width : calc( 100% - 56px * 2 - 16px ) ;
}
.button__text::after{
  bottom : 0 ;
  left : 54px ;
  width : 8px ;
}
.button__line{
  position : absolute ;
  top : 0 ;
  width : 56px ;
  height : 100% ;
  overflow : hidden ;
}
.button__line::before{
  content : '' ;
  position : absolute ;
  top : 0 ;
  width : 150% ;
  height : 100% ;
  box-sizing : border-box ;
  border-radius : 300px ;
  border : solid 3px #fff;
}
.button__line2::before{
  border: solid 3px #052d61 !important;
}
.button__line:nth-child(1),
.button__line:nth-child(1)::before{
  left : 0 ;
}
.button__line:nth-child(2),
.button__line:nth-child(2)::before{
  right : 0 ;
}
.button:hover{
  letter-spacing : 6px ;
}
.button:hover::before,
.button:hover .button__text::before{
  width : 8px ;
}
.button:hover::after,
.button:hover .button__text::after{
  width : calc( 100% - 56px * 2 - 16px ) ;
}
.button__drow1,
.button__drow2{
  position : absolute ;
  z-index : -1 ;
  border-radius : 16px ;
  transform-origin : 16px 16px ;
}
.button__drow1{
  top : -16px ;
  left : 57px ;
  width : 32px ;
  height : 0;
  transform : rotate( 30deg ) ;
}
.button__drow2{
  top : 44px ;
  left : 94px ;
  width : 32px ;
  height : 0 ;
  transform : rotate(-127deg ) ;
}
.button__drow1::before,
.button__drow1::after,
.button__drow2::after{
  content : '' ;
  position : absolute ;
}
.button__drow1::before{
  bottom : 0 ;
  left : 0 ;
  width : 0 ;
  height : 32px ;
  border-radius : 16px ;
  transform-origin : 16px 16px ;
  transform : rotate( -60deg ) ;
}
.button__drow1::after{
  top : -10px ;
  left : 45px ;
  width : 0 ;
  height : 32px ;
  border-radius : 16px ;
  transform-origin : 16px 16px ;
  transform : rotate( 69deg ) ;
}
.button__drow2::before{
  bottom : 0 ;
  left : 0 ;
  width : 0 ;
  height : 32px ;
  border-radius : 16px ;
  transform-origin : 16px 16px ;
  transform : rotate( -146deg ) ;
}
.button__drow2::after{
display: none;
}
.button__drow1,
.button__drow1::before,
.button__drow1::after,
.button__drow2,
.button__drow2::before,
.button__drow2::after{
  background : var( --back_color ) ;
}
.button:hover .button__drow1{
  animation : drow1 ease-in .06s ;
  animation-fill-mode : forwards ;
}
.button:hover .button__drow1::before{
  animation : drow2 linear .08s .06s ;
  animation-fill-mode : forwards ;
}
.button:hover .button__drow1::after{
  animation : drow3 linear .03s .14s ;
  animation-fill-mode : forwards ;
}
.button:hover .button__drow2{
  animation : drow4 linear .06s .2s ;
  animation-fill-mode : forwards ;
}
.button:hover .button__drow2::before{
  animation : drow3 linear .03s .26s ;
  animation-fill-mode : forwards ;
}
.button:hover .button__drow2::after{
  animation : drow5 linear .06s .32s ;
  animation-fill-mode : forwards ;
}
@keyframes drow1{
  0%   { height : 0 ; }
  100% { height : 100px ; }
}
@keyframes drow2{
  0%   { width : 0 ; opacity : 0 ;}
  10%  { opacity : 0 ;}
  11%  { opacity : 1 ;}
  100% { width : 120px ; }
}
@keyframes drow3{
  0%   { width : 0 ; }
  100% { width : 80px ; }
}
@keyframes drow4{
  0%   { height : 0 ; }
  100% { height : 120px ; }
}
@keyframes drow5{
  0%   { width : 0 ; }
  100% { width : 124px ; }
}
 

.page-header .page-titles {
  z-index: 5;
  padding: 0 0 9px 0;
}
.page-header .mr{
  padding: 5% 0;
}
.page-header .page-titles, .page-header .title-wrap {
  position: relative;
}
.whitecolor {
  color: #fff;
}
#particle-canvas {
  width: 100%;
  height: 100%;
  background: #0000003b;
  vertical-align: middle;
  z-index: 1;
  opacity: 1;
  position: absolute;
}


@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

/* header */
#header_navbar{
  width: 100%;
  float: left;
  position: relative;
  padding: 9px 0;
  z-index: 9;
  background-color: #22324b;
  /* background: linear-gradient(180deg, rgb(255 255 255 / 48%) 0%, rgb(255 255 255 / 37%) 100%); */
  /* backdrop-filter: blur(12px); */
}
#header_navbar .logo_header{
  width: 211px;
    margin-bottom: 14px;
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    margin-top: 4px;
    margin-bottom: 0;
}
#header_navbar .nav {
  height: 55px;
  width: 100%;
  background-color: transparent;
  position: relative;
}

#header_navbar .nav > .nav-header {
  display: inline;
}

#header_navbar .nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 2px;
  
}

#header_navbar .nav > .nav-btn {
  display: none;
}

#header_navbar .nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

#header_navbar .nav > .nav-links > a {
  display: inline-block;
  padding: 7px 11px 7px 10px;
  text-decoration: none;
  color: #fff;
  border-right: solid 1px #eeeeee52;
  border-radius: 6px;
  margin: 10px 0;
}

#header_navbar .nav > .nav-links > a:hover {
  background-color: rgb(210 21 66);
  border-radius: 6px;
}
#header_navbar .active{
  background-color: rgb(210 21 66);
  border-radius: 6px;
}
#header_navbar .nav > #nav-check {
  display: none;
}

@media (max-width:600px) {
  #header_navbar   .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #header_navbar  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  #header_navbar  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
  }
  #header_navbar  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  #header_navbar  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #333;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  #header_navbar  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  #header_navbar .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  #header_navbar  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
}
@media(max-width : 767px){
  #header_navbar {
    position: relative;
}
}




/* slider */

.slider_area{
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  padding-top: 0;
  overflow: hidden;
  background-color: #052e6438;
  background: url("../images/bg_imgbanner.jpg");
}
.slider_area h3 {
  font-size: 58px;
  color: #ffffff;
  line-height: 69px;
  text-transform: capitalize;
  font-weight: 800;
  padding-top: 8%;
} 
.slider_area .img_custom{
  width: 100%;
}
.slider_area .slider-banner{
  font-size: 27px;
  color: #fff;
  padding: 4% 0;
}
/* @media (max-width: 1000px) {
  body {
    transform: scale(0.5);
  }
} */


 



@media(max-width: 767px){
  #header_navbar .nav > .nav-btn > label:hover, .nav #nav-check:checked ~ .nav-btn > label {
    background-color: #052e64;
}
#header_navbar .nav > .nav-btn > label{
  background-color: #052e64;
}
.slider_area {
  padding-top: 0;
}
h1 {
  font-size: 24px;
  color: #fff;
  line-height: 33px;
}
.slider_area  
.cta span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.cta:before {
  width: 44px;
  height: 42px;
}
}

@media screen and (max-width: 1024px){
  .slider_area .img_custom {
    margin-top: 0;
    height: auto;
  
}
.slider_area h3 {
  font-size: 49px;
  color: #ffffff;
  line-height: 69px;
  text-transform: capitalize;
  font-weight: 800;
  padding-top: 8%;
}

}

















.footer-section {
  background: #042653;
  position: relative;
  width: 100%;
  float: left;
  padding: 3% 0 0 0;
}
.footer-section .footer-cta {
  border-bottom: 1px solid #373636;
  padding-bottom: 8px !important;
}
.footer-section .single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.footer-section .cta-text {
  padding-left: 15px;
  display: inline-block;
}
.footer-section .cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.footer-section .cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-section .footer-content {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.footer-section .footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-section .footer-logo img {
  width: 211px;
  margin-bottom: 14px;
  background-color: #fff;
  padding: 10px;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 32px;
}
.footer-section .footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 21px;
}
.footer-section .footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-section .footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-section .footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.footer-section .facebook-bg {
  background: #3b5998;
}
.footer-section .twitter-bg {
  background: #55acee;
}
.footer-section .google-bg {
  background: #dd4b39;
}
.footer-section .footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-section .footer-widget-heading a {
  color: #c9c7c7;
}
.footer-section .footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #cb1440;
}
.footer-section .footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.footer-section .footer-widget p{
    font-size: 13px;
    line-height: 28px;
}
.footer-section .footer-widget ul li a:hover {
  color: #d5244e;
}
.footer-section .footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.footer-section .subscribe-form {
  position: relative;
  overflow: hidden;
}
.footer-section .subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.footer-section .subscribe-form button {
  position: absolute;
  right: 0;
  background: #d5244e;
  padding: 13px 20px;
  border: 1px solid #d5244e;
  top: 0;
}
.footer-widget .useful_link{
  width: 100%;
  float: left;
  padding: 0;
}
.footer-section .subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-text{
      text-align: center;
}
.footer-section .copyright-area {
  background: #001735;
  padding: 12px 0;
  margin-top: 1%;
  background-position: left top;
  border-radius: 0;
  /* background: linear-gradient(129.96deg, #ff2f2f 10.43%, #000460 92.78%), radial-gradient(100% 246.94% at 100% 0, #fff 0, #020063 100%), linear-gradient(58.72deg, #2200f2, #530000), linear-gradient(154.03deg, #b70000, #ff003d 74.04%), linear-gradient(341.1deg, red 7.52%, #0038ff 77.98%), linear-gradient(136.23deg, #00c2ff 11.12%, red 86.47%), radial-gradient(57.37% 100% at 50% 0, #b50000 0, #0034bb 100%);
  background-blend-mode: overlay, color-burn, screen, overlay, difference, difference, normal; */
  position: relative;
  border-top: solid 1px #8b8b8b;
}
.footer-section .copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.footer-section .copyright-text p a {
  color: #d5244e;
}
.footer-section .footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a {
  color: #d5244e;
}
.footer-section .footer-menu li a {
  font-size: 14px;
  color: #878787;
}
.footer-section .footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
  position: absolute;
  color: #d5244e;
}
.footer-section .footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
  padding-left: 32px;
}
.footer-section .footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
  color: #14ffa7;
}
.footer-section .footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
  color: #ffd700;
}
.footer-section .footer-social-icon .social_icon {
  text-align: left;
  padding: 0;
}
.footer-section .footer-social-icon .social_icon li {
  float: inherit !important;
  display: inline-block !important;
  width: inherit;
  margin: 0;
}
.footer-section .footer-social-icon .social_icon li a i {
  font-size: 15px;
  line-height: 39px;
}
.footer-section .footer-social-icon .social_icon li a {
  width: 40px;
  height: 40px;
}

.footer-section .social_icon {
  text-align: right;
  margin: 0;
  margin-top: 3px;
}
.footer-section .social_icon li {
  display: inline-block;
  margin: 0 5px;
}
.footer-section .social_icon li a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
}
.footer-section .social_icon li a i {
  font-size: 15px;
  line-height: 20px;
}
.footer-section .social_icon li:nth-child(1) a {
  background: #4267b2;
  color: #fff;
}
.footer-section .social_icon li:nth-child(2) a {
  background: #1da1f2;
  color: #fff;
}
.footer-section .social_icon li:nth-child(3) a {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: #fff;
}
.footer-section .social_icon li:nth-child(4) a {
  background: #d5244e;
  color: #fff;
}
.footer-section .social_icon li:nth-child(1):hover a {
  background: #fff;
  color: #4267b2;
}
.footer-section .social_icon li:nth-child(2):hover a {
  background: #fff;
  color: #1da1f2;
}
.footer-section .social_icon li:nth-child(3):hover a {
  background: #fff;
  color: #bc1888;
}
.footer-section .social_icon li:nth-child(4):hover a {
  background: #fff;
  color: #d5244e;
}



/* contact_us */

.contact_us{
  width: 100%;
  float: left;
  margin: 0; 
  padding: 10px 0 0 0;
  background: url(../images/bg_banner.png);
}
.contact_us h3 {
  margin-top: 30px;
  color: white;
  font-size: 28px;
  font-weight: 300;
  margin: 0 30px;
}
.contact_us .content_join {
    font-size: 15px;
    width: 56%;
    position: relative;
    color: #fff;
    font-weight: 100;
    padding: 2% 3% 0 3%;
    margin: 0;
}
.contact_us h2{
  margin: 0 30px;
  font-size: 67px;
  font-weight: 900;
  color: #fff;
  padding: 10px 0;
}
.contact_us button {
  padding: 20px 40px;
  border-radius: 100px;
  border: none;
  background-color: white;
  font-size: 16px;
  cursor: pointer;
}
.contact_us main {
  width: 100%;
  min-width: 1000px;
  background: linear-gradient(90deg, rgb(5 46 100) 0%, rgb(210 21 66) 100%);
  border-radius: 30px;
  position: relative;
  padding: 25px 0;
}
.contact_us #downloadBtn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-right: 10px;
  position: relative;
  box-shadow: 14px 3px 9px -6px #cb1542;
}
.contact_us p{
    font-size: 15px;
    position: relative;
    color: #fff;
    font-weight: 100;
    padding: 2% 0 0 0;
    margin: 0;
}
.contact_us #downloadBtn::before, #downloadBtn::after {
  content: "";
  position: absolute;
  height: 60px;
  width: 30px;
  background-color: transparent;
}

.contact_us #downloadBtn::before {
  box-shadow: 0 -30px 0 0 white;
  top: 100%;
  left: 0;
  border-top-left-radius: 30px;
}
.contact_us #map{
    width: 100%;
    float: left;
    margin: 5% 0;
    border-radius: 10px;
    background-color: #eee;
    padding: 10px;
    box-shadow: 20px 22px 44px #cccc;
}
.contact_us #downloadBtn::after {
  box-shadow: 0 30px 0 0 white;
  top: -60px;
  left: 0;
  border-bottom-left-radius: 30px;
}

.contact_us #chameleon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 390px;
  width: 600px;
  background-image: url(../images/money_rupee.webp);
  background-repeat: no-repeat;
  background-size: auto 450px;
  background-position: top;
}






#about-section{
  width: 100%;
    float: left;
    position: relative;
    padding: 5% 0;
    background-color: #eee;
}
 
 
#about-section img {
  position: relative;
  z-index: 1;
}
/* .btn-fill {
  padding: 10px;
  background-color: #eee;
  border-radius: 6px;
  margin: 6px;
  box-shadow: 3px 3px #98223d;
} */
#about-section h3 {
  font-size: 43px;
  font-weight: 700;
  color: #052e64;
  line-height: 53px;
  margin: 3% 0;
}
#about-section h3 span{
  color: #d02e54;
}
#about-section .inline-social ul li {
  display: inline-block;
  margin-right: 10px;
} 
/*! responsive */
@media (max-width: 480px) {
  #about-section  .about-info-wrap {
    padding: 10px !important;
    margin-top: 30px;
  }
  #about-section  .about-info {
    padding: 30px !important;
  }
}
@media (max-width: 375px) {
  .contact_us .contact_info_sec {
    background-color: #d21542;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
    color: #fff;
}
}

@media (max-width: 768px) {
  #about-section  h2 {
    font-size: 32px;
  }
.contact_us .content_join {
  padding: 9% 5% 0 7%;
}

.contact_us .content_join {
    width: 100%;
}
  #header_navbar .nav > .nav-btn > label{
    background-color: #d21542 !important;
    border-radius: 7px;
 }
 .banner-wrapper-content .button {
    width: 188px;
    height: 48px;
    font-size: 14px;
}
.banner-wrapper-content .button__text {
    font-size: 17px;
}
#header_navbar .nav > .nav-header > .nav-title {
    padding: 2px;
    margin-top: 0;
}
 #header_navbar .nav > #nav-check:checked ~ .nav-links {
   height: calc(90vh - 42px);
   overflow-y: auto;
   background-color: #575757;
    }
.slider_area h3 {
    font-size: 27px;
    color: #ffffff;
    line-height: 37px;
    padding-top: 0;
}
.slider_area .slider-banner {
    font-size: 14px;
    color: #fff;
    padding: 4% 0;
}
  #about-section  .wrap-button img {
    margin-top: 20px;
  }
  #about-section .about-info-wrap {
    padding: 10px !important;
    margin-top: 30px;
  }
  #about-section .about-info {
    padding: 30px !important;
  }
.contact_us main {
    width: 100%;
    min-width: 100%;
    position: relative;
    padding: 25px 0;
}
#about-section h3 {
    font-size: 33px;
    line-height: 42px;
    margin: 3% 0;
}
.footer-section .footer-widget ul li {
    display: block;
    float: left;
    width: 100%;
}
.footer-section .footer-logo img {
    width: 100%;
}

.footer-section .footer-logo img {
  width: 50%;
}
.sec-title h2{
margin-top: 70px;
margin-bottom: 10px;
}
















.contact_us #chameleon {
    position: relative;
    height: 297px;
    width: 100%;
    background-size: contain;
}
.features .listar-feature-item .listar-feature-item-inner {
    padding: 50px 0 !important;
}
.features .listar-feature-item .listar-feature-item-title > span span {
    top: -7px;
}
.features .listar-feature-item .listar-feature-item-title span {
    font-size: 15px !important;
}
.features {
    padding: 8em 0 0 0 !important;
}
.contact_us button {
    font-size: 16px;
}
.contact_us p {
    width: 100%;
    position: relative;
    margin: 18px 0 7px 0;
    font-weight: 600;
    padding: 0 20px;
}
.contact_us h2 {
    font-size: 28px;
}
.contact_us h3 {
    font-size: 18px;
}
.about-section .image-column .inner-column:before {
    content: '';
    height: calc(80% + 161px);
    top: -95px;
    left: -3px;
}
.about-section .content-column .inner-column{
    position: relative;
    padding-left: 0 !important;
    padding-top: 1% !important;
}
}

@media (min-width: 769px) and (max-width: 991px) {
  #about-section h2 {
    font-size: 30px;
  }
  #about-section  .wrap-button img {
    margin-top: 20px;
  } 
  #about-section .about-info-wrap {
    padding: 10px !important;
    margin-top: 30px;
  }
  #about-section  .about-info {
    padding: 30px !important;
  }
.contact_us main {
    width: 100%;
    min-width: 100%;
    position: relative;
    padding: 25px 0;
}
.contact_us #chameleon {
    position: relative;
    height: 757px;
    width: 100%;
    background-size: cover;
    }
} 










/* features */

.features {
  padding: 11% 0 0 0;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  background-color: #dcdcdc;
}



 
.features  .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.features  .listar-feature-item {
  height: calc(100% - 20px);
}

.features  .listar-feature-item.listar-feature-has-link
  ~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
  position: relative;
  display: block;
  width: 100%;
  height: 30px;
}

.features  .listar-feature-item a {
    position: absolute;
    top: -12px;
    left: 15px;
    width: calc(100% - 20px);
    height: calc(100% + 4px);
    border-radius: 1000px;
    z-index: 10;
}

.features  .listar-feature-with-image .listar-feature-item a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -25px;
    width: 148px;
    height: 148px;
    border-radius: 1000px;
    z-index: 10;
}

.features  .listar-feature-item a:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -30px;
  width: 50px;
  height: 50px;
  border-radius: 1000px;
  z-index: 10;
  animation: ripple 0.7s linear infinite;
  box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
    -5px -5px 10px rgba(255, 255, 255, 0.5);
}


@keyframes ripple {
  0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
  }
}



.features  .listar-feature-item .listar-feature-item-inner {
  padding: 50px 30px;
  border-radius: 6px;
  z-index: 5;
  position: relative;
  height: 100%;
}

.features  .listar-feature-item .listar-feature-item-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}

.features  .listar-feature-item .listar-feature-item-inner:before {
  border: 0;
  box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
    10px 0px 10px rgba(80, 80, 80, 0.02);
  border-radius: 1000px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 255, 255, 0)),
    color-stop(40%, rgba(255, 255, 255, 0)),
    color-stop(100%, rgba(255, 255, 255, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
}

.features  .listar-feature-item .listar-feature-item-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.features  .listar-feature-right-border {
  position: absolute;
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  top: -12px;
  left: 50%;
  overflow: hidden;
}

.features  .listar-feature-items {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.features  .listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  border: 11px solid #2f53bf;
}

.features  .listar-feature-right-border:before,
.listar-hovering-features
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before,
  .features  .listar-hovering-features-grey
  .listar-feature-item
  a:hover
  ~ .listar-feature-item-inner
  .listar-feature-right-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 11px solid #258bd5;
  border-radius: 800px;
  left: -50%;
}

.features  .listar-feature-item .listar-feature-block-content-wrapper {
  position: relative;
  display: block;
  text-decoration: none;
  margin: -30px;
  padding: 30px;
  height: calc(100% + 100px);
}

.features  .listar-features-design-2 .listar-feature-item-wrapper {
  margin-bottom: 120px;
  padding-left: 27px;
  padding-right: 27px;
}

.features  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  content: "";
  background-color: #fff;
  z-index: 6;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
}

.features  .listar-feature-icon-wrapper {
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 500px;
  position: relative;
  background-color: #fff;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  vertical-align: middle;
  margin-left: -74px;
  top: -66px;
  margin-top: -74px;
}

.features  .listar-feature-icon-inner {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 500px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
  background: #fff;
}

.features  .listar-feature-icon-inner div {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
  position: relative;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: left;
}

.features  .listar-feature-icon-inner img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
  display: inline-block;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  height: 55px;
}

.features  .listar-feature-item img,
.listar-feature-item i {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-size: 40px;
  top: 0;
  padding: 0;
  color: #258bd5;
}

.features  .listar-feature-with-image .listar-feature-content-wrapper {
  top: 0;
}
.features  .listar-feature-content-wrapper {
  position: relative;
  margin-top: -15.5px;
}

.features  .listar-feature-item .listar-feature-item-title {
  padding-top: 0;
  margin: 0 0 30px;
  text-align: center;
  line-height: 1.5;
}

.features  .listar-feature-item
  .listar-feature-item-title.listar-feature-counter-added
  > span {
  margin-left: 25px;
  border-radius: 0 50px 50px 0;
}

.features  .listar-feature-item .listar-feature-item-title > span {
  box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
    5px 0px 40px rgba(80, 80, 80, 0.1);
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  background-color: #fff;
}

.features  .listar-feature-item .listar-feature-item-title > span span {
  box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
    5px 0px 80px rgba(80, 80, 80, 0.15);
  padding: 10px 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 30px;
  white-space: nowrap;
  position: absolute;
  top: -3px;
  left: -40px;
  border-radius: 50px;
  background-color: #fff;
}

.features  .listar-feature-item .listar-feature-item-title span {
  display: inline-block;
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  text-shadow: none;
  border-radius: 50px;
  color: #252525;
  font-size: 18px;
}

.features  .listar-feature-item-excerpt {
  padding: 0 20px;
}

.features  .listar-feature-item-excerpt {
  color: #252525;
  position: relative;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}


.features  .listar-map-button-text span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  height: 44px;
  line-height: 1.6;
  padding: 10px 25px;
  box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
  background-color: rgba(35, 40, 45, 0.9);
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.features  .listar-map-button-text span {
  background-color: #fff;
  color: #252525;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.features  .listar-map-button-text span:after {
  border: 12px solid #fff;
}

.features  .listar-map-button-text span:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -14px;
  width: calc(100% + 28px);
  height: calc(100% + 28px);
  border-radius: 36px;
}

.features  .listar-map-button:hover .listar-map-button-text span {
  padding: 10px 43px 10px 51px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.features  .listar-feature-with-image .listar-feature-item a:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 50%;
  margin-left: -25px;
  width: 148px;
  height: 148px;
  border-radius: 1000px;
  z-index: 10;
}

.features  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
    15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
  bottom: -30px;
  background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
  background-size: 40%;
  color: #555;
  line-height: 52px;
}

.features  .col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  align-self: flex-start;
}


:focus-visible {
  outline: none !important;
}



 
.bg-image {
    background: linear-gradient(to right, #1e579900 10%, #ffffff2e 50%, #fbfbfb36 51%, #7db9e800 100%);
    padding: 10px 0;
}

/* main-banner-page */

.main-banner-page {
  width: 100%;
  float: left;
  background-color: #22324b;
  overflow: hidden;
} 
.main-banner-pag .page-header .page-titles {
  z-index: 5;
  padding: 7% 0 45px;
}
.main-banner-page .page-header {
  padding-bottom: 0;
  margin: 0 0 0;
  border-bottom: 1px solid #eee;
  background-color: #eee;
  width: 100%;
  float: left;
}
.main-banner-page .overlay-dark {
  background-image: none;
  z-index: 1;
  visibility: visible;
}
.main-banner-page .overlay {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-image: -webkit-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
  background-image: -moz-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
  background-image: -ms-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
  background-image: -o-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
  background-image: linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.main-banner-page .about-header {
  background: url(../images/financial_growth_rupee.jpg) no-repeat;
  background-position: left !important;
  background-position: bottom !important;
  background-size: cover;
}
.main-banner-page .page-header {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
}
.main-banner-page .page-header a {
  color: #b1b1b1;
  text-decoration: none;
}
.main-banner-page  .position-relative {
  position: relative !important;
}
.main-banner-page .page-header .title-wrap {
  padding: 1.125rem 1.5rem;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  line-height: 1;
  z-index: 2;
  margin-bottom: 0;
  border-radius: 50px;
  box-shadow: 0 10px 20px 0 #00000045;
  --box-shadow-color: #c90000;
}
.main-banner-page  .page-header .page-titles, .page-header .title-wrap {
  position: relative;
}
.main-banner-page .gradient-bg {
  -webkit-background-size: 200% auto;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(51%, #fff), to(#fff));
  background-image: -webkit-linear-gradient(left, #fff 0%, #fff 51%, #fff 100%);
  background-image: -moz-linear-gradient(left, #fff 0%, #fff 51%, #fff 100%);
  background-image: -o-linear-gradient(left, #fff 0%, #fff 51%, #fff 100%);
  background-image: linear-gradient(to right, #fff 0%, #fff 51%, #fff 100%);
}
.main-banner-page  .page-header .title-wrap h3 {
  display: none;
}
.main-banner-page .title-wrap h3 {
  margin-top: 3px;
  text-transform: capitalize;
}
.main-banner-page .float-left {
  float: left !important;
}
.main-banner-page .font-bold{
  margin: 0;
  font-size: 48px;
}
.main-banner-page .breadcrumb {
  background: transparent;
  margin: 0 auto;
  text-align: center;
  float: none;
  padding: 4px 1rem;
  position: relative;
}
.main-banner-page .breadcrumb .breadcrumb-item {
  font-size: 14px;
  position: relative;
}
.main-banner-page .breadcrumb .breadcrumb-item a::before {
  bottom: -5px;
}
.main-banner-page .breadcrumb .breadcrumb-item a::before {
  content: '';
  position: absolute;
  background: #fff;
  display: inline-block;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-transition: all .5s cubic-bezier(0,0,0.2,1);
  -o-transition: all .5s cubic-bezier(0, 0, 0.2, 1);
  transition: all .5s cubic-bezier(0,0,0.2,1);
}





/* contact us */

.contact_us{
  width: 100%;
  float: left;
  position: relative;
  padding: 5% 0;
  background-color: #fff; 
  background: #fff;
}
.contact_us .right_conatct_social_icon{
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}


.contact_us .contact_inner{
 background-color: #fff;
 position: relative;
 box-shadow: 20px 22px 44px #cccc;
 border-radius: 25px;
}
.contact_us .contact_field{
    padding: 36px;
}
.contact_us .right_conatct_social_icon{
 height: 100%;
}

.contact_us .contact_field h3{
color: #000;
 font-size: 40px;
 letter-spacing: 1px;
 font-weight: 600;
 margin-bottom: 10px
}
.contact_us .content_heading{
  color: #052e64;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 35px;
  position: relative;
  text-align: center;
}
.contact_us .contact_field .form-control{
  border-radius: 0px;
  border-style: solid;
  border-color: #b9b9b9;
  border-width: 0 0 2px 0;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: none;
}
.contact_us .contact_field textarea{
    resize: none;
}
.contact_us .contact_field .form-control:focus{
 box-shadow: none;
 outline: none;
 border-bottom: 2px solid #2d2d2d;
}
.contact_us .contact_field .form-control::placeholder{
 font-size: 13px;
 letter-spacing: 1px;
}
.contact_us .button_submit{
  padding: 20px 40px 20px 0;
}
.contact_us .contact_info_sec {
    position: relative;
    background-color: #d21542;
    right: 0;
    margin-top: 0;
    height: 340px;
    width: 100%;
    padding: 40px;
    border-radius: 25px 0 0 25px;
    color: #fff;
}
.contact_us .contact_info_sec .internal_2{
position: absolute;
}
.contact_us .contact_info_sec h4{
  letter-spacing: 1px;
  padding-bottom: 15px;
  border-bottom: solid 1px #eee;
  margin: 0;
}

.contact_us .info_single{
 margin: 30px 0px;
}
.contact_us .info_single i{
 margin-right: 15px;
}
.contact_us .info_single span{
 font-size: 14px;
 letter-spacing: 1px;
}
.contact_us .social_item_inner li{
 list-style: none;
}
.contact_us .social_item_inner li a{
 color: #fff;
 margin: 0px 15px;
 font-size: 14px;
}
.contact_us .social_item_inner{
 padding-bottom: 10px;
}





/* about_us */
.about-section{
  position: relative;
  padding: 120px 0 70px;
  width: 100%;
  float: left;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(67% + 80px);
    height: calc(94% + 161px);
    top: -64px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 21px solid #22324b;
    border-radius: 48px;
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #fff;}




.terms_conditions{
    width: 100%;
    float: left;
    position: relative;
    margin: 5% 0;
}
.privacy_policy{
   width: 100%;
    float: left;
    position: relative;
    margin: 5% 0;
}

.about-section .sec-title .title{
    font-size: 20px;
    font-weight: 800;
    color: #f54258;
}



@media(max-width:767px){
.about-section .image-column .image-2 img, .about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    border-radius: 46px;
    width: 100%;
    float: left;
}
.about-section .content-column {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    float: left;
    font-size: 10px;
}
.about-section .image-column .inner-column:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(103% + 299px);
    top: -45px;
    left: -3px;
    background: transparent;
    z-index: 0;
    border: 21px solid #22324b;
    border-radius: 48px;
}
.about-section .content-column .inner-column {
    position: relative;
    padding: 10px;
}
.about-section .sec-title h2 {
    font-size: 23px;
    line-height: 33px;
    margin-top: 17px;
}
.about-section .sec-title {
    margin-bottom: 0;
}
.about-section .image-column .inner-column {
    position: relative;
    padding-bottom: 0px;
}
.footer-section .copyright-text p {
    margin: 0;
    font-size: 10px;
    color: #878787;
}
}



@media screen and (max-width: 1024px){
  .features .listar-feature-item .listar-feature-item-title > span span {
    box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2), 5px 0px 80px rgba(80, 80, 80, 0.15);
    padding: 8px 0;
    display: inline-block;
    width: 45px;
    height: 41px;
    line-height: 30px;
    white-space: nowrap;
    position: absolute;
    top: -3px;
    left: -31px;
    border-radius: 50px;
    background-color: #fff;
}


.features .listar-feature-item .listar-feature-item-title span {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    text-shadow: none;
    border-radius: 50px;
    color: #252525;
    font-size: 12px;
}
.sec-title h2{
  margin-top: 70px;
  margin-bottom: 10px;
}
}
@media (max-width: 767px){
.contact_us .contact_info_sec {
        background-color: #d21542;
        right: 0;
        top: 0;
        width: 100%;
        padding: 20px;
  border-radius: 25px 25px 25px 25px;
  color: #fff;
  position: relative;
  margin-top: 0;
}
.contact_us .contact_field p {
    color: #052e64;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1px;
    margin-bottom: 22px;
    position: relative;
    padding: 0 10px;
}
.contact_us .contact_field {
  padding: 10px;
}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.thank_you{
  width: 100%;
  float: left;
}
.thank_you img{
    height: 308px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}
.thanks_page {
    width: 100%;
    float: left;
    padding: 5% 0;
}
.thanks_page h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 34px;
    color: #5e5e5e;
}
#text-area .row{
    align-items: center !important;
} 



