/* This is an HTML template. This is a premium template. 
    Noushed Ahomed Jholok has developed its front end. 
    My personal website is https://najholok.com .
     And our business site is https://glimpsecode.com */

     /* Fonts Family link here  */
     @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&family=Poppins:wght@400;600&display=swap');

/* -------------------- Common Css Here css here -------------------- */
span{
    color: #CD3156;
}


/* -------------------- Navbar area css here -------------------- */
#header_area{
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999999999999;
    margin-top: 30px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px 4px;
    position: relative;
}
.navbar-toggler i {
	color: #fff;
	font-size: 30px;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0;
}
.sub_manu_details {
	padding-left: 26px;
	margin-top: 14px;
}
.div_manu {
	background-color: #fff;
	padding: 20px 0px;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: 9999999999999999999999999999;
	transition: all .4s linear;
	width: 400px;
	box-shadow: 2px solid #000;
	margin-top: 22px;
}
.manu_navv {
	width: 30px;
	height: 30px;
	background-color: #fff;
	position: absolute;
	top: -6px;
	left: 10%;
	/* transform: translateX(-59%); */
	translate: r;
	transform: rotate(134deg);
}
.sub_manu {
	margin-top: -10px;
	margin-bottom: 10px;
	width: 400px;
	padding-right: 5px;
}
.sub_icons img {
	/* padding: 18px 0px 0px 12px; */
	width: 40px;
	margin-left: 20px;
	margin-top: 20px;
}
.sub_manu_details a {
	font-size: 18px;
	text-decoration: none;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	display: flex;
	align-items: center;
	letter-spacing: -0.01em;
	color: #172157;
	font-family: 'Inter', sans-serif;
	transition: all .3s linear;
}
.sub_manu_details a:hover{
    color: #CD3156;
}
.sub_icons i {
	font-size: 30px;
	padding-right: 10px;
	padding-top: 5px;
}
.sub_manu_details h4{
    font-size: 22px;
}
.sub_manu_details p {
	line-height: 15px;
	margin-top: 0px;
	padding-right: 10px;
	font-size: 12px;
	margin-bottom: 0px;
	text-align: start;
}
.nav-item:hover .div_manu{
    visibility: visible;
    opacity: 1;
    z-index: 9999999999999;
}
.nav_button a{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    padding: 19px 26px;
    text-decoration: none;
    background: #CD3156;
    border-radius: 58px;
}



/* -------------------- banner area css here -------------------- */
#banner_area{
    background-image: url(../images/banner_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 200px;
}
.banner_content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.banner_content h1{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.banner_content span{
    color: #76E7F0;
}
.banner_content p {
	font-family: 'Inter', sans-serif;;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 180%;
	letter-spacing: -0.01em;
	color: #FAFAFA;
	margin: 32px 0px;
	max-width: 64%;
}
.banner_content a {
	font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 12px 48px;
    text-decoration: none;
    background: #CD3156;
    border-radius: 58px;
    margin-bottom: 48px;
}
.banner_link_list{
    margin-top: 65px;
    margin-bottom: 70px;
}
.banner_link_list i{
    margin-right: 10px;
}
.banner_link_list p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 60px;
}
.banner_image img{
    position:absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}
