* ::before ::after{
  box-sizing: border-box;
}


.logo {
 display: block;
  margin-left: auto;
  margin-right: auto;
 width:110px;
 height:110px;
 margin-top:0px;
}
h4{
  text-align: center;
  font-family: sans-serif;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
    
}

.holder { 
  width:auto;
  overflow:hidden;
  font-family:Helvetica;
  border-style: solid;
  border-color:rgb(233, 231, 231);
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
  margin-left: 30px;
  margin-right: 30px;
}
.holder ul li {
  padding:2px 0px;
  border-style:ridge;
  border-bottom-width:1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-color:black;
background-color:rgb(233, 231, 231);
  color: rgb(30, 29, 29);

}
.holder ul li a {
  color:rgb(30, 31, 32);
  word-break: break-all;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width: 300px;
  height: 240px;
  overflow: hidden;
}
#notice{
text-align: center;
background-color:#007bff;
color:white;
width: 100%;
font-weight:bold;

}


.nav-item a:hover {
  background-color:#1f38b6;
  border-radius: 12px;
  color: white;
 
}
.dropdown-menu a:hover {
  background-color:#1f38b6;
  color: white;

}

.dropdown:hover .dropdow-menu {
  display: block;
}


.ftco-section {
margin-top: 5px;
}

.ftco-no-pt {
  padding-top: 0; }

.ftco-no-pb {
  padding-bottom: 0; }


.login-wrap {
  position: relative;
  background: rgb(247, 244, 244);
}
  .login-wrap h3 {
    font-weight: 700;
    font-size: 20px;
    color: #141493; 
  }
  .login-wrap .icon {
    border-radius: 10%;
    font-size: 10px;
    margin: 0 auto;
    color:cornflowerblue;
    margin-bottom: 10px; }
    .login-wrap .icon span {
      color: #fff; }
      
.form-group {
    position: relative;
}

.form-group .submit {
    position: absolute;
    top: 20px;
    left: 0;  
    right: 0;
    margin: 0 auto;
}
.btn.btn-primary {
    background: rgb(0,173,239) !important;
    border: 1px solid #dfccde !important;
    color: #fff !important;
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.btn {
    cursor: pointer;
    border-radius: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
}
.pl-5, .px-5 {
    padding-left: 3rem !important;
}
.pr-5, .px-5 {
    padding-right: 3rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}



button, select {
    text-transform: none;
}
button, input {
    overflow: visible;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#para{
color:rgb(0,173,239) ;
padding: 6px;
}
.maskimg{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 240px;
  /* margin-top: 0px; */
}
#para1{
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 15px;
}
#all{
margin: 50px;
margin-left: 250px;
margin-right: 250px;
text-align: center;
padding-top: 20px;
border-style: solid;
border-color: rgb(255, 255, 255);
}
form{
  padding:50px;
}
footer {
  width: 100%;
  background-color: rgb(220, 220, 220);
  padding-top: 30px;
  font-family: 'Open Sans', sans-serif;
}

footer .column {
  width: 17%;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

footer .column .footer_title {
  color: rgb(46, 45, 45);
  font-size: 1em;
  font-weight: 700;
  cursor: default;
}

footer .column a {
  text-decoration: none;
  display: block;
  color: rgb(101, 101, 101);
  font-size: 0.9em;
  padding: 5px 0;
  font-weight:15px;
  transition: 0.5s;
  font-weight:bolder;
}

footer .column:not(:first-child) a:hover {
  color: rgb(0, 0, 0);
}

footer .column:nth-child(4) a:not(:first-child) {
  margin: 5px;
  display: inline-block
}





.sub-footer {
  background: #1e1e1e;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  color: gray;
  font-size: 12px;
}

@media (max-width:1100px) {

  footer .column:nth-child(1) a:nth-child(3),
  footer .column:nth-child(1) a:nth-child(4),
  footer .column:nth-child(1) a:nth-child(5) {
    width: 23px;
    height: 23px;
    font-size: 1.1em;
    margin: 6px;
  }
}


@media (max-width:820px) {
  footer .column:nth-child(1) {
    width: 95%;
    display: block;
  }

  footer .column:not(:first-child) {
    width: 40%;
  }

  footer .column:nth-child(1) a:nth-child(3),
  footer .column:nth-child(1) a:nth-child(4),
  footer .column:nth-child(1) a:nth-child(5) {
    width: 28px;
    height: 28px;
    font-size: 1.3em;
    padding-left: 10px;
  }
}
.isologo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45px;
  height: 40px;
  margin-top: 0px;
}
#sec{

