@import url("../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
@import url("../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
@import url("../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css");
@import url(https://fonts.googleapis.com/css?family=Roboto:700);

@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsextrabold';
    src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinslight';
    src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
         url('../fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'poppinssemibold';
    src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
         url('../fonts/poppins-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*Google Font*/
.oleo-script-regular {
  font-family: "Oleo Script", system-ui;
  font-weight: 400;
  font-style: normal;
}

.oleo-script-bold {
  font-family: "Oleo Script", system-ui;
  font-weight: 700;
  font-style: normal;
}



body{
   font-family: 'poppinsregular';
}
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #0091bd;
}

::-webkit-scrollbar-track {
    background: #dedede;
}
a{
    text-decoration: none;
    color: #2b2b2b;
}

p{
    font-size: .9rem;
}

hr:not([size]) {
    height: 1px;
    color: #006889;
}

.only-mob {
    display: none;
}

/*Bottom to Top*/
button.scroltop:focus {
    outline: 0 !important;
}
button.scroltop {
    border-color: #007497;
    border-radius: 50%;
    background: #007497;
    border-style: solid;
    border-width: 0;
    bottom: 93px;
    color: #fff !important;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}
button.scroltop:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: "";
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    background: inherit;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
button.scroltop:after {
    border: 1px dashed #007497;
    background: 0 0;
    transform: scale(1.2);
    transition: all 0.5s;
}
button.scroltop:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}
@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0) scale(1.2);
    }
    to {
        -webkit-transform: rotate(360deg) scale(1.2);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0) scale(1.2);
    }
    to {
        -moz-transform: rotate(360deg) scale(1.2);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0) scale(1.2);
    }
    to {
        transform: rotate(360deg) scale(1.2);
    }
}
.small-text{
    font-size: 0.8rem;
}
.too-small-text{
    font-size: 0.7rem;
}
.theme-color{
    color: #007497;
}


