|
Server IP : 111.118.215.156 / Your IP : 216.73.216.167 Web Server : Apache System : Linux md-in-26.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : azasoqqa ( 1858) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home2/azasoqqa/public_html/almadinahcbse.com/css/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
.bg_gray {
background-color: #F7F7F7;
}
.box_shadow2 {
box-shadow: 0px 4px 20px rgba(101, 101, 101, 0.1);
}
.radius_all_10 {
border-radius: 10px;
}
.bg_danger {
background-color: #F6475F;
}
.mb-3,
.my-3 {
margin-bottom: 1rem !important;
}
.bg_default {
background-color: #FFBC09;
}
.bg_light_green {
background-color: #B3D369;
}
.bg_light_navy {
background-color: #554DA7;
}
.bg_blue2 {
background-color: #4382FF;
}
.bg_pink {
background-color: #F94FA4;
}
/*===================================*
04. START ICON BOX CSS
*===================================*/
.background_bg {
background-image: url(../img/pattern_bg4.png);
background-position: center center;
background-size: cover;
}
.icon_box {
padding: 30px;
z-index: 9;
margin-top: 30px;
transition: all 0.5s ease-in-out;
}
.box_icon,
.intro_desc {
position: relative;
}
.box_icon i {
font-size: 40px;
}
.icon_box img {
max-width: 60px;
}
.icon_box_style1.icon_box {
background-color: #fff;
padding: 15px;
border: 2px solid #f6f6f6;
-moz-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
-webkit-transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
transition: transform .25s cubic-bezier(.68, -0.55, .27, 1.55);
-moz-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-animation-fill-mode: none;
animation-fill-mode: none;
}
.icon_box_style1 .box_icon {
float: left;
margin-right: 20px;
}
.icon_box_style1.icon_box:hover {
box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
-moz-transform: translate3d(0, -10px, 0);
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
.icon_box_style1.icon_box img {
max-width: 40px;
}
.icon_box_style1 .intro_desc {
overflow: hidden;
}
.intro_desc h5 {
text-transform: capitalize;
}
.intro_desc p:last-child {
margin: 0;
font-family: 'Roboto', sans-serif;
padding-top: 8px;
}
.icon_box_style2 .box_icon,
.icon_box_style3 .box_icon {
border-radius: 100%;
display: inline-block;
padding: 20px;
position: relative;
height: 100px;
width: 100px;
text-align: center;
}
.icon_box_style2 .box_icon i,
.icon_box_style3 .box_icon i {
line-height: 60px;
}
.icon_box_style2 .box_icon::before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #fff;
border-radius: 100%;
margin: 0px;
opacity: 0;
transition: all 0.2s ease-in-out;
}
.icon_box_style2 .box_icon img {
padding: 5px;
}
.icon_box_style2:hover .box_icon:before {
margin: 5px;
opacity: 1;
}
.icon_box_style2:hover {
margin-top: 20px;
}
.icon_box_style3 .box_icon {
overflow: hidden;
}
.icon_box_style3:hover .box_icon i {
-webkit-animation: toLeftFromRight 0.3s forwards;
-moz-animation: toLeftFromRight 0.3s forwards;
animation: toLeftFromRight 0.3s forwards;
}
@-webkit-keyframes toLeftFromRight {
49% {
-webkit-transform: translate(-100%);
}
50% {
opacity: 0;
-webkit-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@-moz-keyframes toLeftFromRight {
49% {
-moz-transform: translate(-100%);
}
50% {
opacity: 0;
-moz-transform: translate(100%);
}
51% {
opacity: 1;
}
}
@keyframes toLeftFromRight {
49% {
transform: translate(-100%);
}
50% {
opacity: 0;
transform: translate(100%);
}
51% {
opacity: 1;
}
}
/*===================================*
04. END ICON BOX CSS
*===================================*/
.bg_fixed {
background-attachment: fixed !important;
}
section {
padding: 70px 0;
position: relative;
width: 100%;
}
.text_white * {
color: #fff;
}
.heading_light > * {
color: #fff;
}
.sub_heading {
text-transform: uppercase;
color: #292b2c;
margin-bottom: 10px;
display: inline-block;
font-size: 14px;
padding-left: 30px;
position: relative;
}
.heading_s1 h2 {
margin-bottom: 1rem;
text-transform: capitalize;
font-weight: bold;
line-height: 1.2;
/* font-size: 4rem;*/
}
.sub_heading::before {
content: "";
position: absolute;
left: 0;
top: 8px;
height: 2px;
width: 20px;
background-color: #FFBC09;
}
.background_bg .btn-radius {
border-radius: 40px !important;
}
.background_bg .btn-default {
background-color: #FFBC09;
border: 2px solid #FFBC09;
color: #ffffff !important;
padding: 12px 30px;
}
.background_bg .btn {
cursor: pointer;
line-height: normal;
text-transform: capitalize;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
z-index: 1;
}
.background_bg .btn-default::before {
content: "";
background-color: rgba(255, 255, 255, 0.5);
height: 100%;
width: 2em;
display: block;
position: absolute;
top: 0;
left: -4.5em;
-webkit-transform: skewX(-45deg) translateX(0);
transform: skewX(-45deg) translateX(0);
transition: all 0.8s ease-in-out;
}
.btn-outline-white {
background-color: transparent;
border: 2px solid #ffffff !important;
color: #ffffff;
padding: 12px 30px;
}
.btn-outline-white::after {
content: "";
position: absolute;
height: 0%;
left: 50%;
top: 50%;
width: 150%;
z-index: -1;
-webkit-transition: all 0.75s ease 0s;
-moz-transition: all 0.75s ease 0s;
-o-transition: all 0.75s ease 0s;
transition: all 0.75s ease 0s;
}
.btn-outline-white::before {
display: block;
position: absolute;
top: 0px;
right: 0px;
height: 100%;
width: 0px;
z-index: -1;
content: '';
background-color: #fff;
transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.text_white * {
color: #fff;
}
/*testimonial*/
.testimonial_style1 .testimonial_box,
.course_author {
background-color: #fff;
box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
padding: 30px 30px 30px 50px;
margin: 5px 5px 5px 50px;
position: relative;
z-index: 1;
}
.testimonial_style1 .testimonial_box::before {
content: "\f10e";
position: absolute;
right: 40px;
top: 0;
font-family: "Font Awesome 5 Free";
font-size: 190px;
line-height: normal;
font-weight: 900;
z-index: -1;
color: rgba(0, 0, 0, 0.02);
}
.testimonial_style1 .testimonial_img,
.author_img {
margin-left: -100px;
}
.testimonial_img,
.author_img {
float: left;
margin-right: 20px;
}
.testi_meta,
.author_meta {
overflow: hidden;
}
.testi_user,
.author_intro {
margin-bottom: 6px;
}
.testi_user span,
.author_intro span {
font-style: italic;
}
.text_default {
color: #FFBC09 !important;
}
.testi_desc p {
font-family: "Roboto Slab", sans-serif;
}
.testimonial_style1 .testimonial_img img {
border-radius: 100%;
border: 2px solid #FFBC09
}
.testi_user h6 {
font-size: 16px
}
.elh-bg-5 .elh-overlay {
background-color: rgba(0, 0, 0, .6) !important;
}
.elh-bg-4 .elh-overlay {
background-color: rgba(0, 0, 0, 0.0) !important;
}
.elh-bg-8 .elh-overlay {
background-color: rgba(0, 0, 0, .8) !important;
}
.contact_info br {
display: block;
margin: 10px 0;
content: "";
}
.about_widget p.fop {
font-size: 1.6rem;
font-family: 'Roboto', sans-serif;
}
.widget_custom-menu li i {
color: #FFBC09;
padding-right: 8px;
}
.counter_icon {
margin-bottom: 8px
}
.widget_custom-menu li a {
color: #fff;
font-size: 1.6rem;
font-family: 'Roboto', sans-serif;
}
.xs-text-center {
font-family: "Roboto Slab", sans-serif;
font-size: 14px;
text-align: center;
font-weight: bold
}
.elh-post-entry p {
font-family: "Roboto Slab", sans-serif;
font-size: 15px;
text-align: justify;
margin-bottom: 10px
}
.elh-grid-item p.bordz {
font-family: 'Roboto', sans-serif;
padding-bottom: 10px;
border-bottom: 1px dashed #4382FF;
margin-bottom: 20px
}
.bordz {
border-bottom: 1px dashed #4382FF;
margin-bottom: 20px;
padding-bottom: 10px;
font-size: 16px;
color: #212529;
font-family: "Roboto Slab", sans-serif;
}
.bordz a {
color: #212529;
}
.custom-menu li {
padding-bottom: 8px;
}
.m-b-25 {
padding-bottom: 25px;
}
@media only screen and (max-width: 991px) {
.header-contact {
display: none
}
}
.first-hide {
overflow: hidden;
margin: 0px;
padding: 0
}
.first-hide li {
list-style: none;
display: inline-block;
margin-left: 5px;
}
.fb,
.yt,
.wht {
color: #ffffff;
font-size: 1.2rem;
display: inline-block;
width: 34px;
height: 33px;
line-height: 34px;
border-radius: 50%;
background-color: #3b5998;
text-align: center;
}
.yt {
background-color: #FF0000 !important
}
.wht {
background-color: #15940b !important
}
.header-butn {
font-size: 14px;
border-radius: 10px;
border-color: #e84b3a;
background-color: #e84b3a;
color: #ffffff;
padding: 8px 10px;
font-family: "Roboto Slab", sans-serif;
}
.first-hide li a:hover {
color: #fff;
}
.flt-ri {
float: right
}
.mobile-res {
display: none
}
@media only screen and (max-width: 767px) {
.flt-ri {
float: left
}
.mobile-res {
display: block
}
.phone-res {
display: none
}
}
#preloader {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: #fff;
z-index: 999999;
}
/*Loader Css*/
#preloader {
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background-color: #fff;
z-index: 999999;
}
.spinner,
.spinner-small {
height: 45px;
width: 45px;
position: absolute;
top: 50%;
left: 50%;
margin: -20px 0 0 -20px;
border: 2px solid #000000;
border-top: 2px solid #FFBC09;
border-radius: 100%;
-webkit-animation: rotation .6s infinite linear;
-moz-animation: rotation .6s infinite linear;
-o-animation: rotation .6s infinite linear;
animation: rotation .6s infinite linear;
z-index: 9999;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0)
}
to {
-webkit-transform: rotate(359deg)
}
}
@-moz-keyframes rotation {
from {
-moz-transform: rotate(0)
}
to {
-moz-transform: rotate(359deg)
}
}
@-o-keyframes rotation {
from {
-o-transform: rotate(0)
}
to {
-o-transform: rotate(359deg)
}
}
@keyframes rotation {
from {
transform: rotate(0)
}
to {
transform: rotate(359deg)
}
}
.loader-section {
position: fixed;
top: 0;
width: 51%;
height: 100%;
background-color: #E7EDF3;
z-index: 999;
-webkit-transform: translateX(0);
/* Chrome, Opera 15+, Safari 3.1+ */
-moz-transform: translateX(0);
-ms-transform: translateX(0);
/* IE 9 */
transform: translateX(0);
/* Firefox 16+, IE 10+, Opera */
}
.loader-section.section-left {
left: 0;
}
.loader-section.section-right {
right: 0;
}
/* Loaded */
.loaded .loader-section.section-left {
-webkit-transform: translateX(-100%);
/* Chrome, Opera 15+, Safari 3.1+ */
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
/* IE 9 */
transform: translateX(-100%);
/* Firefox 16+, IE 10+, Opera */
-webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded .loader-section.section-right {
-webkit-transform: translateX(100%);
/* Chrome, Opera 15+, Safari 3.1+ */
-ms-transform: translateX(100%);
/* IE 9 */
-moz-transform: translateX(100%);
transform: translateX(100%);
/* Firefox 16+, IE 10+, Opera */
-webkit-transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
transition: all 0.8s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
/*===================================*/
.scrollup {
background-color: #4c6ef5;
border-radius: 100%;
bottom: 20px;
color: #ffffff;
font-size: 24px;
height: 40px;
line-height: 40px;
position: fixed;
right: 20px;
text-align: center;
width: 40px;
z-index: 99;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.navbar .navbar-collapse .navbar-nav .menu-item a:hover,
.navbar .navbar-collapse .navbar-nav .menu-item a.active {
background-color: #FFBC09;
color: #fff !important;
}
.list-t {
list-style-type: none;
text-decoration: none;
display: inline-block;
margin-bottom: 20px;
}
.pag-in {
background: #FFBC09;
width: 125px;
text-align: center;
padding: 8px 15px;
border: 1px solid #ffffff;
color: #ffffff;
font-family: "Roboto Slab", sans-serif;
float: left;
border-radius: 5px;
}
.current-pages a {
background-color: #4382FF;
color: #fff
}
.m-t-40 {
margin-top: 40px
}
.fixed-navs {
margin: 0 auto;
top: 0;
width: 100%;
z-index: 999;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.sec-title-2 h3 {
position: relative;
line-height: 24px;
margin-bottom: 25px;
padding-bottom: 26px;
}
.sec-title-2 h3:after {
content: "";
position: absolute;
bottom: 0;
height: 3px;
width: 100px;
background: #FFBC09;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
.sec-title-2 p {
font-family: "Roboto", sans-serif;
margin-bottom: 10px;
font-size: 16px;
text-align: left;
}
.m-t-80 {
margin-top: 80px;
}
.heiht {
color: #333;
margin-bottom: 52px;
/* height: 290px*/
}
.about-us-para {
font-size: 16px;
font-family: "Roboto Slab", sans-serif;
color: #333
}
.hei-165 {
height: 165px
}
.hei-160 {
height: 160px
}
.elh-post-entry table {
font-family: "Roboto Slab", sans-serif;
}
.table-head,
.rs-thead-stu,
.stu-total-final {
background: #4c6ef5;
color: #fff
}
.total-fee {
background: #6e8af7;
color: #fff;
font-size: 15px;
}
@media only screen and (max-width: 720px) {
/* Section three*/
.res-table,
.rs-thead,
.rs-tbody,
.res-table th,
.res-table td,
.res-table tr {
display: block;
}
}
.stu-total {
background: #879df8;
font-size: 15px
}
.owner-ceo {
background: #2b3c6b;
color: #fff;
font-weight: normal;
padding: 5px 10px;
border-radius: 10px;
font-family: "Roboto Slab", sans-serif;
font-size: 24px;
margin-bottom: 20px;
}
.stu-total-final {
background: #2b3c6b;
}
.th1 {
width: 5%;
}
.th2,
.th3,
.th4 {
width: 31.6%
}
.sidebar-categories {
list-style: none;
padding: 0;
font-family: "Roboto Slab", sans-serif;
font-size: 14px;
text-align: justify;
}
.sidebar-categories li {
position: relative;
padding-left: 30px;
margin-bottom: 5px;
}
.sidebar-categories li:first-child {
margin-top: 10px;
}
.sidebar-categories li i {
color: #FF9900;
position: absolute;
top: 5px;
left: 0;
}
.elh-post-entry h4 {
color: #554DA7;
font-size: 22px;
margin-bottom: 15px;
}
.elh-post-entry .quick-contact {
text-align: left
}
input[type=checkbox],
input[type=radio] {
margin-right: 4px;
margin-top: 1px\9;
line-height: normal;
}
input[type=checkbox],
input[type=radio] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
margin-top: 0;
margin-left: 10px;
font-family: 'Roboto Slab', serif;
color: #495057;
}
.quick-contact label {
font-family: 'Roboto Slab', serif;
margin-bottom: 15px;
color: #495057
}
input[type=date] {
text-transform: uppercase;
font-size: 13px
}
.quick-contact h4 {
font-size: 20px;
margin: 30px 0;
}
.custom-file-label {
height: 40px;
padding-top: 10px;
}
.custom-file-label::after {
height: 38px !important;
}