@font-face {
    font-family: metropolis_bold;
    src: url(../fonts/metropolis/Metropolis-Bold.otf);
}

@font-face {
    font-family: metropolis_reg;
    src: url(../fonts/metropolis/Metropolis-Regular.otf);
}

@font-face {
    font-family: metropolis_med;
    src: url(../fonts/metropolis/Metropolis-Medium.otf);
}

.txt-metropolis-regular {
    font-family: metropolis_reg, sans-serif;
}

.txt-metropolis-bold {
    font-family: metropolis_bold, sans-serif;
}

.txt-metropolis-medium {
    font-family: metropolis_med, sans-serif;
}

.txt-black {
    color: #333 !important;
}

.txt-grey {
    color: #848991 !important;
}

.txt-white {
    color: #fff !important;
}

.txt-blue {
    color: #2293d7 !important;
}

.txt-font-hind {
    font-family: hind;
}

p {
    margin-bottom: 0px;
    font-family: Hind, sans-serif;
    color: #848991;
    font-size: 18px;
    line-height: 31px;
}

.title-1 {
    font-size: 56px;
    line-height: 60px;
    font-weight: 600;
    text-align: left;
}

.para-17 {
    color: #888;
    font-size: 17px;
}

.para-18 {
    color: #888;
    font-size: 18px;
    line-height: 42px;
}

.para-19 {
    color: #888;
    font-size: 19px;
    line-height: 42px;
}

.para-20 {
    color: #888;
    font-size: 20px;
    line-height: 42px;
}

.para-21 {
    color: #888;
    font-size: 21px;
    line-height: 42px;
}

.para-22 {
    color: #888;
    font-size: 22px;
    line-height: 42px;
}


.rounded-white-button {

    color: #2293d7;
    font-size: 12px;
    font-weight: 600;
    background-color: white;
    text-align: center;
    padding: 10px 0;
    width: 180px;
    border-radius: 40px;
    display: block;
    transition: all 0.4s;
}

.rounded-white-button:hover {
    box-shadow: 0 11px 18px -5px rgb(0 0 0 / 40%);
    text-decoration: none;
}

.rounded-green-button
{
    color: white;
    font-size: 15px;
    font-weight: 600;
    background-color: #A6CE39;
    text-align: center;
    padding: 10px 0;
    width: 180px;
    border-radius: 40px;
    display: block;
    transition: all 0.4s;
}

.rounded-green-button:hover {
    box-shadow: 0 11px 18px -5px rgb(0 0 0 / 40%);
    text-decoration: none;
}


header {
    padding: 15px 0;
    z-index: 9;
    position: relative;
}

header .navbar-brand img {
    max-width: 110px;
}

header .navbar li {
    margin: 0 20px;
}

header .navbar li a {
    color: white !important;
}

#home header .navbar li a
{
    color:#0A0C44 !important;
    font-size:18px;
}

header .navbar li.cta-nav a {
    background-color: white;
    color: #42A7F7 !important;
    border-radius: 20px;
    font-weight: 600;
    width: 200px;
    text-align: center;
}

#home header .navbar li.cta-nav a
{
    background-color:#0094DA !important;
    color:white !important;
}

.section-bottom-divider {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -2%;
    width: 100%;
    height: 18vh;
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: url(../img/curve-lin-divider-1.png);
    background-position: 0px 0px;
    background-size: cover;
}

.section-bottom-divider-copy {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 7%;
    width: 100%;
    height: 18vh;
    margin-top: 120px;
    margin-bottom: 0px;
    background-image: url(../img/curve-lin-divider-1.png);
    background-position: 50% 0%;
    background-size: cover;
}

.section-top-divider {
    position: absolute;
    left: 0%;
    top: -2%;
    right: 0%;
    bottom: auto;
    overflow: visible;
    height: 30vh;
    background-image: url(../img/curve-lin-divider-2.svg);
    background-position: 0% 0%;
    background-size: 100vw;
    background-repeat: no-repeat;
    z-index: 1;
}

#about .section-bottom-divider-copy, #career .section-bottom-divider-copy, #news .section-bottom-divider-copy, #contact .section-bottom-divider-copy
{
    bottom: 0%;
}


.main-sec {
    margin-top: -90px;
    position: relative;
    z-index: -1;
}

