/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/***********/



.slick-arrow{
    background: url('../images/slide_arrow.svg') no-repeat;   
    width: 28px;
    height: 20px; 
    font-size:0;
    border:0; 
    cursor: pointer;
    padding: 0; 
    position: absolute;
    top: -17%;
    right: 0;    
    z-index: 11;
}

.slick-prev{
        right: 76px;
}
.slick-next{
    transform: rotate(180deg);
}

.slick-arrow:hover,.slick-arrow:focus{
    background: url('../images/slide_arrow_hover.svg') no-repeat;   
}
.slick-arrow.slick-prev:hover,.slick-arrow.slick-prev:focus{
     transform: rotate(180deg);
}
.slick-arrow.slick-next:hover,.slick-arrow.slick-next:focus{
    transform: rotate(0deg); 
}
.successstories_slider ul.slick-dots {
    margin-bottom: -51px;   
    display: table;
    z-index: 11;
}

body {
    overflow-x: hidden;
}

.web_app_solucation_section  div#custom_web_app_1:before{
    content:'';
bottom:0;
left:0;
background-image:url("https://new.aliansoftware.net/wp-content/uploads/2022/08/Custom-Web-Vector.png");
Width:643.33px;
Height:682.73px;
background-size:cover;
background-repeat:no-repeat;
position:absolute;

}
body.web_app_fixed {
    height: 100vh;
    overflow: hidden;
}
body.web_app_fixed .web_app_solucation_section {
    z-index: 111;
    height: 100%;
    position: fixed;
    top: 0;
}
body.web_app_fixed .web_app_solucation_section .slick-track,body.web_app_fixed .web_app_solucation_section .slick-list {
  height: 100vh;
}
.web_app_solucation_section .slick-dotted.slick-slider {
  margin: 0;
}
body.web_app_fixed .web_app_solucation_section .slides {
  width: 100%;
  height: 100vh; 
}
.web_app_solucation_section .custom_web_app {
  padding: 100px 49px;
    position: relative;
    padding: 5.21% 2.6%;
}
body.web_app_fixed .web_app_solucation_section .slide {
   height: 100vh;
 
}
.web_app_solucation_section .slick-dots {
    right: 23px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: inherit;
    padding: 0;
}
.web_app_solucation_section .slick-dots  li {
    display: block;
    margin:0;
}
.web_app_solucation_section ul.slick-dots li button{
    background: #fff;
    width: 18px;
    height: 18px; 
    padding: 0;
    position: relative;
}
.web_app_solucation_section ul.slick-dots li button:before{
    content:'';
    border-radius: 10px;
    width: 12px;
    height: 12px;
    background: #D6E0F5;
    display:block; 
    position: absolute;
    left: 0px;
    right: 0;
    margin: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.web_app_solucation_section ul.slick-dots li.slick-active button {
    width: 18px;
    border-radius: 10px;
   background: #D6E0F5;
}
ul.slick-dots li.slick-active button:before {
    background: #3954BA;
}
.blog_detail_ebook_section h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    padding:0 20px 18px;
}
.blog_detail_ebook_section label {
    font-weight: 400;
    font-size: 16px;
    line-height: 11px;
    color: #000000;
    padding:0 20px;
}
.blog_detail_ebook_section label input {
    background: #FFFFFF;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 11px;
    color: #B5B5B5;
    padding: 14px 15px; 
    border: 0;    
    width: 100%;
}
.blog_detail_ebook_section label span {
    display: block;
    margin-top: 10px;   
    padding: 0 20px;
}
.blog_detail_ebook_section p {
    padding-bottom: 21px;
}
.blog_detail_ebook_section .wpcf7-submit {
    padding: 14px 32px;
    color: #fff;
    background: #3954BA;
    border-radius: 12px;
    border: 0;
    font-weight: 600;
    font-size: 16px;
    margin-top: 27px;
}
.blog_detail_ebook_section {
    background-color: #C0D9F9;
    border-radius: 5px;
    padding:30px 0 20px;
    background-image: url('../images/blog-ebook-bg.png');
    background-repeat:no-repeat; 
    background-size: cover;
}
.blog_detail_ebook_section {
    margin-top: -14px;
}
.blog_detail_ebook_section img {
    margin: 0 13px;
    display: table;
}
div#related_posts h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: #1A1A1A;
    border-bottom: 2px solid #F6F4F3;
    margin-bottom: 10px;
}
.related_content a {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: #313749 !important;
    display: block; 
    margin-bottom: 10px;
}
div#related_posts li{
    margin-bottom: 25px; 
}
div#related_posts .read_btn{
    font-weight: 600;
