*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Inter', sans-serif!important;
font-size: 15px!important;
overflow-x: hidden!important;
}
body a{
text-decoration: none!important;
}
.fa-chevron-up{
position: absolute;
content: "";
height: 30px;
width: 30px;
border: 2px solid red;
border-radius: 50%;
text-align: center;
padding-top: 3.7px;
color: red;
top: 91%;
left: 94%;
z-index: 4;
position: fixed;
}
.fa-chevron-up:hover{
background-color: red;
color: white;
}
.whatsapp{
position: absolute;
content: "";
height: 80px;
width: 80px;
top: 79%;
left: 92%;
z-index: 4;
position: fixed;
}
.header{
width: 100%;
height: 100vh;
background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.6)),url('images/new.jpg');
background-size: cover;
background-position: center;
overflow-x: hidden;
}
.content{
padding-top: 10%;
color: white;
text-align: center;
}
.content h1{
font-size: 80px;
font-weight: bold;
}
.content h2{
font-size: 65px;
font-weight: 600;
margin-top: 1%;
margin-bottom: 1%;
}
.links{
margin-top: 3%;
}
.content h2{
opacity: 0;
}
.content h5{
opacity: 0;
}
.content .links{
opacity: 0;
}
.slide-left{
animation: slideleft 1s linear forwards;
}
@keyframes slideleft{
0%{
transform: translateX(-100px);
opacity: 0;
}
100%{
transform: translateX(0px);
opacity: 1;
}
}
h2.slide-left{
animation-delay: 1s;
}
h5.slide-left{
animation-delay: 2s;
}
.links.slide-left{
animation-delay: 3s;
}
.nav-link{
color: lightgray!important;
}
/* navbar part start */
.fa-whatsapp{
height: 25px;
width: 25px;
background-color: green;
padding: 4px;
padding-right: 5px;
border-radius: 50%;
margin-right: 3%;
}
.fa-phone{
height: 25px;
width: 25px;
background-color: blue;
padding: 5px;
padding-right: 6px;
border-radius: 50%;	
margin-right: 3%;
margin-left: 3%;
}
.fa-envelope{
height: 25px;
width: 25px;
background-color: white;
color: red;
padding: 4px;
padding-right: 4px;
border-radius: 50%;	
margin-right: 3%;	
}
nav{
height: 86px;
font-size: 13.5px;
}
nav a.active{
color: red!important;
}
.logo{
height: 80px;
width: 80px;
}
.dropdown-menu a{
font-size: 14px!important;
}
.dropdown-menu{
border-radius: 0%!important;
margin: 4px!important;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.nav-item{
padding-right: 25px;
}
.nav-item:last-child{
padding-right: 0px;
}
.navbarcolor{
color: tomato;
font-size: 16px!important;
}
.leadgeneration{
margin-top: 9%;
}
.glows{
padding: 8px 21px;
background-color: red!important;
color: white!important;
}
#newsTicker {
width: 100%;
background-color: red;
white-space: nowrap;
overflow: hidden;
padding-top: 2px;
z-index: 998;
color: white;
height: 30px;
}
.story {
margin-right: 20px;
}
#newsTicker p {
margin: 0;
display: inline-block;
font-size: 15px;
font-weight: bold;
padding-left: 100%;
animation: tickerTape 60s linear infinite;
}
@keyframes tickerTape {
0% {
    transform: translate(0, 0);
}
100% {
    transform: translate(-100%, 0);
}
}
/* index part start */
.ton{
margin-right: 80%;
background-color: transparent;
border: 1px solid white!important;
border-radius: 0%!important;
width: 25%!important;
}
.ton a{
color: white!important;
}
.ton:hover a{
color: black!important;
}
.can_us,.about_us,.grow_us,.growth_us,.g_us,.faq_us,.cant_us{
font-weight: 700!important;
font-size: 27px;
text-transform: uppercase;
color: #333;
}
.about_us:before{
position: absolute;
content: "";
height: 3px;
width: 455px;
margin-top: 40px;
background-color: #333;
}
.about_us:after{
position: absolute;
content: "";
height: 13px;
width: 13px;
background-color: white;
border: 2px solid #333;
rotate: 45deg;
margin-top: 34px;
margin-left: -227px;
}
.gap{
margin-top: 5%;
}
.communication p{
margin-top: 4%;
margin-bottom: 3%!important;
}
.glowss{
padding: 10px 21px;
background-color: red;
color: white!important;
}
.cant_us:before{
position: absolute;
content: "";
height: 3px;
width: 200px;
margin-top: 40px;
background-color: #333;
}
.cant_us:after{
position: absolute;
content: "";
height: 13px;
width: 13px;
background-color: white;
border: 2px solid #333;
rotate: 45deg;
margin-top: 34px;
margin-left: -100px;
}
.owlcarousel{
margin-top: 4%;
margin-left: 10%!important;
}
.cards{
margin-bottom: 10%!important;
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
transition: all 1s;
}
.image-box {
position: relative;
overflow: hidden;
}
.image-box img {
transition: all 0.6s;
}
.image-box:hover img {
transform: scale(1.08);
}
.owl-theme .owl-dots .owl-dot span{
height: 10px!important;
width: 10px!important;
padding: 8px;
border-radius: 50%!important;
background-color: red!important;
}
.circle_percent {
font-size:170px;
width:1em;
height:1em;
position: relative;
background: #eee;
border-radius:50%; 
overflow:hidden;
display:inline-block;
margin:20px;
}
.circle_inner {
position: absolute;
left: 0;
top: 0;
width: 1em;
height: 1em;
clip:rect(0 1em 1em .5em);
}
.round_per {
position: absolute;
left: 0;
top: 0;
width: 1em;
height: 1em;
background: red; 
clip:rect(0 1em 1em .5em);
transform:rotate(180deg);
transition:1.05s;
}
.percent_more .circle_inner {
clip:rect(0 .5em 1em 0em);
}
.percent_more:after {
position: absolute;
left: .5em;
top:0em;
right: 0;
bottom: 0;
background: red;
content:'';
}
.circle_inbox {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
bottom: 10px;
background: #fff;
z-index:3;
border-radius: 50%;
}
.percent_text {
position: absolute;
font-size: 30px;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
z-index: 3;
}
.grow_us:before{
position: absolute;
content: "";
height: 3px;
width: 294px;
margin-top: 40px;
background-color: #333;
}
.grow_us:after{
position: absolute;
content: "";
height: 13px;
width: 13px;
background-color: white;
border: 2px solid #333;
rotate: 45deg;
margin-top: 34px;
margin-left: -147px;
}
.real_box{
border: 1px solid lightgray;
padding: 20px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
transition: all 1s;
}
.real_box:hover{
transform: perspective(900px) rotateX(25deg);
box-shadow: 2px 25px 32px -8px rgba(0, 0, 0, 0.75);
}
.real_box_left{
margin-left: 7%!important;
}
.fa-home,.fa-plane,.fa-graduation-cap,.fa-user-md,.fa-child,.fa-user-o,.fa-building-o,.fa-adn{
color: red;
}
.cource{
background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)),url('images/course.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
padding-top: 45px;
margin-top: 4%;
}
.kane{
background-color: white;
padding: 5%;
margin-top: 5%;
margin-bottom: 4%;
transition: all 1s;
}
.kane:hover{
transform: translateY(-10px);
}
.kane_first{
margin-left: 5%!important;
}
.fa-laptop{
color: red;
margin-left: 40%;
}
.broad{
font-size: 20px;
text-align: center;
margin-top:3%;
margin-bottom: 2%;
}
.redbutton{
text-align: center;
margin-top: 8%;
}
.g_us:before{
position: absolute;
content: "";
height: 3px;
width: 230px;
margin-top: 40px;
background-color: #333;
}
.g_us:after{
position: absolute;
content: "";
height: 13px;
width: 13px;
background-color: white;
border: 2px solid #333;
rotate: 45deg;
margin-top: 34px;
margin-left: -115px;
}
.fan_border{
height: 350px;
width: 450px;
animation: topdown 2s linear infinite;
transition: 1s easy;
margin-left: 10%;
}
@keyframes topdown {
0%{
transform: translateY(0px);
}
50%{
transform: translateY(-15px);
}
100%{
transform: translateY(0px);
}
}
.new_objective{
background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.8)),url('images/new9.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding: 3%;
margin-top: 3%;
}
.obj_box{
border: 1px solid black;
padding: 8px;
box-shadow: rgba(100, 100, 111, 0.9) 0px 7px 29px 0px;
}
.obj{
border: 1px solid red;
background-color: red;
color: white;
}
.enquiry{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 25px;
padding-bottom: 45px;
}
.would{
margin-top: 2%;
margin-bottom: 3%;
}
.growth_us:before{
position: absolute;
content: "";
height: 3px;
width: 180px;
margin-top: 40px;
background-color: #333;
}
.growth_us:after{
position: absolute;
content: "";
height: 13px;
width: 13px;
background-color: white;
border: 2px solid #333;
rotate: 45deg;
margin-top: 34px;
margin-left: -90px;
}
.can_us:before{
position: absolute;
content: "";
height: 3px;
width: 410px;
margin-top: 40px;
background-color: #333;
}
.can_us:after{
position: absolute;
content: "";
height: 13px;
width: 13px;
background-color: white;
border: 2px solid #333;
rotate: 45deg;
margin-top: 34px;
margin-left: -195px;
}
.plane_paper {
border-radius: 50%;
box-shadow: 0px 0px 0px 3px red, 0px 0px 0px 7px white, 0px 0px 0px 13px lightblue;
width:60px;
height:60px;
padding-top: 13px;
padding-right: 5px;
background-color: red;
color: white;
}
.ffl{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
.choose_us{
background: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.9)),url('images/p_c.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.better{
margin-top: 2%;
margin-left: 40%;
margin-bottom: 5%;
}
.faq_us:before{
position: absolute;
content: "";
height: 3px;
width: 78px;
margin-top: 40px;
background-color: #333;
}
.faq_us:after{
position: absolute;
content: "";
height: 13px;
width: 13px;
background-color: white;
border: 2px solid #333;
rotate: 45deg;
margin-top: 34px;
margin-left: -42px;
}
.accordion {
background-color: var(--white);
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
color: #222;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
.panel {
padding-top: 12px;
display: none;
background-color: var(--lightgray);
font-size: 14px;
overflow: hidden;
}
.pluks{
padding-left: 75%;
font-size: 25px;
}
.plukss{
padding-left: 67.3%;
font-size: 25px;
}
.pluksss{
padding-left: 81.4%;
font-size: 25px;
}
.plukssss{
padding-left: 62.8%;
font-size: 25px;
}
.slidering{
overflow: hidden;
}
.slidering-track{
display: flex;
width: calc(250px * 18);
animation: scroll 50s linear infinite;
}
@keyframes scroll {
0%{
transform: translateX(0)
}
100%{
transform: translateX(calc(-250px * 9));
}
}
.slideing{
height: 200px;
width: 200px;
display: flex;
align-items: center;
padding: 15px;
perspective: 100px;
}
.img_move{
width: 60%;
height: 60%;
transition: transform 0.7s;
}
.img_move:hover{
transform: translateZ(10px);
}
/* footer part start */
footer{
background-color: #04091e;
margin-top: 0.8%;
padding-top: 25px;
font-size: 15px;
}
footer h5{
color: white;
font-size: 18px;
margin-bottom: 10%;
}
footer a{
color: lightgray;
}
footer p{
color: lightgray;
}
.logoone{
height: 80px!important;
width: 240px!important;
margin-bottom: 5%;
}
.fh5{
margin-bottom: 4.5%;
}
.hr{
color: lightgray;
}
.footerone{
margin-top: 15px;
}
.footertwo{
margin-top: 20px;
}
.firstone{
text-align: right;
}
.fa-facebook{
height: 27px;
width: 27px;
border-radius: 50%;
padding: 7px;
background-color: #3b5998;
text-align: center;
}
.fa-twitter{
height: 27px;
width: 27px;
border-radius: 50%;
background-color: #00acee;
border-radius: 50%;
padding: 7px;
}
.fa-instagram{
height: 27px;
width: 27px;
border-radius: 50%;
background-color: red;
border-radius: 50%;
padding: 7px;
}

/* about us part start */
.about_image{
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)) , url('images/cs1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
color: white;
text-align: center;
height: 200px;
padding-top: 70px;
}
.about_image a{
color: white!important;
}
.down{
height: 100%;
width: 100%;
}
.justify{
text-align: justify;
}
.about_about{
margin-bottom: 3%;
}
.ecom_image{
border-radius: 40px 10px;
height: 250px;
width: 350px;
}

