﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=El+Messiri:400,500,600,700|Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i|Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Tajawal:200,300,400,500,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist: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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Fredoka:wght@300..700&family=Hedvig+Letters+Sans&family=Jost:ital,wght@0,100..900;1,100..900&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&family=Schoolbell&display=swap');


.jost{
  font-family: "Jost", serif;
}


.hedvig {
  font-family: "Hedvig Letters Sans", serif;
}


.poppins{
  font-family: "Poppins", serif;
}


.dm-sans {
  font-family: "DM Sans", serif;
}

.fredoka {
  font-family: "Fredoka", serif;
}

.schoolbell-regular {
  font-family: "Schoolbell", serif;
}


html,
body 
{
    height: 100%;
    font-family: "Poppins", serif;
    color:#0b2038;
   /* font-size:15px;*/
    font-size:18px;
    font-weight:500;    
}

.mobile-menu
{
	display:none !important;
}
.pc-menu
{
	display: block;
}



.video
{
	margin-top:30px;
}
.menu-logo
{
	 padding:10px 0;
	 background-color:#fff;
	 position:relative;
	 z-index:99;
}

.text-top2
{ 
   text-align:right;
   margin-top:30px;
   font-size:14px;
   font-weight:300;
   
} 

.text-top2 ul
{
	 padding-left:0;
	 margin-bottom:0;
}

.text-top2 ul li
{
	display: inline-block;
	padding: 0 12px; color:#072b31;
	border-left: 1px #bebebe solid;   
	text-transform: uppercase;
	font-weight:400;
}

.carousel{
	height:730px;
}

.header1
{
	height:725px;
}

.slide-image {
    width: 100%;
}

.carousel-holder {
    margin-bottom: 30px;
}


.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
  border-radius: 0px 0px 245px 0px;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}



.carousel-caption
{
    left: 9%;
    background-color: #75b3b07d!important;
    margin: 0;
    top: 267px;
    text-align: left;
    width: 464px;
    padding: 42px 32px;
    height: 253px;
    z-index: 99;
    background: unset;
    background-size: contain;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    border-radius: 47px;
}

.carousel-caption .title2
{    
    font-weight: 600;
    font-size: 40px;
    margin-bottom:20px;         
    font-family: "Fredoka", serif;
    text-transform: capitalize;
}



.carousel-control {
    width:50px;    
    opacity: 1;    
    color: #a1948c;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
    margin-left: 0px;
}