/*Vertical Sliding*/
.slidingVertical{
	display: inline;
	text-indent: 8px;
}
.slidingVertical span{
	animation: topToBottom 12.5s linear infinite 0s;
	-ms-animation: topToBottom 12.5s linear infinite 0s;
	-webkit-animation: topToBottom 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingVertical span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(-50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(-50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(-50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
.text_color{
    color: #CD3156 !important;
}

.dropdown2 .sub_manu{
    width: auto;
}
.dropdown2 a {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-size: 20px;
	margin: 5px 25px 0px 25px;
	color: #172157;
	text-decoration: none;
	transition: all .3s linear;
	font-weight: 300;
}
.dropdown2 a:hover {
    color: #CD3156;
}
.dropdown2{
    margin-left: -2%;
}
/* -------------------- Service area css here -------------------- */
#service_area{
    padding-top: 100px;
}
.service_content h3 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 63px;
	letter-spacing: -0.01em;
	color: #172157;
	padding: 0px 25px;
    margin-bottom: 149px;
}
.service2_area{
    position: relative;
}
.service_card_title h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 63px;
    letter-spacing: -0.01em;
    color: #172157;
    padding-top: 70px;
}
.service_card_area{
    padding-bottom: 180px;
}
.service_items_content{
    margin-top: 50px;
}
.service_card_img img {
	width: 100%;
	padding-top: 5px;
}
.service_card_content h4{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: -0.01em;
    color: #172157;
}
.service_card_content p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    color: #172157;
    padding-right: 20px;
}
.service_card_content a{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.01em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #CD3156;
    margin-top: 16px;
}
.service_items_card .row{
    margin-top: 58px;
}
/* .service_items_card2 {
	margin-top: 195px;
} */
/* .service_image img {
	position: absolute;
	top: -10%;
	left: 0;
} */
.service_images_list{
    position: absolute;
    top: -40px;
}
.list_img_for_service {
	margin-left: -20px;
}
.list_img_for_service ul{
    list-style-type: none;
}
.list_img_for_service ul li{
    margin-bottom: 10px;
}
.list_img_for_service img{
    width: 144px;
}
.list_img_for_service_top{
    padding-top: -15px;
}
.list_img_for_service_top {
	/* padding-top: -15px !important; */
	top: -50px;
	position: relative;
}
/* -------------------- About area css here -------------------- */
#about_area{
    position: relative;
}
.about_content{
    margin-top: 80px;
    margin-bottom: 100px;
}
.about_content h2 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 38px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: #172157;
	margin-bottom: 24px;
	padding-right: 70px;
}
.about_content p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #4A2B5D;
    margin-bottom: 12px;
}
.about_content p.about_p2{
    margin-bottom: 40px;
}
.about_content a{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 27px;
    color: #FFFFFF;
    margin-top: 28px;
    background: #CD3156;
    box-shadow: 0px 13px 18px rgba(205, 49, 86, 0.1);
    padding: 14px 30px;
    text-decoration: none;
}
.about_image img{
    position: absolute;
    right: 0;
    top: 39px;
    height: 100%;
    padding-bottom: 50px;
}
/* -------------------- Main Service area css here -------------------- */
#main_service_area{
    background-color: #FAFAFA;
    padding-top: 237px;
    padding-bottom: 100px;
}
.main_service_title h2{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 63px;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 16px;
}
.main_service_title p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #4A2B5D;
    max-width: 600px;
}
.main_service_card h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 36px;
letter-spacing: -0.01em;
color: #172157;
margin: 30px 0px 12px 0px;
}
.main_service_card p {
	font-family: Poppins;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #4A2B5D;
	margin-bottom: 12px;
	max-width: 335px;
}
.main_service_card a{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #CD3156;
}
.main_service_card i{
    padding-left: 8px;
}
.main_service_card_area{
    margin-top: 62px;
}
/* -------------------- Modern Map area css here -------------------- */
#modern_map_area{
    padding-top: 100px;
}
  
  svg {
    width: 80%;
  }
  
  circle {
    fill: #4A2B5D;
  }
  
  
  /* circle, */
  
  .banaan {
    fill: #fff;
    transition: all 2s ease;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  
  @keyframes pulse {
    to {
      r: 5;
    }
  }
  .modern_map_content{
      padding: 110px 0px;
  }
  .modern_map_content h2{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #172157;
    padding-bottom: 30px;
    max-width: 70%;
    margin: 0 auto;
  }
  .modern_map_content p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #172157;
    padding-bottom: 40px;
    max-width: 70%;
    margin: 0 auto;
  }
  .modern_map_content a{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    text-decoration: none;
    background: #CD3156;
    box-shadow: 0px 13px 18px rgba(205, 49, 86, 0.1);
    padding: 14px 30px;
  }
  .map_area{
      position: relative;
  }
  .map_area img.canada {
	position: absolute;
	left: 22%;
	top: 16%;
}
.map_area img.us {
	position: absolute;
	left: 23%;
	top: 32%;
}
.map_area img.uk {
	position: absolute;
	left: 45%;
	top: 24%;
}
.map_area img.uas {
	position: absolute;
	left: 54%;
	top: 35%;
}
.map_area img.india {
	position: absolute;
	left: 60%;
	top: 41%;
}
.map_area img.aus {
	position: absolute;
	left: 70%;
	top: 65%;
}
/* -------------------- Review area css here -------------------- */
#review_area{
background-color: #FAFAFA;
padding: 120px 0px 110px 0px;
position: relative;
}
.quote_img img {
	width: 80%;
}
.client_detaile p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #172157;
}
.profile_name_and_image{
    margin-top: 35px;
}
.profile_name_and_image img{
    width: 80px;
    height: 80px;
    border-radius: 100px;
    border: 1.5px solid #FDB827;
}
.cilent_name{
    margin-left: 19px;
}
.cilent_name h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #172157;
}
.cilent_name p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #CD3156;
}
#review_area .slider_left {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 60px;
    color: #CD3156;
    cursor: pointer;
}
#review_area .slider_right{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #CD3156;
    cursor: pointer;
}
/* -------------------- Contact area css here -------------------- */
#contact_area{
    padding-top: 120px;
}
.contact_title h2{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 63px;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 16px;
}
.contact_title p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 50px;
}
.contact_card{
    margin-bottom: 50px;
}
.contact_card i {
	color: #CD3156;
	font-size: 22px;
}
.contact_card h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #172157;
    margin: 16px 0px;
}
.contact_card address{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #172157;
}
.contact_card a{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 155%;
    color: #CD3156;
    text-decoration: none;
}
.social_icons a {
	padding: 10px;
	padding-left: 13px;
	border: 1px solid #CD3156;
	border-radius: 35px;
	width: 47px;
    margin-right: 10px;
}
.social_icons a {
	color: transparent;
}
.contact_form label{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 16px;
}
.contact_form input{
    height: 48px;
    margin-bottom: 34px;
}
.contact_form p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #4F4F4F;
    margin-top: 40px;
}
.contact_form button{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-top: 27px;
    background: #CD3156;
    padding: 14px 30px;
    box-shadow: 0px 13px 18px rgba(205, 49, 86, 0.1);
}
.contact_form i {
	margin-left: 25px;
}
.contact_form a {
	color: #CD3156;
    text-decoration: none;
}
.subscibe_area{
    background-color: #FAFAFA;
    margin-top: 120px;
    padding-top: 150px;
    padding-bottom: 130px;
    margin-bottom: 115px;
}
.sub_contact_content h2{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 16px;
}
.sub_contact_content p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #172157;
    padding-right: 30px;
}
.sun_form label{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 16px;
}
.sun_form input{
    height: 54px;
}
.sun_form p {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: -0.01em;
	color: #4F4F4F;
	margin: 36px 0px;
	padding-top: 6px;
	padding-right: 30px;
}
.sun_form a{
    color: #CD3156;
}
.sun_form button{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #CD3156;
    border: 1px solid #CD3156;
    box-sizing: border-box;
    padding: 14px 30px;
    background: #FAFAFA;
}
#fs-frm label, #fs-frm legend, #fs-frm ::placeholder {
	font-size: .825rem;
	margin-bottom: .5rem;
	padding-top: .2rem;
	display: flex;
	align-items: baseline;
}
.simple-contact-form label{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 120%;
/* identical to box height, or 17px */

display: flex;
align-items: center;
letter-spacing: -0.01em;

/* Main color */

color: #172157;
}
.sub_form_area_bg {
	background-color: #FAFAFA !important;
	margin: 0 70px;
    position: relative;
}
.form_top_effect{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.form_bottom_effect{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}
#fs-frm label, #fs-frm legend, #fs-frm ::placeholder {
	font-size: .825rem;
	margin-bottom: .5rem;
	padding-top: .2rem;
	display: flex;
	align-items: baseline;
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 120%;
letter-spacing: -0.01em;

/* Main color */

color: #172157;
}
/* -------------------- Footer area css here -------------------- */
#footer_area{
    background: #172157;
    padding-top: 89px;
}
.footer_card h4{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 155%;
    color: #CD3156;
    margin-bottom: 8px;
}
.footer_card address {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 155%;
    color: #BDBDBD;
	margin-bottom: 20px;
	/* padding-right: 5%; */
	padding: 5px 5px;
}
.footer_card a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 155%;
    color: #FAFAFA;
    margin: 8px 0px;
    text-decoration: none;
    display: inline-block;
    transition: all .3s linear;
}
.footer_card a:hover {
	color: #CD3156;
}
.footer_copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_copyright p{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 34px;
    color: #FFFFFF;
    padding-top: 30px;
    padding-bottom: 58px;
}
.text_bnnr{
    color: #75E8F0 !important;
}
.footer_card p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 180%;
letter-spacing: -0.01em;
color: #FAFAFA;
margin-top: 0px;
}

