body {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
  margin: 0 auto !important;
  min-height: 1000px !important;
  height: 100% !important;
  background: #fff !important;
  overflow-x: hidden !important;
  color: #000 !important;
  font-weight: 300;
}
p{
  font-weight: 400;
  color: #000;
}
body.home {
  padding-top: 88px;
}
@font-face {
  font-family: "Flaming";
  src: url("../fonts/Flaming/Flaming.eot");
  src: url("../fonts/Flaming/Flaming.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaming/Flaming.woff2") format("woff2"),
    url("../fonts/Flaming/Flaming.woff") format("woff"),
    url("../fonts/Flaming/Flaming.ttf") format("truetype"),
    url("../fonts/Flaming/Flaming.svg#Flaming") format("svg");
}


.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  transition: .8s linear;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

::-webkit-scrollbar {
  width: 15px;
  border: 2px solid #fff;
}

::-webkit-scrollbar-track {
  border: 2px solid #fff;
}

::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #3e4095;
  /* Old browsers */
}

::-webkit-scrollbar-thumb:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1679bc+0,1a7cb3+10,22819f+25,479a44+79,50a02e+100 */
  background: #3e4095;
  /* Old browsers */
}


/*--------------------------- For Mozila Browser------------------------------------------*/

@-moz-document url-prefix() {}


/*--------------------------- For IE Browser------------------------------------------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {}



/*ReusableProperties*/
a {
  text-decoration: none !important;
  transition: 0.5s;
  color: inherit;
}

a:focus {
  outline: none !important;
}

/* //span { display: block; } */

.border-none {
  border: none !important;
}

.padding-none {
  padding: 0;
}

.padding-left-none {
  padding-left: 0;
}

.padding-right-none {
  padding-right: 0;
}

.padding-10 {
  padding: 0 10px;
}

.clear {
  clear: both;
}

ul {
  list-style: none;
}

ul,
header .navbar-collapse.collapse,
.navbar-inverse a.navbar-brand ul.list-inline {
  padding: 0;
  margin: 0;
}


.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: url(../images/Preloader1.gif) 50% 50% no-repeat rgb(255, 255, 255);
}



/* colors */

:root {
  --color-white: #fff;
}



/*scroll top*/

#scroll {
  position: fixed;
  right: 30px;
  bottom: 100px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  /* text-indent: -9999px; */
  display: none;
  z-index: 99999;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite;
}

#scroll {
  position: fixed;
  right: 10px;
  bottom: 50px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  outline: 1px solid #fff;
  outline-offset: -4px;
  border: 1px solid #5d5fc9;
  background: #3e4095;
  z-index: 1024;
}
#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;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
  }
}

@-o-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }

  40% {
    -o-transform: translateY(-30px);
  }

  60% {
    -o-transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

/*header style*/

header {  position: fixed;  z-index: 1024; top:0 }
header.sticky{background: #0099db;top: 0px;width: 100%;z-index: 1024;position:fixed;    height: 89px;}
header.sticky .header-bottom {
    box-shadow: -1px 2px 3px #cccccc59;
}
.zoom-in-zoom-out {

  animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.1, 1.1);
  }

  100% {
    transform: scale(1, 1);
  }
}

/* sidenav */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -70px;
  background-color: #3e4095;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
  }

  .sidenav li {
    list-style: none;
    display: block;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }

  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 85px;
    font-size: 36px;
    margin-left: 50px;
  }

  .rightbig {
    color: #3e4095;
    float: right;
    margin-top: 22px;
}


  

/* Progress-scroll */

.progressscroll {
  border-bottom: 4px solid #c49a6c;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Header */
/* .header-top */

.header-top {
  background: #0099db;
  padding: 10px;
  color: #fff;
}
.header-bottom {
  float: left;
  width: 100%;
  height: 48px;
  background: #fff;
}
.call.text-end a {
  font-weight: 700;
}
.logo {
  margin-top: -37px;
}

.navigation ul li {
  display: inline-block;
}
.navigation ul li a.nav-link {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 8px;
  font-size: 13px;
}


.navigation ul .current-menu-item a.nav-link,.navigation ul li a.nav-link:hover,header.sticky .navigation ul .current-menu-item a.nav-link{
  background: #3e4095;
  color: #ffcc33;
}


section{
  padding: 70px 0;
}

/* Banner */

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  opacity: 1;
  background-color: #0099db;
}
.carousel-indicators button.active {
  background-color: #ffd300;
}

.banner-bottom {
  background: #ffd300;
}
.banner-bottom h5 {
  margin: 28px 0;
  color: #3b46a3;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.same-btn {
  background: #3e4095;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 30px 30px;
  display: inline-block;
  font-weight: 700;
  border: 1px solid #3e4095;  
}
.same-btn:hover{
  background: transparent;
  color: #3e4095;
}
a.same-btn.tranperent-btn {
  color: #3e4095;
  background: transparent;
}
a.same-btn.tranperent-btn:hover{
  background: #3e4095;
  color: #fff;
}
:focus-visible {
  outline: none;
}


/* footer */

/* Welcome */
.welcome-text {
    height: 500px;
    display: flex;
    align-items: center;
}
.welcome-text h4 {
  font-size: 24px;
  color: #3e4095;
  font-weight: 300;
	text-transform:uppercase;
}
h3.secTitle {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  color: #3e4095;
  margin-bottom: 30px;
}
.wel-box {
  padding: 25px;
  box-shadow: 0 0 3px 3px #ececec;
  height: 180px;
}
.wel-box h3.secTitle {
  color: #ccc;
  margin-bottom: 20px;
}

/* course */
.course-we-offer {
  background: #f2f2f2;
}
.course-box {
  height: 200px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px 5px #ececec;
  cursor: pointer;
}
.cources-lists .list-inline-item:not(:last-child) {
  margin-right: 0.8rem;
}