font-size: 14px;
line-height: 21px;
/* identical to box height, or 149% */

text-decoration-line: underline;

color: #3954BA;
}
div#related_posts {
    padding-left: 30px;
}
.detail_bottom .comment-reply-title {
    font-size: 0px !important;
}
h1#comments {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #6E7796;
}
span.fn, span.fn a {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #313749;
}
.comment-content {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #6E7796;
}
span.comment_date {
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #49607F;
}
a.comment-edit-link {
    display: none;
}
.comment_postinfo span {
    display: block;
}
.comment_avatar img {
    width: 60px;
    border-radius: 50%;
}
.detail_bottom a.comment-reply-link.et_pb_button {
    border: 0;
    padding: 0 20px 0 0 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #3954BA; 
    background-color: transparent;
}
.detail_bottom a.comment-reply-link.et_pb_button:after{
    background: url('../images/replay.svg') no-repeat;   
    width: 12px;
    height: 10px; 
   content:'';
   display:inline-block;
   vertical-align:middle;
   opacity: 1;
    right: 0;
    top: 7px;
}
.comment-body{
    padding:0 80px;
}
#reply-title small{
        padding-top: 15px;
}
.successstories__section .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.successstories__section .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.blog_page_section.successstories__section .row {
    margin: 0 -15px;
}

.successstories__section .col-6 .successstories__content,.successstories__section .col-6 .successstories__image{
    flex: 0 0 100%;
    max-width: 100%;
}
.successstories__section .successstories__content h5 {
    font-size: 22px; 
    padding-bottom: 14px;
}
.successstories__section a.read_btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    text-decoration-line: underline;
    color: #3954BA;
}
.successstories__section .successstories__image img {
    border: 0;
}
.successstories__section .successstories_bg_image {
    background-repeat: no-repeat;
    background-size: 100%;
    width: 635px;
    height: 239px; 
    position: absolute;
    bottom: 0;
}
.successstories__section .col-6  .successstories__image {
    margin-bottom: 40px; 
    position: relative; 
    margin-right: 0;
}
.successstories__section .col-6  .successstories__content {
    margin-bottom: 100px;
}
.successstories__section .col-6  .successstories__image img {
    position: relative;
    z-index: 1;  
    margin: 0 auto;
    max-width: 555px;
}
.successstories__section .col-6  .meta-category {
    margin-top: 19px;
}
.successstories__section .successstories_block {
    margin-bottom: 100px;
}


section.clients_section .client__block {
    background: #F3F4F6;
    border-radius: 10px;
    position:relative;
}
section.clients_section .client__block:before {
 content: '';
    position: absolute;
    margin-right: 10px;
    background: url('../images/Quotemarks-left.svg') no-repeat left center;   
    width: 114px;
    height: 85px; 
    top: -20px;
    left: 20px; 
}
section.clients_section  .col-sm-6  .client__bottom_part {
    justify-content: start;
}
section.clients_section .col-sm-6 {
    flex: 0 0 50%;
    padding: 0 15px;
    max-width: 50%;
    margin-bottom:81px;
}
section.clients_section  p br{display:none;}

section.clients_section .col-sm-6 p::before {
    content: open-quote;
}
section.clients_section .col-sm-6 p::after {
    content: close-quote;
}

section.clients_section .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

section.clients_section .latest_post-12 .client__block {
    background: #FFFFFF;
    box-shadow: 0px 5px 22px rgb(213 217 227 / 60%);
    border-radius: 10px;
    text-align: center;
    position: relative; 
    margin-bottom: 103px;
}

section.clients_section .latest_post-12 .client__block:after {
    content: '';
    border: 1px solid #C7C7C7;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: -1;
}
section.clients_section .container {
    max-width: 1140px;
}
.latest_post {
    margin-top: 17px;
}
.latest_post-12 {
    max-width: 1091px;
}
section.clients_section .col-sm-6 .client__block {
    padding: 99px 30px 30px;
}
.exceprt_detail ul li {
    display: inline-block;
}

