
.modal-content{background-color: transparent !important; box-shadow: none !important; border: none !important;}
.modal-open .modal{opacity: 1;background: rgba(0, 0, 0, 0.5)}
.modal.fade .modal-dialog{transform: translate(0,0) !important;}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  z-index: 99999999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.dropdown-content{background-color: #bad854 !important}
.dropdown .column{background-color: #bad854;}
.dropdown .column h3{color: #fff; font-weight: 700}
.bts-popup-container {
  position: relative;
  border-radius: 30px;
  width: 90%;
  max-width: 500px;
  padding-top: 5px;
  margin: 4em auto;
  background: rgba(0,0,0,.5);
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 20px 0 0 0;
  float: left;
}
.bts-popup-container p {
  color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
  display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  float: left;
  z-index: 99999999;
}






.bts-popup-container .bts-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 70px;
  height: 30px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.bts-popup form{padding:0px 30px 30px 30px;  }
.bts-popup form input, .bts-popup form select{width: 100%; height: 40px;  padding: 5px 15px; margin-bottom: 10px  }
.bts-popup form button, .thankyou-wrap a{
padding: 12px 50px 12px;
    background: #bad854;
    color: #2e4c70;
    border-radius: 20px !important;
    position: relative;
    margin-left: 20px;
    z-index: 99;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 2px;
    border-radius: 0px;
    border: none;
    transition: 0.4s;
    margin-top: 20px;
}
.thankyou-wrap h1{color: #bad854 !important}
.bts-popup h2, .thankyou-wrap h1{color:#fff;font-weight:bold;text-transform:capitalize;font-family:Montserrat;font-size:28px;}
.bts-popup h3,.bts-popup h4{color: #fff; margin-bottom: 20px; padding: 0 20px}
.thankyou-wrap{padding: 100px 0px; text-align: center;}
.thankyou-wrap h1{margin-bottom: 50px}
.thankyou-wrap img{margin: 0 auto}
.marg-t-100px{margin-top: 70px}
.whatsapp-wrap{width: 100%; float: left;padding: 0 20px}
.whatsapp-wrap img{max-width: 100px; padding-top: 0px}
.whatsapp-wrap p{position: absolute; color: #fff; z-index: -9; font-weight: 700 !important; left: 80px; }

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 130px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 9999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #2e4c70; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 10px; /* Some padding */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}


#whatsapp {
display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    top: 132px; /* Place the button at the bottom of the page */
    right: 0px; /* Place the button 30px from the right */
    z-index: 9999999; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #fff; /* Set a background color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px 5px 0 5px; /* Some padding */
font-size:25px;

}

#whatsapp:hover {
    background-color: #fff; /* Add a dark-grey background on hover */
text-decoration:none;
}

/* Compiled Less CSS File */
/* Generated from "style.css" */

/* LESS Document */
.bg-color {
  background: #2e4c70;
}
.bg-color2 {
  background: #bad854;
}
.font-white {
  color: #FFFFFF !important;
}
.font-black {
  color: #2A2929 !important;
}
.font-color {
  color: #2e4c70;
}
.font-color2 {
  color: #bad854;
}
.decoration-none {
  text-decoration: none;
}
.font-roboto {
  font-family: Roboto;
}
.font-raleway {
  font-family: Raleway;
}
.font-rokkitt {
  font-family: Rokkitt;
}
.font-source {
  font-family: Source Sans Pro;
}
.font-satisfy {
  font-family: Satisfy;
}
.font-head {
  font-family: Didact Gothic;
}
.inline-block {
  display: inline-block;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-19 {
  font-size: 19px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-21 {
  font-size: 21px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-23 {
  font-size: 23px !important;
}
.font-24 {
  font-size: 24px !important;
}
.animation {
  transition: all 400ms ease-in-out;
  outline: none;
}
.opacity1 {
  opacity: .1;
}
.opacity2 {
  opacity: .2;
}
.opacity3 {
  opacity: .3;
}
.opacity4 {
  opacity: .4;
}
.opacity5 {
  opacity: .5;
}
.opacity6 {
  opacity: .6;
}
.opacity7 {
  opacity: 07;
}
.opacity8 {
  opacity: .8;
}
.opacity9 {
  opacity: .9;
}
.d-block {
  display: block;
}
.d-inline {
  display: inline;
}
.d-inline-block {
  display: inline-block;
}
.a-default {
  text-decoration: none !important;
}
.slider-icon {
  border-bottom: 2px solid #2e4c70;
}
.slider-icon a {
  color: rgba(255, 255, 255, 0.87);
  display: block !important;
}
.slider-icon a:hover {
  color: #ffffff;
  background: #bad854;
}
.slider-icon a.hvr-bounce-to-top::before {
  background: #2e4c70 !important;
}
.ddsmoothmenu ul li a.selected {
  background: #2e4c70;
}
.ddsmoothmenu > ul > li > ul {
  border-top: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.ddsmoothmenu ul li ul {
  background: #2e4c70;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.ddsmoothmenu ul li a:hover {
  background: #2e4c70;
}
body {
  font-family: Raleway;
  transition: all 400ms ease-in-out;
  outline: none;
}
body a {
  transition: all 400ms ease-in-out;
  outline: none;
}
body a:hover {
  transition: all 400ms ease-in-out;
  outline: none;
}
.btn-site {
  background: #2e4c70;
  color: #bad854;
}
.btn-site2 {
  background: #bad854;
  color: #2e4c70;
}
.m-a-half {
  padding: 7px !important;
}
.m-y-half {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}
.m-x-half {
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.m-t-half {
  margin-top: 7px !important;
}
.m-b-half {
  margin-bottom: 7px !important;
}
.m-l-half {
  margin-left: 7px !important;
}
.m-r-half {
  margin-right: 7px !important;
}
.p-a-half {
  padding: 7px !important;
}
.p-y-half {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}
.p-x-half {
  padding-left: 7px !important;
  padding-right: 7px !important;
}
.p-t-half {
  padding-top: 7px !important;
}
.p-b-half {
  padding-bottom: 7px !important;
}
.p-l-half {
  padding-left: 7px !important;
}
.p-r-half {
  padding-right: 7px !important;
}
.m-a-site {
  padding: 10px !important;
}
.m-y-site {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.m-x-site {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.m-t-site {
  margin-top: 10px !important;
}
.m-b-site {
  margin-bottom: 10px !important;
}
.m-l-site {
  margin-left: 10px !important;
}
.m-r-site {
  margin-right: 10px !important;
}
.p-a-site {
  padding: 10px !important;
}
.p-y-site {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.p-x-site {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.p-t-site {
  padding-top: 10px !important;
}
.p-b-site {
  padding-bottom: 10px !important;
}
.p-l-site {
  padding-left: 10px !important;
}
.p-r-site {
  padding-right: 10px !important;
}
.site-color {
  color: #2e4c70;
}
.bg-gray {
  background: rgba(0, 0, 0, 0.2);
}
.bg-site {
  background: #2e4c70;
}
.ls-25 {
  letter-spacing: 0.025em !important;
}
.ls-50 {
  letter-spacing: 0.050em !important;
}
.lh-60 {
  line-height: 60px;
}
.lh-25 {
  line-height: 25px;
}
.box-shadow {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
.font-questrial {
  font-family: "Questrial";
}
/*-------------Css for Header section Start here------------------------*/
.hearder-form-input {
  background: rgba(255, 255, 255, 0.32) !important;
}
/*-------------Css for Header section Start here------------------------*/
.hearder-form-input::-moz-placeholder,
select.hearder-form-input {
  color: rgba(255, 255, 255, 0.5) !important;
}
.hearder-form-input:hover,
.hearder-form-input:focus {
  background: #2e4c70 !important;
  color: #bad854 !important;
  border: 1px solid #bad854 !important;
}
.hearder-form-input:placeholder-shown {
  color: rgba(255, 255, 255, 0.5) !important;
}
.hearder-form-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
.hearder-form-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}
/*-------------Css for section1 Start here------------------------*/
.home-cap-list ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 8px 0;
}
.home-cap-list ul li::before {
  color: #2e4c70;
  content: "";
  font-family: "FontAwesome" !important;
  position: absolute;
  top: 0;
  left: 0;
}
.fa-font-color {
  color: #F7F001;
  font-size: 20px !important;
}
.parent-box .h-over-a a {
  text-decoration: none !important;
  color: inherit !important;
}
.parent-box .h-over-a a:hover {
  text-decoration: none !important;
}
/*-------------Css for section1 End here--------------------------*/
/*-------------Css for about-us page Start here--------------------------*/
.about-us-content ul li,
.faq-content ul li,
.refund-content ul li,
.terms-content ul li,
.jobplacement-content ul li,
.exam ul li {
  list-style-type: none;
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 8px 0;
}
.about-us-content ul li::before,
.faq-content ul li::before,
.refund-content ul li::before,
.terms-content ul li::before,
.jobplacement-content ul li::before,
.exam ul li::before {
  color: #2e4c70;
  content: "";
  font-family: "FontAwesome" !important;
  position: absolute;
  top: 0;
  left: 0;
}
.price-content a:hover {
  text-decoration: none;
}
.testimonial-content .col-md-6:nth-of-type(2n+1) .even {
  text-align: right !important;
}
.card-hover .a-hover a {
  text-decoration: none !important;
  color: inherit;
}
.card-hover .a-hover a:hover {
  text-decoration: none !important;
  color: inherit !important;
}
.btn-hover {
  margin: auto;
  bottom: 0;
}
/*-------------Css for about-us page End here--------------------------*/
/*-------------Css for section2 Start here------------------------*/
.themes-bottom-border {
  display: inline-block;
  text-align: center;
  padding: 10px 50px;
  background: url(../img/logo-icon.png) no-repeat center center;
}
.border {
  border: 1px solid #bad854 !important;
}
/*-------------Css for section2 End here------------------------*/
.grade a:hover {
  text-decoration: none;
  color: inherit;
}
/*-------------Css for HeaderAbout Box section End here------------------------*/
.footer ul li {
  list-style-type: none;
}
.footer ul li a {
  color: #FFFFFF !important;
}
.footer ul li a:hover {
  text-decoration: none;
}
.footer a {
  color: #FFFFFF !important;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
  color: inherit;
}
.top-slider {
  position: absolute !important;
  width: 100% !important;
  z-index: 600 !important;
  top: 100px !important;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
  .cycle-slideshow img {
    width: 100%;
    min-width: 100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .top-slider {
    position: inherit !important;
    width: 100% ;
    z-index: 600 !important;
    top: 100px !important;
  }
  .top-slider p {
    font-size: 13px !important;
  }
  .top-slider h2 {
    font-size: 16px !important;
  }
  .top-slider .margin-up .col-md-4 {
    margin-top: 8px !important;
  }
  .login .col-md-6 {
    text-align: center !important;
    margin-top: 10px;
  }
  h2 {
    font-size: 23px !important;
  }
  h3 {
    font-size: 22px !important;
  }
  h4 {
    font-size: 18px !important;
  }
  h5 {
    font-size: 18px !important;
  }
  .about-us-content h4 {
    font-size: 23px !important;
  }
  .about-us-content h5 {
    font-size: 23px !important;
  }
  .form-xs p {
    font-size: 13px !important;
  }
  .form-xs h2 {
    font-size: 16px !important;
  }
  .form-xs .margin-up .col-md-4 {
    margin-top: 8px !important;
  }
  .online-form p {
    font-size: 13px !important;
  }
  .online-form h2 {
    font-size: 14px !important;
  }
  .online-form .margin-up .col-md-4 {
    margin-top: 8px !important;
  }
  .messengerb-wrap{bottom: 110px !important;}
}
.mtop{
	margin-top:100px;
	}
.modal.fade.in.hide{display: none !important;}
.bts-popup-close{    position: absolute;
    top: 8px;
    right: 8px;
    width: 50px;
    height: 30px;
    color: #fff;
    background: #2e4c70;
    text-align: center;
}
.bottomright a {
    background: Green;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
}
.redbox{background-color: #ff0000; color: #fff}
.redbox h3{color: #fff}
.bottomright a:hover{color: #000}
.bg-white{background-color: rgba(0,0,0,.5);}
.bts-popup-close:hover{color: #000}
.messengerb{background-color: #fff; color: #0084ff; font-size: 18px; border: 1px solid #0084ff; border-radius: 30px; padding: 10px 40px 10px 20px}
.messenger-box a img, .messengerb img{width: 22px; margin-right: 10px;}
.messengerb-wrap{margin-top: 10px; display: block; text-align: center; position: fixed; z-index: 9999999; /*width: 200px;*/ left: 0px; bottom: 50px;}
.messengerb-wrap h2{float: none; margin-bottom: 15px; font-size: 15px; display: inline-block;}
.messengerb{display: inline-block;}
#getmessage input{margin-bottom: 10px}
.lwc-chat-button{top: 50px; left: 10px}
.bannertop h1{margin-bottom: 25px}
.bannertop{color: #fff}
.bannertop h4{color: #fff; padding: 15px}
.bannertop{padding: 150px 0px 25px; background: url(../img/bannernew.jpg); background-size: cover; margin-bottom: 25px}
.footer{background: url(../img/bannernew.jpg); background-size: cover;}
.bannertop form{background-color: rgba(0,0,0,.5);  padding: 20px}
.textus a{ font-size: 20px; background: transparent; color: blue; padding: 10px 0px}
.bottomright{position: fixed; bottom: 10px; left: 20px; z-index: 999999999;background: #fff;
    padding: 0px 10px 15px;
    border-radius: 15px;}
.hide{display: none;}
.jqu, .msgr, .whtsp, .whtsap {cursor: pointer;}
.textus p{color:#BF0103; margin-bottom: 10px;}
.fix-header-other{background: transparent; position: absolute;}
.fix-header{background: #fff;}

.fix-header-other .navbar ul{background: transparent;}
.fix-header-other .navbar ul li a, .fix-header-other .navbar ul li button{color: #fff; font-size: 20px}
.fix-header-other .navbar ul li.dropdown a{color: #000}

.fix-header .navbar ul{background: transparent;}
.fix-header .navbar ul li a, .fix-header .navbar ul li button{color: #000}
.highlight{    float: right !important;
    margin-right: 20px;}
.second {
  transition: .3s;
  background:linear-gradient(145deg,blue,red); 
  -webkit-mask: 
    conic-gradient(#0000 25%,blue 0 50%,#0000 0 75%,purple 0),
    radial-gradient(80px,#0000 98%,#000) 10000% 10000%/99.5% 99.5%;

}
.second:hover {
   transition: .3s;
  background:linear-gradient(145deg,blue,red); 
  -webkit-mask: 
    conic-gradient(#0000 25%,blue 0 50%,#0000 0 75%,purple 0),
    radial-gradient(0px,#0000 98%,#000) 10000% 10000%/99.5% 99.5%;
   

}