.main-sec-2 {
    position: relative;
    z-index: -1;
}

.home-hero-button-container {
    width: 180px;
}

.innocation-hero-button-container {
    max-width: 160px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.rounded-white-button {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgb(43 43 43 / 20%);
    font-family: Metropolis, sans-serif;
    color: #2293d7;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}

.rounded-button {
    position: static;
    z-index: 0;
    width: 100%;
    border-radius: 32px;
    font-family: Metropolis, sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.4s;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.rounded-button:hover {
    box-shadow: 0 11px 18px -5px rgb(0 0 0 / 40%);
    text-decoration: none;
    color: white;
}


/*#home .section-1 {
    background-image: url(../img/home-banner.png);
    background-size: cover;
    background-position: center;
    padding: 200px 0 280px;

}
*/

#home .section-1 h1,
#home .section-1 p,
#home .section-1 h2{
    text-shadow: -1px 4px 4px #171717;
}

#home .section-1 h2
{
    font-size: 28px;
    line-height: 40px;
}

#home .section-2 {
    padding: 30px 0 0;
    margin-top: -85px;
    position: relative;
    background-color: white;
}

#home .section-2 h2 {
    font-size: 33px;
    line-height: 46px;
    font-weight: 600;
}

#home .section-2 .media-body h5 {
    color: #333;
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
    font-weight: 600;
}



#home .section-3 {
    position: relative;
    height: auto;
    padding-top: 180px;
    padding-bottom: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 105, 159, 0.6)), to(rgba(38, 105, 159, 0.6))), url(../img/section-3-bg.jpg);
    background-image: linear-gradient(180deg, rgba(38, 105, 159, 0.6), rgba(38, 105, 159, 0.6)), url(../img/section-3-bg.jpg);
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
}

#home .section-3 .mission-cont {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    min-height: 520px;
}

#home .section-3 .mission-cont h5 {
    font-size: 25px;
    margin-bottom: 30px;
}



#home .section-4 {
    padding: 80px 0;
}

#home .section-4 h2 {
    font-size: 33px;
    line-height: 46px;
    font-weight: 600;
}

#home .section-4 .media-body h5 {
    color: #333;
    font-size: 17px;
    line-height: 30px;
    font-style: normal;
    font-weight: 600;
}

#home .section-5 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f5f6fa;
}

#home .section-5 .article-img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 10px;
}

#home .section-5 h3 {
    font-size: 21px;
    margin: 25px 0;
    color: #313233;
}

#home .section-5 h3 a {
    transition: .3s;
}

#home .section-5 h3 a:hover {
    text-decoration: none;
    color: #42a7f7 !important;
}

#home .section-5 span {
    color: rgba(49, 50, 51, 0.5);
    font-size: 12px;

}

#home .section-6 {
    position: relative;
    padding-top: 95px;
    padding-bottom: 190px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 167, 247, 0.88)), to(rgba(66, 167, 247, 0.88))), url(../img/Home-CTA.jpg);
    background-image: linear-gradient(180deg, rgba(66, 167, 247, 0.88), rgba(66, 167, 247, 0.88)), url(../img/Home-CTA.jpg);
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

#home .section-6 h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Metropolis, sans-serif;
    color: #313233;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

#home .section-6 h2 {
    font-family: Metropolis, sans-serif;
    font-size: 33px;
    line-height: 46px;
    font-weight: 600;
    color: white;
}

#home .main-sec {
    position: absolute !important;
    width: 100%;
    top: 30%;
    background: none;
    height: 80vh;
    z-index: 1;
}

#home #myVideo-membership {
    margin-top: -80px !important;
    width: 100%;
}

#home #arius-section-video-1 {
    width: 100%;
    border-radius: 10px;
}
#home .our-story-button-container {
    max-width: 170px;
    margin-top: 30px;
}

.home-hero-button-container .rounded-green-button
{
    box-shadow: 1px 6px 5px 0px rgba(0,0,0,0.52);
    -webkit-box-shadow: 1px 6px 5px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 1px 6px 5px 0px rgba(0,0,0,0.52);
}

.main-sec-2 {
    z-index: 1;
}

.video-wrapper-1::after,
.video-wrapper-2::after,
.video-wrapper-3::after {
    height: 80vh;
}

.video-wrapper-1::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 74%, rgba(0, 0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
}