.exceprt_detail ul {
    padding-bottom: 0 !important;
    text-align: center;
    margin-top:10px;
}
.exceprt_detail ul li:first-child {
    margin-right: 30px;
}
.exceprt_detail h5 {
    padding-bottom: 2px;
    font-style: normal;
}
.career_detail_section .dedicate_section_content li {
    margin-bottom: 13px;
    line-height: normal;
    margin-top: 0;
}
.career_detail_section .dedicate_section_content li:before{
        top: 6px;
}
.career_detail_section .dedicate_section_content h5{
    padding-bottom: 17px;
}
.career-form-top {
    display: flex;
    margin-bottom: 30px;
}
.career-top-right {
    width: calc(100% - 50px);
    padding-left: 25px;
}
.career-top-right h5 {
    font-weight: 500;
    font-size: 20px !important;
    line-height: 32px;
    color: #000000;
    padding-bottom: 0;
}
.career-right-sidebar .career-top-right p {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #7B7B7B;
    margin-top: -3px;
}
.career-right-sidebar label {
    font-weight: 400;
    font-size: 16px;
    line-height: 11px;
    color: #000000;
}
.career-right-sidebar input {
    background: #FFFFFF;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 11px;
    color: #B5B5B5;
    border: 0;
    padding: 17px 15px;
    width: 100%;
	margin-bottom:5px;
}
.career-right-sidebar input.wpcf7-submit {
    background: #3954BA;
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
    font-size: 16px;
}
.career-right-sidebar span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10px;
}
.career-right-sidebar p {
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    color: #6E7796;
}
.career-right-sidebar span.wpcf7-form-control-wrap {
    margin-top: 5px;
    display: block;
}

.career_detail_section .blog_top_title ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #6E7796;
    display: inline-block;
    vertical-align: middle;
    margin-right: 26px;
}
.career_detail_section .blog_top_title ul li img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.career_detail_section .container {
    max-width: 1235px;
}
.attach_cv span.wpcf7-form-control-wrap:after {
    content: "Attach your CV";
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #3954BA; 
    vertical-align: middle;
}
.attach_cv span.wpcf7-form-control-wrap:before {
    content: '';
    background: url('../images/attach_cv.svg') no-repeat left center;   
    width: 17px;
    height: 18px;  
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 15px;
    vertical-align: middle;
}
.attach_cv span input {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.career-right-sidebar .attach_cv span.wpcf7-form-control-wrap{
    margin-top: 0;
    margin-bottom: -8px;
    cursor: pointer;
}

.map_address_col1{
    width: 43%;
}
.map_address_col2 {
    width: 57.5%;
}
.contact-slides {
    display: flex;
}
.contact_branch_section h2{
    font-weight: 700;
    font-size: 29px;
    line-height: 38px;
    text-decoration-line: underline;
    color: #313749;
    margin-bottom: -92px;
    padding-left:48px;
}
.contact_branch_section  h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #313749;
}
.contact_branch_section .address_text p {
    padding-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #6E7796;
}
.contact_branch_section .address_text a{
    color: #6E7796;
}

.custom_contact_slider .slick-arrow.slick-prev {
    border-radius: 0px 25px 25px 0px;
}
.custom_contact_slider  .slick-arrow{
    background: url(../images/white_arrow.svg) no-repeat center center;
    background-color: #253D98;
    top: 42px;
    right: inherit;
/*     left: 33.2%; */
	left: 32%;
    transform: rotate(180deg);
        height: 50px;
    width:60px;
}
.map_address_col2 iframe {
    width: 100%;
    height: 490px;
}
.custom_contact_slider .slick-next{
/*         left: 36.6%; */
	left: 37.2%;
            transform: none;
}
.contact_branch_section .map_address {
    padding-top: 83px;
}

.custom_about_slider .slick-list {
    padding-left: 0px!important;
}
.about_training_program_left ol {
counter-reset: section;
}
.about_training_program_left ol li {
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #313749; 
    padding-left: 60px;
    margin-bottom: 60px;
    display: block;
}
.about_training_program_left ol li::before {
    color: #A2A7B6;
    counter-increment: section;
   content: ""counter(section)"."; 
   position: absolute;
    left: 0;
}
.about_training_program_left {
    display: inline-block;
}
.about_training_program_right {
    display: inline-block; 
    width: 730px; 
    vertical-align: top;
}

