@charset "utf-8";
/* CSS Document */

*{margin:0px;
padding:0px}


.mt30 {
  margin-top: 30px; }
.mt40 {
  margin-top: 40px; }
.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt80 {
  margin-top: 80px; }

.mt90 {
  margin-top: 90px; }

.mb20 {
  margin-bottom: 20px; }

  .mb40 {
    margin-bottom: 40px; }
    
.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb70 {
  margin-bottom: 80px; }

.mb70 {
  margin-bottom: 90px; }

::selection {
  color: #fff;
  background: #353437; }

::-moz-selection {
  color: #fff;
  background: #353437; }

a:hover, a:focus, a:active {
  color: #000;
  text-decoration: none;
  outline: none; }

a {
  text-decoration: none;
  transition: all linear 0.3s; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

  body {
    font-family: "Mukta", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight:300;
    font-style: normal;
    background: #fff;
    color: #000;
    letter-spacing: 0.5;
}
.hedaer-btn {
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
    float: right;
    letter-spacing: 1px;
    text-align: center;
}
    .hedaer-btn .inquiry-logo img {
        max-width: 25px;
        max-height: 25px;
    }
.inquiry-logo{
    margin-top:-5px;
}
.logo img {
    width: 80%;
}

   /*slider*/	
   .bs-slider {
    overflow: hidden;
  
    position: relative;
  }
  .bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
  }
  .bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /********************
  *****Slide effect
  **********************/
  
  .fade {
    opacity: 1;
  }
  .fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
  }
  .fade .item:first-child {
    top: auto;
    position: relative;
  }
  .fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
  }
  /*---------- LEFT/RIGHT ROUND CONTROL ----------*/
  .control-round .carousel-control {
    margin: auto;
    opacity: 1;
    bottom: 0;
    width: 60px;
    height: 60px;
    z-index: 10;
    color: #fff;
    display: block;
    font-size: 25px;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #c51a4e;
    border-radius: 0;
    transition: all linear 0.5s;
    padding: 15px;
    bottom: 0;
  }
  
  
  .control-round:hover .carousel-control {
    opacity: 1;
  }
  .right.carousel-control {
    right: 3px;
    top: auto;
    top: auto;
  }
  .left.carousel-control {
    left: auto;
    right: 73px;
    top: auto;
  }
  .control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
    color: #fff;
    background: #04526d;
    border: 0px transparent;
  }
  .fa-angle-right:before{
    line-height: 30px;
  }
  .fa-angle-left:before{
    line-height: 30px;
  }
  /*---------- SLIDE CAPTION ----------*/
  .slide-text {
    top: auto;
    position: absolute;
    left: 80px;
    right: auto;
    bottom: 30%;
    width: 40%;
    background: transparent;
    color: #fff;
}

.slide-text span {
  background: #305d84;
  border-radius: 50px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 3px;
  padding: 3px 15px;
}
.slide-text h1 {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  margin-bottom: -10px;
  font-size: 50px;
}
.slide-text h3 {
  font-weight: 300;
  color: #000;
  text-transform: uppercase;
  font-size: 43px;
  letter-spacing: 2px;
  margin-top: 10px;
}
  
  /*------------------------------------------------------*/
  /* RESPONSIVE
  /*------------------------------------------------------*/
  
  
  @media (max-width: 480px) {
    .slide-text > a.btn-default, .slide-text > a.btn-primary {
        display: none;
    }
    .indicators-line > .carousel-indicators {
        display: none;
    }
  }


header {
    position: relative;
    padding: 9px 0;
    border-bottom: 5px solid #305d84;
}
/*.nav-background{
    background:white;
}*/

.top-head .top-address ul li {
    font-size: 16px;
    color: #000000;
    display: inline-block;
    padding: 16px 13px;
    font-weight: 400;
    letter-spacing: 0;
} 
  .top-address ul {
    float: right;
  }

.top-head {
  padding: 0px 0 15px;
}
.welcome-sec {
  margin-top: 70px;
}.hst-student p {
  font-size: 24px;
  line-height: 25px;
}
.hst-student h4 {
  font-size: 50px;
  letter-spacing: 1px;
  font-weight: 100;
  color: #c51a4e;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.hst-student {
  text-align: center;
  margin: 20px;
}

.online-class {
  /*margin-top: 20px;*/
  position: relative;
}
.online-class .img-responsive {
  width: 220px;
  height: 300px;
  border-radius: 0px;
  align-items: center;
  text-align: center;
  justify-self: center;
}
.online-cnt h4 {
    color: #000;
    position: relative; /*absolute i changed this to relative*/
    top: auto;
    bottom: 60px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
}
.online-cnt a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #04526d;
  margin-top: 20px;
  display: block;
}
.online-cnt p {
  font-size: 17px;
  line-height: 22px;
}

