<style>
::-webkit-scrollbar {
width: 5px;
}
*{
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
/*Page Loader*/
*{
box-sizing: border-box;
margin: 0px;
padding: 0px;
}
a{
text-decoration: none;
}
@-webkit-keyframes spin1 {
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
@-moz-keyframes spin1 {
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
@keyframes spin1 {
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
/* startloder*/
.load-document{
width:100%;
height:100vh;
align-items: center;
justify-content: center;
display: flex;
position: fixed;
z-index:999999;
background:#fff;
/*background-image: linear-gradient(0deg, #000,#ffffffe0), url('img/deep.jpg');
background-attachment: fixed;
background-size: 100%;
transform: scale(1.05);
background-position: center;*/
}
.loader{
background: repeating-linear-gradient(to bottom,#fff 10px,#f5f5f5 20px);
height: 150px;
width: 150px;
margin: 30px auto 0;
border: 10px solid #3498db;
box-shadow: 0 0 5px #3498db inset;
border-radius: 50%;
position: relative;
}
.loader:before,
.loader:after{
content: '';
border-top-left-radius: 10px;
border-top-right-radius: 10px;
transform: translate(-50%);
transform-origin: bottom;
position: absolute;
left: 50%;
bottom: 50%;
}
.loader:before{
background-color: #eb3b5a;
width: 8px;
height: 31%;
animation: rotate 5s linear infinite;
}
.loader:after{
background-color: #2c3e50;
width: 6px;
height: 40%;
animation: rotate 2s linear infinite;
}
@keyframes rotate{
from{ transform: rotate(0); }
to{ transform: rotate(360deg); }
}
/*end loader*/
/* Track */
::-webkit-scrollbar-track {
background: #fbaf0c33;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #fbaf0c;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background:#f62c55;
transition:all 0.6s ease-in-out;
}
.upper_main{
min-height:5vh;
width: 100%;
background:lightblue;
font-size: 13px;
color:#ffffff;
}
.mobile_email{
align-items: center;
justify-content: center;
text-shadow: 0px 10px 12px rgba(0, 0, 0,.3);
}
.socials{
padding:4px;border-radius: 50%;
border: 2px solid #ffffff;
box-shadow: 2px 4px 4px rgba(0, 0, 0,.3), 2px 3px 3px rgba(0, 0, 0, .2);
background: #ffffff;
transition: 0.4s all ease-in-out;
}
.socials:hover{
background: #fbaf0c;
border: 1px solid #ffffff;
transition:0.4s all ease-in;
cursor: pointer;
}
.menu{
border-bottom: 1px solid #fbaf0c;
}
.navbar .navbar-nav .nav-item{
position: relative;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
color: #fbaf0c;
transition: 0.3s;
}
.navbar .navbar-nav .nav-item::before{
content: '';
position: absolute;
height:1px;
width:0%;
top: -24px;
background: #fbaf0c;
color: red;
transition: 0.4s;
display: block;
}
.navbar .navbar-nav .nav-item:hover::before{
width:100%;
}
.topphone{
transition: 2s;
animation: rounded 1s linear infinite;
}
.topphone:hover{
transform: rotate(360deg);
}
@keyframes rounded{
0%{
-webkit-transform: rotate(360deg);
-webkit-transition-duration: 1s;
-webkit-transition-delay: now;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}
50%{
-webkit-transform: rotate(360deg);
-webkit-transition-duration: 1s;
-webkit-transition-delay: now;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}
100%{
-webkit-transform: rotate(360deg);
-webkit-transition-duration: 1s;
-webkit-transition-delay: now;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}
}
.main{
min-height: 100vh;
width: 100%;
background:#ffffff;
}
.menu{
min-height: 10vh;
}
.slider{
min-height: 85vh;
width: 100%;
background: #d3f0f0;
border-radius: 100% 0% 100% 0% / 1% 57% 43% 99% ;
}
.slide-1{
width: 100%;
min-height: 550px;
background-image: linear-gradient(to right,rgba(0,0,0,.8),rgba(255,255,255,.9)), url('img/laptop.jpg');
background-attachment: fixed;
background-size: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.main_text_area{
width: 100%;
min-height: 550px;
align-items: center;
justify-content: center;
display: flex;
}
.main_text_area h1{
font-size: 50px;
color:#ffc107;
text-transform: uppercase;
text-shadow: 0px 10px 12px rgba(0, 0, 0,.3),
1px 12px 12px rgba(0, 0, 0,.4),
3px 13px 16px rgba(0, 0, 0,.5),
5px 14px 20px rgba(0, 0, 0,.3);
}
.main_text_area p{
color: #ffffff;
font-size: 18px;
font-weight: 300;
text-shadow: 0px 10px 12px rgba(0, 0, 0,.3),
1px 12px 12px rgba(0, 0, 0,.4),
3px 13px 16px rgba(0, 0, 0,.5),
5px 14px 20px rgba(0, 0, 0,.3);
}
.slide-2{
width: 100%;
min-height: 550px;
background-image:linear-gradient(to right,rgba(255,0,0,.2), #add8e6), url('img/office.jpg');
background-attachment: fixed;
background-size: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.slide-3{
width: 100%;
min-height: 550px;
background-image: linear-gradient(to right,rgba(255,0,0,.2),#003442), url('img/work.jpg');
background-attachment: fixed;
background-size: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.slide-4{
width: 100%;
min-height: 550px;
background-image: linear-gradient(to right,rgba(255,0,0,.2),#003442), url('img/work1.jpg');
background-attachment: fixed;
background-size: 100%;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.carousel-item::before{
background-color:rgba(0, 0, 0, 0.74);
z-index:1;
}
a.divBtn {
text-decoration: none;
}
.divBtn {
color: #fbaf0c;
text-decoration: none;
padding: 10px 30px;
padding-top: 12px;
border-radius: 4px;
border: 1px solid #fbaf0c;
margin-top: 5px;
display: inline-block;
transition: all ease .5s;
position: relative;
font-size: 13px;
overflow: hidden;
}
a.divBtn:hover,
.divBtn:hover {
background: #fbaf0c;
color: #fff;
}
input.divBtn {
background: #fff;
}
.divBtn::after {
content: '';
height: 72px;
width: 25px;
display: block;
position: absolute;
background: linear-gradient(90deg, transparent, #fffc, transparent);
top: -12px;
left: -40px;
transform: skewX(-30deg);
transition: .3s;
transition-delay: .5s;
}
.divBtn:hover::after {
left: calc(100% + 50px);
}
.newSection {
padding: 30px 0px;
}
.sectionTitle {
margin: 0px auto;
padding: 0px;
text-align: center;
font-weight: 500;
padding-bottom: 10px;
position: relative;
}
.themeText {
color: #fbaf0c;
}
.sectionTitle::after {
content: '';
height: 2px;
width: 100px;
background: #fbaf0c;
display: inline-block;
position: absolute;
bottom: 3px;
left: calc(50% - 50px);
}
.sectionContent {
color: #555;
font-size: 14px;
display: block;
width: 100%;
max-width: 600px;
margin: 0px auto;
margin-bottom: 20px;
text-align: center;
font-family: 'Varela Round', sans-serif;
}
a{
text-decoration: none;
}
.mainBlock {
background: #fff;
margin-top: 10px;
padding: 10px;
border-radius: 5px;
box-shadow: 0 0 3px #ddd;
min-height: 100px;
min-width: 150px;
display: flex;
align-items: center;
justify-content: center;
transition: .5s;
position: relative;
}
.mainBlock::after {
content: '';
position: absolute;
top: 6px;
left: 6px;
right: 6px;
bottom: 6px;
display: block;
background: transparent;
display: block;
border: 1px solid #ddd;
}
.mainBlock:hover::after {
border-color: #333a;
}
.mainBlock:hover {
box-shadow: 0px 3px 7px #aaa;
background: #fff;
background-image: linear-gradient(0deg, #fff, #ffffffe0), url('img/cc.jpg');
background-attachment: fixed;
background-size: 100%;
transform: scale(1.05);
background-position: center;
-webkit-animation: serviceBgAnim 15s linear forwards;
-o-animation: serviceBgAnim 15s linear forwards;
animation: serviceBgAnim 15s linear forwards;
border-style: ridge;
}
.mainBlock a {
color: #ffffff;
text-decoration: none;
z-index: 10;
}
.mainBlock:hover > a {
color: #333333;
}
.mainBlock a h5 {
font-size: 14px;
text-transform: uppercase;
margin: 0px;
}
.programmMain {
background: #fff;
box-sizing: border-box;
margin-top: 30px;
padding: 25px 20px 20px 20px;
position: relative;
font-size: 14px;
border: 1px solid #fbaf0c22;
min-height: 200px;
cursor: pointer;
transition: .5s;
}
.programmMain:hover {
box-shadow: 0px 3px 5px #aaa;
background: #fff;
background-image: linear-gradient(0deg, #fff, #ffffffe0), url('img/cc.jpg');
background-attachment: fixed;
background-size: 200%;
transform: scale(1.05);
background-position: center;
-webkit-animation: serviceBgAnim 15s linear forwards;
-o-animation: serviceBgAnim 15s linear forwards;
animation: serviceBgAnim 15s linear forwards;
}
@keyframes serviceBgAnim {
0% {
background-position: center;
background-size: 100%;
}
50% {
background-position: center;
background-size: 200%;
}
100% {
background-position: center;
background-size: 100%;
}
}
.programmMain h4 {
color: #333;
font-size: 19px;
position: relative;
}
.programmMain h4::after {
content: '';
height: 2px;
width:20px;
display: block;
background: #fbaf0c;
position: absolute;
bottom:-6px;
border-radius: 10px;
transition: .5s;
}
.programmMain:hover h4::after {
width:70px;
}
.programmMain:hover h4 a {
color: #fbaf0c;
}
.programmMain:hover i {
background: #fff;
color: #fbaf0c;
}
.programmMain h4 a {
color: #333;
text-decoration: none;
transition: .5s;
}
.programmMain i {
width: 40px;
height: 40px;
line-height: 40px;
border-radius:100%;
text-align: center;
position: absolute;
left: 45%;
font-size: 14px;
background: #fbaf0c;
color: #fff;
top: -20px;
border: 1px solid #fbaf0c;
}
.programmMain p {
padding: 5px;
text-align: justify;
}
.programmMain a.knowMoreBtn {
padding: 6px 20px;
margin: 0px 0 10px 0;
display: inline-block;
border-radius: 5px;
color: #999;
border: 1px solid #999;
font-weight: 300;
transition: .3s;
position: relative;
text-decoration: none;
text-decoration: none;
/*overflow: hidden;*/
}
.programmMain:hover a.knowMoreBtn {
color: #fbaf0caa;
border-color: #fbaf0caa;
}
.programmMain a.knowMoreBtn:hover{
color: #fff;
}
.services1{
min-height:400px;
width: 100%;
margin-top:2%;
align-items: center;
justify-content: center;
display: flex;
cursor: pointer;
}
.besic_icon{
align-items: center;
justify-content: center;
display: flex;
}
.besic_icon .fa{
font-size: 70px;
}
.Courses_1 .coursesweprovide{
min-height:100px;
border-color: #e3e3e3;
transition: 0.5s;
border-radius: 8px;
font-size: 16px;
align-items: center;
text-transform: uppercase;
justify-content: center;
display: flex;
color: white;
background: #567888;
box-shadow: 4px 8px 8px rgba(211, 240, 240,.3), 2px 8px 8px rgba(0, 0, 0, .2);
/* border-width: 20px;*/
border-style: ridge;
}
.Courses_1 .coursesweprovide:hover::after{
border-color: #333a;
}
.Courses_1 .coursesweprovide:hover{
box-shadow: 0px 3px 7px #aaa;
background: #fff;
background-image: linear-gradient(0deg, #fff, #ffffffe0), url('img/cc.jpg');
background-attachment: fixed;
background-size: 100%;
color: #567888;
box-shadow:2px 8px 8px rgba(0, 0, 0, .2),4px 8px 8px rgba(211, 240, 240,.3);
transform: scale(1.05);
background-position: center;
-webkit-animation: serviceBgAnim 15s linear forwards;
-o-animation: serviceBgAnim 15s linear forwards;
animation: serviceBgAnim 15s linear forwards;
}
.Jagriti_computer_center_body{
background: #567888;
color:#ffffff;
}
.Jagriti_computer_center_body:hover{
box-shadow: 0px 3px 12px #aaa;
background: #fff;
color: #567888;
box-shadow:2px 8px 8px rgba(0, 0, 0, .2),4px 8px 14px rgba(211, 240, 240,.3);
transition: 0.6s all ease-in-out;
-webkit-animation: serviceBgAnim 15s linear forwards;
-o-animation: serviceBgAnim 15s linear forwards;
animation: serviceBgAnim 15s linear forwards;
}
.divWithLeftIcon {
padding-left: 50px;
position: relative;
}
.divWithLeftIcon > i {
width: 35px;
height: 35px;
line-height: 35px;
border-radius: 100%;
text-align: center;
position: absolute;
left: 0;
font-size: 15px;
background: #fbaf0c;
color: #fff;
top: 8px;
}
.divWithLeftIcon h4 {
margin-top: 15px;
font-size: 22px;
margin-bottom: 4px;
}
.divWithLeftIcon p {
margin: 0px;
font-size: 13px;
color: #555;
font-family: 'Varela Round', sans-serif;
}
/*footer css*/
.footerTop {
background: #2a2d2f;
color: #dfdfdf;
padding: 35px 0 25px 0;
}
.footerTop .ftrinfo img {
margin-bottom: 10px;
}
.footerTop .ftrinfo p {
font-size: 14px;
padding-left: 5px;
font-weight: 100;
color: #ddd;
}
.footerTop .ftrinfo p i {
color: #fbaf0c;
transition: .5s;
}
.footerTop .ftrinfo p a {
color: #ddd;
text-decoration: none;
transition: .5s;
}
.footerTop .ftrinfo p a:hover {
color: #fbaf0c;
}
.footerTop .ftrinfo p a:hover i {
color: #fff;
transform: scale(1.5) translateX(-2px);
}
.footerTop .ftrinfo .ftHeading {
color: #fff;
font-weight: 600;
padding-bottom: 7px;
padding-left: 5px;
position: relative;
}
.footerTop .ftrinfo .ftHeading::after {
content: '';
height: 2px;
width: 70px;
background: #fff;
display: block;
border-radius: 10px;
position: absolute;
bottom: 3px;
left: 5x;
}
.footerTop .ftrinfo .ftrSocial i {
display: inline-block;
color: #fff;
height: 30px;
width: 30px;
margin: 0px 3px;
line-height: 30px;
text-align: center;
border-radius: 50%;
transition: .5s;
text-align: center;
}
.footerTop .ftrinfo .ftrSocial i:hover {
color: #fbaf0c;
}
.tinyFooter {
color: #eee;
background: #222222;
text-align: center;
word-spacing: 2px;
letter-spacing: 1px;
padding: 5px 0;
}
.tinyFooter span {
font-size: 13px;
}
.tinyFooter span a {
color: #fbaf0c;
}
/*footer css end*/
#success{
font-size:20px;
letter-spacing:2px;
}
/* ------------contact with us Start----------------- */
.our_addresss{
margin-top: 15%;
}
.divWithLeftIcon p a{
color: #555;
display: block;
margin-top: 5px;
transition: .5s;
}
.divWithLeftIcon p a:hover{
color: #fbaf0c;
text-decoration: none;
letter-spacing: 1px;
}
.newSection .map_me{
.min-height:400px;
width: 100%;
align-items: center;
justify-content: center;
display: flex;
}
.newSection .map_me iframe{
border: 1px solid #fbaf0c;
box-shadow:2px 6px 4px rgba(0, 0, 0, .2),
4px 8px 6px rgba(211, 240, 240,.3),
6px 10px 8px rgba(0, 0, 0, .4);
}
.newSection .map_me iframe:hover{
border:1px solid #fbaf0c;
}
/* ------------contact with us End----------------- */
/* ------------Your Valuable Feedback End----------------- */
.feedback_image{
min-height: 300px;
background: #ffff;
width: 100%;
margin-top: 15%;
border: 1px solid lightblue;
box-shadow:2px 4px 6px 4px rgba(0, 0, 0, .2),
4px 6px 8px 6px rgba(211, 240, 240,.2),
2px 6px 8px rgba(0, 0, 0, .2);
}
.feedback_image img{
min-height: 300px;
width: 100%;
filter: grayscale(100%);
cursor: pointer;
object-fit: cover;
transition: 0.4s all ease-in-out;
background-size: cover;
}
.feedback_image img:hover{
/* filter: sepia(0%); */
filter: grayscale(0%);
}
/* ------------Your Valuable Feedback End----------------- */
</style>
0 Comments