.about_training_program_image:nth-child(2) {
    margin-left: 30px;  
    margin-top: 60px;
}
.about_training_program_right img {
    display: inline-block;
    vertical-align: top;
}
.about_training_program_image:nth-child(3) {
    margin-top: -95px;
}
.about_training_program_row{
        display: flex;
    justify-content: space-between;
}
.slick-custom-dots li {
    font-weight: 600;
    font-size: 39px;
    line-height: 42px;
    color: #A2A7B6;
    list-style-type: none;  
    cursor: pointer;
        display: inline-block;
    margin-right: 60px;
}
.slick-custom-dots li.active {
    color: #3954BA;
}
.tab_content {
    display: none;
}
.et_pb_section.section-hide {
    display: none;
}
.mobile_app_interface_slider {
    padding: 0 25px;
}
.mobile_app_interface_slider .slick-list {
    margin: 0 -15px;
}
.mobile_app_interface_slider .slick-list .slick-slide {
    padding: 0 15px;
}
@media(min-width:1025px){
.mobile_app_interface_slider ul.slick-dots {
    display: none !important;
}
    
}
.successstories__section .col-6 .meta-category span:not(:last-child):after {
    content: ',';  
    margin-left: -3px;
}
.blog_detail_section .blog_content {
    padding-bottom: 20px;
}
.blog_author {
    margin-bottom: 40px;
}
.blog_author li {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #313749; 
    list-style-type: none; 
    display: inline-block; 
    margin-right: 27px;
}
.blog_author li a{
    color: #313749;
}
.blog_author li span,.blog_author li a span{
    color: #49607F; 
    display: block;
    margin-top:5px;
}
.blog_author li font {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
.blog_author li img {
    display: inline-block;
    vertical-align: middle;
}
.blog_author img.avatar {
    width: 55px;
    border-radius: 50%;
}
#main-content .blog_author_loop  .container:before{
    display:none;
}
.blog_author_loop h2 {
    font-weight: 600;
    font-size: 38px;
    line-height: 44px;
    color: #313749;
    margin-bottom: 50px;
    padding-bottom: 0;
}
.blog_author_left img.avatar {
    width: 100%;
}
.blog_author_right h3 {
    font-weight: 600;
    font-size: 29px;
    line-height: 42px;
    color: #313749;
    padding-bottom: 32px;
}
.blog_author_right h3 span {
    display: block;
    font-size: 20px;
    line-height: 18px;
    color: #49607F;
    margin-top: 10px;
}
.blog_author_description {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #6E7796;
    max-width: 731px;
}
.blog_author_right ul li {
    display: inline-block;
    list-style-type: none;
    padding-left: 30px;
    vertical-align: middle;
}
.blog_author_right ul li a svg {
    font-size: 0;
    display: block;
}
.blog_author_right ul.social-icons {
    padding: 7px 0 0;
}
.blog_author_left {
    padding-right: 55px;
    width: 308px;
}
.blog_author_right {
    width: calc(100% - 243px);
    padding: 21px 30px 0 0;
}
.blog_author_title {
    display: flex;
}
.blog_author_top_right {
    display: flex;
    justify-content: space-between;
}
.blog_author_loop .blog_page_section .container {
    padding-top: 0 !important;
}
.blog_author_loop .blog_page_section .outer-col-4 {
    border-left: 0;
}
.blog_author_loop ul.wp-block-categories {
    padding-left: 0;
}
.dcs-universal-pagination ul.page-numbers .page-numbers.selected {
    color: #fff;
    background: #364962;
    border-color: #364962;
}
.dcs-universal-pagination ul.page-numbers .page-numbers {
    margin: 0 8px;
    display: inline-block;
    cursor: pointer;
}
.blog_title_main p a {
    color: #5970FF;
}

/***********/
@media (max-width: 1199px){
 .part_logos .et_pb_text_inner { justify-content: center !important;}
 .et_pb_column.hire_top_developers_col {margin-left: 102px;padding: 30px;}
 .hire_top_developers_section .et_pb_row:before {left: 10px;}
}
@media (max-width: 980px){
    .successstories__section .blog_top_title {display: block !important;}
   .successstories__section  .blog_title_main {margin-bottom: 20px;}
}
@media (max-width: 767px){
  .successstories__section .successstories_bg_image {display: none;}
  .successstories__section .successstories_block {background-image: none !important;padding-top: 0;margin-bottom: 30px;}
  .dcs_pag_loading {padding: 0 !important;}
  .successstories_term select {width: 100% !important;}
  .technology_term, .industries_term {flex: 0 0 47%;max-width: 47%;}
  .successstories_term {justify-content: space-between;}
  
  .et_pb_column.hire_top_developers_col {margin-left: 0px;padding: 20px;}
  .et_pb_column.hire_top_developers_col h4 br {display: none;}
}