.online-cnt {
  padding: 10px;
  color: #04526d;
}
.computer-part h4 {
  font-size: 33px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 30px;
  margin: auto;
  text-align: center;
  font-weight: 800;
}
.computer-part {
  margin-top: 50px;
  position: relative;
}
.computer-part .img-responsive {
        max-width: 100%;
        max-height: 324px;
}
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(9, 154, 255, 0.70);
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.computer-part:hover .overlay{
    height:100%;
}
.feature-main h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 3px;
    /*padding-top: 10px;*/
    text-align: center;
}

.feature-main {
  background: #305d84;
  margin-top: 90px;
}
.pro-hd span {
  font-size: 28px;
}
.pro-hd h1 {
  font-size: 50px;
  font-weight: 100;
  color: #c51a4e;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pro-hd {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 40px;
}
.services {
  margin-top: 20px;
  margin-bottom: 90px;
}
footer.footer a:hover {
  color: #bb194a;
}
footer.footer ul li {
  line-height: 27px;
}
.first-ser p {
  font-size: 25px;
  line-height: 18px;
  font-weight:500;
}
.first-ser h4 {
  font-size: 22px;
  font-weight: 800;
  margin-top: 10px;
}
.first-ser img {
  margin: auto;
}
.first-ser {
  text-align: center;
  padding: 20px;
}



.footer {
  background: #bddbe9;
  padding: 50px 0 0;
  color: #305d84;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 25px;
}
footer.footer a {
  color: #305d84;
}


.footer h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #000;
}
ul.f-menu li a {
  color: #797979;
}
ul.f-menu li {
  margin-bottom: 6px;
  color: #797979;
}
.copy {
  text-align: center;
  background: #305d84;
  color: #fff;
  padding: 15px 0;
  font-size: 19px;
}



.main-hst .modal-dialog {
  width: 780px;
  margin: 30px auto;
}
.main-hst button.close {
  position: absolute;
  background: #f04909;
  opacity: 1;
  text-shadow: none;
  color: #fff;
  padding: 6px 10px;
  z-index: 1;
  right: 0;
}





.inq-form {
  background-color: #083d73;
  padding: 20px;
  border: 14px #ffffff;
  border-style: double;
}
.inq-form #table{
       text-align: justify;
    color: white;
    font-weight: bold;
    font-style: normal;
    
   
}
.inq-form th{
  text-align: center;
}
.inq-form td{
padding: 2px;
  justify-content: left;

    
}

.inq-form tr{ 
padding: 30px;
  border-collapse: separate;
  text-align: left;

}
.inq-form input, select {
  color: #000000;
  background-color: #f2f2f2;
  padding: 4px 4px 4px 2px;
  border-radius: 6px;
  margin-bottom: 1px;
  font-weight: 400;
}
.inq-form input:focus {
  background-color: #ffffff;
  border: 2px solid #b1e1e4;
  border-spacing: 2px 2px 2px 2px;
  
}

.inq-form input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  width: 30px;
  height: 20px;
}
.inq-form label {
  vertical-align: bottom;
}
.sub-btn {
  background: #f55e2e;
  color: #fff;
  padding: 10px 40px;
  font-weight: 600;
  border-radius: 5px;
  width: 100%;
}
.sub-res {
  background: #ffc500;
  color: #fff;
  padding: 10px 40px;
  font-weight: 600;
  border-radius: 5px;
  width: 100%;
  margin-top: 20px;
  display: block;
}
.inner-banner {
  background-image: url(images/innerbanner.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 350px;
  position: relative;
}

.inner-wrapper {
  margin-top: 50px;
  margin-bottom: 50px;
}
.inner-content h1 {
  color: #000;
  font-size: 30px;
  letter-spacing: 1;
  text-transform: uppercase;
  font-weight: 800;
  background: #ffffff;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 7px;
}

.inner-content {
  position: relative;
  z-index: 99;
  margin-top: 130px;
}

.about-content p {
  font-size: 20px;
}
.till-now h5 {
  font-size: 33px;
  margin-bottom: 20px;
}

.till-now {
  text-align: center;
}
.till-now ul li {
  display: inline-block;
  background: #f46344;
  padding: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
  margin-right: 10px;
}

.inner-contact h3 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.c-details {
  border: 1px dotted;
  margin-bottom: 10px;
  padding: 10px;
}
.contact-details h5 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 0;
}
.contact-form .form-control {
  box-shadow: none;
  height: 50px;
  border-radius: 0;
}
.contact-form textarea#exampleFormControlTextarea1 {
  height: 70px;
}
.c-details p {
  line-height: 19px;
  font-size: 17px;
}
.contact-form .btn-primary {
  color: #fff;
  background-color: #ed3426;
  border-color: #ed3426;
  padding: 6px 22px;
  font-size: 16px;
  text-align: center;
  display: block;
  border-radius: 0;
  height: 52px;
  margin: auto;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1;
  margin-top: 16px;
}
.outer-map {
    padding: 10px;
}
.map {
    padding: 10px;
    width:auto;
    height:350px;
}
    .map iframe {
        height: 300px;
    }