.video-wrapper-2::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 1%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0) 90%);
}

.video-wrapper-3::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 57%, rgba(0, 0, 0, 0) 79%, rgba(0, 0, 0, 0) 98%);
}





/* About Us */

#about .section-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 147, 215, 0.7)), to(rgba(34, 147, 215, 0.7))), url(../img/about-banner.jpg);
    background-image: linear-gradient(180deg, rgba(34, 147, 215, 0.7), rgba(34, 147, 215, 0.7)), url(../img/about-banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 180px 0 220px;
}

#about .section-1 h1 {
    font-size: 47px;
    line-height: 55px;
    font-weight: 600;
}

#about .section-1 p {
    font-size: 18px;
    line-height: 31px;
    font-family: Hind, sans-serif;
    max-width: 620px;
    margin: 0 auto;
}

#about .section-2 {
    padding: 90px 0;
}

#about .section-2 video {
    width: 100%;
    height: 400px;
    margin-top: 100px;
}

#about .section-2 h5 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Metropolis, sans-serif;
    color: #2293d7;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
}

#about .section-2 .span-quote {
    font-family: Metropolis, sans-serif;
    color: #313233;
    font-size: 21px;
    line-height: 34px;
    font-weight: 400;
    max-width: 930px;
    margin: 25px auto 0;
}

#about .section-3 {
    padding: 50px 0 100px;
}

#about .section-3 h2 {
    color: #313233;
}

#about .our-story-button-container {
    max-width: 170px;
    margin-top: 30px;
}

#about .section-4 {
    padding-bottom: 50px;
}

#about .section-4 h2 {
    font-size: 33px;
    line-height: 46px;
    font-weight: 600;
    font-family: Metropolis, sans-serif;
    text-align: center;
}


#about .section-4 .img-cont {
    height: 85px;
    margin-top: 50px;
}

#about .section-4 img {
    max-width: 70px;
    max-height: 104px;
    min-height: 54px
}

#about .section-5 {
    padding-bottom: 30px;
}

#about .section-5 .priorities-box {
    background-image: url(../img/bluebox-full.png);
    background-size: cover;
    color: white;
    text-align: center;
    border-radius: 15px;
    background-clip: border-box;
    padding: 30px 15px;
    width: 326px;
    margin: 0 auto;
}

#about .section-5 .priorities-box img {
    max-width: 26%;
    margin-bottom: 20px;
}

#about .section-5 .priorities-box p {
    color: white;
    line-height: 24px;
}

#about .section-5 .priorities-box h5 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

#about .section-6 {
    position: relative;
    padding-top: 250px;
    padding-bottom: 95px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 167, 247, 0.88)), to(rgba(66, 167, 247, 0.88))), url(../img/Home-CTA.jpg);
    background-image: linear-gradient(180deg, rgba(66, 167, 247, 0.88), rgba(66, 167, 247, 0.88)), url(../img/Home-CTA.jpg);
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}

#leadership .section-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 147, 215, 0.7)), to(rgba(34, 147, 215, 0.7))), url(../img/FAQ-Hero-IMG-min.jpg);
    background-image: linear-gradient(180deg, rgba(34, 147, 215, 0.7), rgba(34, 147, 215, 0.7)), url(../img/FAQ-Hero-IMG-min.jpg);
    background-size: cover;
    background-position: center;
    padding: 180px 0 220px;
}

#leadership .section-1 h1 {
    font-size: 47px;
    line-height: 55px;
    font-weight: 600;
}

#leadership .section-1 h6 {
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-family: metropolis_med, sans-serif;
}

#leadership .section-2 {
    padding: 50px 0;
}

#leadership .section-2 .leader-box {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
    padding-top: 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin: 20px 0;
}

#leadership .section-2 .leader-box .leader-img {
    height: 220px;
    overflow: hidden;
    object-fit: cover;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#leadership .section-2 .leader-box .leader-img img {
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-radius: 4px;
}

#leadership .section-2 .leader-box .leader-info {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #2293d7;
    color: white;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#leadership .section-2 .leader-box .leader-info h5 {
    margin-top: auto;
    margin-bottom: 3px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}

#leadership .section-2 .leader-box .leader-info p {
    padding-right: 10px;
    padding-left: 10px;
    font-family: Metropolis, sans-serif;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}