/* contact us part start */
.contactbox{
padding: 2%;
padding-bottom: 4%;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contactone input{
border-radius: 0%!important;
}
.contactone select{
border-radius: 0%!important;
}
.contactone .form-group{
margin-top: 2%;
}

/* our course page start */
.basic{
height: 100%;
width: 100%;
}
.will_learn{
margin-top: -3%;
}
.advance{
margin-top: 4%!important;
display: flex;
text-align: center;
justify-content: center;
align-items: center;
flex-direction: column;
height: 130px;
margin-left: 2.2%;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.broucher{
margin-top: 5%!important;
}
.book_session{
margin-top: 5%;
}
.fa-connectdevelop,.fa-desktop,.fa-wrench,.fa-certificate,.fa-location-arrow,.fa-graduation-cap,.fa-trophy{
color: red;
padding-bottom: 7%;
}
.fa-check-circle-o{
color: red;
padding-bottom: 3%;
}

/* our services page start */
.will_learns{
margin-top: -0.8%;
}
.modal-content{
text-align: left!important;
border-radius: 0%!important;
}

/* education part start */
.educationbox{
text-align: center;
height: 160px;
padding-top: 30px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.edubook{
color: red;
font-size: 35px!important;
}

/* responsive part start */
@media screen and (max-width: 768px){
body{
font-size: 14px!important;
overflow-x: hidden!important;
}
html{
overflow-x: hidden!important;
}
.fa-chevron-up{
left: 85%;
}
.whatsapp{
left: 78%;
}
#newsTicker {
padding-top: 4px;
}
#newsTicker p {
font-size: 13.5px;
}
.fa-whatsapp{
padding: 4.5px;
padding-right: 4px;
}
.fa-phone{
padding-right: 3px;
}
.fa-envelope{
padding: 5px;	
padding-right: 3px;
}
.logo{
height: 70px;
width: 72px;
}
.header{
background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.8)),url('images/new.jpg');
background-size: cover;
background-position: center;
overflow-x: hidden;
}
.navbar-toggler{
background-color: white!important;
border-radius: 0%!important;
border: none!important;
}
nav{
margin-top: -2%;
}
.offcanvas-body{
text-align: center;
padding-left: 32px!important;
}
.nav-item{
padding-right: 0px;
}
.nav-item:last-child{
padding-right: 0px;
}
.header .content{
margin-top: 15%;
}
.content h1{
font-size: 40px;
}
.content h2{
font-size: 25px;
margin-top: 5%;
margin-bottom: 5%;
}
.content h5{
font-size: 18px;
margin-bottom: 10%;
}
.leadgeneration{
margin-top: 5%;
}
.dropdown-menu{
text-align: center!important;
box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 19px 0px;
}
.znavbarcolor{
margin-top: 5%;
}
.ton{
width: 37%!important;
}
.about_us,.cant_us,.grow_us,.g_us,.can_us,.faq_us,.growth_us{
font-size: 19px;
}
.about_us:before{
width: 320px;
}
.about_us:after{
margin-left: -162px;
}
.communication{
margin-top: 5%!important;
}
.communication p{
margin-bottom: 8%!important;
}
.gap{
margin-top: 10%;
}
.cant_us:before{
width: 139px;
}
.cant_us:after{
margin-left: -73px;
}
.cards{
width: 100%!important;
}
.owlcarousel{
margin-top: 10%;
margin-left: 0%!important;
}
.grow_us:before{
width: 208px;
}
.grow_us:after{
margin-left: -105px;
}
.real_box_left{
margin-left: 0%!important;
}
.real_box{
width: 96.5%!important;
}
.udd{
margin-top: 14%!important;
}
.kane_first{
margin-left: -3.3%!important;
}
.fa-laptop{
margin-left: 43%;
}
.cource{
height: 580px;
}
.g_us:before{
width: 164px;
}
.g_us:after{
margin-left: -86px;
}
.res_ama{
font-size: 19px;
}
.fan_border{
height: 230px;
width: 330px;
margin-left: 0%;
margin-top: 10%;
}
.zobj_box{
margin-top: 5%;
}
.enquiry p{
margin-bottom: 10%;
}
.can_us:before{
width: 290px;
}
.can_us:after{
margin-left: -149px;
}
.better{
margin-left: 0%;
margin-bottom: 15%;
}
.zffl{
margin-top: 8%!important;
}
.faq_us:before{
width: 56px;
}
.faq_us:after{
margin-left: -30px;
}
.pluks{
padding-left: 28%;
}
.plukss{
padding-left: 3.3%;
}
.pluksss{
padding-left: 50.4%;
}
.growth_us:before{
width: 130px;
}
.growth_us:after{
margin-left: -68px;
}
footer{
padding-top: 30px;
padding-bottom: 10px;
}
.zfootertop{
margin-top: 7%!important;
}
.zfooterone{
margin-top: 5%!important;
}
.zcopy{
text-align: center;
}
.firstone{
text-align: center;
}
.ecom_image{
width: 330px;
}
.contactbox{
width: 96%!important;
margin-left: 2%;
margin-bottom: 10%;
}
.advance{
width: 70%!important;
margin-left: 15.5%;
}
.broucher{
text-align: center;
margin-bottom: 5%;
}
.zbooksession{
text-align: center;
margin-top: 12%!important;
}
.zedubox{
margin-top: 13%!important;
}
.order1{
order: 2;
}
.order2{
order: 1;
}
.zwould{
margin-bottom: 8%;
}
}