.product .online-class {
    text-align: center;
    justify-self: center;
    align-items: center;
    width: fit-content;
    height: 300px;
    margin-top: 10px;
    transition: 0.3s ease-out;
}
.product .online-class img:hover {
    height:295px;
    width:215px;
}
/*.page-back {
    align-items: end;
    text-align: end;
    margin-bottom: 17px;
    margin-right: 141px;
}
.page-back a {
    padding: 0px 21px;
    margin-bottom: 100px !important;
    background: #305d84;
    color: #f4f1f1;
    border-radius: 10px;
    font-size: 17px;
}
.page-back a:hover {
    border: 1px solid white;
    background: #c72254;
}*/

/*product-slicer starts here*/
.product-slider{
    height:300px;
    margin:auto;
    position:relative;
    display:grid;
    place-items:center;
    overflow:hidden;
}
.slide-container{
    display:flex;
    width:calc(250px * 10);
    animation:scroll 20s linear infinite;
}
@keyframes scroll {
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(calc(-250px * 9));
    }
}

.slide-img {
    height: 105px;
    width: 200px;
    display: flex;
    align-items: center;
    padding: 15px;
    perspective: 100px;
    cursor: pointer;
    background: #305d84;
    margin:2px;
}
.product-slider .slide-container .slide-img img{
    width:100%;
    transition:transform 1s;
    border-radius:5px;
    height:90px;
    padding:20px 10px;

} 
.product-slider .slide-container .slide-img img:hover{
    transform:translateZ(10px);
    
}

/*product-slider ends here*/




