﻿@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Outfit:wght@100..900&display=swap');


html,
body {
    height: 100%;
    font-size:15px;
    font-family: "Outfit", sans-serif;
    color:#162726;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}



.header
{
	
    padding: 10px 0;
    background-color:#fff;
	position: relative;
	z-index: 99;
	font-size: 16px;
	color: #000000;
}

.header ul 
{
	padding-left:0px;
	margin-bottom: 0;    
	display: inline-block;	    

}

.header .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align:left;
	float: right;
	margin-bottom:0px;    
	padding-left: 0;
}



.header .socials li {
    display: inline-block;	    
	margin: 8px 2px;
}


.header .socials li a {
	position: relative;
	display: inline-block;
	font-size: 15px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
    margin-left: 0px;
	color: #000000;	
	background-color: #fff;
	border-radius: 100px;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.header .socials li a:hover {
	color: #ed1c24;	   
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.logo-search
{
	position:relative;
	z-index:99;
	display: inline-block;
	width: 65%;    	
	margin-top: 16px;
	float: left;
	border-left: 1px #E3E3E3 solid;
}


.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:55px;
	background-color: #F2F4F7;
    padding: 6px 40px 6px 14px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #212529BF;
    border: 1px solid #F2F4F7;
    border-radius:0 50px 50px 0;
}


.logo-search .form-group a {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    display: block;
    width: 105px;
    height: 42px;
    color: #ffffff;
    background-color: #9D1717;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    pointer-events: auto;
	text-transform: capitalize;
    border-radius: 50px;
}


.top-text 
{
   text-align: center;
	margin-top: 10px;
}

.top-text span
{
	background-color: #9D17171A;
    color: #9D1717;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
	font-size: 16px;
}

.dropbtn {
background-color: #dee8e9;
    color: #162726;
    border: 1px #162726 solid;
    padding: 0px 20px;
    font-size: 14px;
    border-radius: 30px;
    cursor: pointer;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
    color:  #162726;
    padding: 3px 16px;
    text-decoration: none;
    display: block !important;
    text-align: left !important;
	
}

.dropdown-content a:hover {color: #9D1717;}

.dropdown:hover .dropdown-content {
  display: block;
}


.login-top
{
	margin-top: 30px;
	text-align: right;
}

.Student-Login
{
    color: #625211 !important;
	padding:18px 30px;
    background-color: #FCF370;
	border-radius: 50px;
	font-weight: 700;
}

.Teacher-Login
{
    color: #fff !important;
	padding:18px 30px;
    background-color:#9D1717;
	border-radius: 50px;
	font-weight: 700;
}


.border-right
{
	  border-right:1px #DEDEDE solid !important;
}

.menu-top
{
	padding: 0px 0;
	position: relative;    
	z-index: 9;
}


.carousel {
    height: 750px;
    position:relative;
}

.item,
.carousel-inner {
    height: 100%;

}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.fill-img{
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #dfdfdf;
    background-blend-mode:multiply;
}

.mask-image {
    margin: 0px;
    display: block;
    width: 100%;
    height: 750px;
    -webkit-mask-image: url('../WebSite/images/img-bg.png');
    mask-image: url('../images/img-bg.png');
    -webkit-mask-position: center bottom;
    mask-position: center bottom;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.caption-carousel {
    position: absolute;
    top: 100px;
    right:5%;
	width: 90%;
    left:5%;
    margin:auto;
    z-index: 8;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fefefe;
    text-align: center;
    text-shadow: 0 0px 0px rgba(0,0,0,0);
}

.caption-carousel h2{
    font-size:65px;
    font-weight:700;
    color:#fff;
}
.caption-carousel h2 span{
    color:#FCF370;
}
.caption-carousel h3{
    font-size:20px;
    font-weight:500;
    color:#fff;
}
.caption-carousel h3 div{
     display:inline-block;
	margin: 0 10px;
}
.caption-carousel h3 div img{
      margin-right: 10px;
}

.extra-text
{
	font-size:24px;
    font-weight:600;
	margin-top: 20px;
    color:#fff;
}

.extra-text span{
    color:#FCF370;
}

.carousel-indicators {
position: absolute;
    bottom: auto;
    top: 40px;
    padding-right: 0px;
    z-index: 15;
    width: 30px;
    left: 20px;
    padding-left: 0;
    margin-left: 0%;
    text-align: right;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px;
    text-indent: -999px;
    cursor: pointer;
    background: url('../images/off.png') no-repeat center center;;
    border: 0px solid rgba(255, 255, 255, 0.0);
    border-radius:0px;
}

.carousel-indicators .active {
    width: 25px;
    height: 25px;
    margin: 2px;    
    background: url('../images/on.png') no-repeat center center;;
}


.btn-header {
    display: inline-block;
    padding: 14px 32px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform:   capitalize;
    background-image: none;
    border: 2px solid transparent;
    border-radius:50px;
    margin-top:20px;
}
.btn-header img{
    margin-left: 10px !important;
    width: auto !important;
    height: auto !important;
}

.btn-more{
    color: #fff;
    background-color: #9D1717;
    border-color:#9D1717;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-buy {
    color: #625211;
    background-color: #f5dd79;
    border-color: #f5dd79;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: 70%;
}


    .btn-buy:hover {
        color: #fff;
        background-color: #F03646;
        border-color: #F03646;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

.btn-gray{
    color: #162726;
    background-color:#FFFFFF00;
    border-color:#162726;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	padding: 10px 15px;
	margin-top: 10px;
}


.btn-gray:hover {
    color: #9D1717;
    background-color:#FFFFFF00;
    border-color:#9D1717;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.container-fluid
{
	padding-right: 75px;
	padding-left: 75px;
}


.services
{
    padding: 0px 0;
    text-align: center;
    margin-top: -135px;
	background-color: #f2f4f7;
}


.services ul
{
    padding-left:0;
    margin-top:20px;
}

.services ul li
{
    display: inline-block;
    margin: 20px 10px;
    width: 205px;
    height: auto;
	position: relative;
    background-color: #FFFFFF;
    padding: 25px 10px;
    box-shadow: 0px 1px 20px 4px rgb(0 0 0 / 11%);
    border-radius: 15px;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;  transform: translateY(0);

}

.services ul li:hover
{
    background-color: #E62838;
	transform: translateY(-40px);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services ul li img
{
    margin: auto;
    height: 80px;
    width:  80px;
    object-fit: contain;
}

.services ul li .title-1
{
    font-size: 18px;
    color: #162726;
    font-weight: 600;
    height: 60px;
    overflow: hidden;
    margin: 20px 0;
    display: table-cell;
    vertical-align: middle;
    width: 205px;
}
.services ul li:hover .title-1
{
    color: #fff;
}

.btn-white{
    color: #9D1717;
    border-color:#fff;     
    margin:10px 0;
}

.btn-white i
{     
    margin-left:6px;
}
.services ul li:hover .btn-white
{
    color: #fff;
}




.welcome
{
	padding: 80px 0 80px 0;
	background-color: #F2F4F7;
    background-image: url("../images/about-shape.png") , url("../images/logo-bg.png");
    background-position:left bottom ,100% 90px;
    background-repeat: no-repeat;
    overflow: hidden;
}

.title
{
   color:#373A3F;
   font-size:48px;
   font-weight: 700; 
   line-height: 55px;
   margin-bottom:20px;
}

.title span
{
   color:#737477;
   font-size:16px;    
   line-height: 20px;
   font-weight: 400; 
   margin-bottom:20px;
	margin-top: 15px;
   display: block;
}

.title span img
{
   margin-right:10px;
}


.titlesmall
{
 
   margin-bottom:20px;

}
.titlesmall span
{
   color:#162726;
	background-color: #FFFFFF;
	border: 1px #E0E5EB solid;
   font-size:16px;    
   line-height: 20px;
   font-weight: 400; 
   margin-bottom:20px;
	padding: 6px 15px 10px 5px;
	border-radius: 50px;
}

.titlesmall span img
{
   margin-right:10px;
}
.welcome-text
{
    height: 105px;
    overflow: hidden;    
    line-height: 26px;
    margin-bottom: 10px;
}



.button-pro
{
	 position:relative;
}



.button-pro ul
{
	 padding-left:0;
	 margin:0 0 20px 0;
}


.button-pro ul li
{
	  display:inline-block;
	  margin-right:10px;
	  padding:10px 20px;
	  background-color: #FFFFFF;
	  border-radius:50px;
	  color:#54595F;  
	font-size: 16px;
	font-weight: 600;
	border: 1px #E0E5EB solid;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.button-pro ul a:hover li
{
	  background-color:#FCF370;
	  color:#625211;    
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.button-active
{
	  background-color: #FCF370 !important;
	  color: #625211 !important;
}

.welcome-links ul
{
	padding-left: 0;
	margin: 0;
}

.welcome-links ul li
{
	padding: 5px 0;
	display: block;
}

.welcome-no
{
	width: 40px;
	height: 40px;
	background-color: #FFFFFF;
	border-radius: 50px;
	color: #9D1717;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	line-height: 40px;
	font-weight: 400;
	margin-right: 10px;
}

.Commitment
{
	background-color: #FFFFFF;
	padding: 60px 0;
}


.Commitment-box
{
     margin:0px 0px;
     width:  auto;
     height: auto;	
	 border-radius: 10px;
     padding: 20px;
	border: 1px #E0E5EB solid;
}


.Commitment-box img
{
    margin: auto auto 20px auto !important;
    height: 200px;
    width: 100%;
	border-radius: 10px;
    object-fit: cover;
	
}
.Commitment-box .title-1
{
      font-size:22px;
      color:#162726;
      font-weight:600;
      height: 35px;
      overflow: hidden;    
      margin:25px 0 20px 0;
}
.Commitment-box .title-2 span
{
    font-size: 14px;
    color: #9D1717;
    font-weight: 700;
    background-color: #9D17171A;
    padding: 10px 15px;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 30px;
}

.Commitment-box .text
{
      font-size:16px;
      color:#767676;
      font-weight:normal;
      height: 90px;
      overflow: hidden;
}


.bg-counter
{
	background: #2B080B url("../images/counter.png") no-repeat fixed center center;
	position: relative;
	margin-top: 30px;
    padding: 40px 0;
}

.bg-counter-color
{
    background: #4A3B00;
    background: linear-gradient(90deg, #4A3B00 0%, #2B080B 100%);
	position: absolute;
	opacity: 0.9;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.bg-shap1
{
    background-image: url(../images/testi-shape-1.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    width: 400px;
    height: 400px;
}
.bg-shap2
{
    background-image: url(../images/testi-shape-2.png);
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    width: 400px;
    height: 400px;
}

.title-withe{
    font-size:55px;
    font-weight:700;
    color:#fff;
}
.title-withe span{
    color:#FCF370;
}


.white-bg
{
	padding: 80px 0;
	position: relative;
}

.Professional-box
{
    margin: 0px 0px 30px 0;
    width: auto;
    height: auto;
    border-radius: 10px;
    padding: 0px 10px 25px 0px;
    border: 1px #F3F3F3 solid;
    background-color: #FDFDFD;
}


.Professional-box img
{
    margin: auto 20px 0px auto;
    height: 215px;
    width: 30%;
    border-radius: 10px;
    object-fit: cover;
    float: left;
}
.Professional-box .title-1
{
      font-size:22px;
      color:#162726;
      font-weight:600;
      height: 35px;
      overflow: hidden;    
      margin:25px 0 20px 0;
}
.Professional-box .title-2 span
{
    font-size: 14px;
    color: #9D1717;
    font-weight: 700;
    background-color: #9D17171A;
    padding: 10px 15px;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 30px;
}
.Professional-box .title-3 span
{
    font-size: 14px;
    color: #CCA608;
    font-weight: 700;
    background-color: #FCF3701A;
    padding: 10px 15px;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 30px;
}
.Professional-box .text
{
    font-size: 16px;
    color: #767676;
    font-weight: normal;
    height: 70px;
    overflow: hidden;
    margin-bottom: 20px;
}


.campus {
    background: #FFFDF4;
    background: linear-gradient(90deg, #FFFDF4 0%, #FFFAFB 100%);	padding: 80px 0;    
	position: relative;
	overflow: hidden;
}

.campus-line {
    background: url(../images/Vector.png) repeat-x center center;
    height: 190px;
    position: absolute;
    left: 0;
    top: 170px;
    right: 0;
    margin: auto;
    z-index: 0;
}


.campus-img {
    margin: auto;
	font-size: 55px;
	color: #FFFFFF;
}



.feedback{
    background: #fff;
	padding: 80px 0;
	position: relative;
}


.rts__single--testimonial {
    padding: 40px 25px 40px 40px;
    background:#FDFDFD;
}
.rts__single--testimonial .rts__rating--star {
    margin-bottom: 15px;
}

.rts__single--testimonial .rts__rating--star i {
    color: #9D1717;
    font-size: 14px;
}

.rts__single--testimonial--text {
    font-size: 18px;
    line-height: 28px;
}

.rts__single--testimonial--author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rts__single--testimonial--author--meta {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rts__single--testimonial--author--meta .rts__author--info h5 {
    font-weight: 400;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 5px !important;
}

.rts__single--testimonial--author--meta .rts__author--info .designation {
    font-size: 15px;
}
.rts__single--testimonial--quote {
    width: 70px;
    height: 55px;
}


.news
{
	padding:50px 0;
	overflow: hidden;
	position: relative;
}


.news-box
{
    display:block;
    margin:20px 0px;
    width: 100%;
	background-color: #FFFFFF;
    height: auto;
    padding: 0px 0px 30px 0px;
	border-radius: 10px;    
	position: relative;
}

.news-box img
{
    margin: auto;
    height: 315px;
    width: 100%;
    object-fit: cover;	
	border-radius: 10px;

}

.news-box .title-1
{
      font-size:24px;
      color:#1C1C1C;
      font-weight:600;
      height: 70px;
      overflow: hidden;    
      margin: 10px 0px;
}

.news-box .text
{
      font-size:16px;
      color:#505050;
      font-weight:500;
      height: 45px;      
	  margin: 0px 20px;
      overflow: hidden;
}
.data-news
{
    margin:20px 0px;
}
.data-news ul
{
    padding-left:0;
    margin:0;
    margin-top:5px;
    margin-bottom:5px;
    font-size:16px;
}
.data-news ul li
{
    padding:4px 0; 
    margin-right:10px;
    display:  inline-block;  
    text-transform:capitalize;
    color: #333333;
    font-weight:400;
	font-size:15px;
}

.data-news ul li img
{
    margin-right:5px;
	width: auto;
	height:auto;
}

.news-box2
{
    display:block;
    margin:20px 0px 10px 0;
    width: 100%;
	background-color: #FFFFFF;
    height: auto;
    padding: 0px 0px 0px 0px;
	border-radius: 10px;    
	position: relative;
}

.news-box2 img
{
    margin: auto;
    height: 296px;
    width: 100%;
    object-fit: cover;	
	border-radius: 10px;
}

.news-box2 .title-1
{
      font-size:24px;
      color:#1C1C1C;
      font-weight:600;
      height: 70px;
      overflow: hidden;    
      margin: 10px 0px;
}


.news-box2 .text
{
      font-size:16px;
      color:#505050;
      font-weight:500;
      height: 45px;      
	  margin: 0px 0px;
      overflow: hidden;
}
.data2-news
{
    margin:20px 0px;
}
.data2-news ul
{
    padding-left:0;
    margin:0;
    margin-top:5px;
    margin-bottom:5px;
    font-size:16px;
}
.data2-news ul li
{
    padding:4px 0; 
    margin-right:10px;
    display:  inline-block;  
    text-transform:capitalize;
    color: #333333;
    font-weight:400;
	font-size:15px;
}

.data2-news ul li img
{
    margin-right:5px;
	width: auto;
	height:auto;
}
.more2-news{
       margin: 10px 0px;
}


.more2-news a {
    color: #505050;
    font-size: 14px;
    font-weight: 400;
}
.more2-news a img {
    margin-left: 10px !important;
    height: auto !important;
    width: auto !important;
}



.logos
{
	padding: 30px 0;
}

.footer
{
	background-color:#191313;
	font-size:14px;
	padding:50px 0;
	color:#fff;
}
.footer ul
{
   padding-left:0px;
}
.footer ul li
{
   margin:10px 0;       
   list-style-type: none; 
   color: #fff;
}
.footer ul li a
{
	color:#ffff;
}
.footer ul li a i
{
	color:#fff;
	font-size:14px;
	margin-right:5px;
}

.footer-title
{
	 color:#fff;
	 font-size:23px;
	 text-transform:  capitalize;
	 font-weight:500;
	 margin:20px 0;
}
.footer-title img
{
	 width:180px;
}


.footer-text
{
	height: 65px;
    overflow: hidden;
}


.newsletter
{
	margin:0;
}



.newsletter .form-control {
    display: block;
    width: 100%;
    height:52px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #3b3636;
    background-image: none;
    border: 1px solid #ffffff3d;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.newsletter .form-control::placeholder {
    color: #fff;
}


.footer .btn {
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    top: 8px;
    right: 23px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #191313;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;    
}

.footer .btn i{
   
	transform: rotate(-30deg);
}

.footer-margin {
    margin-top: 10px;
}


.footer-border
{
    border-bottom: 1px solid #ffffff3d;
}
.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard i
{
	margin-right:10px;	 
	color:#fff;
}

.footer .socials ul
{
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align: left;
	padding-left:0;
	margin-bottom:10px;
}


.footer .socials ul li 
{
    display: inline-block;	
}


.footer .socials ul li a 
{
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-left: 5px;
	color: #fff;	
	-webkit-transition: 0.3s;
	background-color: #3b3636;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border: 1px solid #ffffff3d;
}

.footer .socials ul li a i
{
	font-size: 16px;
	color:#fff;
	margin-right:0;
}

.footer .socials ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}




.copyright
{
    color: #9D1717;
    font-size: 14px;
    padding:15px 0;
    font-weight:500;
    text-align:center;
    background-color:#fff;
}


.copyright a
{
    color:#9D1717;
}


.inner-bg {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/header3.jpg) no-repeat fixed top center;
    background-size: cover;
    opacity: 0.3;
}


.caption-inner 
{
    height:auto;
    width: 100%;
    color: #fff;
	text-align: center;
    padding:80px 0;  
	position: relative;
    background-color:#9D1717;  
}


.caption-inner h3 
{
	text-align:left;
    margin-bottom: 10px;
    font-size: 40px;   
    font-weight:600; 
    text-transform: capitalize;
    margin-top:15px;
    color: #fff;
}


.breadcrumb 
{text-align:left;
    padding: 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
}


.breadcrumb>li 
{
    display: inline-block;
    font-size:13px;
    color:#fff;    
    font-weight: 300;
    text-transform: uppercase;
}

.breadcrumb>li a
{    
color:#fff;
}


.breadcrumb>.active
{
    color: #fff;
    font-weight: 300;
}

.breadcrumb>li+li:before 
{
    padding: 0 5px;
    color: #fff;
    content: "/\00a0";
}



.content-inner {
    padding: 80px 0;
    margin-bottom:0;
    overflow:hidden;
}

.content-inner-course {
    padding: 80px 0;
    margin-bottom: 0;
}

.pic-inner {
position:relative;
z-index:9999;

    width: 220px;
    height: 130px;
    margin-left: 0px;
    //margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
	display:none;
    width: 100%;
	/*border-radius: 20px;*/
	border-radius: 7px;
}



.bg-navy
{
	background-color:#202020;
	border-radius:5px;
	padding:30px;
	color:#FFFFFF;
}
.calls
{
	margin-bottom:25px;
	font-size:16px;
}

.text-subline {
    position: relative;
    height: 1px;
    padding: 0;
    background: #f2f3f8;
    border: none;
}

.text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #162726;
}

.calls-data
{
	margin-top:15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 20px;
    padding: 20px;
}


.calls-data a
{
	color:#fff;
}

.calls-data i
{
    color: #fff;
    margin-right: 10px;
    font-size:18px;
}


.navy-socail ul
{
	position: relative;
	overflow: hidden;	
	margin-top:15px;
	text-align: left;
	padding-left:0;
	margin-bottom:10px;
}

.navy-socail ul li 
{
    display: inline-block;	
}


.navy-socail ul li a 
{
	width: 45px;
	height: 45px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 43px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
    background-color: rgb(255 255 255 / 25%);
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:1px #fff solid;

}

.navy-socail ul li a i
{
	font-size: 16px;
	color:#fff;
	margin-right:0;
}

.navy-socail ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.title-white
{
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}


.bg-white
{
	background-color:#f2f4f7;
	border-radius:5px;
	padding:30px;
}


.bg-shadow
{
 box-shadow: 0 1px 20px 5px rgb(0 0 0 / 8%);
}


.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}




.box-category 
{    margin-top: 38px;
	height:370px;
	color:#162726;
	font-size:14px;
	font-weight:600;
	padding: 15px 10px;
	border-radius:4px;
	margin-bottom:25px;
	position:relative;
	border:1px solid #CCCCCC;
}


.box-category img
{
     width:18px;
     display:inline-block;
     margin-left:10px;
}



.box-category h1 {
    font-size: 15px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    background-color: #fff;
    color: #9D1717;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #9D1717;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#9D1717;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.menu-left
{    
margin-top:0px;
z-index: 99;    
width: 100%;
overflow:hidden;
background-color:#9D1717;
text-align:left;
border-radius:5px;

}


.menu-left ul
{
    padding-left:0;
    margin:0;
    font-size:15px;
}
.menu-left ul a:hover
{
    text-decoration:none;
    
}

.menu-left ul li
{
    padding: 15px 25px;
    display: block;
    border-bottom: 1px rgb(255 255 255 / 55%) solid;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    color: #fff;
    transition: 0.3s;
}
 
.menu-left ul li i
{
     font-size:14px;
     margin-right:10px;
}

.menu-left ul a:hover li
{
   background-color:rgb(255 255 255 / 32%);
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
    color:#162726;
}



.title-news {
    font-size: 20px;
    color:#162726;
    margin-bottom:10px;
    margin-top:10px;
}



.path-search
{
    border-left: 5px #162726 solid;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #162726;
}

.highlight {
    font-weight: bold;
    background-color: #FFCC00;
    padding: 0 3px;
    color:#333333;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #162726;
    border-color: #162726;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #162726;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.collapsible-all
{
	margin-top: 30px;
}


.collapsible-all .collapsible {
  
    font-weight: 700;
    background-color: #9d171738;
    color: #000;
    cursor: pointer;
    padding: 12px 17px;
    width: 100%;
    border: 1px #cf1e1e solid;
    text-align: left;
    outline: none;
    font-size: 19px;
    border-radius: 6px;
    margin-bottom: 22px;
    border: 1px #d3d3d3 solid;
    box-shadow: 0 4px 10px rgb(110 98 101 / 48%);
    transition: all 0.5s ease;

}



.collapsible-all .collapsible:after {
  content: '\002B';
  color:#000;
  font-weight: bold;
  float: right;
  margin-right: 5px;
}

.collapsible-all .active:after {
  content: "\2212";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
}


.collapsible-all .content p
{
	padding:10px 0;
}



.pdf-all
{
	position:relative;
}

.pdf-inner
{
    padding: 25px 25px 25px 25px;
    display: block;
    background-color: #f2f4f7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    transition: 0.3s;
    color: #9D1717;
    text-align:center;    
    font-size: 20px;
    border-radius:5px;
    margin-bottom:20px;
}

.pdf-inner i
{
    margin:auto auto 10px auto;
    display:block;
    font-size:35px;
}

.pdf-all a:hover .pdf-inner
{
   background-color:#9D1717;
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gray-box
{
    background-color: #F2F4F7;
    padding: 20px 20px 20px 20px;
    margin: 10px 0px 0px 0px;
    border-radius:5px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #9D1717;
    margin: 0px 0px 10px 20px;
    min-height: 50px;
    color: #fff;
    width: 300px;
    float: right;
    border-radius: 5px;
}



a.code_apply {
    border: 1px solid rgba(255, 255, 255,1);
    color: rgba(255, 255, 255,1);
    padding: 3px 8px;
    margin: 0 0 0 10px;
    float: right;   
    width: auto;
    min-height: auto;
}
   
    
a.code_apply:hover {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #9D1717;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.btn-career 
{
    background-color:#4d4d4d;
    border: 1px #4d4d4d solid;
    color: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    margin:0;
    transition: 0.3s;
}

.btn-career:hover 
{
    background-color: #fff;
    border: 1px #ffffff solid;
    color: #9D1717;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.brands
{
	margin-top:10px;
}

.brands ul
{
	padding-left:0;
	text-align:center;
}



.brands ul li
{
	
	    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 253px;
    height: 288px;
    background-color: #fff;
    display: inline-block;
    padding: 0px;
    margin: 10px;
    border: 1px #dcdcdc solid;
}
.brands ul li a {
    text-decoration: none;
}

.brands ul li img
{
	    width: 120px;
    height: 207px;
    background-color: #fff;
    margin: 10px;
    object-fit: contain;
    display: inline-block;
}

.brands ul li .name
{
text-align: center;
    background-color: #fff;
    display: table-cell;
    font-size: 16px;
    color: #9d1717;
    height: 54px;
    vertical-align: middle;
    width: 250px;
    overflow: hidden;
    padding: 0 5px;
    border-top: 1px #fcf370 solid;
    text-decoration: none !important;
}

.title-course {
    color: #373A3F;
    font-size: 35px;
    font-weight: 700;
}

.course-img
{    width: 100%;
    border-radius: 3px;
    height: 260px;   
	object-fit: cover;
}

.bg-navy1 {
    background-color: #f2f4f7;
    border-radius: 5px;
    padding: 30px;
    color: #000;
    margin-top: 30px;
}


.navy1-socail ul
{
	position: relative;
	overflow: hidden;	
	margin-top:15px;
	text-align: left;
	padding-left:0;
	margin-bottom:10px;
}

.navy1-socail ul li 
{
    display: inline-block;	
}


.navy1-socail ul li a 
{
	width: 38px;
	height: 38px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 34px;
	text-align: center;
    margin-left: 0px;
	color: #fff;	
    background-color: #000;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px;
    border:1px #000 solid;

}

.navy1-socail ul li a i
{
	font-size: 16px;
	color:#fff;
	margin-right:0;
}

.navy1-socail ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.title-black {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
}

.contact-info h5 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-info a {
    display: block;
    color:#000;
}
.rt-theme-bg {
    background: #f6f6f6;
	padding: 40px;
	margin: 20px 0;	
	border-radius: 3px;
}

.single-info u {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
	 font-size: 18px;
}

.rt-theme-#9D1717 {
    background:#9D1717;
	padding: 40px;
	margin: 20px 0;	
	color: #FFFFFF;
	border-radius: 3px;
}

.single-#9D1717 u {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
	 font-size: 18px;
	color: #FFFFFF;
}











/*

.profile-card {
    max-width: 70%;
    //margin: 20px auto;
    padding: 15px;
    border: 2px solid #e57373; /* lighter #9D1717 border */
    border-radius: 8px;
    line-height: 1.6;
    box-shadow: 0 2px 10px rgb(170 149 149 / 80%);
  }

  

  .profile-card h3 {
    margin-top: 25px;
    margin-bottom: 8px;
    color: #d32f2f; /* medium #9D1717 */
  }

  .profile-card p strong {
    color: #b71c1c; /* darker #9D1717 for labels */
  }

  .profile-card p {
    margin: 6px 0;
  }

*/









.support-box {
  border: 1px solid #9D1717;
  border-radius: 10px; /* Rounded corners */
  padding: 20px;
  max-width: 600px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  margin: 20px auto;
  font-family: Arial, sans-serif;
  background-color: #fff;
}

.support-box h2 {
  color: #9D1717;
  margin-top: 0;
}

.support-box ul {
  padding-left: 20px;
}














.objectives-box {
  border: 1px solid #9D1717;
  padding: 20px;
  max-width: 700px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.objectives-box ul {
  margin: 0;
  padding-left: 20px;
}

.objectives-box li {
  line-height: 1.6;
  margin-bottom: 10px;
}




.acc#9D1717itation-box {
   // margin-top: 89px;

  border: 1px solid #9D1717;
  padding: 20px;
  max-width: 70%;
 // margin: 20px auto;
  //font-family: Arial, sans-serif;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  line-height: 1.6;
  text-align: center;
}







/*

.research-card {
  border: 1px solid #ccc;
  padding: 2%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  line-height: 1.8;
  text-align: left;
  width: 75%;
}

.research-card strong {
  color: #333;
}

.research-card a {
  color: #0066cc;
  text-decoration: none;
}

.research-card a:hover {
  text-decoration: underline;
}




*/





/*
.policy-box {
  max-width: 900px;
  margin: 30px auto;
  padding: 25px;
  border: 2px solid #9D1717;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  //font-family: Arial, sans-serif;
  line-height: 1.8;
  color: #333;
}

.policy-box h2 {
  color: #9D1717;
  text-align: center;
  margin-bottom: 20px;
}

.policy-box h3 {
  color: #9D1717;
  margin-top: 25px;
  margin-bottom: 10px;
}

.policy-box h4 {
  color: #b30000;
  margin-top: 15px;
}

.policy-box table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.policy-box table, 
.policy-box th, 
.policy-box td {
  border: 1px solid #9D1717;
}

.policy-box th, 
.policy-box td {
  padding: 10px;
  text-align: left;
}

.policy-box th {
  background: #ffe5e5;
  color: #b30000;
}

.policy-box ul {
  margin-left: 20px;
  padding-left: 20px;
}

.policy-box li {
  margin-bottom: 8px;
}

*/























/*


.custom-policy-box {
            max-width: 85%;
            margin: 30px auto;
            padding: 25px;
            border: 2px solid #9D1717;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            /* font-family: Arial, sans-serif; */
            line-height: 1.8;
            color: #333;
        }

        .custom-policy-box h2 {
            color: #9D1717;
            text-align: center;
            margin-bottom: 20px;
        }

        .custom-policy-box h3 {
            color: #9D1717;
            margin-top: 25px;
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .custom-policy-box h4 {
            color: #b30000;
            margin-top: 15px;
        }

        .custom-policy-box p {
            font-size: 0.9rem;
            max-width: 100%;
        }

        .custom-policy-box table {
            width: 100%;
            border-collapse: collapse;
            margin: 15px 0;
        }

        .custom-policy-box table,
        .custom-policy-box th,
        .custom-policy-box td {
            border: 1px solid #9D1717;
        }

        .custom-policy-box th,
        .custom-policy-box td {
            padding: 10px;
            text-align: left;
        }

        .custom-policy-box th {
            background: #ffe5e5;
            color: #b30000;
        }

        .custom-policy-box ul {
            margin-left: 20px;
            padding-left: 20px;
        }

        .custom-policy-box li {
            margin-bottom: 8px;
        }

        .grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
        }

        .icon-container {
margin-top:20px;
            font-size: 2rem;
            color: #9D1717;
            margin-right: 10px;
        }

        .step-container {
            display: flex;
            align-items: flex-start;
        }



*/



















.payment-methods {
            max-width: 85%;
            margin: 30px auto;
            padding: 25px;
            border: 2px solid #9D1717;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            line-height: 1.8;
            color: #333;
        }

        .payment-methods h2 {
            color: #9D1717;
            text-align: center;
            margin-bottom: 20px;
        }

        .payment-methods h3 {
            color: #9D1717;
            margin-top: 25px;
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .payment-methods h4 {
            color: #b30000;
            margin-top: 15px;
        }

        .payment-methods p {
            font-size: 0.9rem;
            max-width: 100%;
        }

        .payment-methods ul {
            list-style-type: none;
            padding-left: 0;
        }

        .payment-methods li {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
        }

        .payment-methods .icon {
            font-size: 1.5rem;
            color: #9D1717;
            margin-right: 15px;
        }

        .payment-methods strong { 
            color: #b30000;
        }
















/*

.transfer-policy {
            max-width: 85%;
            margin: 30px auto;
            padding: 25px;
            border: 2px solid #9D1717;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            line-height: 1.8;
            color: #333;
        }

        .transfer-policy h2 {
            color: #9D1717;
            text-align: center;
            margin-bottom: 20px;
        }

        .transfer-policy h3 {
            color: #9D1717;
            margin-top: 25px;
            margin-bottom: 10px;
        }

        .transfer-policy h4 {
            color: #b30000;
            margin-top: 15px;
        }

        .transfer-policy table {
            width: 100%;
            border-collapse: collapse;
            margin: 15px 0;
        }

        .transfer-policy table,
        .transfer-policy th,
        .transfer-policy td {
            border: 1px solid #9D1717;
        }

        .transfer-policy th,
        .transfer-policy td {
            padding: 10px;
            text-align: left;
        }

        .transfer-policy th {
            background: #ffe5e5;
            color: #b30000;
        }

        .transfer-policy ul {
            margin-left: 20px;
            padding-left: 20px;
        }

        .transfer-policy li {
            margin-bottom: 8px;
        }


*/









/*

.foundation-courses {
            max-width: 85%;
            margin: 30px auto;
            padding: 25px;
            border: 2px solid #9D1717;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 4px 12px rgba(0,0,0,0.1);
            line-height: 1.8;
            color: #333;
        }

        .foundation-courses h2 {
            color: #9D1717;
            text-align: center;
            margin-bottom: 20px;
        }

        .foundation-courses h3 {
            color: #9D1717;
            margin-top: 25px;
            margin-bottom: 10px;
        }

        .foundation-courses h4 {
            color: #b30000;
            margin-top: 15px;
        }

        .foundation-courses table {
            width: 100%;
            border-collapse: collapse;
            margin: 15px 0;
        }

        .foundation-courses table,
        .foundation-courses th,
        .foundation-courses td {
            border: 1px solid #9D1717;
        }

        .foundation-courses th,
        .foundation-courses td {
            padding: 10px;
            text-align: left;
        }

        .foundation-courses th {
            background: #ffe5e5;
            color: #b30000;
        }

        .foundation-courses ul {
            margin-left: 20px;
            padding-left: 20px;
        }

        .foundation-courses li {
            margin-bottom: 8px;
        }
*/








/*
 .online-learning {
            max-width: 85%;
            margin: 30px auto;
            padding: 25px;
            border: 2px solid #9D1717;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 8px 24px rgba(0,0,0,0.2);
            line-height: 1.8;
            color: #333;
        }

        .online-learning h2 {
            color: #9D1717;
            text-align: center;
            margin-bottom: 20px;
        }

        .online-learning h3 {
            color: #9D1717;
            margin-top: 25px;
            margin-bottom: 10px;
            font-size: 1.1em;
        }

        .online-learning h4 {
            color: #b30000;
            margin-top: 15px;
            font-size: 1em;
        }

        .online-learning ul {
            list-style-type: none;
            padding-left: 0;
        }

        .online-learning li {
            margin-bottom: 8px;
            display: flex;
            align-items: flex-start;
        }

        .online-learning li strong {
            display: inline-block;
            min-width: 150px;
        }
        
        .online-learning .icon {
            color: #9D1717;
            margin-right: 10px;
        }

*/






/*

 .popular-programs {
            max-width: 85%;
            margin: 30px auto;
            padding: 25px;
            border: 2px solid #9D1717;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 8px 24px rgba(0,0,0,0.2);
            line-height: 1.8;
            color: #333;
        }

        .popular-programs h2 {
            color: #9D1717;
            text-align: center;
            margin-bottom: 20px;
        }

        .popular-programs h3 {
            color: #9D1717;
            margin-top: 25px;
            margin-bottom: 10px;
            font-size: 1.1em;
        }

        .popular-programs ul {
            list-style-type: none;
            padding-left: 0;
            margin: 10px 0;
        }

        .popular-programs li {
            margin-bottom: 8px;
            display: flex;
            align-items: flex-start;
        }

        .popular-programs li strong {
            display: inline-block;
        }
        
        .popular-programs .icon {
            color: #9D1717;
            margin-right: 10px;
        }
*/





/*
 .discounts-programs {
            max-width: 85%;
            margin: 30px auto;
            padding: 25px;
            border: 2px solid #9D1717;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 8px 24px rgba(0,0,0,0.2);
            line-height: 1.8;
            color: #333;
        }

        .discounts-programs h2 {
            color: #9D1717;
            text-align: center;
            margin-bottom: 20px;
        }

        .discounts-programs h3 {
            color: #9D1717;
            margin-top: 25px;
            margin-bottom: 10px;
            font-size: 1.1em;
        }

        .discounts-programs ul {
            list-style-type: none;
            padding-left: 0;
            margin: 10px 0;
        }

        .discounts-programs li {
            margin-bottom: 8px;
            display: flex;
            align-items: flex-start;
        }

        .discounts-programs li strong {
            display: inline-block;
        }
        
        .discounts-programs .icon {
            color: #9D1717;
            margin-right: 10px;
        }


*/













/*
.scholarships-box {
            max-width: 85%;
            margin: 30px auto;
            padding: 25px;
            border: 2px solid #9D1717;
            border-radius: 12px;
            background: #fff;
            box-shadow: 0 8px 24px rgba(0,0,0,0.2);
            line-height: 1.8;
            color: #333;
        }

        .scholarships-box h2 {
            color: #9D1717;
            text-align: center;
            margin-bottom: 20px;
        }

        .scholarships-box h3 {
            color: #9D1717;
            margin-top: 25px;
            margin-bottom: 10px;
            font-size: 1.1em;
        }

        .scholarships-box p {
            font-size: 1em;
            margin: 0 0 10px;
        }
		
				
*/


.logos .col-sm-3 {
    box-shadow: 0 4px 15px rgb(0 0 0 / 22%);
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border: 2px solid #9d1717;
    width: 23%;
    margin-left: 20px;
    margin-bottom: 19px;
    margin-top: 8px !important;
    border-radius: 32px;
}








.logos img {
    padding: 7px 2px 21px;
    margin: auto !important;
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 59px !important;
    width: auto;
    height: 155px;
    margin-top: 29px;
    margin-top: 5px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}














.articles2  {
  background: #fff;
  /*  border: 2px solid #9D1717;*/

 /* padding: 25px 0px;*/
  border-radius: 12px;
  /*box-shadow: 0 4px 15px rgba(0,0,0,0.1);*/
  line-height: 1.7;
  font-size: 16px;
  color: #333;
  max-width: 85%;
  margin: 30px auto;
}

.articles2  h3 {
  margin-top: 20px;
 /* font-size: 18px;*/
  color: #9D1717;
  border-left: 4px solid #9D1717;
  padding-left: 10px;
}

.articles2  h4 {
  margin-top: 15px;
  font-size: 16px;
  color: #555;
}

.articles2  ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}

.articles2  ul li {
  padding: 6px 0;
  font-size: 15px;
  position: relative;
  padding-left: 35px;
}

.articles2  ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  background: url('/website/images/Screenshot 2025-09-16 065432.png') no-repeat center center;
  background-size: contain;
}



.icon-container {
margin-top:20px;
            font-size: 2rem;
            color: #9D1717;
            margin-right: 10px;
        }

        .step-container {
            display: flex;
            align-items: flex-start;
        }



.articles2 table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.articles2 table, 
.articles2 th, 
.articles2 td {
  border: 1px solid #9D1717;
}

.articles2 th, 
.articles2 td {
  padding: 10px;
  text-align: left;
}

.articles2 th {
  background: #ffe5e5;
  color: #b30000;
}



.grid1{
  border-radius: 12px;

//box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  //line-height: 1.7;
  font-size: 16px;
  color: #333;
  max-width: 85%;
  margin: 30px auto;

}
.grid1 p{
padding: 6px 0;
  font-size: 15px;
  position: relative;
  padding-left: 35px;

}
.grid1 ul{

list-style: none;
}
.grid1  ul li {
  padding: 6px 0;
  font-size: 15px;
  position: relative;
  padding-left: 35px;
}

.grid1  ul li::before{


content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  background: url('/website/images/Screenshot 2025-09-16 065432.png') no-repeat center center;
  background-size: contain;
}




.grid1 .frame .details {
    opacity: 1;
    width: 100%;
    height: 150px;
    /* padding: 15px; */
    position: relative;
    top: unset;
    left: unset;
    color: #FFFFFF;
    transform: matrix(1, 0, 0, 1, 0, 0); 
    /* transform-origin: 50%; */
    background: rgb(157 23 23);
    opacity: 1;
    /* transition: all 0.4s 
ease-in; */
    border-radius: 10px;
}

.grid1 .frame .details:hover {
	
	    background-color: #efdf5d;
    color: #000000;
}



.grid1 .frame:hover .details {
    transform: unset;
	
}

.grid1 .frame img {
    display: none;
}


.grid1 .category-title {
    display: none;
}

.grid1 a {
    text-decoration: none;
}


.services-one {
    position: relative;
    display: block;
    padding: 120px 0 90px;
}

    .services-one .container {
        max-width: 1600px;
    }

.services-one__single {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.services-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    height: 200px;
}

    .services-one__img:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background-color: rgb(0 0 0 / 26%);
        width: 0%;
        transform: translateY(100%);
        transition: all 500ms ease;
        z-index: 1;
    }

.services-one__single:hover .services-one__img:before {
    transform: translateY(0);
    width: 100%;
}

.services-one__img img {
    width: 100%;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    height: 230px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.services-one__single:hover .services-one__img img {
    transform: scale(1.1);
}

.services-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
    margin-top: 0;
    margin-right: 0;
    padding: 20px 30px;
    z-index: 2;
    border-radius: 0 0 10px 10px;
}

.services-one__title-box {
    position: relative;
    display: block;
}

.services-one__sub-title {
    font-size: 12px;
    color: #F5DD79;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: block;
    line-height: 12px;
}

.services-one__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 7px;
    margin-bottom: 14px;
    height: 60px;
    overflow: hidden;
}

    .services-one__title a {
        color: #162726;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
    }

        .services-one__title a:hover {
            color: #F5DD79;
        }

.services-one__text img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
    float: left;
    margin-right: 10px;
}

.services-one__text span {
    font-size: 14px;
    font-weight: 500;
    margin-top: 7px;
    display: block;
    color: #F03646;
}

.services-one__arrow {
    position: absolute;
    top: -20px;
    right: 20px;
}

    .services-one__arrow a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F5DD79;
        font-size: 15px;
        color: #fff;
        -webkit-transition: all 700ms ease;
        transition: all 700ms ease;
        border-radius: 4px;
        padding: 10px 15px;
    }

        .services-one__arrow a:hover {
            background-color: #F03646;
        }

/* common */
.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 3px solid #f03646;
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 165px;
        padding: 5px 0;
        background-color: #f03646;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
    }

/* top right*/
.ribbon-top-right {
    top: -3px;
    right: -3px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -22px;
        top: 30px;
        transform: rotate(45deg);
    }

.wdp-ribbon {
    display: inline-block;
    padding: 2px 15px;
    position: absolute;
    right: 0px;
    top: 20px;
    line-height: 24px;
    height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border-radius: 0;
    text-shadow: none;
    font-weight: normal;
    background-color: #1eb5ff !important;
}

.wdp-ribbon-six {
    background: none !important;
    position: relative;
    box-sizing: border-box;
    position: absolute;
    width: 65px;
    height: 65px;
    top: 0px;
    right: 0px;
    padding: 0px;
    overflow: hidden;
    border-radius: 0 10px 0 0;
}

.wdp-ribbon-inner-wrap {
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.wdp-ribbon-border {
    width: 0;
    height: 0;
    border-right: 65px solid #f03646;
    border-bottom: 65px solid transparent;
    z-index: 12;
    position: relative;
    top: -20px;
}

.wdp-ribbon-text {
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    position: absolute;
    z-index: 14;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
    left: -5px;
    width: 91px;
    text-align: center;
    color: #ffffff;
}

.img-cover {
    width: 75%;
    height: auto;
    object-fit: cover;
    margin: -25px auto auto auto;
    border-radius: 10px;
    position: relative;
    z-index: 99;
}

.center-price-box {
    display: none;
}

.left-price-box {
    border: 1px #CFCFCF solid;
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
    background-color: #FFFFFF;
    width: 300px !important;
}

.bg-price {
    background-color: #f03646;
    padding: 25px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    border-radius: 10px 10px 0 0;
    margin-bottom: 10px;
}


.services-course {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
}

    .services-course i {
        margin-right: 10px;
    }

.left-price-box .socials ul {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    text-align: left;
    padding-left: 0;
    margin-bottom: 10px;
}


    .left-price-box .socials ul li {
        display: inline-block;
    }


        .left-price-box .socials ul li a {
            width: 40px;
            height: 40px;
            position: relative;
            display: inline-block;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            margin-left: 5px;
            color: #fff;
            -webkit-transition: 0.3s;
            background-color: #3b3636;
            -o-transition: 0.3s;
            transition: 0.3s;
            border-radius: 50px;
            border: 1px solid #ffffff3d;
        }

            .left-price-box .socials ul li a i {
                font-size: 16px;
                color: #fff;
                margin-right: 0;
            }

            .left-price-box .socials ul li a:hover {
                color: #fff;
                -webkit-transition: 0.3s;
                -o-transition: 0.3s;
                transition: 0.3s;
            }





.articles2 h1{

 /*text-align: center;*/
    font-weight: bold;
    color: #9d1717 !important;
/*font-size:18px !important;*/
}















.myMargin .row {
  position: relative;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 22px;
  padding: 40px 35px;
  margin: 45px 0;
  border: 1px solid rgba(157, 23, 23, 0.15);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

/* Glowing gradient border effect */
.myMargin .row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #9D1717, #ff9494);
  opacity: 0.15;
  z-index: 0;
  transition: opacity 0.4s ease;
}

.myMargin .row:hover::before {
  opacity: 0.25;
}

.myMargin .row:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(157, 23, 23, 0.25);
}

/* Headings */
.myMargin .row h3 {
  position: relative;
  z-index: 1;
  color: #9D1717;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: linear-gradient(90deg, #9D1717, #c73232);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Subtle underline animation */
.myMargin .row h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 3px;
  background: #9D1717;
  transition: width 0.4s ease;
}

.myMargin .row:hover h3::after {
  width: 60px;
}

/* Paragraphs */
.myMargin .row p {
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 17px;
  line-height: 1.9;
  margin-top: 12px;
  transition: color 0.3s ease;
}

.myMargin .row:hover p {
  color: #222;
}

