@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');


body
{
    font-family: 'League Spartan';
    font-size: 18px;
    color: #000;
    
}
ul,p,figure,h1,h2,h3,h4,h5,h6
{
    margin: 0;
}
a
{
    text-decoration: none !important;
}
.btn
{
    padding: 15px 25px !important;
    border-radius: 80px !important;
    line-height: normal;
    border:none !important
}
.btn, .form-control, button
{
    box-shadow: none !important;
}
.btn-primary
{
    background: #316ECB;
}
header{
    position: relative;
}
.banner
{   
    padding-top: 15%;
    position: relative;
    min-height: 700px;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: url(../images/banner.jpg) no-repeat center;
    background-size: cover !important;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.banner-img {
    position: relative;
    right: 0;
    padding: 10px 40px;
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* width: 40%; */
    
}
.banner-img img {
    width: 97%;
}
#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}
.banner-slider
{ 
    padding-bottom: 30px;
    z-index: 99;
    color: #fff;
    /* width: 60%; */
}
.banner-slider p
{
    font-size: 18px;
    margin-top: 1rem;
}
.banner-slider .banner-btns
{
    margin-top: 2rem;
}
.banner-slider .banner-btns a
{
    border-radius: 80px;
    padding: 15px 0px !important;
    width: 200px;
    font-size: 18px;
    margin-right: 10px;
}
.banner-slider .banner-btns a
{
    background: #316ECB;
    color: #fff;
}
/* .banner-slider .banner-btns button:last-child {
    background: #fff;
    color: #000;
} */
.slider-title
{
    font-size: 48px;
    font-weight: bold;
}
.banner-slider .slick-arrow
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    width: 45px;
    height: 45px;
    color:#fff;
    font-size: 24px;
    border-radius: 80px;
    background: #316ECB;
    line-height: 50px;
}
.banner-slider .slick-arrow.slick-prev
{
    left: 15px;
}
.banner-slider .slick-arrow.slick-next {
    right: 15px;
}
.banner-slider .slide-content
{
    padding: 0 2rem;
}
header
{
    position: absolute;
    left: 0;
    z-index: 9999;
    right: 0;
    margin: 0 auto;
    width: 97%;
}
.top-bar
{
    padding: 10px 0;
}
.top-contact-links
{
    padding: 0;
}
.top-contact-links li
{
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    color:rgba(255,255,255,0.7)
}
.top-contact-links li i
{
    color:#fff;
    font-size: 24px;
    position: relative;
    top: 5px;
}
.site-nav
{
    background: #fff;
    border-radius: 20px;
    padding: 0px 15px;
}
.site-nav .navbar-brand img
{
    width: 60px;
}
.site-nav .nav-item
{
    padding: 0 15px;
}
.site-nav .nav-link
{
    font-size: 16px;
    color:#000;
    line-height: normal;
    font-weight: 500;
    padding: 35px 0px !important;
    position: relative;
    transition: all 0.2s linear;
}
.site-nav .nav-link.active,
.site-nav .nav-link:hover
{
    color:#316ECB;
}
.site-nav .nav-link.active:before,
.site-nav .nav-link:hover:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #316ECB;
}
.site-nav .nav-link.dropdown-toggle:after
{
    display: none;
}
.site-nav .navbar-nav
{
    align-items: center;
}
.site-nav .btn-contact
{
    background: #316ECB;
    border-radius: 80px;
    padding: 12px 20px !important;
    color:#fff !important;
    line-height: normal;
}
.site-nav .btn-contact:hover:before
{
    display: none;
}

@media screen and (min-width: 768px) {

    .site-nav .navbar-nav .dropdown .dropdown-menu {
        display: none;
    }
    .site-nav .navbar-nav .dropdown:hover>.dropdown-menu,
    .site-nav .navbar-nav .dropend:hover>.dropdown-menu {
        display: block;
    }
    .site-nav .navbar-nav .dropend:hover>.dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }
    .site-nav .navbar-nav .dropend
    {
        left: 220px;   
        top:0px
    }
    .site-nav .navbar-nav .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
    .site-nav .navbar-nav .dropdown-toggle:after
    {
        display: none;
    }
}

.form-container {
    margin-top:0px;
    max-width: 600px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.form-header {
    text-align: center;
    margin-bottom: 20px;
}

.form-header img {
    width: 150px;
    height: auto;
    margin-bottom: 15px;
}

.submit-warning {
    font-size: 0.9rem;
    color: #555;
    text-align: center;
    margin-top: 20px;
}

.form-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 0.85rem;
    color: #999;
}
.submit-warning {
    color: red;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    padding: 5px;
    border-radius: 5px;
}

