@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500&display=swap');

h1, h2, h3, h4, h5, h6, p, li, a, span, li {
    font-family: "Poppins", sans-serif !important;
}
a {
  text-decoration: none !important;
}
p{
	font-size: 16px;
	/* color: #444; */
	line-height: 1.8em;
}
ul {
    padding: 0;
}
html, body{
	overflow-x: hidden;
}
body
{
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
  font-family: "Poppins", sans-serif !important;
}
#menuToggle
{
  display: block;
  position: absolute;
  top: 66px;
  right: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #777;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 350px;
  margin: -100px 0 0 0;
  padding: 30px;
  padding-top: 110px;
  right: -100px;
  height: 650px;
  overflow-y: scroll;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li {
	padding: 5px 0;
	font-size: 16px;
}
#menu li a{
	color: #171717;
}
/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}
/* top bar */
.cbp-hsinner {
    float: right;
    margin-right: 5px;
}
.cbp-hsmenu .chat {
    font-size: 16px;
}
.cbp-hsmenu .chat a {
    color: #fff;
}
.cbp-hsmenu > li {
    z-index: 10000;
    position: relative;
}
.sdr-ics {
    color: #fea912;
}
li.chat {
    margin-top: 7px;
    margin-right: 10px;
    margin-left: -5px;
}
.cbp-hsmenu > li {
    display: block;
    float: left;
}
/* end */

.navbar-default .navbar-nav > li > a {
	color: #000 !important;
	font-size: 14px;
	padding: 8px 10px;
	font-weight: 500;
}
.navbar-info {
    width: 100%;
}
.fixed-me{
    transition: all 1s ;
}

