* { 
    padding: 0; 
    margin: 0; 
    box-sizing: border-box; 
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

html {
    font-size: 1rem;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16PX;
    color: #4D4D4D;
}
ul {
   padding: 0;
   margin: 0; 
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #4D4D4D;
    transition: all ease 0.5s;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;   
}

img {
    display: inline-block;
    max-width: 100%;
}

/* @media (min-width: 768px){
    .container-sm  {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .container-sm  {
        max-width: 960px;
    }
}
*/
/* @media (min-width: 1200px){
    .container  {
        max-width: 1230px;
    }
}  */
@media (min-width: 1400px){
    .container {
        padding: 0 15px;
        max-width: 1370px; 
        margin: 0 auto;
    }
}

/* headerSite */
.headerSite {
    width: 100%;
    background: #fff;
    padding: 9px 0 6px;
}
.headerSite .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.headerSite .hdr-right {
    display: flex;
    align-items: center;
}
.headerSite .hdr-right ul  {
    display: flex
}
.headerSite .hdr-right ul li {
    padding-right: 19px;
}
.headerSite .hdr-right ul li a {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #253B58;
}
.headerSite .hdr-right ul li a:hover {
    color: #E3151E;
}
.headerSite .hdr-right .login {
    margin-left: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #253B58;
    padding: 8px 20px;
    background: transparent;
}
/* .headerSite .hdr-right .login:hover {
    color: #fff;
    background: #480248;
} */
.headerSite .hdr-right .login:hover {
    color: #fff;
    background: #741d27;
}

.btn {
    padding: 10px 30px;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background: #741d26;
    display: inline-block;
    border-radius: 0 ;
}
.btn:hover {
    background: #ae3d49;
    color: #fff;
}
.btn.whiteBtn {
    background: #fff;
    color: #480248;
}
.btn.whiteBtn:hover {
    background: #ae3d49;
    color: #fff;
}

/* bannerArea */
.bannerArea {
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-size: cover;
}
.bannerArea .overlay {
    padding: 168px 0 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    
}
.bannerArea .bnrText {

} 
.bannerArea .bnrText h2 {
    font-size: 60px;
    line-height: 1.16;
    color: #fff;
    margin-bottom: 17px;
}       
.bannerArea .bnrText p {
    max-width: 783px;
    font-size: 30px;
    color: #fff;
    line-height: 1.26;
    margin-bottom: 30px;
}
.bannerArea .bnrText .btn {
    padding: 10px 30px;
    margin-right: 20px;
}

/* trustedArea */
.trustedArea {
    width: 100%;
    padding: 80px 0;
    background: #f2f2f2;
}
.trustedArea h2 {
    font-size: 40px;
    color: #253B58;
    line-height: 1.17;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
}
.trustedArea h2 span {
    font-weight: 700;
}
.trustedArea .itemBox {
    padding: 0 50px;
}

.trustedArea .itemBox ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0px 36px;
    align-items: center;
}
.trustedArea .itemBox ul li {
    
}
.trustedArea .itemBox ul li:last-child {
    padding: 0;
}
.trustedArea .itemBox ul li img {
    margin: 0 auto;
}
.trustedArea .itemBox .item img {
    width: auto;
    margin: 0 auto;
}


/* popularContentArea */
.popularContentArea {
    width: 100%;
    padding: 80px 0;
}
.popularContentArea .row {
    padding: 0 45px;
}
.popularContentArea .subText h2 {
    font-size: 40px;
    color: #4D4D4D;
    line-height: 1.275;
    margin-bottom: 34px;
}
.popularContentArea .subText h2 span {
    font-weight: 700;
    display: block;
}
.popularContentArea .subText ul li {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 24px;
    padding-left: 48px;
    position: relative;
}
.popularContentArea .subText ul li:last-child {
    margin-bottom: 0;
}
.popularContentArea .subText ul li:before {
    content: "";
    width: 32px;
    height: 28px;
    background: url(../images/check.svg) no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
}
.popularContentArea .image img {
    margin-left: auto;
}

/* coursesArea */
.coursesArea {
    width: 100%;
    padding: 80px 0;
    background: #f2f2f2;
}
.coursesArea h2 {
    font-size: 50px;
    color: #253B58;
    line-height: 1.18;
    margin: 0 0 50px;
    text-align: center;
}
.coursesArea .itemBox .item {
    margin: 0 0 30px;
}
.coursesArea .itemBox .subText {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.coursesArea .itemBox .subText a {
    overflow: hidden;
    display: block;
}
.coursesArea .itemBox .subText a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 100%;
    min-height: 270px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}
.coursesArea .itemBox .subText a:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.coursesArea .itemBox .subText .text {
    padding: 20px 15px;
    background: #fff;
    /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    border-radius: 0 0 5px 5px;
}
.coursesArea .itemBox .subText:hover .text {
    background: #741d26;
}
.coursesArea .itemBox .subText .text h3 {
    font-size: 24px; 
    line-height: 1.16;
    margin: 0;
    color: #253B58;
}
.coursesArea .itemBox .subText .text h3 a {
    color: #253B58;
}
.coursesArea .itemBox .subText:hover .text h3 a {
    color: #fff;
}
.coursesArea .buttonGroup, .successStorieArea .buttonGroup {
    padding-top: 30px;
    text-align: center;
}