/* .box {
	width: 92vw;
	min-width: 300px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 50px;
}
.container {
	width: 100%;
} */
.wrapper {
	padding: 0 20px;
	color: #fff;
}
.toggle {
	width: 100%;
	background-color: transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.2rem;
	font-weight: 600;
	color: white;
	border: none;
	outline: none;
	cursor: pointer;
	margin-bottom: 10px;
}
.content {
	font-size: 1rem;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
    color: #BDBDBD;
}
.content p {
	padding: 15px 15px;
}
.fab {
	color: #fff;
}
.footer_card button{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 155%;
/* or 25px */


color: #FFFFFF;
}
.footer_card button i {
	border: 1px solid #fff;
	padding: 5px;
	border-radius: 40px;
	margin-right: 11px;
	font-size: 14px;
}
.fa-minus {
	color:#CD3156;
    border: 1px solid #CD3156 !important;
}
.footer_card p, address, a{
    
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 155%;
color: #BDBDBD;
}
.footer_copyright a{
 margin: 0px 28px;
}
.footer_copyright a i{
 font-size: 20px;
}
.footer_icons_last{
    padding-top: 40px;
}
/* =======================================================================
-------------------- Service Page css Start here --------------------
======================================================================= */
#header_area.service_header {
	position: relative;
	background-image: url(../images/navbar_bg.png) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0px;
	padding-bottom: 39px;
	padding-top: 22px;
}

