@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Urbanist', sans-serif; */
/* ====================== VARIABLES CSS  =========================== */
:root {
	--header-height: ;
	--nav-width: 62px; 	
	/* ====================== COLORS  =========================== */
	--red-color: #c00000; 
  --grey-color: #EEEEEE;
  --nav-text-color: #535b62;
  --text-color: #333;
  --heading-color: #3e4246;
	--title-color: ;
	--body-color: ;
	--container-color: ;
	--demo-color: #F9F6FD;
	/* ====================== FONT SIZE  =========================== */
	/* --body-font: 'Roboto', sans-serif; */
	--body-font: 'Montserrat', sans-serif;
	--font-size: 16px;
  --header-font-size: 18px;
	--font-medium: 500;
	--font-semi-bold: 600;
	/* ====================== Z-INDEX  =========================== */
	--z-index: 100;
}
/* ====================== BASE  =========================== */  
*{ 
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
  /* outline: 1px solid limegreen !important; */
  /* background: rgb(0 100 0 / 0.05) !important; */
} 
/* @font-face {font-family: "Bookman Old Style V2";
  src: url("bookman/Bookman_1/@font-face/4267d8aa8711bb8c72cbefb26066c9e0.ttf");
  
} */
@font-face {
  font-family: bookman1;
  src: url("../Font/Bookman.ttf");
} 
@font-face {
  font-family: bookman;
  src: url("../Font/BOOKOSB.TTF");
}  
body {
  /* font-family: 'Lato', 'sans-serif'; */
  font-family: arial;
  font-size: var(--font-size);
    height: 100vh;
    position: relative; 
    font-size: 1.18rem;
    max-width: 1600px;
    margin: 0 auto;
 }

    body.offcanvas-menu:before {
      opacity: 1;
      z-index: 1002;
      visibility: visible; }
 
  
  a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  color:rgba(0, 0, 0, 0.5) }
    a, a:hover {  
      text-decoration: none !important; }
  
  .hero {
    height: 100vh;
    width: 100%;
    background: rgb(252,239,220);
background: linear-gradient(240deg, rgba(252,239,220,1) 0%, rgba(255,255,255,1) 75%);
    
    
   }
   .logo-div {
    font-weight: bold;
    margin-top: -8px;
    user-select: none;
  }
  .logo-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .main-logo {
    font-family: bookman;
    font-size: 2.1rem;
    color: rgb(192, 0, 0);
    font-weight: 600;
  }
  .small-text {
    margin-top: -14px;
    font-family: 'bookman';
    color: #000000;
    font-weight: 600;
    font-size: 14px;
  }
  .site-navbar-wrap {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0; }
    .site-navbar-wrap a {
      color: #fff; }
    .site-navbar-wrap .site-navbar-top {
      font-size: 0.8rem; }
  
  .site-navbar-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  
  .site-navbar {
    margin-bottom: 0px;
    width: 100%; }
    .site-navbar .site-logo {
      font-weight: 200;
      line-height: 0;
      top: -7px;
      position: relative; }
      .site-navbar .site-logo a {
        font-weight: 200;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase; }
    .site-navbar .site-navigation .site-menu {
      margin-bottom: 0; }
      .site-navbar .site-navigation .site-menu a {
        text-decoration: none !important;
        display: inline-block;
        font-weight: 500; }
      .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        /* padding: 10px 5px; */ 
        /* nov-16-2022(nav padding li) */
       }
        .site-navbar .site-navigation .site-menu > li > a {
          padding: 20px 10px;
          color: #535b62;
          font-size: 16px;
          text-decoration: none !important; }
          .site-navbar .site-navigation .site-menu > li > a.active {
            color: grey; }
          .site-navbar .site-navigation .site-menu > li > a:hover {
            color: var(--red-color);
          }
        .site-navbar .site-navigation .site-menu > li:last-child {
          padding-right: 0; }
          .site-navbar .site-navigation .site-menu > li:last-child > a {
            padding-right: 0; }
      .site-navbar .site-navigation .site-menu .has-children {
        position: relative; }
        .site-navbar .site-navigation .site-menu .has-children > a {
          position: relative;
          padding-right: 20px; }
         
        .site-navbar .site-navigation .site-menu .has-children .dropdown {
          visibility: hidden;
          opacity: 0;
          top: 100%;
          position: absolute;
          text-align: left;
          -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
          padding: 0px 0;
          margin-top: 20px;
          margin-left: 0px;
          background: #fff;
          -webkit-transition: 0.2s 0s;
          -o-transition: 0.2s 0s;
          transition: 0.2s 0s;
          border-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
            position: absolute; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              bottom: 100%;
              left: 20%;
              border: solid transparent;
              content: " ";
              height: 0;
              width: 0;
              position: absolute;
              pointer-events: none; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
              border-color: rgba(136, 183, 213, 0);
              border-bottom-color: #fff;
              border-width: 10px;
              margin-left: -10px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a {
            font-size: 16px;
            text-transform: none;
            letter-spacing: normal;
            -webkit-transition: 0s all;
            -o-transition: 0s all;
            transition: 0s all;
            color: #343a40; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
              color: #007bff; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
            color: #fff !important; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
            list-style: none;
            padding: 0;
            margin: 0;
            min-width: 200px;
          }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
              border-top-left-radius: 4px;
              border-top-right-radius: 4px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
              border-bottom-left-radius: 4px;
              border-bottom-right-radius: 4px; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
              padding: 6px 20px;
              display: block;
              margin: 4px;
              border-radius: 4px;
            }
              .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
                background: #ebeef0e0;
                color: var(--red-color) ;
              }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
              left: 100%;
              top: 0; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
              background: #ebeef0e0;
              color: var(--red-color);
            }
        .site-navbar .site-navigation .site-menu .has-children:hover > a, 
        .site-navbar .site-navigation .site-menu .has-children:focus > a, 
        .site-navbar .site-navigation .site-menu .has-children:active > a {
          color: var(--red-color) ;
        }
        .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
          cursor: pointer; }
          .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            margin-top: 0px;
            visibility: visible;
            opacity: 1; }
  
  .site-mobile-menu {
    width: 300px;
    position: fixed;
    left: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(-170%); 
    -ms-transform: translateX(-170%);
    transform: translateX(-170%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .offcanvas-menu .site-mobile-menu {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%); }
    .site-mobile-menu .site-mobile-menu-header {
      width: 100%;
      float: left;
      padding-left: 20px;
      padding-right: 20px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
        float: right;
        margin-top: 8px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
          font-size: 30px;
          display: inline-block;
          padding-left: 10px;
          padding-right: 0px;
          line-height: 1;
          cursor: pointer;
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
            color: #dee2e6; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
        float: left;
        margin-top: 10px;
        margin-left: 0px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
          display: inline-block;
          text-transform: uppercase; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
            max-width: 70px; }
          .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
            text-decoration: none; }
    .site-mobile-menu .site-mobile-menu-body {
      -webkit-overflow-scrolling: touch;
      position: relative;
      padding: 20px;
      height: calc(100vh - 52px);
      padding-bottom: 150px; 
      margin-top: 54px;
    }
    .site-mobile-menu .site-nav-wrap {
      padding: 0;
      margin: 0;
      list-style: none;
      position: relative; }
      .site-mobile-menu .site-nav-wrap a {
        padding: 10px 20px;
        display: block;
        position: relative;
        color: #212529; }
        .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
          color: var(--red-color); 
        }
      .site-mobile-menu .site-nav-wrap li {
        position: relative;
        display: block; }
        .site-mobile-menu .site-nav-wrap li.active > a {
          color: #007bff; }
      /* .site-mobile-menu .site-nav-wrap .arrow-collapse {
        position: absolute;
        right: 0px;
        top: 10px;
        z-index: 20;
        width: 36px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        border-radius: 50%; 

        font-family: "Font Awesome 6 Free";
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display,inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
        font-size: 14px;
        margin-top: 7px;
      }
      
        .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
          background: #f8f9fa; }
        .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
          content: "\f078";  
          -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          -ms-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .3s all ease; 
        }
        .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } */
      .site-mobile-menu .site-nav-wrap > li {
        display: block;
        position: relative;
        float: left;
        width: 100%; }
        .site-mobile-menu .site-nav-wrap > li > a {
          padding-left: 20px;
          font-size: 20px; }
        .site-mobile-menu .site-nav-wrap > li > ul {
          padding: 0;
          margin: 0;
          list-style: none; }
          .site-mobile-menu .site-nav-wrap > li > ul > li {
            display: block; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > a {
              padding-left: 40px;
              font-size: 16px; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
              padding: 0;
              margin: 0; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
                display: block; }
                .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                  font-size: 16px;
                  padding-left: 60px; }
  .sticky-wrapper {
    position: relative;
    /* nov-16-2022 */
    z-index: 100;
    width: 100%; }
    .sticky-wrapper + .site-blocks-cover {
      margin-top: 96px; }
    .sticky-wrapper .site-navbar {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .sticky-wrapper .site-navbar ul li.active a {
        color: #fff; }
    .sticky-wrapper.is-sticky .site-navbar {
      background-color: #fff 
    }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        padding: 10px 5px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
          padding-right: 0; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
            padding-right: 0; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
          padding-right: 20px; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
          padding: 10px 10px;
          color: var(--nav-text-color);
          font-size: 16px; 
        }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
            color: var(--red-color) !important; }
          .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
            color: var(--red-color) !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
          color: var(--red-color); 
        }


        .site-navbar .site-navigation .site-menu .has-children .dropdown1 > li {
          list-style: none;
    padding: 0;
    margin: 0;
    min-width: 240px;
        }
  .main-image {
    background-image: url(pictures/picture_2.jpg);
  }
  .firstleft, .firstright {
    margin-top: 120px; 
    
    height: 400px;
  }
