@font-face {
    font-family: "cairo-bold";
    src: url(../fonts/Cairo-Bold.ttf);
}
@font-face {
    font-family: "cairo-reg";
    src: url(../fonts/Cairo-Regular.ttf);
}
@font-face {
    font-family: "DroidKufi-Bold";
    src: url("../fonts/DroidKufi-Bold.ttf") format("truetype"); /* Safari, Android, iOS للمتصفحات الهواتف وبقية المتصفحات الحديثة */
}
@font-face {
    font-family: "ruqaa-bld";
    src: url(../fonts/ArefRuqaa-Bold.ttf);
}
@font-face {
    font-family: "ruqaa-reg";
    src: url(../fonts/ArefRuqaa-Regular.ttf);
}

html{
    scroll-behavior:smooth;
}

*{
    padding: 0;
    margin: 0;
    font-family: 'cairo-reg', sans-serif;
}
h1{
    font-size: 36px;
    font-weight: 600;
    color: #333300;
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0,0.7), rgba(0,0, 0, 0.7)),url(../images/bg0.jpg);
    background-blend-mode:hard-light;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
}
.header_AboutUs {
    margin-top: 80px;
    height: 350px;
    width: 100%;
    background-image: linear-gradient(#fffccc, rgba(0,0, 0, 0.7)),url(../images/college.jpg);
    background-blend-mode: overlay;
    background-position: center;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    /* clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%); */
    clip-path: circle(142% at 50% -315%);
}
.header_Activities {
    margin-top: 80px;
    height: 350px;
    width: 100%;
    background-image: linear-gradient(#fffccc, rgba(0,0, 0, 0.7)),url(../images/students.jpg);
    background-blend-mode:darken;
    background-position: bottom;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    /* clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%); */
    clip-path: circle(142% at 50% -315%);
}
.topic {
    width: 90%;
    min-height: 400px;
    margin: 0 auto;
    direction: rtl;
    text-align: justify;
    color: #000;
    font-size: 1.2em;
}
.topic h2 {
    margin-bottom: 30px;
}
.topic ul {
    list-style: none;
}
.sp-title h1 {
    border-bottom: 3px solid #666633;
    width: 15%;
    margin: auto;
}
.header-title {
    width:100%;
    position: absolute;
    top: 20%;
    margin: auto;
}
.header-title h1 {
    margin: auto;
    color: #fffccc;
    font-size: 50px;
    text-shadow: 2px 2px 3px #000;
    text-align: center;
}
.topic2 {
    width: 50%;
    min-height: 400px;
    margin: 0 auto;
    direction: rtl;
    text-align: justify;
    color: #000;
    font-size: 1.2em;
}
.img-news {
    width: 50%;
    height: auto;
    position: relative;
    /* overflow: hidden; */
}
.img-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow:1px 2px 3px #ddd;
    border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
}
.img-rect {
    width:40%;
    height: auto;
    align-content: center;
    margin:20px;
}
.img-rect {
    width: 92%;
    height: 100%;
    align-content: center;
    margin: 20px;
    background-color: #fff200;
    transform: rotate(0deg);
    opacity: .8;
    border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /* margin-bottom: 70px; */
    /* margin: 50px; */
    z-index: 6;
}
.shape-one {
    background-color: #d2d14a;
    transform: rotate(50deg);
    z-index: 5;
    opacity: .5;
}
.shape-two{
    background-color: #666633;
    transform: rotate(105deg);
    z-index: 4;
    opacity: .5;
}
.shape-thr{
    background-color: #7ff180;
    transform: rotate(150deg);
    z-index: 3;
    opacity: .5;
}
.title h3{
    font-weight: 600;
    width: 300px;
    float: right;
    position: relative;
    margin-bottom: 20px;
    margin-right: 40px;
}
.title h3:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    height: 1px;
    width: 100px;
    border-bottom: 3px solid #008008;
}
.title span{
    font-weight: 400;
    width: 300px;
    float: right;
    position: relative;
    margin-bottom: 20px;
    margin-right: 15px;
    color: #afafaf!important;
    direction: rtl;
    margin-top: 18px;
    width: auto;
    font-size: 19px;
}
.topic2 p {
    font-size: 18px;
    line-height: 1.5em;
}
.masthead .primary-content .tagline{
   -webkit-transform:translateX(-0.0625em);
   transform:translateX(-0.0625em);
}
@-webkit-keyframes taglineEmerge{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}
@keyframes taglineEmerge{0%{-webkit-transform:translateY(50px);transform:translateY(50px);opacity:0}100%{-webkit-transform:translateY(0px);transform:translateY(0px);opacity:1}}
.masthead .primary-content .tagline span{
   display:inline-block; padding-right: 20px; -webkit-transform:translateY(50px);transform:translateY(50px);opacity:0
}
.masthead .primary-content.ready-to-animate .tagline span{
   -webkit-animation-name:taglineEmerge;animation-name:taglineEmerge;-webkit-animation-duration:1400ms;animation-duration:1400ms;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards
}
.masthead .primary-content.ready-to-animate .tagline span:nth-of-type(2){
   -webkit-animation-delay:300ms;animation-delay:300ms
   }
