﻿@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Poppins-Regular';
    font-size:16px;
    background-color:#fff;
    line-height:28px;
	color: #000;
}
html {
    width: 100%;
    height: 100%;
}
a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
    color:#0498CF;
    outline: none;
}
button:focus {
    outline: 0px dotted;
}

b{
	font-weight:normal;
	color:#000;
	font-family: 'Poppins-SemiBold';
	}
p{
	color:#000;
	line-height:30px;
	font-size: 16px;
	font-family: 'Poppins-Regular';
	}

h1{
    color: #846faa;
    line-height:35px;
    font-size:31px;
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
    margin-top: 0;
    margin-bottom:25px;
}

h2{
    color:#846faa;
    line-height:30px;
    font-size:21px;	
    font-family: 'Poppins-Medium';
	  margin-bottom: 15px;
}
h4{
    color:#846faa;
    line-height:28px;
    font-size:18px;	
    font-family: 'Poppins-Medium';
}
h5{
  line-height:30px;
}

.text-justify{
	text-align: justify;
}
.row-box{
	width:100%;
	clear:both;
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.d-center{
  width: 100%;
	display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
}
.d-left {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    justify-content: start;
}
.v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.d-between{
  justify-content:space-between;
}
section, footer{
	width:100%;
	clear:both;
  display: flex;
	flex-wrap: wrap;
	}
.ml-auto{
	margin-left: auto;
}	
.padding{
	padding:50px 0;
	}
.padding-sm{
	padding:40px 0;
	}
.navbar-toggler{
	border:0;
}
.navbar-toggler span {
    width: 25px;
    height:2px;
    background:#000;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-toggler span:nth-child(1) {
    width: 16px;
}
.navbar-toggler:hover span:nth-child(1) {
    width: 25px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2){
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3){
	-webkit-transform:rotate(-45deg) translate(4px,-4px);
	-ms-transform:rotate(-45deg) translate(4px,-4px);
	transform:rotate(-45deg) translate(4px,-4px);
}
.navbar-dark{
	background-color: #fff;
	padding: 0;
	background-color: #fff;
-webkit-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
-moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.navbar-dark .navbar-brand {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.navbar-dark .navbar-brand img{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-dark .navbar-nav .nav-link {
  color:#000;
	font-size:15px;
	padding:2rem 1.5rem;
  border-bottom:3px solid transparent;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color:#846faa;
}
.navbar-dark .navbar-nav .active > .nav-link{
	color:#846faa;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
  margin-right: 20px;
}
.navbar-dark .navbar-nav .nav-link.btn {
  font-size: 15px;
  padding:9px 15px;
  color:#fff;
  margin-left: 10px;
}
.navbar-dark .navbar-nav .nav-link.btn:hover{
  color:#0498CF;
}

.dropdown-menu{
	min-width: 16rem;
	margin-top: 0;
  border:0;
  border-top: 1px solid #ddd;
	box-shadow:0 14px 14px 0 rgba(0, 0, 0, 0.185);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-radius: 0;
}
.dropdown-menu .dropdown-item {
    padding:.36rem 1.5rem;
    font-weight: normal;
    font-size:14px;
    border: 0;
    color: #000;
    line-height:22px;
    white-space: normal;
}
.nav-link.dropdown-toggle::after{
  border-top: 0.3em solid #666;
  content:none;
}
.dropdown-menu li.dropdown::after {
  position: absolute;
  content: "›";
  right: 17px;
  top:1px;
  font-size: 19px;
  color: #333;
  border:0;
}

.dropdown-menu li.dropdown:hover::after{color:#0498CF;}
.dropdown-menu li.dropdown .dropdown-toggle::after{
content: none;
}
.navbar  li.dropdown:hover > a{color:#0498CF; border-color: #0498CF;}
.navbar ul.dropdown-menu > li.dropdown:hover > a{background: #fff; color:#0498CF;}
.dropdown-item:hover{background: #fff; color:#0498CF;}
@media only screen and (min-width:991px) {
  .navbar ul li:hover> .dropdown-menu{display:block}
  .navbar ul .dropdown-menu{position:absolute;top:100%;left:0;min-width:280px;display:none;margin:0;}
  .navbar ul .dropdown-menu li{position:relative}
  .navbar ul .dropdown-menu li:hover> .dropdown-menu{display:block}
  .navbar ul .dropdown-menu .dropdown-menu{position:absolute;top:0;left:100%;min-width:300px;display:none}
  .navbar ul .dropdown-menu .dropdown-menu li{position:relative}
  .navbar ul .dropdown-menu .dropdown-menu li:hover .dropdown-menu{display:block}
  .navbar ul .dropdown-menu .dropdown-menu .dropdown-menu{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}
.mega-menu{
  position:inherit;
}
.navbar-expand-lg .navbar-nav .mega-menu .dropdown-menu{
  width:100%;
  padding:30px 0;
}
.navbar-expand-lg .navbar-nav .mega-menu .dropdown-menu li a{
  padding: 0.36rem 0;
}
.navbar-expand-lg .navbar-nav .mega-menu .dropdown-menu .dropdown-menu li a:hover{
  padding-left:8px;
}
.navbar-expand-lg .navbar-nav .mega-menu .dropdown-menu .dropdown-menu{
  position: relative;
  padding:0;
  left:0;
  display: block;
  width:100%;
  box-shadow: none;
}
.navbar-expand-lg .navbar-nav .mega-menu .dropdown-menu .dropdown-menu li{
  display: block;
  width: 100%;
  padding: 0;
}
.navbar-expand-lg .navbar-nav .mega-menu .dropdown-menu li.dropdown::after {
  content: none;
}
.navbar-expand-lg .navbar-nav .mega-menu .dropdown-menu li.dropdown .dropdown-toggle{ 
    line-height:26px;
    font-size:16px;
    font-family: 'Montserrat-SemiBold';
    color:#0498CF;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 12px;
}

.menu-list li {
  flex: 0 0 auto;
  width: 25%;
}

}
.menu-list{
  padding-left:0;
  margin-bottom:0;
  display: flex;
 flex-wrap: wrap;
 list-style-type: none;
}
.menu-list li span{
  font-family:'Poppins-Medium';
  font-size:15px;
}
.menu-list li a img{
  margin-right:12px;
  width:26px;
  opacity:0.9;
  filter: gray; 
  -webkit-filter: grayscale(1);
  transition: all .8s ease-in-out; 
  -webkit-transition: all .8s ease-in-out; 
}
.navbar-expand-lg .navbar-nav .mega-menu .menu-list li a{
  padding:15px 0;
}
.menu-list li a:hover img{
  opacity:1;
  filter: none;
  -webkit-filter: grayscale(0);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.menu-list li a:hover{
  color:#0498CF;
}
.menu-list li a img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.menu-list li a:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.fix-nav .navbar-dark .navbar-brand img{
  width:140px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.fix-nav .navbar-dark .navbar-nav .nav-link {
	padding:1.3rem 1.5rem;
}
.right-fixed {
	position: fixed;
    top:35%;
    right: 6px;
    z-index: 99;

}
.follo-icon {
    display: flex;
    flex-direction: column;
    align-items: end;
    background-color: #fff;
    border-radius: 50px;
    padding: 5px 2px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
}
.follo-icon a {
    background-color: #424141;
    padding:3px;
    border-radius: 50%;
    display: block;
    width:30px;
    height:30px;
    text-align: center;
    margin: 3px 5px;
	color: #fff;
}
.follo-icon a:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.follo-icon a.facebook{
	background-color: #4868AF;
}
.follo-icon a.instagram{
	background-color: #E23367;
}
.follo-icon a.twitter{
	background-color: #1DA1F2;
}
.follo-icon a.linkedin{
	background-color: #0274B3;
}
.follo-icon a.youtube{
	background-color: #FF0000;
}
.btn-inquire {
  vertical-align: top;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  margin: 0;
  padding: 10px 16px;
  background-color:#0498CF;
  font-size:16px;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  left:-63px;
  top: 0;
  white-space: nowrap;
}
.btn-inquire:hover{
  background-color: #333;
  color:#fff;
}
.whatsapp_btn{
  position: fixed;
  bottom:2em;
  right:8px;
  width: 55px;
  height: 55px;
  z-index: 11;
}
.whatsapp_btn .icon_logo{
  position: relative;
  z-index: 100;
  padding: 5px;
}
.whatsapp_btn .icon_logo > a > img{
  width: 100%;
}
.whatsapp_btn .circle_waves{
  border-radius: 50%;
  background-color: #3cc04e;
  width: 55px;
  height: 55px;
  position: absolute;
  opacity: 0;
  bottom: 1px;
  left: 0px;
  z-index: 99;
  animation: waves 4s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes waves {
  from {
      transform: scale(.55, .55);
      opacity: .6;
  }
  to {
      transform: scale(1.8, 1.8);
      opacity: 0;
  }
}

.navbar-dark .navbar-brand{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;  
}
.navbar-dark .navbar-brand img{
    width: 200px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;  
}

.banner{
    display: block;
    background-color: #000;
    position: relative;
    margin-bottom: 15px;
  }
  .banner img{
    /*opacity:0.8;*/
    opacity: 1;
  }
  .banner-text{
    position: absolute;
    top: 0;
    z-index: 9;
    width:100%;
    color: #fff;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
  .banner-text::before{
    position: absolute;
    left:0;
    top:0;
    width:50%;
    height:100%;
    content:'';
    z-index:-1;
   /* background: rgb(0,0,0);
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
  }
  .b-text-m {
    max-width: 600px;
    padding: 20px;
    background: linear-gradient(180deg, rgb(8 8 8 / 60%) 100%, rgba(0, 0, 0, 0) 100%);
  }
  .banner-text h1{
    color:#fff;
    font-size:36px;
    line-height:55px;
  }
  .banner-text p{
    color:#fff;
    font-size: 18px;
    margin-bottom:0;
  }
  .b-text-m{
    max-width:600px;
  }
  .banner .slick-prev {
    left:30px;
    z-index:2;
  }
  .banner .slick-next {
    right:30px;
    z-index:2;
  }
  .banner .slick-prev:before, .banner .slick-next:before{
    color:#fff;
  }
  .banner .slick-slide img {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
  }
  .banner .slick-active img {
    transform: scale(1);
  }
  .slick-slide .b-text-m{
    display: none;
  }
  .slick-slide.slick-active .b-text-m{
     display: block;
  }
  .delay-1s{
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .delay-1s{
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .delay-1-5s{
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
  }
  .slick-slide .mob-img{
    display:none;
  }
.btn-blue{
  border-radius:12px 30px;
  background:#ffae21;
  color:#fff;
  padding:9px 28px;
  border: 0;
  min-width: 140px;
}
.btn-blue:hover{
  background:#846faa;
  color:#fff;
}
.btn-br{
  background:#fff;
  color:#846faa;;
  border:1px solid #846faa;
  padding: 7px 28px;
}
.btn-link{
  font-size: 15px;
  text-decoration: none;
  font-weight: normal;
  color: #06B138;
} 
.w-box{
  background-color:#fff;
  padding:30px;
  border-radius:10px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 12px 0px rgb(0, 0, 0, 0.11);
}
.gray-bg{
  background-color:#f5f5f5;
}

.img-zoom img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.img-zoom:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.life-sec{
  display: block;
  width:100%;
}
.life-sec .slide-arrow{
  position: absolute;
  z-index:1;
  top:40%;
  border: 0;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
  color: #000;
  line-height: 15px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  text-align: center
}
.life-sec .slide-arrow:hover{
  background-color: rgb(255, 255, 255);
}
.life-sec .prev-arrow{
  left:20px;
}
.life-sec .prev-arrow::before{
  content: 'prev';
  font-family: 'swiper-icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 14px;
}
.life-sec .next-arrow{
  right:20px;
}
.life-sec .next-arrow::before{
  content: 'next';
  font-family: 'swiper-icons';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 14px;
}
.life-slide{
  position: relative;
  width:100%;
  display: block;
}
/* .life-slide::after{
  content:'';
  position: absolute;
  bottom: 0;
  left: 0;
  right:0;
  width: 100%;
  height:100px;
  z-index:0;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(360deg, rgba(1,71,33,0.8) 0%, rgba(21,160,85,0.0) 100%);
  background: -webkit-linear-gradient(360deg, rgba(1,71,33,0.8) 0%, rgba(21,160,85,0.0) 100%);
  background: linear-gradient(360deg, rgba(1,71,33,0.8) 0%, rgba(21,160,85,0.0) 100%);
} */
.life-slide h4{
  position: absolute;
  bottom: 15px;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  z-index:1;
}
.life-sec .slick-slide{
  padding:0 2px;
}
.life-slide-img{
  overflow: hidden;
  width:100%;
  height:212px;
}
footer {
  background-color:#846faa;
  padding-top:125px;
  margin-top: 110px;
  position: relative;
  background-image: url(../images/main_bg.png);
  background-size: 50%;
  position: relative;
}
footer::before{
  content:'';
  position: absolute;
  left: 0;
  width:100%;
  height:191px;
  top: -86px;
  background-image: url(../images/footer-wave.png);
  background-repeat: no-repeat;
  background-position-x: -291px;
}
footer h5 {
  color: #fff;
  font-size:16px;
  font-family:'Poppins-Medium';
}
footer ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer ul li a {
  color: rgba(255, 255, 255);
  font-size: 14px;
  text-decoration: none;
  display: block;
  padding: 5px 0;
  line-height: 22px;
}
footer ul li a:hover{
  color: rgba(255, 255, 255, 0.5);
}
.con-icon {
  margin: 18px 0;
}
.con-icon i {
  margin-top: 7px;
  color: rgba(255, 255, 255);
  font-size: 15px;
  width:18px;
}
.con-icon p {
  width: 88%;
  margin-left: 5px;
  line-height: 26px;
  margin-bottom: 0px;
  color:rgba(255, 255, 255);
  font-size: 14px;
}
footer p {
  color:rgba(255, 255, 255);
  font-size: 14px;
}
footer p a, footer p b{
  color:rgba(255, 255, 255);
}
footer p a:hover{
  color:rgba(255, 255, 255, 0.5);
}
footer p b{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.footer-bottom {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  margin-top: 45px;
  border-top: 1px solid #c2b5d9;
}
.f-logo{
  margin-bottom: 21px;
  border-radius: 10px;
  background-color: #fff;
  padding: 11px;
}
.br-l {
  border-left: 1px solid rgba(255, 255, 255);
  padding-left:40px;
}
footer a:hover{
  color:#fff;
}
.m-top{
  margin-top:98px;
}
.list-dot{
    width: 100%;
    padding-left: 0;
    list-style-type: none;
}
.list-dot li {
  font-size: 16px;
  position: relative;
  padding-left: 19px;
  line-height: 28px;
  padding-bottom:12px;
}
.list-dot li a:hover{
  color:#413297;
}
.list-dot li::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color:#413297;
  top: 10px;
  left: 0;
}
.curr-r{
  padding-left:40px;
  border-left:1px solid #ddd;
}
.curr-l{
  padding-right:40px;
}
.rd-10{
  border-radius:10px;
}
.btn-sm{
  border: 1px solid #ddd;
  color: #06B138;
  font-size: 14px;
  border-radius: 50px;
  line-height: 15px;
  padding: 6px 14px;
}
.btn-sm:hover{
  background-color: #06B138;
  color: #fff;
  border-color:#06B138;
}
.banner-inner{
  background-color: #111;
  position: relative;
  align-items: center;
}
.banner-inner img{
  opacity:0.6;
}
.banner-inner h1{
  font-size:30px;
  color:#fff;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin-bottom:0;
  text-align: center;
}
.wave-bottom{
  background-image: url(../images/wave-bottom.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom:-35px;
  z-index: 1;
  left: 0;
  right: 0;
  width: 100%;
  height: 145px;
  background-position: right;
}
.virtual-t {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.vir-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  padding: 18px 30px;
}
.vir-text p {
  color: #fff;
  margin-bottom: 0;
  padding-left: 14px;
}
.vir-text::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  z-index: -1;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(360deg, rgba(0,0,0,0.4822303921568627) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(360deg, rgba(0,0,0,0.4822303921568627) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(360deg, rgba(0,0,0,0.4822303921568627) 0%, rgba(0,0,0,0) 100%);
}
.p-box{
  position: relative;
  text-align: center;
}
.p-box .img-b{
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
}
.p-box span{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: absolute;
  bottom:-57px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-transform: uppercase;
  color: #fff;
  font-size:14px;
  padding-top:20px;
  font-family: 'Poppins-Medium';
}
.yellow-bg{
  background-color:#FAAF11;
}
.blue-bg{
  background-color:#4F88CC;
}
.red-bg{
  background-color:#CE3829;
}
.pink-bg{
  background-color:#DF57A8;
}
.p-box p{
  color:#555555;
  line-height:27px;
}
.btn-arrow{
  background-color:#fff;
  color:#ffae21;
  width:35px;
  height:35px;
  border-radius:50%;
  text-align: center;
  font-size:13px;
  padding: 4px;
  margin: 0 auto;
}
.p-box:hover .btn-arrow{
  background-color:#ffae21;
  color:#fff;
}
.blue-box{
  background-color:#846faa;
  border-radius:15px;
  padding:40px 50px;
  margin-left: 15px;
  position: relative;
}
.blue-box h1, .blue-box h4, .blue-box p{
  color:#fff;
}
/* .blue-box::before {
  content: "";
  position: absolute;
  left: -15px;
  right: auto;
  margin: 0 auto;
  top: 50px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 15px solid #4f88cc;
  width: 0;
  height: 0;
  z-index: 0;
} */
.blue-box .btn-blue{
  background:#fff;
  color:#846faa;
}
.blue-box .btn-blue:hover{
  background:#ffae21;
  color:#fff;
}
.round-15{
  border-radius:15px;
}
.wow a{
  cursor: crosshair;
}
.dark-blue{
  background-color:#846faa;
  background-image: url(../images/main_bg.png);
  background-repeat: no-repeat;
  background-size:100%;
}
.testimonial p{
  max-width:90%;
  margin:0 auto;
}
.testimonial .slick-prev:before, .testimonial .slick-next:before {
  color: #fff;
}
.dark-blue::before{
  border-right: 15px solid #30579C;
}
.blog .box {
  display: block;
  border-radius:15px;
  background-color:#fff;
  -webkit-box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 0px 8px 0px rgba(0, 0, 0, 0.09);
}
.blog .img-b {
  height: 224px;
}
.img-b {
  overflow: hidden;
  border-radius:10px 10px 0 0;
}
.padd2{
  padding:15px;
}
.box-padd{
  padding:30px 28px;
  position: relative;
}
.bl-date{
  width: 60px;
  height: 60px;
  margin:-63px auto 9px auto;
  background-color:#e54f40;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  padding: 12px;
  display: block;
  line-height: 18px;
  text-align: center;
}
.box-padd h4{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp:1;
}
.blog .box:hover h4{
  color:#CE3829;
}
.box-padd p{
  color:#555555;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  -webkit-line-clamp:3;
  margin-bottom:0;
}
.f-text p{
  line-height:25px;
  font-size:14px;
  max-width:90%;
}
.about-sec{
  position: relative;
}
.about-sec .btn{
  margin-top:15px;
}
.life-slide-img{
   height:200px;
}
.banner-inner {
  background-color: #111;
  position: relative;
  align-items: center;
}
.banner-inner img {
  opacity: 0.6;
}
.banner-inner h1 {
  font-size: 30px;
  color: #fff;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  margin-bottom: 0;
  text-align: center;
}
.text-left{
  text-align: left;
}
.blue-box b{
  color:#fff;
}
.contact-page .con-icon i {
  color: #846faa;
}
.contact-page .follo-icon {
  flex-direction: row;
  box-shadow: none;
}
.contact-page .con-icon p {
  color: #111;
}
.life-slide-img img{
  height:100%;
  width:100%;
  object-fit: cover;
}
.text-sm{
  color:#666;
  font-size: 15px;
  margin-bottom:0;
}
.br-box{
  border:1px solid #30579C;
  border-radius:10px;
  padding:30px;
  margin-bottom:30px;
}

/* Datepicker */
.datepicker {
  background-image: url(../images/calendar.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  padding-right: 28px;
}
.ui-datepicker {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 5px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(86, 86, 86, 0.27);
          box-shadow: 0px 0px 12px 0px rgba(86, 86, 86, 0.27);
  width: 17em;
}
.ui-widget-header {
  border: 0px solid #ddd;
  background: #fbfbfb;
}
.ui-datepicker th {
  text-align: center;
  font-weight: normal;
  color: #666;
}
.ui-datepicker.ui-widget-content td a {
  border: 0;
  border-radius: 50px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  color: #111;
}
.ui-datepicker td a.ui-state-active {
  background:#0498cf;
  color: #fff;
}
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(../images/left-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
.ui-datepicker .ui-datepicker-next span {
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 0px solid #ccc;
  background:#ffe165;
  font-weight: normal;
  color: #111;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 15px;
  margin: 1px 2px;
  border-color: #b3b1b1;
  padding: 3px;
  color:#333;
  height: auto;
}
/* Datepicker Close */
input.form-control, select{
  height:45px;
}
textarea.form-control{
  min-height:45px;
}
label span{
  color: red;
}
.error{
  font-size: 14px;
  color:red;
}
select.error{
  color: #111;
}

@media (max-width:991px) {
  .navbar-dark .navbar-brand img{
    width:100px;
  }
  .navbar-dark .navbar-toggler{
    margin-left: auto;
  }
  header .btn-blue {
    padding: 7px 15px;
    min-width: auto;
  }
  .right-menu{
    position: absolute;
    right:73px;
    top: 6px;
  }
  .fix-nav .navbar-dark .navbar-brand img {
    width:100px;
  }
  .navbar-expand-lg .navbar-nav {
    align-items: start;
    margin-right: 15px;
  }
  .navbar-expand-lg .navbar-nav  .nav-item{
    width: 100%;
  }
  .navbar-dark .navbar-nav .nav-link, .fix-nav .navbar-dark .navbar-nav .nav-link {
    padding: 0.6rem 1rem;
  }
  .navbar-dark .navbar-collapse {
    padding-top: 27px;
  }
  .navbar-expand-lg .navbar-nav .mega-menu .menu-list li a {
    padding: 10px 0;
  }
  nav .img-fluid.rd-10{
   display:none;
  }
  nav .list-dot li {
    padding-bottom: 8px;
  } 
  .curr-l {
    padding-right: 15px;
  }
  .curr-r {
    padding-left: 15px;
    border-left: 0;
    padding-top: 12px;
  }
  .menu-list li{
    width:100%;
  }
  .menu-list li a img {
    margin-right: 10px;
    width: 20px;
  }
  .m-top {
    margin-top: 52px;
  }
  .p-box {
    margin: 20px 0;
    display: block;
  } 
}
@media (min-width:320px) and (max-width:575px) {
  .banner .slick-next {
    right:5px;
  }
  .banner .slick-prev {
    left:5px;
  }
  .banner-text p {
    font-size: 15px;
    line-height: 21px;
  }
  .banner-text h1 {
    font-size: 18px;
    line-height:25px;
    margin-bottom: 2px;
  }
  .b-text-m {
    max-width:280px;
    margin: 0 auto;
  }
  h1 {
    line-height: 33px;
    font-size: 24px;
  }
  .v-sec{
    margin-bottom:15px;
  }
  .v-sec span {
    width: 65px;
    height: 65px;
  }
  .padding {
    padding:35px 0;
  }
  .slick-next {
    right: -7px;
  }
  .slick-prev {
    left: -7px;
  }
  .virtual-t {
    margin-top: 30px;
  }
 
 .footer-bottom{
  margin-top: 0;
 }
 .mb4{
  margin-bottom:20px;
 }
.banner-inner h1 {
  font-size: 20px;
 }
 .banner .slick-slide img {
  height: 230px;
  width:100%;
  object-fit: cover;
}
.wave-bottom {
  height:47px;
  background-size: 575px;
  bottom: -13px;
}
footer::before{
  height: 59px;
  top: -27px;
  background-position-x: 0;
  background-size: 575px;
}
.blue-box {
  padding: 20px;
  margin-left: 0;
  margin-top:20px;
}
.blue-box::before {
  content:none;
}
.m-column{
  flex-direction: column;
}
footer h5 {
  margin-top: 18px;
}
.f-text p {
  max-width: 100%;
}
footer {
  padding-top: 55px;
  margin-top: 50px;
}
.slick-prev::before, .slick-next::before {
  font-size: 14px;
}
.testimonial p {
  max-width: 100%;
}
.testimonial .slick-prev, .testimonial .slick-next {
  top: -40px; 
}
.box-padd {
  padding: 15px;
}
.or1{
  order:-1;
}
.programs-page .img-b{
 margin-bottom:20px;
}
.blue-box .btn-blue {
  margin-top: 28px;
}

}
@media (min-width:576px) and (max-width:767px) {
  .right-menu {
    right: 190px;
  }
  .banner .slick-next {
    right:5px;
  }
  .banner .slick-prev {
    left:5px;
  }
  .banner-text p {
    font-size:16px;
    line-height:26px;
  }
  .banner-text h1 {
    font-size:22px;
    line-height:36px;
    margin-bottom:8px;
  }
  .b-text-m {
    max-width:400px;
  }
  h1 {
    line-height: 33px;
    font-size: 24px;
  }
  .v-sec{
    margin-bottom:15px;
  }
  .v-sec span {
    width: 65px;
    height: 65px;
  }
  .padding {
    padding:35px 0;
  }
    .slick-next {
    right:-24px;
  }
  .slick-prev {
    left:-24px;
  }
  .virtual-t {
    margin-top: 30px;
  }
  
 .footer-bottom{
  margin-top: 0;
 }
 .banner .slick-slide img {
  height:300px;
  width:100%;
  object-fit: cover;
}
.wave-bottom {
  height:62px;
  background-size:767px;
  bottom: -16px;
}
footer::before{
  height: 81px;
  top: -35px;
  background-position-x: 0;
  background-size: 767px;
}
.blue-box {
  padding: 20px;
  margin-left: 0;
  margin-top:20px;
}
.blue-box::before {
  content:none;
}
.m-column{
  flex-direction: column;
}
footer h5 {
  margin-top: 18px;
}
.f-text p {
  max-width: 100%;
}
footer {
  padding-top: 55px;
  margin-top: 50px;
}
.slick-prev::before, .slick-next::before {
  font-size: 14px;
}
.or1{
  order:-1;
}
.programs-page .img-b{
 margin-bottom:20px;
} 

}
@media (min-width:768px) and (max-width:991px) {
  .right-menu {
    right:220px;
  }
  .v-sec{
    margin-bottom:25px;
  }
    .virtual-t {
    margin: 30px auto 0 auto;
    max-width: 90%;
  }
  .banner .slick-slide img {
    height:400px;
    width:100%;
    object-fit: cover;
  }
  .wave-bottom {
    height:78px;
    background-size:991px;
    bottom: -21px;
  }
  .blue-box {
    padding: 20px;
    margin-left: 0;
  }
  .banner-text h1 {
    font-size: 31px;
    line-height: 45px;
  }
  h1 {
    line-height: 31px;
    font-size: 26px;
  }
  .testimonial .slick-prev {
    left: -15px;
  }
  .testimonial .slick-next {
    right: -15px;
  }
  .life-slide-img {
    height: 202px;
  }
  footer::before{
    height: 98px;
    top: -45px;
    background-position-x: 0;
    background-size: 991px;
  } 
  .admission-page label{
    font-size:14px;
  }

}
@media (min-width:992px) and (max-width:1199px) {
  .navbar-dark .navbar-nav .nav-link,  .fix-nav .navbar-dark .navbar-nav .nav-link {
    padding: 1.4rem 1rem;
  }
  .navbar-dark .navbar-brand img {
    width: 120px;
  }
  .m-top {
    margin-top: 73px;
  }
  .wave-bottom {
    height:95px;
    background-size:1199px;
    bottom: -25px;
  } 
  .banner .slick-prev {
    left: 8px;
  }
  .banner .slick-next {
    right:8px;
  }
  .blue-box {
    padding: 25px;
    margin-left: 0;
  }
  .life-slide-img {
    height: 156px;
  }
  .testimonial .slick-prev {
    left: 0;
  }
  .testimonial .slick-next {
    right: 0;
  }
  footer::before{
    height: 114px;
    top: -50px;
    background-position-x: 0;
    background-size: 1100px;
  } 

}
@media (min-width:1200px) and (max-width:1300px) {
  .life-slide-img {
    height:192px;
  }
  .facilities .img-b {
    height: 194px;
  }
  footer::before {
    height: 141px;
    top: -59px;
    background-position-x: 0;
    background-size: 1300px;
  } 
}
@media (min-width:1300px) and (max-width:1566px) {
  .container{
    max-width:1250px;
  }
  .admission-page .container{
    max-width:1000px;
  }
}

@media (min-width:1600px) {
  .container{
    max-width:1400px;
  }
  footer::before{
    background-position-x:0;
  }
  .life-slide-img {
    height:230px;
  }
  .admission-page .container{
    max-width:1000px;
  }
}
@media (min-width:1920px){
  .life-slide-img {
    height: 270px;
  }
}