#leadership .section-6 {
    position: relative;
    padding-top: 250px;
    padding-bottom: 95px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 167, 247, 0.88)), to(rgba(66, 167, 247, 0.88))), url(../img/Management-CTA-min.jpg);
    background-image: linear-gradient(180deg, rgba(66, 167, 247, 0.88), rgba(66, 167, 247, 0.88)), url(../img/Management-CTA-min.jpg);
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
}



#career .section-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 147, 215, 0.7)), to(rgba(34, 147, 215, 0.7))), url(../img/FAQ-Hero-IMG-min.jpg);
    background-image: linear-gradient(180deg, rgba(34, 147, 215, 0.7), rgba(34, 147, 215, 0.7)), url(../img/FAQ-Hero-IMG-min.jpg);
    background-size: cover;
    background-position: center;
    padding: 180px 0 220px;
}

#career .section-1 h6 {
    font-size: 11px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-family: metropolis_med, sans-serif;
}

#career .section-1 h1 {
    font-size: 47px;
    line-height: 55px;
    font-weight: 600;
}

#career .section-1 p {
    font-family: Hind, sans-serif;
    color: #848991;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    max-width: 690px;
    margin: 0 auto;
}

#career .section-2 {
    padding: 50px 0;
}

#career .section-2 .career-box {
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    padding: 20px;
    min-height: 350px;
    margin-top: 30px;
}

#career .section-2 .career-box .job-title {
    color: #333;
}

#career .section-2 .career-box .p-exp {
    color: #2293d7;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

#career .section-2 .career-box .apply-btn {
    color: #2293d7;
    font-size: 12px;
    font-weight: 600;
}

#career .section-3 {
    padding-bottom: 50px;
}

#career .section-3 h2 {
    max-width: 410px;
    margin: 0 auto;
    font-family: Metropolis, sans-serif;
    font-size: 33px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;

}

#career .section-3 .benefit-cont {
    height: 250px;
    padding: 0 25px;
}

#career .section-3 .img-cont {
    width: 28px;
    height: 28px;
    text-align: center;
    margin: 0 auto 20px;
}

#career .section-3 .img-cont img {
    width: 100%;
}








#news .section-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(34, 147, 215, 0.7)), to(rgba(34, 147, 215, 0.7))), url(../img/Home-CTA.jpg);
    background-image: linear-gradient(180deg, rgba(34, 147, 215, 0.7), rgba(34, 147, 215, 0.7)), url(../img/Home-CTA.jpg);
    background-size: cover;
    background-position: center;
    padding: 180px 0 220px;
}

#news .section-1 h1 {
    font-size: 47px;
    line-height: 55px;
    font-weight: 600;
}

#news .section-1 p {
    font-family: Hind, sans-serif;
    color: #848991;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    max-width: 690px;
    margin: 0 auto;
}

#news .section-2 {
    padding: 50px 0;
}

#news .section-2 .blog-article {
    box-shadow: 0 8px 10px 0 rgb(98 101 104 / 10%);
    margin: 15px 0;
    border: 1px solid darkgrey;
}

#news .section-2 .blog-article ul {
    padding-left: 0;
    display: flex;
    margin-top: 20px;
    align-items: center;
}

#news .section-2 .blog-article ul li {
    list-style: none;
    margin: 0 2px;
    color: rgba(49, 50, 51, 0.5);
    font-family: Metropolis, sans-serif;
    font-weight: 500;
    font-size: 14px;
}

#news .section-2 .blog-article ul li a {
    color: rgba(49, 50, 51, 0.5);
}

#news .section-2 .blog-article ul li img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50px;
    object-position: center;
}

#news .section-2 .blog-cont {}

#news .section-2 .blog-cont .blog-img {
    width: 100%;
    object-fit: cover;
    height: 300px;
    object-position: top;
}

#news .section-2 .blog-cont-desc h6 {
    color: #2293d7;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#news .section-2 .blog-cont-desc h6 a {
    color: #2293d7;
}

#news .section-2 .blog-cont-desc h6 a:hover {
    color: #2293d7;
    text-decoration: none;
}

#news .section-2 .blog-cont-desc {
    padding: 30px;
}

#news .section-2 .blog-cont-desc h2 {
    font-family: Metropolis, sans-serif;
    color: #313233;
    font-size: 16px;
    margin: 15px 0;
    min-height: 60px;
}