.firstleft div h2{
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 40px;
  text-transform: uppercase;
}
.firstleft div p{
  margin-top: 16px;
}
/* nov-16-2022 */
.fd-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 72px;
}

.main-wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;

}



/* nvo-19-2022 */
/* .sd-content:hover {
  background-color: #212529;
  border-radius: 6px;
} */
.html-title:hover {
  color: grey;
}
/*  */
/* Nov-21-2022 */
.course-html{
  cursor: pointer;
}
.course-html:hover {
  transform: scale(1.01);
}
.course-html1:hover .course-hover {
  display: block;
  top: 0;
  transition: 3s;
} 
.course-hover{
  display: none;
  top: 2;
  transition: 3s;

}
/*  */
.fd-img {
  height: 390px;
}
.register {
  cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: -18px;
    right: 4px;
    z-index: 21474830;
}
footer {
  background: #252020;
  padding: 120px 0;
}

footer .section-title {
  padding-bottom: 10px;
}

footer h2 {
  font-size: 20px;
}

footer a,
footer p {
  color: #909090;
}

footer strong {
  color: #d9d9d9;
}

footer address p {
  margin-bottom: 0;
}

footer .social-icon {
  margin-top: 25px;
}

.footer-info {
  margin-right: 1.5em;
}

.footer-info h2 {
  color: #ffffff;
  padding: 0;
}