.cources-lists li {
  width: 18.8%;
  text-align: center;
  float: left;
}
.course-flex {
  width: 100%;
}
.course-box  h5{
  font-size: 18px;
  font-weight: 700;
  margin-top: 10px;
  color: #fff;
  text-transform: uppercase;
}
.course-box .fa {
  font-size: 24px;
}
.blue-bg{
background: #3e4095;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.course-box:hover{
box-shadow: inset  0 0 5px 5px #ececec;
}

/* Why Choose */

.why-choose {
  background: url(../images/home-banner-bg.jpg);
	background-size:color;
	background-attachment:fixed;
}
.why-choose-list li {
  width: 19.3%;
  color: #3e4095;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  float: left;
	padding-left: 27px;
}

/* Events */


.events{
  background: #f2f2f2;
}

.event-content {
  padding: 25px 25px 0;
  background: #fff;
  text-transform: uppercase;
}
p.date,.events h5 {
  font-weight: 700;
  margin: 0;
  font-size: 14px;
}
.events h4{
  font-size: 17px;
  font-weight: 700;
}

a.same-btn.small-size {
  padding: 15px 30px;
}

/* .youtube */

.youtube{
  background: url(../images/mid-bg.jpg);
  background-size: 100% 100%;
  color: #fff;
}
.youtube-left h5,.youtube-left h6 {
  font-size: 16px;
  font-weight: 400;
}
.youtube-left h5{
  font-weight: 600;
}
.youtube-right h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
.youtube-right h4 span{
  color: #cc3333;
}
.youtube-right h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.youtube-right p{
  text-transform: uppercase;
	    color: #fff;
}
.same-btn.bg-red {
  background: #ff0000;
  border-color: #ff0000;
}
.same-btn.bg-red:hover{
background: transparent;
color:#f00;
}

/* testimonial */


.testimonial{
  background: #f2f2f2;
}
.test-box {
  background: #fff;
  padding: 60px 30px 25px;
    border-radius: 35px;
    box-shadow: 2px 3px 2px 2px #21252942;
}
.test-arrow {
    right: 50px;
    bottom: -57px;
}
.test-img {
  margin-top: -110px;
  margin-bottom: 25px;
}
.test-box h4 {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 5px;
}
.test-box h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.testimonial-lists {
  margin-top: 100px;
}
.min-height{
  min-height: 210px;
}

/* We Dont */

.we-content h2 {
  font-size: 54px;
  text-transform: initial;
  font-weight: 900;
  color: #0080d1;
  margin: 0;
}
.we-dont{
  background: url(../images/we-bg.png);
  background-size: 100% 100%;
}
.we-content h3{
  font-size: 70px;
  line-height: 1;
  color: #fff;
  font-family: "Flaming";
}

/* footer */

.call-us-at{
  background: #0099db;
  padding: 10px 0;
	clear:both;
}
.call-us-at h2{
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  margin: 0;
}
.call-us-at img{
  margin-right: 10px;
}