/* @media (min-width:768px){
    .site-nav .navbar-nav li.dropdown:hover ul.dropdown-menu {
        display: block;
    }
} */

.site-nav .dropdown-menu
{
    border-radius: 0;
    padding: 0;
    background: #f7f7f7;
    border :none;
    min-width: 220px;
}
.site-nav .dropdown-menu li a
{
    display: block;
    padding: 10px 10px;
    transition: all 0.2s linear;
}
.site-nav .dropdown-menu li a:hover
{
    background: #316ECB;
    color:#fff
}
.bar-icon
{
    padding: 6px 15px 0 !important;
    display: block;
}
.bar-icon i
{
    font-size: 24px;
    color:#000
}
.banner-slider .slick-dots 
{
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -4rem;
    z-index: 999;    
}
.banner-slider .slick-dots li
{
    display: inline-block;
    margin: 0 3px;
}

.banner-slider .slick-dots li button
{
    background: #316ECB;
    font-size: 0;
    border:none;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    padding: 0;
    transition: all 0.2s linear;
}
.banner-slider .slick-dots li.slick-active button {
    width: 30px;
    border-radius: 10px;
}
.social-links a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-left: 5px;
    position: relative;
    top: 5px;
}
.step-box
{
    transition: all 0.2s linear;
    padding: 50px 50px 50px 50px;
    border-style: none;
    border-radius: 30px 30px 30px 30px;
    background-color: #fff;
    cursor: pointer;
}
.step-box h3
{
    font-size: 24px;
}
.step-box p
{
    font-size: 18px;
    margin: 10px 0 0;
}
.step-box .main-icon
{
    font-size: 48px;
    margin-bottom: 20px;
}
.step-box.dark-bg
{
    background-color: #316ECB;
    color: #fff;
}
.step-box a
{
    font-size: 18px;
    text-decoration: none;
    color: #000;
}
.step-box.dark-bg a
{
    color:#fff;
}
.step-box:hover
{   
    background-color: transparent;
    color:#fff;
    background: #316ECB;
}

.step-box:hover a
{
    color: #fff;
}
.step-section
{
    position: relative;
}
.about-img
{
    width: 100%;
    border-radius: 30px;
}
.section-content h5
{
    color:#a5b7d2;
    font-weight: 500;
    font-size: 18px;
}
.section-content h2
{
    font-weight: bold;
    font-size: 48px;
    margin-top: 10px;
}
.section-content h4
{
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}
.section-content p
{
    font-size: 18px;
    color:#7a7a7a;
    margin-top: 10px;
}