.footer_menu h2 {
  margin-top: 2em;
}

.footer_menu ul {
  margin: 0;
  padding: 0;
}

.footer_menu li {
  display: inline-block;
  list-style: none;
  margin: 5px 10px 5px 0;
}

.newsletter-form .form-control {
  
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #303030;
  height: 50px;
  margin: 5px 0;
}

.newsletter-form input[type="submit"] {
  background: #687bde;
  border: 1px solid #f9f9f9;
  border-radius: 50px;
  color: #ffffff;
  display: block;
  margin-top: 20px;
  outline: none;
  width: 50%;
}

.newsletter-form input[type="submit"]:hover {
  background: #687bde;
  border-color: transparent;
}

.newsletter-form .form-group span {
  color: #909090;
  display: block;
  font-size: 12px;
  margin-top: 20px;
}


.social-icon {
  position: relative;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  list-style: none;
  margin-bottom: 5px;
}

.social-icon li a {
  border-radius: 100px;
  color: #687bde;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  transition: all 0.4s ease-in-out;
  position: relative;
  margin: 5px 5px 5px 0;
}

.social-icon li a:hover {
  background: #687bde;
  color: #ffffff;
}


/* nov-24-2022 */
/* course details design */
.mytabs {
  display: flex;
  flex-wrap: wrap;
}
.mytabs input[type="radio"] {
  display: none;
}

.mytabs label span {
  font-size: 18px;
  padding: 10px 24px;
  font-weight: bold;
  display: inline-block;
}
.mytabs .tab{
  width: 100%;
  order: 1;
  display: none;
}
.mytabs .tab h2{
  font-size: 3em;
}
.mytabs input[type='radio']:checked + label + .tab {
  display: block;
}
.mytabs input[type='radio']:checked + label {
  border: 1px solid gray;
  border-radius: 4px;
}
.mytabs input[type='radio']:checked + label span {
  border-top: 3px solid #677FE4;
  box-shadow: 0px 0px 10px 0px rgb(103,127,228);
  color: #333;
}
.mytabs input[type='radio']:not(:checked) + label span {
  border-bottom: 3px solid #677FE4;
}


/*  */
.open-button {
  color: white;
  border: none;
  cursor: pointer;
  position: fixed;
  bottom: 23px;
  right: 28px;

}

/* The popup chat - hidden by default */
.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 5px 5px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

.form-container .cancel {
  background-color: red;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}

   /*   .form-container{
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
}*/

.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 100%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}


/* nov-25-11-2022 */
.sliders {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  
}
.slider {
  display: flex;
  transition: transform 0.8s ease;
}
.slider img {
  width: 100%;
  margin-right: 10px;
}
.pre, .next{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate(-5%, -50%);
  cursor: pointer;
}

.pre {
  left : 5%
}
.next {
  right: 5%;
}
.disable #pre ,
.disable #next {
  pointer-events: none;
  opacity: 0.5;
}

/*  */
/* nov-26-2022 */

.mySlides{
  width: 100%;height: 320px;position: relative;overflow: hidden;
  display: none;
}
.img-content1 {
  width: 60%;height: 360px;position: absolute;clip-path:  polygon(0 0, 0 120%, 100% 100%, 100% 100%, 80% 0);background-color: #aba5a5;opacity: 0.5;
}
.img-content2 {
  width: 58%;height: 360px;position: absolute;clip-path:  polygon(0 0, 0 120%, 100% 100%, 100% 100%, 80% 0);background-color: #fdfbfb;
}
.slider-text {
  line-height: 1.3;font-weight: 600;text-transform: capitalize;text-align: justify;letter-spacing: 1px;font-size: 29px;color: #333;
}
.slider-left{
  height: 100%;padding-left: 72px;
}

/*  */

/* slider section style */
.slider-img img{
  width: 100%;height: 300px;object-fit: cover;
}

/* slider section style */
.swiper-button-next:after, .swiper-button-prev:after{
  font-size: 28px;
}
.input-wrapper{
  width: 260px;
  height: 50px;
  position: relative;
}
.input-wrapper input{
  background-color: white;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 5px;
  padding-left: 8px;
  

}
.input-wrapper label{
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  transition: all .2s ease;
  font-size: 20px;
  pointer-events: none;
  color: #333;
}
.input-wrapper input:focus + label,
.input-wrapper input:valid + label{
  font-size: 14px;
  top: 0;
  background: white;
  padding: 5px;
}

