@import url("font.css");
*{
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth !important;
}
body{
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden !important;
}
a{
    outline: none;
}
/*         custom scrollbar         */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #8DA6FD;
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 1px;
}

::-webkit-scrollbar-thumb:hover {
    background: #8DA6FD;
}
.obj-cover{
    object-fit: cover;
}
.obj-top{
    object-position: top;
}
.pagination-item {
    padding: 3px 10px;
}
.container-fluid{
    padding-left: 80px;
    padding-right: 80px;
}
.container{
    max-width: 1268px;
    padding: 0 34px !important;
}
/* navbar */
.blurred-header{
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(25px);
}
header .navbar-light .navbar-toggler {
    border: none !important;
    padding: 0 !important;
    margin-left: 47px;
}
header .navbar-light .navbar-toggler:focus {
    outline: none !important;
}
.fixed
{
    position: fixed;
    z-index: 100;
    width: 100%;
}
header .nav-link{
    padding: 0 20px !important;
}
header .navbar-brand{
    padding-left: 15px;
    flex-grow: 1;
}
header .nav-item a,
header .dropdown-menu a{
    font-weight: 500;
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000000 !important;
}
header .navbar .btn.apply-program-btn{
    color: #163BFA !important;
    border: 1.5px solid #8DA6FD !important;
    padding: 14px 16px;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 20px !important;
    margin-left: 60px;
}

header .dropdown-menu a:active{
   color: #3838F5 !important;
}
header .nav-link.active{
    color: #3838F5 !important;
}
header .nav-item.dropdown.show .nav-link{
    color: #3838F5 !important;
}
header .navbar .btn.apply-program-btn:hover{
    border-color: #163BFA !important;

}
header .navbar-collapse.collapse .form-item{
    display: none;
}
header .navbar-collapse.show .form-item{
    display: block;
}
header .dropdown-item{
    padding: 16px 0px !important;
    border-bottom: 1px solid #f2f2f2;
    font-weight: 400 !important;

}
header .dropdown-item:hover{
    background: white !important;
    color: #163BFA !important;
}
header .dropdown-menu{
    border: none !important;
    top: 48px;
    padding: 0 24px;
    border-radius: 0% !important;
    filter: drop-shadow(0px 4px 8px rgba(121, 110, 110, 0.25));

}
header .dropdown-menu.show{
    border-top: 3px solid #3838F5 !important;
}
header .dropdown-item:last-child{
    border-bottom: none !important;
}
header .dropdown .dropdown-toggle::after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 5px;
    margin-top: -2px;
    border: none;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
header .dropdown.show .dropdown-toggle::after {
    margin-top: 2px;
    transform: rotate(-135deg) translateY(-50%);
    border-right: 2px solid #3838F5 !important;
    border-bottom: 2px solid #3838F5 !important;
}
.btn:focus, .btn.focus {
    box-shadow: none;
}
footer .first-line .nav-item{
    border-right: 1px solid black;
    padding-left: 10px;
    padding-right: 10px;
}
footer .first-line .nav-item:last-child{
    border-right: none;
    padding-left: 10px;
    padding-right: 0px;
}
footer .second-line .nav-link,
footer .second-line .nav-item a,
footer .second-line .nav-item span{
    color: black !important;
    padding: 0;
    font-size: 14px;
}
footer .second-line .nav-item{
    margin-bottom: 12px;
}
.second-line h6{
    margin-bottom: 24px;
}


/* search */
.pos-unset{
    position: unset;
}
.headerNavFirst {
    position: relative;
  }

  .headerFirstNavbar:before, .headerFirstNavbar:after {
    content: "";
    display: table;
  }

  .headerFirstNavbar:after {
    clear: both;
  }
  .search-toggle {
    position: relative;
    display: block;
  }

  .search-input:focus {
    outline: none;
  }
  .search-input::placeholder{
      color: black  !important;
  }

  #headerNavFirstLine .search-box {
    position: fixed;
    bottom: 0;
    top: -26px;
    z-index: 1;
    left: 0;
    width: 100%;
    font-size: 26px;
    height: 100%;
    max-height: 0;
    transform: translateY(100%);
    background-color: white;
    transition: all 0.3s;
  }

  #headerNavFirstLine .search-box .search-input {
    width: 100%;
    height: 100%;
    padding: 0 80px;
    border: 0;
    background-color: transparent;
    color: #fff;
  }
#headerNavFirstLine .search-box  {
    opacity: 0;
}

  #headerNavFirstLine.show .search-box {
    max-height: 82px;
  }

  #headerNavFirstLine.show .search-box  {
    opacity: 1;
  }
.search-result{
    color: black;
    text-decoration: none;
    display: block;
    padding: 22px 24px !important;
}
.search-result:hover{
    background: #F3F5FA;
    text-decoration: none;
    color: black;

}
.search-result:active{
    background: #F3F5FA;
    text-decoration: none;
    color: black;
}
.search-result-section .form-control{
    padding: 20px 24px !important;
    height: 64px;
}

/* select */
header .selectric{
    height: 24px;
    border: 1.2px solid #48484E !important;
    border-radius: none !important;
    background: #48484E  !important;
    color: white !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}
header .selectric .button {
    background: #48484E !important;
    color: white !important;
    height: 21px !important;
}
header .selectric .button:after {
    position: absolute;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    top: 50%;
    right: 19px;
    margin-top: -2px;
    border: none;
    border-bottom: 1.5px solid #ffffff;
    border-right: 1.5px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}
