*{box-sizing: border-box; margin:0; padding: 0;}

body {
  font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    font-style: normal;
     line-height: 26px;
}

a{color:#000;}
a:hover{color: #dda743 ;text-decoration: none;}

 
a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
a,
button {
    color: #141b22;
    outline: medium none;
}
a:hover {
    color: #d8b56b;
}
 
 
 .bg-gray{background: #f2f2f2;} 
 .bg-white{background: #fff;} 
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
 
hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
label {
    color: #000;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
::-moz-placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;
}
::placeholder {
    color: #000;
    font-size: 14px;
    opacity: 1;                    
}

.headerTop {
    background: #0013a8;
    color: #ffffff !important;
    border: 2px solid transparent;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px 0;
}

.headerTopBox {display: flex;flex-wrap: wrap; gap:20px; justify-content: center; align-items:center; }

p {margin: 0;}

.ancr-btn-secondary {
    background: #F9DF74;
    color: #000 !important;
    border-radius: 24px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    padding: 5px 21px;
}


.marquee {
    background: #fff;
    color: #fff !important;
    padding:11px 0 1px;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    width: 100%; display: flex;
    gap: 10px;
    visibility: hidden;
    opacity: 0;
}


.marquee.show {
    visibility: visible;
    opacity: 1;
    position: relative;
}

 .marquee  a {color:#ff2323; font-size:18px; font-weight:500;}
 
 .marquee .btn {
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
}



.ancr-content {animation: ancr-marquee 20s linear infinite;}
@keyframes ancr-marquee {
0% {
    transform: translateX(var(--ancr-width));
}

100% {
    transform: translateX(-100%);
}
}


.about-area h3 {
    font-family: "Roboto", Sans-serif;
    line-height: 16px;
    color:#ff2323;
    margin: 0 0 30px;
    font-weight: 800;
}



.about-area p {
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    letter-spacing: 0.4px;
    color: #000;
    margin: 0 0 6px;
}






footer  {
    background-color: #000000;
    padding: 40px;
    display: inline-block;
    width: 100%;
}


.lg img {
    width: 250px;
    margin: 0 auto 20px;
    display: table;
}


.footer-widget p{
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #fff;
}

.f-widget-title h2 {font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #CFBA84;     line-height: 1.3em;}

.footer-widget.follow  ul{
    display: flex;
    flex-wrap: wrap; gap:10px;
}

.footer-widget li{ margin-bottom:10px;}
.footer-widget li a{color:#fff; font-size:17px;}
.footer-widget li a:hover {color:#CFBA84;}


.footer-widget.follow  li a {
    background-color: #3b5998;
    display: block;
    width: 45px;
    height: 45px;
    padding: 8px 8px;
    border-radius: 50%;
}


 .footer-widget.follow  li a.facebook  {
    background-color: #3b5998;
}
 
.footer-widget.follow  li a.Youtube{
    background-color: #cd201f;
}

 .footer-widget.follow  li a.instagram{
    background-color: #E77724F0;
}
.footer-widget.follow  li a svg {fill:#fff}


.elementor-image-box-title a{    color:#6EC1E4; font-size:18px; margin:10px 0 0;}

.videoSection iframe {width: 100%; height:260px;}

.courseBox {
    border-radius: 15px 15px 15px 15px;
    border: solid 1px #000;
    padding: 15px 15px;cursor: pointer;
}


.courseBox .courseImg{
    width: 100%;
    height: 220px;
}

.courseBox .courseImg img {
    height: 100%;
    object-fit: contain;
    margin: auto;
    display: table;    background: #f2f2f2;
}


.courseBox h2 {
    font-family: "Roboto", Sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 13px;
    -webkit-text-stroke-width: 0px;
    stroke-width: 0px;
    -webkit-text-stroke-color:#ff2323;
    stroke:#ff2323;
    color:#ff2323;
    text-align: center;
    margin: 20px 0 10px;
}


.courseBox p {
    text-align: center;
    line-height: 23px;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 300;
}

 .courseBox a{
    display: table;
    margin: 20px auto 0;
    font-weight: 600;
    color: #ff2323; 
}
 .courseBox:hover { box-shadow: 0px 0px 10px 0px rgba(20.017489624023426, 19.154780134316727, 19.154780134316727, 0.56);}

.courseBoxes {
    border-radius: 15px 15px 15px 15px;
 box-shadow: 0px 0px 10px 0px rgba(20.017489624023426, 19.154780134316727, 19.154780134316727, 0.56);
    padding: 15px 15px;
}

.courseBoxes .courseImg{
    width: 100%;
    height:150px;
}

.courseBoxes .courseImg img {
    height: 100%;
    object-fit: contain;
    margin: auto;
    display: table;
}


.courseBoxes h2 {
    font-family: "Roboto", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    color:#ff2323; text-align: center;
}


.courseBoxes p {
    text-align: center;
    line-height: 23px;
    font-size: 15px;
    margin: 0 0 10px;
    font-weight: 400;
    min-height: 130px;
}

.testimonial {background-color:#f2f2f2; padding:35px 0;}
.testiBoxes {
    border: solid 1px #000;
    border-radius: 8px;
    width:99%;
    height: 100%;
    padding: 20px 20px;  background: #fff;
}

.testiImg img {
    width: 130px !important;
    height: 170px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 auto 20px;
}

 .testiBoxes  p{
    text-align: center;
    margin: 20px 0 20px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}


 .testiBoxes  h3 {
    margin: 0 0 10px; font-size: 18px;
    text-align: center;
    text-transform: uppercase;
}


 .testiBoxes  h5 {
    margin: 0 0 0px;
    text-align: center; font-size: 14px;
 }

.testibox .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    transform:translateY(-50%) rotate(0deg);
    left:-39px;
    background: url(../images/left-arrow.png);
    font-size: 0;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
}
 
    .testibox  .owl-nav .owl-next   {
    position: absolute;
    top: 50%;
    transform:translateY(-50%) rotate(180deg);
    right: -40px;
       background: url(../images/left-arrow.png);
    font-size: 0;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
}


 .headSection {
    position: sticky;
    top: 0;
    z-index: 9;
}



.classroomBox {    border-radius:8px;
    box-shadow: 0px 0px 10px 0px rgba(20.017489624023426, 19.154780134316727, 19.154780134316727, 0.56);
    padding: 15px 15px; }
.classImg {}

.classImg img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    margin: 0 0 20px;
}


.contentClass  h4 {
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    color: #D5220A;
    font-size: 18px;
    margin: 0 0 30px;
}


.contentClass h2 {
    font-size: 22px;
    margin: 0 0 3px;
}

.contentClass ul{}
.contentClass ul li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin: 0 0 9px;
}

.contentClass ul li svg {
    width:15px;fill: #6EC1E4;
}

.viewDetail
 {
    background-color: #EF1D1B;
    display: inline-block;
    margin: 10px 0 0;
    color: #fff;
    padding: 8px 20px 6px;
    border-radius: 10px;
}



















@media only screen and (min-width:992px)
{
header nav {
    display: inline-block;
    width: 100%;
    background: #000;
    padding: 10px;
}

 .navication {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: space-between;
}

.mainNav  {
    display: flex;
    align-items: center;
    gap:20px;
}
.mainNav  li a {color:#fff;transition: all .2s linear; font-size: 16px; }
.mainNav  li a:hover {    color: #ebd790;}


   .mainNav li {
    position: relative;
}

.menuwrapper {
    position: absolute;
    top: 25px;
    background: #ffffff;
    right: 0;
    width: 240px;
       padding:15px 20px;     z-index:99;
    box-shadow: 0 0px 2px 0px #6f6f6f; opacity:0; visibility: hidden;
}

.menuwrapper li a {
    display: inline-block;
    width: 100%;
    padding:4px 0px;
     color: #000;
}

.menuwrapper li a:hover {color: #f00;}
.mainNav li.mainNavs:hover .menuwrapper   { opacity:1; visibility:visible;}











}


@media (max-width:992px) {
    .container, .container-md, .container-sm {
        max-width: 97%;
    }
.lg img {
    width: 100%; 
}
.logo img {
    width:180px;
}

    .navication { 
        gap: 20px;
     }

    .mainNav li a { 
        font-size: 13px;
    }


    .mainNav { 
        gap: 10px;
    }

.footer-widget.follow ul { 
    justify-content: center;
}

 .footer-widget p {
    font-size: 14px; 
    line-height: 24px;
}


}

 

@media only screen and (max-width:992px)
{
.headerTopBox {gap:0px;  }
nav{margin:0;padding:0;width:100%;position:fixed;left:0;top:0;bottom:0;right:0;background-color:rgb(0 0 0 / .4);overflow:hidden;visibility:hidden;opacity:0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;z-index:-1}
nav.showMainNav{visibility:visible;opacity:1;z-index:99999}
nav .navication{padding:0;margin:0;width:300px;height:100vh;background-color:#fff;left:-300px;position:relative;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
nav.showMainNav .navication{left:0;visibility:visible;opacity:1}

.mobileheader  {
    background: #000;
    padding: 10px 0;
}

.mobileheaderBox {display:flex; justify-content: space-between;}

    .logo img {
        width: 220px;
    }
nav .container {
    max-width: 100%;
    padding: 0;
}

  .navHeader{
    background: #000;
    padding: 10px 10px;
    display: flex;
    justify-content: space-between;
}

.clt {
    color: #fff;
    font-size: 22px;
    margin: 5px 0 0;
}

.mainNav li  {
    border-bottom: solid 1px #ccc6c6;
}


.mainNav li a  {
  padding:0 8px;
}

.mainNav li a {
        color: #000;
        font-size: 14px;
        padding: 9px 16px;
        font-weight: 400;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
 .footer-widget p { 
        text-align: center;
    }

  .menuwrapper { display: none;}
      
      
   .menuwrapper .menuBox ul{
    background: #f2f2f2;
}

}


   .footer-widget ul li img{
    filter: invert(1);
}




    .dnLeft a {
    color: #6EC1E4;
    font-size: 18px;
    margin: 10px 0 0;
}


.breadcrumb-area {
    background: #f9df74;
    padding: 20px 0;
    color: #000;
}




     .breadcrumb-area  h2 {
    text-transform: uppercase;
    font-weight: 600;
}

.pageTitle  {
    font-size: 33px;
    text-transform: uppercase;
    font-weight: 800;
}




   .branchBox {
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 0px 10px 0px rgba(20.017489624023426, 19.154780134316727, 19.154780134316727, 0.56);
    padding: 15px 15px;  background:#f2f2f2; text-align: center;
}



.contactLeft {
    box-shadow: 0px 0px 10px 0px #7F7D7D;
    padding: 40px 20px;  height: 100%;
}

 .contactLeft  ul li img  {
    width: 25px;
}


 .contactLeft  ul li  {
    display: flex;
    align-items: start;
    margin: 0 0 30px;
    gap: 20px;
}

   .blogBoxes p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
   .blogBoxes h6 {
    display: flex;
    align-items: anchor-center; margin-bottom:20px;
    gap: 7px;
}
      .blogBoxes h6 img {width:25px!important;}

   .blogBoxes h3 {
    text-transform: uppercase;
    margin: 0 0 10px;
}

   .blogBoxes  {
    background: #ffffff;
}

.contactLeft h2 {
    font-size: 19px;
    color: #0013a8;
    font-weight: 500;
    margin: 0 0 5px;
}

 .contactLeft p {
    font-size: 14px;
    line-height: 22px;
}


  .contactRight {
    box-shadow: 0px 0px 10px 0px rgba(37.01748962402343, 36.5487370169594, 36.5487370169594, 0.98);
    padding: 20px 20px; height: 100%;
}



  .contact-form  label  {
    margin: 10px 0 0;
    font-size: 17px;
    text-transform: capitalize;
}


.blogBoxesPage  h2{
    text-transform: uppercase;
    margin: 27px 0 13px;
    font-size: 24px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
}

  .blogBoxesPage p  {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 20px;
    line-height: 25px;
}


  .bg-white1 {background:inherit!important;}
       .read-more {background:#fff!important;}
 .phonelist a:after {content:'|'; padding:0 10px;}
 .phonelist a:last-child:after {content:'|'; display: none;}


  .contact-form  .form-control{
    height: 50px;
    box-shadow: inherit !important;
    border: solid 1px #beb9b9;
}


  .contact-form  textarea.form-control  {
    height: 120px;
}


.courseWraps {}
.courseWraps h2,
.courseWraps h3,
.courseWraps h4 {}

.courseWraps p {
    font-size: 18px; line-height:28px;
    margin: 13px 0 10px;
    color: #000;
    line-height: 25px;
    font-weight: 300;
}

.courseWraps ul {
    margin: 20px 0 20px;
    padding: 0 0 0 5px;
}


.courseWraps li {
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 16px;
    border-bottom: solid 1px #f2f2f2;
    padding: 7px 0 7px 25px; position: relative;
}


.courseWraps li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #f9df74;
    margin-right: 9px;
    float: left;
    position: absolute;
    left: 0;
}


  .courseRightBox{
    box-shadow: 0px 0px 10px 0px rgba(20.017489624023426, 19.851040642978408, 19.851040642978408, 0.52);
    background: #fff;
    padding: 20px 20px;
}

.courseRightBox h2, .courseRightBox h3 {
    background: #ff2323;
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding: 11px 0 9px;
    margin: 30px 0 4px;
}

.courseRightBox h2:first-child, .courseRightBox h3:first-child {  
    margin: 0 0 4px;
}




    .courseRightBox li {
    margin: 0 0 4px;
    font-weight: 400;
    font-size: 16px;
    border-bottom: solid 1px #f2f2f2;
    padding: 7px 0 7px 25px; position: relative;
}


.courseRightBox li:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #ff2323;
    margin-right: 9px;
    float: left;
    position: absolute;
    left: -8px;
    font-size: 22px;
}
.courseRightBox h5  {
    text-align: center;
    margin: 20px 0 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
}


   #whatsapp a {
    position: fixed;
    bottom:30px;
    right: 20px;
    width:170px; gap:5px;
    text-align: center;
    height: 40px;  color:#fff; line-height:50px;
    background: #0cc041;
    display: flex; border-radius:20px;
    justify-content: center;
    align-items: center; font-size:22px; z-index: 9;
}


   #callme a {
    position: fixed;
    bottom:30px;
    left: 20px;
    width:50px; gap:5px;
    text-align: center;
    height: 50px;  color:#fff; line-height:50px;
    background:#ff2323;
    display: flex; border-radius:20px;
    justify-content: center;
    align-items: center; font-size:22px; z-index: 9; border-radius:50%;
}














@media only screen and (max-width:700px)
{
.about-area h3 {
    line-height: 25px;
    margin: 0 0 20px;
    font-size: 23px;
}
  .about-area p {
    font-size: 15px;
    line-height: 24px;
    margin: 9px 0 6px;         text-align: justify;
}




}












@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}


   .nts  {
    background: #fff;
    padding: 30px 20px;
    height: 100%;
    box-shadow: 0 0 5px #baaeae;
}

 .bg-4 {background-color: #f8f7fd;}

.panel-current-affairs .panel-header {background-color: #eacb7e;     border-radius: 5px 5px 0 0;
    padding: 20px;}      
 /* .panel-current-affairs .panel-header h3 img {filter:invert(1);} */
  .panel-current-affairs .panel-header h3 a  {
    color: #000;
}
  .panel-current-affairs .panel-header h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;    display: flex; gap:8px;
    margin: 0;          align-items: center;
    color: #fff;
}


 .editorial-scroll {
         overflow-y: scroll;    height:300px;    background-color: #f8f7fd;
    padding: 20px 20px;
    border-left: #f3f1f8 solid 1px;
    border-right: #f3f1f8 solid 1px;
    border-bottom: #f3f1f8 solid 1px;
    border-radius: 0 0 4px 4px;position: relative;
     
     
 }



  .editorial-scroll .label a {
    color: #000;      transition: all linear 0.3s;
    cursor: pointer;
}

.editorial-box .label.bg-red {
    background-color: #dedede;      display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    padding: 5px 8px;
    color: #fff;
    text-transform: uppercase;
}

 .editorial-box p {
    line-height: 1.4;
    min-height: 44px;
    margin: 10px 0 0;
}


    .readmore-btn {
    border-left: #f3f1f8 solid 1px;
    border-right: #f3f1f8 solid 1px;
    border-bottom: #f3f1f8 solid 1px;
    background-color: #f8f7fd;
    margin-top: -1px;
    z-index: 1;
    position: relative;
    padding: 20px;
    border-radius: 0 0 4px 4px;
}

  .read-more {
    display: inline-block;
    border: 1px solid #cfcfcf;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #303030;
    padding: 10px 15px;
    background-color: transparent;
    position: relative;
}

    .details h1 {
    color: #F42C18;
    font-size: 43px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.details button {
    width: 40%;
    padding: 1.5%;
    font-weight: 700;     background-color: #e03838;
    border: none;     color:#fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.logo img  {
    width: 250px;
}

  .app-link.home {
    margin-top: 0;
    background-color: #fff;
    background-image: none;
}

