﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Noto+Naskh+Arabic:wght@400..700&family=Vazirmatn:wght@100..900&display=swap');

html,
body {
    height: 100%;
    font-size:15px;
  font-family: "Almarai", sans-serif;
    color:#000;
	/*-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;*/
}
.dir
{
	direction: rtl;
}

a 
{
	text-decoration: none;	
	color:#005FA7;

}

a:hover
{
	color:#D9AF0B;	
	text-decoration: underline;	
}


.socials-left {
position: fixed;
    z-index: 999;
    width: 50px;
    left: 0px;
    height: 350px;
    top: 0;
    background-color: rgb(0 0 0 / 40%);
    border-radius: 0px;
    box-shadow: 5px 8px 18px 0px rgb(255 255 255 / 25%);
    bottom: 0;
    margin: auto;
}




.socials-left ul{
   padding-right: 0;
	margin: 0;
    text-align: center;	   
}


.socials-left ul li {
    display: inline-block;	    
	margin: 0px;
}


.socials-left ul li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 0px;
    color: #fff;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.socials-left ul li a:hover {
	color: #D9AF0B;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.yellow
{
	background-color: #D1A40F;
}
.blue
{
	background-color: #0F4C81;
}
.brown
{
	background-color: #6F4100;
}
.whatsapp
{
	position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
}
.top
{
	padding:10px 0;
	background-color:#fff;
	color:#000000;
	font-size:15px;
	text-align: left;      
    z-index: 99;  
	position: relative;
}

.top ul
{
	padding-right:0;
	margin-bottom:0;
	top: 0px;
    position: relative;
}

.top ul li
{
	 display:inline-block;
	margin-left:25px;
}


.top i
{
    margin-left: 0px;
	color:#000000;
}


.top a
{
	color:#000000;
	text-decoration: none;
}


.language
{
    width: auto!important;
    font-family: "Almarai", sans-serif;
    border-left: 1px #ffffff66 solid;
    padding-left: 12px;
}

.language a
{
    width: auto!important;    
    font-size:15px!important;
}



.header {
    position:absolute;
    z-index: 9;
    background-color: rgb(15 76 129 / 20%);
    color: #fff;
	width: 100%;
    padding: 5px 0;    
	transition: all .25s ease-in-out;
}
.search-img
{
    display: inline-block;    
	margin-left: 15px;

}
.Student-apply {
    color: #fff !important;
    padding: 12px 20px;
    background-color: #D1A40F;
    border-radius: 5px;
    font-weight: 500;
	font-size: 16px;
	display: inline-block;
	margin-top: 15px;
	text-align: center;
}

.Student-apply  a{
    color: #fff !important;
}

.Student-apply  a i{
    margin-left: 5px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #0F4C81;
    padding: 5px 0;    transition: all .25s ease-in-out;
}

.sticky + .content {
  padding-top: 102px;
}
.sticky  .logo img {
	height: 60px;
    margin-top: 3px;
}
.sticky #cssmenu {
    margin-top: 10px;
}

.sticky .logo-search {

    margin-top: 5px;
}

.sticky .Student-apply {
    margin-top: 5px;
}

.container-fluid
{
	padding-left: 3%;
	padding-right: 3%;
}


.text-top
{
	text-align:right;
}


.user
{
    padding: 0px 0px 0px 0px;
    margin-right: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    display: inline-block;
}

.user span
{
    color: #B2B2B2;
    display:block;
    height: 18px;
}


.user-img
{
    top: -5px;
	position: absolute;
    top: 15px;
    left: 0;
}

.dropdown {
  position: relative;
}

/* Style the dropdown button */
.dropbtn {
    border: none;
    cursor: pointer;
    background-color:rgb(65 39 2 / 0%);
    border-radius: 0px;
    margin-right: 0px;
    color:#fff;    
	padding: 2px 0 2px 0px;
	text-align: left;
    text-transform:capitalize;
}
.dropbtn2 {
    border: none;
    cursor: pointer;
    background-color:rgb(65 39 2 / 0%);
    border-radius: 0px;
    margin-right: 0px;
    color:#000;    
	padding: 2px 0 2px 0px;
	text-align: left;
    text-transform:capitalize;
}
.dropbtn-i {
    font-size: 12px;
}

/* Dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
	text-align:left;
    background-color: #fff;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    left: 0px;
    top: 25px;
	overflow: hidden;
    transition: all 0.5s ease;
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* Dropdown content */
.dropdown-content-right {
    right: 0px !important;
	left: auto  !important;
}

/* Links inside dropdown content */
.dropdown-content a {
  color: black;
  padding: 7px 10px;
  text-decoration: none;
  display: block;
  font-size: 14px;
	transition: all .25s ease-in-out;
}
.dropdown-content a img{
  margin-right:4px;
  border-radius:3px;
    height: 15px;
    width: 20px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: rgb(65 39 2);
    transition: all .25s ease-in-out;
    color: #ffffff;
}

/* Show the dropdown content on hover */
.dropdown:hover .dropdown-content {
  display: block;
	opacity: 1;
	transform: translateY(0);
}

/* Change background color of dropdown button on hover */
.dropdown:hover .dropbtn {
  background-color: #313131;
}

.dropdown_menu-6 {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}


@-moz-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@-o-keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  80% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
.language-div
{
    display: none;
}

.logo
{
    font-size: 28px;
	color: #FFFFFF;
}
.logo a 
{
    color: #FFFFFF;
}
.logo img
{
    margin-top: 0px;
	height: 80px;    
	margin-left: 10px;
}


.logo-search
{
	position:relative;
	z-index:0;
	display: inline-block;
	width: 100%;    	
	margin-top:20px;
}


.logo-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.logo-search .form-control2 {
    display: block;
    width: 100%;
    height:55px;
	background-color:#ffffff2b;
    padding:6px 50px 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
	border: 0;
    border-radius:10px;
}
.logo-search .form-control2::placeholder {
    color: #fff;

}
.logo-search .form-group a {
    position: absolute;
    top: 6px;
    right: 6px;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    color: #ffffff;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    pointer-events: auto;
	text-transform: capitalize;
    border-radius: 50px;
}

.carousel {
    height:700px;
    position:relative;
	overflow: hidden;
	z-index:1;
}