.masthead .primary-content.ready-to-animate .tagline span:nth-of-type(3){
   -webkit-animation-delay:600ms;animation-delay:600ms
}
   


/*
.sticky-header .visible {
    -webkit-animation-name: stickyHeaderDescend;
    animation-name: stickyHeaderDescend;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}

*/
nav{
    direction: rtl;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 AUTO;
    padding: 1% 0 1% 0;
    position: fixed!important;
    top: 0;
    background: transparent;
}
.nav-content{
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav .main-logo {
    display: flex;
    justify-content:right;
    align-items: center;
}
nav .main-logo img{
    width: 97px;
    height: 100px;
    order: 2;
    filter: drop-shadow(0px 0px 1.5px #ffffcc);
    float: right;
}
nav .main-logo h1{
    color: #ffffcc ;
    text-shadow: 1px 0 1px #cc9933 ;
    font-style: normal;
    font-family: "DroidKufi-Bold",sans-serif;
    font-size: 20px;
    float: right;
    padding-right: 10px;
}

.nav-links {
    text-align: left;
    direction: rtl;
    order:1;
    z-index: 4;
}
.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a {
    color: #ffffcc;
    text-decoration: none;
    font-size: 16px;
    font-family: 'cairo-bold', sans-serif;
}
.nav-links ul li::after {
    content: '';
    width: 0%;
    height: 2px;
    background: #ffffcc;
    display: block;
    margin:auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after {
    width: 100%;
} 
nav .fa{
    display: none;
}
.sticky-header {

    background-image: linear-gradient(to bottom,#dedba0 0, #c2c25b 100%);
    padding: 0!important;
    position: -webkit-sticky;
    position: sticky;
    -webkit-box-shadow: 0 2px 60px 14px rgb(0 0 0 / 13%);
    box-shadow: 0 2px 60px 14px rgb(0 0 0 / 13%);
    z-index: 20;
    -webkit-animation-name: stickyHeaderDescend;
    animation-name: stickyHeaderDescend;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
    transition: 0.5s;
    
}
.move2{
    text-align: center;
}
.text-box{
    width: 90%;
    color: #ffffcc;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.text-box h1{
    font-size: 62px;
    font-family:'cairo-bold', sans-serif;
    color: #fff;
    padding: 30px;
    margin-top: 30px;
}
.text-box p{
    /* margin: 10px 0 40px; */
    font-size: 18px;
    color: #ffffcc;
    direction: rtl;
    padding: 20px;
    margin-top: 20px;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #ffffcc;
    border: 1px solid #ffffcc;
    background: transparent;
    padding: 12px 34px;
    font-size: 30px;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    background: #cc9933;
    border: 1px solid #cc9933;
    transition: 1s;
}
.social_items{
    display:flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    width: 30%;
    margin: auto;
    text-align: center;
    padding-top: 37%;
}
.social_items_footer {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    direction: rtl;
    width: 30%;
    margin: auto;
    text-align: center;
    padding-top: 2%;
}
.fb-btn, .yt-btn, .tw-btn, .li-btn{
    display: inline-block;
    text-align: center;
    width: 75px;
    height: 71px;
    text-decoration: none;
    color: #ffffcc;
    border: 2px solid #ffffcc;
    border-radius: 50%;
    background: transparent;
    /*padding: 12px 34px;*/
    font-size: 35px;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.fa_footer {
    width: 55px!important;
    height: 51px!important;
    font-size: 25px!important;
}
.fb-btn:hover, .tw-btn:hover, .yt-btn:hover, .li-btn:hover {
    background-color: #fff;
    transition: 0.5s;
} 
.fb-btn:hover{
    color:#3b5998;
    border: 2px solid #3b5998;
}
.tw-btn:hover{
    color:#00acee;
    border: 2px solid #00acee;
}
.yt-btn:hover{
    color:#c4302b;;
    border: 2px solid #c4302b;
}
.li-btn:hover{
    color:#3b5998;
    border: 2px solid #3b5998;
}
.stripes {
    /*background: repeating-linear-gradient(-45deg, rgb(236, 7, 7) 0px, rgb(245, 4, 4) 10px, transparent 10px, transparent 60px);*/
    background: repeating-linear-gradient(-45deg, #fff 0px, #fff 10px, transparent 400px, transparent 10px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0.05;
    z-index: 3;
}

 /*---------------Programme-------------------*/
 .programms{
     direction: rtl;
     width: 80%;
     margin: auto;
     text-align: center;
     padding-top: 100px;
     background: #fff;
 }
 .programms h1{
     font-size: 36px;
     font-weight: 600;
     color: #333300;
 }
 h3{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #cc9933;
    margin: 10px 0;
}
 p{
    color: #666633;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
 }
 .row {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    gap: 25px;
     margin-top: 5%;
 }
 .row-prog{
    display: flex;
    margin-top: 5%;
    justify-content: space-evenly;
    flex-wrap: wrap;
 }
.prog-col{
    flex-basis: 23%;
    background: #666633;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    transition: 0.5s;
}
.prog-col a {
    text-decoration: none;
}
.prog-col p{
    color: #ffffcc;
    text-align: right;
    text-align: justify;
}
.prog-col:hover{
    /*box-shadow: 0 0 20px rgba(51, 51, 1,0.2);*/
    box-shadow: 0 18px 35px rgb(0 0 0 / 15%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background: #ffffcc;
}
.prog-col:hover p{
    color:#333300;
}
.water-mark0 {
    font-family: 'cairo-bold', sans-serif;
    font-size: 40px!important;
    color: #dddaaa;
    padding-top: 20%!important;
    text-align: center!important;
}
.water-mark1 {
    font-family: 'DroidKufi-Bold', sans-serif;
    font-size: 40px;
    color:#a7a7a7;
    padding:20px;
    margin:auto;
}
.soon_txt {
    font-family: 'cairo-bold', sans-serif;
    font-size: 20px;
    color:#434310;
    position: relative;
    top:25%;
}
/*---------campus------------*/
.g-campus {
    background-color: #666633;
    filter: blur(5);
    background-blend-mode:multiply;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.campus {
    direction: rtl;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 50px;
}
.campus h1, .campus p {
    color:#fff;
}
.campus-col {
    flex-basis: 32%;
    border: 1px solid #ddd;
    border-radius: 0 60px 0 60px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    height: 50vh;
}
.campus-col img {
    width: 100%;
    height: 100%;
    display: block;
}
.campus-layer {
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
}
.campus-layer:hover {
    background: rgba(0, 0, 0,0.7);
}
.campus-layer h3 {
    width: 100%;
    font-weight: 500;
    color: #ffffcc;
    font-size: 30px;
    bottom: 0;
    /*right: 90%;
    transform: translateX(-50%);*/
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.campus-layer:hover h3 {
    bottom: 49%;
    opacity: 1;
}

.about-us {
    width: 100%;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}

/*---------activities------------*/
.activities {
    direction: rtl;
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    margin-bottom: 50px!important;
}
.activities-col {
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: center;
    background-color: #fffccc;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);
    overflow: hidden;
}
.activities-col img{
    width: 100%;
    height: 55%;
    object-fit: cover;
}
.activities-col-content {
    padding: 20px;
}
.activities-col p {
    text-align: right;
    text-align:justify;
}
.activities-col h3{
    margin-bottom: 15px;
    text-align: justify;
    font-size: 16px;
}
.read-more {
    color: #c4302b;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
}
.read-more:hover {
    color: coral;
}
.show-more {
    color: orange;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    cursor: pointer;
    text-shadow: 0px 0px 1px #000;
}
.show-more:hover {
    color: rgb(0, 255, 21);
}

/*---------call2Action------------*/
.g-cta {
    background-image: linear-gradient(rgba(0, 0, 0,0.7), rgba(0,0, 0, 0.7)),url(../images/gate.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    margin: auto;
    padding-top: 5px;
}
.cta {
    direction: rtl;
    width: 80%;
    margin: 50px auto;
    text-align: center;
    padding: 50px 0;
    /*background-image: linear-gradient(rgba(0, 0, 0,0.7), rgba(0,0, 0, 0.7)),url(../images/gate.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;*/
}
.cta h1 {
    color: #fff;
    padding: 0;
    margin-bottom: 5px;
}
.cta h3 {
    margin-bottom: 15px;
}
.g-contact-us {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    /* background-image: linear-gradient(rgb(44 44 44 / 70%), rgb(81 46 12)),url(../images/wood-table.jpg);
    background-position: center;
    background-size: cover;
    background-blend-mode:screen; */
    background-color: #666633;
}
.contact-us {
    direction: rtl;
    width: 80%;
    margin: 50px auto;
    text-align: center;
    padding: 50px 0;
}
.contact-us ul{
    display: flex;
    flex-direction: column;
    position: absolute;
    margin-right:10%;
    margin-top:7%;
}
.contact-us .p-circle{
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: block;
    z-index: 6;
    margin-bottom: 100%;
    background-color: #666633;
    box-shadow: inset 0 18px 35px rgb(51 51 0);
}
.contact-us form {
    width: 98%;
    padding: 5% 8%;
}
.form-group {
	margin: 0 auto;
	margin-bottom: 15px;
	width: 75%;
    direction: rtl;
    padding: 10px;
    background-color: #fffccc;
    /* -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 25%); */
    -webkit-box-shadow: 0 18px 35px rgb(51 51 0);
    box-shadow: 0 18px 35px rgb(51 51 0);
    /* clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%); */
}
/* .form-group::before{  // الدائرة الخضراء -----
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: 6;
    background-color: #666633;
    box-shadow: inset 0 18px 35px rgb(51 51 0);
} */

/*.form-group::before {
    content: '';
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    z-index: 6;
    background-color: #fffccc;
    clip-path: polygon(21% 21%, 21% 0, 0 21%);
}
.form-group::before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #cc9933;
    position: absolute;
    bottom: 10%;
    left: -15px;
}*/
.form-control {
	padding: 8px 18px;
    padding-left: 0;
	outline: none;
	color: #1b2ed8;
    font-family: "ruqaa-reg",sans-serif;
    font-size: 20px;
	margin: 0;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	/*background: #ffffcc;*/
    background: repeating-linear-gradient(
        180deg
        , #fffccc 0px, #fffccc 49px, #00acee 2px, #00acee 50px);
        background-color: #ffffcc;
    border: none;
	border-radius: 0px !important;
    border-bottom: 1px solid #00acee;
    border-top: 1px solid #00acee;
    width: 85%;
}

textarea {
    padding-top: 10px;
    line-height: 50px;
    border-bottom: none!important;
}
.form-control:hover, .form-control:focus {border-bottom: 1px solid #d93e39;}

.contact-us h1 {
    color: #cc9933;
}

.contact-us h3 {
    color: #ffffcc;
}
.contact-us label {
    color: blue;
    font-size: 20px;
    text-align: right!important;
    float: right;
}
.contact-us label:first-child {
    padding-top: 50px;
}
.form-btn {
    border: 1px solid #333300;
    color: #333300;
    display: inline-block;
    text-decoration: none;
    background: transparent;
    padding: 12px 40px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}
.form-group .form-btn {
    margin-left: 20%!important;
}
.form-btn:hover{
    background: #cc9933;
    border: 1px solid #cc9933;
    color: #fff;
    transition: 1s;
}
.success_box, .error_box{
    margin: auto;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px 10px;
	margin-bottom:10px;
    width: 100%;
    font-size: 20px;
}
.success_box {
	border:1px solid #a4cb8b;
	background:#e9fedb;
	color:#488e1b;
}
.error_box {
	border:1px solid #f7b3b1;
	background:#fff1f1;
	color:#d93e39;
}
.hide {
    display: none;
}
.show {
    display: block;
}
.fb-send, fa-paper-plan {
    display: block;
    text-align: center;
    width: 80px;
    height: 73px;
    text-decoration: none;
    color: #ffffcc;
    border: 2px solid #ffffcc;
    border-radius: 50%;
    background: transparent;
    /*padding: 12px 34px;*/
    font-size: 35px;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.fb-btn:hover, .tw-btn:hover, .yt-btn:hover, .li-btn:hover {
    background-color: #fff;
    transition: 0.5s;
} 
.seg-pen {
    position: absolute;
    padding: 200px 100px 0 0;
    left: 10%;
    filter: drop-shadow(1px 1px 2px black);
}
.seg-pen img {
    width: 80%;
    height: 100%;
}
footer {
    background-image: linear-gradient(to top,#666633 0,#333300 100%);
    /* background-image: linear-gradient(to bottom,#ffffcc 0,#cc9933 100%); */
    width: 100%;
    margin: 0 auto;
    position: relative;
    bottom: 0;
    padding-top: 50px;
}
.footer-content {
    direction: rtl;
    width: 90%;
    margin: auto;
    padding: 0 0 20px 0;
    text-align: center;
}
.copy-right {
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    color:#cc9933;
}
.copy-right p {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 500;
    color:#cc9933;
    font-family:"ruqaa-reg",sans-serif;
}
.copy-right a {
    color: #cc9933;
    text-decoration: none;
}
.copy-right a:hover {
    color: #ffffcc;
}
.dir-contact ul  {
    list-style: none;
    display: flex;
    flex-direction: row;
    direction: rtl;
    padding-top: 20px;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 500;
    color:#ffffcc;
    font-family:"ruqaa-reg",sans-serif;
}
.dir-contact i {
    color: #cc9933;
}
.dir-contact ul a {
    text-decoration: none;
    color: #ffffcc;
}
.dir-contact ul a:hover {
    color: #cc9933;
}
mark {
    background: none;
    color: inherit;
}
.notification1 {
    font-size: 2em;
    font-weight: 600;
    color:#ddd;
    font-family: inherit;
    margin: auto;
    padding-top: 10%;
}
.notification1 a{
    text-decoration: none;
    color: #666633;
}
@media only screen and (max-width: 767px) {
/*@media(max-width:700px){*/
    h1 {
        font-size: 30px;
    }
    .header_AboutUs {
        margin-top: 56px;
        height: 200px;
        background-image: linear-gradient(#fffccc, rgba(0,0, 0, 0.7)),url(../images/campus1.jpg);
        clip-path: circle(75% at 50% -35%);
    }
    .header_Activities {
        margin-top: 56px;
        height: 200px;
        background-image: linear-gradient(#fffccc, rgba(0,0, 0, 0.7)),url(../images/students.jpg);
        clip-path: circle(75% at 50% -35%);
    }
    .sp-title h1 {
    border-bottom: 3px solid #666633;
    width: 45%;
    margin: auto;
    }
    .header-title {
        width:100%;
        position: absolute;
        top: 15%;
        margin: auto;
    }
    .header-title h1 {
        margin: auto;
        color: #fffccc;
        font-size: 30px;
        text-shadow: 2px 2px 3px #000;
        text-align: center;
    }
    .title h3 {
        font-size: 18px;
    }
    .topic2 {
        width: 100%;
        order:2;
    }
    .img-news {
        width: 100%;
        height: auto;
        position: relative;
        /* overflow: hidden; */
    }
    .img-rect {
        width: 92%;
        height: 100%;
        align-content: center;
        margin: 20px;
        background-color: #fff200;
        transform: rotate(0deg);
        opacity: 1;
        border-radius: 40% 60% 60% 40% / 40% 40% 60% 60%;
        display: block;
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 70px;
        margin: 50px;
        z-index: 6;
    }
    .img-rect {
        width: 100%;
        margin: 5%;
        order:1;
    }
    .img-news img {
        border-radius: 30% 0% 30% 0% / 30% 2% 30% 2%;
    }
    .shape-one, .shape-two, .shape-thr {
        display: none;
    }
    .topic {
        font-size: 1em;
    }
    .social_items_footer {
        width: 60%;
    }
    .fa_footer {
        width: 45px!important;
        height: 41px!important;
        font-size: 22px!important;
    }
    nav .main-logo img{
        width: 52px!important;
        height: 54px!important;
    }
    nav .main-logo h1{
        font-size: 14px;
        padding-right: 5px;
    }
    .nav-links {
        position: absolute;
        background: #ffffcc;
        height: 100vh;
        width: 200px;
        top: 0;
        left: -200px;
        text-align: right;
        z-index: 10;
        transition: 1s;
    }
    .nav-links ul  {
        padding: 30px;
    }
    .nav-links ul li {
        display: block;
        width: 100%;
        padding: 8px 12px;
        border-bottom: 1px solid #cc9933;
    }
    .nav-links ul li a {
        color: #cc9933;
    }
    .nav-links ul li a:hover {
        color: #333300;
    }
    .text-box {
        top: 40%;
    }
    .text-box h1{
        font-size: 24px;
        padding: 10px;
    }
    .text-box p{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        font-size: 13px;
        justify-content: center;
        align-items: center;
        margin: auto;
    }
    .text-box p span{
        width: 40%;
        text-align: right;
    }
    .text-box p span::before{
        content: "\2713";
        font-size: 16px;
        color: #fffccc;
        margin-left: 5px;
    }
    .hero-btn{
        display: inline-block;
        text-decoration: none;
        color: #ffffcc;
        border: 1px solid #ffffcc;
        background: transparent;
        padding: 6px 17px;
        font-size: 24px;
    }
    nav .fa{
        position: absolute;
        z-index: 4;
        display: block;
        float: left;
        left: 2%;
        color: #666633;
        cursor: pointer;
        font-size: 22px;
        margin: 10px;
    }
    nav .fa-bars{
        color: #ffffcc!important;
    }
    nav .fa-times {
        float: auto;
        left: auto;
    }
    .stripes {
        background: repeating-linear-gradient(-45deg, #fff 0px, #fff 10px, transparent 200px, transparent 10px);
    }
    .row {
        flex-direction: column!important;
    }
    .social_items{
        width: 60%;
        margin: auto;
        text-align: center;
        padding-top: 130%;
    }
    .fb-btn, .yt-btn, .tw-btn, .li-btn{
        width: 50px;
        height: 47px;
        font-size: 26px;
    }
    .about-us {
        padding-top: 50px;
    }
    .water-mark0 {
        font-size: 20px!important;
        color: #dddaaa;
        padding-top: 40%!important;
        text-align: center;
    }
    #n_items {
        padding-top: 20px!important;
    }
    .cta h3 {
        font-size: 16px;
    }
    .masthead-title {
        font-size: 40px!important;
    }
    [name="accessibility-addendum"] .photo img {
        height: 320px!important;
    }
    [name="accessibility-addendum"] .text-plate {
        height:auto; 
    }
    #n_items h1 {
        font-size: 28px!important;
        padding-top: 20px;
    }
    .campus {
        padding-top: 10px;
    }
    .campus-layer h3 {
        font-size: 20px;
    }
    .programms {
        padding-top: 10px;
    }
    .activities {
        padding-top: 10px;
    }
    h3 .tagline {
        font-size: 14px!important;
    }
    .activities-col h3 {
        font-size: 15px;
    }
    .activities-col p {
        font-size: 14px;
    }
    .contact-us {
        padding-top: 10px;
    }
    .form-group {
        width: 90%;
    }
    .contact-us ul {
        margin-right: 4%;
    }
    .contact-us .p-circle {
        width: 15px;
        height: 15px;
        margin-top: 20px;
    }
    .cta h1 {
        font-size: 20px;
        padding: 5px;
    }
    .contact-us h3 {
        font-size: 18px;
        font-weight: 600;
    }
    .contact-us label:first-child {
        padding-top: 10px;
    }
    .contact-us label {
        font-size: 16px;
    }
    .form-control {
        padding: 4px 9px;
        outline: none;
        color: #333300;
        font-size: 14px;
    }
    .form-btn {
        z-index:4;
    }
    .seg-pen {
        padding: 300px 300px 0 0;
        left: 0;
    }
    .seg-pen img {
        width: 50%;
        height: 70%;
    }
    .footer-content {
        width: 95%;
        padding: 5px;
    }
    .copy-right {
        font-size: 12px;
    }
    .dir-contact ul {
        flex-direction: column;
        align-items: flex-start;
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 900px){
    .header_AboutUs, .header_Activities {
        margin-top: 56px;
        height: 200px;
        /* background-image: linear-gradient(#fffccc, rgba(0,0, 0, 0.7)),url(../images/campus1.jpg); */
        clip-path: circle(75% at 50% -35%);
    }
    
    .sp-title h1 {
    border-bottom: 3px solid #666633;
    width: 45%;
    margin: auto;
    }
    .topic {
        font-size: 1em;
    }
    .social_items_footer {
        width: 60%;
    }
    .fa_footer {
        width: 45px!important;
        height: 41px!important;
        font-size: 22px!important;
    }
    .nav-content {
        width: 95%;
    }
    nav .main-logo img {
        width: 62px!important;
        height: 65px!important;
    }
    nav .main-logo h1 {
        font-size: 14px;
        padding-right: 5px;
    }
    .nav-links ul li {
        padding: 2px 4px;
    }
    .nav-links ul li a {
        font-size: 12px;
    }
    .text-box h1 {
        font-size: 36px;
    }
    .text-box {
        top: 55%;
    }
    .text-box p {
        margin: 10px 0 10px;
    }
    h3 .tagline {
        font-size: 14px!important;
    }
    .activities-col {
        flex-basis: 40%;
    }
    .row {
        flex-wrap: wrap;
    }
    .activities-col-content {
        padding: 10px;
    }
    .activities-col img {
        height: 50%;
    }
    .activities-col h3 {
        font-size: 15px;
    }
    .activities-col p {
        font-size: 14px;
    }
    .hero-btn {
        padding: 10px 24px;
        font-size: 20px;
    }
    .fb-btn, .yt-btn, .tw-btn, .li-btn {
        width: 55px;
        height: 51px;
        font-size: 25px;
        margin-top: 20px;
    }
    .dir-contact ul {
        flex-direction: column;
    }
    .prog-col {
        flex-basis: 30%;
    }
    .form-btn {
        margin-top: 55px;
    }
    .campus-layer:hover h3 {
        font-size: 14px;
        bottom: 50%;
    }
}