.big-btn{
    background: rgb(28,125,195);
    background: linear-gradient(90deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    border-radius: 40px;
    text-decoration: none;
    outline: none;
    transition: 0.3s ease-in-out;
    display: inline-block;
    cursor: pointer;
    font-size: 1.3rem;
    font-family: 'poppinsbold';
}
.big-btn:hover{
    background: rgb(28,125,195);
    background: linear-gradient(270deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
}


.banner-btn{
    background: #ffe433;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    border-radius: 40px;
    text-decoration: none;
    outline: none;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ffe433;
}
.banner-btn:hover{
    background: transparent;
    border: 1px solid #ffe433;
    color: #ffe433;
}

.common-btn {
    background: rgb(28,125,195);
    background: linear-gradient(90deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 0;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    font-size: 0.9rem;
}
.common-btn:hover, .common-btn:focus {
    background: rgb(28,125,195);
    background: linear-gradient(270deg, rgba(28,125,195,1) 0%, rgba(29,134,209,1) 35%, rgba(27,148,235,1) 100%);
    color: #fff;
}

.white-btn {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 7px 20px;
    text-decoration: none;
    outline: none;
    border: 1px solid #fff;
    transition: 0.3s;
    display: inline-block;
    cursor: pointer;
    border-radius: 40px;
    font-size: 0.9rem;
}
.white-btn:hover, .white-btn:focus {
    background: transparent;
    color: #fff;
}


.logo{
    width: 180px;
}
.banner{
    position: relative;
}
.banner-content{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    top: 100px;
}
.banner-heading{
    font-family: 'poppinsextrabold';
    color: #fff;
}
.banner-heading span{
    color: #ffe433;
}
.banner-content ul{
    margin: 0;
    padding: 0;
}
.banner-content ul li{
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    padding-left: 22px;
    color: #fff;
}
.banner-content ul li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: normal;
    border: 2px solid transparent;
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    color: #0cd41a;
    left: 0;
    top: -2px;
}
.banner-para{
    color: #0cd41a;
    font-size: 2rem;
    font-family: "Oleo Script", system-ui;
    line-height: 1.2;
}
.call-us-btn{
    font-family: 'poppinsextrabold';
    color: #0cd41a;
    font-size: 1.6rem;
    border-radius: 40px;
    padding: 10px 25px;
    border: 2px dashed #0cd41a;
    display: inline-block;
    transition: 0.3s;
}
.call-us-btn:hover{
    background: #ffe433;
    color: #000;
}
h4{
    font-family: 'poppinsbold';
    font-size: 1.2rem;
}
.yellow-line{
    width: 60px;
    height: 4px !important;
    background: #ffe433;
    opacity: 1;
}
.banner-from{
    background: rgb(0 0 0 / 75%);
    border-radius: 15px;
    padding: 15px;
}
.banner-from .form-control{
    border-radius: 35px;
    background: transparent;
    border: 1px solid #ffe433;
    font-size: 0.8rem;
    height: 40px;
    color: #fff;
}
.banner-from .form-control::placeholder{
    color: #fff;
}
.about{
    padding: 40px 0;
}
.common-heading{
    font-family: 'poppinsbold';
    font-size: 1.8rem;
}
.common-heading span{
    color: #1c7dc3;
}

.why-this{
    padding: 40px 0;
}
.blue-bg{
    background: rgb(0,84,144);
    background: linear-gradient(270deg, rgba(0,84,144,1) 0%, rgba(3,105,179,1) 35%, rgba(3,125,214,1) 100%);
}
.why-box img{
    width: 100px;
}

/*course-software*/
.course-software{
    padding: 40px 0;
}
.tool-box{
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    border: 2px dashed #0077cc;
    height: 100%;
}
.tool-box img{
    width: 80px;
}
.tool-box p{
    margin-bottom: 0;
    margin-top: 15px;
    font-family: 'poppinsmedium';
}
.common-list {
    margin: 0;
    padding: 0;
}
.common-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
}
.common-list li:before {
    content: "\f14a";
    font-family: "Font Awesome 5 Free";
    background: transparent;
    font-weight: normal;
    border: 2px solid transparent;
    position: absolute;
    font-size: 1rem;
    border-radius: 50%;
    color: #0077cc;
    left: 0;
    top: -2px;
}

.accordion-button {
    font-family: 'poppinsmedium';
    font-size: 1.2rem;    
}

/*jobs-career*/
.jobs-career{
    padding: 40px 0;
}
.sub-heading{
    font-family: 'poppinsbold';
    font-size: 1.1rem; 
}

/*Jobs*/
.job-box{
    text-align: center;
    border-radius: 15px;
    padding: 15px;
    border: 2px dashed #fff;
    height: 100%;
}

/*company*/
.company{
    padding: 40px 0;
}
.theme-color{
    color: #1c7dc3;
    font-weight: bold;
}
.company-logo{
    width: 150px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
}

/*students-feedback*/
.students-feedback{
    padding: 40px 0;
    background: url('../images/bg-light.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.feedback-box{
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #1c7dc3;
    background: #fff;
}
.feedback-box img{
    width: 120px;
}
.feedback-para{
    font-style: italic;
}
.cta{
    padding: 40px 0;
}

/*FAQ*/
.faq{
    padding: 40px 0;
}

/*footer*/
footer{
    padding: 40px 0;
    background: #000;
    padding-bottom: 0;
}
footer .common-list li a{
    color: #fff;
    font-size: 0.8rem;
}

.whatsapp-float {
    position: fixed;
    bottom: 110px;
    right: 10px;
    z-index: 20;
}


/*For Tablet and iPad Screens*/
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    .accordion {
        margin-bottom: 40px;
    }
    .common-heading {
        font-family: 'poppinsbold';
        font-size: 1.5rem;
    }
    footer .col-md-3{
        margin-bottom: 20px;
    }
    header{
        text-align: center;
    }
    header .col-md-8.text-end{
        text-align: center !important;
    }
    .big-btn {
        font-size: 1rem;
        font-family: 'poppinsmedium';
        margin-top: 10px;
    }
    .logo{
        margin-bottom: 10px;
    }
    .banner-content {
        position: relative;
        top: -23px;
        background: #1a1f23;
        padding: 30px 15px;
    }
    .call-us-btn{
        margin-bottom: 30px;
    }
    .banner-content .col-md-8{
        text-align: center;
    }
    .banner-content ul li:before{
        content: " ";
    }
    .banner-content ul li {
        padding-left: 0;
    }
    .banner-para {
        font-size: 1.4rem;
    }
    .about img{
        margin-bottom: 30px;
    }
}