footer{
  background: #434343;
  color: #fff;
}
.foot-title h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 25px;
}
.footer-menu li {
  margin-bottom: 8px;
}
.foot-title.mt-5 h4 {
  margin-bottom: 10px;
}
footer input.form-control {
  border-radius: 40px;
  padding-left: 18px;
  height: 44px;
  margin-bottom: 20px;
}
a.same-btn.round-btn {
  padding: 10px 30px;
  border-radius: 40px;
  font-weight: 500;
}
.footer-logo.text-center h6 {
  font-size: 14px;
  margin-top: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.text-center.mt-5 p.text-uppercase.m-0 {
    font-size: 13px;
    color: #797979;
    font-weight: 400;
}
.bot-wel-box h4 {
  background: #0099db;
  display: inline-block;
  padding: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  font-weight: 900;
}
.bot-wel-box h5 {
  color: #ccc;
  font-size: 20px;
  font-weight: 900;
  margin-top: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.bot-wel-box {
  padding: 25px;
  box-shadow: 0 0 5px 3px #cccccc69;
}


/* About */

.bg-blue{
background: #0099db;
}
.bg-blue .bottom-welcome .wel-box {
  background: url(../images/vision_bg.png);
	background-size:100% 100%;
  box-shadow: none;
	height:initial;
	padding: 35px 25px;
}
.wel-box h5 {
    font-size: 24px;
    text-transform: uppercase;
    color: #3e4095;
    font-weight: 700;
}
ol.breadcrumb {
  margin: 20px 0;
	display: block;
}
.inner-banner {
    padding: 135px 0 0px !important;
}
li.breadcrumb-item {
    text-transform: uppercase;
    display: inline-block;
}
.result-box h4 {
  background: #ebebeb;
  color: #3b46a3;
  font-weight: 900;
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 15px;
}
.dropdown:hover ul.dropdown-menu {
  display: block;
  border-radius: 0;
  padding: 0;
  border: 1px solid #3e4095;
  border-top: 5px solid #3e4095;
}
.dropdown:hover ul.dropdown-menu li {
  display: block;
  border-bottom: 1px solid #3e4095;
	    margin-bottom: 0;
}
ul.dropdown-menu li a {
  font-weight: 700;
  color: #666 !important;
  font-size: 13px;
  padding: 10px;
  text-transform: uppercase;
}
ul.dropdown-menu li a:hover{
  background: #3e4095;
  color: #ffcc33 !important;
}
.courses-menu {
  box-shadow: 0 0 3px 3px #cccccc52;
}

.courses-menu li a{
  font-size: 18px;
  font-weight: 700;
  padding: 13px;
  padding-left: 40px;
  border-bottom: 1px solid #ebebeb;
}
.courses-menu li:nth-child(1) a{
  color: #f18393;
  border-left: 12px solid #f18393;
}
.courses-menu li:nth-child(2) a{
  color: #a976d1;
  border-left: 12px solid #a976d1;
}
.courses-menu li:nth-child(3) a{
  color: #7771b6;
  border-left: 12px solid #7771b6;
}
.courses-menu li:nth-child(4) a{
  color: #569ea6;
  border-left: 12px solid #569ea6;
}
.courses-menu li:nth-child(5) a{
  color: #6a957e;
  border-left: 12px solid #6a957e;
}
.courses-menu li:nth-child(6) a{
  color: #cb8d71;
  border-left: 12px solid #cb8d71;
}
.courses-menu li a:hover{
  color: #fff;
}
.courses-menu li:nth-child(1) a:hover{
  background: #f18393;
}
.courses-menu li:nth-child(2) a:hover{
  background: #a976d1;
}
.courses-menu li:nth-child(3) a:hover{
  background: #7771b6;
}
.courses-menu li:nth-child(4) a:hover{
  background: #569ea6;
}
.courses-menu li:nth-child(5) a:hover{
  background: #6a957e;
}
.courses-menu li:nth-child(6) a:hover{
  background: #cb8d71;
}
.course-form h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #3e4095;
  font-weight: 900;
  margin-bottom: 20px;
}

.form-control {
  border-color: #ccc;
  border-radius: 0;
  height: 42px;
  padding-left: 20px;
}
.form-control::placeholder,select.wpcf7-form-control.wpcf7-select.form-control{
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
}
.contact-boxes {
  box-shadow: 0 0 3px 3px #ccc;
  text-align: center;
  padding: 20px;
  min-height: 250px;
}
.contact-boxes h4{
  font-size: 18px;
  font-weight: 700;
  color: #3b46a3;
  margin-bottom: 20px;
}
.contact-boxes a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.contact-boxes  .fa {
  color: #3e4095;
  margin-right: 10px;
}
.contact-boxes p {
  font-weight: 600;
  margin-bottom: 5px;
}
.social .fa:hover {
  color: #0099db;
}
.course-content p br {
    display: none;
}
.secreate-box {
    padding: 40px 0;
    margin: 40px 0;
    background: #0099db;
}
.secreate-box h2{
	    color: #fff;
	    text-transform: uppercase;
    font-weight: 900;
	margin:0;
	letter-spacing: 2px;
}
.pd-box {
   box-shadow: 0px 2px 7px 0px rgba(12, 0, 46, 0.1);
	    background: #fbfafa;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.pd-box:hover{
	    background: #0099db;
	margin-top:-3px;
}
.pd-box:hover span.pa,.pd-box:hover .pd-box-con ul li,.pd-box:hover  h4{
	color:#fff;
}
.pd-box h4 span.pd-no {
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    background: #3e4095;
       padding: 10px 10px 0;
    line-height: 1.7;
    position: absolute;
    top: 0;
    left: 0;
	    z-index: 1;
}
span.pa {
  position: absolute;
  top: 0;
  padding: 10px 10px;
  color: #0099db;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  left: 0;
  width: 100%;
  font-weight: 600;
}
.pd-box h4 {
    font-size: 18px;
    font-weight: 400;
    color: #3e4095;
    position: relative;
    padding-top: 45px;
    padding-left: 0;
    text-align: center;
    margin: 0;
}
.pd-box-con {
    padding: 10px 20px;
}
.pd-box-con ul li {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 8px;
}
.pd-box-con ul li:before,.ob-content ul li:before {
    content: '\f192';
    font-family: FontAwesome;
    margin-right: 8px;
/*     color: #3e4095; */
}
.ob-content ul li{
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
	display:flex;
	color:#fff;
}
.ob-content ul li{
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
	display:flex;
	color:#fff;
}
.benifits .ob-content ul li {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}
.objectives{
	background:#0099db;
}
/* .pd-list li.list-inline-item:nth-child(1) .pd-box:hover {
    background: #fab07d;
    box-shadow: 0 0 5px 1px #fab07d;
    cursor: pointer;
}
.pd-list li.list-inline-item:nth-child(2) .pd-box:hover {
    background: #e5e4e2;
    box-shadow: 0 0 5px 1px #e5e4e2;
    cursor: pointer;
}
.pd-list li.list-inline-item:nth-child(3) .pd-box:hover {
    background: #e9bc4f;
    box-shadow: 0 0 5px 1px #e9bc4f;
    cursor: pointer;
}
.pd-list li.list-inline-item:nth-child(4) .pd-box:hover {
    background: #b4b4b4;
    box-shadow: 0 0 5px 1px #b4b4b4;
    cursor: pointer;
}
.pd-list li.list-inline-item:nth-child(5) .pd-box:hover {
    background: #b9f2ff;
    box-shadow: 0 0 5px 1px #b9f2ff;
    cursor: pointer;
}
.pd-list .pd-box:hover .pd-box-con ul li{
	color:#fff;
} */
section.pre-devision.pt-0 {
    padding: 0;
}
.inner-content {
    padding: 50px 0 70px;
}
.box-shadow {
   box-shadow: 0px 2px 7px 0px rgba(12, 0, 46, 0.1);
    padding: 20px;
}
.ob-box.box-shadow {
    min-height: 333px;
	    background: #fff;
}

.pd-list li.list-inline-item {
    width: 18.6%;
    float: left;
}
.pd-list  .list-inline-item:not(:last-child) {
    margin-right: 1.2rem;
}
.pd-list ul.list-inline {
    display: block;
	transition: 0.4s;
}
h4.secTitle {
    font-weight: 400;
    margin-bottom: 10px;
	    color: #000;
	font-size: 20px;
	text-transform:uppercase;
}
.course-form {
    padding: 20px;
 box-shadow: 0px 2px 7px 0px rgba(12, 0, 46, 0.1)
}
.slok-Content.min-height-500 {
    min-height: 600px;
    display: flex;
    align-items: center;
}

.slok-Content h4.secTitle {
    font-size: 30px;
}
.slok-Content h4.secTitle {
    font-size: 30px;
    margin-bottom: 10px;
}
section.slok {
    background: #beeafd;
}





.slide {
  width: 896px;
  position: relative;
  overflow: hidden;
  margin: 0 15px
}

.slide img {
  max-width: 100%;
  position: relative;
  transition: all 1s ease-out;
}

.slide.slick-center img {
  transition: all 1s ease-out;
  opacity: 1;
}

.slick-prev,
.slick-next {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  z-index: 3000;
  top: 0;
  bottom: 0;
  cursor: pointer;
  outline: none;
}

.slick-next {
  right: calc(50% - 620px);
  text-indent: 1px
}

.slick-prev {
  left: calc(50% - 620px);
  text-indent: -2px
}

.slick-arrow {
  background: none;
  border: none;
  position: absolute;
  bottom: -90px;
  color: #fff;
  font-size: 1.5rem;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  z-index: 20;
  -webkit-transition: background-color .2s ease 0s;
  transition: background-color .2s ease 0s
}

.slick-arrow:hover {
  background-color: rgba(255, 255, 255, .2)
}

.slick-dots {
  position: absolute;
  left: 50%;
  right: calc(50% - 432px);
	bottom:-30px;
  padding: 0;
  margin: 0;
  list-style: none
}

.slick-dots li {
  float: left;
  display: block;
  margin: 1rem .2rem;
  font-size: 0
}

.slick-dots button {
  border: 0;
  overflow: hidden;
  background: #0099db !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  text-indent: 9999px;
  padding: 0
}
.slick-dots li{
	 width: 12px !important;
  height: 12px !important;
}

.slider .slick-dots .slick-active button {
  background: #ffd300 !important;
}
.slick-next:before, .slick-prev:before {
    background: #fff;
    font-family: slick;
    font-size: 45px;
    line-height: 1;
    opacity: 1;
    color: #3e4095;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
    content: '' !important;
    background: url(../images/left-arrow.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
	background-size: 100% 100%;
	bottom: 5px;
    right: 5px;
}
.slick-next:before {
    content: '' !important;
    background: url(../images/right-arrow.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    position: absolute;
	background-size: 100% 100%;
	bottom: 5px;
    right: 5px;
}
.iner-banner ul.slick-dots{
	display:none !important;
}
.iner-banner {
    padding-top: 30px !important;
}
.iner-banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}






#home-banner{
	background:url('https://dadsolutions.in/sawant-academy/site/wp-content/uploads/2024/01/home-banner-bg.jpg');
	background-size:100% 100%;
padding: 0 0 5px;
}
.header-top-start {
    background: #ffd300;
   
}
.top-sentence.text-center {
    position: relative;
	 padding: 14px 0;
}
.top-sentence.text-center h5 {
    margin: 0;
    font-size: 16px;
    color: #3b46a3;
    font-weight: 400;
}
.abso-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.abso-btn a.same-btn.small-size {
    padding: 12px 30px;
}

.inner-banner.news-banner{
  padding: 135px 0 0 !important;
}
.news-mediacontent #pills-tab li{
  display: inline-block;
}
.news-mediacontent #pills-tab li .nav-link {
  font-size: 18px;
  border-radius: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #3e4095;
   border: 1px solid #3e4095;
    margin-left: -4px;
    padding: 10px 30px;
	margin-right: 0;
}
.news-mediacontent #pills-tab li .nav-link.active,.parents-speak-tabs.news-mediacontent #pills-tab li .nav-link:hover {
    background: #3e4095;
    color: #ffcc33;
    border: 1px solid #3e4095;
}
a.envira-gallery-254.envira-gallery-link {
  border: 1px solid #ccc !important;
  display: block;
  padding: 20px;
}
#envirabox-title{
  display: none !important;
}
.tsvg-grid-layout-item{
  display: inline-block !important;
}
figcaption.tsvg-grid-slide-title-676737 {
  padding: 20px 0;
}