/* ourReachArea */
.ourReachArea {
    width: 100%;
    padding: 80px 0;
}
.ourReachArea h2 {
    font-size: 50px;
    line-height: 1.18;
    color: #253B58;
    margin: 0 0 15px;
    text-align: center;
}
.ourReachArea p {
    font-size: 20px;
    line-height: 1.15;
    color: #4D4D4D;
    text-align: center;
    margin: 0 0 40px;
}
.ourReachArea p span {
    color: #E3151E;
}
.ourReachArea p strong {
    color: #253B58;
    font-weight: 500;

}
.ourReachArea ul {
    display: flex;
   flex-wrap: wrap;
}
.ourReachArea ul li {
    display: inline-block;
    padding: 15px 10px;
    text-align: center;
    border-right: 1px solid rgba(37, 59, 88, 0.4);
    width: 25%;
}
.ourReachArea ul li:last-child {
    border-right: 0;
}
.ourReachArea ul li strong {
    font-size: 50px;
    line-height: 1.18;
    color: #253B58;
    display: block;
}
.ourReachArea ul li span {
    font-size: 20px;
    line-height: 1.15;
    color: #253B58;
    display: block;
}

/* successStorieArea */
.successStorieArea {
    width: 100%;
    padding: 60px 0;
    background: #f2f2f2;
}
.successStorieArea h2 {
    font-size: 50px;
    line-height: 1.18;
    color: #253B58;
    margin: 0 0 15px;
    text-align: center;
}
.successStorieArea p {
    font-size: 20px;
    line-height: 1.15;
    color: #4D4D4D;
    text-align: center;
    margin: 0;
}

 
.successStorieArea .row {
    width: 100%;
    margin-top: 40px !important;
}
.successStorieArea .subText {
    position: relative;
}
.successStorieArea .subText img {
    width: 100%;
}
.successStorieArea .subText:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,.9);
    opacity: 0;
    visibility: hidden;
    transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
    -ms-transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
}
.successStorieArea .subText .storieBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.successStorieArea .subText .storieBox  img {
    margin: 0 auto;
}
.successStorieArea .subText .storieBox ul {
    margin: 20px 0 25px;
}
.successStorieArea .subText .storieBox ul li {
    padding: 0 10px;
    display: inline-block;
    color: #253b58;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1;
    border-right: 1px solid #253B58;
}
.successStorieArea .subText .storieBox ul li:last-child {
    border-right: 0;
}
.successStorieArea .subText:hover .storieBox  {
    opacity: 1;
    visibility: visible;
}
.successStorieArea .subText:hover:before {
    opacity: 1;
    visibility: visible;    
}

.successStorieArea .spotlightDrop {
    float: right;
    margin-top: -60px;
    position: relative;
}
.successStorieArea .spotlightDrop .btn.btn-filter {
    font-size: 14px;
    line-height: 1.6;
    color: #253b58;
    text-align: center;
    background: #fff;
    border: 1px solid #253b58;
    box-shadow: none;
    border-radius: 0;
    padding: 4px 10px;
    min-height: inherit;
    min-width: 100px;
}
.successStorieArea .spotlightDrop .btn.btn-filter .filter_icon {
    margin-right: 5px;
}
.successStorieArea .spotlightDrop .btn.btn-filter span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}
.successStorieArea .spotlightDrop .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;  
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.successStorieArea .spotlightDrop.open .dropdown-menu {
    display: block;
}
.successStorieArea .spotlightDrop .dropdown-menu li a {
    padding: 7px 20px;
    display: inline-block;
    font-size: 14px;
    color: #333;
}

/*  */
.footerSite {
    width: 100%;
    padding: 40px 0 50px;
    background: #600912;
}
.footerSite .followUs {
    margin-top: 20px;
}
.footerSite .followUs ul li {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
}
.footerSite .followUs ul li a {
    font-size: 16px;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-decoration: none;
    background: #fff;
    color: #480248;
    text-align: center;
    border-radius: 2px;
    opacity: .7;
}
.footerSite .followUs ul li a:hover {
    opacity: 1;
}
.footerSite .item h3 {
    font-size: 20px;
    color: #fff;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 15px;
}
.footerSite .item .links li {
    margin-bottom: 5px;
}
.footerSite .item .links li a, .footerSite .item .contact {
    margin-bottom: 30px;
}
.footerSite .item .links li a, .footerSite .item .contact li a {
    font-size: 14px;
    color: #fff;
}
.footerSite .item .links li a:hover, .footerSite .item .contact li a:hover {
    opacity: 0.6;
}
.footerSite .item #newsletter h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.footerSite .item #newsletter .form-control {
    width: 100%;
    padding: 6px 80px 6px 15px;
    border-radius: 0;
    font-size: 14px;

}
.footerSite .item #newsletter .form-group {
    position: relative;
}
.footerSite .item #newsletter .submit_btn {
    padding: 6px 10px;
    background: #ae3d49;
    font-size: 14px;
    color: #fff;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.footer_bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.15);
}
.footer_bottom .additional_links ul li {
    display: inline-block;
    margin-right: 10px;
}
.footer_bottom .additional_links ul li a, .footer_bottom .copyright p {
    font-size: 14px;
    color: #fff;
    text-align: right;
}
.footer_bottom .additional_links ul li a:hover {
    opacity: 0.6;
}