/*  */
/* nov-29-2022 */
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none; }
.tabs {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  overflow: hidden; }
  .tabs [class^="tab"] label,
  .tabs [class*=" tab"] label {
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1em;
    padding: 1rem 0;
    text-align: center; 
    font-size: 18px;
    margin-bottom: 0px;
  }
  .tabs [class^="tab"] [type="radio"],
  .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(239, 237, 239, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .tabs [class^="tab"] [type="radio"]:hover, .tabs [class^="tab"] [type="radio"]:focus,
    .tabs [class*=" tab"] [type="radio"]:hover,
    .tabs [class*=" tab"] [type="radio"]:focus {
      border-bottom: 1px solid #fd264f; }
    .tabs [class^="tab"] [type="radio"]:checked,
    .tabs [class*=" tab"] [type="radio"]:checked {
      border-bottom: 2px solid #fd264f; }
    .tabs [class^="tab"] [type="radio"]:checked + div,
    .tabs [class*=" tab"] [type="radio"]:checked + div {
      opacity: 1; }
    .tabs [class^="tab"] [type="radio"] + div,
    .tabs [class*=" tab"] [type="radio"] + div {
      display: block;
      opacity: 0;
      padding: 2rem 0;
      width: 90%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .tabs .tab-2{
    width: 33%; }
    .tabs .tab-2 [type="radio"] + div {
      width: 300%;
      margin-left: 200%; }
    .tabs .tab-2 [type="radio"]:checked + div {
      margin-left: 0; }
    .tabs .tab-2:nth-last-child(1) [type="radio"] + div,
    .tabs .tab-2:nth-last-child(2) [type="radio"] + div {
      margin-left: 100%; }
    .tabs .tab-2:nth-last-child(1) [type="radio"]:checked + div {
      margin-left: -200%; }
      .tabs .tab-2:nth-last-child(2) [type="radio"]:checked + div {
        margin-left: -100%; }
        .tabs .tab-2 [type="radio"]:checked ~ label {
          background-color: red;
        }

/* syllabus section */


.syllabus-wrapper {
  padding: 8px 16px;
}

.syllabus-section h4{
  font-weight: 600;
}
.syllabus-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.download-syllabus {
  padding: 6px 10px;
  /* background: linear-gradient(270deg,#ff5757,#d02035)#333; */
  background-color: #F15A5C;
  border-radius: 4px;
  font-size: 15px;
  color: whitesmoke;
}
/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}
.collapse-section ul li {
  padding: 4px 0px;
}
/*  */

/* social media section */ 
.social-media-section {
  position: fixed;left: 0%;top:50%;z-index: 1000;width: 3%;
}
/* social media section */
 /* technology section style */
 .technology-section .container {
  padding: 1.3rem 1rem;
}
 .technology-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
 .technology-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.technology-wrapper h2{
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--heading-color);
}
.technology-img img {
  width: 55px;
  height: 55px;
  margin: 14px;

}
 /* technology section style */
 /* process section style */
.process-left-wrapper {
  padding: 124px 16px;
}
.process-title-1 {
  margin: 1rem 0.5rem;
}
.process-title-2 {
  margin: 0.5rem 0rem;
  font-size: 32px;
  font-weight: 600;
  color: var(--heading-color);
}
.process-left-btn {
  background-color: #677FE4;
  padding: 8px 24px;
  display: inline-block;
  background: rgb(107,169,255);
  background: linear-gradient(264deg, rgba(107,169,255,1) 0%, rgba(103,127,228,1) 100%);border-radius: 50px;color: white;cursor: pointer;box-shadow: 0px 0px 15px 1px rgb(104,123,222);
}
.process-left-btn-arrow {
  width: 20px;
  height: 20px;
  background: rgb(251,232,158);
  background: linear-gradient(153deg, rgba(251,232,158,1) 11%, rgba(255,206,107,1) 53%);
  padding: 2px 6px;
  border-radius: 32px;
  color: #000;
}
.process-left-btn-arrow  i {
  font-size: 14px;
  transform: rotate(-20deg);
}
.process-right-wrapper {
  position: relative;
  width: 100%;
  background-color: #677fe4;
  height: 180px;
  margin: 0px auto;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.pr-box-1, .pr-box-2,
.pr-box-3, .pr-box-4 {
  position: absolute;
  max-width: 190px;
  max-height: 200px;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0px 0px 10px 0px rgb(104,123,222);
  padding: 1rem;
}
.pr-box-1 {
  top: 2%;
  left: 16%;
}
.pr-box-2 { 
  top: 2%;
  left: 56%;
}
.pr-box-3 {
  top: 56%;
  left: 16%;
}
.pr-box-4 {
  top: 56%;
  left: 56%;
}
.pr-box-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pr-box-icon {
  font-size: 48px;
  color: #808080;
}
.pr-box-icon img {
  width: 60px;
  height: 60px;
  filter: invert(56%) sepia(0%) saturate(0%) hue-rotate(281deg) brightness(90%) contrast(88%);
}
.pr-box-title {
  font-size: 15px;
  font-weight: 600;
  color: #505254;
}
.pr-box-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #677FE4;
  font-size: 14px;
  border-radius: 50%;
  color: white;
  box-shadow: 0px 0px 10px 0px rgb(104,123,222);
}
.pr-box-btn {
  margin: 0.5rem 0rem;
  font-size: 13px;
  display: flex;
  color: #505254;
}
 /* process section style */
/* feature section style */
.feature-section {
  margin: 2.6rem 0rem;
}
.feature-container {
  position: relative;
  overflow: hidden;
}
.feature-wrapper {
  height: 420px;
  width: 100%;
  background-color: #687bde;
  z-index: -1;
  border-radius: 22px;
}
.sd-content {
  cursor: pointer; width: 290px;margin: 12px 24px;color: #000;background-color: whitesmoke;border-radius: 10px;box-shadow: 0px 0px 15px -8px rgb(255,255,255);
}
.sd-img {
  width: 70px;height: 70px;background-color: #677FE4;border-radius: 50%;
}
.sd-img img {
  width: 60%;height: 60%;filter: invert(99%) sepia(0%) saturate(355%) hue-rotate(63deg) brightness(117%) contrast(100%);
}
.sd-content:hover .sd-img {
  background-color: white;
  box-shadow: 0px 0px 15px -8px rgb(255,255,255);
}
.sd-content:hover img{
  filter: invert(51%) sepia(10%) saturate(6493%) hue-rotate(207deg) brightness(92%) contrast(87%);
}
.sd-content:hover {
  /* background-color: #687BDE;
  color: white; */
  color: white; 
}
.sd-content:hover .circle{
  clip-path: circle(100%);
  background-color: #687BDE;
  border-radius: 10px;
}

.sd-card {
  display: flex;flex-direction: column;align-items: center;justify-content: center;padding: 26px;position: relative;z-index: 1;
}
.circle {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: circle(11.5% at 50% 22%);
    transition: clip-path;
    transition: .6s;
  transition-timing-function: ease-in-out;
}
.vh-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-heading {
  font-size: 18px;
  font-weight: bolder;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 1rem 0rem 0.5rem;
}
.feature-text {
  margin-top: 0.25rem; 
  font-size: 15px;
  text-align: justify;
}
/* feature section style */

/* for chat  */


.chat-btn {
  position: absolute;
  right: 14px;
  bottom: 30px;
  cursor: pointer
}

.chat-btn .close {
  display: none
}

.chat-btn i {
  transition: all 0.9s ease
}

#check:checked~.chat-btn i {
  display: block;
  pointer-events: auto;
  transform: rotate(180deg)
}

#check:checked~.chat-btn .comment {
  display: none
}