.bs-5 {
    box-shadow: 0 0 2px 2px #cccccc85;
    border-radius: 4px;
}
li.tsvg-lightbox-block {
    cursor: pointer;
}
.blue {
  color: #00a5df;
}
.violet{
  color: #4647a1;
}
.yellow {
  color: #f1c40c;
}
.grey {
  color: #666;
}
.bot-wel-boxs h5 {
  margin: 18px 0 5px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 900;
}
.bot-wel-boxs p{
  font-weight: 400;
}
.course-flex h5 {
  margin: 15px 0 3px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
}
.course-we-offer h3.secTitle {
  margin: 0 0 10px;
}
.cources-lists {
  margin-top: 40px;
}

.counter-box{
  background: url(../images/gradiant-bgg.jpeg);
  background-attachment: fixed;
  padding: 100px;
  color: #fff;
	background-size: cover;
}
.intro h2 span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
.intro h2 {
  font-weight: 900;
  margin: 15px 0 0;
  font-size: 46px;
}
.course-content img {
  width: initial;
}
.admission-open {
  background: #ffd300;
  padding: 20px;
}
.admission-open h4 {
  color: #3e4095;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 22px;
}
.admission-open h5 {
  font-size: 15.5px;
  color: #fff;
  margin-bottom: 25px;
}
.course-title-sub-title h3{
  font-size: 28px;
  color: #3e4095;
  font-weight: 600;
}
.course-title-sub-title h4{
  font-size: 18px;
  color: #3e4095;
  font-weight: 600;
}
.img-border {
  border: 1px solid #ccc;
  padding: 8px;
}
.course-list-line {
    margin-bottom: 20px;
}
.course-list-line .col-sm-2 {
    width: 11.666667%;
}
.course-list-line .col-sm-10 {
    width: 88.333333%;
    padding-left: 5px;
}
.course-content p {
  color: #000;
  font-weight: 400;
	margin: 0;
}
.testimonil-slider .slide {
  width: initial;
  position: relative;
  margin: 0;
  overflow:visible;
}
.testomonial-list {
  background: #333399;
  padding: 40px;
  margin: 0 100px;
  color: #fff;
}
.testomonial-list p{
  color: #fff;
}
.testimonil-slider{
  position: relative;
}
.testomonial-list h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.testomonial-list h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.testimonil-slider .carousel-control-prev-icon{
background-image: url(../images/leftarrow.png);
}
.testimonil-slider .carousel-control-next-icon{
  background-image: url(../images/rightarrow.png);
  }
  .testimonil-slider .carousel-control-next-icon, .testimonil-slider .carousel-control-prev-icon{
    width: 3rem;
    height: 3rem;
  }
  .testimonil-slider .carousel-control-next, .testimonil-slider .carousel-control-prev{
    width: 22%;
    opacity: 1;
    top: 90px;
  }
 .foot-title p{
    color: #fff;
  }
  .testimonil-slider .carousel-indicators{
    bottom: -60px;
  }

  .gallery-tab li.nav-item .nav-link {
    width: 100%;
    color: #3e4095;
    font-size: 28px;
    font-weight: 700;
    border-radius: 0;
}
.gallery-tab li.nav-item {
  width: 50%;
}
.gallery-tab .nav-tabs {
  border-color: #3e4095;
}
.gallery-tab li.nav-item .nav-link.active {
  border-color: #3e4095;
  background: #3e4095;
  color: #fff;
}
.gallery-tab .nav-tabs .nav-link:focus, .gallery-tab .nav-tabs .nav-link:hover{
    border-color: #3e4095;
}