#news .section-2 .blog-cont-desc h2 a {
    color: #313233;
    transition: 0.3s;
}

#news .section-2 .blog-cont-desc h2 a:hover {
    color: #2293d7;
    text-decoration: none;
}

#news .section-2 span {
    color: rgba(49, 50, 51, 0.5);
    font-size: 12px;
}

#news .container-mid {
    max-width: 1500px;
    margin: 0 auto;

}


#news .slick-initialized .slick-slide {
    padding: 15px;
}

.slick-slide {
    padding: 10px;
}



#slick-1 .slick-arrow {
    background-color: transparent;
    border: none;
    font-size: 55px;
    position: absolute;
    top: 118px;
    position: absolute;
    cursor: pointer;
}

#slick-1 .slick-arrow:focus {
    outline: none;
}

#slick-1 .slick-next {
    right: -30px;
    font-size: 40px;
    position: absolute;
    top: 45%;
    color: #6d6d6d;
}

#slick-1 .slick-prev {
    left: -30px;
    font-size: 40px;
    position: absolute;
    top: 45%;
    color: #6d6d6d;
}






#slick-2 .slick-arrow {
    background-color: transparent;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 118px;
    position: absolute;
    cursor: pointer;
}

#slick-2 .slick-arrow:focus {
    outline: none;
}

#slick-2 .slick-next {
    right: -30px;
    font-size: 20px;
    position: absolute;
    top: 45%;
    color: #6d6d6d;
}

#slick-2 .slick-prev {
    left: -30px;
    font-size: 20px;
    position: absolute;
    top: 45%;
    color: #6d6d6d;
}




#contact .section-1 {
    background-image: linear-gradient(180deg, rgba(34, 147, 215, 0.7), rgba(34, 147, 215, 0.7)), url(../img/../img/Home-CTA.jpg);
    background-size: cover;
    background-position: center;
    padding: 180px 0 220px;
}

#contact .section-2 {
    padding-bottom: 100px;
    padding-top: 100px;
}

#contact .section-2 h4 {
    font-family: metropolis_med, sans-serif;
    color: #313233;
    font-size: 25px;

}

#contact .form-control {
    height: 60px;
    max-width: 330px;
    padding-left: 0px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #d8d8d8;
    font-family: Metropolis, sans-serif;
    color: #313233;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    border-radius: 0;
}

#contact textarea {
    max-width: 100% !important;
    height: 200px !important;
}


#contact .form-control:focus {
    border-bottom-width: 2px;
    border-bottom-color: #2293d7;
    box-shadow: none;
}

#contact .form-control::-webkit-input-placeholder {
    color: rgba(49, 50, 51, 0.4);
    font-weight: 500;
}

#contact .form-control:-ms-input-placeholder {
    color: rgba(49, 50, 51, 0.4);
    font-weight: 500;
}

#contact .form-control::-ms-input-placeholder {
    color: rgba(49, 50, 51, 0.4);
    font-weight: 500;
}

#contact .form-control::placeholder {
    color: rgba(49, 50, 51, 0.4);
    font-weight: 500;
}

#contact #btn-submit {

    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    width: 120px;
    margin-top: 30px;
    border-radius: 25px;
    transition: 0.5s;
}

#contact #btn-submit:hover {
    box-shadow: 0 11px 18px -5px rgb(0 0 0 / 40%);
}

#contact .media h5 {
    font-family: Metropolis, sans-serif;
    color: #313233;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
}

#article header a {
    color: #1f314f !important;
}

#article header .cta-nav a {
    background-color: #42A7F7;
    color: white !important;
    border-radius: 20px;
    font-weight: 600;
    width: 150px;
    text-align: center;
}

#article p {
    margin-bottom: 20px;
}

#home .article-cont
{
    border:2px solid #cbcbcb;
}

#home .article-cont .article-img
{
    border-radius:0;
}

#home .article-cont .article-text
{
    padding:0 15px 15px;
    text-align:center;
}

#home .article-cont h3
{
    height: 65px;
}

#home .section-1 h1
{
    font-size: 34px;
    line-height: 45px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}

#home .section-1 .col-lg-6:first-of-type
{
    padding-right:100px;
}