#service_banner_area{
    background: #FAFAFA;
}
.service_banner_content{
    margin-top: 162px;
    position: relative;
    padding-bottom: 400px;
}
.service_banner_content h2{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 24px;
}
.service_banner_content h4{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 24px;
}
.service_banner_content p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #4A2B5D;
    margin-bottom: 32px;
}
.banner_link_list a{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #CD3156 !important;
    margin-right: 48px;
}
.banner_link_list i{
    padding-left: 8px;
}
.service_banner_image{
    position: relative;
}
.service_banner_image img{
    position: absolute;
    top: 53px;
    left: 25%;
}
.service_images_mini img {
	position: absolute;
	left: 100%;
	transform: translateX(-65%);
}
.service_images_mini .img2 {
	position: absolute;
	left: 100%;
	transform: translateX(35%);
	top: 30%;
}
/* -------------------- creating area css here -------------------- */
#creating{
    padding-bottom: 124px;
    background: #FAFAFA;
}
.creating_content h2{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 24px;
}
.creating_content p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #4A2B5D;
}
.creating_card{
    padding: 0px 60px;
    margin-top: -40px;
}
.creating_card img{}
.creating_card h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 33px;
    letter-spacing: -0.01em;
    color: #172157;
    margin: 16px 0px;
}
.creating_card a{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #CD3156;
    text-decoration: none;
}
.creating_card i{
    padding-left: 8px;
}
/* -------------------- unique_consulting area css here -------------------- */
#unique_consulting{
    padding: 100px 0px;
}
.unique_consulting_tile h2{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 63px;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 16px;
}
.unique_consulting_tile p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #4A2B5D;
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 34px;
}
.unique_consulting_card{
    margin-top: 42px;
}
.unique_consulting_card img{
    width: 100%;
}
.unique_consulting_card h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 120%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 12px;
    margin-top: 36px;
}
.unique_consulting_card a{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #CD3156;
    text-decoration: none;
}
/* -------------------- our consultants deliver area css here -------------------- */
#our_consultants_deliver{
    background-color: #fafafa;
    padding: 100px 0px;
}
.our_consultants_deliver_title h2{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 24px;
    padding-right: 10%;
}
.our_consultants_deliver_details p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #4A2B5D;
    margin-bottom: 12px;
}
.our_consultants_deliver_details h5{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 180%;
    letter-spacing: -0.01em;
    color: #4A2B5D;
    margin-bottom: 4px;
}
/* -------------------- client stories area css here -------------------- */
#client_stories{
    padding: 100px 0px;
}
.client_stories_tile h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 40px;
}
.client_stories_card img{
    width: 100%;
}
.client_stories_card h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #172157;
    margin: 24px 0px;
}
.client_stories_link{
    margin-top: 6px;
}
.client_stories_link a{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #CD3156;
    text-decoration: none;
}
.client_stories_link i{
    padding-left: 12px;
}

