@@ -750,6 +750,44 @@ body {
750750 background-image : linear-gradient (180deg , # 047cb4 0% , # 02867b 100% );
751751}
752752
753+ .sticky {
754+ position : sticky;
755+ top : 0 ;
756+ width : 100% ;
757+ }
758+
759+ .our-speaker-area {
760+ align-items : center;
761+ justify-content : center;
762+
763+ }
764+ .container_patrons {
765+ align-items : center;
766+ justify-content : center;
767+ background-image : linear-gradient (# 81f8ee, # 91F6EE );
768+ }
769+ .container_adv {
770+ align-items : center;
771+ justify-content : center;
772+ background-image : linear-gradient (# 8CDDFB, rgba (10 , 235 , 216 , 0.863 ));
773+ }
774+ .container_fac {
775+ align-items : center;
776+ justify-content : center;
777+ padding-bottom : 10% ;
778+ background-image : linear-gradient (# 23bef9 , # 0ba597 );
779+ }
780+ .container_student {
781+ align-items : center;
782+ justify-content : center;
783+ background-image : linear-gradient (# 047eaf, # 09857a );
784+ }
785+
786+ @keyframes AnimateBG {
787+ 0% {background-position : 0% 50% }
788+ 50% {background-position : 100% 50% }
789+ 100% {background-position : 0% 50% }
790+ }
753791.section-header-faq {
754792 text-align : center;
755793}
@@ -888,6 +926,43 @@ body {
888926a : hover {
889927 text-decoration : none;
890928}
929+ .topnav {
930+ background-color : black;
931+ overflow : hidden;
932+ }
933+
934+ /* Style the links inside the navigation bar */
935+ .topnav a {
936+ float : left;
937+ display : block;
938+ color : # f2f2f2 ;
939+ text-align : center;
940+ padding : 14px 16px ;
941+ text-decoration : none;
942+ font-size : 17px ;
943+ }
944+
945+ /* Change the color of links on hover */
946+ .topnav a : hover {
947+ background-color : # ddd ;
948+ color : black;
949+ }
950+
951+ /* Add an active class to highlight the current page */
952+ .topnav a .active {
953+ background-color : # 077729 ;
954+ color : white;
955+ }
956+
957+ /* Hide the link that should open and close the topnav on small screens */
958+ .topnav .icon {
959+ display : none;
960+ }
961+
962+ .team_page_logo {
963+ height : 50.0 ;
964+ width : 50.0 ;
965+ }
891966
892967# sea-creatures {
893968 width : 15% ;
@@ -896,6 +971,13 @@ a:hover {
896971.footer-color # sea-creatures {
897972 width : 30% ;
898973}
974+ .page-title {
975+ color : rgb (17 , 4 , 4 );
976+ font-size : 45px ;
977+ font-weight : 700 ; }
978+ @media only screen and (max-width : 767px ) {
979+ .breadcrumb-area .page-title {
980+ font-size : 24px ; } }
899981
900982.comm-part {
901983 text-align : center;
@@ -914,8 +996,78 @@ a:hover {
914996
915997 .footer-color # sea-creatures {
916998 width : 50% ;
917- }
999+ }
9181000}
1001+ .single-speaker-area {
1002+ position : relative;;
1003+ z- index: 1;
1004+ overflow: hidden;
1005+ bor der: none;
1006+ font- family: 'Franklin Gothic Medium' , 'Arial Narrow' , Arial , sans-serif ;
1007+ bor der- radius: 10px;
1008+ height: 380px;
1009+ }
1010+ .single-speaker-area .speaker-single-thumb {
1011+ position : relative;
1012+ z-index : 1 ;
1013+ border : none;
1014+ border-radius : 10% ;
1015+ }
1016+ .single-speaker-area .speaker-single-thumb img {
1017+ -webkit-transition-duration : 1500ms ;
1018+ -o-transition-duration : 1500ms ;
1019+ transition-duration : 1500ms ;
1020+ width : 100% ;
1021+ -webkit-box-shadow : 0 8px 26px -6px black;
1022+ -moz-box-shadow : 0 8px 26px -6px black;
1023+ box-shadow : 0 8px 26px -6px black;
1024+ border-radius : 50% ;
1025+ margin-bottom : 80px ;
1026+ }
1027+ .single-speaker-area .social-info {
1028+ position : absolute;
1029+ top : -180px ;
1030+ right : 0 ;
1031+ z-index : 22 ;
1032+ background-color : # 233452 ;
1033+ padding : 15px ;
1034+ border-radius : 0 10px 0 10px ;
1035+ text-align : center;
1036+ -webkit-transition-duration : 800ms ;
1037+ -o-transition-duration : 800ms ;
1038+ transition-duration : 800ms ; }
1039+ .single-speaker-area .social-info a {
1040+ display : block;
1041+ font-size : 18px ;
1042+ color : # ffffff ;
1043+ margin-bottom : 5px ; }
1044+ .single-speaker-area .social-info a : last-child {
1045+ margin-bottom : 0 ; }
1046+ .single-speaker-area .speaker-info {
1047+ position : absolute;
1048+ padding-top : 90% ;
1049+ bottom : 0px ;
1050+ z-index : 22 ;
1051+ }
1052+
1053+ .single-speaker-area .speaker-info h5 {
1054+ font-size : 20px ;
1055+ font-weight : 800 ;
1056+ color : rgb (139 , 11 , 11 ) ;
1057+ letter-spacing : 1px ;
1058+ margin-bottom : 0px ;
1059+ }
1060+ .single-speaker-area .speaker-info p {
1061+ color : # FBC901 ;
1062+ margin-bottom : 0 ;
1063+ letter-spacing : 1px ;
1064+ line-height : 1 ; }
1065+ .single-speaker-area : hover .social-info , .single-speaker-area : focus .social-info {
1066+ top : 0 ; }
1067+
1068+ .patron_div {
1069+ background-color : # 87DAF6 ;
1070+ }
9191071
9201072# prizes {
9211073 background-image : linear-gradient (180deg , # 45c8f9 0% , # 2cefde 100% );
@@ -1130,6 +1282,4 @@ a:hover {
11301282.single-we-offer-content : focus .offer-icon ::after {
11311283 width : 800% ;
11321284 height : 800% ;
1133- }
1134-
1135- /*-------------------------------------------------------------------------------------------------------------------------------------------------*/
1285+ }
0 commit comments