.chat-btn i {
  font-size: 22px;
  color: #fff !important
}     

.chat-btn {
  width: 78px;
  /* height: 50px; */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #D4403A;
  color: #fff;
  font-size: 22px;
  border: none;
  padding: 6px;
}
/*.form-container{
  background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
}*/
.wrapper {
  position: absolute;
  right: 20px;
  bottom: 100px;
  width: 300px;
  /*background-color: #fff;*/
  background-color: #f1f1f1;
  box-shadow: 0 4px 16px rgba(51,51,51,.24);
  box-shadow: 0px 0px 12px -3px rgb(17,24,39);
  border-radius: 5px;
  display: none;
  transition: all 0.4s
}

#check:checked~.wrapper {
  display: block;
}

.header {
  padding: 33px;         
  /*background-color: #D4403A;*/
/*  background: -webkit-linear-gradient(left, #D4403A, #677fe4);*/
  border-radius: 15px 5px 0px 0px;
  margin-bottom: 10px;
  color: #fff
}

.chat-form {
  padding:  0px 15px 15px;
}

.chat-form input,
textarea,
button {
  margin-bottom: 10px
}

.chat-form textarea {
  resize: none
}

.form-control:focus,
.btn:focus {
  box-shadow: none
}

.btn,
.btn:focus,
.btn:hover {
  background-color: #D4403A;
  border: blue;
}

#check {
  display: none !important
}

/* for chat end  */
/* placement-mission-section style */
.pm-right-container {
  margin: 6rem 0rem;
}
.placement-mission-section h4 {
  font-size: 1.4rem;
}
.placement-mission-section h1 {
  line-height: 1.1;
}
.placement-mission-section p {
  font-size: 17px;
}
/* placement-mission-section style */
/* new features styles */
.nf-box-wrapper {
  width: 30%;margin: 2.5rem 1rem 1rem;
}
/* new features styles */
/* our course design style */
.course-wrapper {
  margin: 1rem;
}
.course-section h2 { 
  text-align: center;
  font-weight: bold;
  font-size: 1.85rem;
  color: #333;
  margin-top: 1.3rem;
}
.course-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.course-html1 {
  width: 335px;
  border-radius: 4px;
  border: 1px solid gray;
  position: relative;
}
.course-header {
  width: 100%;
  height: 30%;
  background: linear-gradient(240deg,#6ba9ff, #687bde);
  color: white;
  padding: .5rem 2.4rem;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.course-body {
  padding: 0.75rem;
  width: 100%;
  height: 70%;
}
.course-body-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.course-body-wrapper img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.enquire-btn{
  padding: 4px 12px;
  border: 1px solid #808080c4;
  border-radius: 2px;
  color: #212529;
  font-size: 16px;
}


/* our course design style */
.course-details-section .container-fluid {
  background-color: #E5E5E5;
  height: 490px;
  border-bottom-left-radius: 10%;
  border-bottom-right-radius: 10%;
  position: relative;
  box-shadow: 0px 10px 50px 0px rgb(229,229,229);
}
.course-details h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.3;
}
.course-details h6 {
  font-weight: 600;
  font-size: 16px;
}
.cd-feature li {
  min-width: 50%;padding: 4px 0px;
}
/* course details style */



/* course details style */

/* slider style(dec-07-2022) */
.slider-container,
.slider-container-1,
.slider-container-2 {
  width: 100%;
  height: 305px;
  background: rgb(127,127,127);
  background: linear-gradient(217deg, rgba(127,127,127,0.4918912394662921) 0%, rgba(232,232,230,1) 100%);
  position: relative;
}
.slider-container img {
  object-fit: cover;
  width: 31.5%;
  height: 100%;
  position: absolute;
  top: 6%;
  right: 7%;
}
.slider-container-1 img {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 5%;
  right: -4%;
}
.slider-container-2 img {
  object-fit: cover;
  width: 36%;
  height: 99%;
  position: absolute;
  top: 6%;
  right: 2%;
}
.slider-container-title {
  display: flex;
  align-items: center;
  height: 100%; 
  padding-left: 7rem; 
}
.slider-container-title-1 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 1rem 0rem;  
}
.slider-container-title-btn {
  margin: 0.5rem 0rem;
}
.slider-container-title-btn a {
  padding: 6px 12px;
  border: 1px solid #6d6c6c;
  color: #4e4e4e;
  border-radius: 4px;
  font-size: 15px;
}