/* -------------------- our expert area css here -------------------- */
#our_expert{
    background-color: #FAFAFA;
    padding-top: 100px;
    padding-bottom: 100px;
}
.our_expert_title h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #172157;

}
.our_expert_profile_card img{
    width: 100%;
}
.our_expert_profile_card h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 36px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #172157;
    margin: 4px 0px;
    padding-top: 36px;
}
.our_expert_profile_card h4 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	color: #4A2B5D;
	margin-bottom: 26px;
	text-align: start;
}
.our_expert_profile_card a {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 29px;
	letter-spacing: -0.01em;
	background: #CD3156;
	box-shadow: 0px 13px 18px rgba(205, 49, 86, 0.1);
	padding: 14px 36px 14px 35px;
	color: #FFFFFF;
	text-decoration: none;
    text-align: start;
}
.our_expert_profile_card p{
    font-family: Poppins;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 180%;
letter-spacing: -0.01em;
color: #4A2B5D;
}
/* -------------------- related area css here -------------------- */
#related_area{
    padding: 100px 0px;
}
.related_area_title h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 63px;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 23px;
}
.related_card {
	padding-top: 53px;
	background-color: #fff;
	margin-top: 30px;
}
.related_card h4{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 16px;
    padding: 0px 25px;

}
.related_card p {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 180%;
	letter-spacing: -0.01em;
	color: #172157;
	padding: 0px 25px;
	height: 221px;
}
.related_card i{
    padding-left: 188px;
}
.related_card a{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 29px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: -0.01em;
background: #BDBDBD;
box-shadow: 0px 13px 18px rgba(205, 49, 86, 0.1);
color: #FFFFFF;
padding: 14px 30px;
transition: all .3s linear;
text-decoration: none;
}
.related_card:hover a{
    background-color: #CD3156;
}
/* -------------------- voiec_area area css here -------------------- */
#voiec_area{
    background: #FAFAFA;
    padding-top: 100px;
}
#voiec_area img{}
.voice_area_content{
    padding-top: 100px;
}
.voice_area_content h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 24px;
}
.voice_area_content p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 180%;
letter-spacing: -0.01em;
color: #4A2B5D;
margin-bottom: 12px;
}
.voice_area_content a{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 29px;
display: flex;
align-items: center;
letter-spacing: -0.01em;
padding: 14px 30px;
background-color: #CD3156;
color: #FFFFFF;
display: inline-block;
text-decoration: none;
}
.voice_area_content i{
    padding-left: 40px;
}
/* -------------------- news_area area css here -------------------- */
.news_area{
    padding-top: 143px;
    padding-bottom: 59px;
}
.news_area_title h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 38px;
line-height: 140%;
letter-spacing: -0.01em;
color: #172157;
margin-bottom: 40px;
}
.news_card h4{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 130%;
letter-spacing: -0.01em;
color: #172157;
padding-top: 24px;
padding-bottom: 40px;
}
.news_bottom h5{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 180%;
letter-spacing: -0.01em;
color: #4A2B5D;
margin: 4px 0px;
}
.news_bottom p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 180%;
letter-spacing: -0.01em;
color: #4A2B5D;
}
.news_bottom a{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 29px;
letter-spacing: -0.01em;
color: #CD3156;
margin-top: 16px;
text-decoration: none;
}
.news_bottom i{
    padding-left: 12px;
}
.news_man{
    height: 100px;
}
.news_man img{
    width: 50px;
    height: 50px;
}
.news_profile{
    padding-left: 14px;
}
.news_profile h4 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	letter-spacing: -0.01em;
	color: #172157;
	/* margin: 9px 0px; */
}
.news_profile p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 130%;
letter-spacing: -0.01em;
color: #CD3156;
}
.last_card {
	background: linear-gradient(68.66deg, #172157 0%, #4A2B5D 100%);
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	position: relative;
	height: 337px;
	margin-top: 100px;
}
.last_card img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.last_card_content {
	position: absolute;
	top: 35%;
	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	z-index: 99999999;
}
.last_card_content h3{
    font-family: 'Inter', sans-serif;
font-family: Axiforma;
font-style: normal;
font-weight: bold;
font-size: 44px;
line-height: 140%;
letter-spacing: -0.01em;
color: #FFFFFF;
}
.last_card_content a{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 27px;
display: flex;
align-items: center;
text-align: center;
background: #CD3156;
box-shadow: 0px 13px 18px rgba(205, 49, 86, 0.1);
border-radius: 4px;
padding: 14px 30px;
color: #FFFFFF;
display: inline-block;
text-decoration: none;
}

/* =====================================================================
=====================================================================
-------------------- banner area css here --------------------
=====================================================================
===================================================================== */
.system_top{
    margin-top: 110px;
}
.banner_card {
	margin-top: -30px;
}
.banner_card h4{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 12px;
    padding-top: 24px;
}
.banner_card p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 180%;
letter-spacing: -0.01em;
color: #4A2B5D;
}
.banner_card a{
    text-decoration: none;
    color: #CD3156;
}