header .selectric .label{
    line-height: 21px !important;
    height: 21px !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: white !important;
}
header .selectric-open .selectric .button::after {
    margin-top: 2px;
    transform: rotate(-135deg) translateY(-50%);
}
header .selectric-items {
    background: #ffffff !important;
    border: 1.2px solid #DEDFE4 !important;
}
header .selectric-items li {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
header .selectric-items li.highlighted {
    background: #fff !important;
    color: blue !important;
}
header .selectric-items li:hover {
    background: #fff !important;
    color: blue !important;
}



/* blog section */
.grid-wrapper{
    display: grid;
    grid-template-columns: auto auto auto;
}
.blog-status p:after{
    content:"\A";
    width:4px;
    height:4px;
    border-radius:50%;
    background: #c4c4c4;
    display:inline-block;
    margin:0 10px 3px;
}
.blog_detail:after{
    position: absolute;
    left: calc(100% + 5px);
    height: 20px;
    width: 20px;
    content: '>';
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.blog-list-wrapper{
    margin-right: 20px;
}
.blog-list-wrapper:nth-child(3n + 3){
    margin-right: 0;
}
.blog-list-wrapper .content h4{
    min-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.blog-description p{
    margin-bottom: 0 !important;
    overflow: hidden;
    min-height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}
.load-more-btn{
    padding: 16px 32px;
    background: #EFF0F5;
    border-radius: 8px;
    color: black;
    cursor: pointer;
}
.blog-details-section ul{
    list-style: none;
}
.blog-details-section li::before {
    content: "\2022";
    color: #3838F5;
    font-weight: bold;
    display: inline-block;
    width: 15px;
}
.blogs-section .blog-list-wrapper:hover{
    border: 1px solid transparent !important;
    box-shadow: 0px 6px 16px #e9e9e9;
}
/* webinar-hover */
.video-wrapper{
    align-items: flex-start;
}
.webinar-list-section .blog-icon{
    position: relative;
}
.blog-list-wrapper:hover{
    border: 1px solid #E4E4E4;
    text-decoration: none;
}

.overlay-on-hover{
    position: absolute;
    top: calc(50% - 20px);
    bottom: 0;
    left: calc(50% - 20px);
    right: 0;
    opacity: 0;
    transition: .2s ease-in-out;
}
.blog-list-wrapper:hover .overlay-on-hover{
    opacity: 1;
}

/* accordion */
.card-header, .card, .accordion{
    background-color: #FCFCFF !important;
}
.accordion{
    padding: 56px 100px !important;
}
.card-header{
    padding: 0;
}
.btn-link {
    position: relative;
    border-radius: 0;
    padding: 28px 0 !important;
    color: black;
    background-color: #fcfcff !important;
    text-decoration: none !important;
}
.card-body{
    padding: 25px 30% 25px 0;
}
.card-body p{
    border-left: 3px solid #D2E8FF;
    padding: 0 0 0 24px;
    margin: 0;
}

.btn-link{
    color:#3838F5;
}
.btn-link.collapsed{
    color: black;
}
.btn-link:hover{
    color: #3838F5;
}
.btn-link[aria-expanded="false"]:after {
    content: '\002B';
    color: #616267;
    position: absolute;
    border: 1px solid #616267;
    border-radius: 50%;
    text-align: center;
    padding-top: 2px;
    font-size: 25px;
    font-weight: 200;
    line-height: 22px;
    right: 0;
    width: 28px;
    height: 28px;
    top: calc(50% - 14px);
    z-index: 0;

}
.btn-link[aria-expanded="false"]:hover:after{
    color: #3838F5;
    border: 1px solid #3838F5;
    text-decoration: none !important;
}
.btn-link[aria-expanded="true"]:after
{
    content: '\00d7';
    color: #3838F5;
    position: absolute;
    border: 1px solid #3838F5;
    border-radius: 50%;
    width: 28px;
    padding-top: 2px;
    height: 28px;
    text-align: center;
    font-size: 25px;
    line-height: 22px;
    font-weight: 200;
    top: calc(50% - 14px);
    right: 0px;
    z-index: 0;
}

/* selectric */
.selectric{
    height: 52px;
    border: 1.2px solid #DEDFE4 !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    color: black !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}
.selectric .button {
    background: white !important;
    color: black !important;
    height: 52px !important;
}
.selectric .button:after {
    border-top-color: black !important;
}
.selectric .label{
    line-height: 52px !important;
    height: 52px !important;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.selectric-items {
    background: #ffffff !important;
    border: 1.2px solid #DEDFE4 !important;
}
.selectric-items li {
    color: #000 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}
.selectric-items li.highlighted {
    background: #fff !important;
    color: blue !important;
}
.selectric-items li:hover {
    background: #fff !important;
    color: blue !important;
}

/* slick slider */

.mentors-section .carousel.slider-block img{
    max-width: 387px !important;
    width: 80%;
    height: 508px !important;
    object-fit: cover;
}
.mentors-section .slider-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.slick-custom-previous-arrow,
.slick-custom-next-arrow{
    border: none;
    width: 52px;
    height: 52px;
    background: none;
    z-index: 99;
    outline: none !important;
}
.slick-custom-previous-arrow::after{
    content: url("../img/prev-arrow.svg");
    position: absolute;
    top: 18px;
    left: 18px;
}
.slick-custom-next-arrow::after{
    content: url("../img/next-arrow.svg");
    position: absolute;
    top: 18px;
    left: 18px;
}

.slick-custom-next-arrow,
.slick-custom-next-arrow:hover {
    position: absolute;
    top: 50%;
    right: -2%;
}
.slick-custom-previous-arrow,
.slick-custom-previous-arrow:hover {
    position: absolute;
    top: 50%;
    left: 40%;
    background-position-x: right;
}
.slick-slide{
    outline: #48484E !important;
}

.icon-24{
    width: 24px;
    height: 24px;
}
.fb-icon{
    background-image: url("../img/facebook.svg");
}
.socials a:hover .fb-icon{
    background-image: url("../img/facebook-hover.svg");
}
.ig-icon{
    background-image: url("../img/instagram.svg");
}
.socials a:hover .ig-icon{
    background-image: url("../img/instagram-hover.svg");
}
.tw-icon{
    background-image: url("../img/twitter.svg");
}
.socials a:hover .tw-icon{
    background-image: url("../img/twitter-hover.svg");
}
.fb-icon,.ig-icon{
    margin-right: 20px;
}

/* about academy section */
.animated-div{
    max-width: 347px;
    width: 100%;
}
.textWImg{
    padding-left: 40px;
    position: relative;
}
.doneTick{
    padding-left: 46px;
    position: relative;
}
.doneTick:before{
    content: url("../img/done.svg");
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}
.textWImg:before{
    content: url("../img/tick.svg");
    position: absolute;
    top: -4px;
    left: 0px;
    height: 100%;
}

/* programs section */
.apply-btn{
    padding: 12px 32px;
    color: white;
    background: #3838F5;
    border-radius: 4px;
}
.apply-btn:hover{
    color: white;
}
.courseTick{
    padding-top: 32px;
    position: relative;
}
.courseTick:before{
    content: url("../img/tickk.svg");
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.mdlDiv-circle{
    color: white;
    display: inline-block;
    background-color: #F55639;
    border-radius: 40px;
    padding: 3px 23px;
    height: 52px;
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    margin-right: 12px;

}
.three-lines-limit{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* homepage section */
.content-icon{
    width: 355px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 210px;
    background: #FAFAFF;
}
.content-icon img{
    height: 160px;
    width: 200px;
}


#msform {
    position: relative;
    height: 870px;
}
.abbkids-form#msform{
    position: relative;
    height: 685px;
}
#msform .row.no-gutters{
    height: 99px;
}
label{
    display:block;
}
label.error{
    color:red;
    font-size: 12px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 3px;
    padding: 0px 40px 31px 40px;
    box-sizing: border-box;
    width: 100%;
    text-align: right;
    /*stacking fieldsets above each other*/
    position: relative;
}
.left-side{
    padding: 48px !important;
}

/*Hide all except first fieldset*/

#msform fieldset:not(:first-of-type) {
    display: none;
}

.card__corner {
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 85px;
    background-color: white;
    transform: rotate(-90deg);
}

.card__corner .card__corner-triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 85px 85px 0;
    border-color: #FFF4E3 #fff #FFF4E3 #FFF4E3;
}
/*inputs*/




/*buttons*/

#msform .action-button.next {
    width: 130px;
    background: #3838F5;
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 8px;
    cursor: pointer;
    padding: 14px;
    margin-top: 50px;
}
#msform .action-button.submit {
    width: 130px;
    background: #3838F5;
    font-weight: 500;
    color: white;
    border: 0 none;
    border-radius: 8px;
    cursor: pointer;
    padding: 14px;
    margin-top: 50px;
}
#msform .action-button.previous {
    width: 130px;
    background: #fff;
    font-weight: 500;
    color: black;
    border: 0 none;
    cursor: pointer;
    padding: 14px;
    margin-top: 50px;
}
#msform .action-button:focus{
    outline: none;
}