margin-left: 30px;
margin-right: 30px;
}

/*home modal*/
 .open-button {
  background-color: #1977fb;
  color: white;
  padding: 16px 20px;
  border: none;
  opacity: 0.9;
  position: fixed;
  bottom: 60px;
  right: 28px;
  width: 100px;
  display:block;
  border-radius: 25px;
}

/* The popup chat - hidden by default */
/* 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: #5599f8;
  color: white;
  cursor: pointer;
  width: 37%;
  margin-bottom: 5px;
  margin-top: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: rgb(241, 48, 48);
  margin-left: 45px;
}

/* Add some hover effects to buttons */
.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
} 

.footer-fixed-bar {
  background: rgba(84, 148, 238, 0.95);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 11;
  padding:0px;
  font-size: 20px;
}


.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-item{
  color: #000;



}

.list-group-item{
  background-color: rgb(213, 207, 207);
}
.btn{

  font-size: 20px;
}

.courses {
  padding: 30px 0;
}

.card {
  position: relative;

  height: 228px;
  background-color: #0d72dd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 37px;
  margin: 10px;
   transition: transform 0.5s;
   -webkit-transition: transform 0.5s;
   box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2);
  width: 95%;
  perspective: 400px;
  transform-style: preserve-3d;
  margin-top: 30px;
}

.card .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 220px;
  border-radius: 27px;
  opacity: 0.4s;
}


.card .content {
  font-style: normal;
  font-weight: 500;
  color: #f2f2f2;
  font-size: 28px;
}



.card .content h4 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  color: #f2f2f2;
  font-size: 28px;
}


.card .fav {
  position: absolute;
  top: 10px;
  font-size: 49px;
  margin-left:36%;
  cursor: pointer;
  border-style: solid;
  border-color: rgb(251, 249, 249);
  border-radius: 50%;
  border-width: 2px;
}

.card .fav i {
  color: white;
  margin: 15px;
}