/* -------------------- digital  area css here -------------------- */
#digital{
    padding-top: 100px;
    padding-bottom: 100px;
}
.digital_title h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 38px;
line-height: 140%;
letter-spacing: -0.01em;
color: #172157;
margin-bottom: 24px;
}
.digital_content p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 180%;
letter-spacing: -0.01em;
color: #4A2B5D;
margin-bottom: 12px;
}
.digital_p p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 180%;
letter-spacing: -0.01em;
color: #172157;
border-left: 1px solid #172157;
padding-left: 20px;
}
.digital_card_title h3 {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 140%;
	letter-spacing: -0.01em;
	color: #172157;
	margin-top: 100px;
}
.digital_card {
	margin-top: 40px;
}
.digital_card img{
    width: 100%;
}
.digital_card p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 18px;
line-height: 130%;
letter-spacing: -0.01em;
color: #172157;
margin: 12px 0px;
}
.digital_card a{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 29px;
letter-spacing: -0.01em;
color: #CD3156;
text-decoration: none;
}
.digital_card i{
    padding-left: 12px;
}

/* -------------------- related_service area css here -------------------- */
#related_service{
    background-color: #FAFAFA;
    padding: 100px 0px;
}
.related_service_title h3{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: #172157;
    margin-bottom: 40px;
}
.related_service_list ul{
    border-left: 1px solid #172157;
}
.related_service_list ul li{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 230.5%;
text-decoration-line: underline;
color: #172157;
}
/* -------------------- case_studies area css here -------------------- */
#case_studies{
position: relative;
padding: 100px 0px;
}
.case_studies_title h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 38px;
line-height: 140%;
letter-spacing: -0.01em;
color: #172157;
margin-bottom: 40px;
}
.case_studies_slider_items img{
    width: 96%;
}
.case_studies_slider_items h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 130%;
letter-spacing: -0.01em;
color: #172157;
margin: 24px 0px;
}
.case_arrow_left {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
	font-size: 60px;
    color: #CD3156;
    cursor: pointer;
}
.case_arrow_right{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    font-size: 60px;
    color: #CD3156;
    cursor: pointer;
}
.slick-dots{
    display: flex;
    justify-content: center;
    list-style-type: none;
    color: transparent;
}
.slick-dots li.slick-active button{
    color: transparent;
	background: #CD3156;
	width: 15px;
	height: 15px;
	border-radius: 35px;
	margin: 0px 5px;
	border: navajowhite;
}
.slick-dots li button {
	color: transparent;
	background: rgb(71, 71, 71);
	width: 15px;
	height: 15px;
	border-radius: 35px;
	margin: 0px 5px;
	border: none;
}


.system_fornews{
    padding-top: 0px;
}
/* ========================================================================
========================================================================
-------------------- partner_area area css here --------------------
========================================================================
======================================================================== */

#partner_area{
    padding: 105px 0px;
}
.pertner_img img {
	width: 95%;
}
.partner_content h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 44px;
line-height: 140%;
letter-spacing: -0.01em;
color: #172157;
margin: 24px 0px;
margin-top: 50px;
}
.partner_content h5{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 33px;
letter-spacing: -0.01em;
color: #172157;
margin-bottom: 16px;
}
.partner_content p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 180%;
letter-spacing: -0.01em;
color: #4A2B5D;
margin-bottom: 16px;
}
/* -------------------- count_area area css here -------------------- */
#count_area{
    background: #FAFAFA;
    padding-top: 100px;
    padding-bottom: 58px;
}
#count_area .ctitle{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 44px;
line-height: 140%;
letter-spacing: -0.01em;
color: #172157;
margin-bottom: 64px;
}
.count_details h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 64px;
line-height: 100%;
letter-spacing: -0.01em;
color: #172157;
margin-bottom: 16px;
}
.count_details h3 span{
color: #172157;
}
.count_details p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 14px;
line-height: 180%;
letter-spacing: -0.01em;
color: #4A2B5D;
}
/* -------------------- geography area css here -------------------- */
#geography{
    padding: 100px 0px;
}
.geography_title h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 63px;
letter-spacing: -0.01em;
color: #172157;
margin-bottom: 16px;
}
.geography_title p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 180%;
letter-spacing: -0.01em;
color: #4A2B5D;
}
.accordion {
    background: #F3EFF0;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    margin-top: 0px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 16px;
  }
  .active,
  .accordion:hover {
    background-color: #cd31557e;
  }
  .accordion:after {
    content: "\002B";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  .active:after {
    content: "\2212";
  }
  .panel {
    padding: 0 18px;
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .activeP {
    padding: 18px;
  }
  .geography_card button{
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.01em;
    color: #172157;
  }
  
/* -------------------- focused_area area css here -------------------- */
#focused_area{
    padding: 100px 0px;
}
.focused_title h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 38px;
line-height: 63px;
letter-spacing: -0.01em;
color: #172157;
margin-bottom: 16px;
}
.focused_title p {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 17px;
	line-height: 180%;
	letter-spacing: -0.01em;
	color: #4A2B5D;
	height: 65px;
}
.focused_link a {
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 180%;
	letter-spacing: -0.01em;
	color: #000000;
	background: #F4F4F4;
	border-radius: 29px;
	padding: 9px 28px;
	margin-right: 8px;
	display: inline-block;
	margin-bottom: 10px;
    text-decoration: none;
}
.lsat_linkk a{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 26px;
letter-spacing: -0.01em;
color: #CD3156;
margin-top: 20px;
}
.lsat_linkk i{
    padding-left: 8px;
}
.line span {
	/* width: 3px; */
	height: 100% !important;
	background-color: #172157;;
	border: 3px solid #172157;;
	padding-bottom: 133%;
}
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
/* -------------------- banner area css here -------------------- */
.content1 {
	font-size: 1rem;
	height: 0;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	border-radius: 0 0 5px 5px;
	margin-bottom: 10px;
	color: #BDBDBD;
}