/*Monitor page Starts here*/
.search-sec {
    display: grid;
    grid-auto-flow: column;
    margin-top: 30px;
}
/*.search input {
    border-radius: 10px;
    width: 210px;
    margin-right:5px;
    padding:3px;
}*/
/*.search button {
    margin: 0 20px 0 0;
}*/
/*form section css commented here*/
/*.search-sec .search form {
    font-size: 13px;
    border-radius: 10px;
    padding:2px
}*/
.search-sec .search ul li {
    font-size: 20px;
    width: 140px;
    background: #305d84;
    padding: 5px;
    margin-bottom:5px;
    font-weight:600;
}
.search-sec .search ul li:hover{
    background:white;
    border:1px groove black;
    color: black;
}
.search-sec .search ul li a {
    color: white;
    width:140px;
}
.search-sec .search ul li a:hover {
    color: black;
}
.monitor {
    margin: 12px 0 12px 0;
}
.monitor-items {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.monitor-item {
    width: auto;
    padding: initial;
    align-items: center;
    text-align: center;
    margin: 11px;
    height: max-content;
    cursor: pointer;
    background-color: #305d84;
    transition: 1.8s;
}
.monitor-item:hover {
    /*width: 240px;
height:320px;*/
    background-color: white;
    border: 1px groove black;
}
.monitor-item a{
    color:white;
}
.monitor-item a:hover {
    /*color: #feb120;*/
    color:black;
}
.monitor-item img {
    width: 220px;
    height: 235px;
    padding: 8px;
}
.monitor-item h3 {
    font-size: 24px;
    margin-top:-2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.monitor-item p{
    margin: 0;
}
.price-kart{
    display:flex;
    justify-content:center;
}
.monitor-item button {
    float: right;
    margin: 0 5px;
    font-size: 17px;
    padding: 1px;
    background: black;
    color: white;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .search-sec {
        margin:10px;
        display:block;
    }
    .search-sec .search ul li {
        display:inline-flex;
    }
    .monitor-items {
        width:100%;
        justify-content: center;
    }

    .monitor-item {
        width: 48%;
        margin: 0 auto;
        height: fit-content;
        margin:5px;
    }
    .monitor-item p{
        text-align:center;
        font-size:20px;
    }
        .monitor-item img {
            width: -webkit-fill-available;
            height: 250px;
            padding: 8px;
            border-radius: 13px;
        }
    .monitor-item button {
        margin: -29px 5px;
    }
}




@media screen and (max-width: 519px) {
    .monitor-item {
        width: 70%;
        margin: 0 auto;
        height: fit-content;
        margin: 5px;
    }
        .monitor-item img {
            width: -webkit-fill-available;
            height: 250px;
            padding: 8px;
            border-radius: 13px;
        }
}
/*Monitor page Ends here*/




/*ItemModel Carresol Start here*/
.caresol-container{
    margin:50px 0px;
}
.caresol-ItemModel {
    padding: 2rem;
}
.slider-wrapper{
    position:relative;
    max-width:48rem;
    margin:0 auto;
}
.slider-img{
    display:flex;
    aspect-ratio:16/9;
    overflow-x:hidden;
    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;
    box-shadow: 0 1.5rem 3rem -0.75rem hsla(0, 0%, 0%, 0.25);
    border-radius:0.5rem;
}
    .slider-img img {
        flex: 1 0 100%;
        scroll-snap-align: start;
        width: -webkit-fill-available;
    }
.slider-nav {
    display: flex;
    column-gap: 1rem;
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.slider-nav a {
    width: 25px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.75;
    transition: opacity ease 250ms;
}
.slider-nav a:hover{
    opacity:1;
    background-color:blueviolet;
}
.product-item-details {
    display: flex;
}
.product-item-details .caresol-ItemModel form .wishlist {
    background-color: #bddbe9;
    float: right;
    margin: 10px 5px;
    padding: 1px;
    width: 100px;
    color: black;
    font-size: 18px;
    font-weight: 650;
    border: 2px solid transparent;
    border-image: linear-gradient(45deg, #ff0000, #10ff00);
    border-image-slice: 1;
    height: auto;
}

/*ItemModel Carresol End here*/


/*ProductList home screen starts here....*/
.home-productlist {
    width: 100%;
}

.home-productlist tbody {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    border: 1px solid firebrick;
    cursor:pointer;
}

.home-productlist tbody tr td {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.home-productlist tbody tr td p{
    margin-top:-30px;
    margin-bottom: 20px;

}
.home-img-list {
    width: 100%;
}
.home-img-list tbody {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px;
    border: 1px solid firebrick;
    cursor: pointer;
}
.home-img-list tbody tr td {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: black;
}
.home-img-list tbody tr td img{
    height: 250px;
    padding: 30px;
    margin-top: -25px;
}
.home-img-list tbody tr td p{
    margin-bottom: 20px;
    margin-top: -20px;
}

/*ProductList home screen ends here....*/

    /******** Maximum width responsive *************/
    @media screen and (max-width: 1199px) {
    }

@media screen and (max-width: 991px){
  .logo img {
    width: auto;
}
.hedaer-btn {
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: -7px;
  float: right;
  letter-spacing: 1px;
}
.main-menu {
  background: #c0194c;
  height: 45px;
}
.hedaer-btn {
  position: absolute;
  top: 0px;
  left: auto;
  right: 29px;
  z-index: 999;
  font-size: 16px;
}


header {
     position: relative;
    padding: 15px 0 0;
}
 
}




@media screen and (max-width: 767px){
  .slide-text {
    top: auto;
    position: absolute;
    left: 30px;
    right: auto;
    bottom: 30%;
    width: 70%;
    background: transparent;
    color: #fff;
}
.hst-student p {
  font-size: 21px;
  line-height: 20px;
}
.computer-part img {
  width: 100%;
}
    .hedaer-btn {
        position: absolute;
        top: -102px;
        left: auto;
        right: 29px;
        z-index: 999;
        font-size: 16px;
    }
}

@media screen and (max-width: 479px){
  .hst-student h4 br {
    display: none;
} 
.hst-student h4 {
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 100;
  color: #c51a4e;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 34px;
}
.slide-text {
  display: none;
}
.logo img {
    width: 50%;
}
.hedaer-btn {
    width: auto;
    margin: 6px auto;
}
.hedaer-btn p{
    margin: 0;
    font-size: 13px;
}
.inquiry-logo {
    margin: 0 auto;
    font-size: 13px;
}
.till-now ul li {
  display: block;}
}


/******** Minimum width responsive *************/
@media screen and (min-width: 480px){
    
}
@media screen and (min-width: 768px){
    
}
@media screen and (min-width: 992px){
    
}
@media screen and (min-width: 1200px){
    
}

/*********************** Minimum to Maximum width *****************/

@media screen and (min-width: 420px) and (max-width: 579px){
	
}

@media screen and (min-width: 580px) and (max-width: 767px){
	
}
@media screen and (min-width: 768px) and (max-width: 991px){
    
}
@media screen and (min-width: 992px) and (max-width: 1199px){
 
  
}