.card:hover {
  transform: scale(1.15);
  background-color: #1d0ec4;
}


  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 25px;
    /* border-style: solid;
    border-color: #000;
    border-width: 2px;
     */
  
  
  }

  th,
  td {
    padding: 10px;
    /* border-style:solid;
    border-width: 1px;
    text-align: center; */

  }
  th{
    padding: 5px;
  }
 

  tr:nth-child(even) {
    background-color: #f2f2f2;
  }




  #scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px
  }

  #scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
  }

  #scroll:hover {
    background-color: #3b3939;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
  }


 

   @keyframes fadeInAnimation {
     0% {
       opacity: 0;
     }

     100% {
       opacity: 1;
     }
   }
 .slider,
 .slider>div {
   /* Images default to Center Center. Maybe try 'center top'? */
   background-position: center center;
   display: block;
   width: 100%;
   height: 500px;
   /* height: 100vh; */
   /* If you want fullscreen */
   position: relative;
   background-size: cover;
   background-repeat: no-repeat;
   overflow: hidden;
   -moz-transition: transform .4s;
   -o-transition: transform .4s;
   -webkit-transition: transform .4s;
   transition: transform .4s;
   margin-top: 12px;
 }

 .slider>div {
   position: absolute;
 }

 .slider>i {
   color: #5bbd72;
   position: absolute;
   font-size: 60px;
   margin: 20px;
   top: 40%;
   text-shadow: 0 10px 2px #223422;
   transition: .3s;
   width: 30px;
   padding: 10px 13px;
   background: #fff;
   background: rgba(255, 255, 255, .3);
   cursor: pointer;
   line-height: 0;
   box-sizing: content-box;
   border-radius: 3px;
   z-index: 4;
 }

 .slider>i svg {
   margin-top: 3px;
 }

 .slider>.left {
   left: -100px;
 }

 .slider>.right {
   right: -100px;
 }

 .slider:hover>.left {
   left: 0;
 }

 .slider:hover>.right {
   right: 0;
 }

 .slider>i:hover {
   background: #fff;
   background: rgba(255, 255, 255, .8);
   transform: translateX(-2px);
 }

 .slider>i.right:hover {
   transform: translateX(2px);
 }

 .slider>i.right:active,
 .slider>i.left:active {
   transform: translateY(1px);
 }

 .slider:hover>div {
   transform: scale(1.01);
 }

 .hoverZoomOff:hover>div {
   transform: scale(1);
 }

 .slider>ul {
   position: absolute;
   bottom: 10px;
   left: 50%;
   z-index: 4;
   padding: 0;
   margin: 0;
   transform: translateX(-50%);
 }

 .slider>ul>li {
   padding: 0;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   list-style: none;
   float: left;
   margin: 10px 10px 0;
   cursor: pointer;
   border: 1px solid #fff;
   -moz-transition: .3s;
   -o-transition: .3s;
   -webkit-transition: .3s;
   transition: .3s;
 }

 .slider>ul>.showli {
   background-color: #7EC03D;
   -moz-animation: boing .5s forwards;
   -o-animation: boing .5s forwards;
   -webkit-animation: boing .5s forwards;
   animation: boing .5s forwards;
 }

 .slider>ul>li:hover {
   background-color: #7EC03D;
 }

 .slider>.show {
   z-index: 1;
 }

 .hideDots>ul {
   display: none;
 }

 .showArrows>.left {
   left: 0;
 }

 .showArrows>.right {
   right: 0;
 }

 .titleBar {
   z-index: 2;
   display: inline-block;
   background: rgba(0, 0, 0, .5);
   position: absolute;
   width: 100%;
   bottom: 0;
   transform: translateY(100%);
   padding: 20px 30px;
   transition: .3s;
   color: #fff;
 }

 .titleBar * {
   transform: translate(-20px, 30px);
   transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
   opacity: 0;
 }

 .titleBarTop .titleBar * {
   transform: translate(-20px, -30px);
 }

 .slider:hover .titleBar,
 .slider:hover .titleBar * {
   transform: translate(0);
   opacity: 1;
 }

 .titleBarTop .titleBar {
   top: 0;
   bottom: initial;
   transform: translateY(-100%);
 }

 .slider>div span {
   display: block;
   background: rgba(0, 0, 0, .5);
   position: absolute;
   bottom: 0;
   color: #fff;
   text-align: center;
   padding: 0;
   width: 100%;
 }


 @keyframes boing {
   0% {
     transform: scale(1.2);
   }

   40% {
     transform: scale(.6);
   }

   60% {
     transform: scale(1.2);
   }

   80% {
     transform: scale(.8);
   }

   100% {
     transform: scale(1);
   }
 }
 .count{
   box-sizing: border-box;
   margin-left:25px;
   margin-right:25px ;
  

 }

  .count i {
  font-size:55px !important;
  margin-top: 10%;
  color: rgb(37, 39, 39);
  margin-left: 40%;
  margin-bottom: 15px;
 
}

.count h4 {
  color: rgb(87, 138, 240);
   margin-left: 15px;
   margin-bottom: 25px;
}
.cou {
  margin: 5px;
 
}