textarea.form-control {
  height: 100px;
}



/* .pd-list li .pa:before {
  content: '';
  background: url(../images/sprite-icon.png);
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: 27px 0px;
  margin-right: 7px;
}

.pd-list li:nth-child(1) .pa:before{
  background-position: -2px -4px;
}
.pd-list li:nth-child(2) .pa:before{
  background-position: -38px -4px;
}
.pd-list li:nth-child(3) .pa:before{
  background-position: -76px -4px;
}
.pd-list li:nth-child(4) .pa:before{
  background-position: -114px -4px;
}
.pd-list li:nth-child(5) .pa:before{
  background-position: -152px -4px;
}

.pd-list li:nth-child(1):hover .pa:before{
  background-position: -2px -43px;
}
.pd-list li:nth-child(2):hover .pa:before{
  background-position: -38px -43px;
}
.pd-list li:nth-child(3):hover .pa:before{
  background-position: -76px -43px;
}
.pd-list li:nth-child(4):hover .pa:before{
  background-position: -114px -43px;
}
.pd-list li:nth-child(5):hover .pa:before{
  background-position: -152px -43px;
} */


.pd-list li .pa:after, .pd-list .col-sm-4 .pa:after, .pd-list .col-sm-6 .pa:after, .pd-list .col-sm-12 .pa:after{
  content: '';
  background: url(../images/medal01.png);
  width: 60px;
  height: 60px;
  position: absolute;
  right: -5px;
  top: 0;
  background-repeat: no-repeat;
}

.pd-list li:nth-child(1) .pa:after,.pd-list .col-sm-4:nth-child(1) .pa:after,.pd-list .col-sm-6:nth-child(1) .pa:after,.pd-list .col-sm-12:nth-child(1) .pa:after{
  background: url(../images/medal01.png);
}
.pd-list li:nth-child(2) .pa:after,.pd-list .col-sm-4:nth-child(2) .pa:after,.pd-list .col-sm-6:nth-child(2) .pa:after,.pd-list .col-sm-12:nth-child(2) .pa:after{
  background: url(../images/medal02.png);
}
.pd-list li:nth-child(3) .pa:after,.pd-list .col-sm-4:nth-child(3) .pa:after,.pd-list .col-sm-6:nth-child(3) .pa:after,.pd-list .col-sm-12:nth-child(3) .pa:after{
  background: url(../images/medal03.png);
}
.pd-list li:nth-child(4) .pa:after,.pd-list .col-sm-4:nth-child(4) .pa:after,.pd-list .col-sm-6:nth-child(4) .pa:after,.pd-list .col-sm-12:nth-child(4) .pa:after{
  background: url(../images/medal04.png);
}
.pd-list li:nth-child(5) .pa:after,.pd-list .col-sm-4:nth-child(5) .pa:after,.pd-list .col-sm-6:nth-child(5) .pa:after,.pd-list .col-sm-12:nth-child(5) .pa:after{
  background: url(../images/medal05.png);
}
.pd-list .col-sm-4:nth-child(3) .pd-box-con.w-200 {
    width: 250px;
}
.why-choose-list .col-sm-3 {
    width: 20%;
}
.wcsa-box h6 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
	color:#3b46a3;
	text-transform:uppercase;
}
.wcsa-box {
    border: 1px solid #cccccc85;
    min-height: 240px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: -2px 3px 3px 1px #cccccc85;
}
.about-left-con p {
    font-size: 15px;
    line-height: 1.7;
}
.wcsa-box img {
    border-top-right-radius: 50px;
}


/* overlay */


.img-flask {
  position: relative;
}