/* slider style(dec-07-2022) */


.section-feature {
  margin: 2rem 0rem;
}
.sfc-title {
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.sfc-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sfc-box {
  position: relative;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #333;
}
.sfc-box1 {
  padding: 1.5rem;
  border-left: 6px solid #677fe4;
  border-radius: 6px;
  min-height: 255px;
}
.sfc-box1 h5 {
  margin: 1.5rem 0.5rem 0.5rem;
  font-size: 20px;
  letter-spacing: 1px;
  color: #111;
  text-transform: uppercase;
}
.sfc-box1 p{
  font-size: 16px;
  color: #333;
  margin: 0px;
}

.sfc-img-odd,
.sfc-img-even {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 10%;
  background-color: rgba(233,84,84,1);
}
.sfc-img-odd img,
.sfc-img-even img{
  width: 55%;
  height: 55%;
  filter: invert(99%) sepia(0%) saturate(355%) hue-rotate(63deg) brightness(117%) contrast(100%);
}














.fd .swiper-slide img{
  width: 100%;
  height: 100%;
}
/* fadein style */
.w3-animate-opacity {
  animation:opac 0.8s
}
@keyframes opac{
  from{opacity:0} to{opacity:1}}
  /* loading animation css */
#loading{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.lds-spinner {
color: official;
display: inline-block;
position: relative;
width: 80px;
height: 80px;

}
.lds-spinner div {
transform-origin: 40px 40px;
animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
content: " ";
display: block;
position: absolute;
top: 3px;
left: 37px;
width: 6px;
height: 18px;
border-radius: 20%;
background: #fff;
}
.lds-spinner div:nth-child(1) {
transform: rotate(0deg);
animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
transform: rotate(30deg);
animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
transform: rotate(60deg);
animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
transform: rotate(90deg);
animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
transform: rotate(120deg);
animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
transform: rotate(150deg);
animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
transform: rotate(180deg);
animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
transform: rotate(210deg);
animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
transform: rotate(240deg);
animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
transform: rotate(270deg);
animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
transform: rotate(300deg);
animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
transform: rotate(330deg);
animation-delay: 0s;
}
@keyframes lds-spinner {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}


