} .dropdown { float: left; overflow: hidden; } .dropdown .dropbtn { font-size: 17px; border: none; outline: none; color: white; padding: 14px 16px; background-color: inherit; font-family: inherit; margin: 0; } .dropdown-content { display: none; position: absolute; background-color: #f9f9f9; min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { float: none; color: black; padding: 2px 2px; text-decoration: none; display: block; text-align: left; } .topnav a:hover, .dropdown:hover .dropbtn { background-color: #555; color: white; } .dropdown-content a:hover { background-color: #ddd; color: black; } .dropdown:hover .dropdown-content { display: block; } @media screen and (max-width: 320px) { .topnav a:not(:first-child), .dropdown .dropbtn { display: none; } .topnav a.icon { float: right; display: block; } } @media screen and (max-width: 320px) { .topnav.responsive {position: relative;} .topnav.responsive .icon { position: absolute; right: 0; top: 0; } .topnav.responsive a { float: none; display: block; text-align: left; } .topnav.responsive .dropdown {float: none;} .topnav.responsive .dropdown-content {position: relative;} .topnav.responsive .dropdown .dropbtn { display: block; width: 100%; text-align: left; } } @import url('https://fonts.cdnfonts.com/css/lucida-calligraphy-new'); .responsive { width: 100%; height: auto; } * { box-sizing: 100px; } img { vertical-align: middle; } /* Position the image container (needed to position the left and right arrows) */ .container { position: relative; } /* Hide the images by default */ .mySlides { display: none; } /* Add a pointer when hovering over the thumbnail images */ .cursor { cursor: pointer; } /* Next & previous buttons */ .prev, .next { cursor: pointer; position: absolute; top: 40%; width: auto; padding: 16px; margin-top: -50px; color: white; font-weight: bold; font-size: 20px; border-radius: 0 3px 3px 0; user-select: none; -webkit-user-select: none; } /* Position the "next button" to the right */ .next { right: 0; border-radius: 3px 0 0 3px; } /* On hover, add a black background color with a little bit see-through */ .prev:hover, .next:hover { background-color: rgba(0, 0, 0, 0.8); } /* Number text (1/3 etc) */ .numbertext { color: #f2f2f2; font-size: 12px; padding: 8px 12px; position: absolute; top: 0; } /* Container for image text */ .caption-container { text-align: center; background-color: #222; padding: 2px 16px; color: white; } .row:after { content: ""; display: table; clear: both; } /* Six columns side by side */ .column { float: left; width: 16.66%; } /* Add a transparency effect for thumnbail images */ .demo { opacity: 0.6; } .active, .demo:hover { opacity: 1; } /*end mid courosel*/ /*four column div*/ .col { float: left; width: 25%; } /* Stops the float property from affecting content after the columns */ .colu:after { content: ""; display: table; clear: both; } /*make trhe four div responsive*/ .col { width: 100%; } @media (min-width: 48em) { .col { float: left; width: 25%; } /* Stops the float property from affecting content after the columns */ .colu:after { content: ""; display: table; clear: both; } } * { margin: 0px; padding: 0px; } body { background: #f0f1f2; font:12px "Open Sans", sans-serif; } #view-code{ color:#89a2b5; opacity:0.7; font-size:14px; text-transform:uppercase; font-weight:700; text-decoration:none; position:absolute;top:660px; left:50%;margin-left:-50px; z-index:200; } #view-code:hover{opacity:1;} #chatbox{ width:290px; background:#fff; border-radius:6px; overflow:hidden; height:484px; position:absolute; top:100px; left:50%; margin-left:-155px; } #friendslist{ position:absolute; top:0; left:0; width:290px; height:484px; } #topmenu{ height:69px; width:290px; border-bottom:1px solid #d8dfe3; } #topmenu span{ float:left; width: 96px; height: 70px; background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/top-menu.png") -3px -118px no-repeat; } #topmenu span.friends{margin-bottom:-1px;} #topmenu span.chats{background-position:-95px 25px; cursor:pointer;} #topmenu span.chats:hover{background-position:-95px -46px; cursor:pointer;} #topmenu span.history{background-position:-190px 24px; cursor:pointer;} #topmenu span.history:hover{background-position:-190px -47px; cursor:pointer;} .friend{ height:70px; border-bottom:1px solid #e7ebee; position:relative; } .friend:hover{ background:#f1f4f6; cursor:pointer; } .friend img{ width:40px; border-radius:50%; margin:15px; float:left; } .floatingImg{ width:40px; border-radius:50%; position:absolute; top:0; left:12px; border:3px solid #fff; } .friend p{ padding:15px 0 0 0; float:left; width:220px; } .friend p strong{ font-weight:600; font-size:15px; color:#597a96; } .friend p span{ font-size:13px; font-weight:400; color:#aab8c2; } .friend .status{ background:#26c281; border-radius:50%; width:9px; height:9px; position:absolute; top:31px; right:17px; } .friend .status.away{background:#ffce54;} .friend .status.inactive{background:#eaeef0;} #search{ background:#e3e9ed url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/search.png") -11px 0 no-repeat; height:60px; width:290px; position:absolute; bottom:0; left:0; } #searchfield{ background:#e3e9ed; margin:21px 0 0 55px; border:none; padding:0; font-size:14px; font-family:"Open Sans", sans-serif; font-weight:400px; color:#8198ac; } #searchfield:focus{ outline: 0; } #chatview{ width:290px; height:484px; position:absolute; top:0; left:0; display:none; background:#fff; } #profile{ height:153px; overflow:hidden; text-align:center; color:#fff; } .p1 #profile{ background:#fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/timeline1.png") 0 0 no-repeat; } #profile .avatar{ width:68px; border:3px solid #fff; margin:23px 0 0; border-radius:50%; } #profile p{ font-weight:600; font-size:15px; margin:118px 0 -1px; opacity:0; -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); } #profile p.animate{ margin-top:97px; opacity:1; -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); } #profile span{ font-weight:400; font-size:11px; } #chat-messages{ opacity:0; margin-top:30px; width:290px; height:270px; overflow-y:scroll; overflow-x:hidden; padding-right: 20px; -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000); } #chat-messages.animate{ opacity:1; margin-top:0; } #chat-messages label{ color:#aab8c2; font-weight:600; font-size:12px; text-align:center; margin:15px 0; width:290px; display:block; } #chat-messages div.message{ padding:0 0 30px 58px; clear:both; margin-bottom:45px; } #chat-messages div.message.right{ padding: 0 58px 30px 0; margin-right: -19px; margin-left: 19px; } #chat-messages .message img{ float: left; margin-left: -38px; border-radius: 50%; width: 30px; margin-top: 12px; } #chat-messages div.message.right img{ float: right; margin-left: 0; margin-right: -38px; } .message .bubble{ background:#f0f4f7; font-size:13px; font-weight:600; padding:12px 13px; border-radius:5px 5px 5px 0px; color:#8495a3; position:relative; float:left; } #chat-messages div.message.right .bubble{ float:right; border-radius:5px 5px 0px 5px ; } .bubble .corner{ background:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/bubble-corner.png") 0 0 no-repeat; position:absolute; width:7px; height:7px; left:-5px; bottom:0; } div.message.right .corner{ background:url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/bubble-cornerR.png") 0 0 no-repeat; left:auto; right:-5px; } .bubble span{ color: #aab8c2; font-size: 11px; position: absolute; right: 0; bottom: -22px; } #sendmessage{ height:60px; border-top:1px solid #e7ebee; position:absolute; bottom:0; right:0px; width:290px; background:#fff; padding-bottm:50px; } #sendmessage input{ border } #sendmessage input{ background:#fff; margin:21px 0 0 21px; border:none; padding:0; font-size:14px; font-family:"Open Sans", sans-serif; font-weight:400px; color:#aab8c2; } #sendmessage input:focus{ outline: 0; } #sendmessage button{ background:#fff url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/245657/send.png") 0 -41px no-repeat; width:30px; height:30px; position:absolute; right: 15px; top: 23px; border:none; } #sendmessage button:hover{ cursor:pointer; background-position: 0 0 ; } #sendmessage button:focus{ outline: 0; } #close{ position:absolute; top: 8px; opacity:0.8; right: 10px; width:20px; height:20px; cursor:pointer; } #close:hover{ opacity:1; } .cx, .cy{ background:#fff; position:absolute; width:0px; top:15px; right:15px; height:3px; -webkit-transition: all 250ms ease-in-out; -moz-transition: all 250ms ease-in-out; -ms-transition: all 250ms ease-in-out; -o-transition: all 250ms ease-in-out; transition: all 250ms ease-in-out; } .cx.s1, .cy.s1{ right:0; width:20px; -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out; -o-transition: all 100ms ease-out; transition: all 100ms ease-out; } .cy.s2{ -ms-transform: rotate(50deg); -webkit-transform: rotate(50deg); transform: rotate(50deg); -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out; -o-transition: all 100ms ease-out; transition: all 100ms ease-out; } .cy.s3{ -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out; -o-transition: all 100ms ease-out; transition: all 100ms ease-out; } .cx.s1{ right:0; width:20px; -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out; -o-transition: all 100ms ease-out; transition: all 100ms ease-out; } .cx.s2{ -ms-transform: rotate(140deg); -webkit-transform: rotate(140deg); transform: rotate(140deg); -webkit-transition: all 100ms ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ease-out; -o-transition: all 100ms ease-out; transition: all 100ms ease-out; } .cx.s3{ -ms-transform: rotate(135deg); -webkit-transform: rotate(135deg); transform: rotate(135deg); -webkit-transition: all 100ease-out; -moz-transition: all 100ms ease-out; -ms-transition: all 100ms ease-out; -o-transition: all 100ms ease-out; transition: all 100ms ease-out; } #chatview, #sendmessage { overflow:hidden; border-radius:6px; } /* ============ desktop view ============ */ @media all and (min-width: 992px) { .navbar .nav-item .dropdown-menu{ display: none; } .navbar .nav-item:hover .nav-link{ } .navbar .nav-item:hover .dropdown-menu{ display: block; } .navbar .nav-item .dropdown-menu{ margin-top:0; } } /* ============ desktop view .end// ============ */ .navbar{ background-color: #800000; } } @media only screen and (max-width: 480px) { .image-fluid1{ width: 100%; } } .circular--square { border-radius: 50%; } @import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap'); * { padding: 0; margin: 0; box-sizing: border-box; } .body2 { background-color: #151719; display: flex; justify-content: center; align-items: center; min-height: 10vh; } .waviy { position: relative; -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2)); font-size: 60px; } .waviy span { font-family: 'Alfa Slab One', cursive; position: relative; display: inline-block; color: #fff; text-transform: uppercase; animation: waviy 1s infinite; animation-delay: calc(.1s * var(--i)); } @keyframes waviy { 0%,40%,100% { transform: translateY(0) } 20% { transform: translateY(-20px) } } .word { margin: auto; color: white; font: 700 normal 2.5em 'tahoma'; text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324; } .animate-charcter { text-transform: uppercase; background-image: linear-gradient( -25deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% ); background-size: auto auto; background-clip: border-box; background-size: 200% auto; color: #fff; background-clip: text; text-fill-color: transparent; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: textclip 2s linear infinite; display: inline-block; font-size: 30px; font-family: 'Lucida Calligraphy New', sans-serif; } @keyframes textclip { to { background-position: 200% center; } } .services_section{ background-image: url("images/backgroundd2.jpg"); } .image_1{ width: 600px; height: 300px; position: relative; animation-name: example; animation-duration: 4s; animation-iteration-count: 1000; } @keyframes example { 0% {background-color:red; left:0px; top:0px;} 25% {background-color:yellow; left:100px; top:0px;} 50% {background-color:blue; left:100px; top:100px;} 75% {background-color:green; left:0px; top:100px;} 100% {background-color:red; left:0px; top:0px;} } .quote_bt{ width: 600px; height: 300px; position: relative; animation-name: example; animation-duration: 4s; animation-iteration-count: 1000; } .about_bt {animation-timing-function: ease-in-out;} @keyframes mymove { from {left: 0px;} to {left: 200px;} } .about_bt { width: 100px; height: 50px; font-weight: bold; position: relative; animation: mymove 5s infinite; } .quote_bt{ width: 200px; height: 50px; font-weight: bold; position: relative; animation: mymove 3s infinite; } @import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Lucida Calligraphy New', sans-serif; } .section1 { display: flex; min-height: 40vh; align-items: center; justify-content: center; } .content { position: relative; } .content h2 { color: #800000; font-size: 4em; position: absolute; transform: translate(-50%, -50%); } .content h2:nth-child(1) { color: transparent; -webkit-text-stroke: 2px #FFFFFF; } .content h2:nth-child(2) { color: #800000; animation: animate 4s ease-in-out infinite; } @keyframes animate { 0%, 100% { clip-path: polygon( 0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100% ); } 80% { clip-path: polygon( 0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100% ); } } .image_1 { width: 100%; height: auto; } }
The college is located in Kenya, Migori County. It is located along Kisii-Migori highway.Just 100 metres before arriving at Babblers Hotel. alight and branch right, the school is 400 metres from the tarmac road
© 2020 All Rights Reserved. developed by: Eng. Evance Agai.