.img-flask img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.overlay {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.img-flask:hover img {
  opacity: 0.3 !important;
	cursor:pointer;
}

.img-flask:hover .overlay {
  opacity: 1;
}

.overlay .fa {
  color: #f00;
  font-size: 30px;
}
.news-line {
    margin-top: 10px;
}
.news-line h6{
	line-height:24px;
}
.newsmodals .wp-block-embed iframe {
    max-width: 100%;
    width: 100%;
}
.newsmodals .modal-header {
    border-radius: 0 !important;
}
.newsmodals .modal-content {
    border-radius: 0 !important;
}
.newsmodals .modal-header button.btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
    opacity: 1;
    border: 1px solid;
    border-radius: 0;
}

.news-box {
    margin-bottom: 30px;
}
.we-content h4 {
    font-size: 26px;
    font-weight: 900;
    color: #0099db;
    margin: 0;
}
.we-content h3 {
    font-size: 48px;
    font-weight: 900;
    margin: 5px 0 0;
    font-family: inherit;
}
.we-content h2 {
    font-size: 36px;
    color: #fff;
}
.we-content h2 span {
    display: block;
    font-weight: 400;
}
.we-content {
    height: 400px;
    display: flex
;
    align-items: center;
}
.bg-yellow {
    background: #ffd300;
    border: 1px solid #ffd300;
}
.bg-yellow:hover {
    color: #ffd300;
}
.dropdown:hover ul.dropdown-menu ul.dropdown-menu{
	display:none;
}
.mht-cet-dropdown:hover ul.dropdown-menu {
    display: block !important;
    left: 159px;
    top: -5px;
}
.neet-dropdown:hover ul.dropdown-menu {
    display: block !important;
	  left: 159px;
    top: -5px;
}
.jee-mains-dropdown:hover ul.dropdown-menu {
    display: block !important;
	  left: 159px;
    top: -5px;
}
.jee-advanced-dropdown:hover ul.dropdown-menu {
    display: block !important;
	  left: 159px;
    top: -5px;
}
.stitle{
	    font-weight: 700;
    color: #666;
    text-transform: uppercase;
}
.highlights-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #3B46A3;
    margin: 12px 0 0;
}
.about-left{
	background:url(../images/about_message_bg.png);
	background-size:100% 100%;
	padding:30px 50px 30px;
}
.about-left h5 {
    color: #115C9B;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
}
.about-left p{
	    color: #115C9B;
}
.features-box {
    padding: 20px;
    box-shadow: 0 0 3px 3px #ededed;
    min-height: 190px;
}
.features-box h5{
	font-size:16px;
	color:#115C9B;
	margin-top:15px;
	font-weight:600;
 margin-bottom: 0;
}
.parents-img {
    height: 170px;
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
}
.parents-speaks-box {
    margin-bottom: 30px;
}
.parents-img img {
    padding: 15px;
    box-shadow: 0 0 3px 3px #eee;
}
.parents-content h4 {
	font-size:16px;
	font-weight:900;
	color: #000;
	text-transform: uppercase;
}
.parents-content h6 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.student-corner h5 {
  color: #3e4095;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.student-corner-box {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.student-corner-box:last-child{
  border: none;
}
.upcoming-content p br {
	display:none;
}
.upcoming-content h5 {
    font-size: 18px;
    color: #3e4095;
    font-weight: 700;
    margin: 15px 0;
}
.upcoming-box{
	padding:25px;
    box-shadow: 0 0 3px 3px #eee;
}
.upcoming-highlights .carousel-control-next-icon, .upcoming-highlights .carousel-control-prev-icon{
	width: 2.2rem;
    height: 2.2rem;
}
.upcoming-highlights .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
	    margin-left: 15px;
}
.upcoming-highlights .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
	    margin-right: 15px;
}
.about-page{
	background:url(../images/about-grey-bg.jpg);
	background-size: 100% 100%;	
}
.about-page-content {
		background:url(../images/about-white-bg.png);
    padding: 70px 30px;
		background-size: 100% 100%;	
}
.left-pin {
    position: absolute;
    top: 0;
    left: 0;
}
.right-pin {
    position: absolute;
    top: 0;
    right: 0;
}
.vm-box {
    background: url(../images/vision-bg.png);
    padding: 50px 40px 30px;
    background-position: bottom;
    margin-left: 30px;
}
.mv-box {
    background: url(../images/mission-bg.png);
    padding: 50px 40px;
    background-position: -45px 0px;
    background-repeat: no-repeat;
}
.vm-box h4{
	font-size:28px;
	color:#343e94;
	font-weight:900;
}
.highlight-sidebar h5 {
    color: #3e4095;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
}
.sidebar-menu ul li {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.sidebar-menu {
    margin: 15px 0 30px;
}
		.footer-menu ul.dropdown-menu {
    right: 0 !important;
    margin-top: -20px !important;
}
	.footer-menu .menu-item-35 ul.dropdown-menu {
    margin-right: -80px !important;
}
.footer-menu .menu-item-578 ul.dropdown-menu {
    margin-right: -245px !important;
}
.highlight-righty h4 {
    font-size: 16.7px;
    color: #3e4095;
    font-weight: 700;
}
.h-box h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.h-box ul li {
    font-size: 14.3px;
    font-weight: 600;
    color: #3e4095;
margin-bottom: 5px;
}
.h-box ul li:before{
	content:'\f054';
	font-family:FontAwesome;
    margin-right: 7px;
    font-size: 12px;
}
.nav-pills .nav-link {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #858585;
    padding: 0 0 1px;
    margin-right: 35px;
    border-bottom: 1px solid transparent;
    border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	    background: transparent;
    color: #3e4095;
	    border-bottom: 1px solid #3e4095;
}
.content-hidden {
    height: 250px;
    overflow: hidden;
	margin-top: 20px;
}
.highlight-righty .same-btn {
    color: #3e4095;
}
select{
	position:relative;
}
select:after {
	content:'';
background:url(../images/down-arrow.png);
width:20px;
	height:20px;
}




select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image:
    linear-gradient(45deg, #000 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #000 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #000;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.course-flex p {
    height: 38px;
}

.pd-box-con.w-200 {
    width: 210px;
    margin: 0 auto;
}
.pd-box-con.w-320 {
    width: 320px;
    margin: 0 auto;
}
.highlight-righty br {
    display: none;
}
.cources-menu li {
    display: inline-block;
}
.cources-menu li a {
    font-size: 18px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #3e4095;
    border: 1px solid #3e4095;
    margin-left: -4.7px;
    padding: 10px 30px;
    margin-right: 0;
}
.cources-menu li.current-menu-item a,.cources-menu li:hover a{
	background: #3e4095;
    color: #ffcc33;
    border: 1px solid #3e4095;
}
.parents-speak-tabs.news-mediacontent #pills-tab li .nav-link{
	    margin-left: -4.7px;
}
.parents-speak-tabs.news-mediacontent .nav{
	display:block;
		text-align:center;
}
.pd-list .col-sm-12 .pd-box-con li {
    display: inline-block;
    padding: 0 20px;
}
.cources-menu ul#menu-students-corner li a{
	padding:10px 13px;
}
.wp-block-table .has-fixed-layout td {
    font-weight: 700;
}
.wp-block-table .has-fixed-layout tr:first-child {
    background: #0099db;
    color: #fff;
    height: 70px;
}
.test-img img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    border: 5px solid #3e4095;
}
.parents-img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.ad-box h5 {
    font-size: 18px;
    font-weight: 700;
    color: #3e4095;
    margin: 15px 0 10px;
    min-height: 44px;
}
.ad-box p {
    min-height: 125px;
}
.modal-header h3.secTitle {
    margin: 0;
    font-size: 22px;
}
.modal-body input.wpcf7-form-control.wpcf7-submit.has-spinner.same-btn {
    padding: 14px 30px;
}
.bg-yellow h5 {
    color: #3e4095;
    font-weight: 700;
    font-size: 22px;
}
.onload-modal .modal-content button.btn-close {
    text-align: right;
    margin: 0 0 0 auto;
    background-color: #fff;
    border-radius: 0;
    opacity: 1;
    padding: 10px;
}
.test-box p {
    color: #3e4095;
    font-weight: 600;
}
.test-author h4 {
    font-weight: 700;
    color: #3e4095;
}
.test-author h6{
	    color: #3e4095;
}
.mt-5.test-author {
    margin-top: 3.5rem !important;
}
.news-mediacontent .left-tabs #pills-tab li {
    display: block;
    width: 100%;
}
.news-mediacontent .left-tabs #pills-tab li button {
    display: block;
    width: 100%;
}