/* loading animation css */
/*  */
.mobile-text {
  display: none;
}
/* color in same place */
.course-header {
  /* background: linear-gradient(240deg,#6ba9ff, #687bde); */
 background: #E1E1E1;
 color: black;
 font-weight: 600;
}
/* .course-html1 {
  box-shadow: 0 4px 16px rgba(51,51,51,.24);
} */
.enquire-btn {
  color: #322f;
}
.sfc-img-odd, .sfc-img-even {
  background-color: rgba(233,84,84,1);
}
.sfc-box1 {
  border-left : 6px solid rgba(233,84,84,1);
}
.chat-btn {
  background: rgba(233,84,84,1);
  box-shadow: 0 4px 16px #E95454;
}
.newsletter-form input[type="submit"] {
  background: rgba(233,84,84,1);
}
.social-icon li a {
  color: rgba(233,84,84,1);
}
.chat-btn {
  background-color: rgba(233,84,84,1);
  box-shadow: 0 4px 16px rgba(51,51,51,.24);
}
.newsletter-form input[type="submit"]:hover {
  background: rgba(233,84,84,1);
}
.social-icon li a:hover {
  background: rgba(233,84,84,1);
}
/*  */
.hidden {
  display: none;
}
.enquire-btn:hover {
  color: var(--red-color) !important;
} 
.about-img {
  width:98%;height: 100%;margin: 0.5rem auto 0rem;
}
.aboutus-text {
  position: absolute;bottom: 4px;right:26px;color: black;font-weight: 600;
}         
.aboutus-content {
  font-size: 16px;margin-top: -3.6rem;
}
   /* Media Query for Mobile Devices */
   @media (max-width: 480px) {
    /* header style */
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: -4px !important;
    }
    .about-img {
      width:80%;height: 100%;margin: 0.5rem auto 0rem;
    }
    .aboutus-text {
      position: absolute;bottom: 2px;right:22px;color: black;font-weight: 600;
    }
    .aboutus-content {
      font-size: 16px;margin-top: 0rem;
    }
    .site-navbar .site-navigation .site-menu .has-children a i {
      display: none;
    }
    .site-mobile-menu .site-nav-wrap > li a i {
      display: none;
    }
    /*  */
    h1{
      font-size: 28px;
      font-weight: 600;
    }
    /* slider section style */
    .fd .swiper-slide img {
      width: 103%;
      height: 100%;
    }
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
      right: 0px;
    }
    .swiper-button-prev, .swiper-rtl .swiper-button-next {
      left: 0px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
      font-size: 13px;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: 0px;
    }
    /* slider section style */

    /* technology section style */
    .technology-section .container {
      padding: 1.6rem 1rem;
    }
    .technology-wrapper h2 {
      font-size: 1.3rem;
    }
    .technology-img {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .technology-img img {
      width: 45px;
      height: 45px;
      margin: 8px;
    }
    /* technology section style */
    /*course details section style */
    .course-section h2 {
      font-size: 24px;
    }
    .course-wrapper { 
      margin: 1rem 0.5rem;
    }
    /*course details section style */


    /* process section style */
    .process-left-wrapper {
      padding: 0.2rem 1rem 8rem;
    }
    .process-title-1 {
      margin: 1rem 0.5rem;
    }
    .process-title-2 {
      margin: 0.5rem 0rem;
      font-size: 28px;
      font-weight: 600;
      color: var(--heading-color);
    }
    .process-left-btn {
      margin: 0.8rem 0rem;
    }
    .pr-main-box {
      padding-left: 1.5rem;
    }
    .pr-box-1, .pr-box-2,
    .pr-box-3, .pr-box-4  {
      max-width: 160px;
    }
    .pr-box-1 {
      top: -60%;
      left: 14%;
    }
    .pr-box-2 { 
      top: -60%;
      left: 58%;
    }
    .pr-box-3 {
      top: 50%;
      left: 14%;
    }
    .pr-box-4 {
      top: 50%;
      left: 58%;
    }
    .pr-box-icon img {
      width: 40px;
      height: 40px;
    }
    /* process section style */

    /* feature section style */ 
    .feature-section {
      margin-top: 8.5rem;
      padding: 1.1rem;
    }
    .feature-wrapper {
      height: 100%;
    }
    .sd-content {
      margin: 1.5rem 1rem;
    }

    /* feature section style */

    /* new features styles */
.nf-box-wrapper {
  width: 100%;
}
/* new features styles */

        /* our course design style */
        .course-details-section .container-fluid {
          background-color: #E5E5E5;
          height: 490px;
          border-bottom-left-radius: 10%;
          border-bottom-right-radius: 10%;
          position: relative;
          box-shadow: 0px 10px 50px 0px rgb(229, 229, 229);
        }
    
        .course-details h1 {
          font-weight: 600;
          font-size: 32px;
          line-height: 1.3;
        }
    
        .course-details h6 {
          font-weight: 600;
          font-size: 16px;
        }
    
        .cd-feature li {
          min-width: 50%;
          padding: 4px 0px;
        }
    
        /* course details style */

    .logo-div {
      padding-right: 24px;
    }
    .first-section .row {
      display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column-reverse;
    }
    .fd-wrapper {
      padding-left: 14px;
    }
    .fd-img {
      height: 270px;
    }
    .mySlides{
      width: 100%;height: 200px;position: relative;overflow: hidden;
      display: none;
    }
    .img-content1 {
      width: 60%;height: 200px;position: absolute;clip-path:  polygon(0 0, 0 120%, 100% 100%, 100% 100%, 80% 0);background-color: #aba5a5;opacity: 0.5;
    }
    .img-content2 {
      width: 58%;height: 200px;position: absolute;clip-path:  polygon(0 0, 0 120%, 100% 100%, 100% 100%, 80% 0);background-color: #fdfbfb;
    }
    .slider-text {
      line-height: 1.3;font-weight: 600;text-transform: capitalize;text-align: justify;letter-spacing: 1px;font-size: 14px;color: #333;
    }
    .img-content2 .main-logo{
      font-size: 1rem;
    }
    .slider-left{
      height: 100%;padding-left: 12px;
    }
    /* section feature style */
    .sfc-box1 {
      min-height: 195px;
      padding: 1rem;
    }
    .sfc-img-odd, .sfc-img-even {
      width: 60px;
      height: 60px;
    }
    .sfc-img-odd img, .sfc-img-even img {
      width: 50%;
      height: 50%;
    }
    .sfc-box1 h5 {
      margin: 1rem 0.5rem 0.5rem;
    }
    .section-feature-container > h2 {
      font-size: 25.5px;
      padding-left: 14px;
      margin-bottom: 0.75rem;
    }
    /* section feature style */
    .mobile-text { 
      display: block;
    }
    .desktop-text {
      display: none;
    }
    .register  {
      bottom: -28px;
      right: 0px;
    }


}