#home .main-sec
{
    top:30%;
}

footer {
    padding-top: 50px;
}

footer .row {
    justify-content: space-between;
}

.footer-logo-link {
    width: 150px;
    display: block;
}

.footer-logo-link img {
    width: 100%;
}

footer p.txt-grey {
    width: 250px;
    color: #888;
    font-size: 16px;
    line-height: 26px;
}

footer .menu-links {
    padding-left: 0;
}

footer .menu-links li {
    list-style: none;
    margin-bottom: 10px;
}

footer .menu-links li a {
    color: #888;
    font-size: 16px;
    line-height: 26px;
}

footer .contact-links {
    padding-left: 0;
}

footer .contact-links li {
    display: flex;
    margin-bottom: 10px;
}

footer .contact-links li a {
    font-size: 16px;
}

footer .contact-links li img {
    margin-right: 15px;
    width: 25px;
}

footer .contact-links li a {
    color: #888;
}

footer .copyright {
    font-size: 14px;
}

footer .soc-med {
    padding-left: 0;
    display: flex;
    margin-top: 20px;
}

footer .soc-med li {
    list-style: none;
}

footer .soc-med li:first-child img {
    width: 12px;
}

footer .soc-med li img {
    width: 25px;
}

@media screen and (max-width: 1600px) {

    #news .container-mid {
        max-width: 1200px;

    }
    
    #news .section-2 .blog-cont-desc h2
    {
        font-size:13px;
        min-height: 50px;
    }
    
    #news .section-2 .blog-cont .blog-img
    {
        height: 250px;
    }
    
    #home #myVideo-membership
    {
        margin-top:-200px;
    }
    
    #home .section-1 h1
    {
        font-size: 28px;
    }
    
    #home .section-1 h2 {
    font-size: 25px;
}

}

@media screen and (min-width: 913px) {
    header .header-logo {
        display: block;
    }

    header .header-logo-2 {
        display: none;
    }
}


@media screen and (max-width: 912px) {

    header .header-logo {
        display: none;
    }

    header .header-logo-2 {
        display: block;
    }

    .section-1 {
        padding-top: 280px !important;
    }

    #home .section-1 {
        padding-top: 0 !important;
    }

    .main-sec {
        margin-top: -105px;
    }


    header .header-logo {
        display: none;
    }

    header .header-logo-2 {
        display: block;
    }

    header {
        position: fixed;
        width: 100%;
        margin-top: 100px;
        background-color: white;
    }

    header .navbar li a {
        color: black !important;
        text-align: center;
    }

    header .navbar li.cta-nav a {
        margin: 0 auto;
        background-color: #42A7F7;
        color: white !important;
    }

    #home .section-1 h1 {
        font-size: 35px;
        line-height: 45px;
    }

    #home .section-1 p {
        font-size: 22px;
        line-height: 30px;
    }

    #home #myVideo-membership {
        height: 900px;
        object-fit: cover;
    }

    #home .section-2 {
        padding-bottom: 50px;
    }

    #home .section-3 {
        padding-top: 100px;
    }

    #home .section-3 .mission-cont {
        margin: 10px 0;
    }

    #home .section-4 .col-lg-6:first-of-type {
        margin-bottom: 40px;
    }

    #home .section-bottom-divider-copy {
        bottom: 0;
    }

    #home .section-top-divider {
        top: 0;
    }

    .video-wrapper-1::after,
    .video-wrapper-2::after,
    .video-wrapper-3::after {
        height: 750px !important;
    }

    #home .section-2 {
        padding-top: 20px;
    }


    #about .section-2 {
        padding-bottom: 0;
        padding-top: 0;
    }

    #about .section-2 video {
        height: unset;
    }

    #about .section-3 h2,
    #about .section-3 p {
        text-align: center;
    }

    #about .our-story-button-container {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    #about .section-5 .priorities-box {
        margin: 20px auto;
    }

    #about .section-6 {
        padding-top: 100px;
    }


    #career .section-2 {
        padding-top: 0;
    }

    #career .section-3 {
        padding-bottom: 0;
    }

    #news .section-2 {
        padding-top: 0;
    }

    #news .section-2 .blog-cont .blog-img {
        height: 250px;
        object-position: top;
    }

    #contact .section-2 {
        padding-top: 0;
        padding-bottom: 50px;
    }

    #contact .section-2 .col-lg-4 {
        margin-top: 100px;
    }

    #article header {
        margin-top: -100px;
    }



    footer .soc-med {
        justify-content: center;
        margin-bottom: 50px;
    }




    footer .col-lg-5 {
        text-align: center;
    }

    footer .col-lg-4 {
        text-align: center;
    }

    .footer-logo-link {
        margin: 0 auto;
    }

    footer p.txt-grey {
        margin: 0 auto 30px;
    }

    footer .col-lg-3 h5 {
        text-align: center;
        margin-top: 20px;
    }

    footer .col-lg-3 ul {
        width: 65%;
        margin: 0 auto;
    }
}