/* --------------------------------------------------- 
--------------------Insights_Capital_merkets------------------------------- 
---------------------------------------------------  */
#accelerating_area{
padding: 100px 0px;
}
.accelerating_area_title h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 140%;
letter-spacing: -0.01em;
color: #172157;
margin-bottom: 24px;
}
.accelerating_area_title p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 180%;
letter-spacing: -0.01em;
color: #4A2B5D;
margin-bottom: 16px;
}
.accelerating_area_tab h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 140%;
letter-spacing: -0.01em;

/* Main color */

color: #172157;
}

.XXXXX-accordion__tab {
    color: #ffffff;
}

.XXXXX-accordion, .XXXXX-accordion__tab {
	overflow: hidden;
	margin-bottom: 20px;
}

.XXXXX-accordion__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.XXXXX-accordion__tab-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #F3EFF0;
    cursor: pointer;
    margin-bottom: 0;
}

.XXXXX-accordion__tab-heading {
    font-family: Axiforma;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 100%;
/* identical to box height, or 22px */

display: flex;
align-items: center;
letter-spacing: -0.01em;

/* Main color */

color: #172157;

}

.XXXXX-accordion__tab-content {
    max-height: 0px;
    transition: all 0.3s ease-out;
    padding: 0px 15px;
}

.XXXXX-accordion__tab-label:hover,
.XXXXX-accordion__checkbox:checked + .XXXXX-accordion__tab-label {
    background-color: #e6b8c3;
}

.XXXXX-accordion__checkbox:checked ~ .XXXXX-accordion__tab-content {
	max-height: 10000px;
	padding: 15px;
	color: #000;
}
/* Accordion icon */
.XXXXX-accordion__icon-container {
    width: 18px;
    height: 18px;
    position: relative;
}

.XXXXX-accordion__icon-plus,
.XXXXX-accordion__icon-minus {
    position: absolute;
    transition: 0.3s;
    background: #CD3156;
}

.XXXXX-accordion__icon-plus {
    top: 0%;
    bottom: 0%;
    width: 20%;
    left: 40%;
}

.XXXXX-accordion__icon-minus {
    left: 0%;
    right: 0%;
    height: 22%;
    top: 40%;
}

.XXXXX-accordion__checkbox:checked
    + .XXXXX-accordion__tab-label
    .XXXXX-accordion__icon-plus,
.XXXXX-accordion__checkbox:checked
    + .XXXXX-accordion__tab-label
    .XXXXX-accordion__icon-minus {
    transform: rotate(90deg);
}

.XXXXX-accordion__checkbox:checked
    + .XXXXX-accordion__tab-label
    .XXXXX-accordion__icon-minus {
    left: 50%;
    right: 50%;
}

/* tab css to ---------------  */
.XXXXX-accordion__tab1 {
    color: #ffffff;
}

.XXXXX-accordion, .XXXXX-accordion__tab1 {
	overflow: hidden;
	margin-bottom: 20px;
}

.XXXXX-accordion__checkbox1 {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.XXXXX-accordion__tab-label1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #F3EFF0;
    cursor: pointer;
    margin-bottom: 0;
}

.XXXXX-accordion__tab-heading1 {
    font-family: Axiforma;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 100%;
/* identical to box height, or 22px */

display: flex;
align-items: center;
letter-spacing: -0.01em;

/* Main color */

color: #172157;

}

.XXXXX-accordion__tab-content1 {
    max-height: 0px;
    transition: all 0.3s ease-out;
    padding: 0px 15px;
}

.XXXXX-accordion__tab-label1:hover,
.XXXXX-accordion__checkbox1:checked + .XXXXX-accordion__tab-label1 {
    background-color: #e6b8c3;
}