/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 768px) {
  .logo-div {
    padding-right: 24px;
  }
    /* header style */
    .site-navbar .site-navigation .site-menu .has-children a i {
      display: none;
    }
    .site-mobile-menu .site-nav-wrap > li a i {
      display: none;
    }
    /*  */
    h1{
      font-size: 30px;
      font-weight: 600;
    }
     /* slider section style */
     .slider-img img {
      width: 100%;height: 190px;object-fit: cover;
    }
    .mySwiper1 .swiper-button-next:after, .mySwiper1 .swiper-button-prev:after{
      font-size: 18px;
    }
    /* slider section style */
    .aboutus-content {
      font-size: 16px;margin-top: 0rem;
    }
    /* technology section style */
    .technology-section .container {
      padding: 2rem 1rem;
    }
    .technology-img img {
      width: 65px;
      height: 65px;
      margin: 6px 12px;
    }
    /* technology section style */
    /* course section style */
    .course-html1 {
      max-width: 295px;
      border-radius: 4px;
      border: 1px solid gray;
      position: relative;
    }

    /* course section style */
    /* process section style */
    .process-left-wrapper {
      padding: 0.2rem 1rem 8rem;
    }
    .process-title-1 {
      margin: 1rem 0.5rem;
    }
    .process-title-2 {
      margin: 0.5rem 0rem;
      font-size: 28px;
      font-weight: 600;
      color: var(--heading-color);
    }
    .process-left-btn {
      margin: 0.8rem 0rem;
    }
    .pr-main-box {
      padding-left: 1.5rem;
    }
    .pr-box-1, .pr-box-2,
    .pr-box-3, .pr-box-4  {
      max-width: 180px;
    }
    .pr-box-1 {
      top: -60%;
      left: 14%;
    }
    .pr-box-2 { 
      top: -60%;
      left: 58%;
    }
    .pr-box-3 {
      top: 50%;
      left: 14%;
    }
    .pr-box-4 {
      top: 50%;
      left: 58%;
    }
    .pr-box-icon img {
      width: 50px;
      height: 50px;
    }
    /* process section style */
    /* feature section style */ 
    .feature-section {
      margin-top: 8.5rem;
      padding: 1.1rem;
    }
    .feature-wrapper {
      height: 100%;
    }
    .sd-content {
      margin: 1.5rem 1rem;
    }

    /* feature section style */
    /* new features styles */
    .nf-box-wrapper {
      width: 100%;
    }
    /* new features styles */

    .first-section .row {
      display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    flex-direction: column-reverse;
    }
    .fd-wrapper {
      padding-left: 28px;
    }
    .enquire-btn {
      font-size: 14px;
    }
}
  
/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
   
    /* header style */
    .site-navbar .site-navigation .site-menu .has-children a i {
      display: none;
    }
    .site-mobile-menu .site-nav-wrap > li a i {
      display: none;
    }
    /*  */

    /* slider section style */
    .slider-img img {
      width: 100%;height: 190px;object-fit: cover;
    }
    .mySwiper1 .swiper-button-next:after, .mySwiper1 .swiper-button-prev:after{
      font-size: 18px;
    }
    /* slider section style */
    /* technology section style */
    .technology-section .container {
      padding: 2rem 1rem;
    }
    .technology-img img {
      width: 70px;
      height: 70px;
      margin: 12px;
    }
    /* technology section style */
    /* process section style */
    .process-left-wrapper {
      padding: 0.2rem 1rem 8rem;
    }
    .process-title-1 {
      margin: 1rem 0.5rem;
    }
    .process-title-2 {
      margin: 0.5rem 0rem;
      font-size: 28px;
      font-weight: 600;
      color: var(--heading-color);
    }
    .process-left-btn {
      margin: 0.8rem 0rem;
    }
    .pr-main-box {
      padding-left: 12rem;
    }
    .pr-box-1, .pr-box-2,
    .pr-box-3, .pr-box-4  {
      max-width: 200px;
      padding: 1.25rem 1rem;
      height: 200px;
    }
    .pr-box-1 {
      top: -70%;
      left: 34%;
    }
    .pr-box-2 { 
      top: -70%;
      left: 70%;
    }
    .pr-box-3 {
      top: 60%;
      left: 34%;
    }
    .pr-box-4 {
      top: 60%;
      left: 70%;
    }
    .pr-box-icon img {
      width: 65px;
      height: 65px;
    }
    /* process section style */
    /* feature section style */ 
    .feature-section {
      margin-top: 10rem;
      padding: 1.1rem;
    }
    .feature-wrapper {
      height: 100%;
    }
    .sd-content {
      margin: 1.5rem 1rem;
    }
    /* feature section style */
    /* new features styles */
    .nf-box-wrapper {
      width: 100%;
    }
    /* new features styles */

    .fd-wrapper {
      padding-left: 28px;
    }
    .fd-img {
      height: 330px;
    }
    /* section feature style */
    .sfc-title {
      margin-bottom: 0.75rem;
    }
    .sfc-box1 {
      min-height: 0px;
      padding: 1rem 1rem 2rem;
    }
    .sfc-box1 h5 {
      margin: 0.75rem 0.5rem 0.5rem;
    }
    .sfc-img-odd {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      position: absolute;
      top: -40px;
      left: 10%;
      background-color: rgba(233,84,84,1);
    }
    .sfc-img-even {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      position: absolute;
      top: -40px;
      left: 80%;
      background-color: rgba(233,84,84,1);
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
      bottom: 0px;
    }
    .course-header {
      padding: .5rem 1.4rem;
    }
    /* section feature style */

}
  
/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px){
    
}








