* {
    outline: none;
}
.page_cont .title_style {
    padding-top: 15px;
}
.page_cont .text_style {
    padding: 0;
    color: #333;
}
.bg_manag_wrap {
    display: flex;
    flex-wrap: wrap;
}
.testimonial {
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}
.testimonial.basic, .testimonial.sub {
	margin-bottom: 30px
}
.testimonial .text{
    padding: 30px;
}
.testimonial .img {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
	margin: 0;
	max-height: 250px;
    position: relative;
    height: 100%;
    flex: 0 0 auto;
}
.testimonial.basic .img{
	margin: auto;    
    width: 12rem;
}
.testimonial.sub .img{ 
    width: 8rem;
}
.testimonial .img:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.testimonial.basic .text, .testimonial.sub .text {
    border: 5px solid #eee;
	position: relative;
	flex: 1 1 auto;
	line-height: 1.5;
}
.testimonial.basic .text .bg, .testimonial.sub .text .bg {
    background-size: cover;
}
.testimonial .text .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    box-shadow: 0px 0px -2px rgba(105, 105, 105, 0.5);
}
.testimonial .text .all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.testimonial_val .testimonial {
    width: 50%;
	padding: 0 20px;
}
.testimonial_val {
	display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.testimonial .text .all .mg_name, .testimonial .text .all .mg_level {
    color: #2957a4;
    font-family: "DINNEXTMEDIUM";
}
.testimonial .text .all .mg_name{
	font-size: 22px;
}
.testimonial .text .all .mg_level {
    color: #d3ac4d;
	font-size: 17px;
	margin-top: 5px;
}
.testimonial .text .all .mg_profile {
    color: #000;
	font-size: 16px;
    font-weight: 500;
    letter-spacing: normal;
    font-family: "DINNEXTREGULAR";
}
.testimonial .text .all .mg_profile p {
    margin: 0;
}
.team_social {
    margin-top: 20px;
}
.insights_page_top .row {
    margin: 0;
}
.insights_page_top .ins_art_block {
    padding: 30px 35px;
}
.insights_page_top .ins_art_block {
    width: 33.33%;
    float: right;
}
.insights_page_top .ins_art_block:first-child {
    width: 66.66%;
    float: left;
}
.insights_page_top .ins_art_block:first-child .img, .top_img {
    height: 500px;
}
.insights_page_top .ins_art_block .img {
    height: 220px;
}
.insights_page_top .ins_art_block .all {
    margin-bottom: 50px;
}
.insights_page_top .ins_art_block:first-child .all {
    padding-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
}
.insights_page_top .ins_art_block:first-child .all:last-child {
	border: 0
}
.owl-carousel.gallery .owl-item {
    transform: scale(.85);
	filter: opacity(80%);
    transition: all .5s;
}
.owl-carousel.gallery .owl-item.center {
    transform: scale(1);
	filter: opacity(100%);
}
.owl-carousel.gallery .owl-nav {
    display: none;
}
.owl-carousel.gallery {
    padding: 50px 0 85px;
}
.top_img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	margin-top: 20px;
	border: 1px solid #e7e7e7;
}
.card_select .all {
    padding: 30px 0;
}
.aside_block .block_img.impact .bg {
	background-color: transparent;
}
.card_el .block_img.impact .title {
    font-size: 35px;
    color: #000;
}
.form_select .form-group {
    margin: 0;
	width: 50%;
}
.form_select .form-control {
    background-color: transparent;
    font-size: 25px;
    line-height: 1.5;
}
.banking_single .single_insight_cont + .single_insight_cont:before {
    content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 1;
    opacity: 0.05;
    background: -webkit-linear-gradient(#fff, #e87511);
    background: -o-linear-gradient(#fff, #e87511);
    background: -moz-linear-gradient(#fff, #e87511);
    background: linear-gradient(#fff, #e87511);
}
.banking_single .single_insight_cont.card_text {
    padding: 50px 0;
    position: relative;
}
.service_platform {
    position: relative;
	min-height: 100vh;
	background: -webkit-linear-gradient(90deg, #2957a4,#3d83c4);
    background: -moz-linear-gradient(90deg, #2957a4,#3d83c4);
    background: -o-linear-gradient(90deg, #2957a4,#3d83c4);
    background: linear-gradient(90deg, #2957a4,#3d83c4);
}
/*.service_platform:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    background: url(../images/FadedPatternBig3.png);
    background-repeat: repeat;
    background-size: cover;
}*/
.service_platform .block_img.impact .title {
    font-size: 40px;
    color: #FFF;
    margin-bottom: 0;
}
.sub_title {
    display: block;
    color: #d3ac4d;
    font-size: 25px;
    padding: 20px 0 10px 0;
    font-family: "DINNEXTMEDIUM";
}
.service_platform .block_img.impact .text_style {
    color: #FFF;
}
.service_platform .form_select .form-control {
    color: #fff;
}
.service_platform .page_top h1 {
    color: #fff;
}
.service_platform .form_select .form-control * {
    padding: 10px 5px;
	line-height: 2
}
.service_platform .form_select .form-control option {
    color: #777;
}
.service_platform .button_arrow{
	color: #fff;
    border: 3px solid #fff;
    margin-top: 20px;
    text-align: center;
	padding: 15px 45px 23px 45px;
}
.service_platform .button_arrow.fill_button {
    background-color: #fff;
    color: #2957a4;
}
.service_platform .button_arrow span {
    padding: 0;
}
.service_platform .button_arrow .arrow_icon svg{
    opacity: 0;
}
.service_platform .button_arrow .map_icon svg {
    fill: #fff;
    margin: 0;
}
.service_platform .hp_block_struk.aside_block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh
}
.service_platform .hp_block_struk .block_img .content {
    width: 100%
}
.service_platform .hp_block_struk .block_img .img  {
    width: 40%;
    height: 400px;
    min-height: 400px;
}
.service_platform .block_img .all {
	padding: 50px 0 0 0;
    /*max-width: 90%;*/
}
.service_platform .button_arrow:hover .map_icon svg {
    fill: #d3ac4d;
}
.service_platform .button_arrow.fill_button:hover {
    background-color: transparent;
}
.service_platform .button_arrow.map_btn:hover {
	background-color: #fff
} 
.bs_calculator p{
	color: #b6bfc6;
}
.bs_calculator {
    padding: 50px;
}
.cal_icon {
    margin-bottom: 25px;
}
.tb_cal .cal_icon svg {
    width: 100px;
    height: 100px
}
.calculator_form {
    margin-top: 20px;
}
.calculator_form .select_wrap::after{
	right: 15px;
    top: 25px;
	width: 12px;
    height: 12px;
}
.calculator_form .select_wrap.active::after {
    top: 30px;
}
.calculator_form .select_wrap option{
	color: #777
}
.calculator_form .form-label {
    top: 10px;
}
.calculator_form .form-control {
    background-color: rgba(61, 131, 196, 0.1);
}
.card_select .form-control, .card_select .form-label{
	font-size: 25px
}
.card_select .form-label{
	padding-left: 0
}
.bs_calculator .border_button{
    margin-right: 20px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    background-color: #2957a4;
    color: #fff;
}
.card_select .form-control{
	padding-left: 0;
	padding-right: 0
}
.bs_calculator .bg_module {
    background-color: #fff;
    border-radius: 30px;
}
.bs_calculator .tb_cal {
    padding: 60px;
    border-right: 1px solid #ddd;
}
.bs_apply.bs_calculator .title_style {
    color: #000
}
.rangeslider__ruler {
  cursor: pointer;
  font-size: .7em;
  margin: 20px 3px 0 3px;
  position: relative;
  top: 100%;
  text-align: justify;
}
.rangeslider__ruler:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.bs_calculator .row {
    margin: 0;
}
.bs_calculator .bg_module .col-xs-12 {
    padding: 0;
}
.cal_result {
    padding: 60px;
}
.finance_number {
    width: 100%;
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d3ac4d;
    color: #fff;
    font-size: 50px;
    border-radius: 30px;
}
.finance_number .circle_num {
    border: 5px solid #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
	font-family: "DINNEXTMEDIUM";
}
.last_result {
    margin-top: 30px;
}
.last_result .title_style {
    font-size: 25px;
}
.result_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.result_list li span {
    margin-top: 10px;
    margin-bottom: 10px;
}
.result_list li .result_tag {
    font-family: "DINNEXTHEAVY";
}
.result_list li .result_label {
    font-size: 20px;
    font-family: "DINNEXTLIGHT";
}
.bs_calculator .cal_box{
	box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bs_calculator .cal_box .cal_item{
	width: 50%
}
.single_card_content.hp_block_struk .block_img .img {
    width: 30%;
}
.single_card_content.hp_block_struk .block_img .content{
	width: 70%;
}
.awards_item {
    display: flex;
}
.awards_item .awards_img{
	width: 45%;
	position: relative
}
.awards_item .awards_text{
	width: 55%
}
.awards_item .awards_img img{
	width: 100%
}
.awards_text {
    padding: 70px 50px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.awards_text .button_arrow svg {
    width: 15px;
    height: 15px;
}
.awards_slider .slick-arrow {
    position: absolute;
    top: 0;
    background: transparent;
    border: 3px solid #fff;
    padding: 12px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 9999;
}
.awards_slider .slick-arrow svg {
    width: 15px;
    height: 15px;
	fill: #fff;
}
.awards_slider .title_style {
    color: #fff;
}
.award_year {
    position: absolute;
    font-size: 155px;
    color: rgba(61, 131, 196, 0.3);
    bottom: 0;
	font-family: "DINNEXTMEDIUM";
}
.awards_slider .title_style, .awards_slider .text_style{
	position: relative;
    z-index: 99;
}
.block_button {
    position: relative;
    z-index: 99;
    font-size: 25px;
    color: #fff;
}
.awards_text .button_arrow {
    color: #fff;
}
.awards_text .button_arrow svg {
    fill: #fff;
}
.bs_awards .bs_apply{
	padding-top: 80px;
	padding-bottom: 70px;
}
.bs_awards .bs_apply .page_top h1{
	color: #fff
}
.fancybox_overlay_awards{  
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;  
	height: 100vh;
	transform: scale(1.1);
    transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s;
}
.fancybox_overlay_awards.open {
	z-index: 9999;
    opacity: 1;
    transform: scale(1);
    transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s;
}
.fancybox_close {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 20rem;
    height: 100%;
    background-color: #d3ac4d;
    cursor: pointer;
    border: 0;
    outline: 0;
	z-index: 9999;
    transition: background-color .4s ease;
}
.ilightbox-form::before {
    position: absolute;
    opacity: .6;
    font-size: 7rem;
    font-style: normal;
    line-height: 1;
    color: #161616;
	font-family: "DINNEXTMEDIUM";
}
.ilightbox-form::before {
    content: 'CONDITION';
    top: 0;
    left: 30%;
}
.fancybox_arrow svg{
	fill: #fff;
	width: 60px;
    height: 60px;
}
.fancybox_overlay.fancybox_overlay_awards {
	display: flex;
    background-color: #000;
}
.fancybox_overlay_awards .ilightbox-block{
	flex: 1 1 auto;
	overflow-y: auto;
    height: 100%;
	width: calc(100% + 17px);
}
.fancybox_overlay_awards .fancybox-skin {
    font-size: 22px;
    color: #fff;
}
.fancybox_overlay_awards .fancybox-skin .title_style {
    color: #d3ac4d;
}
.fancybox_overlay_awards .ilightbox-inner.dark {
    position: relative;
}
.award_header {
    display: flex;
	margin-bottom: 40px
}
.award_header .icon {
    opacity: 0.3;
}
.award_header .icon svg {
    width: 200px;
    height: 165px;
}
.award_header .icon svg .st0 {
    fill: #fff;
    opacity: 0.5;
}
.award_header .icon svg .st1 {
    fill: #D3AC4D;
}
.award_header .aw_title {
    color: #fff;
    font-size: 80px;
    font-family: "DINNEXTMEDIUM";
}
.videoEmbed iframe {
    width: 100%;
    height: 600px;
}
.gallery_block {
	margin-top: 30px
}
.gallery img {
    width: 100%;
	padding: 30px;
	object-fit: cover;
}
.gallery .slick-center {
    transform: scale(1.08);
}
.impact_post_top .head {
    padding-bottom: 25px;
	width: 100%;
}
.impact_post_top .head .button_arrow {
    position: relative;
    z-index: 20
}
.impact_post_top .info{
	margin-top: 30px;
	margin-bottom: 30px;
}
.impact_post_top .el {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #696969
}
.impact_post_top .info .el + .el {
    padding-left: 40px;
}
.impact_post_top .el svg {
    fill: #2957a4;
    display: inline-block;
    vertical-align: middle
}
.impact_post_top .el span {
    display: inline-block;
    padding-top: 5px;
    padding-left: 20px;
    vertical-align: middle
}
.impact_post_top .calendar svg {
    width: 27px;
    height: 27px
}
.impact_post_top .location svg {
    width: 17px;
    height: 27px
}
.impact_post_full_img {
    margin-bottom: 40px
}
.impact_post_full_img img {
    display: block;
    width: 100%
}
.impact_post_text .text_style {
    color: #696969
}
.impact_post_three {
    padding-bottom: 30px
}
.impact_post_three .row {
    margin: 0 -27px
}
.impact_post_three .bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%
}
.impact_post_three .img {
    float: left;
    width: 50%;
    padding: 27px
}
.impact_post_three .img:nth-child(1) .bg {
    height: 980px
}
.impact_post_three .img:nth-child(2) .bg,
.impact_post_three .img:nth-child(3) .bg {
    height: 463px
}

.impact_post_more {
    padding: 60px 0 80px
}
.impact_post_more .title_style {
    text-align: center
}
.impact_post_more .all_elements {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px
}
.impact_post_more a {
    display: block;
    height: 100%
}
.impact_post_more .single_el {
    height: 300px;
	margin-bottom: 50px
}
.impact_post_more .title {
    font-size: 22px;
    line-height: 1.2em;
	font-family: "DINNEXTMEDIUM";
    letter-spacing: normal;
}
.impact_post_more .title{
	color: #fff;
}
.impact_post_more .button_arrow span{
	color: rgb(61, 131, 196);
}
.impact_post_more .button_arrow svg{
	fill:  rgb(61, 131, 196);
}
.impact_post_more .cont {
    position: relative;
    z-index: 5
}
.impact_post_more .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}
.impact_post_more .all {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    padding: 55px 15% 30px;
    position: relative
}
.impact_post_more .all > div {
    width: 100%;
	background-color: #2957a4;
}
.team_social a {
    display: inline-flex;
    vertical-align: middle;
}
.team_social svg {
    width: 15px;
    height: 15px;
    fill: #000;
    opacity: .5;
}
.pdf_module .single_val {
    margin-bottom: 2rem;
    display: flex;
}
.pdf_module .single_val .all {
    width: 100%;
}
.header_social .title_style {
    color: #fff;
    padding-bottom: 55px;
}
.title_style.center {
    text-align: center;
	width: 100%;
}
.text_style img {
    margin: 15px 0;
	width: 100%
}
.text_style .image-left {
    margin-bottom: 20px;
    margin-top: 0;
}
.text_style img.aligncenter {
    margin-left: auto;
    margin-right: auto
}
.time_format {
    color: #3d83c4;
    font-size: 20px;
    letter-spacing: 0.03em
}
.all_img_desc {
    color: #fff;
    font-size: 25px;
    position: absolute;
	right: 120px;
    left: 25px;
    bottom: 17px;
    display: inline-block;
    text-shadow: 0 0 15px #000;
    z-index: 5
}
.all_img_desc::before {
    content: "";
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: -25px;
    top: -25px;
    z-index: -1;
    -webkit-filter: blur(18px);
    filter: blur(18px);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.all_img_desc .t2 {
    font-size: 13px
}
.all_img_desc p {
    margin: 0
}
.accordion_elements {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 1px
}
.accordion_elements .panel_el {
    padding-bottom: 12px
}
.accordion_elements .heading {
    font-size: 23px;
    letter-spacing: 0.03em;
    border-top: 1px solid #e1e1e1
}
.accordion_elements .heading svg {
    fill: #3d83c4;
    width: 13px;
    height: 23px;
    position: absolute;
    top: 15px;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}
.accordion_elements .heading a {
    color: #3d83c4;
    display: block;
    position: relative;
    font-size: 22px;
    font-family: "DINNEXTMEDIUM";
    padding: 33px 70px 26px 34px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}
.accordion_elements .heading a.collapsed {
    color: #333
}
.accordion_elements .heading a.collapsed svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.accordion_elements .body_el {
    padding: 5px 70px 0px 34px;
    color: #696969
}
.accordion_elements .body_el p {
    margin-top: 0
}



.search_result_all {
    padding-bottom: 70px
}
.search_result_top {
    font-size: 40px;
    color: #3d83c4;
    font-family: "DINNEXTMEDIUM";
    text-align: center
}
.search_result_cont {
    width: 800px;
    margin: auto;
    max-width: 100%
}
.search_result_cont .search_form {
    position: relative;
	margin-top: 30px;
}
.search_result_cont .search_form .search_input {
    width: 100%;
    height: 65px;
    border: 2px solid #3d83c4;
    padding: 1px 80px 7px 20px;
    font-size: 22px;
    letter-spacing: 0.04em;
    color: #808385
}
.search_result_cont .search_form .search_button {
    position: absolute;
    top: 0;
    height: 100%;
    width: 90px;
    text-align: center;
    background: transparent;
    border: none;
    z-index: 3;
    cursor: pointer
}
.search_result_cont .search_form .search_button svg {
    width: 31px;
    height: 31px;
    fill: #3d83c4
}
.search_result_cont .results_inf {
    font-size: 20px;
    color: #808385;
    padding: 60px 0 34px
}
.search_result_cont .pagination {
    text-align: center;
    font-size: 20px;
    padding: 58px 0 30px
}
.search_result_cont .pagination span {
    color: #3d83c4
}
.search_result_cont .pagination a {
    color: #808385
}
.search_result_cont .pagination a,
.search_result_cont .pagination span {
    padding: 10px;
    margin: 0 4px
}
.search_result_cont .pagination .next,
.search_result_cont .pagination .last,
.search_result_cont .pagination .first,
.search_result_cont .pagination .prev {
    display: none
}
.search_result_single {
    font-size: 20px;
    padding: 33px 0
}
.search_result_single .title {
    color: #3d83c4;
    font-family: "DINNEXTMEDIUM";
    font-size: 24px
}
.search_result_single .title br {
    display: none
}
.search_result_single .cont {
    color: #808385;
    padding: 12px 0 8px
}
.search_result_single .link {
    color: #00b27a
}
.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}
.rangeslider {
    background: rgba(146, 166, 197, 0.5);
    position: relative
}
.rangeslider--horizontal {
    height: 3px;
    width: 100%;
	top: 65px;;
}
.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%
}
.rangeslider--disabled {
    filter: alpha(Opacity=40);
    opacity: .4
}
.rangeslider__fill {
    background: #2957a4;
    position: absolute
}
.rangeslider--horizontal .rangeslider__fill {
    top: 0;
    height: 100%
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%
}
.rangeslider__handle {
	cursor: pointer;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: absolute;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-radius: 50%;
	background-color: #2957a4;
}
.rangeslider--horizontal .rangeslider__handle {
    top: -8px;
    touch-action: pan-y;
    -ms-touch-action: pan-y
}
.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x
}
input[type=range]:focus + .rangeslider .rangeslider__handle {
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, .9);
    box-shadow: 0 0 8px rgba(255, 0, 255, .9)
}

.form-group.range {
    min-height: 70px;
}
.value {
    border: 1px solid #ddd;
    border-radius: 25px;
    min-width: auto;
    text-align: center;
    width: 175px;
    padding: 6px 32px 9px;
    display: flex;
    align-items: center;
	justify-content: center;
    margin-right: 0;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.value .value_icon {
    padding-right: 10px;
    position: relative;
	display: flex
}
.value .value_icon svg {
    width: 20px;
    height: 20px;
}
.value .value_icon:after {
    content: '';
    position: absolute;
    top: 3px;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #ddd;
}
.value span {
    transform: translateY(-2px);
}
.value input:focus + span {
    opacity: 0;
}
.value input {
    border: none;
    background-color: transparent;
    width: 35px;
    font-size: 20px;
    text-align: center;
}
.range_title {
    font-size: 20px;
    position: absolute;
    left: 0;
}
.card_items {
    margin-bottom: 75px;
}
.card_items:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #2957a4;
}
.card_items .item {
    padding-top: 45px;
	position: relative;
    height: 100%;
}
.card_items .item:before, .card_items .item:after {
    content: '';
    transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -3px;
    left: 50%;
    margin-left: -10px;
    background-repeat: no-repeat;
    background-position: center;
}
.card_items .item:before {
    content: '';
    background-image: url(../images/timeline-default.svg);
    opacity: 1;
}
.card_items .item:after {
    content: '';
    background-image: url(../images/timeline-active.svg);
    opacity: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 29.5%;
    transform-origin: 50% 29.5%;
}
.card_items .item.card_active:before {
    opacity: 0
}
.card_items .item.card_active:after {
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.single_card_content .block_img.impact .bg {
    background-color: #06255a;
}
.single_card_content .block_img.impact .all .title_style {
    color: #fff;
}
.single_card_content .block_img.impact .all .text_style {
    color: #fff;
}
.card_text {
    margin-top: 20px;
}
.hover_card {
    width: 100%;
    background-color: rgba(61, 131, 196, 0.78);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    top: 0;
	bottom: 0;
    right: 0;
    left: 0;
}
.hover_card:hover {
    background-color: rgba(61, 131, 196, 0);
}
.item.card_active .hover_card {
	opacity: 0
}
.card_items.owl-theme .owl-nav {
    margin: 0;
}
.card_items.owl-theme .owl-nav .owl-prev, .card_items.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 45px;
    bottom: 0;
    padding: 0;
    margin: 0;
    width: 50px;
    background-color: transparent;
}
.card_simple{
	position: relative;
    height: 100%;
}
.card_items .item .card_simple .card_img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    display: flex;
}
.form_cal {
    display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.form_cal .row {
	width: 100%
}
.form_cal .label_title {
    flex: 0 0 auto;
    min-width: 100px;
	font-size: 17px;
    font-family: "DINNEXTMEDIUM";
}
.account_form_block .form_cal .form-label{
    top: 12px;
    left: 0;
}
.form_cal .select_wrap::after{
    top: 23px;
    width: 7px;
    height: 7px
}
.form_cal .select_wrap.active::after{
	top: 25px
}
.form_cal .form-group {
    margin-bottom: 0;
	font-family: "DINNEXTLIGHT";
}
.account_form_block .form_cal .form-control {
    background-color: #fff;
    padding: 12px 0;
}
.mar_top_30 {
    margin-top: 30px;
}
.account_form_block h2 {
	margin: 0;
    background-color: #2957a4;
    padding: 7px 20px 13px;
    color: #fff;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.form-group._agree {
    display: flex;
}
.form-group._agree .input_checkbox {
    min-height: 32px;
}
.form-group._agree p {
    margin: 0;
}
.fancybox_overlay_awards .ilightbox-form.dark {
	position: relative;
    padding-left: 30rem;
}
.form-group._agree a {
    color: #2957a4;
}
.form_title {
    margin-bottom: 10px;
}
.title_sm {
    margin-bottom: 15px;
    font-family: "DINNEXTMEDIUM";
}
.comment {
    margin-bottom: 20px;
}
.comment p{
    position: relative;
    margin-bottom: 8px;
    margin-top: 8px;
    font-size: 17px;
}
.comment p::before {
    content: '';
    font-size: 30px;
    background-color: #d3ac4d;
    position: absolute;
    top: 11px;
    line-height: 0.5;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.pt {
    padding-top: 2rem;
}
@media (max-width: 2500px) {
	.single_card_content.hp_block_struk .block_img .img {
		width: 45%;
	}
	.single_card_content.hp_block_struk .block_img .content{
		width: 55%;
	}
	.videoEmbed iframe {
		height: 550px;
	}
}
@media (max-width: 1880px) and (min-width: 1025px) {
    .impact_post_top {
        padding-top: 9px
    }
    .impact_post_top .head {
        padding-bottom: 30px
    }
    .impact_post_top .calendar svg {
        height: 20px;
        width: 20px
    }
    .impact_post_top .location svg {
        height: 21px;
        width: 13px
    }
    .impact_post_top .el {
        font-size: 15px;
        padding: 0 12px
    }
    .impact_post_top .el span {
        padding-left: 5px
    }
    .impact_post_text .text_style {
        padding-bottom: 39px
    }
    .impact_post_full_img {
        margin-bottom: 23px
    }
    .impact_post_three {
        padding: 0 0 15px
    }
    .impact_post_three .row {
        margin: 0 -20px
    }
    .impact_post_three .img {
        padding: 20px
    }
    .impact_post_three .img:nth-child(1) .bg {
        height: 740px
    }
    .impact_post_three .img:nth-child(2) .bg,
    .impact_post_three .img:nth-child(3) .bg {
        height: 350px
    }
    .impact_post_more .title {
        font-size: 18px
    }
	.impact_post_more .single_el {
		height: 225px;
	}
    .page_top {
        padding: 50px 0 30px
    }
    .page_top h1::before {
        right: -100px;
        background-size: 100% 130px;
        background-position: 100% 20px
    }
    .page_top .quote {
        font-size: 19px;
        padding-top: 14px
    }
    .text_style {
        font-size: 17px;
        padding: 16px 0 26px
    }
    .text_style h1,
    .text_style h2,
    .text_style h3 {
        margin: 44px 0 33px
    }
    .text_style h4,
    .text_style h5,
    .text_style h6 {
        margin-top: 30px
    }
    .text_style h1 {
        font-size: 28px
    }
    .text_style h2 {
        font-size: 23px
    }
    .text_style h3 {
        font-size: 20px
    }
    .text_style h4 {
        font-size: 18px
    }
    .text_style h5,
    .text_style h5 {
        font-size: 15px
    }
    .text_style h6 {
        font-size: 13px
    }
    .text_style.lblue {
        color: #7fa2ab
    }
    .time_format {
        font-size: 15px
    }
    .all_img_desc .t2 {
        font-size: 10px
    }
    .apply_buton {
        width: 235px;
        height: 62px;
        max-width: 100%;
        color: #fff;
        font-size: 13px
    }
    .accordion_elements .heading {
        font-size: 17px
    }
    .accordion_elements .heading a {
        padding: 24px 60px 15px 16px
    }
    .accordion_elements .heading svg {
        width: 10px;
        height: 17px;
        right: 28px
    }
    .faq_page_cont {
        padding: 55px 0
    }
	.insights_page_top .ins_art_block:first-child {
		width: 67%;
	}
	.insights_page_top .ins_art_block {
		padding: 16px 25px 0;
		width: 33%;
	}
	.insights_page_top .ins_art_block:first-child .img, .top_img {
		height: 400px;
	}
	.insights_page_top .ins_art_block .img {
		height: 167px;
	}
}
@media (max-width: 1500px) and (min-width: 1300px ) {
	.service_platform .hp_block_struk .block_img .img {
		height: 350px;
		min-height: 350px;
	}
}
@media (max-width: 1500px) {
	.bs_calculator .cal_box .cal_item{
		width: 100%
	}
	.bs_calculator .tb_cal{
		padding-bottom: 0
	}
	.bs_calculator .tb_cal {
		border-right: 0;
	}
	.award_header .aw_title {
		font-size: 60px
	}
	.award_header .icon svg {
		width: 150px;
		height: 150px;
	}
	.fancybox_close{
		width: 15rem;
	}
	.fancybox_arrow svg {
		width: 50px;
		height: 50px;
	}
	.sub_title {
		font-size: 22px
	}
	.videoEmbed iframe {
		height: 500px;
	}
}
@media (max-width: 1440px) {
	.testimonial .text .all .mg_level {
		font-size: 16px;
	}
	.account_form_block h2 {
		padding: 10px 20px 15px;
		font-size: 20px;
	}
	.awards_block .title_style {
		font-size: 25px;
	}
	.award_year{
		font-size: 95px
	}
	.videoEmbed iframe {
		height: 450px;
	}
}
@media (max-width: 1300px) {
	.service_platform .hp_block_struk .block_img .content {
		width: 100%;
	}
	.service_platform .block_img .all {
		max-width: 100%;
	}
	.service_platform .hp_block_struk .block_img .all {
		padding: 0;
		margin-top: 35px;
	}
	.service_platform .hp_block_struk .block_img .content {
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		box-ordinal-group: 3;
		-webkit-order: 3;
		-moz-order: 3;
		order: 3;
		-ms-flex-order: 3;
		margin-top: 0;
	}
	.service_platform .hp_block_struk .block_img .img {
		width: 50%;
	}
	.service_platform .hp_block_struk .block_img .img {
		min-height: 350px;
		height: 350px;
	}
	.single_card_content.hp_block_struk .block_img .img {
		width: 500px;
	}
	.single_card_content.hp_block_struk .block_img .content {
		width: 100%;
		margin-top: 30px;
	}
}
@media (max-width: 1200px) and (min-width: 1025px) {
	.form_cal {
		align-items: flex-start;
		flex-direction: column;
	}
	.form_cal .row {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
	.col {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.awards_slider .slick-arrow{
		padding: 5px;
		width: 40px;
		height: 40px;
	}
	.awards_slider .slick-arrow svg{
		width: 12px;
		height: 12px
	}
	.awards_block .title_style {
		font-size: 20px;
	}
	.awards_slider .slick-arrow.slick-next {
		left: calc(45% + 100px);
	}
}
@media (max-width: 1024px) {
    .impact_post .max_950 {
        width: 82%
    }
    .impact_post_three .container {
        width: 82%
    }
    .impact_post_top {
        padding-top: 9px
    }
    .impact_post_top .head {
        padding-bottom: 30px
    }
    .impact_post_top .title_style {
        padding: 49px 0 24px
    }
    .impact_post_top .calendar svg {
        height: 20px;
        width: 20px
    }
    .impact_post_top .location svg {
        height: 21px;
        width: 13px
    }
    .impact_post_top .el {
        font-size: 15px;
        padding: 0 12px
    }
    .impact_post_top .el span {
        padding-left: 5px
    }
    .impact_post_text .text_style {
        padding-bottom: 39px
    }
    .impact_post_full_img {
        margin-bottom: 23px
    }
    .impact_post_three {
        padding: 21px 0 27px
    }
    .impact_post_three .row {
        margin: 0 -11px
    }
    .impact_post_three .img {
        padding: 11px
    }
    .impact_post_three .img:nth-child(1) .bg {
        height: 430px
    }
    .impact_post_three .img:nth-child(2) .bg,
    .impact_post_three .img:nth-child(3) .bg {
        height: 204px
    }
    .impact_post_more .container {
        width: 100%
    }
    .impact_post_more .all_elements {
        display: block;
        padding-top: 43px
    }
    .impact_post_more .single_el .all {
        min-height: 210px;
        padding-top: 17px;
        padding-bottom: 0
    }
    .impact_post_more .single_el.slick-current .bg {
        -webkit-transform: scale(1.1, 1.2);
        -moz-transform: scale(1.1, 1.2);
        -ms-transform: scale(1.1, 1.2);
        -o-transform: scale(1.1, 1.2);
        transform: scale(1.1, 1.2)
    }
    .impact_post_more .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex
    }
    .impact_post_more .title {
        font-size: 20px
    }
	.impact_post_more .single_el {
		height: 200px;
	}
	.page_cont {
		padding: 90px 0 120px;
	}
	.page_cont .title_style {
		width: 100%;
	}
    .all_img_desc .t2 {
        font-size: 10px
    }
    .apply_buton {
        width: 235px;
        height: 62px;
        max-width: 100%;
        color: #fff;
        font-size: 13px
    }
    .accordion_elements .heading {
        font-size: 17px
    }
    .accordion_elements .heading a {
        padding: 24px 60px 15px 16px
    }
    .accordion_elements .heading svg {
        width: 10px;
        height: 17px;
        right: 28px
    }
    .faq_page_cont {
        padding: 55px 0
    }
    .search_result_top {
        font-size: 30px;
        padding: 49px 13% 44px
    }
    .search_result_all {
        padding-bottom: 55px
    }
    .search_result_all .container {
        width: 78%
    }
    .search_result_cont .search_form .search_input {
        border-width: 1px;
        font-size: 20px;
        height: 48px
    }
    .search_result_cont .search_form .search_button {
        width: 70px
    }
    .search_result_cont .search_form .search_button svg {
        height: 23px;
        width: 23px;
        margin-top: 4px
    }
    .search_result_cont .results_inf {
        font-size: 15px;
        padding: 61px 0 26px
    }
    .search_result_cont .pagination {
        font-size: 15px;
        padding: 43px 0 0
    }
    .search_result_single {
        font-size: 15px;
        padding: 25px 0
    }
    .search_result_single .title {
        font-size: 18px
    }
    .search_result_single .cont {
        padding: 9px 0 5px
    }
	.insights_page_top .container, .page_top .container {
		width: 88%;
	}
	.insights_page_top .ins_art_block:first-child {
		width: 54%;
	}
	.insights_page_top .ins_art_block {
		padding: 16px 17px;
		width: 46%;
	}
	.insights_page_top .ins_art_block .img{
		height: 167px;
	}
	.insights_page_top .ins_art_block:first-child .img, .top_img  {
		height: 355px;
	}
	.owl-carousel.gallery {
		padding: 30px 0 10px;
	}
	.form_select .form-group{
		width: 100%
	}
	.fancybox_close {
		position: relative;
		background: none;
		height: auto;
		width: auto;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.fancybox_overlay.fancybox_overlay_awards {
		flex-direction: column;
	}
	.award_year {
		font-size: 100px;
	}
	.awards_slider .slick-arrow.slick-next {
		left: 57%;
	}
	.fancybox_overlay.fancybox_overlay_awards {
		justify-content: flex-start;
		align-items: flex-start;
	}
	.fancybox_arrow svg {
		width: 50px;
		height: 50px;
	}
	.service_platform .button_arrow .map_icon svg {
		width: 22px;
		height: 22px;
	}
	.service_platform {
		padding-bottom: 70px;
	}
    .testimonial .text .all .mg_name {
        font-size: 20px;
    }
}
@media (max-width: 991px) and (min-width: 768px) {
	.form_cal {
		align-items: flex-start;
		flex-direction: column;
	}
	.form_cal .row {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
	.col {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
}
@media (max-width: 991px) {
	.testimonial_val .testimonial {
		width: 100%;
        padding: 0;
	}
	.testimonial_val {
		margin: 0;
	}
	.bs_awards .bs_apply {
		padding-top: 0;
	}
	.awards_item .awards_img {
		width: 100%
	}
	.awards_item {
		flex-direction: column;
	}
	.awards_item .awards_text {
		width: 100%;
	}
	.awards_text {
		padding: 40px 0 60px;
	}
	.awards_slider .slick-arrow{
		top: auto;
		bottom: 0
	}
	.awards_block {
		margin-bottom: 50px;
	}
	.awards_block .title_style {
		padding-bottom: 0;
	}
	.fancybox_arrow svg {
		width: 40px;
		height: 40px;
	}
    .testimonial.basic .img {
        width: 8rem;
    }
}
@media (max-width: 768px) {
	.page_cont {
		padding: 56px 0 80px;
	}
	.page_cont .text_style {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
	.page_cont .title_style {
		padding-top: 0
	}
	.card_items .item .card_simple {
		margin: 0 5px;
	}
	.card_items .item {
		padding-top: 40px;
	}
	.card_items .item:before{
		width: 20px;
		height: 20px;
		top: 0;
	}
	.card_items .item:after{
		top: 6px;
		width: 15px;
		height: 15px;
	}
    .pt {
        padding-top: 0;
    }
	.top_img {
		width: 100%;
		height: auto;
	}
	.insights_page_top .ins_art_block:first-child {
		width: 100%;
	}
	.insights_page_top .ins_art_block {
		padding: 16px 0;
		width: 100%;
	}
	.insights_page_top .ins_art_block:first-child .img, .top_img  {
		height: 300px;
	}
	.service_platform .block_img {
		justify-content: flex-start;
	}
	.service_platform .hp_block_struk .block_img .img {
		min-height: 300px;
		height: 300px;
		width: 60%;
	}
	.service_platform .block_img.impact .title {
		font-size: 35px;
	}
	.text_style {
		font-size: 17px
	}
	.bs_calculator {
		padding: 50px 0;
	}
	.bs_calculator .tb_cal, .cal_result {
		padding: 30px
	}
	.finance_number {
		height: 350px;
		font-size: 40px;
	}
	.finance_number .circle_num {
		width: 250px;
		height: 250px
	}
	.single_card_content.hp_block_struk .block_img .img {
		width: 100%;
		margin-left: 0;
	}
	.single_card_content.card_el .block_img {
		padding-top: 0;
	}
	.card_el .block_img.impact .title_style {
		font-size: 25px
	}
	.single_card_content.hp_block_struk .block_img .all {
		padding: 40px 30px;
	}
	.single_card_content.hp_block_struk .block_img.impact .content {
		margin-top: 0
	}
	.single_card_content.hp_block_struk .block_img.impact {
		padding-bottom: 0;
	}
	.page_top {
		padding: 35px 0;
	}
	.awards_block .title_style {
		font-size: 22px;
	}
	.award_header .icon svg {
		width: 120px;
		height: 120px;
	}
	.award_header .aw_title {
		font-size: 50px;
	}
	.award_year {
		font-size: 80px;
	}
	.videoEmbed iframe {
		height: 400px;
	}
	.gallery img {
		padding: 20px;
	}
    .testimonial .text .all .mg_name {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .impact_post .max_950 {
        width: 88%
    }
    .impact_post_three .container {
        width: 88%
    }
    .impact_post_top {
        padding-top: 24px
    }
    .impact_post_top .head {
        padding-bottom: 36px
    }
    .impact_post_top .title_style {
        padding: 39px 0 17px
    }
    .impact_post_top .el {
        font-size: 12px
    }
    .impact_post_text .text_style {
        padding-bottom: 37px
    }
    .impact_post_full_img {
        min-height: 375px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        margin-bottom: 10px
    }
    .impact_post_full_img img {
        display: none
    }
    .impact_post_three {
        padding: 0px 0 16px
    }
    .impact_post_three .row {
        margin: 0
    }
    .impact_post_three .img {
        width: 100%;
        padding: 9px 0
    }
    .impact_post_three .img:nth-child(1) .bg {
        height: 455px
    }
    .impact_post_three .img:nth-child(2) .bg,
    .impact_post_three .img:nth-child(3) .bg {
        height: 220px
    }
    .impact_post_more {
        padding-top: 50px
    }
    .impact_post_more .container {
        width: 88%
    }
    .impact_post_more .all_elements {
        display: block;
        padding-top: 37px
    }
    .impact_post_more .row {
        margin: 0
    }
    .impact_post_more .single_el {
        width: 100%
    }
    .impact_post_more .single_el .all {
        min-height: 195px;
        padding: 47px 19% 26px
    }
	.impact_post_more .single_el {
		height: auto;
	}
	.impact_post_more .title {
		font-size: 17px;
	}
    .page_top {
        padding: 28px 0 24px
    }
    .page_top::before {
        top: 0px;
        background-image: url("https://www.tadhamonbank.com/css/img/page_top_bg.png");
        background-position: -65px center;
        background-size: auto 100%
    }
    .page_top.long::before {
        background-position: -65px center
    }
    .page_top .quote {
        display: none
    }
    .time_format {
        font-size: 15px
    }
    .accordion_elements .heading a {
        padding-left: 2px;
        padding-right: 30px
    }
    .accordion_elements .heading svg {
        right: 13px
    }
    .accordion_elements .body_el {
        padding: 5px 10px 0px 15px
    }
    .share_blocks .block_img .text_style {
        text-align: center
    }
    .share_blocks .block_img .logo {
        margin: auto;
        display: block
    }
    .faq_page_cont {
        padding: 23px 0 42px
    }
    .search_result_top {
        text-align: left;
        padding: 35px 0 60px
    }
    .search_result_all {
        padding-bottom: 48px
    }
    .search_result_all .container {
        width: 88%
    }
    .search_result_cont .results_inf {
        padding: 61px 0 18px
    }
    .search_result_cont .pagination {
        padding: 40px 0 0
    }
    .search_result_single {
        padding: 29px 0
    }
    .search_result_single .cont {
        padding: 9px 0 5px
    }
}
@media (max-width: 600px) {
    .page_cont {
        padding: 30px 0;
    }
	.form_cal {
		align-items: flex-start;
		flex-direction: column;
	}
	.form_cal .row {
		margin-right: -0.5rem;
		margin-left: -0.5rem;
	}
	.col {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
    .testimonial .text .all .mg_name {
        font-size: 17px;
    }
	.service_platform .hp_block_struk .block_img .img {
		width: 100%;
	}
	.sub_title {
		font-size: 20px
	}
	.videoEmbed iframe {
		height: 350px;
	}
	.gallery img {
		padding: 15px;
	}
    .team_social {
        margin-top: 15px;
    }
}
@media (max-width: 425px) {
	.service_platform .hp_block_struk .block_img .img {
		width: 100%;
		min-height: 250px;
		height: 250px;
	}
	.award_header .aw_title {
		font-size: 35px;
	}
	.award_header .icon svg {
		width: 100px;
		height: 100px;
	}
	.videoEmbed iframe {
		height: 300px;
	}
	.service_platform .block_img .all .button_arrow {
		padding: 15px 6px 20px 21px;
		font-size: 12px;
	}
	.service_platform .button_arrow span {
		text-transform: inherit;
	}
	.service_platform .button_arrow .arrow_icon svg {
		width: 15px;
	}
    .testimonial .text .all .mg_name {
        font-size: 16px;
    }
    .team_social {
        margin-top: 10px;
    }
}
@media (max-width: 375px) {
	.videoEmbed iframe {
		height: 250px;
	}
    .testimonial .text {
        padding: 10px;
    }
    .team_social svg {
        width: 14px;
        height: 14px;
    }
    .testimonial.basic .img {
        width: 6.5rem;
    }
    .testimonial.sub .img {
        width: 6.5rem;
    }
}