.fixed-me{
    background-color:#fff !important;
    padding: 0px  !important;
    margin-bottom: 5px;
    position: fixed;
    top:0;
	z-index:888;
    width: 100%;
        left: 0;
}
.hidden-xs {
	background: #41246d;
	padding-bottom: 12px;
	padding-right: 10px;
	padding-top: 4px;
	z-index: 1;
position: inherit;
}
.result {
	background: #fea912;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-top: -12px !important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #000;
	background-color: #fea912 !important;
}
.navbar-info .col-md-12 {
	padding: 0;
}
.navbar-me {
    transition: all 1s ;
}
.header-right-menu{
     padding: 15px 15px 12px 15px !important;       
}
.navbar-me{
    padding-bottom: 10px;
    background-color: transparent;
    top: 0px;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0;
}
.navbar-collapse{
    text-align: center;
    border-top-width: 0px;
    padding-top: 10px;
    margin-top: 5px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.menu-collapsed-button{
    margin: 20px 15px 10px 15px !important;
}
.ftr-wp {
    background-color: #003467;
    padding: 20px 0;
	/* background: url(../img/footer-bg.jpg) repeat-x; */
    background-position: bottom;
	-webkit-box-shadow: 0px -4px 3px rgb(247 247 247 / 75%);
    -moz-box-shadow: 0px -4px 3px rgb(247 247 247 / 75%);
    box-shadow: 0px -4px 3px rgb(247 247 247 / 75%);
}
.ftr-1a h3 {
    color: #ffffff;
    margin-bottom: 30px;
	font-size: 24px;
    margin-top: 20px;
}
.ftr-1a p {
    font-size: 16px;
    color: #ffffff;
}
.address p a {
    color: #fff;
    font-size: 16px;
}
.address p i {
    margin-right: 6px;
}
.ftr-1a ul {
    padding: 0px;
}
.ftr-1a ul li {
    border-bottom: 1px solid #dddddd4f;
    margin-bottom: 4px;
    padding-bottom: 4px;
    list-style-type: none;
}
.ftr-1a ul li:last-child {
    border-bottom: none;
}
.ftr-1a ul li a {
    color: #ffffff;
	font-size: 16px;
}
.ftr-1a ul li a:hover {
    color: #fea912;
}
.scl img {
    width: 40px;
    float: left;
    margin-right: 10px;
    transition: width 2s, height 2s, transform 2s;
}
.tp-scls.scl img {
    float: none;
    width: 33px;
}
.scl img:hover {
    transform: rotate(360deg);
}
.ftr-1a ul li:before {
    color: #fea912;
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 6px;
}
.ftr-btn1 {
    background-color: #fea912;
    color: #fff;
}
.ftr-btn1:hover {
	background-color: #fea912;
    color: #000000;
}
.ftr-wp1 {
    background-color: #000000;
    padding: 15px;
}
.cpy-p {
    color: #fff;
    margin: 6px;
}
.int-box {
	padding: 15px;
	height: 260px;
	position: relative;
	background: #fff;
	text-align: center;
	border-radius: 0px;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}
.int-box img {
    width: 85px;
}
.int-box h3 {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
}
.int-box p {
	font-size: 16px;
	color: #777;
}
.top-title {
	text-align: center;
	margin-bottom: 50px;
}
.top-title h3 {
	color: #083461;
	font-size: 30px;
	text-transform: math-auto;
	font-weight: 700;
	margin-bottom: 5px;
	margin-top: 0;
}
.integrity {
	padding: 70px 0;
	background-size: 100% 100%;
	background-image: url(../img/core-value-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* logo slider */
/* Slider */

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    /* height: 230px; */
    min-height: 1px;
    background-color: #fff;
    padding: 7px;
	border: 1px solid #b9b7b7;
    border-radius: 10px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



.carousel-caption.d-none.d-md-block.ban-text {
	right: 0;
    left: 0;
    top: 40%;
    text-align: center;
    width: 43%;
    /* background: rgb(0 0 0 / 50%); */
    border-radius: 19px;
    padding: 10px;
    margin: 0 auto;
}
.ban-text h5 {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
	width: 100%;
	padding: 10px;
	text-shadow: none;
	margin-top: 0;
	text-transform: capitalize;
	text-shadow: 2px 2px 5px black;
}
.ban-text h6 {
	font-size: 18px;
	padding: 10px;
	text-shadow: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fea912;
	margin-bottom: 0;
}
.ban-text p {
	padding-left: 10px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 30px;
	text-shadow: none;
	line-height: 25px;
}
.ban-text p {
    text-shadow: 2px 2px 5px black;
}
.ban-text  a {
	background: #fff;
	text-shadow: none;
	color: #000;
	padding: 14px 23px;
	text-transform: uppercase;
    margin-left: 10px;
}
.banner-ft {
	width: 28%;
	position: absolute;
	right: 25%;
	top: -33%;
	padding: 20px;
}
.banner-ft img {
	width: 600px;
}
.top-btn {
	background: #fea912;
	color: #fff !important;
	padding: 8px;
	margin: 0 2px;
	border-radius: 4px;
	font-size: 13px;
}
.campus-tour{
	margin-bottom: 30px;
}


.main-header {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}
.modal-dialog {
	width: 60% !important;
    max-width: 700px;
}
.close {
	opacity: 1 !important;
}
.modal-header .close {
	margin-top: -2px;
    position: absolute;
    right: 15px;
    top: 14px;
    background: none;
    border: none;
    font-size: 32px;
}
.modal-body {
	background: #01abc7;
	border-radius: 0 0 6px 6px;
}
.modal-body .ftr-a {
    border: 0;
    margin-top: 0;
	background: #01abc7;
}
.modal-body .form-group {
    margin-bottom: 10px;
}
.modal-body textarea{
    resize: none;
}
.modal-body  .btn {
	background: #000;
}
.modal-body  .btn:hover {
	color: #000;
	background: #fea912;
}
.model-btn {
	background: #feb715;
    text-shadow: none;
    color: #000000;
    padding: 14px 23px;
    text-transform: uppercase;
    margin-left: 10px;
    border: none;
    position: relative;
    border-radius: 30px;
}
.cbp-hsinner.co-detail {
	float: left;
}
.navbar-header {
	padding: 10px 0;
}

.navbar-default {
	background-color: #fff !important;
	border-color: #fff !important;
	margin-bottom: 0 !important;
	border: 0 !important;
	border-radius: 0;
}
.banner-bot {
	background: #41246d;
	padding: 18px 0;	
}
.cl-ic-bxw {
	float: left;
}
.cl-ic-bxw img {
	width: 44px;
	margin-right: 8px;
}
.cl-txt-bxw h3 {
	font-size: 15px;
	margin-bottom: 5px;
	color: #fff;
}
.cl-txt-bxw h3 a {
	color: #fff;
}
.ylw-wp {
	padding: 15px;
	background-color: #01abc7;
}
.ads-sapq1 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ads-sapq1 h3 {
	font-size: 15px;
	margin-bottom: 0px;
	color: #ffffff;
	text-transform: capitalize;
	float: left;
	margin-top: 0;
	margin-right: 11px;
}
.ads-sapq1 a {
	background-color: #feb715;
	color: #fff;
	padding: 4px 10px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.ads-sapq1.whatsapp a {
    background: none;
    padding: 0;
}
.ads-sapq1.whatsapp img {
    width: 40px;
}
.about-us {
	padding: 80px 0;	
}
.about-bg {
	background-image: url(../img/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.about-info h3 {
	color: #083461;
	font-size: 35px;
    font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0px;
}
.about-info h6 {
	font-size: 20px;
	text-transform: uppercase;
}
 .about-info p {
	font-size: 16px;
	color: #696969;
	line-height: 26px;
	text-align: justify;
}
.all-courses a {
	background: #feb715;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
}
.about-us .all-courses {
	text-align: left;
}
.about-2 {
    position: relative;
}
.about-img img {
    border-radius: 10px;
	z-index: +9;
    position: relative;
}
.about-2:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    right: -25px;
    border-radius: 10px;
    top: 25px;
    border: 3px solid #022b55;
    background: #003467;
}
.all-courses {
	text-align: center;
	margin-top: 40px;
}
.top-title p {
	color: #171717;
}
.integrity-resources {
    padding: 60px 0;
    background: #eef1f7 url(../img/thm-pattern-1.png) no-repeat center right 7px;
}
.intgrity-box {
    text-align: center;
}
.intgrity-box h3 {
	font-size: 18px;
	margin-top: 10px;
}
.integrity-resources .col-md-2 {
	width: 20%;
}
.why_gdgss .area_detail ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.why_gdgss .area_detail ul li:nth-child(2n+2) {
	border-right: 0;
}
.why_gdgss .area_detail ul li {
	border-bottom: 1px solid #41246d;
	border-right: 1px solid #41246d;
	text-decoration: none;
	font-family: Assistant,sans-serif;
	font-size: 28px;
	color: #fff;
	line-height: 28px;
	padding: 15px;
	text-align: left;
	box-sizing: border-box;
	font-weight: 500;
	display: inline-block;
	position: relative;
	width: 50%;
	float: left;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 0 #41246d;
}
.gm-icon {
	float: left;
	width: 89px;
	height: 88px;
	margin: 0 auto;
	background: url(../img/why-icon1.png) no-repeat left top;
}
.gm-icon1 {
	float: left;
	width: 89px;
	height: 88px;
	margin: 0 auto;
	background: url(../images/why-icon2.png) no-repeat left top;
	background-size: 89px 200px;
}
.gm-icon1 {
	float: left;
	width: 89px;
	height: 88px;
	margin: 0 auto;
	background: url(../img/why-icon1.png) no-repeat left top;
	background-size: 89px 200px;
}
.gm-icon1 {
	float: left;
	width: 89px;
	height: 88px;
	margin: 0 auto;
	background: url(../img/why-icon2.png) no-repeat left top;
	background-size: 89px 200px;
}
.gm-icon2 {
	float: left;
	width: 89px;
	height: 88px;
	margin: 0 auto;
	background: url(../img/why-icon3.png) no-repeat left top;
}
.gm-icon3 {
	float: left;
	width: 89px;
	height: 88px;
	margin: 0 auto;
	background: url(../img/why-icon4.png) no-repeat left top;
}
.gm-icon4 {
	float: left;
	width: 89px;
	height: 88px;
	margin: 0 auto;
	background: url(../img/why-icon5.png) no-repeat left top;
}

.gm-icon5 {
	float: left;
	width: 89px;
	height: 88px;
	margin: 0 auto;
	background: url(../img/why-icon6.png) no-repeat left top;
}
.why_gdgss .area_detail ul li:hover .gm-icon5 {
	background-position: 0 -110px;
}
.why_gdgss .area_detail ul li:hover .gm-icon4 {
	background-position: 0 -111px;
}

.why_gdgss .area_detail ul li:hover .gm-icon3 {
	background-position: 0 -112px;
}
.why_gdgss .area_detail ul li:hover .gm-icon2 {
	background-position: 0 -112px;
}
.why_gdgss .area_detail ul li:hover .gm-icon {
	background-position: 0 -112px;
}
.why_gdgss .area_detail ul li:hover .gm-icon1 {
	background-position: 0 -110px;
}
.common {
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.detl {
	float: left;
	padding: 15px 0;
	padding-left: 15px;
    font-size: 24px;
}
.why_gdgss .area_detail ul li:hover {
	box-shadow: inset 0 132px 0 0 #41246d;
}
.why_gdgss {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 50px 0;
	box-sizing: border-box;
	background: url(../img/why-gds-bg.jpg) no-repeat top center;
}
.why_gdgss .area_detail ul li span {
	font-size: 13px;
	display: block;
	text-transform: none;
}
.area_detail {
	padding-right: 20px;
}
.why-title h2 {
	font-size: 72px;
	font-weight: 500;
	color: #fff;
}
.why-title h3 {
	font-size: 36px;
	line-height: 36px;
	font-weight: 500;
	color: #fff;
    margin-top: 0;
}
.why-title p{
    color: #fff;
    font-size: 18px;
}
.why-title {
	padding: 40px;
	border-right: 1px solid #41246d;
    height: 357px;
}
.why_gdgss .col-md-4 {
	padding-right: 0;
}
.why_gdgss .col-md-8 {
	padding-left: 0;
}
.message-dir {
	float: left;
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 30px #ccc;
	border-bottom: 5px solid #05a6c2;
    border-radius: 10px;
}
.dir-img {
	float: left;
	margin-right: 0px;
}
.message-dir p {
    text-align: justify;
}
.dir-info h3 {
	margin-top: 0;
	font-size: 16px;
}
.director-message {
	background: #ebebeb;
	padding: 60px 0;
}
.pr-info.blue-bx {
	padding: 25px 25px 25px 25px;
	background: #41246d;
	margin-right: 10px;
	color: #fff;
	height: 285px;
}
.pr-info.ye-bx {
	margin-left: 10px;
	background: #fea912;
	padding: 25px 25px 25px 25px;
	height: 285px;
	color: #fff;
}
.pr-info p {
	font-size: 16px;
	line-height: 26px;
}
.pr-info h3 {
	font-size: 20px;
	font-weight: 600;
}
.pr-box .col-md-6 {
	padding: 0;
	margin-bottom: 20px;
}
.bott .pr-info.ye-bx {
	margin-right: 10px;
	margin-left: 0;
}
.bott .pr-info.blue-bx {
	margin-right: 0px;
	margin-left: 10px;
}
.our-facility {
	padding: 60px 0;
}
.buletin li {
	float: left;
	width: 50%;
	padding-bottom: 20px;
	font-size: 16px;
	color: #303030;
	font-weight: bold;
	display: flex;
}
.buletin li a {
	font-size: 16px;
	color: #303030;
	font-weight: bold;
}
.fa.fa-thumb-tack {
	color: #41246d;
	padding-right: 6px;
	font-size: 20px;
}
.admission-section {
	background: url(../img/pattron2.png) repeat;
	padding: 60px 0;
}
.blog-title a {
	color: #41246d;
	font-weight: bold;
	font-size: 18px;
}
.ad-box {
	text-align: center;
	background: #fff;
	box-shadow: 0 0 .5rem 0 #c9e2f899;
	padding: 20px 20px 40px;
	border-radius: 8px;
	min-height: 270px;
	margin-bottom: 30px;
}
.ad-box  .ing-responsive {
	width: 100%;
	height: 230px;
    object-fit: cover;
}
.blog-content h4 {
    margin: 20px 0;
}
.blog-content p {
    padding: 0px 0 20px;
}
.more {
	background: #fea912;
	color: #fff;
	padding: 13px 20px;
	font-size: 13px !important;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
}
.student-life {
	padding: 60px 0;
}
.blog-page {
	padding: 60px 0;
	background: #fafafa;
}
.blog-bx {
	border-radius: 8px;
    padding: 30px 28px;
    background: #ffffff;
    box-shadow: 0px 0px 7px rgba(244, 131, 31, 0.35);
}
.blog-bx .md-img {
	overflow: hidden;
	border-radius: 10px 10px 0 0;
}
.blog-bx .md-img img {
	transition: all .3s linear;
	width: 100%;
}	
.blog-bx:hover .md-img img {
	transform: scale(1.1);
}
.bl-content {
	padding: 15px 0px 0px;
}
.bl-content h3 {
	margin-top: 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;	
}
.bl-content p {
	font-size: 15px;
	line-height: 28px;
	font-weight: 300;
	color: #707070;
}
.get-course {
	background: url(../img/latest-bg.jpg) no-repeat;
	padding: 60px 0;
	background-size: cover;
	text-align: center;
}
.get-course h3 {
	font-size: 40px;
	text-transform: capitalize;
	font-weight: bold;
	color: #fff;
}
.get-course h4 {
	font-size: 20px;
	color: #fff;
}
.get-course p {
	color: #fff;
	font-size: 17px;
	margin-bottom: 50px;
}
.get-course a {
	background: #fea912;
	color: #fff;
	padding: 20px 40px;
	font-size: 16px;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: bold;
}
.gallery-sec {
	/* background: url(../img/main_bg.png) no-repeat; */
	padding: 100px;
	background-size: cover;
}
.gallery-sec.gallery-inner {
    padding: 60px 100px;
}
.gallery-sec  .media-bx {
	background: #fff;
	padding: 3px;
	margin-bottom: 30px;
	padding: 20px 20px;
    background: #ffffff;
    box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
	border-radius: 7px;
}
.gallery-sec  .md-content {
	padding: 10px;
	text-align: center;
}
.gallery-sec  .md-content h3 {
	color: #000;
	font-size: 18px !important;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
}
.gallery-sec  .media-bx .md-img img {
	transition: all .3s linear;
	width: 100%;
	border-radius: 7px;
	    height: 260px;
		    object-fit: cover;
}
.gallery-sec .top-title h3{
	color: #083461;
}
.student-life.alumni {
	background: #eef1f7;
}
.buletin {
	padding: 40px 0;
}
/* testimonial-slide */

.card {
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
	border: 1px solid rgba(0,0,0,.03);
	border-radius: 5px;
	box-shadow: 0 0 7px rgba(0, 0, 0, .08);
    /* -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
    -moz-box-shadow: 0px 0px 5px 0px rgba(212, 182, 212, 1);
    box-shadow: 0px 0px 5px 0px rgb(161, 163, 164) */
}

.card .card-body {
    padding: 1rem 1rem;
    text-align: center;
}
.slick-dots{
    display: none !important;
} 
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}
.card-title {
	display: flex;
	justify-content: center;
}
.template-demo p {
	font-size: 15px;
	line-height: 25px;
	color: #707070;
}

.profile {
    margin-top: 16px;
    margin-left: 11px
}

.profile-pic {
    width: 58px
}

.cust-name {
    font-size: 18px
}

.cust-profession {
    font-size: 10px
}

.items {
    width: 90%;
    margin: 0px auto;
}
.tsrt {
	background-color: #f1ece6;
	padding: 60px 0;
	background: url(../img/testimonial-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.fa.fa-angle-left.prevarr.slick-arrow {
	font-size: 21px;
	position: absolute;
	top: 38%;
	padding: 4px 8px;
	left: -23px;
	cursor: pointer;
	background: #000;
	color: #fff;
}
.fa.fa-angle-right.nextarr.slick-arrow {
	font-size: 21px;
	position: absolute;
	top: 38%;
	padding: 4px 8px;
	right: -23px;
	cursor: pointer;
	background: #000;
	color: #fff;
}
.newsletter {
	padding: 90px 0;
	background:#fff;
	background-image: url(../img/addre-bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}
.request-form .all-courses {
    margin-top: 20px;
}
.newsletter {
	text-align: left;
	position: relative;
}
.newsletter:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.5;
}
.newsletter h3{
	margin-top: 0;
	font-size: 30px;
    font-weight: 700;
}
.newsletter-content {
	color: #fff;
	position: relative;
	text-align: center;
}
.news-info {
    position: relative;
}
.request-form {
	background: transparent;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.email-field {
	display: flex;
}
.email-field .email-form {
	margin: 0px;
	font-size: 2rem;
	font-weight: 400;
	font-style: normal;
	border: solid 1px #ccc;
	padding: 9px 9px 9px 12px;
	height: 45px;
	outline: 0;
	border-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	display: inline-block;
	vertical-align: middle;
	min-width: 247px;
	border-right: none !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.email-field .button {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 20px;
	border: none;
	line-height: 1.9;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 0px;
	background: #fea912;
}
.instagram-feeds .top-title a {
	color: #fea912;
	text-decoration: none;
}
.instagram-feeds .col-md-4 {
	padding: 8px;
}
.instagram-feeds {
	padding: 60px 0;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #efefef;
	border-color: #ddd;
}
.panel-title > a {
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size: 18px;
}
.more-less {
	float: right;
	color: #fea912;;
}
.demo .hdnhg h2 {
	color: #41246d;
	margin-top: 0;
}
.qpth {
	padding: 70px 0px;
	background: #f9f9f9;
	border-top: 1px solid #EEEEEE;
}
.hdnhg {
	text-align: center;
	margin-bottom: 20px;
}

.contact-form {
	background: #ebebeb;
	/* box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.03); */
	padding: 20px 30px;
	border-radius: 30px;
}
.md-checkbox .btn:hover {
    color: #fff;
}
.contact-form .form-group input {
	border: 1px solid #dee1ec;
	box-shadow: none;
	padding: 25px 20px;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: #495057;
}

textarea.form-control {
	height: auto;
	box-shadow: none !important;
	resize: none;
	font-size: 16px;
	text-indent: 0px;
	font-weight: 500;
	border: 1px solid #dee1ec;
}
.contact-form button.contact-btn {
	background: #fea912;
	border: none;
	padding: 15px 30px;
	font-weight: 500 !important;
	color: #fff;
	border-radius: 5px;
	text-transform: uppercase;
	margin-top: 30px;
}
.top-co h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
.our-program {
	padding: 60px 0;
}
/* Contact */
.contact-page-sec {
    padding: 60px 0;
}
.contact-info {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.contact-info-item {
    padding: 30px 0px;
    height: 207px;
	background: #FFFFFF;
    box-shadow: 0px 10px 50px rgba(30, 30, 30, 0.1);
}
.contact-info-icon {
    margin-bottom: 15px;
}
.contact-info-icon i {
    font-size: 48px;
    color: #feb715;
}
.contact-info-text h2 {
    color: #000000;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-info-text span {
    color: #000000;
    font-size: 16px;
    font-weight: ;
    display: inline-block;
    width: 100%;
}
.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.contact-page-sec .contact-page-form h2 {
    color: #071c34;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 700;
}
.contact-page-form form {
    padding: 20px 15px 0;
}
.contact-page-form input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    margin-bottom: 20px;
    padding: 12px 16px;
    width: 100%;
    border-radius: 4px;
}
.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}
.single-input-field textarea {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f9f9f9;
    width: 100%;
    height: 120px;
    padding: 12px 16px;
    border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"] {
    background: #feb715 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 0;
    text-transform: capitalize;
    width: 150px;
    margin-top: 20px;
    font-size: 16px;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12, .contact-page-form .col-md-12.col-sm-12.col-xs-12 {
    padding-left: 0;
}

.page-banner-bg {
    background-size: cover;
	background-position: top;
}
.banner-content.text-center {
	padding-top: 120px;
	padding-bottom: 120px;
}
.banner-content .title {
	color: #ffffff;
    font-weight: 600;
	font-size: 50px;
}
.about-page {
	padding: 60px 0;
}
.about-page .row {
	/* margin-bottom: 40px; */
}
.about-info h4 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.our-team {
	background: #fff;
	padding: 60px 0;
	/* background-image: url(../img/9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; */
}
.teams {
	background: #f6f6f6 none repeat scroll 0 0;
	padding: 0px;
	text-align: center;
	margin-bottom: 20px;
}
.top-title p{
	font-size: 18px;
}
.team-info {
    padding: 20px 0;
}
.teams img {
    border-radius: 10px;
}
.teams h3 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 4px;
}
.teams p {
	font-size: 15px;
	color: #777;
}
.readmore a {
	background: #fea912;
	font-weight: bold;
	color: #fff;
	padding: 5px 10px;
	border-radius: 4px;
}
.post-items {
	padding-left: 0;
	list-style: none;
}
.blog-sidebar-post .post-items li .single-post .post-content .post-title a {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	text-decoration: none;
}
.single-post {
	display: flex;
}
.post-items li {
	padding: 14px 0;
	border-bottom: 1px solid #dbdbdb;
	font-weight: 500;
	font-size: 14px;
	color: #303030;
}
.sidebar-title .title {
	font-weight: 500;
	font-size: 26px;
	color: #fff;
	background: #fea912;
	border-bottom: 4px solid #c92964;
	padding: 10px;
	margin-top: 0;
}
.blog-sidebar-post .post-items li .single-post .post-content {
	padding-left: 15px;
	flex: 1;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: -33px;
}
.ftr-a {
	top: 0;
	background: #fff;
	padding: 12px;
	border: 1px solid #3336;
	border-radius: 10px;
	margin-top: 30px;
}
.read-instruction > a > span {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	letter-spacing: 0.56px;
	margin-left: 11px;
	background: none;
	font-weight: bold;
}
.logo-section {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.fill-blue-button-rect:hover, .fill-blue-button-rect:focus {
	color: #fff;
	background: #41246d;
	border: 1px solid #3a1e63;
}
.application-form .fill-blue-button-rect {
	width: 100%;
}
.fill-blue-button-rect {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.28px;
	border-radius: 4px;
	background: #fea912;
	border: 1px solid #fea912;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 30px;
}
.achievements {
	background: #fff url(../img/bg-up.png) no-repeat bottom center;
	padding: 20px 0;
}
.row.ach-box {
	margin: 50px 0;
}
.achive-post .col-md-4 {
	margin-bottom: 30px;
}
.gallery {
	padding: 60px 0;
}
.cat-gal {
	margin-bottom: 30px;
}
.filters-tab-cat .tab-content {
	padding: 40px 0;
}
 .nav-tabs > li.active > a,  .nav-tabs > li.active > a:hover,  .nav-tabs > li.active > a:focus, .filters-tab-cat .product-tab .nav-link:hover{
	color: #fff !important;
	cursor: default;
	background-color: #41246d !important;
	border: 1px solid #2D1059 !important;
	border-bottom-color: #fff;
}

.filters-tab-cat  .product-tab .nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	margin-right: 20px;
	text-transform: uppercase;
}
.filters-tab-cat   .product-tab .nav-link {
	color: #171717;
	font-weight: 500;
	border: 1px solid #444;
	border-radius: 4px 4px 4px 4px;
}
.filters-tab-cat    .nav-tabs {
	border-bottom: none;
}
.search-bar {
	display: flex;
	justify-content: end;
}
.filters-tab-cat .col-md-3 {
	padding-right: 0;
}
.search-bar  input {
	border: 1px solid #ccc;
	padding: 6px;
	font-size: 17px;
	background: #fafafa;
	border-right: none;
}
.search-bar button {
	float: right;
	padding: 6px 10px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
	border: 1px solid #ccc;
}
.search-bar.for-mob-view {
	display: none;
}
.enquire-form {
    position: fixed;
    top: 50%;
    right: -113px;
    z-index: +999;
}
.enquire-form .thm-btn {
    padding: 11px 20px;
    font-size: 15px;
    transform: rotate(-90deg);
    border-radius: 10px 10px 0 0;
    background: #f6b214;
    color: #000000;
	font-weight: 600;
}
.test-vdo video {
    padding: 20px 20px;
    background: #ffffff;
    box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
    object-fit: cover;
}
.feature-padding {
    padding-top: 30px;
    padding-bottom: 20px;
}
.single-job-items {
    padding: 26px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
	align-items: flex-end;
	border: 1px solid #eee;
    border-radius: 10px;
}
.single-job-items .job-items {
    display: flex;
    flex-wrap: wrap;
}
.single-job-items .job-tittle a h4 {
    color: #541614;
    font-size: 24px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.items-link a {
    color: #000000;
    display: block;
    border: 1px solid #f8c746;
    background: #f8c746;
    border-radius: 30px;
    padding: 10px 33px;
    text-align: center;
    font-weight: 600;
}
.contact-form {
    background: #fff;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.03);
    /* padding: 20px 30px; */
    border-radius: 30px;
}
.featured-job-area .contact-form .top-co {
    background: #4fc4ce;
}
.contact-form .top-co {
    padding: 25px;
    background: #f6f8fa;
    border-radius: 30px 30px 0 0;
}
.top-co h3 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    color: #000000;
}
.enq-form {
    padding: 25px;
}
.contact-form .form-group input, .contact-form .form-group select {
    border: 1px solid #dee1ec;
    box-shadow: none;
    height: 52px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #9999a6;
	margin-bottom: 20px;
}
.contact-form .form-group input.file-upload {
    padding: 13px;
}
.featured-job-area h2 {
    margin-bottom: 30px;
}

/* Start Responsive */
@media (max-width: 767px){
	.main-boxes .col-md-2 {
		width: 100%;
	}
	.search-bar {
		display: none;
	}
	.search-bar.for-mob-view {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
	.filters-tab-cat  .product-tab .nav-tabs > li {
		padding: 3px;
		width: 49%;
		text-align: center;
		margin-bottom: 9px;
		margin: 0;
	}
	.navbar-default .hidden-xs {
		display: block !important;
	}
	#menuToggle {
		top: 125px;
	}
	.contact-form{
		margin-bottom: 20px;
	}
	.blog-bx {
		margin-bottom: 20px;
	}
    .integrity-resources .col-md-2 {
        width: 49%;
        float: left;
    }
	.ftr-1a {
		width: 100%;
		float: left;
	}
	.why-title h2 {
		font-size: 40px;
	}
	.detl {
		float: unset;
	}
	.area_detail {
		padding-right: 0;
	}
	.message-dir {
		margin-bottom: 20px;
	}
	.dir-img img {
		width: 100%;
		margin-bottom: 10px;
	}
	.buletin li {
		width: 100%;
	}
    .intgrity-box h3 {
        font-size: 13px;
        margin-top: 10px;
    }
    .why_gdgss {
        padding: 40px 20px;
        background-size: cover;
    }
    .why_gdgss .area_detail ul li {
        border-right: none;
        width: 100%;
    }
    .why_gdgss .col-md-8 {
        padding-left: 15px;
    }
    .why-title {
        padding: 10px;
        border-right: none;
        height: auto;
        text-align: center;
    }
    .ban-text h5 {
        font-size: 14px;
        width: 100%;
    }
	.ban-text p {
		font-size: 11px;
		margin-bottom: 4px;
		line-height: 14px;
	}
    .carousel-caption.d-none.d-md-block.ban-text {
        padding-bottom: 0px;
        top: -6%;
    }
    .model-btn {
        padding: 10px;
        font-size: 10px;
    }
    .about-info h3 {
        font-size: 24px;
        margin-top: 10px;
    }
    .int-box{
        margin-bottom: 20px;
    }
    .about-info {
        margin-bottom: 30px;
		text-align: center;
    }
	.about-us .all-courses {
		text-align: center;
	}
    .detl {
        font-size: 18px;
    }
    .why_gdgss .area_detail ul li span {
        font-size: 12px;
    }
	.banner-content .title {
		font-size: 30px;
	}
	.banner-content.text-center {
		padding: 80px 0;
	}
	.cbp-hsinner {
		float: left;
		margin-right: 0;
	}
	.top-btn {
		padding: 7px;
		margin: 0 1px;
		font-size: 11px;
	}
	.sticky {
		position: inherit;
	}
	.ftuq {
		display: flex;
		justify-content: center;
	}
	.gallery-sec {
		padding: 20px !important;
	}
	.email-field .email-form {
		min-width: 100%;
		border-radius: 0;
	}
	.email-field .button {
		border-radius: 0;
		margin-top: 8px;
	}
	.fq-i, .slide-aw {
		margin-bottom: 20px;
	}
	.email-field {
		display: block;
	}
	.program {
		padding: 20px;
	}
	.pr-info.blue-bx {
		margin-right: 0;
	}
	.pr-box .col-md-6 {
		margin-bottom: 0;
	}
	.pr-info.ye-bx {
		margin-left: 0;
	}
	.pr-info.blue-bx {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
	.bott .pr-info.ye-bx {
		margin-right: 0;
	}
	.pr-box {
		margin-bottom: 20px;
	}
	#menu {
		right: -51px;
		height: auto;
		position: fixed;
	}
	.dir-info {
		text-align: center;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.main-boxes .col-md-2 {
		width: 100%;
	}
}
/* End Responsive */



/* nwq */
.acd-wrps {
	    background-color: #41246d;
    padding: 50px 0px;
}
.ttl-tas h2 {
	margin: 0;
    text-align: center;
    color: #fff;
}
.aq1-wrps {
	padding : 40px 0px;
}
.aq2-wrps {
	    background: #eef1f7;
	    padding: 40px 0px;
}
.abtq5 {
    padding: 40px 0px;
}
.crs-bxs {
    margin-bottom: 50px;
    /* border: 1px solid #ddd; */
    border-radius: 8px;
    padding: 30px 28px;
    background: #ffffff;
    box-shadow: 0px 0px 7px rgba(244, 131, 31, 0.35);
}
.crs-bxs img {
    border-radius: 8px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.crs-bxs h3 {
    color: #000;
    font-weight: bold;
    margin-top: 20px;
	font-size: 18px;
}
.crs-bxs p {
    font-size: 16px;
    color: #000;
}

.smt-1 {
    padding: 20px;
    border-radius: 25px;
    background-color: #56509f;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.sp-img {
    left: 50%;
    line-height: 85px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -43px;
    transform: translateX(-50%);
    width: 120px;
}
.sp-txt {
    padding-top: 70px;
}
.smt-bx img {
    border: 4px solid #eaca93;
    border-radius: 78px;
    width: 120px;
    height: 120px;
}

.smt-bx img {
    transition: width 2s, height 2s, transform 2s;
}
.smt-bx:hover img {
    transform: rotate(360deg);
}
.smt-bx h4 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    font-size: 17px;
    font-family: 'Schoolbell';
    letter-spacing: 1px;
}
.sp-txt p {
    text-align: center;
    font-size: 17px;
}
.smt-2 {
    padding: 20px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background-color: #bd66ff;
}
.smt-3 {
    background-color: #ffaf40;
    padding: 20px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
.smt-4 {
    padding: 20px;
    border-radius: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background-color: #ff6666;
}
.aq3-wrps {
	background: #eef1f7;
    padding: 85px 0px;
}

.scl-dvs {
	padding : 40px 0px;
}
.pd6 {
	padding-right: 0px !important;
}
.pd6a {
	padding-left: 0px !important;
}
.scl-1 {
	padding: 30px;
}
.rec-bx {
	    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    margin: 15px 0px;
}
.rec-bx h3 {
    font-size: 22px;
}
.rec-bx:last-child {
	border-bottom: none;
}
.imp-wrps {
	padding: 40px 0px;
}
.imp-bxs ul {
	padding-left: 10px;
}
.imp-bxs ul li {
	background-color: #eef1f7;
    padding: 10px;
    border-radius: 26px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    list-style-type: none;
}
.imp-bxs ul li:before {
    content: "\f0ac";
    font-family: FontAwesome;
    font-size: 15px;
    top: 10px;
    color: #fea912;
    width: auto;
    height: auto;
    margin-right: 10px;
    background-color: transparent;
}
.blog-bx1 {
	    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    border: 1px solid #ddd;
    padding: 5px;
}
.frms-imp h2{
	margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}
.scl-wrps {
	padding: 40px 0px;
}
.sl-boxs h3 {
	font-size: 20px;
    margin-bottom: 4px;
	margin-top: 15px;
}
.sl-boxs {
	margin-bottom: 30px;
    border-radius: 8px;
    padding: 30px 28px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 7px rgba(244, 131, 31, 0.35);
}
.sl-boxs img {
    border-radius: 8px;
}
.scl-bxs h3 {
	    font-size: 20px;
    text-align: center;
    color: #000;
    margin: 13px 0;
}
.actvy .col-md-4:nth-child(4) {
    margin-left: 16%;
}
.inf-txt {
	    padding: 50px;
}
.infra-wrps {
	padding: 40px 0px;
}
.thumbnail{
	margin-bottom: 0 !important;
}

nav {
  /* position: absolute; */
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 60px;
  background: #003467;
  z-index: 99;
}
nav .navbar {
  height: 100%;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  padding: 0; 
}
.navbar .logo a {
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.logos img {
    width: 250px;
}
nav .navbar .nav-links {
  line-height: 60px;
    height: 60px;
}
nav .navbar .links {
  display: flex;
  margin-bottom: 0;
}
nav .navbar .links li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 15px;
}
nav .navbar .links li a {
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow {
  transform: rotate(180deg);
}

.tp-mns {
    text-align: right;
}

.mn1 {
         padding: 10px 0px;
      }
      .tp-mns ul {
         text-align: right;
      }
      .tp-mns ul li {
         display: inline-block;
         font-size: 15px;
         margin-top: 10px;
      }
      .tp-mns ul li a {
         color: #000;
      }
      .tp-mns ul li:not(:last-child):after {
          content: "|";
          color: #000;
         margin: 0px 10px;
      }

      .navbar-me {
    
   transition: all 1s ;
}
.tsrt .template-demo {
    height: 178px;
}
.template-demo-vedio img.thumb-img {
    height: 256px;
}

.template-demo-vedio img.play-icon {
    position: absolute;
    width: 50px;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.header-right-menu{
 padding: 5px 15px !important;   
    
}
.site-logo{
    padding: 15px 20px !important; 
    margin: 15px 10px !important;
}
.navbar-me{
    padding: 0px;
    background-color: #fea912 !important;
    top: 0px;
    border: 0px;
    border-radius: 0px;
}
.tp-mns1 {
   background-color: #fea912;
}
.navbar-collapse{
    text-align: center;
    border-top-width: 0px;
    padding-top: 10px;
    margin-top: 5px;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.menu-collapsed-button{
    margin: 20px 15px 10px 15px !important;
}
.navbar-centerr{
    float:none;
   margin: 0 auto;
   display: table;
   table-layout: fixed;
} 
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 14px;
    padding: 8px 10px;
    font-weight: 400;
}

.tpfas {
   padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.tp-cnts ul li {
   display: inline-block;
   font-size: 15px;
}
.tps-wwp {
   background-color: #000000;
}
.tp-scls {
   text-align: right;
}
.tpfas {
   padding: 6px;
    font-size: 20px;
    width: 24px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}
.tp-cnts ul{
   margin: 10px;
}
.tp-scls a {
   color: #ffffff;
}
.tp-cnts a {
   color: #ffffff;
}
.tp-cnts ul li:not(:last-child):after {
    content: "|";
    color: #000;
    margin: 0px 10px;
}

nav .navbar .links li .arrow {
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  color: #fff;
  transition: all 0.3s ease;
  margin-left: 5px;
}
nav .navbar .links li .sub-menu {
  position: absolute;
  top: 58px;
  left: 0;
  line-height: 40px;
  background: #003467;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu {
  display: block;
}
.navbar .links li .sub-menu li {
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar .links li .sub-menu a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow {
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu {
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu {
  display: block;
}

.navbar .fa-bars {
  display: none;
}
.sidebar-logo {
    display: none;
}
@media (max-width: 920px) {
  nav .navbar {
    max-width: 100%;
    padding: 0 25px;
  }

  nav .navbar .logo a {
    font-size: 27px;
  }
  nav .navbar .links li {
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  nav {
    /* position: relative; */
  }
  .navbar .fa-bars {
    display: block;
  }
  nav .navbar .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background: #3e8da8;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name {
    font-size: 25px;
    color: #fff;
  }
  .sidebar-logo i,
  .navbar .fa-bars {
    font-size: 25px;
    color: #fff;
  }
  nav .navbar .links {
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow {
    line-height: 40px;
  }
  nav .navbar .links li {
    display: block;
  }
  nav .navbar .links li .sub-menu {
    position: relative;
    top: 0;
    box-shadow: none;
    display: none;
  }
  nav .navbar .links li .sub-menu li {
    border-bottom: none;
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
    position: relative;
    left: 0;
  }
  .navbar .links li .sub-menu .more-sub-menu li {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .links li:hover .htmlcss-arrow,
  .links li:hover .js-arrow {
    transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu {
    display: none;
  }
  .navbar .links li .sub-menu .more span {
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu {
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu {
    display: none;
  }
  .navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu {
    display: block;
  }
  .navbar .nav-links.show1 .links .htmlcss-arrow,
  .navbar .nav-links.show3 .links .js-arrow {
    transform: rotate(180deg);
  }
  .navbar .nav-links.show2 .links .more-arrow {
    transform: rotate(90deg);
  }
  .sidebar-logo {
    display: block;
}
}
@media (max-width: 370px) {
  nav .navbar .nav-links {
    max-width: 100%;
  }
}

.thumbnail{
	border: 0 !important;
	    position: relative;
}
.integrity.core-sect {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	padding: 40px 0;
}
.core-sect .int-box {
    padding: 60px 15px;
	height: auto;
	border-radius: 10px;
}
.fusion-text {
    overflow: hidden;
}
.footer-mt .ftr-1a .form-group {
    margin-bottom: 15px;
}
.fq-tr .accordion-header h5 {
    font-size: 16px;
}

.counters {
    background: #003467;
	padding: 25px 0;
}

.counter-box {
    display: block;
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #feb715;
    line-height: 28px
}


.counter-box.colored p,
.counter-box.colored i {
    color: #fff
}

.counter-sign {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #feb715;
    line-height: 28px;
    margin-left: 10px;
}
.mission-vission {
    padding: 60px 0;
}
.bd-class-2 {
    background: linear-gradient(359.18deg, #FFF6EB 0.69%, #FFFAF5 98.52%);
	filter: drop-shadow(6px 6px 0 #f6b214);
    border-radius: 24px;
    padding: 55px 50px;
    text-align: center;
    margin: 0px 6px 6px 0;
	height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bd-class-2.clr-2 {
    background: linear-gradient(180deg, #F5FFFE 0%, #EBFFFE 100%);
	filter: drop-shadow(6px 6px 0 #01abc7);
}
.bd-class-2 h3.bd-class-title a {
    color: #000;
    font-weight: 600;
}
.integrity .int-box i {
    color: #ffffff;
    background: #d72f25;
    padding: 16px;
	height: 75px;
    width: 75px;
    border-radius: 50px;
    font-size: 25px;
	line-height: 34px;
    border: 6px solid #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.integrity .int-box i.fa.fa-handshake-o {
    background: #01a0e7;
}
.integrity .int-box i.fa.fa-trophy {
    background: #8cc644;
}
.integrity .int-box i.fa.fa-users {
    background: #f38221;
}
.intgrity-box img {
    width: 90px;
}

.home-table {
    padding: 60px 0;
}
.shadow-mt {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    -o-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    -ms-box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
}
.home-table table {
    border-collapse: separate;
    border: 0;
    width: 100%;
}
.home-table table tr th {
    text-align: center;
    background-color: #f8c746;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    font-weight: 900;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}
.home-table table tr td {
    border: solid 1px transparent;
    border-style: solid none;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: center;
    font-size: 15px;
}
.admisn {
    padding: 40px 20px;
    border-radius: 10px;
}
.admisn h3 {
    color: #083461;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
}
.admisn ul {
    padding-left: 2rem;
}

@media (max-width: 767px) {
	.tp-cnts ul {
		margin: 10px 0;
	}
	.tp-scls {
		text-align: center;
		display: none;
	}
	.tp-mns ul {
		text-align: center;
		margin-bottom: 0;
	}
	.tp-mns ul li {
		font-size: 10px;
		margin-top: 10px;
	}
	.tp-mns ul li:not(:last-child):after {
		margin: 0px 4px;
	}
	nav .navbar {
		height: 60px;
	}
	.ads-sapq1 a{font-size: 10px;}
	.ads-sapq1 h3 {font-size: 13px;	}
	.newsletter-content {
		text-align: center;
	}
	.about-us {
		padding: 50px 0;
	}
	.dir-img {float: none;}
	.gallery-sec .media-bx{
		height: auto;
		padding-bottom: 0 !important;
	}
	.cpy-p {
		text-align: center !important;
		font-size: 12px;
        margin: 0;
	}
	.tps-wwp {
		text-align: center;
		padding-bottom: 10px;
	}
}
@media screen and (min-width: 992px) {
  .navbar {
    padding: 0;
    line-height: 3rem;
	background-color: #003467 !important;
  }
  .navbar .dropdown-menu {
    line-height: initial;
  }

  .dropdown .dropdown-menu {
    display: none;
  }

  .dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
  }

  .dropdown:hover > .dropdown-menu {
    margin-top: -0.5rem;
  }

  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: -0.5rem;
    left: 100%;
    margin-left: 0;
  }
   .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        margin-top: 0;
        padding-top: 0;
        justify-content: center;
    }
	.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 20px;
        color: #fff;
    }
}
.dropdown:hover > .dropdown-menu {
        margin-top: -0.5rem;
        background: #003467;
        color: #fff;
        border: 0;
    }
	.dropdown:hover > .dropdown-menu a {
		color: #fff;
		background: #003467;
	}
	
	.who-we {
    background: #f9f9f9;
}

@media (max-width: 767px) {
	nav.navbar {
		background: #003467 !important;
	}
	nav.navbar button.navbar-toggler {
		background: #fff;
		margin: 0 11px;
	}
	.navbar-collapse{
		background: #ffffff;
	}
	nav.navbar .container {
		padding: 0;
	}
	
}

.faq-section .accordion-body ul li a {
  color: black;
  font-weight: 700;
}
.faq-section .accordion {
  width: 100%;
}

.faq-section .accordion-button:not(.collapsed) {
  /* background-color: #c5e5d8;*/
  background-color: var(--secondary-text);
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: none;
}

.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-button:before {
  content: "";
  position: absolute;
  /*   right: 0.75rem; */
  right: 0.75rem;
  top: 1.9rem;
  height: 2px;
  width: 1rem;
  background-color: #000;
}
.faq-section .accordion-button.collapsed:after {
  content: "";
  position: absolute;
  /*   right: 1.1875rem; */
  right: 1.1875rem;
  top: 1.4rem;
  height: 1.0625rem;
  width: 0.125rem;
  border-style: none;
  background-color: #000;
}

.accordion-item {
    background: #e5e3e3;
    margin-bottom: 16px;
    border: 0;
    border-radius: 10px !important;
}

.accordion-button.collapsed {
    background: #eee;
    border-radius: 10px !important;
}

.faq-section .accordion-button h5 {
  /*   color: #7dbc9e; */
  color: var(--primary-text);
  margin-right: 13px;
}
.faq-section .accordion-body {
  background-color: var(--secondary-text);
}
/* button:focus:not(:focus-visible) {
    outline: 0;
} */

/* list */
.faq-section ul {
  list-style-type: none;
  list-style-type: disc; /* Default bullet points for ul */
  margin-left: 20px;
}
.faq-section ul li {
  margin-bottom: 5px;
}
.faq-section .accordion-body ol {
  counter-reset: step-counter;
  list-style-type: none;
  padding-left: 0;
}

.faq-section .accordion-body ol > li {
  counter-increment: step-counter; /* Increment custom counter */
  margin-bottom: 10px;
}

.faq-section .accordion-body ol > li::before {
  content: "Steps " counter(step-counter) ": "; /* Custom prefix */
  font-weight: bold;
}

.tstmonial .card {
    margin-bottom: 26px;
}

.about-inn .about-img img{
	border: 5px solid #59c5d0;
}

@media screen and (min-width: 768px) {
  /*   .faq-section .accordion {
    width: 50%;
    margin: 0 auto;
  } */

  .accordion-button:before {
    right: 0.75rem;
  }

  .accordion-button.collapsed:after {
    right: 1.1875rem;
  }

  .faq-section .accordion-button h5 {
    margin-right: 0px;
	color: #000;
  }
}

.about-inn .about-info
{
    text-align: justify;
}

.about-img.ints-support
{
    border: 3px solid #55c5d0;
    padding: 20px;
    border-radius: 10px;
}
.tsrt .test-vdo video {
    box-shadow: none;
}

.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 7px;
}
.img-overlay i{
	color: #fff;
    font-size: 27px;
}
.thumbnail:hover .img-overlay{
	opacity:1;
}



@media (max-width: 767px) {
	.modal-dialog {
    width: auto !important;
    max-width: 700px;
}
.modal-header h3 {
    font-size: 18px;
}
.modal-header .close{
	top: 5px;
}

}