.custom-progress-bar p
{
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.custom-progress-bar .progress-bar
{
    border-radius: 80px;
}

.service-content
{
    align-items: center;
}
.service-content h5
{
    color: rgba(255,255,255,0.8);
}
.service-content h2
{
    font-size: 48px;
    color:#fff;
    margin-top: 20px;
}
.service-content p
{
color: #fff;
}
.service-section
{
    padding: 60px 50px 80px;
    background: url(../images/service-img.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.service-section:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    z-index: 0;
}
.service-section .row
{
    position: relative;
    z-index: 9;
}
.service-box{
    display: block;
}
.service-box figure
{
    width: 100%;
    border-radius: 30px;
    border: 10px solid #fff;
    overflow: hidden;
    display: block;
}
.service-box
{
    height: 100%;
    color:#000
}
.service-box div {
    background: #fff;
    width: 80%;
    position: relative;
    border-radius: 30px;
    margin: 0 auto;
    padding: 2rem;
    margin-top: -5rem;
    transition: all 0.2s linear;
    z-index: 9;
    position: relative;
    margin-bottom: 30px;
}
.service-box:hover div
{
    color: #fff;
    background: #316ECB;
}
.service-box h4
{
    font-size: 28px;
    font-weight: bold;   
}
.service-box p
{
    margin: 5px 0;
}
.service-box div a
{
    color:#000
}
.service-box div:hover a
{
    color: #fff;
}
.how-it-work-section
{
    padding: 60px 50px 80px;
    background: #316ECB;
}
.how-work-titles
{
    color: #fff;
    text-align: center;
}
.how-work-titles h5
{
    color: rgba(255,255,255,0.7);
}
.how-work-titles h2
{
    font-size: 48px;
    font-weight: bold;
}
.how-work-boxes
{
    background: #fff;
    height:100%;
    padding: 2rem;
    position: relative;
    border-radius: 30px;
    text-align: center;
}
.how-work-boxes span 
{
    background: #ce5959;
    color: #fff;
    font-size: 48px;
    text-align: center;
    width: 90px;
    height: 85px;
    display: inline-block;
    border-radius: 20px;
    font-weight: bold;
    line-height: 96px;
    position: absolute;
    top: -2.7rem;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.how-work-row
{
    margin-top: 2rem;
}
.how-work-boxes p
{
    margin-top: 10px;
    font-size: 16px;
    color: #7a7a7a;
}
.video-section
{
    padding: 100px 50px;
    background: url(../images/video-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
}
.video-content
{
    text-align: center;
}
.video-content a {
    width: 100px;
    height: 100px;
    background: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    font-size: 48px;
    text-align: center;
    line-height: 115px;
    color: #316ECB !important;
}
.video-content a i
{
    position: relative;
    left: 3px;
}
.video-content h2
{
    font-size: 56px;
    font-weight: bold;
    margin-top: 2rem;
}
.achieve-section
{
    padding: 0px 60px;
    background: #f7f7f7;
}
.achieve-section .row
{
    background: #316ECB;
    padding: 30px 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.achieve-content
{
    color:#fff;
    text-align: center;
}
.achieve-content h2
{
    font-size: 42px;
    font-weight: bold;
}
.why-choose-section
{   
    padding:80px 50px;
    background: #f7f7f7;
}
.why-choose-section figure img
{
    border-radius: 30px;
}

.why-choose-section .step-box
{
    padding:1.5rem;
    min-height:195px;
}
.static-padding
{
    padding:80px 50px
}
.event-left
{
    background: #316ECB;
    padding: 2rem;
    color:#fff;
    border-radius:30px
}
.event-left ul li:nth-last-child(2)
{   
    margin: 2rem 0;
    padding: 2.5rem 0;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}
.event-right 
{
    color:#fff;
    padding: 0 3rem
}
.event-right h5
{
    font-size: 18px;
}
.event-right h2
{
    font-size:48px;
    margin-top:1rem;
    font-weight:bold;
}
.event-right p
{
    margin-top: 10px;
}
.event-right-wrap
{
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 30px;
    height:458.39px;
    background: url(../images/event-bg.jpg) no-repeat;
    background-size: cover;
}
.event-right button
{
    margin-top:2rem
}
.quotes-section
{
    background: url(../images/quotes-bg.jpg) center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 50px;
}
.quotes-content
{
    color:#fff
}
.quotes-content h2
{
    font-size: 48px;
    font-weight: bold;
}
.quotes-content p
{
    margin-top: 1rem;
    margin-bottom: 2rem;
}
.blog-section
{
    padding:80px 50px;
    background-color:transparent;
    background-image: radial-gradient(at top left, #f7f7f7 0%, #fff 30%)
}
.blog-wrap
{
    height: 100%;
    background: #fff;
    border-radius:30px;
    overflow: hidden;
    box-shadow:0 0 25px rgba(0, 0, 0, 0.2);
}
.blog-section .col-lg-4
{
    margin-top:24px
}
.blog-wrap main
{
    position: relative;
    padding:2rem;
}
.blog-wrap img
{
    border-radius: 30px;
}
.blog-wrap main a
{
    color:#000
}
.blog-wrap figure
{
    position: relative;
}
.blog-wrap span
{
    background: #316ECB;
    padding: 7px 20px;
    color:#fff;
    border-radius: 80px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.blog-wrap main h4
{
    font-size: 28px;
}
.blog-wrap main span {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    background: #316ECB;
    color: #fff;
    text-align: center;
    display: block;
    position: absolute;
    top: -38px;
    left: 30px;
    line-height: 1;
    padding-top: 17px;
}
.footer
{
    background: #316ECB;
    padding: 80px 50px 0;
}
.footer-content
{
    color:#fff
}
.footer-content h3
{
    font-size: 24px;
}
.footer-content p
{
    color:rgba(255,255,255,0.8);
    margin-top: 20px;
}
.footer-links,
.footer-contacts,
.footer-social-links
{
    margin-top: 1.5rem;
}
.footer-links li
{
    display: block;
    margin-top: 10px;
}
.footer-links li a,
.footer-content p
{
    color: rgba(255, 255, 255, 0.7);
}
.footer-contacts li
{
    display: block;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}
.footer-social-links li 
{
    display: inline-block;
    margin-right: 5px;
    transition: all 0.2s linear;
}

.footer-social-links li a
{
    background: #fff;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 100%;
    color:#316ECB;
    text-align: center;
    line-height: 44px;
    position: relative;
    transition: all 0.2s linear;
}

.footer-social-links li:hover a
{
    transition: all 0.2s linear;
    transform: translateY(-10px);
}
.copyright
{
    border-top: 1px dashed rgba(255, 255, 255, 0.7);
    padding: 2rem 0;
    margin-top: 3rem;
    color:#fff;
    text-align: center;
}
.logo-slider {
    border-radius: 30px;
    background: #fff;
    padding: 2rem 1rem;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.logo-slider .slick-track
{
    display: flex !important;
    align-items: center;
}
.logo-slider .slick-track figure
{
    text-align: center;
}
.logo-slider img
{
    display: inline-block;
    width: 60%;
}
.logo-section
{
    padding: 0 50px;
    margin-top: -80px;
}
.testimonial-section
{
    background: url(../images/testimonial-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.testimoinal-slider-wrap
{
    border-radius: 30px;
    background: #fff;
    text-align: center;
    position: relative;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}
.testimonial-wrap i {
    position: absolute;
    top: 70px;
    left: 0;
    font-size: 14rem;
    color: rgba(165, 183, 210, 0.1);
    z-index: 0;
}
.testimonial-wrap
{
    position: relative;
    padding: 2.5rem 4rem;
}
.testimonial-wrap img
{ 
    width: 140px;
    border: 5px solid #f7f7f7;
    display: inline-block;
    border-radius: 100%;
}
.testimonial-wrap h4
{
    margin-top: 2rem;
    font-weight: normal;
    font-size: 24px;
    color:#333;
    font-style: italic;
}
.testimonial-wrap h5
{
    font-size: 22px;
    font-weight: bold;
    margin-top: 2rem;
}
.testimonial-wrap p
{
    font-size: 16px;
    color: #7a7a7a;
}

.testimoinal-slider-wrap .slick-arrow
{
    font-size: 24px;
    color:#fff;
    background:#316ECB;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    line-height: 2.3;
    left: 0;
}
.testimoinal-slider-wrap .slick-arrow.slick-prev
{
    left: -80px;
}
.testimoinal-slider-wrap .slick-dots
{
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
}
.testimoinal-slider-wrap .slick-dots li
{
    display: inline-block;
    margin: 0 10px;
}

.testimoinal-slider-wrap .slick-dots button
{
    font-size: 0;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    transition: all 0.2s linear;
    background-size: cover !important;
}
.testimoinal-slider-wrap .slick-dots li.slick-active button
{
    transform: scale(1.4);
}
.testimoinal-slider-wrap .slick-dots li:first-child button
{
    background: url(../images/client-1.png) no-repeat center;
}
.testimoinal-slider-wrap .slick-dots li:nth-child(2) button {
    background: url(../images/client-2.png) no-repeat center;
}
.testimoinal-slider-wrap .slick-dots li:nth-child(3) button {
    background: url(../images/client-3.png) no-repeat center;
}


.our-team-section,
.career-section
{
    background:#f7f7f7;
}
.other-banners
{
    padding: 16rem 50px 8rem;
    background-size: cover !important;
}
.about-banner
{
    background: url(../images/about-banner.jpg) no-repeat center;
}
.other-banner-content h1
{
    font-weight: bold;
    font-size:48px;
    color:#fff;
}
.other-banner-content p
{
    font-size:22px;
    color:#fff;
}

.blog-banner
{
    background: url(../images/blog-banner.jpg) no-repeat center;
}
.development-banner
{
    background: url(../images/development-banner.jpg) no-repeat center;
}
.testing-banner
{
    background: url(../images/testing-baner.jpg) no-repeat center;
}
.blog-content .blog-full-img
{
    height: 400px;
    width: 100%;
    border-radius: 30px;
    object-fit: cover;
    object-position: center;
}
.blog-navs
{
    margin-top: 15px;
}
.blog-navs li
{
    display: inline-block;
    margin-right: 10px;
}
.blog-navs li a 
{
    color:#000;
}
.blog-social-icons li
{
    display: inline-block;
}   
.blog-social-icons li a
{
    display: block;
    width: 40px;
    height: 40px;
    background: #316ECB;
    color:#fff;
    border-radius: 100px;
    text-align: center;
    line-height: 45px;
}
.recent-blogs img
{
    border-radius: 15px;
}
.recent-blogs h4
{
line-height: 22px;
}
.recent-blogs h4 a
{
    font-size: 18px;
    color: #000;
}
.recent-blogs p
{
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 5px;
}
.recent-blogs
{
    margin-bottom: 15px;
}
.blog-cat-list a
{
    display: block;
    color:#000;
}
.blog-cat-list
{
    margin-top: 10px;
}
.blog-cat-list a
{
    margin-top: 10px;
}
.blog-cat-list a span
{
    color:#316ECB
}
.blog-tags li
{
    display: inline-block;
}
.blog-tags
{
    margin-top: 10px;
}
.blog-tags li a
{
    display: block;
    background: #fe4c1c;
    padding: 5px 10px;
    border-radius: 3px;
    color:#fff;
    font-size: 14px;
    margin: 0 0 5px 5px;
}
.leave-comment
{
    background: #f7f7f7;
    border-radius: 20px;
    padding: 2rem;
}
.leave-comment textarea.form-control
{
    border-radius: 30px;
    padding: 20px;
}
.leave-comment input.form-control
{
    height: 55px;
    border-radius: 80px;
    padding-left: 20px;
}
.service-achieve
{
    padding-bottom: 100px;
}
.client-logo-row .col-lg-3
{
    margin-top: 24px;
}
.client-logo-row figure
{
    padding: 1rem 2rem;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}   
.client-logo-row figure img
{
    width: 100%;
}

.career-box
{
    padding: 2rem;
    background: #fff;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

.career-box p
{
    margin-top: 10px;   
}
.contact-info
{
    width: 88%;
    height: 88%;
    background: rgba(34, 32, 32, 0.1);
    color:#fff;
    /* border: 5px solid #316ECB; */
    z-index: 9;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.contact-info:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    backdrop-filter: blur(5px);
}
.contact-info main
{
    padding: 5rem;
    position: relative;
    z-index: 1;
}
.contact-section figure img
{
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.contact-info h2
{
    font-size: 48px;
    margin-top: 20px;
}

.contact-info ul li
{
    display: flex;
    margin-top: 20px;
}
.contact-info ul li i
{
    width: 60px;
    height: 60px;
    background: #316ECB;
    color: #fff;
    font-size: 32px;
    text-align: center;
    border-radius: 100%;
    line-height: 60px;
}
.contact-info ul li h4
{
    font-size: 24px;
    margin-left: 30px;
    align-self: center;
    font-weight: normal;
}
.contact-form-wrap
{
    padding: 3rem;
}
.contact-form-wrap form
{
    margin-top: 1rem;
}
.contact-form-wrap input.form-control
{
    border-radius: 80px;
    height: 60px;
    padding: 15px 25px;
}
.contact-form-wrap textarea.form-control
{
    border-radius: 30px;
    padding: 15px 25px;
}
.contact-form-wrap .btn
{
    padding: 1rem 3rem !important;
}
.home-achieve
{
    padding-top: 80px;
}
.home-achieve .row
{
    border-radius: 30px !important;
    padding: 30px 0;
}
.home-achieve h2
{
    font-size: 42px;
}
.slick-active.slick-slide.slide-nav-wrap {
    width: 100% !important; 
}

.why-choose-slide-nav .slide-nav-wrap.slick-current .step-box
{
    background: #316ECB;
    color:#fff
}
.why-choose-img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px !important;
}
.why-choose-content
{
    position: relative;
}
.why-choose-content:after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    z-index: 0;
}

.why-choose-content main
{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
    color: #fff;
    padding: 0 3rem;
}
.why-choose-slide .slick-list,
.why-choose-slide .why-choose-content,
.why-choose-slide .slick-track
{
    height:10% !important
}
.slick-slide
{
    outline: none !important;
}
.team-box
{
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 24px;
}
.team-box figure img
{
    border-radius: 30px;
}
.team-box h5
{
    font-size: 18px;
    font-weight: normal;
}
.team-box p
{
    color: #7a7a7a;
    font-weight: normal;
    margin-top: 10px;
}
.learn-more-link{
    left: 0;
    /* padding-top: 3rem; */
    right: 0;
    margin: 0 auto !important;
}
.btn-apply
{
    left: 0;
    padding-top: 3rem;
    right: 0;
    margin: 0 auto !important;
    /* bottom: 30px; */
}
#slick-slide30, #slick-slide31, #slick-slide32, #slick-slide33, #slick-slide34{
    display: none;
}