.bg-yellow.border-only {
    background: transparent;
    color: #ffd300;
}
.bg-yellow.border-only:hover {
    background: #ffd300;
    color: #fff;
}
.home-h {
    height: 440px;
}
.mhtcet-h {
    height: 450px;
}
.pre-h {
    height: 340px;
}
.neet-h {
    height: 440px;
}
.iitjee-h {
    height: 420px;
}
.science-h {
    height: 210px;
}
.cbse-h {
    height: 310px;
}
.olympaid-sh {
    height: 320px;
}
.olympaid-ph {
    height: 275px;
}

h3.secTitle span {
    font-weight: 400;
    font-size: 18px;
}
strong {
    font-weight: bolder;
    font-weight: 700;
}
.benifits{
	background:url(../images/objectives_background.jpg);
	background-attachment:fixed;
	background-size:cover;
}
.slok-image img {
    height: 347px;
    margin: 0 auto;
}
.slok-image {
    text-align: center;
    background: #efefef;
    padding: 20px;
}
.shol-name {
    background: #3e4095;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: -15px;
    z-index: 1;
    position: relative;
}
.shok-year {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #3e4095;
    margin-top: 10px;
}
.slok-award h5 {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
	line-height:1.5;
}
.slok-award {
    min-height: 355px;
    display: flex;
    align-items: center;
    /* line-height: 0; */
}
.shlok-white {
    min-height: 400px;
}
.ob-boxs.box-shadows.mt-5 {
    margin-top: 4rem !important;
}


/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/
/************************ responsive start *************************/

@media(min-width: 1800px){
	.wcsa-box{
		min-height:240px;
	}
.we-dont {
   
    padding: 150px 0;
}
.vm-box {
    padding: 50px 50px 30px;
}
	.shol-name{
		    margin-top: 0px;
	}
	.slok-award {
		min-height: 385px;
	}
.ob-boxs.box-shadows.mt-5 {
    margin-top: 6rem !important;
}
}