.item,
.carousel-inner {
    height:700px;
	z-index: 9;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
/* 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;	
	background-color: #404040;
    background-blend-mode: multiply;
}


.fill img{
    height: 100%;
	width: 100%;
    background-position: center;
    object-fit: cover;    	
	background-color: #404040;
    background-blend-mode: multiply;    
	opacity: 0.7;

}

.fill-img{
    width: 100%;
    height: 100%;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	background-color: #404040;
	background-blend-mode:multiply;
}

/*
video {
        width: 100%;
        height: 100vh;
        display: block;
}
*/
.carousel-indicators {
position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin-left: 10%;
    margin-bottom: 5rem;
    margin-right: 10%;
    flex-direction: row-reverse;

}



.carousel-indicators [data-bs-target]
{
	width: 15px;
	height: 15px;
	border-radius: 50px;    
	border-top: 0px solid transparent;    
	background-color: #ffffff00;
    border: 0;    
	opacity: 1;
    border-bottom: 0px solid transparent;
	border: 1px solid #FFFFFF;
}
.carousel-indicators .active {
    opacity: 1;
	background-color: #D1A40F;
	border: 1px solid #D1A40F;
}
.caption-carousel {
    position: absolute;
    top: auto;
    right: 3%;
    bottom: 115px;
	left: 3%;
    width: 94%;
    margin: auto;
    z-index: 99;
    text-transform: capitalize;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
	border-bottom: #FFFFFFCC 1px solid;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

.caption-carousel h2{
    font-size:40px;
    font-weight:700;	
    color:#fff;
	font-style: italic;
    margin: 20px 0 0 0;
	text-transform: uppercase;
}

.caption-carousel h2 span{
	color: #D9AF0B;
	display: block;
    font-size:70px;
}
.caption-carousel h2 img{
	height: 260px;
    width: auto;		
	opacity: 1;
	background-color:#ffffff00;
    background-blend-mode:normal;
}

.caption-carousel h1 span{
    font-size:18px;
    font-weight:700;	
    color:#fff;
	background-color: #FFFFFF1A;
	border-radius: 10px;
	padding: 10px 20px;
}


.caption-carousel h3{
    font-size:16px;
    font-weight:500;
    color:#fff;
    line-height: 30px;
    margin: 0;
}

.carousel-indicators {
    z-index: 999;

}


.carousel-control-next, .carousel-control-prev {
    z-index: 9;
}

.btn-header {
    display: inline-block;
    padding: 14px 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight:600;
    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:5px;
    margin-top:20px;
	margin-right: 5px;    
}


.btn-more{
    color: #fff;
    background-color: #D9AF0B;
    border-color:#D9AF0B;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more:hover {
    color: #D9AF0B;
    background-color: #fff;
    border-color: #D9AF0B; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-more2{
    color: #D9AF0B;
    background-color:rgb(247 147 30 / 0%);
    border-color:#D9AF0B;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-more2:hover {
    color: #fff;
    background-color: #D9AF0B;
    border-color: #D9AF0B; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-blue{
    color: #fff;
    background-color:#005FA7;
    border-color:#005FA7;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-blue:hover {
    color: #fff;
    background-color: #D9AF0B;
    border-color: #D9AF0B; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white2{
    color: #fff;
    background-color:rgb(247 147 30 / 0%);
    border-color:#fff;        
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-white2:hover {
    color: #D9AF0B;
    background-color: #fff;
    border-color: #D9AF0B; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    

}

.btn-gray{
    color: #222222;
    background-color: #fff;
    border-color: #949494;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 15px;
	margin-right: 2px;
	font-weight: 400;
	font-size: 14px;
}


.btn-gray:hover {
    color: #fff;
    background-color: #D9AF0B;
    border-color: #D9AF0B; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.body-bg
{
	padding: 40px 0;
}

.title
{
   color:#000;
   /*background: url("../images/title-img.png") no-repeat right bottom;*/
   font-size:40px;
   font-weight: 600; 
   margin-bottom:10px;	
   text-transform:	capitalize;
   padding-bottom: 10px;
	margin-bottom: 20px;

}

.title span
{
   color:#D9AF0B;

}


.view-all
{
	text-align: right;
    margin-top: 0px;
}
.services
{
    padding: 0px 0;
    text-align: center;
    margin-top: 20px;
}


.services ul
{
    padding-left:0;
    margin-top:20px;
}

.services ul li
{
    display: inline-block;
    margin: 10px 5px;
    width: 23.8%;
    height: auto;
	overflow: hidden;
    text-align: left;
    position: relative;
    background-color: #FFFFFF;
    padding: 30px 20px 30px 75px ;
    box-shadow: 5px 8px 18px 0px rgb(0 0 0 / 6%);
    border-radius: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.services ul li:hover
{
    background-color: #005FA7;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.services ul li .title-1
{
    font-size: 24px;
    color: #000;
    font-weight: 600;
    height: 30px;
    overflow: hidden;
    margin: 0px 0;
}


.services-icons
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 130px;
    width: 130px;
    background-repeat: no-repeat;
    background-size: contain;
}

.services-icon1
{
	background-image: url("../images/Group.png");
}

.services-icon2
{
	background-image: url("../images/Group (1).png");
	
}

.services-icon3
{
	background-image: url("../images/Group (2).png");
}
.services ul li:hover .services-icons
{
	background-image: url("../images/Group (3).png");
}


.services ul li p
{
    font-size: 17px;
    color: #000;
    font-weight: 400;
    height: 75px;
    overflow: hidden;
	margin-top: 15px;
	margin-bottom: 0;
}
.services ul li:hover .title-1
{
    color: #fff;
}
.services ul li:hover p
{
    color: #fff;
}

.btn-white{
    color: #D1A40F;
    border-color:#fff;     
    margin:10px 0;
}

.btn-white i
{     
    margin-left:6px;
}
.services ul li:hover .btn-white
{
    color: #fff;
}


.text-right
{
	text-align: right;
}

.Commitment-box {
    margin: 0px 0px;
    width: auto;
    height: auto;
    border-radius: 10px;    
	-webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	overflow: hidden;
	text-align: left;
    padding: 0px;
	position: relative;
    border: 1px #E0E5EB solid;
	background: linear-gradient(180deg, transparent 57.03%, rgba(0, 0, 0, .85));
}
.Commitment-box img {
    margin: auto auto 0px auto !important;
    height: 380px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;    
	opacity: 1;        -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
	z-index: -1;
    position: relative;
}
.Commitment-box:hover img
{
   transform: scale(1.1);
}

.Commitment-box:hover .bg-color
{
    background: linear-gradient(40deg, #e6c22996 0%, #00000000 100%);
    opacity: 1;
	transition: all .25s ease-in-out;
	border-radius: 10px;
}

.bg-color
{
    background: #4A3B00;
    background: linear-gradient(40deg, #E6C229 0%, #000 100%);
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.Commitment-box:hover .bg-color
{
    background: linear-gradient(40deg, #e6c22996 0%, #00000000 100%);
    opacity: 1;
	transition: all .25s ease-in-out;
}

.bg-color1
{
    background: #4A3B00;
    background:linear-gradient(40deg, #0066b37d 0%, #00000000 100%);
	position: absolute;
	opacity:0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.Commitment-box:hover .bg-color1
{
    background:linear-gradient(40deg, #0066b37d 0%, #00000000 100%);
	opacity: 1;
	transition: all .25s ease-in-out;
}

.bg-color2
{
    background: #4A3B00;
    background:linear-gradient(40deg, #0066b37d 0%, #00000000 100%);
	position: absolute;
	opacity:0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.Commitment-box:hover .bg-color2
{
    background:linear-gradient(40deg, #6F4100 0%, #00000000 100%);
	opacity: 1;
	transition: all .25s ease-in-out;
}

.Commitment-box .title-1 {
font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin: 25px 0 20px 0;
    padding-left: 15px;
    position: absolute;
    z-index: 1;
    left: 15px;
	border-left: 2px #FFFFFF solid;
    bottom: 15px;    
	width: 100%;
}

.Commitment-box .title-1  i{
    font-size: 22px;
    position: absolute;
    z-index: 999;
    right: -100%;
	transition: all .5s ease-in-out;
}
.Commitment-box:hover .title-1  i{
    font-size: 22px;
    position: absolute;
    z-index: 999;
    right: 30px;
	transition: all .5s ease-in-out;
}


.news-ticker
{
	background: url("../images/ticker.png") no-repeat left center;
	background-size:contain;
    padding: 30px 0;
    margin-bottom: 30px;
    overflow: hidden;
}


.box-slider
{
	overflow-x: scroll;
    overflow-y: hidden;
	color:#666666;    
	padding-left:0px;
	font-size:13px;
	font-weight:bold;
	padding-bottom: 0px;
	padding-bottom:0px;    
	margin-top: 0px;
	border-bottom: 1px #D2D2D2 solid;
}
#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: #F5F5F5;	
	border-radius:100px;

}

#style-3::-webkit-scrollbar
{
	width: 10px;
	height:6px;
	background-color: #F5F5F5;	
	border-radius:100px;

}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #E5B213;
	border: 2px solid #E5B213;	
	border-radius:100px;

}


.section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
.first, .last {
  background: #eee;
}
.horizontal {
  
}
.scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}


.box-time
{
	overflow-x: scroll;
    overflow-y: hidden;
	color:#666666;    
	padding-left:0px;
	font-size:13px;
	font-weight:bold;
	padding-bottom: 0px;
	padding-bottom:0px;    
	margin-top: 0px;
	border-bottom: 1px #D2D2D2 solid;
	width: 100%;	
	gap: 28px;
    display: flex;    
	align-items: center;
}
#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	background-color: #F5F5F5;	
	border-radius:100px;

}

#style-4::-webkit-scrollbar
{
	width: 10px;
	height:0px;
	background-color: #F5F5F5;	
	border-radius:100px;

}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #F0761F;
	border: 2px solid #F0761F;	
	border-radius:100px;

}
.tab {
position: relative;
}

/* Style the buttons inside the tab */
.tab button {
  cursor: pointer;
  transition: 0.3s;
    padding:8px 0px;
	float:left;    
	border: 0;
	color: #A3A3A3;
    border-bottom: 3px #e8e8e800 solid;
    background-color: #FFFFFF;
    font-size: 40px;
    text-transform: capitalize;
    margin-bottom: 0px;
    border-radius: 0px;    
    position: relative;    
}
.tab button h3{   
	width: max-content; 
    font-size: 40px;
}
/* Change background color of buttons on hover */
.tab button:hover {
color:#000!important;border-bottom: 6px #D9AF0B solid!important;}

/* Create an active/current tablink class */
.tab button.active {
color:#000!important;border-bottom: 6px #D9AF0B solid!important;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 0;
  border-top: none;
	margin-top: 30px;
}

.news-box
{
    display: block;
    /*margin: 20px 15px 20px 0px;*/
    height: auto;
    position: relative;
    background: #F8F8F8;
    padding: 20px;
    border-radius: 10px;
    width: 100%;  
	min-width: 300px;	
	transition: all .2s ease-in-out;


}
.news-box:hover
{
    background-color: #E5B213;
}

.news-box .date
{
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    height: auto;
    width: 90px;
    background-color: #E5B213;
    overflow: hidden;
    border-radius: 0px;
    padding: 10px 0px 0 0;
    position: relative;
    line-height: 22px;
    text-align: center;
}

.news-box .date i
{
    font-size: 8px;
	position: absolute;
	top: 5px;
	left: 5px;
}

.i-right
{
	right: 5px !important;
	left:auto;
}
.news-box:hover .date
{
   color: #000;
    background-color: #fff;
}
.news-box-b
{
     font-size: 24px;
    font-weight: 600;
}


.news-box .date span
{
    font-size:16px;
    font-weight:700;
    color: #fff;
    display: block;
    background-color:#6F4100;
    padding:6px;
    position: relative;
    margin-top: 5px;
}
.news-box .title-1
{
      font-size:18px;
      font-weight:600;
	  color: #000;    
	  margin: 15px 0;
}

.news-box:hover .title-1
{
   color: #fff;
}

.more-news{
     margin-top:10px;
}

.more-news i{
    font-size: 24px;
    color: #D1A40F;
}

.news-box:hover .more-news i
{
   color: #fff;
}
.body-bg2
{
	padding: 40px 0;
	background-color: #F8F8F8;
}





.news-box2
{
    display:block;
    margin:20px 0px 10px 0;
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
	border-radius: 10px;    
	position: relative;
}

.news-box2 img
{
    margin: auto;
    height: 160px;
    width: 100%;
    object-fit: cover;	
	border-radius: 10px;    
	transform: scale(1);    
	-webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.news-box2:hover img
{
    transform: scale(1.1);    
	-webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.news-box2 .title-1
{
      font-size:20px;
      color:#1C1C1C;
      font-weight:600;
      /*height: 70px;
      overflow: hidden; */   
      margin: 10px 0px;
}
.news-margin
{ 
      margin: 30px 0px 10px 0px !important;
}
.news-box2:hover img
{
    transform: scale(1.1);    
	-webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.data2-news
{
    margin:5px 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;
}


.more2-news{
       margin: 10px 0px;
}

.more2-news i{
    font-size: 24px;
    color: #005FA7;
}
.news-box2:hover .more2-news i{
    font-size: 24px;
    color: #D9AF0B;
}


.white-bg2
{
	background-color:#FFFFFF;
	padding: 30px;
	border-radius: 15px;
}





.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #fff ;
  color: #000000;
  cursor: pointer;
  padding:30px 45px 30px 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
	position: relative;
  font-size: 22px;
  border-radius:0px;
  margin-bottom:5px;border-bottom: 1px #CCCCCC solid;
}


.collapsible-all .collapsible:after {
  content: "\f0a9";
  color: #005FA7;
  font-weight: bold;
  position: absolute;
  right: 0;    
  top: 28px;
  margin-right: 0px;    
  font-family: "Font Awesome 7 Free";
}

.collapsible-all .active:after {
  content: "\f0ab";
}

.collapsible-all .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;  border-radius:5px;

  transition: max-height 0.2s ease-out;
  background-color: #fbfbfb;
}


.collapsible-all .content p
{
	padding:10px 0;color: #272727;
	
}

.logos
{
	padding: 30px 0;
	margin-top: 30px;
	position: relative;
	background-color: #F8F8F8;
	overflow: hidden
}

.logos img
{ 
    height: 60px;
    margin: auto;
    width: 100%;
    object-fit: contain;
}

.logos-bottom
{ 
	margin-bottom: 30px;

}


.news
{
	padding:30px 0;
	overflow: hidden;	
	z-index: 0;
	position: relative;
}


.news ul
{
    padding-right:0;
    margin-top:20px;
}

.news ul li
{
    display: inline-block;
    margin: 20px 5px;
    width: 24%;
    height: auto;
    position: relative;
    border: 2px #ececec solid;
    padding: 15px 15px 30px 15px;
    border-radius: 10px;
}


.news ul li img
{
    height: 260px;
    width: 100%;	
	border-radius: 5px;
    object-fit: cover;
	margin-bottom: 20px;
}

.news ul li .date
{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background-color: #E5B213;
    overflow: hidden;
    border-radius: 4px;
    padding: 6px 15px;
    position: absolute;
    left: 25px;
    top: 30px;
}


.news ul li .title-1
{
      font-size:22px;
      font-weight:700;
	  color: #000;
      overflow: hidden;

}

.news ul li .title-small
{
 
   margin-bottom:20px;

}
.news ul li .title-small span
{
      font-size:14px;
      font-weight:500;
	  color: #4A5565;
      overflow: hidden;
	margin-left: 20px;
		
}


.news ul li .text {
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 10px;
    height: 70px;
    overflow: hidden;
	margin-top: 10px;	  
	color: #4A5565;

}

.more-news{
     margin-top:10px;
}


.news-events
{
    display: inline-block;
    margin: 20px 0px;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
}


.news-events img
{
    height: 260px;
    width: 100%;	
	border-radius: 15px;
    object-fit: cover;
	margin-bottom: 20px;
}

.news-events .date
{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background-color: #E5B213;
    overflow: hidden;
    border-radius: 4px;
    padding: 6px 15px;
    position: absolute;
    left: 25px;
    top: 30px;
}


.news-events .title-1
{
    font-size:20px;
    font-weight:600;
	color: #000;
	margin-bottom: 10px;
    overflow: hidden;    
	height: 60px;
}

.news-events .title-small
{
 
   margin-bottom:5px;

}
.news-events .title-small span
{
      font-size:15px;
      font-weight:500;
	  color: #000;
      overflow: hidden;
	margin-left: 10px;
		
}


.news-events .text {
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 10px;
    height: 50px;
    overflow: hidden;
	margin-top: 10px;	  
	color: #4A5565;

}


.bg-img
{
	position: relative;
	padding: 100px 0;
	z-index: 0;
}

.bg-img-b
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;    
	z-index: -1;
	background: linear-gradient(40deg, #000000 0%, #66666600 100%);
}

.title-w{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
	position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
    padding-bottom: 15px;
	z-index: 9;
}

.title-w span{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
   display: block;
}

.line-top
{
    border-top: 1px #FFFFFF80 solid;
    padding-top: 20px;
    color: #ffffff;
	font-size: 18px;
	margin-top: 30px;
}


.footer
{
	font-size:14px;
	padding:50px 0 10px 0;
	color:#000;	
	background-color: #fff;
	position: relative;
	z-index: 9;
	font-weight: 400;
}


.footer ul
{
   padding-left:0px;
}
.footer ul li
{
   margin:10px 0;    
   color: #000;
	display: block;
}
.footer ul li a
{
	color:#000;
}


.footer-title
{
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 10px 0 18px 0;
}
.footer-title span
{
    border-bottom: 2px #000000 solid;
    padding-bottom: 5px;
}

.footer-title img
{
	display: block;
	margin: 0 0 25px 0;
	height: 120px;
}
.footer-text
{
	height: 65px;
    overflow: hidden;
	color:#000;
}

.footer .text-right
{
	text-align: right;
}
.vcard
{
	margin-top:10px;
}

.vcard div
{
	margin-bottom:10px;	
	font-weight: 600;
}

.vcard div span
{
	margin-top:5px;
	font-weight: 300;
	display: block;
}
 
.vcard img
{
    margin-right: 10px;
    /*float: left;*/
    margin-bottom: 20px; 
}
.vcard i
{
    margin-right: 10px;
}

.contacts-card
{
	margin-top:10px;
}

.contacts-card div
{
    font-weight: 400;
    display: inline-block;
    margin: 0 25px 10px 0;
}

.contacts-card div span
{
	margin-top:5px;
	font-weight: 300;
	display: block;
}
 

.contacts-card i
{
    margin-right: 10px;
}


.footer .socials {
	position: relative;
	overflow: hidden;	
	margin-top:0px;
	text-align: left;
	margin-bottom:0px;    
	padding-right: 0;    
	margin-right: 0;
}



.footer .socials li {
    display: inline-block;	    
	margin: 8px 2px;
}


.footer .socials li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    /*background-color: #E6C229;*/
    line-height: 40px;
    text-align: center;
    margin-left: 0px;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer .socials li a i {
    margin-right: 0px;

}


.footer .socials li a:hover {
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.twitter
{
    background-color: #1D9BF0;
}


.facebook
{
    background-color: #0165E1;
}

.whatsapp2
{
    background-color: #25D366;
}

.youtube
{
    background-color: #FF0000;
}

.Instagram
{
    background-color: #833AB4;
}

.newsletter
{
	margin:20px 0 0 0;
	position: relative;
}



.newsletter .form-control {
    display: block;
    width: 100%;
    height: 52px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #555;
    background-color: #ffffff00;
    background-image: none;
    border: 1px solid #ffffff3d;
    border-radius: 3px;
    -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;
    padding: 16px 25px ;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    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;
    position: absolute;
    right: 0px;
    top: 0px;
    user-select: none;
    text-transform: capitalize;
    background-color: #0F4C81;
    border: 1px solid transparent;
    border-radius: 20px;
    width: auto;
    color: #fff;
}

.inner-search
{
	position:relative;
	z-index:9;
	padding-top:0px;
	padding-bottom:0px;
}


.inner-search .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
	position: relative;
	
}


.inner-search .form-control2 {
display: block;
    width: 100%;
    height: 55px;
    padding: 6px 14px 6px 35px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555570;
	font-weight: 500;
    background: #fff;
    border:1px solid #e3e3e3;
    border-radius: 20px;
}


.inner-search .form-control-feedback {
    position: absolute;
    top: 0px;
    z-index: 2;
    display: block;
    width: 50px;
    height: 55px;
    color: #595C5E;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    pointer-events: auto;
    border-radius: 20px;
}
.inner-search button {
    position: absolute;
    top: 0px;
    padding: 15px 34px;
    right: 0;
    z-index: 2;
    display: block;
    /* width: 50px; */
    /* height: 50px; */
    color: #ffffff;
    font-size: 17px;
    /* line-height: 44px; */
    text-align: center;
    pointer-events: auto;
    border-radius: 20px;
    background-color: #0066b3;
}


.inline-block
{display: inline-block}


.control-margin {
    display: inline-block;
    width: 60%;
    margin-left: 15px;
}

.footer-margin {

    margin-top: 40px;
}


.copyright
{
    padding: 15px 0;
	border-top: 1px solid #00000066;
    color: #000
	background-color: #fff;
    font-size: 14px;
    line-height: 55px;
	position: relative;
	z-index: 99;
}


.copyright a
{
    color:#000
}

.copyright .text-right
{
	text-align: right;
}



.inner-bg {
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/5.png") no-repeat fixed top center;
    background-size: cover;
    opacity: 0.3;
}


.caption-inner 
{
    height:500px;
    width: 100%;
    color: #fff;
    padding:170px 0 80px 0;  
	position: relative;
	text-align: center;
    background-color:#444444;  
}


.caption-inner h3 
{
    margin-bottom: 10px;
    font-size: 40px;   
    font-weight:600; 
    text-transform: capitalize;
    margin-top:15px;
    color: #fff;
}
.img-inner
{
	border-radius: 10px;
    width: 100%;
}
hr {
    margin: 2rem 0;
    opacity: .8;
}
.breadcrumb 
{
    padding: 10px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;  
	text-align: center;
	display: block;
}


.breadcrumb>li 
{
    display: inline-block;
    font-size:16px;
    color:#fff;    
    font-weight: 400;
    text-transform: uppercase;
}

.breadcrumb>li a
{    
color:#fff;
}


.breadcrumb>.active
{
    color: #D1A40F;
}

.breadcrumb>li+li:before 
{
    padding: 0 5px;
    content: "/\00a0";
}



.content-inner {
    padding: 80px 0;
    margin-bottom:0;
    overflow:hidden;
	position: relative;
	border-bottom: 2px #005FA7 solid;
}


.content-inner-course {
    padding: 80px 0;
    margin-bottom:0;
}

.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:  right;
}

.pic-inner img{
    width: 100%;
	border-radius: 20px;
}



.bg-navy
{
	background-color:#412702;
	border-radius:10px;
	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: #D1A40F;
}

.calls-data
{
	margin-top:15px;
    color: #fff;
    background-color: rgb(255 255 255 / 25%);
    border-radius: 10px;
    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-right: 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-left: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-b
{
	background-color:#f2f4f7;
	border-radius:10px;
	padding:30px;
}


.bg-shadow
{
 box-shadow: 0 1px 20px 5px rgb(0 0 0 / 8%);
}

#arrow-down2 {
    background-image: url(../images/down-arrow.png);
    display: block;
    background-position:95% center;
    background-repeat: no-repeat;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    color: #25272F;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #e3e3e3;
}

.form-control {
    display: block;
    width: 100%;
    padding: 15px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #8F8F8F33;
    border-radius: 20px;
    -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;
}



.services-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  margin-bottom: 20px;
}

.services-one .container {
  max-width: 1600px;
}

.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;
	margin-bottom: 20px;
  border-radius: 0 0 10px 10px;
}

.services-one__title-box {
  position: relative;
  display: block;
}

.services-one__sub-title {
  font-size: 12px;
  color: #D9AF0B;
  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: 30px;
  overflow: hidden;
}

.services-one__title a {
  color: #D1A40F;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}

.services-one__title a:hover {
  color: #D9AF0B;
}
.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: #D1A40F;
}

.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:#D9AF0B;
  font-size: 15px;
  color: #fff;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;    
	border-radius: 4px;
    padding: 15px 15px;
}

.services-one__arrow a:hover {
  background-color: #D1A40F;
}



.box-category 
{
	height:264px;
	color:#D1A40F;
	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: #D1A40F;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #D1A40F;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#D1A40F;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category h2 {
    font-size: 20px !important;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #D1A40F;
	background-color:rgb(255 255 255 / 85%);
    padding: 15px 30px;
    text-align: left;	
    position: absolute;
    top: 10px;   
	border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h2
{
     background-color:#D1A40F;
     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:#D1A40F;
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;
}




.news-inner{
     display:inline-block;
     margin:20px 0px;
     width: 100%;
     height: auto;  
     background-color:#F9F9F9;      
     border-radius: 10px;
     box-shadow: 0px 1px 11px 0px rgb(0 0 0 / 25%);
     padding: 0px 0px 25px 0px;
}

.news-inner img
{
    margin: auto;     
    border-radius: 10px 10px 0 0;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.news-inner .title-1
{
    font-size: 15px;
    color: #DDA953;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 20px 20px;
}

.news-inner .text
{
    font-size: 18px;
    color: #000;
    font-weight: normal;
    height: 50px;
    overflow: hidden;
    margin: 0px 20px 0px 20px;
}

.more-news-inner
{
     margin:0px 20px;
}


.more-news-inner a {
    font-size: 14px;
}


.box-news-all
{
	position:relative;
    margin-bottom: 20px;
}

.box-news{
    height: 115px;
    width: 35%;
    position: relative;
    background-color: #F9F9F9;
    background-blend-mode: multiply;
    background-size: cover;  
    border-radius: 5px;
}

.box-news-text
{
    width: 58%;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 15px;
    padding: 0px 0px 5px 0;
    height: 115px;    
    overflow: hidden;
    color: #000;

    font-weight:500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-news-text:hover
{
    color: #000;
}

.box-news-text .text-all 
{
    font-size: 15px;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin: 0px 0px;
}


.news2-time 
{
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}


.category ul
{
   padding-right:20px;
	font-size: 16px;
}
.category ul li
{
   margin:10px 0;   
}
.category ul li a
{
	color:#DDA953;
}.category ul li a img
{
	margin-right: 10px;
}
.category ul li a i
{
	margin-right: 10px;
}
.title-2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    margin-bottom: 30px;
    margin-top: 6px;
	position: relative;
	color:  #DDA953;
}

.title-2-border{
    border-bottom: 2px #DDA953 solid;
    width: 80px;
	position: absolute;
	bottom: -10px;
	
}




.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
    color:#D1A40F;
}



.title-news {
    font-size: 20px;
    color:#D1A40F;
	font-weight: 600;
    margin-bottom:10px;
    margin-top:10px;
}



.path-search
{
    border-left: 5px #412702 solid;
    padding-left: 15px;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #D1A40F;
}

.highlight {
    font-weight: bold;
    background-color: #FFCC00;
    padding: 0 3px;
    color:#333333;
}

.pagination
{
	text-align: center;
	margin-top: 20px;
    display: inline-flex;
}

.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: #D1A40F;
    border-color: #D1A40F;
}

.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: #D1A40F;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}


.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: #D1A40F;
    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:#D1A40F;
   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: 0px 0px 0px 0px;
    border-radius:5px;
    min-height: 90px;
    margin-bottom: 20px;
}

.code_apply {
    display: block;
    padding: 12px 20px;
    background-color: #D1A40F;
    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: #D1A40F;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-group
{
	margin-bottom: 15px;
	position: relative;
}

.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: #D1A40F;
    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
{
	
	width: 250px;
    height: 145px;
    background-color:#fff;
	display:inline-block;
	padding:0px;
	margin:10px;
	border:1px #d4d4d4 dashed;
}


.brands ul li img
{
	width: 120px;
    height: 80px;
    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;
    height: 40px;
    vertical-align: middle;   
	width:250px;
	overflow:hidden;    
	padding: 0 5px;
	border-top:1px #d4d4d4 dashed;
}

.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: 14px;
	line-height: 38px;
	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: 14px;
	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-red {
    background:#D1A40F;
	padding: 40px;
	margin: 20px 0;	
	color: #FFFFFF;
	border-radius: 3px;
}

.single-red u {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
	 font-size: 18px;
	color: #FFFFFF;
}



/* 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 #D1A40F;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 165px;
  padding: 5px 0;
  background-color: #D1A40F;
  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 #D1A40F;
    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: #D1A40F;
    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;
}


/*------- NEW PAGES ------*/
.inner-caption 
{
    height:auto;
    width: 100%;
    color: #fff;
	text-align: center;
    padding:0px 0 0 0;  
	position: relative;
    background: #D1A40F;
	z-index: 9;
    background: linear-gradient(90deg, rgba(245, 221, 121, 1) 0%, rgba(240, 54, 70, 1) 100%);
}

.gradient-caption 
{
    background: linear-gradient(90deg, rgba(245, 221, 121, 1) 0%, rgba(240, 54, 70, 1) 100%)!important;
}
.caption-img 
{
    height: auto;
    object-fit: cover;
    width: 100%;
    margin: 0 auto auto auto;
    position: relative;
    top: 50px;
}


.box-header 
{
    position: absolute;
    padding: 40px;
    width: 435px;
    color: #333333;
    background: #FFFFFF url(../images/yellow-line.png) no-repeat center top;
    top: 85px;
	font-size: 18px;
    left: 50px;
}
.box-header h2
{
	font-size: 36px;
	margin-bottom: 15px;
     font-weight: 400;
}

.box-header p
{
	font-size: 18px;
     font-weight: 400;
}

.page-leftmenu ul
{
	padding-left: 0;
	margin-top: 15px;
}

.page-leftmenu ul li
{ 
	display: block;
	padding: 5px 0;
}
.page-leftmenu ul li a
{ 
    color: #333333;
}

.box-newpage
{
    background-color: #FFFFFF;
    padding: 30px;
	margin-bottom: 50px;
	position: relative;
	font-size: 18px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 24%);
}

.topbg-yellew
{
	background: url("../images/yellow-line.png") no-repeat top center;
	position: absolute;    
	height: 10px;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.counter-box-all
{
	margin: 20px 0;
	text-align: center;
}

.counter-no
{
	font-size: 36px;
	font-weight: 600;
	margin: 10px 0;
}

.counter-text
{
	font-size: 16px;
	font-weight: 400;
	color: #777677;
}

.top-margin {
    margin-top: 25px;
}

.top-margin3 {
    margin-top:10%;
}
.btn-new {
    display: inline-block;
    padding: 14px 15px;
    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: 2px;
    margin-top: 20px;
}

.btn-new1 {
    display: inline-block;
    padding: 14px 30px;
    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: 2px;
    margin-top: 20px;
}
.btn-new-full {
    width: 100%;
}


.boxyelloe-newpage
{
    background-color: #FFDE7A;
    padding: 0px;
	margin-bottom: 50px;	
	font-size: 18px;

	position: relative;
	color: #333333;
	font-size: 20px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 24%);
}

.boxyelloe-text
{
    padding:30px 15px 0 15px;
	height: 230px;
    overflow: hidden;
}
.boxyelloe-texta
{
    padding:30px 15px 15px 15px;
}

.red-text
{
   color: #D1A40F;
}
.red-text i
{
   font-size: 15px;
}
.img-8
{
	height: 365px;
    object-fit: cover;
	width: 100%;
}

.title-8 {
    font-size: 22px;
    color:#D1A40F;
	font-weight: 600;
    margin:15px 0;
}
.title-red {
    font-size: 20px;
    color:#D1A40F;
	font-weight: 600;
    margin:15px 0;
}

.title-red span{
    font-size: 14px;
    color:#5A5A5A;
	font-weight: 400;
    display: block;
	margin-bottom: 10px;
}

.box-text
{
	height: 105px;
    overflow: hidden;
}

.redbox-newpage
{
    background-color: #D1A40F;
    padding: 30px;
	color: #FFCC33;
	margin-bottom:0px;
	position: relative;
	font-size: 25px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 24%);
}


.btn-white{
    color: #fff;
    background-color: #D1A40F;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-white:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-events{
    color: #D1A40F;
    background-color: #fff;
    border-color:#fff;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-events:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; 
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.text-newpage
{
	font-size: 18px;
}


.textbig-newpage
{
	font-size: 32px;
	margin-top: 110px;
}



.img-7
{
	height: 555px;
    object-fit: cover;
	width: 100%;
}


.margin-bottom
{
	margin-bottom: 30px;
}

.content-color {
    padding: 90px 0 60px 0;
    margin-bottom:0;
	background-color: #f9f7f6;
}

.counter1-no {
    font-size: 36px;
    font-weight: 600;
    margin: 0px 0;
}
.counter1-text {
    font-size: 18px;
    font-weight: 400;
    color: #777677;
}


.img-video
{
	height: 450px;
	width: 100%;
	object-fit: cover;	
	margin:  auto auto 10px auto;
}

.popup-youtube
{
	position: relative;
}

.play
{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;    
	margin: auto;
}

.yellow-boxtext
{
	background:#FFDE7A url("../images/bg2.png") no-repeat center bottom;
	padding: 40px 15px; 
	background-size: contain;
	text-align: center;
	height: 450px;
    font-size: 16px;	
	margin-bottom: 10px;
}

.yellow-boxtext img
{	
	margin: 30px auto;
}
.black-text
{
   color: #1E1E1EB2;
}
.black-text i
{
   font-size: 15px;
}
.white-text
{
   color: #fff;
}
.white-text i
{
   font-size: 15px;
}

.red-boxtext
{
	background:#D1A40F url("../images/bg2.png") no-repeat center bottom;
	padding: 40px 15px; 
	background-size: contain;
	text-align: center;
	height: 450px;
	color: #FFFFFF;    
	font-size: 16px;	
	margin-bottom: 10px;
}

.red-boxtext img
{	
	margin: 30px auto;
}

.white-boxtext
{
	background:#fff url("../images/bg2.png") no-repeat center bottom;
	padding: 40px 15px; 
	background-size: contain;
	text-align: center;
	height: 450px;
	font-size: 22px;
	margin-bottom: 10px;
}

.white-boxtext img
{	
	margin: 30px auto;
}


.green-boxtext
{
    background: #00D6B5;
    background: linear-gradient(90deg,rgba(0, 214, 181, 1) 0%, rgba(0, 119, 100, 1) 100%);	
	padding: 40px 15px; 
	color: #FFFFFF;
	background-size: contain;
	text-align: center;
	height: 450px;    
	font-size: 16px;	
	margin-bottom: 10px;
}

.green-boxtext img
{	
	margin: 30px auto;
}

.text-height
{
	height: 180px;
	overflow: hidden;
}

.btn-gray2{
    color: #000;
    background-color:#F0EFEE;
    border-color:#F0EFEE;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	padding: 10px 15px;
	margin-top: 10px;
	text-align: left;
}


.btn-gray2:hover {
    color: #D1A40F;
    background-color:#FFFFFF00;
    border-color:#D1A40F;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.img-6
{
height: 180px;
    object-fit: cover;
    margin-bottom: 20px;
    width: 100%;
}


.title-6 {
    font-size: 20px;
    color:#D1A40F;
	font-weight: 600;
    margin:0 0 15px 0;
}
.title-5 {
    font-size:16px;
    color:#D1A40F;
	font-weight: 600;
    margin:0 0 15px 0;
}

.relativediv
{
	position: relative;
}

.paly
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}


.black-bg
{
	background-color: #1E1E1E;
	padding: 90px 290px;
	border-radius: 20px;
	color: white;
	font-size: 30px;
	text-align: center;
}

.black-bg .form-control
 {
    display: block;
    width: 100%;
    padding: 15px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #ffffff00;
    background-image: none;
    border-bottom: 2px white solid;
    border: 0px solid #ccc;
    border-radius: 0;
    border-bottom: 1px white solid;
    -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;
}

.black-bg .form-btn
 {
    position:absolute;
	right: 0;
    top: 0;
    margin-top: 0;
    padding: 10px 25px;
}


.title-4 {
    font-size: 20px;
    color:#000;
	font-weight: 600;
    margin:15px 0;
}

.title-4 span{
    font-size: 14px;
    color:#5A5A5A;
	font-weight: 400;
    display: block;
	margin-bottom: 10px;
}

.padding-news
{
	padding: 25px;

}

.padding-news
{
	padding: 25px;

}
.border-news::after
{
    border-left: 1px #E2E2E2 solid;
    height: 70%;
    right: 0;
    position: absolute;
    top: 10%;
}
.border-news::before
{
    border-right: 1px #E2E2E2 solid;
    height: 70%;
    left: 0;
    position: absolute;
    top: 10%;
}

.padding-border
{  
	padding: 50px;
    border-radius: 10px;
}
.collapsible2-all
{
	margin-top: 0px;
}


.collapsible2-all .collapsible {
    color: #000;
    cursor: pointer;
    padding: 10px 0px;
    width: 100%;
    border: none;
    text-align: left;
    font-weight: 600;
    outline: none;
    font-size: 20px;
    margin-bottom: 5px;
    background-color: #deb88700;
}


.collapsible2-all .collapsible:after {
  content: '\002B';
  color:#28CCA2;
  font-weight: bold;
	border: 1px #28CCA2 solid;
  margin-left: 15px;
	padding: 2px 9px;
    border-radius: 100px;
}

.collapsible2-all .active:after {
  content: "\2212";
}

.collapsible2-all .content{
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.collapsible2-all .content p
{
	padding:10px 0;
}

.redbox2-newpage {
    background-color: #D1A40F;
    color: #fff;
    margin-bottom: 0px;
    position: relative;
    font-size: 20px;
    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 24%);
}
.collapsible3-all
{
	margin-top: 0px;
}


.collapsible3-all .collapsible {
    color: #fff;
    cursor: pointer;
    padding: 10px 0px;
    width: 100%;
    border: none;
    text-align: left;
    font-weight: 600;
    outline: none;
    font-size: 20px;
    margin-bottom: 5px;
    background-color: #deb88700;
}


.collapsible3-all .collapsible:after {
  content: '\002B';
  color:#28CCA2;
  font-weight: bold;
	border: 1px #28CCA2 solid;
  margin-left: 15px;
	padding: 2px 9px;
    border-radius: 100px;
}

.collapsible3-all .active:after {
  content: "\2212";
}

.collapsible3-all .content{
  padding: 0 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}


.collapsible3-all .content p
{
	padding:10px 0;
}

.details-y
{
    position: absolute;
    right: 35px;
    bottom: 20px;
    background-color: #ffde7a;
    padding: 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
	text-align: center;
}
.details-y span
{
    display: block;
    font-size: 16px;    
	font-weight: 400;
}


.details-r
{
    position: absolute;
    right: 35px;
    bottom: 20px;
    background-color: #D1A40F;
    padding: 20px;
	color: #FFFFFF;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
	text-align: center;
}
.details-r span
{
    display: block;
    font-size: 16px;    
	font-weight: 400;
}


.caption-j 
{
    height:auto;
    width: 100%;
    color: #fff;
    padding:20px 0;  
	position: relative;
}



.content-colorj {
    padding: 0px 0 60px 0;
    margin-bottom: 0;
    background-color: #f9f7f6;
}
.italic-p
{
	font-style: italic;
	font-weight: 600;
}

.italic-n
{
	font-style:normal;
	font-weight: 400;
}
.time-date
{
	font-weight: 500;
	margin: 10px 0;
}
.top-margin2 {
    margin-top: 15px;
}

.title-certifications
{
   color:#1C1C1B;
   font-size:48px;
   font-weight: 700; 
   line-height: 55px;
   margin-bottom:20px;
}

.title-certifications span
{
   color:#D9AF0B;
}


.btn-gray3{
    color: #000;
    background-color:#F0EFEE;
    border-color:#F0EFEE;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	padding: 10px 15px;
	margin-top: 10px;
	text-align: center;
}


.btn-gray3:hover {
    color: #D1A40F;
    background-color:#FFFFFF00;
    border-color:#D1A40F;     
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.search2
{
	position:relative;
	z-index:9;
	padding-top:0px;
	padding-bottom:30px;
}


.search2 .form-group {
    margin-bottom: 0px;
    margin-top: 0px;
}


.search2 .form-control2 {
display: block;
    width: 100%;
    height: 50px;
    padding: 6px 15px 6px 60px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555570;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
}


.search2 .form-control-feedback {
position: absolute;
    margin-top: -50px;
    z-index: 2;
    display: block;
    width: 50px;
    height: 50px;
    color: #ffffff;
    background-color: #D1A40F;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    border-radius: 4px;
}










.team ul
{
	 text-align:center;
	 padding-left: 0;	
}


.team ul a:hover
{
	 text-decoration:none;
}

.team ul li
{
        width: 250px;
    height: 350px;
    display: inline-block;
    margin: 0 10px 10px 9px ;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    border: 1px solid #ddd;
    transition-duration: .3s;
    margin-top: 10px;
    position:relative;
    overflow:hidden;
}

.team ul li img {
    border-radius: 10px;	
	height:450px;
    width: 100%;
    object-fit:cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.team ul li:hover img {
     filter: none;
    -webkit-filter: grayscale(0);
}


.team-content
{
	text-align: left;
	color:#261a3d;	    
	background-color:rgb(255 255 255 / 96%);
	padding:10px 15px;
    position: absolute;
    bottom: 0px;
    left:20px;
    right:20px;
    z-index: 0;
    border-radius: 10px;
    transition-duration: .5s;
    opacity: 0;
    box-shadow: 0 20px 35px rgb(0 0 0 / 12%);

}

.team ul li:hover .team-content
{
    opacity: 1;
    bottom: 20px;
}

.team-content h5
{
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 20px;
    color: #261a3d;   
    font-weight: 600;    
}

.team-content h5 span
{
    font-size: 14px;
    color: #DDA953;     
    overflow: hidden;
    font-style:italic;
    display:block;	    
margin-top: 10px;
}

.team-content h3
{
    height: 45px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 13px;
    text-transform: capitalize;
    color: #261a3d;
    line-height: 22px;
}


.team-social ul
{
	position: relative;
	overflow: hidden;	
    text-align:right;
	padding-right:0;
	margin-bottom:0;
	margin-top:7px;
}


.team-social ul li 
{
    display: inline-block;	
    width: 25px;
    height: 25px;    
    margin:0;
    background:none;
    padding:0;
    border:0;
}


.team-social ul li a {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height:25px;
    text-align: center;
    padding: 0px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius:0px;
}


.team-social ul li a:hover 
{
	color: #fff;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.team-social .fa-twitter {
    color: #1da1f2;
}



.team-social .fa-facebook-f
{
	color:#3b5998;
}


.team-social .fa-linkedin-in
{
	color:#00a0dc;
}

.team-social .fa-instagram
{
	color:#e30000;
}


.big-link {
    background-color: #DDA953;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 100px;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    margin: auto auto auto 0;
}
.big-link a{
    color: #fff;
}


.Calender_calender__wrapper__74t0u {
    background-color: #D1A40F;
    padding: 2.25em 1.875em;
    border-radius: 22px;
    height: 100%;
    display: flex;
    flex-direction: column
}

.Calender_calender__wrapper__74t0u .Calender_slider__wrapper__oguOX {
    background-color:#FFFFFF;
    padding: 1.25em;
    border-radius: 17px;
    height: 19em;
    filter: drop-shadow(0 12px 26px rgba(30,178,134,.2));
    z-index:0;
}

@media(max-width: 767px) {
    .Calender_calender__wrapper__74t0u .Calender_slider__wrapper__oguOX {
        height:4em;
        padding: .8125em
    }
}

.Calender_calender__wrapper__74t0u .Calender_slider__wrapper__oguOX .Calender_row__Oeo0w {
    display: flex;
    justify-content: space-between;
    height: 100%
}

.Calender_calender__wrapper__74t0u .Calender_slider__wrapper__oguOX .Calender_row__Oeo0w .Calender_content__6kBtZ h2 {
    font-size: 4.375em;
    margin-bottom: .1em
}

@media(max-width: 767px) {
    .Calender_calender__wrapper__74t0u .Calender_slider__wrapper__oguOX .Calender_row__Oeo0w .Calender_content__6kBtZ h2 {
        font-size:1em;
        margin: 0;
        line-height: 1;
        padding-right: 1em
    }

    .Calender_calender__wrapper__74t0u .Calender_slider__wrapper__oguOX .Calender_row__Oeo0w .Calender_content__6kBtZ {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 50%
    }
}

.Calender_calender__wrapper__74t0u .Calender_slider__wrapper__oguOX .Calender_row__Oeo0w .Calender_content__6kBtZ .Calender_view__calender__Ug4O7 {
    display: flex;
    align-items: center;
    gap: .75em;
    cursor: pointer
}

@media(max-width: 767px) {
    .Calender_calender__wrapper__74t0u .Calender_slider__wrapper__oguOX .Calender_row__Oeo0w .Calender_content__6kBtZ .Calender_view__calender__Ug4O7 span {
        display:none
    }
}

.Calender_dates__wrapper__hgUlc {
    position: relative
}

@media(max-width: 767px) {
    .Calender_dates__wrapper__hgUlc {
        width:50%
    }
}

.Calender_dates__wrapper__hgUlc:after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1
}

@media(min-width: 576px) {
    .Calender_dates__wrapper__hgUlc:after {
        background:linear-gradient(180deg,transparent,hsla(0,0%,100%,.8))
    }
}

.Calender_slide__wdf5J {
    color: #a3a3a3;
    position: relative;
    transition: all .5s ease
}

.Calender_slide__wdf5J:after {
    content: "";
    position: absolute;
    width: .625em;
    aspect-ratio: 1;
    background-color: var(--color-blackcol);
    top: 50%;
    left: 0;
    border-radius: 50px;
    opacity: 0
}

@media(max-width: 767px) {
    .Calender_slide__wdf5J:after {
        left:1px;
        width: .525em
    }
}

.Calender_slide__wdf5J h2 {
    transition: all .5s ease
}

@media(max-width: 767px) {
    .Calender_slide__wdf5J h2 {
        font-size:1em;
        line-height: 1
    }
}

.Calender_btns__wrapper__0z6ZF {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .625em;
    margin-top: 5.875em
}

@media(max-width: 767px) {
    .Calender_btns__wrapper__0z6ZF {
        margin-top:0
    }
}

.Calender_btn__lpHzr {
    display: flex;
    align-items: center;
    justify-content: center;
    position: unset;
    width: 2.375em;
    aspect-ratio: 1;
    margin-top: unset;
    z-index: unset;
    color: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #000000;
    padding: .625em;
    border-radius: 50px;
    cursor: pointer
}

@media(max-width: 767px) {
    .Calender_btn__lpHzr {
        width:1.4em;
        padding: .35em
    }
}

.Calender_btn__lpHzr:after {
    content: ""
}

.Calender_btn__lpHzr .Calender_icon__ZEMBE {
    border: 1px solid var(--color-blackcol);
    padding: .5em;
    border-radius: 50px
}

.Calender_btn__lpHzr .Calender_icon__ZEMBE img {
    width: .9375em;
    aspect-ratio: 1
}

.Calender_btn__lpHzr.Calender_prevBtn__j0Ug6 {
    transform: rotate(90deg)
}

.Calender_btn__lpHzr.Calender_nextBtn__Ec1_2 {
    transform: rotate(270deg)
}

.Calender_calender__title__Oq8HH {
    display: flex;
    align-items: center;
    gap: 3.125em;
    padding-bottom: 1.375em;
    border-bottom: 1px solid hsla(0,0%,100%,.302);
    color: var(--color-whitecol)
}

.Calender_calender__title__Oq8HH span {
    flex-shrink: 0
}

.Calender_calender__title__Oq8HH a {
    color: var(--color-whitecol)
}

.Calender_calender__botton__wrapper__T_Rzc {
    padding-top: 1.375em;
    display: flex;
    flex-direction: column;
    gap: 1.5em
}

.Calender_btn__Wrapper__OJ1YX {
    padding-top: 2.5em;
    margin-top: auto
}

.Slider_event__slider__wrapper__fGgN1 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 767px) {
    .Slider_event__slider__wrapper__fGgN1 {
        flex-direction:column;
        gap: 1.25em;
        align-items: baseline
    }
}

@media(min-width: 576px) {
    .Slider_event__slider__wrapper__fGgN1 h4 {
        margin-bottom:0
    }
}

.Slider_eventSlider__d86Rd {
    margin-top: 1.5em
}

.Slider_events__8jXl1 {
    margin-top: 1.875em
}

.Slider_events__8jXl1:first-child {
    margin: 0
}

@media(max-width: 991.98px) {
    .Slider_events__8jXl1:first-child {
        margin-top:1.875em
    }
}

.Slider_slide__u9S_N {
    height: auto
}

@media(max-width: 991.98px) {
    html[lang=ar] .CalenderWithSlider_line__3R2vg {
        left:unset;
        right: 0
    }
}

.CalenderWithSlider_tabs__wrapper__LfRJu {
    display: flex;
    align-items: center;
    gap: 3.125em;
    position: relative
}

@media(max-width: 991.98px) {
    .CalenderWithSlider_tabs__wrapper__LfRJu {
        overflow-y:hidden;
        overflow-x: auto;
        width: 100%
    }

    .CalenderWithSlider_tabs__wrapper__LfRJu::-webkit-scrollbar {
        width: 10px;
        height: 0
    }

    .CalenderWithSlider_tabs__wrapper__LfRJu::-webkit-scrollbar-track {
        background: hsla(0,0%,52%,.31)
    }

    .CalenderWithSlider_tabs__wrapper__LfRJu::-webkit-scrollbar-thumb,.CalenderWithSlider_tabs__wrapper__LfRJu::-webkit-scrollbar-thumb:hover {
        background: var(--color-primarycol)
    }
}

@media(max-width: 767px) {
    .CalenderWithSlider_tabs__wrapper__LfRJu {
        gap:1em
    }
}

.CalenderWithSlider_tabs__wrapper__LfRJu .CalenderWithSlider_line__3R2vg {
    content: "";
    position: absolute;
    background-color: rgba(64,58,96,.2);
    height: 1px;
    width: calc(100% + 12em);
    bottom: 0;
    left: -6em
}

@media(max-width: 991.98px) {
    .CalenderWithSlider_tabs__wrapper__LfRJu .CalenderWithSlider_line__3R2vg {
        left:0;
        width: 180%
    }
}

.CalenderWithSlider_tabs__wrapper__LfRJu .CalenderWithSlider_tab__78KYK {
    color: #a3a3a3;
    position: relative;
    padding-bottom: 1.6875em;
    transition: all .3s ease
}

.CalenderWithSlider_tabs__wrapper__LfRJu .CalenderWithSlider_tab__78KYK:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 6px;
    background-color: var(--color-primarycol);
    left: 0;
    bottom: -.17em;
    border-radius: 50px;
    opacity: 0;
    transition: all .3s ease
}

@media(max-width: 991.98px) {
    .CalenderWithSlider_tabs__wrapper__LfRJu .CalenderWithSlider_tab__78KYK h2 {
        width:max-content
    }
}

.CalenderWithSlider_tabs__wrapper__LfRJu .CalenderWithSlider_tab__78KYK.CalenderWithSlider_active__J3JFz {
    color: var(--color-blackcol)
}

.CalenderWithSlider_tabs__wrapper__LfRJu .CalenderWithSlider_tab__78KYK.CalenderWithSlider_active__J3JFz:after {
    opacity: 1
}

.CalenderWithSlider_tabs__body__P8SVE {
    padding-top: 2.0625em;
    min-height: 32em
}

@media(max-width: 991.98px) {
    .CalenderWithSlider_formWrapper__KWgbG {
        margin-top:2em
    }
}

.calenderWithSliderLoading_loaderWrapper__TYjfd {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 58.5625em
}

.calenderWithSliderLoading_icon__on1Fw {
    animation: calenderWithSliderLoading_rotating__GxV1K 2s linear infinite;
    margin-bottom: .9825em;
    width: 4em;
    display: flex;
    justify-content: center;
    align-items: center
}

.calenderWithSliderLoading_icon__on1Fw svg {
    width: 100%
}

.calenderWithSliderLoading_icon__on1Fw svg path {
    fill: var(--color-primarycol)
}

@keyframes calenderWithSliderLoading_rotating__GxV1K {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

html[lang=ar] .feedbackForm_popUpHeader__iDoF6 {
    justify-content: flex-start
}

.feedbackForm_popUpHeader__iDoF6 {
    display: flex;
    justify-content: flex-end;
    margin: 1.5em;
    position: relative;
    align-items: center
}

.feedbackForm_popUpHeader__iDoF6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4px;
    width: 85%;
    background: rgba(34,76,52,.15)
}

.feedbackForm_popUpBody___RDVE {
    padding: 0 1.5em 1em
}

.feedbackForm_buttonWrapper__552tY {
    margin-top: 1.5em
}

.feedbackForm_star__wrapper__kZtN8 {
    display: flex;
    justify-content: center;
    margin: 1.5em 0
}

html[lang=ar] .pollForm_popUpHeader__mNr8S {
    justify-content: flex-start
}

.pollForm_popUpHeader__mNr8S {
    display: flex;
    justify-content: flex-end;
    margin: 1.5em;
    position: relative;
    align-items: center
}

.pollForm_popUpHeader__mNr8S:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 4px;
    width: 85%;
    background: rgba(34,76,52,.15)
}

.pollForm_popUpBody__P0XMg {
    padding: 0 1.5em 1em
}

.pollForm_inputWrapper__O0WE3 {
    margin: 1.5em 0 0
}

.pollForm_buttonWrapper__tOo83 {
    margin-top: 2.5em
}

html[lang=ar] .SideLinks_wrapper__EfaEp {
    right: unset;
    left: 3.91%
}

html[lang=ar] .SideLinks_collapse__wrapper__JuAdU.SideLinks_collapsed__U0SQK {
    -webkit-clip-path: inset(-1em -1000% -100% 0);
    clip-path: inset(-1em -1000% -100% 0)
}

html[lang=ar] .SideLinks_collapse__wrapper__JuAdU .SideLinks_anchor__Cgn13 span {
    left: 0;
    right: unset;
    padding-right: 1.125em;
    padding-left: 4em;
    margin-left: .25em;
    margin-right: unset
}

html[lang=ar] .SideLinks_feedbackWrapper__wiqYG .SideLinks_feedBackPopUp__P7K7u,html[lang=ar] .SideLinks_pollWrapper__g5iaY .SideLinks_pollPopUp__JhNDN {
    right: unset;
    left: 110%
}

html[lang=ar] .SideLinks_phoneNo__dLjdz {
    direction: ltr
}

html[lang=ar] .SideLinks_toggle__btn__w3VSj:after {
    transform: translate(-50%,-50%)
}


.box-inner
{
    display: inline-block;
    margin: 20px 0px;
    width: 100%;
    height: auto;
	color: #FFFFFF;
    position: relative;
    border-radius: 10px;
}


.box-inner img
{
    height: 315px;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    object-fit: cover;
    margin-bottom: 0px;
    background-color: #FFFCF4;
    padding: 15px;
    border: 1px #D1A40F solid;
}

.box-inner-padding
{
    padding: 10px 15px;
    border-radius: 0 0 15px 15px;
}


.box-inner .title-1
{
      font-size:20px;
      font-weight:600;
	margin-bottom: 10px;
      overflow: hidden;

}

.box-inner .title-small
{
 
      font-size:15px;
      font-weight:500;
      overflow: hidden;
	margin-right: 20px;
	margin-bottom: 10px;
}


.box-inner .text {
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 10px;
    height: 50px;
    overflow: hidden;
	margin-top: 10px;	  

}


.more3-news{
     margin-top:10px;
}

.more3-news i{
    font-size: 24px;
    color: #fff;
}

.container-radio {
  display:inline-block;
  position: relative;
  padding-left: 35px;
	margin-right: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
  background-color: #005FA7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}





.programs
{
    padding: 0px 0;
    text-align: center;
    margin-top: 20px;
}


.programs ul
{
    padding-right:0;
    margin-top:20px;
}

.programs ul li
{
    display: inline-block;
    margin: 10px 3px;
    width: 23.8%;
    height: auto;
	overflow: hidden;
    text-align: left;
    position: relative;
    background-color: #FFFFFF;
    padding: 30px 20px 30px 20px ;
    box-shadow: 5px 8px 18px 0px rgb(0 0 0 / 6%);
    border-radius: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.programs ul li img
{
    display: block;
    height: 205px;
	object-fit: contain;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}


.programs ul li:hover
{
    background-color: #005FA7;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.programs ul li .title-1
{
    font-size:18px;
    color: #000;
    font-weight: 600;
    height:65px;
    overflow: hidden;
    margin: 0px 0 10px 0;
}


.programs ul li .title-1 span
{
    font-size: 16px;
    color: #000;
    font-weight: 500;
	display: block;
    margin: 0px 0 10px 0;
}


.programs ul li p
{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    overflow: hidden;
	margin-top: 5px;
	margin-bottom: 0;
}
.programs ul li:hover .title-1
{
    color: #fff;
}

.programs ul li:hover .title-1 span
{
    color: #fff;
}

.programs ul li:hover p
{
    color: #fff;
}






.programs-inner
{
    display: inline-block;
    margin: 0px 0px;
    width: 100%;
    height: auto;
	overflow: hidden;
    text-align: left;
    position: relative;
    background-color: #FFFFFF;
    padding: 30px 35px 30px 35px ;
    box-shadow: 5px 8px 18px 0px rgb(0 0 0 / 6%);
    border-radius: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}

.programs-inner:hover
{
    background-color: #005FA7;
	-webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.programs-inner .title-1
{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    height:60px;
    overflow: hidden;
    margin: 0px 0 10px 0;
}


.programs-inner .title-1 span
{
    font-size: 16px;
    color: #000;
    font-weight: 500;
	display: block;
    margin: 0px 0 10px 0;
}



.programs-inner p
{
    font-size: 16px;
    color: #000;
    font-weight: 400;
    overflow: hidden;
	margin-top: 5px;
	margin-bottom: 0;
}
.programs-inner:hover .title-1
{
    color: #fff;
}

.programs-inner:hover .title-1 span
{
    color: #fff;
}

.programs-inner:hover p
{
    color: #fff;
}





.programs-icons
{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 130px;
    width: 130px;
    background-repeat: no-repeat;
    background-size: contain;
}

.programs-icon1
{
	background-image: url("../images/Group.png");
}

.programs-icon2
{
	background-image: url("../images/Group (1).png");
	
}

.programs-icon3
{
	background-image: url("../images/Group (2).png");
}
.programs ul li:hover .programs-icons
{
	background-image: url("../images/Group (3).png");
}


.btn-white{
    color: #D1A40F;
    border-color:#fff;     
    margin:10px 0;
}

.btn-white i
{     
    margin-left:6px;
}
.programs ul li:hover .btn-white
{
    color: #fff;
}


.share  
{
    position: absolute;
    right: 0;  
}


.share ul {
	position: relative;
	overflow: hidden;	
	margin:0px;
	text-align: left;
	padding-left: 0;    
}



.share ul li {
    display: inline-block;	    
	margin: 8px 2px;
}


.share ul li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    border: 1px #D4D4D4 solid;
    background-color: #fff;
    line-height: 38px;
    text-align: center;
    margin-left: 0px;
    color: #000000;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.share ul li a i {
    margin-left: 0px;

}


.share ul li a:hover {
	color: #000000;	
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;

}
.relative
{
	position: relative;
}

.links
{
	padding: 10px 0;
	
}
.links a 
{
	text-decoration: underline;	
	color:#005FA7;
 font-size: 18px;
	
}

.links a:hover
{
	color:#D9AF0B;	
	text-decoration: underline;	
}

.height1
{
	height: 650px !important;
}
.height2
{
	height: 260px !important;
}
.height3
{
	height: 360px !important;
}

.margin1
{
	margin-bottom: 20px;
}

.img-inner2 {
    border-radius: 10px;
    width: 100%;
    height: 720px;
}

/* BNU: side menu (.menu-left) — valid li>a markup used by _list-1/_list-2 partials */
.menu-left ul li { padding: 0; }
.menu-left ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    transition: 0.3s;
}
.menu-left ul li a:hover,
.menu-left ul li.active > a {
    background-color: rgb(255 255 255 / 32%);
    color: #fff;
}
.menu-left ul ul.subcategory-pages {
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: rgb(0 0 0 / 10%);
}