.XXXXX-accordion__checkbox1:checked ~ .XXXXX-accordion__tab-content1 {
	max-height: 10000px;
	padding: 15px;
	color: #000;
}
/* Accordion icon */
.XXXXX-accordion__icon-container1 {
    width: 18px;
    height: 18px;
    position: relative;
}

.XXXXX-accordion__icon-plus1,
.XXXXX-accordion__icon-minus1 {
    position: absolute;
    transition: 0.3s;
    background: #CD3156;
}

.XXXXX-accordion__icon-plus1 {
    top: 0%;
    bottom: 0%;
    width: 20%;
    left: 40%;
}

.XXXXX-accordion__icon-minus1 {
    left: 0%;
    right: 0%;
    height: 22%;
    top: 40%;
}

.XXXXX-accordion__checkbox1:checked
    + .XXXXX-accordion__tab-label1
    .XXXXX-accordion__icon-plus1,
.XXXXX-accordion__checkbox1:checked
    + .XXXXX-accordion__tab-label1
    .XXXXX-accordion__icon-minus1 {
    transform: rotate(90deg);
}

.XXXXX-accordion__checkbox1:checked
    + .XXXXX-accordion__tab-label1
    .XXXXX-accordion__icon-minus1 {
    left: 50%;
    right: 50%;
}
.tab_one{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 100%;
letter-spacing: -0.01em;
color: #172157;
}
.tab_one_lavel{
    padding: 13px;
}
.tab_icons{
    background-color: #9E234F !important;
}

/* ------------------- capital_markets_area --------------------------- */
#capital_markets_area{
    padding: 100px 0px;
}
#capital_markets_area h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 140%;
letter-spacing: -0.01em;
color: #172157;
margin-bottom: 24px;
}
#capital_markets_area p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 180%;
letter-spacing: -0.01em;
color: #4A2B5D;
margin-bottom: 16px;
}
#capital_markets_area a{
color: #CD3156;
}
#capital_markets_area .digital_button{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 100%;
letter-spacing: -0.01em;
color: #FFFFFF;
background: #CD3156;
box-shadow: 0px 13px 18px rgba(205, 49, 86, 0.1);
padding: 14px 30px;
text-decoration: none;
}
#capital_markets_area .digital_button i{
    margin-right: 17px;
}
/* ----------------- talk to expart --------------  */
.border_left_expart{
    position: relative;
}
.border_left_expart::after {
	position: absolute;
	content: '';
	height: 92%;
	width: 2px;
	background-image: linear-gradient(#4A2B5D, #9E234F);
	top: 4px;
	left: -10px;
}
#our_expert a i{
    margin-left: 40px;
}

/* ----------------------------------------------
----------------Last page css------------------------------
---------------------------------------------- */
#resources2_area{
    padding: 100px 0px;
    background-color: #FAFAFA;
}
.resources2_area_title h3{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 38px;
line-height: 140%;
letter-spacing: -0.01em;
color: #172157;
margin-bottom: 40px;
}
.resources2_area_card img{
    width: 100%;
}
.resources2_area_card p{
    font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 130%;
letter-spacing: -0.01em;
color: #172157;
margin-top: 24px;
}


/* manu hover show drop down manu  */
.hover_after_show {
	background-color: #fff;
	list-style-type: none;
	padding: 25px 5px 0px 0px;
	position: absolute;
	top: 85%;
    transition: all .4s linear;
    opacity: 0;
    visibility: hidden;
}
.navbar-nav li:hover .hover_after_show {
	opacity: 1;
	visibility: visible;
	border-radius: 8px;
	padding-right: 30px;
	/* box-shadow: 2pxpx 2px 2px 2px #000; */
	box-shadow: 0px 0px 8px #000;
}
.hover_after_show::before {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background-color: rgb(255, 255, 255);
	top: -10px;
	left: 40%;
	transform: rotate(45deg);
}
.ralatedss{
    padding-top: 0px;
}
.ralatedss1{
    padding-top: 100px;
    background-color: #fff !important;
}
.pertner_bbg{
    background-color: #FAFAFA;
}
.related_area{
    color: #fff;
}
.related_card1{
    background-color: #FAFAFA;
}
.case_studies{
    background-color: #FAFAFA !important;
}
.ralatedss2{
    padding-top: 0px !important;
}
.voiec_area{
    padding-top: 0px !important;
}
.voiec_area1w{
    margin-top: -100px !important;
}


.fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999999999909999999999999999999999999;
    background-image: url(../images/navbar_bg.png);
}
.home_drop{
    margin-left: -10%;
}