@media(min-width: 2000px){
	.wcsa-box{
		min-height:250px;
	}
	.we-content {
		height: 600px;
	}

}
@media(max-width: 1360px){
.we-content {
    height: 325px;
}
}
@media(max-width: 991px) {
  body {
    font-size: 14px;
  }
  h3.secTitle {
    font-size: 26px;
  }
  .banner img {
/*     height: 200px; */
    object-fit: cover;
}
.mobilelogo img {
  width: 100px;
}
.banner-bottom h5{
  font-size: 18px;
}
.banner-bottom .float-start,.banner-bottom .float-end {
  float: none!important;
}
.banner-bottom{
  text-align: center;
  padding-bottom: 20px;
}
a.same-btn {
  padding: 10px 20px;
}
section {
    padding: 30px 0;
    text-align: center;
}
.wel-box {
    height: initial;
    margin-bottom: 15px;
}
.cources-lists li {
    width: 44.3%;
    margin: 0 10px !important;
}
.down-quick.pt-4 a.same-btn {
    padding: 10px;
}
ul.list-inline.mt-5 {
    display: none;
}
.event-content.text-start {
    text-align: center !important;
    padding-bottom: 25px;
}
.event-box {
    margin-bottom: 20px;
}
.min-height {
    min-height: initial;
}
.test-box {
    padding: 30px;
    margin-bottom: 20px;
}
    .testimonial .text-center.mt-5 {
        margin-bottom: 30px !important;
    }
.we-content h2 {
    font-size: 32px;
  }
  .we-content h3 {
    font-size: 44px;
  }
  .we-dont {
    background-size: cover;
}
.we-content .mt-5 {
    margin-top: 1.5rem !important;
}
.call-us-at h2{
  font-size: 18px;
}
.call-us-at img{
      width: 36px;
}
.test-img{
  margin-top: 0;
}
.footer-content {
    text-align: center;
    margin-bottom: 40px;
}
.foot-title h4{
      margin-bottom: 15px;
}
.footer-content p {
  color: #fff;
}
footer .text-center.mt-5 {
    margin-top: 10px !important;
}
.youtube-right img {
    height: 70px;
}
.youtube-right h4 {
    font-size: 16px;
  }
  .youtube-right h2 {
    font-size: 20px;
  }
  .testimonial-lists {
    margin-top: 0;
}
.course-box{
  height: initial;
  padding: 10px 0;
}
.course-box  h5{
  font-size: 15px;
}
.bot-wel-box{
  margin-bottom: 20px;
}
span.wpcf7-spinner {
  display: none;
}
.inner-banner img {
  height: 240px;
  object-fit: cover;
}
.courses-menu {
  text-align: left;
}
.contact-boxes {
  margin-bottom: 20px;
  min-height: initial;
}
	.ob-content ul li,.pd-box-con{
		text-align:left;
	}
	.ob-box {
    margin-bottom: 20px;
}
.secreate-box h2 {
    font-size: 19px;
}
.course-form {
    margin-top: 30px;
}

	.inner-banner {
    padding: 120px 0 0px !important;
}
	.pd-list li.list-inline-item {
    width: 60%;
    float: none;
}
	.slok-Content.min-height-500 {
    min-height: initial;
    display: block;
    align-items: center;
    text-align: center;
    margin-top: 30px;
}
	.inner-banner.news-banner.mt-5 {
    margin: 0 !important;
}
.bot-wel-boxs {
  margin-bottom: 30px;
}
.course-flex img {
  width: 100%;
}
.slide{
  width: initial;
  margin: 0;
}

.course-title-sub-title h3 {
  font-size: 19px;
}
.course-title-sub-title h4{
  font-size: 15px;
}
.img-border {
  display: inline-block;
  margin-bottom: 12px;
}
.testomonial-list{
  margin: 0;
}
.testomonial-list{
  padding: 15px;
}
.min-heights {
  margin-top: 15px;
}
.testimonil-slider {
  padding: 0 0 60px;
}
	.why-choose-list .col-sm-3 {
    width: 100%;
}
	.wcsa-box {
    margin-bottom: 30px;
}
	.carousel-indicators{
		display:none;
	}
.welocme-img img {
    height: 270px;
	object-fit:contain;
}
.welcome-text {
    height: initial;
    display: block;
    margin-top: 30px !important;
}
.highlights-box {
    margin-bottom: 25px;
}
.youtube {
    background-size: cover;
}

.we-content h2 {
        font-size: 24px;
    }
	.vm-box{
		    margin-left: 0;
	}
	div#mySidenav .dropdown ul.dropdown-menu {
    display: block;
    position: inherit;
    background: #0099db;
}
	div#mySidenav .dropdown	ul.dropdown-menu li a{
		    color: #fff !important;
	}
	.footer-menu .dropdown-menu {
    text-align: center;
    width: 100%;
}
body {
    padding-top: 88px;
}
.bradCum {
    text-align: center;
}
.footer-menu .menu-item-578 ul.dropdown-menu {
    margin-right: 0px !important;
	 margin-top: 0px !important;
}
footer-menu ul.dropdown-menu {
    margin-top: 0px !important;
}
.footer-menu .menu-item-35 ul.dropdown-menu {
    margin-right: 0px !important;
	 margin-top: 0px !important;
}
.features-box {
    padding: 10px;
    min-height: 210px;
    display: flex;
    align-items: center;
}
.highlight-righty {
    margin-top: 20px;
}
.parents-speak-tab ul li .nav-link {
    margin: 0 auto 10px;
    padding: 10px 5px;
    border: 1px solid;
    width: 100%;
}
.parents-speak-tab ul li {
    width: 49%;
    text-align: center;
}
.content-hidden {
    height: 290px;
}
.course-flex p {
    height: initial;
}
.we-donts img {
    height: 275px;
    object-fit: cover;
}
	.cources-menu li a,.news-mediacontent #pills-tab li .nav-link{
		font-size: 14px;
		    padding: 10px 18px;
	}
.parents-content {
    margin-top: 10px;
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    width: 175px;
}
	.ad-box h5,.ad-box p{
		min-height:initial;
	}
.course-list-line .col-sm-2,.course-list-line .col-sm-10 {
    width: 100%;
}
.course-list-line {
    margin-bottom: 40px;
}
.parents-img {
    border-right: none;
}
.home-h,.pre-h,.neet-h,.iitjee-h,.science-h,.cbse-h,.olympaid-sh,.olympaid-ph,.mhtcet-h  {
    height: initial;
}
.position-absolute.w-100.top-0 {
    position: initial !important;
    background: #25abe2;
}
.slok-award {
    min-height: initial;
    display: block;
    margin: 10px 0 20px;
}
.ob-boxs.box-shadows.mt-5 {
    margin-top: 2rem !important;
}
	.carousel-control-next-icon, .carousel-control-prev-icon{
		opacity: 1;
    background: #000;
	}
	
}