#circle-shape-example {
  font-family: Open Sans, sans-serif;
  margin: 2rem;
  box-sizing: border-box;

  margin-top: 50px;
}



 .curve {
  width: 20%;
  height:auto;
  min-width:150px;
  float: left;
  margin-right: 2rem;
  border-radius: 50%;
  -webkit-shape-outside: circle();
  shape-outside: circle();
  display: inline;
  margin-top: 25px;
  
}
.curve1 {
  width: 20%;
  height: auto;
  min-width: 150px;
  float:right;
  margin-right: 0rem;
  border-radius: 50%;
  -webkit-shape-outside: circle();
  shape-outside: circle();

}
#circle-shape-example{
margin-top: 117px;
border-style: solid;
border-color:rgb(233, 231, 231);
background-color: rgb(124, 177, 241);
border-radius:55px;
}
.apply{
  box-sizing: border-box;
}
.modal-body h1 {
    font-weight: 900;
    font-size: 2.3em;
    text-transform: uppercase;
    color: rgb(13, 106, 172);
  }

  a.pre-order-btn {
    color: rgb(194, 188, 188);
    background-color: rgb(13, 99, 247);
    border-radius: 1em;
    padding: 1em;
    display: block;
    margin: 2em auto;
    width: 50%;
    font-size: 1.25em;
    font-weight: 6600;
  }
    .modal-body .pre-order-btn a:hover {
     background-color: #043d7d;
   }

     .modal-body a:hover {
      background-color: rgb(35, 157, 233);
      text-decoration: none;
      color:rgb(10, 41, 154);
      background: transparent;
    }
  


 .contact-page-sec {
         padding: 60px 0;
         min-height: 100vh;
       }

       .contact-info {
         display: inline-block;
         width: 100%;
         text-align: center;
         margin-bottom: 10px;
       }

       .contact-info-icon {
         margin-bottom: 15px;
       }

       .contact-info-item {
         background: #227ce2;
         padding: 30px 0px;
       }

       .contact-page-sec .contact-page-form h2 {
         color: #043d7d;
         text-transform: capitalize;
         font-size: 22px;
         font-weight: 700;
       }

       .contact-page-form .col-md-6.col-sm-6.col-xs-12 {
         padding-left: 0;
       }

       .contact-page-form.contact-form input {
         margin-bottom: 5px;
       }

       .contact-page-form.contact-form textarea {
         height: 110px;
       }

       .contact-page-form.contact-form input[type="submit"] {
         background: #227ce2;
         width: 150px;
         border-color: #227ce2;
       }

       .contact-info-icon i {
         font-size: 48px;
         color: #ffffff;
       }

       .contact-info-text p {
         margin-bottom: 0px;
       }

       .contact-info-text h2 {
         color: #fff;
         font-size: 22px;
         text-transform: capitalize;
         font-weight: 600;
         margin-bottom: 10px;
       }

       .contact-info-text span {
         color: #ffffff;
         font-size: 16px;
         display: inline-block;
         width: 100%;
       }

       .contact-page-form input {
         background: #f9f9f9 none repeat scroll 0 0;
         border: 1px solid #f9f9f9;
         margin-bottom: 20px;
         padding: 12px 16px;
         width: 100%;
         border-radius: 4px;
       }

       .contact-page-form .message-input {
         display: inline-block;
         width: 100%;
         padding-left: 0;
       }

       .single-input-field textarea {
         background: #f9f9f9 none repeat scroll 0 0;
         border: 1px solid #f9f9f9;
         width: 100%;
         height: 120px;
         padding: 12px 16px;
         border-radius: 4px;
       }

       .single-input-fieldsbtn input[type="submit"] {
         background: rgb(36, 115, 253) none repeat scroll 0 0;
         color: rgb(255, 255, 255);
         display: inline-block;
         font-weight: 600;
         padding: 10px 0;
         text-transform: capitalize;
         width: 150px;
         margin-top: 20px;
         font-size: 16px;
       }

       .single-input-fieldsbtn input[type="submit"]:hover {
         background: #071c34;
         transition: all 0.4s ease-in-out 0s;
         border-color: #071c34
       }

       .single-input-field h4 {
         color: #464646;
         text-transform: capitalize;
         font-size: 14px;
       }

       .contact-page-form {
         display: inline-block;
         width: 100%;
         margin-top: 30px;
       }

       .contact-page-map {
         margin-top: 36px;
       }

       .contact-page-form form {
         padding: 20px 15px 0;
       }



.state{
  margin-top: 35px;
}


      .state body {
         display: flex;
         align-items: center;
         justify-content: center;
         font-family: "Open Sans", sans-serif;
         min-height: 100vh;
         font-size: 16px;
         background: #8edae8;
       
       }

       .state .container {
         display: flex;
         justify-content: center;
         align-items: center;
         flex-wrap: wrap;
         gap: 2rem;
       }

       .state .card-box {
         width: 320px;
         background: #fff;
         border-radius: 7px;
       }

        .state img {
         width: 100%;
         height: 100%;
         object-fit: cover;
       }

       .state a {
         text-decoration: none;
         color: #848b8c;
       }

       .state .card-box .card-img {
         width: calc(100% - 0.8rem);
         height: 300px;
         margin: auto;
         margin-top: 5px;
         border-radius: 10px;
         overflow: hidden;
         transition: 0.2s;
          transition-delay:.1s;
         box-shadow: 2px 4px 11px rgba(0, 0, 0, 0.6);
           }

       .state .card-box .card-img :hover {
           box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.4), 5px 2px 6px rgba(0, 0, 0, 0.2);
         }
     

       .state .card-content {
         padding: 0.7rem 2rem 3rem 2rem;
       }

       .state .card-box span {
         text-transform: uppercase;
         font-size:20px;
         color: rgb(25, 101, 194);
         font-weight: bold;
           }

       .card-box span a:hover {
           opacity: 0.8;
         }
     

       .state .card-box p a {
         font-size: 0.8rem;
       }

       .state .card-box p a :hover {
           opacity: 0.9;
           font-weight: semi-bold;
         }
       

.state p{
  font-size: 15px;
  }