#msform textarea:focus{
    outline: none;
}
#msform textarea,
#msform input:not(input[type="button"]),
.file-upload-wrapper{
    border-top: transparent !important;
    border-right: transparent !important;
    border-left: transparent !important;
    border-bottom: 1px solid #D6D9DE;
    color: black;
}
#uploadCV-error{
    top: 65px;
    position: absolute;
}
.file-upload-field{
    opacity: 0;
    position: absolute;
    z-index: -1;
}
#msform .form-select .label{
    color: #91919D;
}
#msform .form-select{
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wIDcuNjI5MzllLTA2TDUgNS4wMDAwMUwxMCA3LjYyOTM5ZS0wNkgwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==) no-repeat 95% 50%, #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-top: transparent !important;
    border-right: transparent !important;
    border-left: transparent !important;
    margin-bottom: 8px!important;
    border: 1px solid #D6D9DE;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    color: #8A8A8A ;
    padding: 19px 0px;
    margin-bottom: 4px;
}
#msform .form-select .label{
    margin: 0 38px 0 0 !important;
    font-weight: 400 !important;
}
#msform .form-select.error{
    border: 1px solid #F03D3D;
}
#msform .form-select:focus{
    outline: none  !important;
}
.form-label {
    pointer-events: none !important;
    position: absolute !important;
    transition: 0.2s ease all !important;
    color: #8A8A8A !important;
}
.program-not-active{
    background: #DDECFD;
    border-radius: 4px;
    padding: 12px;
    font-weight: 500;
    font-size: 16px;
    width: fit-content;
    line-height: 28px;
}
.form-price-info{
    background: #DDECFD;
    border-radius: 4px;
    text-align: left;
    padding: 8px 8px 8px 16px;
    font-weight: 500;
    font-size: 16px;
    width: fit-content;
    line-height: 28px;
    margin-top: 46px;
}
.form-price-info img{
    align-self: start;
    margin-top: 5px;
    margin-right: 12px;
}
.form-label {
    top: 8px !important;
    left: 3px !important;
    font-size: 13px !important;
    line-height: 16px !important;
}
.form-label.select-label {
    top: 10px !important;
    font-size: 16px !important;
}
#msform .form-select.error + .form-label.select-label {
    top: 5px !important;
    font-size: 13px !important;
}
#msform .form-select.valid + .form-label.select-label {
     top: 5px !important;
    font-size: 13px !important;

}
.form-input:placeholder-shown + .form-label,
.form-select:placeholder-shown + .form-label
{
    top: 20px !important;
    left: 3px !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
.top-0 .form-label {
    top: 0px !important;
    left: 0px !important;
    background-color: transparent;
    width: 100%;
}
.top-0{
    margin-top: 10px;
}
.form-input:not(:placeholder-shown) , .form-input:focus ,
.form-select:not(:placeholder-shown) , .form-input:focus {
    padding-top: 29px !important;
    padding-bottom: 9px !important;
}

#msform input:focus + .form-label,
#msform select:focus + .form-label
{
    top: 8px !important;
    left: 3px !important;
    font-size: 13px !important;

}
textarea:focus + .form-label {
    top: 0px !important;
    left: 0px !important;
    font-size: 13px !important;

}.form-input input:focus{
     outline:1px solid black !important;

 }
.input-container{
    position: relative !important;
}
input[type=text ],
input[type=url ],
input[type=email ],
.file-upload-wrapper


{
    background: #FFFFFF;
    border: 1px solid #D6D9DE;
    box-sizing: border-box;
    border-radius: 2px;
    width: 100%;
    padding: 19px 0px;
    margin-bottom: 4px;
}
input[type=text ]:focus,
input[type=url ]:focus,
.file-upload-wrapper :focus,
input[type=email ]:focus{
    outline: none;
    border:1px solid  #3838F5;
}
.form-input.error{
    border: 1px solid #F03D3D;
}
#msform .form-select.error{
    border: 1px solid #F03D3D;
}
.form-select.required.valid{
    color: black !important;
}
/*headings*/


