<style>
    
::-webkit-scrollbar {
width5px;
}
    *{
        margin0;
        padding0;
        box-sizingborder-box;
        text-decorationnone;

        
    }
    /*Page Loader*/
*{
    box-sizingborder-box;
    margin0px;
    padding0px;
}
a{
    text-decorationnone;
}
@-webkit-keyframes spin1 {
    0%{
        transformrotate(0deg);
    }
    100%{
        transformrotate(360deg);
    }
}
@-moz-keyframes spin1 {
    0%{
        transformrotate(0deg);
    }
    100%{
        transformrotate(360deg);
    }
}
@keyframes spin1 {
    0%{
        transformrotate(0deg);
    }
    100%{
        transformrotate(360deg);
    }
}
/* startloder*/
.load-document{
width:100%;
height:100vh;
align-itemscenter;
justify-contentcenter;
displayflex;
positionfixed;
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{
backgroundrepeating-linear-gradient(to bottom,#fff 10px,#f5f5f5 20px);
height150px;
width150px;
margin30px auto 0;
border10px solid #3498db;
box-shadow0 0 5px #3498db inset;
border-radius50%;
positionrelative;
}
.loader:before,
.loader:after{
content'';
border-top-left-radius10px;
border-top-right-radius10px;
transformtranslate(-50%);
transform-originbottom;
positionabsolute;
left50%;
bottom50%;
}
.loader:before{
background-color#eb3b5a;
width8px;
height31%;
animation: rotate 5s linear infinite;
}
.loader:after{
background-color#2c3e50;
width6px;
height40%;
animation: rotate 2s linear infinite;
}
@keyframes rotate{
from{ transformrotate(0); }
to{ transformrotate(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;
        width100%;
        background:lightblue;
        font-size13px;
        color:#ffffff;
    }
    
    .mobile_email{
        align-itemscenter;
        justify-contentcenter;
        text-shadow0px 10px 12px rgba(000,.3);
    }
    
    .socials{
    
        padding:4px;border-radius50%;
        border2px solid #ffffff;
        box-shadow2px 4px 4px rgba(000,.3), 2px 3px 3px rgba(000.2);
        background#ffffff;
        transition0.4s all ease-in-out;
    }
.socials:hover{
    background#fbaf0c;
    border1px solid #ffffff;
        transition:0.4s all ease-in;
        cursorpointer;
}
.menu{

border-bottom1px solid #fbaf0c;

}
.navbar .navbar-nav .nav-item{
positionrelative;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
color#fbaf0c;
transition0.3s;
}
.navbar .navbar-nav .nav-item::before{
content'';
positionabsolute;
height:1px;
width:0%;
top-24px;
background#fbaf0c;
colorred;
transition0.4s;
displayblock;
}
.navbar .navbar-nav .nav-item:hover::before{
width:100%;
}
.topphone{
transition2s;
animation: rounded 1s linear infinite;
}
.topphone:hover{
transformrotate(360deg);
}
@keyframes rounded{
0%{

-webkit-transformrotate(360deg);
-webkit-transition-duration1s;
-webkit-transition-delay: now;
-webkit-animation-timing-functionlinear;
-webkit-animation-iteration-countinfinite;
}
50%{
-webkit-transformrotate(360deg);
-webkit-transition-duration1s;
-webkit-transition-delay: now;
-webkit-animation-timing-functionlinear;
-webkit-animation-iteration-countinfinite;
}
100%{
-webkit-transformrotate(360deg);
-webkit-transition-duration1s;
-webkit-transition-delay: now;
-webkit-animation-timing-functionlinear;
-webkit-animation-iteration-countinfinite;
}
}
    .main{
        min-height100vh;
        width100%;
        background:#ffffff;
    }
    .menu{
        min-height10vh;
    
    }
    .slider{
        min-height85vh;
        width100%;
        background#d3f0f0;
        border-radius100% 0% 100% 0% / 1% 57% 43% 99% ;
        
    }
    .slide-1{
        width100%;
        min-height550px;
    
background-imagelinear-gradient(to right,rgba(0,0,0,.8),rgba(255,255,255,.9)), url('img/laptop.jpg');
        background-attachmentfixed;
background-size100%;
background-repeatno-repeat;
background-sizecover;
background-positioncenter;


    }
    .main_text_area{
        width100%;
        min-height550px;
        align-itemscenter;
justify-contentcenter;
displayflex;

    }
    .main_text_area h1{
        font-size50px;
        color:#ffc107;
        text-transformuppercase;
        text-shadow0px 10px 12px rgba(000,.3),
                    1px 12px 12px rgba(000,.4),
                    3px 13px 16px rgba(000,.5),
                    5px 14px 20px rgba(000,.3);
    }
    .main_text_area p{
        color#ffffff;
        font-size18px;
        font-weight300;
            text-shadow0px 10px 12px rgba(000,.3),
                    1px 12px 12px rgba(000,.4),
                    3px 13px 16px rgba(000,.5),
                    5px 14px 20px rgba(000,.3);
    }
    .slide-2{
                    width100%;
        min-height550px;
    
background-image:linear-gradient(to right,rgba(255,0,0,.2), #add8e6), url('img/office.jpg');
        background-attachmentfixed;
background-size100%;
background-repeatno-repeat;
background-sizecover;
background-positioncenter;

    }
    .slide-3{
        width100%;
        min-height550px;
    
background-imagelinear-gradient(to right,rgba(255,0,0,.2),#003442), url('img/work.jpg');
        background-attachmentfixed;
background-size100%;
background-repeatno-repeat;
background-sizecover;
background-positioncenter;

    }
    .slide-4{
        width100%;
        min-height550px;
    
background-imagelinear-gradient(to right,rgba(255,0,0,.2),#003442), url('img/work1.jpg');
        background-attachmentfixed;
background-size100%;
background-repeatno-repeat;
background-sizecover;
background-positioncenter;

    }
.carousel-item::before{
                background-color:rgba(0000.74);
                z-index:1;
}
a.divBtn {
text-decorationnone;
}
.divBtn {
color#fbaf0c;
text-decorationnone;
padding10px 30px;
padding-top12px;
border-radius4px;
border1px solid #fbaf0c;
margin-top5px;
displayinline-block;
transitionall ease .5s;
positionrelative;
font-size13px;
overflowhidden;
}
a.divBtn:hover,
.divBtn:hover {
background#fbaf0c;
color#fff;
}
input.divBtn {
background#fff;
}
.divBtn::after {
content'';
height72px;
width25px;
displayblock;
positionabsolute;
backgroundlinear-gradient(90degtransparent#fffctransparent);
top-12px;
left-40px;
transformskewX(-30deg);
transition.3s;
transition-delay.5s;
}
.divBtn:hover::after {
leftcalc(100% + 50px);
}
.newSection {
padding30px 0px;
}
    .sectionTitle {
margin0px auto;
padding0px;
text-aligncenter;
font-weight500;
padding-bottom10px;
positionrelative;
}
.themeText {
color#fbaf0c;
}
.sectionTitle::after {
content'';
height2px;
width100px;
background#fbaf0c;
displayinline-block;
positionabsolute;
bottom3px;
leftcalc(50% - 50px);
}
.sectionContent {
color#555;
font-size14px;
displayblock;
width100%;
max-width600px;
margin0px auto;
margin-bottom20px;
text-aligncenter;
font-family'Varela Round'sans-serif;
}
a{
    text-decorationnone;
}
.mainBlock {
background#fff;
margin-top10px;
padding10px;
border-radius5px;
box-shadow0 0 3px #ddd;
min-height100px;
min-width150px;
displayflex;
align-itemscenter;
justify-contentcenter;
transition.5s;
positionrelative;
}
.mainBlock::after {
content'';
positionabsolute;
top6px;
left6px;
right6px;
bottom6px;
displayblock;
backgroundtransparent;
displayblock;
border1px solid #ddd;
}
.mainBlock:hover::after {
border-color#333a;
}
.mainBlock:hover {
box-shadow0px 3px 7px #aaa;
background#fff;
background-imagelinear-gradient(0deg#fff#ffffffe0), url('img/cc.jpg');
background-attachmentfixed;
background-size100%;
transformscale(1.05);
background-positioncenter;
-webkit-animation: serviceBgAnim 15s linear forwards;
-o-animation: serviceBgAnim 15s linear forwards;
animation: serviceBgAnim 15s linear forwards;
border-styleridge;
}
.mainBlock a {
color#ffffff;
text-decorationnone;
z-index10;
}
.mainBlock:hover > a {
color#333333;
}
.mainBlock a h5 {
font-size14px;
text-transformuppercase;
margin0px;
}
.programmMain {
background#fff;
box-sizingborder-box;
margin-top30px;
padding25px 20px 20px 20px;
positionrelative;
font-size14px;
border1px solid #fbaf0c22;
min-height200px;
cursorpointer;
transition.5s;
}
.programmMain:hover {
box-shadow0px 3px 5px #aaa;
background#fff;

background-imagelinear-gradient(0deg#fff#ffffffe0), url('img/cc.jpg');
background-attachmentfixed;
background-size200%;
transformscale(1.05);
background-positioncenter;
-webkit-animation: serviceBgAnim 15s linear forwards;
-o-animation: serviceBgAnim 15s linear forwards;
animation: serviceBgAnim 15s linear forwards;
}
@keyframes serviceBgAnim {
0% {
background-positioncenter;
background-size100%;
}
50% {
background-positioncenter;
background-size200%;
}
100% {
background-positioncenter;
background-size100%;
}
}
.programmMain h4 {
color#333;
font-size19px;
positionrelative;

}
.programmMain h4::after {
content'';
height2px;
width:20px;
displayblock;
background#fbaf0c;
positionabsolute;

    bottom:-6px;
border-radius10px;
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-decorationnone;
transition.5s;
}
.programmMain i {
width40px;
height40px;
line-height40px;
border-radius:100%;
text-aligncenter;
positionabsolute;
left45%;
font-size14px;
background#fbaf0c;
color#fff;
top-20px;
border1px solid #fbaf0c;
}
.programmMain p {
padding5px;
text-alignjustify;
}
.programmMain a.knowMoreBtn {
padding6px 20px;
margin0px 0 10px 0;
displayinline-block;
border-radius5px;
color#999;
border1px solid #999;
font-weight300;
transition.3s;
positionrelative;
text-decorationnone;
text-decorationnone;
/*overflow: hidden;*/
}
.programmMain:hover a.knowMoreBtn {
color#fbaf0caa;
border-color#fbaf0caa;
}
.programmMain a.knowMoreBtn:hover{
color#fff;
}
.services1{
    min-height:400px;
    width100%;
    margin-top:2%;
    align-itemscenter;
    justify-contentcenter;
    displayflex;
    cursorpointer;
    
}
.besic_icon{
    align-itemscenter;
    justify-contentcenter;
    displayflex;
}
.besic_icon .fa{
    font-size70px;
}
.Courses_1 .coursesweprovide{
min-height:100px;
border-color#e3e3e3;
    transition0.5s;
    border-radius8px;
font-size16px;
    align-itemscenter;
    text-transformuppercase;
    justify-contentcenter;
    displayflex;
    colorwhite;
    background#567888;
box-shadow4px 8px 8px rgba(211240240,.3), 2px 8px 8px rgba(000.2);
/* border-width: 20px;*/
border-styleridge;
}
.Courses_1 .coursesweprovide:hover::after{
border-color#333a;
}
.Courses_1 .coursesweprovide:hover{
box-shadow0px 3px 7px #aaa;
background#fff;
background-imagelinear-gradient(0deg#fff#ffffffe0), url('img/cc.jpg');
background-attachmentfixed;
background-size100%;
color#567888;
        box-shadow:2px 8px 8px rgba(000.2),4px 8px 8px rgba(211240240,.3);
transformscale(1.05);
background-positioncenter;
-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-shadow0px 3px 12px #aaa;
background#fff;
color#567888;
box-shadow:2px 8px 8px rgba(000.2),4px 8px 14px rgba(211240240,.3);
transition0.6s all ease-in-out;
-webkit-animation: serviceBgAnim 15s linear forwards;
-o-animation: serviceBgAnim 15s linear forwards;
animation: serviceBgAnim 15s linear forwards;
}
.divWithLeftIcon {
padding-left50px;
positionrelative;
}
.divWithLeftIcon > i {
width35px;
height35px;
line-height35px;
border-radius100%;
text-aligncenter;
positionabsolute;
left0;
font-size15px;
background#fbaf0c;
color#fff;
top8px;
}
.divWithLeftIcon h4 {
margin-top15px;
font-size22px;
margin-bottom4px;
}
.divWithLeftIcon p {
margin0px;
font-size13px;
color#555;
font-family'Varela Round'sans-serif;
}
/*footer css*/
.footerTop {
background#2a2d2f;
color#dfdfdf;
padding35px 0 25px 0;
}
.footerTop .ftrinfo img {
margin-bottom10px;
}
.footerTop .ftrinfo p {
font-size14px;
padding-left5px;
font-weight100;
color#ddd;
}
.footerTop .ftrinfo p i {
color#fbaf0c;
transition.5s;
}
.footerTop .ftrinfo p a {
color#ddd;
text-decorationnone;
transition.5s;
}
.footerTop .ftrinfo p a:hover {
color#fbaf0c;
}
.footerTop .ftrinfo p a:hover i {
color#fff;
transformscale(1.5translateX(-2px);
}
.footerTop .ftrinfo .ftHeading {
color#fff;
font-weight600;
padding-bottom7px;
padding-left5px;
positionrelative;
}
.footerTop .ftrinfo .ftHeading::after {
content'';
height2px;
width70px;
background#fff;
displayblock;
border-radius10px;
positionabsolute;
bottom3px;
left5x;
}
.footerTop .ftrinfo .ftrSocial i {
displayinline-block;
color#fff;
height30px;
width30px;
margin0px 3px;
line-height30px;
text-aligncenter;
border-radius50%;
transition.5s;
text-aligncenter;
}
.footerTop .ftrinfo .ftrSocial i:hover {
color#fbaf0c;
}
.tinyFooter {
color#eee;
background#222222;
text-aligncenter;
word-spacing2px;
letter-spacing1px;
padding5px 0;
}
.tinyFooter span {
font-size13px;
}
.tinyFooter span a {
color#fbaf0c;
}
/*footer css end*/
#success{

font-size:20px;
letter-spacing:2px;
}
/* ------------contact with us Start----------------- */
.our_addresss{
    margin-top15%;
}
.divWithLeftIcon p a{
color#555;
displayblock;
margin-top5px;
transition.5s;
}
.divWithLeftIcon p a:hover{
color#fbaf0c;
text-decorationnone;
letter-spacing1px;
}
.newSection .map_me{
    .min-height:400px;
    width100%;
    align-itemscenter;
    justify-contentcenter;
    displayflex;
}
.newSection .map_me iframe{
border1px solid #fbaf0c;
box-shadow:2px 6px 4px rgba(000.2),
            4px 8px 6px rgba(211240240,.3),
            6px 10px 8px rgba(000.4);
}
.newSection .map_me iframe:hover{
    border:1px solid #fbaf0c;
}
/* ------------contact with us End----------------- */
/* ------------Your Valuable Feedback End----------------- */
.feedback_image{
    min-height300px;
    background#ffff;
    width100%;
    margin-top15%;
    border1px solid lightblue;
    box-shadow:2px 4px 6px 4px rgba(000.2),
            4px 6px 8px 6px rgba(211240240,.2),
            2px 6px 8px rgba(000.2);
}
.feedback_image img{
    min-height300px;
    width100%;
    filtergrayscale(100%);
    cursorpointer;
    object-fitcover;
    transition0.4s all ease-in-out;
    background-sizecover;
}
.feedback_image img:hover{
    /* filter: sepia(0%); */
    filtergrayscale(0%);
}
/* ------------Your Valuable Feedback End----------------- */
</style>