.carousel-control.right {
    right: 0px;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-indicators {
    bottom: 40px;
    left: 5%;
    right: 5%;
    margin: 20px auto;
    z-index: 15;
    width: 90%;
    padding-left: 0;
    margin-left: 0%;
    text-align:  center;
    list-style: none;
}


.carousel-indicators li {
    display: inline-block;
    width: 65px;
    height: 8px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ffffff8f;
    border: 0px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 65px;
    height: 8px;
    background-color: #fff;
}


.bg-header
{
    background: url(../images/bg-header.png) no-repeat center bottom;
    height: 336px;
    width:323px;
    position:  absolute;
    right:0;
    top:20px;
    z-index:0;
}

.btn-header {
    display: inline-block;
    margin-bottom:10px;
    padding:13px 35px;    
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    text-transform: capitalize;
    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;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    margin-right:15px;
}
.btn-header2 {
    display: inline-block;
    margin-bottom:10px;
    padding:15px 35px;    
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    text-transform: capitalize;
    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;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 50px;

}
.btn-header2 i {
    margin-left:10px;
}

.btn-default {
    color:#3d726b;
    background-color: #fff;
    border-color:#fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.btn-default:hover {
    color: #3d726b;
    background-color: #fff;
    border-color: #3d726b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-more{
    color:#fff;
    background-color:#3d726b;
    border-color: #3d726b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}


.btn-more:hover {
    color:#3d726b;
    background-color:#fff;
    border-color: #3d726b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-blue{
    color:#007acc;
    background-color:#fff;
    border-color: #007acc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}


.btn-blue:hover {
    color:#fff;
    background-color:#007acc;
    border-color: #007acc;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-green{
    color:#3d726b;
    background-color:#fff;
    border-color: #3d726b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}


.btn-green:hover {
    color:#fff;
    background-color:#3d726b;
    border-color: #3d726b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-pink{
    color:#ea7697;
    background-color:#fff;
    border-color: #ea7697;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}


.btn-pink:hover {
    color:#fff;
    background-color:#ea7697;
    border-color: #ea7697;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-yellow{
    color:#ffaa23;
    background-color:#fff;
    border-color: #ffaa23;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; 
}


.btn-yellow:hover {
    color:#fff;
    background-color:#ffaa23;
    border-color: #ffaa23;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.welcome
{
	padding:60px 0;
    margin-bottom: 0px; 
    overflow:hidden; 
    background:url('../images/bg.png') no-repeat left center;
    background-size: 60% 100%;
    position:relative;
}

.title
{
   color:#0B2038;
   font-size:20px;

   margin-bottom:20px;  
   font-family: "Fredoka", serif;
}


.title span
{
   font-weight:500; 
   color:#F25334;
   font-size:24px;  
   font-family: "Schoolbell", serif;
   display:block;
   text-transform: capitalize;
}

.title span img
{ 
     display:block;
     margin-bottom:10px;
}


.title-small
{
   color: #0B2038;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Fredoka", serif;
    text-align: center;
    margin-top: 30px;
}

.welcome-service
{
	margin:10px 0 60px 0;
}

.welcome-margin
{
	margin-top:85px;
}
.welcome-text 
{
     color:#707071;  
     font-family: "Hedvig Letters Sans", serif;
     margin-bottom:30px;

}

.title-big
{
	 margin-bottom:30px;
}



.title-big span
{
	 font-size:23px;
	 color:#222222;
	 border-bottom:2px #951b81 solid;
	 font-weight:600;
	 padding-bottom: 8px;
}



.shape-blob {
    background: #FFD58E;
    border-radius: 30% 50% 20% 40%;
    animation: transform 20s ease-in-out infinite both alternate, movement_one 40s ease-in-out infinite both;
    position: absolute;
    opacity: 20%;
    z-index: 0;
}

.shape-blob.one {
    height: 120px;
    width:120px;
    right: -10px;
    top: -20px;
    background-color:#e9f4ff;
    transform: rotate(180deg);
    animation: transform 10s ease-in-out infinite both alternate, movement_one 20s ease-in-out infinite both;
}

.shape-blob.two {
    height: 120px;
    width:120px;
    right: -10px;
    top: -20px;
    background-color:#d8e3e2;
    transform: rotate(180deg);
    animation: transform 10s ease-in-out infinite both alternate, movement_one 20s ease-in-out infinite both;
}


.shape-blob.three {
    height: 120px;
    width:120px;
    right: -10px;
    top: -20px;
    background-color:#fdf1f5;
    transform: rotate(180deg);
    animation: transform 10s ease-in-out infinite both alternate, movement_one 20s ease-in-out infinite both;
}



.shape-blob.four {
    height: 120px;
    width:120px;
    right: -10px;
    top: -20px;
    background-color:#fefaf2;
    transform: rotate(180deg);
    animation: transform 10s ease-in-out infinite both alternate, movement_one 20s ease-in-out infinite both;
}



@keyframes transform {
    0%,100% {
        border-radius: 33% 67% 70% 30% / 30% 30% 70% 70%
    }

    20% {
        border-radius: 37% 63% 51% 49% / 37% 65% 35% 63%
    }

    40% {
        border-radius: 36% 64% 64% 36% / 64% 48% 52% 36%
    }

    60% {
        border-radius: 37% 63% 51% 49% / 30% 30% 70% 70%
    }

    80% {
        border-radius: 40% 60% 42% 58% / 41% 51% 49% 59%
    }
}

@keyframes movement_one {
    0%,100% {
        transform: none
    }

    50% {
        transform: translate(50%,20%) rotateY(10deg) scale(1.2)
    }
}

@keyframes movement_two {
    0%,100% {
        transform: none
    }

    50% {
        transform: translate(10%,10%) rotate(-180deg) scale(1.1)
    }
}


.services 
{
	padding:95px 0 60px 0;
    margin-bottom: 0px; 
    overflow:hidden; 
   /* background-image: url(../images/bg3.png), url(../images/bubbles.png);*/
    background-position: right 10px, center top;
    background-repeat: no-repeat;
    overflow: hidden;    
    position:relative;
}

.services ul
{
    padding-left:0;
    margin-top:20px;
    text-align:center;
}

.services ul li
{
     display:inline-block;
    margin: 10px 10px;
    width: 260px;
    height: auto;
    padding: 30px 20px 20px 20px;
    text-align:center;
    background-color:#FFFFFF;
    overflow:hidden;
     border:1px #e9e9e9 solid;
     border-radius:20px;
     position:relative;
     text-align:left;
}


.services ul li img
{
    margin: 0;
    height: 90px;
    width: 90px;
    object-fit: contain;
}

.services ul li .title-1
{
    color: #0B2038;
    font-size: 23px;
    height: 65px;
    overflow: hidden;
    margin-bottom: 20px;
    font-family: "Jost", serif;
    margin-top: 30px;
    text-transform:capitalize;
}

.services ul li .text
{
      font-size:16px;
      font-weight:normal;
      height: 50px;
      overflow: hidden;     
      color:#707071;  
      margin-bottom:15px;
     font-family: "Hedvig Letters Sans", serif;

}

.services ul li .more-arrow
{
      font-size:16px;
      height: 50px;
      width:50px;
      color:#fff; 
      text-align:center;
      line-height:50px;
      border-radius: 100px;
}




.programs
{
	padding:60px 0;
    margin-bottom: 0px; 
    overflow:hidden; 
    background:url('../images/bg2.png') no-repeat left 20px;
    position:relative;
}

.programs ul
{
    padding-left:0;
    margin-top:20px;
    text-align:center;
}

.programs ul li
{
    display: inline-block;
    margin: 20px 22px;
    width: 236px;
   height: 461px;
    padding: 100px 33px;
    text-align: center;
     background-size: contain;
}
.programs ul li img
{
    margin: auto;
   /* height: 105px;  
    border-radius: 100% / 120% 120% 75% 75%;*/
	    height: 189px;
    border-radius: 100% / 120% 120% 92% 84%;
    width: 100%;
    object-fit: cover;
}

.programs ul li .title-1
{
    color: #0B2038;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Fredoka", serif;
    text-align: center;
    margin-top: 30px;
    text-transform:capitalize;
}
.programs ul li .title-1 span
{
    font-size: 20px;
    display:block;
}

.programs ul li .text
{
	display:none;
      font-size:16px;
      font-weight:normal;
      height: 50px;
      overflow: hidden;     
      color:#707071;  
      margin-bottom:15px;
     font-family: "Hedvig Letters Sans", serif;

}

.programs ul li .more-arrow
{
      font-size:16px;
      height: 50px;
      width:50px;
      color:#fff; 
      text-align:center;
      line-height:50px;
      border-radius: 100px;
}


.blue
{
	color:#007acc;
}

.green
{
	color:#3d726b;
}
.pink
{
	color:#ea7697;
}
.yellow
{
	color:#ffaa24;
}
.blue-bg
{
	background-color:#007acc;
}

.green-bg
{
	background-color:#3d726b;
}
.pink-bg
{
	background-color:#ea7697;
}
.yellow-bg
{
	background-color:#ffaa24;
}

.what-do 
{
	padding:60px 0 80px 0;
    margin-bottom: 0px; 
    overflow:hidden; 
    background-image: url(../images/bg1.png), url(../images/path.png), url(../images/bg2.png);
    background-position: right top, center center , left bottom;
    background-repeat: no-repeat;
    background-size:55% 100%,100%, 10%;
    overflow: hidden;    
    position:relative;
}



.logos {
    padding: 50px 0;
    overflow: hidden;
}

.news
{
	padding:50px 0; 
}


.news ul
{
    padding-left:0;
    margin-top:20px;
    text-align:center;
}

.news ul li
{
     display:inline-block;
     margin:20px 10px;
     width: 355px;
     height: auto;     
     border-radius:10px;
     background-color:#feeeeb;
     padding: 25px;
     text-align:left;
}



.news ul li img
{
    margin: auto;
    border-radius:10px;
    height: 205px;
    width: 100%;
    object-fit: cover;
}

.news ul li .title-1
{
      font-size:16px;
      color:#F25334;
      font-weight:300;
      height: 20px;
      overflow: hidden;    
      margin: 20px 0;
}

.news ul li .text
{
      font-size:20px;
      color:#0B2038;
      font-weight: 600;
      height: 90px;
      overflow: hidden;
}



.footer
{
	background:#fafafa;
	font-size:14px;
	padding:50px 0 30px 0;
	color:#0c0c0c;
	overflow:hidden;
	border-top:5px #ffa412 solid;
}

.footer ul
{
   padding-left:0px;
}
.footer ul li
{
   margin:10px 0;    
   color: #0c0c0c;
   display:block;
}
.footer ul li a
{
	color:#0c0c0c;
}



.footer-title
{
	 color:#0c0c0c;
	 font-size:20px;
	 text-transform: capitalize;
	 font-weight:bold;
	 margin:20px 0;
}

.footer-text
{
	height: 100px;
    overflow: hidden;
}


.vcard
{
	margin-top:20px;
}
.vcard div
{
	margin-bottom:10px;
}
 
.vcard img
{
	margin-right:10px;	 
}
.copyright
{
    background-color: #fff;
    padding: 5px 0;
    color: #0c0c0c;
    font-size: 13px;
    text-align:center;
    line-height: 30px;
}


.copyright a
{
    color:#0c0c0c;
}


.content-inner {
    padding: 30px 0;
    margin-bottom:0;
    background-color:#fdfdfd;
}
.content-login {
    padding: 30px 0;
    margin-bottom:0;
    background-color:#fff;
}

.inner-bg {
    background-color:#e9f4ff;    
    border-radius: 15px;

}

.caption-inner {
    height:  auto;
    width: 100%;
    color: #fff;
    padding:35px 0;    
    text-align: center;    
    font-family: "Fredoka", serif;
}


.caption-inner h3 {
    margin-bottom: 10px;
    font-size: 45px;
    text-transform: capitalize;
    margin-top: 0;
    font-weight:800;
    color: #081935;
}

.caption-inner h3 span {
    color: #fff;
    background-color: #ffaa23;
    border-radius: 7px;
    padding: 0px 5px;
}


.breadcrumb {
    padding: 30px 0 30px 0;
    margin-bottom: 0px;
    color:#fff;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 0px;    
    text-align: left;
}


.breadcrumb>li {
    display: inline-block;
    font-size:14px;
    color:#0b2038;
    font-weight:500;
    text-transform:capitalize;
}

.breadcrumb>li a{    
color:#0b2038;
}


.breadcrumb>.active {
    color: #ea7697;
    font-weight: 400;
}


.breadcrumb-active {
    background-color: #fdf1f5;
    padding: 3px 15px;
    border-radius: 5px;   
}



.pic-inner {
    width: 500px;
    height: auto;
    margin-left: 30px;
    margin-bottom: 30px;
    float:right;
}

.pic-inner img{
    width: 100%;
}


.bg-navy
{
	background-color:#3d726b;
	border-radius:25px;
	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: #3d726b;
}

.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 !important;
	font-size:35px!important;
}


.bg-white
{
	background-color:#FFFFFF;
	border-radius:25px;
	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: 25px;
    -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;
}



.news-inner{
     display:inline-block;
     margin:20px 0px;
     width: 100%;
     height: auto;  
     background-color:#FFFFFF;      
     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: #ea7697;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 20px 20px;
}

.news-inner .text
{
      font-size:18px;
      color:#160304;
      font-weight:normal;
      height: 30px;
      overflow: hidden;
      margin: 0px 20px 20px 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: #fff;
    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: #2f2f2f;
    font-weight:500;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-news-text:hover
{
    color: #2f2f2f;
}

.box-news-text .text-all 
{
    font-size: 15px;
    color: #160304;
    font-weight: normal;
    height: 85px;
    overflow: hidden;
    margin: 0px 0px;
}


.news2-time 
{
    font-size: 14px;
    color: #ea7697;
    font-weight: 400;
    height: 20px;
    overflow: hidden;
    margin: 0 0 10px 0;
}


.category ul
{
   padding-left:15px;
}
.category ul li
{
   margin:10px 0;       
   color: #160304;
}
.category ul li a
{
	color:#160304;
}

.title-2 {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    border-left: 4px #092241 solid;
    padding-left: 20px;
    margin-bottom: 30px;
    margin-top: 6px;
}


.newletter
{
    margin-top:20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px 20px;
}

.newletter .form-group {
    margin-bottom: 10px;
    position: relative;
}

.newletter .form-control {
    display: block;
    height: auto;
    width:100%;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    margin-bottom:0px;
    background-color: #ffffff00;
    background-image: none;
    border: 1px solid #ededed;
    border-radius: 25px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0);
    -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;
}


.newletter .btn {
    display: block;
    padding:15px 35px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight:400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;    
    width: 100%;
    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:#ea7697;
    border: 1px solid transparent;
    border-radius: 50px;
    color: #fff;
}



.menu-left
{    
margin-top:0px;
z-index: 99;    
width: 100%;
overflow:hidden;
background-color:#ea7697;
text-align:left;
font-size:14px;
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;
}




.box-category 
{
	height:264px;
	color:#94c742;
	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: #007acc;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;	
    border:1px solid #007acc;
    position: absolute;
    width:92%;
    bottom: 10px;    
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.box-category:hover h1
{
     background-color:#007acc;
     color:#FFFFFF !important;    
     -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.collapsible-all
{
	
}
.collapsible-all .collapsible {
  background-color: #3d726b ;
  color: white;
  cursor: pointer;
  padding: 10px 18px ;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  border-radius:5px;
  margin-bottom:5px;
}


.collapsible-all .collapsible:after {
  content: '\002B';
  color: white;
  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;
}



.gray-box
{
    background-color: #f2f2f2;
    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: #3d726b;
    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: #3d726b;
    -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: #3d726b;
    margin:0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.big-text
{
	font-size:18px;
}

.cv-box
{    
    background-color:#2ea053;
    padding: 20px;
}


.cv-box-title {
    text-align: center;
    color: rgba(255, 255, 255,1);
    font-size: 25px;
    margin-bottom: 20px;
}


.newspage 
{
	border:1px #CCCCCC solid;
	margin-bottom:30px;
}


.newspage img
{
	height: 225px;
    object-fit: cover;
    width: 100%;
}

.newspage .text-all 
{
	 padding:10px 20px;
}

.newspage .text-all .headline
{
	font-size:18px;
	font-weight:700;    
	height: 50px;
    overflow: hidden;
    margin-bottom:15px;
}


.newspage .text-all .details
{
	font-size: 15px;
    font-weight: 400;
    height: 85px;
    overflow: hidden;
}




.title-news {
    font-size: 20px;
    color:#ea7697;
    margin-bottom:10px;
    margin-top:10px;
}



.date-news
{
	font-size: 14px;
    padding: 10px 0 15px 0;
	color:gray;
}


.date-news i
{
padding-right:10px;
}




.pdf-all
{
	position:relative;
}

.pdf-inner
{
    padding: 25px 25px 25px 25px;
    display: block;
    background-color: #3d726b;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;    
    transition: 0.3s;
    color: #fff;
    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:#ffaa23;
   color:#FFFFFF;
   text-decoration:none;
   -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.partners
{
	margin-top:10px;
}

.partners ul
{
	padding-left:0;
	text-align:center;
}



.partners ul li
{
	
	width: 262px;
    height: 145px;
    background-color:#fff;
	display:inline-block;
	padding:0px;
	margin:10px;
	border-radius:5px;
	border:1px #d4d4d4 solid;
}


.partners ul li img
{
    width: 150px;
    height: 80px;
    object-fit: contain;
    background-color: #fff;
    margin: 10px auto;
    display: block;
}

.partners 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;
}



.container1 {
            width: 100%;
            max-width: 1200px;
            margin: 40px auto;
            text-align: center;
        }
        .grid1, .grid-2 {
            display: grid;
            gap: 20px;
            padding: 20px;
        }
        .grid1 {
            grid-template-columns: repeat(3, 1fr);
        }
        .grid-2 {
            grid-template-columns: repeat(2, 1fr);
        }
        .box1 {
            background: #B0C7C4;
            color: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: 0.3s;
        }
        .box1:nth-child(2) {
            background: #69958F;
        }
        .box1:nth-child(3) {
            background: #B0C7C4;
            color: #fff;
        }
        .box1:nth-child(4) {
            background: #B0C7C4;
        }
        .box1:nth-child(5) {
            background: #69958F;
        }
        h2 {
            margin-bottom: 10px;
            font-size: 1.8em;
        }
        p {
           /* font-size: 15px;*/
            font-size: 18px;
            line-height: 1.6;
        }
        @media (max-width: 768px) {
            .grid1, .grid-2 {
                grid-template-columns: 1fr;
            }
        }
		
@media (max-width: 767px) {
	
	.grid1, .grid-2 {
    grid-template-columns: none!important;
}
}



.programs p{
	
	height: 56px;
    overflow: hidden;
}

.category-title{
	
	height:100px;
	
}