@media screen and (max-width: 512px) {

    .section-1 {
        padding-top: 280px !important;
    }

    #home .section-1 {
        padding-top: 0 !important;
    }

    .main-sec {
        margin-top: -105px;
    }




    header {
        position: fixed;
        width: 100%;
        margin-top: 100px;
        background-color: white;
    }

    header .navbar li a {
        color: black !important;
        text-align: center;
    }

    header .navbar li.cta-nav a {
        margin: 0 auto;
        background-color: #42A7F7;
        color: white !important;
    }

    #home .section-1 h1 {
        font-size: 35px;
        line-height: 40px;
    }
    
    #home .section-1 h2
    {
        font-size: 16px;
        line-height: 27px;
    }

    #home .section-1 p {
        font-size: 22px;
        line-height: 30px;
    }

    #home #myVideo-membership {
        height: 900px;
        object-fit: cover;
    }

    #home .section-2 {
        padding-bottom: 50px;
    }

    #home .section-3 {
        padding-top: 100px;
    }

    #home .section-3 .mission-cont {
        margin: 10px 0;
    }

    #home .section-4 .col-lg-6:first-of-type {
        margin-bottom: 40px;
    }

    #home .section-bottom-divider-copy {
        bottom: 0;
    }

    #home .section-top-divider {
        top: 0;
    }

    .video-wrapper-1::after,
    .video-wrapper-2::after,
    .video-wrapper-3::after {
        height: 750px !important;
    }

    #home .section-2 {
        padding-top: 20px;
    }
    
    #home .section-bottom-divider-copy
    {
            bottom: 3%;
    }
    
    #home .main-sec {
    top: 30%;
}


    #about .section-2 {
        padding-bottom: 0;
        padding-top: 0;
    }

    #about .section-2 video {
        height: unset;
    }

    #about .section-3 h2,
    #about .section-3 p {
        text-align: center;
    }

    #about .our-story-button-container {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    #about .section-5 .priorities-box {
        margin: 20px auto;
    }

    #about .section-6 {
        padding-top: 100px;
    }


    #career .section-2 {
        padding-top: 0;
    }

    #career .section-3 {
        padding-bottom: 0;
    }

    #news .section-2 {
        padding-top: 0;
    }

    #news .section-2 .blog-cont .blog-img {
        height: 250px;
        object-position: top;
    }

    #contact .section-2 {
        padding-top: 0;
        padding-bottom: 50px;
    }

    #contact .section-2 .col-lg-4 {
        margin-top: 100px;
    }

    #article header {
        margin-top: -100px;
    }

    #article h1 {
        font-size: 30px;
    }

    footer .soc-med {
        justify-content: center;
        margin-bottom: 50px;
    }




    footer .col-lg-5 {
        text-align: center;
    }

    footer .col-lg-4 {
        text-align: center;
    }

    .footer-logo-link {
        margin: 0 auto;
    }

    footer p.txt-grey {
        margin: 0 auto 30px;
    }

    footer .col-lg-3 h5 {
        text-align: center;
        margin-top: 20px;
    }

    footer .col-lg-3 ul {
        width: 65%;
        margin: 0 auto;
    }
    
    #slick-1 .slick-next {
    right: -10px;
        font-size: 20px;
}
    
    #slick-1 .slick-prev {
    left: -10px;
        font-size: 20px;
}
}


/*
@media screen and (min-width: 1200px)
{
    #home .section-1 .container
    {
        max-width: 1340px;
    }
}

@media screen and (min-width: 992px)
{
    #home .section-1 .container
    {
        max-width: 960pxpx;
    }
}
*/