/*progressbar*/

#progressbar {
    margin: 56px 0 30px 0;
    overflow: hidden;
    text-align: center;
    /*CSS counters to number the steps*/
    counter-reset: step;
    display: flex;
    align-items: center;
}

#progressbar li {
    list-style-type: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    width: 33.33%;
    margin-top: 10px;
    float: left;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 8px;
    height: 8px;
    display: block;
    font-size: 0;
    color: #333;
    background: #EAEAEF;
    border-radius: 50%;
    margin: 0 auto 14px auto;
}


/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 8px;
    height: 8px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
    /*put it behind the numbers*/
}
#progressbar li.active.done{
    margin-top: 0;
}
#progressbar li.active.done:before {
    background: url('../img/ttttt.svg');
    color: white;
    width: 20px;
    height: 20px;
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}


/*marking active/completed steps green*/


/*The number of the step and the connector before it = green*/

#progressbar li.active:before,
#progressbar li.active:after {
    background: #163BFA;
    color: white;
}
.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: 63px;
    border: 1px solid #D6D9DE;
    cursor: pointer;

}

.border-bottom-D6D9DE{
    border-bottom: 1px solid #D6D9DE;
}
.file-upload-wrapper:after {
    content: attr(data-text);
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    /*padding: 10px 15px;*/
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: 40px;
    border-radius: 5px 10px 10px 5px;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #91919D;
    overflow: hidden;
    min-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.file-upload-wrapper:before {
    content: url("../img/fileUpload.svg");
    position: absolute;
    top: calc(100% - 45px);
    right: 0;
    display: inline-block;
    height: 30px;
    z-index: 25;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #91919D;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;

}

.ibatech-banner{
    background: url('../img/banner.svg');
    background-size: contain;
    background-position-x: right;
    background-position-y: top;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}
.homepage-section .box-shadow{
    background: #FFFFFF !important;
    box-shadow: 0px 8px 32px #EEEEEE !important;
    border-radius: 4px !important;
    padding: 24px !important;
    position: relative;

}
.program-learn-more{

    padding: 12px 32px;
    color: white;
    background: #3838F5;
    border-radius: 4px;
    max-width: 160px;
}
.program-learn-more:hover{
    color: white;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3838F5;
}
.nav-pills a{
    color: #333333;
}
.homepage-section .nav-link:hover{
    background: #4242EE !important;
    color: white !important;
}
.homepage-section .modal-header{
    border-bottom: none !important;
    padding: 10px 20px !important;
}
.homepage-section .close{
    font-size: 44px !important;
    font-weight: 300 !important;
    outline: none !important;
}
.homepage-section .close:focus{
    outline: none !important;
}
.nav-pills .nav-link{
    border-radius: 4px;
    border: 1.2px solid #DEDFE4;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 12px;
    line-height: 20px;
    margin-top: 12px !important;
}
.program-pills-mobile .nav-link{
    border-radius: 4px;
    border: 1.2px solid #DEDFE4;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    margin-right: 12px;
    line-height: 20px;
}.program-pills-mobile a{
     color: #333333
 }
.homepage-section .dropdown-item.active, .homepage-section .dropdown-item:active {
    color: #333333;
    text-decoration: none;
    background-color: unset;
}
.homepage-section .nav-link.dropdown-toggle:hover{
    background: #fff !important;
    color: #333 !important;
}
.homepage-section .nav-link.dropdown-toggle:active{
    background: #fff !important;
    color: #333 !important;
}
.nav-link:focus, .nav-link:hover {
    text-decoration: none;
}
.homepage-section .dropdown-toggle::after {
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 24px;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.program-pills-laptop-tablet .dropdown-toggle::after {
    top: 36px;
}
.homepage-section .dropdown .btn {
    display: inline-block;
    vertical-align: unset !important;
    font-weight: 500 !important;
    line-height: 20px;
    border: unset;
    padding: 0;
    font-size: 16px !important;
    border-radius: 0.25rem;
}
.homepage-section .dropdown-item.active, .homepage-section .dropdown-item:active {
    color: #333333;
    text-decoration: none;
    background-color: unset;
}
.homepage-section .dropdown.show>.nav-link,
.homepage-section .nav-link.dropdown-toggle.active {
    background: #fff !important;
    color: #333 !important;
}
.become-student-steps-circle{
    width: 32px;
    height: 32px;
    background-color: #000;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 24px;
}

/* gallery-section */
.two-colored-div{
    background: -webkit-linear-gradient(top, #ED6242, #ED6242 35%, white 30%, white);
}
.mobile-colored-div{
    background: unset;
}
.div-F55639{
    padding: 4px 24px;
    background: #F55639;
    font-weight: 700;
    border-radius: 40px;
    font-size: 24px;
    color: white;
    line-height: 40px;
}
.circle-48{
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #F3F5FA;
    position: absolute;
    right: 0;
    text-align: center;
    overflow: hidden;
    padding: 11px 15px;
    transition: width 0.5s;
}
.circle-48::after{
    content: url('../img/arroww.svg');
}
.video-linkss:hover .circle-48 {
    width: 200px;
    right: 40px;
}

.video-linkss:hover .circle-48::after{
    content: "Youtube.com" ;
    color: black !important;
}
.video-linkss{
    padding: 44px 0 ;
    text-decoration: none;
    position: relative;
    color: black !important;
    display: flex;
    align-items: center;
    max-height: 120px;
    border-radius: 0;
}
.video-linkss h6{
    white-space: nowrap;
}
.video-linkss:hover{
    padding: 44px 40px 44px 0;
    text-decoration: none;
    background: #163BFA;
    color: white !important;
}

.alumni-video-title::before{
    content: url('../img/video-icon.svg');
    width: 48px;
    height: 48px;
    text-align: center;
    margin: 0 24px 0 0px;
    transition: margin 0.5s;
    background: #ECEFFF;
    border-radius: 16px;
    padding: 15px 16px;
}
.video-linkss:hover .alumni-video-title::before{
    margin: 0 24px 0 40px;
}

.gallery-section .modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.gallery-section .modal-body {
    position:relative;
    padding:0px;
}
.gallery-section .close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}
.video-linkss.btn{
    color: #212529;
    text-align: unset !important;
}
.btn:focus{
    outline: none !important;
}
/* gallery-slick */
.gallery-section .slider-img{
    padding: 13px 17px 25px 17px !important;
    max-width: 456px !important;
    width: 100%;
    display: inline-block;
    box-shadow:0px 4px 6px #E8E8E8;
}
.gallery-section .slider-img.img-1{
    transform: rotate(-9.55deg);
}
.gallery-section .slider-img.img-2{
    transform: rotate(5.04deg);
}

.gallery-section .slider-text{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/* sizing */
.m-l-auto{
    margin-left: auto;
}
.mw-1200{
    max-width: 1200px;
}
.mw-590{
    max-width: 47%;
}
.mw-431{
    max-width: 431px;
}
.mw-406{
    max-width: 406px;
}
.mw-386{
    max-width: 386px;
}
.mw-140{
    max-width: 140px;
}
.h-40{
    height: 40px;
}
.h-230-max{
    max-height: 230px;
}
.w-100-max{
    max-width: 100%;
}

/* spacing */
.pl-20{
    padding-left: 20px;
}
.pl-32{
    padding-left: 32px;
}
.px-102{
    padding-right: 102px !important;
    padding-left: 102px !important;
}
.mx-118{
    margin-right: 118px !important;
    margin-left: 118px !important;
}
.px-60{
    padding-right: 60px !important;
    padding-left: 60px !important;
}
.px-30{
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.py-100{
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.py-60{
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.py-70{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
.py-40{
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.py-15{
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.py-20{
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.py-22{
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}
.py-16{
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.py-48{
    padding-top: 48px;
    padding-bottom: 48px;
}
.p-lg-40{
    padding: 40px !important;
}
.pb-80{
    padding-bottom: 80px;
}
.pt-270{
    padding-top: 270px;
}

.pt-60{
    padding-top: 60px !important;
}
.pt-137{
    padding-top: 137px;
}
.pt-127{
    padding-top: 127px;
}
.pt-217{
    padding-top: 217px;
}
.pr-30{
    padding-right: 30px !important;
}
.pr-50{
    padding-right: 50px !important;
}
.pr-42{
    padding-right: 42px !important;
}
.pb-64{
    padding-bottom: 64px;
}
.mb-12{
    margin-bottom: 12px;
}
.mb-16{
    margin-bottom: 16px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-34{
    margin-bottom: 34px !important;
}
.mb-22{
    margin-bottom: 22px;
}
.mb-24{
    margin-bottom: 24px !important;
}
.mb-32{
    margin-bottom: 32px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-48{
    margin-bottom: 48px !important;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-56{
    margin-bottom: 56px !important;
}
.mb-64{
    margin-bottom: 64px;
}
.mb-72{
    margin-bottom: 72px !important;
}
.mb-32{
    margin-bottom: 32px !important;
}
.mb-80{
    margin-bottom: 80px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-160{
    margin-bottom: 160px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px !important;
}
.ml-24{
    margin-left: 24px !important;
}
.ml-32{
    margin-left: 32px !important;
}
.mt-12{
    margin-top: 12px !important;
}
.mt-64{
    margin-top: 64px !important;
}
.mt-40{
    margin-top: 40px;
}
.mt-60{
    margin-top: 60px;
}
.mt-80{
    margin-top: 80px;
}
.mt-100{
    margin-top: 100px;
}
.mt-72{
    margin-top: 72px;
}
.mt-120{
    margin-top: 120px;
}
.mt-200{
    margin-top: 200px;
}
.mt-270{
    margin-top: 270px;
}
.mr-24
{
    margin-right: 24px;
}
.mr-lg-20{
    margin-right: 20px !important;
}

.m-0-auto{
    margin: 0 auto !important;
}


/* typography */
.fs-lg-12{
    font-size: 12px;
}
.fs-lg-14{
    font-size: 14px;
}
.fs-lg-15{
    font-size: 15px;
}
.fs-lg-16{
    font-size: 16px;
}
.fs-lg-18{
    font-size: 18px;
}
.fs-lg-20{
    font-size: 20px !important;
}
.fs-lg-24{
    font-size: 24px;
}
.fs-lg-28{
    font-size: 28px !important;
}
.fs-lg-32{
    font-size: 32px;
}
.fs-lg-40{
    font-size:40px;
}
.fs-lg-64{
    font-size: 64px !important;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.lh-40{
    line-height: 40px;
}
.lh-84{
    line-height: 84px;
}
.lh-72{
    line-height: 72px;
}
.lh-44{
    line-height: 44px;
}
.lh-24{
    line-height: 24px;
}
.lh-28{
    line-height: 28px;
}
.lh-22{
    line-height: 22px;
}
.lh-32{
    line-height: 32px;
}

/* borders */
.border-E4E4E4{
    border: 1px solid #E4E4E4;
}
.border-bottom-dddddd{
    border-bottom: 1px solid #DDDDDD;
}
.border-bottom-E4E4E4{
    border-bottom: 1px solid #E4E4E4;
}
.border-bottom-F1F1F1{
    border-bottom: 1px solid #F1F1F1;
}
.border-bottom-F2F2F2{
    border-bottom: 1px solid #F2F2F2;
}
.border-DEDFE4{
    border: 1.2px solid #DEDFE4 !important;
}
.border-F6F6FB{
    border: 8px solid #F6F6FB;
}
.border-top-616267{
    border-top:1px solid #616267;
}
.border-bottom-616267{
    border-bottom:1px solid #616267;
}
.border-right-ECECEC{
    border-right:1px solid #ECECEC;
}
.border-left-ECECEC{
    border-left:1px solid #ECECEC;
}
.border-top-F55639{
    border-top:1px solid #F55639;
}
.border-bottom-E6E8F0{
    border-bottom:1px solid #E6E8F0;
}
.border-transparent{
    border: 1px solid transparent;
}

/* colors */
.c-48484E{
    background-color: #48484E !important ;
}

.c-000{
    color: #000;
}
.c-F55639{
    color: #F55639;
}
.c-ACAEB8{
    color: #ACAEB8;
}
.c-3838F5{
    color: #3838F5;
}
.status-new{
    color: #F55639;
}
.status-past{
    color: #3838F5;
}
.c-9C9EAA{
    color: #9C9EAA;
}
.c-163BFA{
    color: #163BFA;
}
.c-F55F44{
    color: #F55F44;
}
.c-57585F{
    color: #57585F !important;
}
.c-787980{
    color: #787980;
}
.white-text.text-white{
    color: #fff !important;
    text-decoration: none;
    font-size: 15px !important;
}
.c-FC532B{
    color: #FC532B !important;
}
.bg-F6F6F6{
    background-color: #f6f6f6;
}
.bg-fff{
    background-color: #fff;
}
.bg-ecefff{
    background-color: #ecefff;
}
.bg-F8F8FC{
    background-color: #F8F8FC;
}
.bg-FAFAFD{
    background-color: #FAFAFD;
}
.bg-F9F2E8{
    background-color: #F9F2E8;
}
.bg-D2E8FF{
    background-color: #D2E8FF;
}
.bg-F5F5F5{
    background-color: #F5F5F5;
}
.bg-FCFCFF{
    background-color: #FCFCFF !important;
}
.bg-F55639{
    background-color: #F55639 !important;
}
.bg-EEE9FE{
    background-color: #EEE9FE ;
}
.bg-FFF4E3{
    background-color: #FFF4E3;
}
.bg-0E0E46{
    background-color: #0E0E46;
}
.bg-F9F9FC{
    background-color: #F9F9FC;
}
.blue-outlined-btn{
    border: 1px solid #8da6fd;
    color: #163BFA;
    background: white;
}
.blue-outlined-btn:hover{
    border: 1px solid #212529 ;
    background-color: #212529;
    color: white;
}
.training-cards-wrapper{
    margin-bottom: 20px;
}
.training-cards-wrapper .training-cards-hover{
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
}
.training-cards-wrapper:nth-child(odd) .training-cards-hover{
    margin-left: 0;
}

.training-cards-wrapper:nth-child(even) .training-cards-hover{
    margin-right: 0;
}
.training-cards-wrapper:nth-child(1) .training-cards-hover p,
.training-cards-wrapper:nth-child(2) .training-cards-hover p{
    margin-left: 24px;
}
.training-cards-wrapper:nth-child(3) .training-cards-hover p,
.training-cards-wrapper:nth-child(4) .training-cards-hover p{
    margin-right: 24px;
}

.matlab-file-input {
    background: #fdfaf0;
    border: 1px dashed #AEAEF2;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    padding: 16px;
    align-items: center;}
.matlab-file-input:before {
     content: "";
     background: url("../img/file_icon.svg");
     background-size: contain;
     width: 24px;
     height: 24px;
     display: block;
     margin-right: 9px;

}

/* Swiper JS */
.swiper-slide{
    width: auto !important;
    max-width: 450px !important;
    height: 300px !important;
}
.life-at-abb .swiper-wrapper {
    transition-timing-function: linear;
}
.swiper-pagination-bullet-my {
    margin-right: 8px;
    height: 6px;
    cursor: pointer;
    position: relative;
    z-index: 4;
    width: 12px;
    border-radius: 6px;
    opacity: 0.25;
    transition: all 400ms ease;
    background-color: black;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    height: 50px;
    justify-content: center;
    align-items: center;
    bottom: -20px !important;
}

.swiper-pagination-bullet-my:focus { outline: none }
.swiper-pagination-bullet-my-active {
    background-color: #3636F2 !important;
    width: 24px;
    opacity: 1;
}





/* media queries */
@media screen and (max-width:1243px){
    #pills-sysadmin-tab{
        margin-top: 10px;
    }
    .mw-140{
        max-width: 126px;
    }
}

@media screen and (max-width:1199px){
    #pills-sysadmin-tab{
        margin-top: 0px;
    }
    .m-l-auto{
        margin-left: 0;
    }
}
@media screen and (max-width:1070px){
    .container-fluid{
        padding: 0 4% !important;
    }
}


@media screen and (max-width:991px){
    .form-price-info {
        margin-bottom: 40px;
    }
    .training-cards-wrapper{
        margin-bottom: 16px;
    }
    .training-cards-wrapper .training-cards-hover{
        margin-right: 8px;
        margin-left: 8px;
    }
    .training-cards-wrapper:nth-child(odd) .training-cards-hover{
        margin-left: 0;
    }
    .training-cards-wrapper:nth-child(even) .training-cards-hover{
        margin-right: 0;
    }
    .training-cards-wrapper:nth-child(1) .training-cards-hover p,
    .training-cards-wrapper:nth-child(2) .training-cards-hover p{
        margin-left: 0px;
        margin-top: 24px;
    }
    .training-cards-wrapper:nth-child(3) .training-cards-hover p,
    .training-cards-wrapper:nth-child(4) .training-cards-hover p{
        margin-right: 0px;
        margin-top: 24px;

    }
    .card__corner {
        position: absolute;
        top: 0;
        right: 0;
        left: unset;
        width: 85px;
        height: 85px;
        background-color: white;
        transform: unset;
    }

    .card__corner .card__corner-triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 85px 85px 0;
        border-color: #FFF4E3 #fff #FFF4E3 #FFF4E3;
    }
    #msform .action-button.next ,
    #msform .action-button.previous,
    #msform .action-button.submit
    {
        margin-top: 40px;
    }
    .left-side{
        padding: 56px !important;
    }

    #msform fieldset {
        padding: 0 90px;
    }


    .blog-list-wrapper{
        margin-right: 16px !important;
    }
    .blog-list-wrapper:nth-child(2n + 2){
        margin-right: 0 !important;
    }
    .grid-wrapper{
        display: grid;
        grid-template-columns: auto auto;
    }
    .hidden-on-tblt{
        display: none !important;
    }
/* navbar */
    .blurred-header{
        background: white;
        backdrop-filter: unset;
    }
    header ul{
        align-items: flex-start !important;
    }
    header .nav-item{
        padding: 16px 0px;
        width: 100%;
    }
    header .navbar-nav.ml-auto{
        margin-top: 40px;
    }
    header .nav-link{
        padding: 0 !important;
    }
    header .navbar-brand{
        padding-left: 15px;
    }
    header .nav-item a,
    header .dropdown-menu a{
        font-weight: 500;
        font-size: 16px !important;
        line-height: 20px !important;
        color: #000000 !important;
    }
    header .nav-item .btn.apply-program-btn{
        color: #163BFA !important;
        border: 1.5px solid #8DA6FD !important;
        padding: 14px 40px;
        font-weight: 500;
        font-size: 16px !important;
        line-height: 20px !important;
    }
    header .nav-item form input{
        background: #F2F2F3;
        padding: 0 20px;
    }
    header .nav-item{
        border-bottom: 1px solid #f2f2f2;
    }
    header .dropdown .dropdown-toggle::after {
        top: 18px;
    }
    .container-fluid{
        padding: 0 34px !important;
    }

    .slick-custom-next-arrow,
    .slick-custom-next-arrow:hover {
        position: absolute;
        top: 50%;
        right: -2%;
    }
    .slick-dots li button:before {
        font-size: 12px !important;
    }
    .slick-dots li.slick-active button:before {
        color: red !important;
    }

    .slick-dots {
        bottom: -60px !important;
    }
    .slick-custom-previous-arrow,
    .slick-custom-previous-arrow:hover {
        position: absolute;
        top: 50%;
        left: 40%;
        background-position-x: right;
    }

    /* gallery section */
    .gallery-section .gallery-carousel.slider-block img{
        max-width: unset !important;
        width: 100%;
    }
    /* typography */
    .fs-md-56{
        font-size: 56px !important;
    }
    .fs-md-40{
        font-size: 40px !important
    }
    .fs-md-48{
        font-size: 48px !important;
    }
    .fs-md-32{
        font-size: 32px !important;
    }
    .fs-md-20{
        font-size: 20px;
    }
    .fs-md-15{
        font-size: 15px !important;
    }
    .fs-md-14{
        font-size: 14px !important;

    }
    .fs-md-12{
        font-size: 12px;
    }
    .fs-md-10{
        font-size: 10px;
    }
    .lh-md-64{
        line-height: 64px;
    }
    .lh-md-56{
        line-height: 56px;
    }
    .h-40{
        height: 35px;
    }

    /* spacing */

    .mt-md-80{
        margin-top: 80px!important;
    }
    .mt-md-230{
        margin-top: 230px;
    }
    .mt-md-72{
        margin-top: 72px !important;
    }
    .mt-md-40{
        margin-top: 40px !important;
    }
    .mt-md-24{
        margin-top: 24px !important;
    }
    .mt-mb-12{
        margin-top: 12px !important;
    }
    .mb-md-120{
        margin-bottom: 120px;
    }
    .mb-md-80{
        margin-bottom: 80px !important;
    }
    .mb-md-40{
        margin-bottom: 40px !important;
    }
    .pb-md-40{
        padding-bottom: 40px !important;
    }
    .mb-md-24{
        margin-bottom: 24px !important;
    }
    .mb-md-16{
        margin-bottom: 16px !important;
    }
    .mb-md-0{
        margin-bottom: 0px !important;
    }
    .mb-md-8{
        margin-bottom: 8px;
    }
    .ml-md-24{
        margin-left: 24px !important;
    }
    .mr-md-16{
        margin-right: 16px !important;
    }
    .mr-md-0{
        margin-right: 0 !important;
    }
    .py-md-80{
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    .px-102{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .px-16{
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .mx-118{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .px-60{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .pr-42{
        padding-right: 0 !important;
    }
    .pr-md-0{
        padding-right: 0 !important;
    }
    .p-md-24{
        padding: 24px !important;
    }
    .pt-md-82
    {
        padding-top: 82px!important;
    }
    .pt-md-66
    {
        padding-top: 66px!important;
    }
    .pt-md-144{
        padding-top: 144px!important;
    }

    .offset-992-1{
        margin-right: 5%
    }
    .mr-0{
        margin-right: 0 !important;
    }

    /* accordion */
    .accordion{
        padding: 56px 10% !important;
    }
    .card-body{
        padding: 25px 100px 25px 0;
    }
    .card-body p {
        padding: 0 0 0 12px;
    }


    .fb-icon,.ig-icon{
        margin-right: 10px;
    }

        /* about academy section */
    .animated-div{
        max-width: unset;
    }

}

@media screen and (max-width:768px){
    .swiper-slide{
        width: 92% !important;
        height: 224px !important;
    }
    .ibatech-banner{
        background-size: cover !important;

    }
    .form-price-info {
        margin-top: -35px;
        margin-bottom: 40px;
    }
    .card__corner {
        position: absolute;
        top: 0;
        right: 0;
        left: unset;
        width: 59px;
        height: 59px;
        background-color: white;
        transform: unset;
    }

    .card__corner .card__corner-triangle {
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 59px 59px 0;
        border-color: #FFF4E3 #fff #FFF4E3 #FFF4E3;
    }
    .left-side{
        padding: 88px 24px 24px 24px !important;
    }
    #msform fieldset {
        padding: 0 16px 80px 16px;
    }
    #msform .action-button.next ,
    #msform .action-button.previous,
    #msform .action-button.submit
    {
        width: 120px;
    }

    #msform{
        height: 1100px;
    }
    .abbkids-form#msform{
        height: 900px;
    }
    #msform .row.no-gutters{
        height: 160px;
    }
    .abbkids-form#msform .field-first .row.no-gutters{
        height: 190px;
    }
    #msform .form-select.error + .form-label.select-label {
        top: -10px !important;
        font-size: 13px !important;
    }
    #msform .form-select.valid + .form-label.select-label {
        top: -10px !important;
        font-size: 13px !important;

    }


    .form-label.select-label {
        top: -10px !important;
        font-size: 16px !important;
    }

    .form-label.select-label.school-select {
        top: 10px !important;
        font-size: 16px !important;
    }
    .search-result{
        padding: 16px 20px !important;
    }
    .search-result-section .form-control {
        padding: 20px 24px !important;
        height: 56px;
    }
    /* accordion */
    .accordion{
        padding: 56px 5% !important;
    }
    .card-body{
        padding: 25px 50px 25px 0;
    }
    .btn-link{
        padding: 28px 50px 28px 0 !important;
    }
    .mdlDiv-circle{
        padding: 3px 16px;
        margin-right: 9px;
    }
    .blog-list-wrapper{
        margin-right: 0 !important;
    }
    .mw-386{
        max-width: 100%;
    }
    .grid-wrapper{
        display: grid;
        grid-template-columns: auto;
    }
    .carousel.slider-block img{
        height: 348px !important;
    }
    .slick-custom-next-arrow,
    .slick-custom-next-arrow:hover {
        position: absolute;
        top: 50%;
        right: -1%;
    }
    .slick-custom-previous-arrow,
    .slick-custom-previous-arrow:hover {
        position: absolute;
        top: 50%;
        left: 0%;
        background-position-x: right;
    }
    .tr-carousel.slider-block.slick-initialized.slick-slider.slick-dotted,
    .tr-carousel .slick-list.draggable,
    .tr-carousel .slick-list.draggable .slick-track,
    .tr-carousel .slick-list.draggable .slick-track .col-12{
        height: 100% !important;
    }
    /* homepage-section */

    /* gallery-section */
    .two-colored-div{
        background: white;
    }
    .two-colored-div .container{
        padding: 0 !important;
    }
    .mobile-colored-div{
        background: -webkit-linear-gradient(top, #ED6242, #ED6242 50%, white 30%, white);
        padding-top: 70px;
    }
    .video-linkss:hover .circle-48 {
        width: 48px;
        right: 40px;
    }
    .video-linkss{
      flex-direction: column;
      padding: 20px ;
    }
    .video-linkss:hover{
        padding: 20px 16px 20px 0 ;
    }
    .video-linkss:hover .circle-48 {
        right: 16px;
    }

    .video-linkss:hover .circle-48::before{
        content: unset;
    }
    .video-linkss:hover .alumni-video-title::before{
        margin: 0 16px;
    }
    .mw-590{
        max-width: unset;
    }


    /* typography */
    .fs-sm-32{
        font-size: 32px !important;
    }
    .fs-sm-28{
        font-size: 28px;
    }
    .fs-sm-20{
        font-size: 20px !important;
    }
    .fs-sm-16{
        font-size: 16px;
    }
    .fs-sm-15{
        font-size: 15px;
    }
    .fs-sm-14{
        font-size: 14px;
    }
    .fs-sm-12{
        font-size: 12px !important;
    }
    .fs-sm-10{
        font-size: 10px !important;
    }

    /* spacing */
    .pr-sm-35{
        padding-right: 35px !important;
    }
    .mb-sm-24{
        margin-bottom: 24px;
    }
    .mb-sm-80{
        margin-bottom: 80px !important;
    }
    .offset-768-1-r{
        margin-right: 10%
    }
    .offset-768-1-l{
        margin-left: 10%
    }
    .ml-sm-120{
        margin-left: 120px !important;
    }
    .px-sm-25{
        padding-right: 25px !important;
        padding-left: 25px !important;
    }
    .py-sm-0{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-60{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

}

@media screen and (max-width:600px){

    /* accordion */
    .accordion{
        padding: 56px 0 !important;
    }
    .card-body{
        padding: 25px 30px 25px 0;
    }
    .video-linkss{
        flex-direction: column;
        padding: 20px 0px ;
      }
      .video-linkss:hover{
          padding: 20px 0 20px 0 ;
      }


}
@media screen and (max-width:575px){
    .container-fluid{
        padding: 0 20px !important;
    }
    .container{
        padding: 0 20px !important;
    }

    .hidden-on-mbl{
        display: none !important;
    }

    .faq-section .container{
        padding: 0 !important;
    }
    .faq-section .accordion{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .accordion-container{
        padding: 0 !important;
    }
    .h-40{
        height: 28px;
    }
    header .navbar .btn.apply-program-btn{
        padding: 10px 10px;
        margin-left: 30px;
    }
    header .navbar-light .navbar-toggler {
        margin-left: 15px;
    }
    /* typography */
    .fs-xs-40{
        font-size: 40px !important;
    }
    .fs-xs-24{
        font-size: 24px;
    }
    .fs-xs-18{
        font-size:18px;
    }
    .lh-xs-32{
        line-height: 32px !important;
    }
    .lh-xs-48{
        line-height: 48px;
    }

    /* spacing */

    .mb-xs-14{
        margin-bottom: 14px !important;
    }
    .mb-xs-28{
        margin-bottom: 28px;
    }
    .mb-xs-24{
        margin-bottom: 24px !important;
    }
    .mb-xs-32{
        margin-bottom: 32px !important;
    }
    .pb-xs-32{
        padding-bottom: 32px !important;
    }
    .mb-xs-0{
        margin-bottom: 0 !important;
    }
    .mt-xs-155{
        margin-top: 155px;
    }
    .mt-xs-56{
        margin-top: 56px !important;
    }
    .mt-xs-60{
        margin-top: 60px !important;
    }
    .pt-xs-71{
        padding-top: 71px!important;
    }
    .pt-xs-61{
        padding-top: 61px!important;
    }
    .pt-xs-132{
        padding-top: 132px !important;
    }
    .px-xs-20{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}
@media screen and  (max-width:370px){
    header .navbar-brand{
        flex-grow: 0;
    }
    header .navbar .btn.apply-program-btn{
        margin-left: 0px;
        font-size: 14px !important;
    }
    header .navbar-light .navbar-toggler {
        margin-left: 0px;
    }
}


