body {
	font-family: 'Lato', sans-serif;
	background-color:#000000;
    overflow-x: hidden;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	
}
a {
    color: #000;
}
p {
    font-size: 15px;
}
.mt-100{margin-top: 120px;}

.page-top{
	    background: rgb(255 131 2);
    background: linear-gradient(90deg, rgb(243 117 9) 0%, rgb(253 154 5) 100%);
    z-index: 5;
    position: fixed;
    top: 0;
	width: 100%;
 }
 .all-section{padding: 6px 0px;}
 
.top-text-style {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 0;
}

.contact-no {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
}
.contact-no i{color:#fff;}

.top-nav2{
	color:#000;
	/*z-index: 5;
    position: fixed;
    top: 0;*/
    width: 100%;
}
.btn-group-sm>.btn, .btn-sm {
    /* padding: 0.25rem 0.5rem; */
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0.2rem;
    padding: 1px 10px;
}
ul.top-nav2 {
    padding: 0;
    margin: 0px auto;
    text-align: center;
}
ul.top-nav2 li {
    list-style-type: none;
    /* float: left; */
    padding: 6px 10px;
    font-size: 18px;
    display: inline-block;
}
ul.top-nav2 li img{width: 20px;}


ul.top-nav {
    padding: 0;
    margin: 0px auto;
    text-align: center;
}
ul.top-nav li {
    list-style-type: none;
    /* float: left; */
    padding: 6px 10px;
    font-size: 18px;
    display: inline-block;
}
ul.top-nav li img{width: 20px;}

.hed-banner {
   
}
.liner-bg {
    background-image: url(../images/liner.png);
    background-position: top;
    background-size: contain;
    margin-top: 60px;
    padding: 58px 50px;
    background-repeat: no-repeat;
}
.we-do{}
.we-do img{ margin-bottom:20px;}
.we-do h5{font-size: 16px;color: #fff;}
.we-do p{
	font-family: 'arconregular';
	color: #999;
	font-size: 14px;
    margin: 0px 50px 0px 20px;
}
.btn-we-do {
    padding: 3px 15px;
    background-color: #d1d1d1;
    color: #000000;
    line-height: normal;
    border-radius: 15px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.team-box {
    padding-bottom: 30px;
}
.team-box img{}
.team-box h5 {
    font-family: 'arconregular';
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}
.team-box p{font-family: 'arconregular';color: #7b7b7b;text-transform: uppercase;}

.section-hading-sm {
    background-color: #7c7a7a;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0px auto;
    padding: 2px 12px;
    border-radius: 10px;
}

.section-hed2 h4{
    font-family: 'arconregular';
    color: white;
    font-size: 42px;
	text-transform: uppercase;
	    margin-bottom: 15px;
}
.underline {
    background-color: #d19b34;
    height: 4px;
    width: 90px;
    border-radius: 5px;
    margin: 0px auto;
}

.search-cut{ float:right;margin: 13px 0px;display: flex;}

.btn-line-light {
    color: #7b7b7b;
    background-color: transparent;
    background-image: none;
    border-color: #cecece;
}
.cart-btn {
    position: relative;
    margin-left: 15px;
}
.cunter {
    background-color: black;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: 0;
    color: white;
    padding: 1px 6px;
    font-size: 14px;
}
.scarch-box{ width:100%; position:relative;}
.scarch {
    color: #7b7b7b;
    background-color: transparent;
    background-image: none;
    border: 1px solid #cecece;
    border-radius: 4px;
    padding: 7px 5px 7px 25px;
	font-size: 14px;
	width: 100px;
}
form input:focus-visible, input.scarch:focus-visible {
    border: 1px solid #333;
	outline:none;
	width: 100%;
}
.contact-sidebar {
    position: fixed;
    top: 30%;
    right: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
  }
  
  .contact-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 24px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4); /* Darker shadow for better visibility */
  }
  .contact-btn a {
    color: #fff !important;
  }
  
  
  .contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.6); /* Stronger shadow on hover */
  }
  
  .whatsapp {
    background-color: #25D366 !important;
    box-shadow: 0px 4px 8px rgba(0, 128, 0, 0.5); /* WhatsApp shadow */
  }
  
  .messenger {
    background-color: #0078FF;
    box-shadow: 0px 4px 8px rgba(0, 64, 128, 0.5); /* Messenger shadow */
  }
  
  .call {
    background-color: #FF5E5E;
    box-shadow: 0px 4px 8px rgba(128, 0, 0, 0.5); /* Call shadow */
  }
  
.scarch-box i {
    position: absolute;
    top: 10px;
    left: 5px;
    color: #b9b9b9;
}

.logo-sm img {
    margin: 10px 0px 10px 0px;
	height: 60px;
}
.logo_card{
    background-color: #fff;
    text-align:center !important;
}
  .card-logo-img { 
    width: 150px !important;
    object-fit: cover;
    height: 100px;
  }

  .custom-card:hover .card-logo-img {
    transform: scale(1.2);
  }

  .card-title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
  }

  .card-title span {
    color: #007bff; /* Adjust color as needed */
  }
.top-nav {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 15;
    background-color: #00000082;
	/*box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.28);
-webkit-box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 6px 7px 0px rgba(0,0,0,0.28);*/
}
.navbar-light .navbar-nav .nav-link {
	font-family: 'arconregular';
    color: #fff;
	font-size:15px;
	padding: 6px 18px;
	text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link span .fa-bars{
	margin-left: 10px;
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#fff;
}

.navbar-light .navbar-nav .active>.nav-link{color: #fff;}

 .navbar-light .navbar-nav .nav-item:hover::after, .navbar-nav .nav-item.active::after {
	    content: "";
    width: 30px;
    height: 2px;
    background-color: #FFFFFF;
    display: block;
    margin: 0px auto;
}


.navbar {
    padding: 15px 0px;
}
.navbar-toggler-icon {
    width: auto;
    height: auto;
}
.navbar-light .navbar-toggler {
    color: rgb(152 152 152);
    border-color: rgb(202 202 202);
    position: absolute;
    top: -42px;
	outline:none;
}
.dropdown-item {
    color: #3d4348;
    font-size: 14px;
}
.banner-body{ position:relative;}

.banner-body h4 {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    margin-bottom: 0;
}
.banner-body h2 {
	font-family: 'the_seasonsregular';
    color: #fff;
    font-weight: 600;
    font-size: 85px;
	text-align: right;
}
.banner-body p{color: #fff; font-size: 14px;}

.banner-body h4 {
    color: #fff;
    font-size: 16px;
    background: #ff9a02;
    width: fit-content;
    padding: 0px 10px;
}
.banner-body h3 {
    color: #fff;
    font-size: 14px;
}
.banner-body h3 span{
    color: #fff;
    font-size: 21px;
    background: #ff9a02;
    width: fit-content;
    padding: 0px 10px;
	line-height: 44px;
}
.bann-logo{}
.bann-logo ul {
    margin: 0;
    padding: 0;
}
.bann-logo ul li {
    list-style-type: none;
    float: left;
    padding: 0 12px;
}
.bann-logo ul li img{width: 100px;}

.banner-text .black-bg {
    padding: 10px 125px;
    margin-bottom: 20px;
	background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
}
.banner-text .black-bg h5{color: #fff;margin-bottom: 0;}
.banner-text .black-bg h5 i{color: #edc403;}
.banner-text p{color: #fff;font-weight: 300;margin-left: 125px;}
.banner-text p span{ margin-right:10px;}
.bann-btn{margin-left: 125px; margin-top:30px;}

.owl-hero .owl-dots{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
}
.owl-hero .owl-dots .owl-dot{background-color: #ccbba000;}
.owl-hero .owl-dots .owl-dot span{background-color: #ffffff5e; outline:none; border:none;}
.owl-hero .owl-dots .owl-dot:focus{outline:none; border:none;}
.owl-hero .owl-dots .owl-dot:hover span{background-color: #f15a25;}
.owl-hero .owl-dots .owl-dot.active span{background-color: #f15a25;}

.spafecation{ margin:80px 0px;}
.spafecation-inn {
    background: #664a12;
    padding: 25px;
    border-radius: 90px;
}
.stap-1 h2 {
    color: #ffc85f;
    font-family: 'arconregular';
    font-weight: 600;
}
.stap-1 img{}
.stap-1 p {
    color: #fff;
    font-family: 'arconregular';
    margin-bottom: 0;
    margin-left: 5px;
}

.search-section {
    position: absolute;
	bottom: 0;
    z-index: 2;
	width: 100%;
}
.banner-search-bar {
    background-color: #00092c9e;
    padding: 35px 25px;
    border-radius: 14px;
    border: 2px solid #ff9900;
	margin: 0px 25px;
}
.banner-search-bar .form-group {
    margin-bottom: 1.5rem;
}
.banner-search-bar h5 {
    font-size: 20px;
    color: white;
    text-transform: uppercase;
}
.banner-search-bar .form-check-label {
    font-size: 12px;
    color: white;
}
.banner-search-bar input {
    font-size: 13px;
	padding: 8px;
}
.banner-search-bar select {
    font-size: 13px;
}
.banner-search-bar select>option {
    font-size: 13px;
}

.mr-auto{margin: 0px auto;}

.section-about {
	background-image:url(../images/about_bg.jpg);
	background-size:cover;
	background-position:center;
     padding: 100px 0px;
}
.section-about h5 {
    color: #ffffff;
    /* font-weight: 600; */
    margin: 25px 0px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.section-about p{
     color: #ffffff;
	 font-size: 18px;
	 margin-top: 15px;
}
.section-hading{
	font-family: 'the_seasonsbold';
	margin-bottom:0;
	font-size: 65px;
	color:#fff;
	text-transform:uppercase;
}


.know-more {
    font-family: 'arconregular';
    background-color: #ffffff2b;
    color: white;
    padding: 10px 15px;
    line-height: normal;
    border-radius: 15px;
    font-size: 17px;
    letter-spacing: 1px;
    /* font-weight: 600; */
}
.know-more i {
    color: #ffffff70;
    font-size: 18px;
    margin-left: 5px;
}
.know-more:hover {
   
}
.know-more:focus { outline:none !important; border:none !important;}

.hed-text-liner {
    background: rgb(255 131 2);
    background: linear-gradient(90deg, rgb(243 117 9) 0%, rgb(253 154 5) 100%);
    width: 70px;
    height: 2px;
    margin: 12px auto 0px auto;
}

.border-round {
    border-radius: 50%;
    padding: 0px 6px;
    font-size: 20px !important;
	float: right;
}
.top-college-box table{    width: 100%;}
.top-college-box table tr{}

.top-college-section{
	background-color: #ECECEC;
    padding: 60px 0px;
}
.college-list {
    background-color: white;
    border-radius: 8px;
	overflow:hidden;
}
.college-list .text-st-1 {
    font-size: 13px;
    padding: 6px 15px;
	margin-bottom: 0;
}
.college-list .text-st-2 span{color: #c7c7c7;}
.college-list .text-st-2 {
    color: #03bedd;
    font-size: 12px;
	padding: 6px 15px;
	margin-bottom: 0;
}
.college-list .text-st-3 {
    font-size: 12px;
    padding: 6px 15px 16px 15px;
    color: #d98d02;
	display: table;
    width: 100%;
}
.d2c img{
    background-color: #000;
    opacity: 0.7;
}
.college-list .text-st-3 span {
    color: #000;
    font-size: 14px;
    float: right;
}
.college-list-section{
	background-image:url(../img/college-list-bg.jpg);
	background-position:center;
	background-size:cover;
	padding:50px 0px;
}
.college-list-section h4{ margin:0; color:#FFFFFF; font-size:18px;}
.border-r15{ border-radius:15px;}
.section-three{
	padding:80px 0px 60px 0px;
}
.section-projects{padding:10px 0px 100px 0px;}
h4.no-ox{font-size: 50px;
    font-weight: 700;font-family: 'arconregular';color: #484848;}
h4.no-ox span {
    font-size: 16px;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
}
.owl-projects .owl-dots{ /*display:none*/}

.section-hed{
	font-family: 'the_seasonsbold';
	 text-transform: uppercase;
	 color: #ffffff;
}
.section-hed h2 {
    color: #ffffff0d;
    font-size: 70px;
}
.section-hed h4 {
    color: #fff;
    font-size: 46px;
    margin-top: -55px;
}
.section-hed h5 {
	font-family: 'arconregular';
    color: #d19b34;
    font-size: 16px;
	margin-top:50px;
	font-weight: 600;
    letter-spacing: 1px;
}
.section-three p{}

.line {
    border: 1px solid #dbdbdb;
    height: auto;
    background-color: antiquewhite;
    width: 1px;
    text-align: center;
    margin: 0px auto;
}

.section-four{padding:50px 0px;}
.img-rund {
    overflow: hidden;
    /*width: 250px;
    height: 250px;
    border-radius: 50%;*/
	border: 4px solid whitesmoke;
	border-top-left-radius: 20px;
	/*border-bottom-right-radius: 40px;*/
}
.img-rund img{height: inherit;}
ul.university-select{ margin:0; padding:0}
ul.university-select li{ list-style-type:none; float:left; padding:10px 0px;}
ul.university-select li p{font-size:14px; margin-bottom:0;color: #727272;}
ul.university-select li i{font-size:16px; margin-right:10px;color: #f16d0b;}


.section-five{}
.table-with-i{}
.table-with-i img {
    margin-right: 10px;
}

.abr-form-section{}
.abr-form-hading {
    background-color: #af7f22;
    font-family: 'arconregular';
    float: right;
    padding: 5px 26px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-bottom: 15px;
}
.abr-form-hading p{ color:#fff; margin:0px; text-align:right;}
.abr-form-hading h5{ color:#ffd179; margin:0px;font-size: 30px;}

.left-text-sect {
    margin: 70px 20px 30px 50px;
}
.left-text-sect h4 {
    color: #fff;
    font-family: 'arconregular';
    font-size: 26px;
    font-weight: 600;
}
.left-text-sect p{ color:#fff;font-family: 'arconregular';}

.table-with-i p{font-weight: 600;margin-bottom: 0; color:#000000 !important;}
 

.owl-feedback .owl-dots{}
.owl-theme .owl-dots .owl-dot {
    background-color: transparent;
    margin-top: 30px;
	outline: none;
}

.owl-feedback .owl-dots .owl-dot.active span, .owl-feedback .owl-dots .owl-dot:hover span {
    background: #f15a25;
}

.owl-feedback .owl-nav{
	 display: none;
	/*position:absolute;
	left:0;
	right:0;
	top: 40%;*/
}
.loop .owl-item .feedback-box {
    opacity: 0.5;
}
.loop .center .feedback-box {
    opacity: 1;
}
.feedback-box {
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
	margin-bottom: 15px;
	padding:15px;
    box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 40%);
    -webkit-box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 40%);
    -moz-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.4);
}
.feedback-box table{width: 100%;}
.feedback-box p{}
.feedback-box h6 {
    font-size: 12px;
    color: #f15a25;
}
.feedback-box img{width: 100px !important; height:100px; overflow:hidden; border-radius:50%;}

.blogs-section{ 
    background-color:#c1c1c1; 
    padding:60px 0px;
}
.blog-listing {
    background-color: #fff;
    padding: 15px;
    border-radius: 32px;
    min-height: 198px;
	text-align: center;
}
.test-img {
    width: 100px;
    height: 100px;
    border-radius: 29px;
    overflow: hidden;
	margin: 0px auto 15px auto;
}
.test-img img{}

.blog-listing h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #818181;
}
.blog-listing p{
	font-family: 'arconregular';
}
.blog-listing p.star{
	font-family: 'arconregular';
    font-size: 20px;
    color: #e4b145;
}

.blog-listing table{ width:100%}
.blog-listing table h4 {
    font-size: 14px;
    margin-top: 15px;
    color: #157ed9;
}
.blog-listing table i{ 
 
}
.blog-listing p{ 
    font-size: 12px;
	color: #666666;
}
.blog-listing  table img{ 
 width: 30px !important;
 height:30px;
 border-radius:50%; 
 overflow:hidden;
}

.newsletter-section{
	background-image:url(../images/bg-2.jpg); 
	background-position: top;
    background-size: cover;
    padding:60px 0px;
}
.newsletter-section h5 {
    font-size: 23px;
    color: #fff;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 30px;
}
.btn-light-custom {
    padding: 2px 15px;
    border-radius: 25px;
    font-size: 20px;
    background-color: #2e2e2e;
    color: white;
    border: 0;
    text-transform: uppercase;
}
.btn-light-custom i {
    margin-left: 10px;
    font-size: 22px;
    color: #9b9b9b;
}
.btn-light-custom:hover {color: #fff; background-color: #141414;}

.submit-btn {
    position: absolute;
    top: -127px;
    color: white;
    font-size: 15px;
    right: -142px;
    font-weight: 600;
    background: none;
    transform-origin: 0 0;
    transform: rotate(90deg);
}
.submit-btn:hover {
    color: #543a10;
}

.contact-detail {
    padding: 12px 80px;
    border-left: 2px solid #fff;
}
.contact-detail p{color: #fff;font-size: 14px;}
.contact-detail p i{color: #fff;font-size: 16px;}
#newsletter input {
    font-size: 14px;
    border-radius: 10px;
    border: 0;
}
.btn-kh {
    color: #fff;
    background-color: #b81761;
    border-color: #b81761;
}
.inside-page-banner{
	background-image:url(../img/admission-bg.jpg);
	background-position:center;
	background-size:cover;
	padding:170px 0px 40px 0px;
}
.inside-page-banner p{color: white;}

.inside-page-scrch-list{ background-color: whitesmoke;padding:60px 0px;}
.inside-page-scrch-list h4{font-size: 18px;}
.inside-college-list{}
.inside-college-list-box {
    background-color: white;
    border: 1px solid #dbdbdb;
    border-radius: 6px;
	margin-bottom:25px;
}
.inside-college-list-box p {
    font-size: 12px;
    padding: 15px 15px 0px 15px;
    margin-bottom: 0;
}
.inside-college-list-box p i{
	color:#FF0004;
}
.college-img{ position:relative;}
.college-img img{}
.college-img .black-pach {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8379726890756303) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.college-img .black-pach p {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: 10px;
}
.college-courses-fee {
    padding: 1px 15px;
    width: 100%;
	display: block;
}
.college-courses-fee p{font-size: 11px;    padding: 5px 0px;color: #707070;}
.college-courses-fee p span{color: #000;}
.br-10px{border-radius: 10px;}

.top {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff61;
	width: 45px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 5px;
    margin: 5px 7px;
    background: #b3b3b3;
	width: 25px;
}

.learn-bg {
    background-image: url(../images/bg-3.jpg);
    background-position: center;
    background-size: cover;
    height: auto;
    width: 100%;
}
.learn-bg h4 {
    color: #FFFFFF;
    margin: 132px auto;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.custom-m {
    padding: 25px 100px;
}
.section-top-coollege {
	padding: 60px 0px;
	background-color: #fbfaf9;
}
.out-box {
	border: 2px solid #DDDDDD;
}
.inner-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0px 15px;
}
.inner-box h4 {
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #DDDDDD;
	padding: 8px 0px 8px 0px;
	display: flow-root;
}
.inner-box button {
	float: right;
}
.downlod-btn {
	background-color: #2496e9;
	color: white;
	font-size: 10px;
	padding: 2px 2px;
}
.downlod-btn:hover {
	background-color: #C56C08;
	color: white;
	font-size: 10px;
	padding: 2px 2px;
}
.downlod-btn i {
	margin-left: 4px;
	font-size: 10px !important;
	color: #fff !important;
	margin-right: 4px !important;
}
.box1 {
	border-right: 2px solid #DDDDDD;
}
.box2 {
	border-right: 2px solid #DDDDDD;
}
.box3 {
}
.fa-check {
	font-size: 16px !important;
}
.university-select h6 {
	display: flow-root;
	font-size: 15px;
}
.university-select h6 button {
	float: right;
}
.university-select h6:hover {
	color: #C56C08;
	text-decoration: underline;
	cursor: pointer;
}
.blink {
	animation: blink 1.5s steps(1, end) infinite;
}
@keyframes blink {
 0% {
 opacity: 1;
}
 50% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}

.mibreit-thumbview-previous{ display:none;}
.mibreit-thumbview-next{ display:none;}

.inner-banner-text {
    position: absolute;
    top: 0;
    z-index: 12;
    left: 5%;
}
.inner-banner-text h2{
	font-family: 'the_seasonsregular';
    color: #fff;
    font-weight: 600;
    font-size: 70px;
    text-shadow: 0px 0px 40px rgb(0 0 0 / 94%);
	padding: 43% 30px;
}












.footer-bg{
	 /*background-color:#3a3a3a;*/
     padding:30px 0px 0px 0px;
	 color:#FFFFFF;
}
.footer-box {
    font-family: 'arconregular';
    background-color: #1e1e1e;
    padding: 16px;
    border-radius: 20px;
    margin: 0px;
}
.foot-hed {
    font-size: 24px;
    text-transform: uppercase;
}
.footer-box p {
    color: #ffffffa6;
    font-size: 14px;
}

ul.socel-i{ padding:0; margin:0px auto; display:inline-block;margin-top: 30px;}
ul.socel-i li {
    list-style-type: none;
    float: left;
    padding: 2px 12px;
    background-color: black;
    margin: 0px 5px;
    border-radius: 7px;
}
ul.socel-i li a{color:#FFFFFF; font-size:25px; }

/*.foot-about {
    font-size: 12px;
    font-weight: 300;
    margin: 20px 15px 20px 0px;
	line-height: 22px;
}
.foot-about span{
	color:#716868;
}
h4.foot-hed {
    font-size: 16px;
}
h4.foot-hed::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #717171;
    position: initial;
    bottom: 0;
    left: 14px;
    display: flex;
    margin-top: 10px;
}*/


ul.foot-nav { padding:0; margin:0px auto; display:inline-block}
ul.foot-nav li {
    list-style-type: none;
    /* float: left; */
    padding: 4px 0px;
    /* border-right: 1px solid; 
    line-height: 14px;*/
    text-align: left;
}
ul.foot-nav li a {
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
	line-height: 22px;
	display:flex;
}
ul.foot-nav li a i{
    color: #666666;
	margin-right: 10px;
	font-size: 18px;
}
ul.foot-nav li:last-child{border-right: 0px solid;}

.copyright-text{font-size: 12px; color:#999999; padding:20px 0px; margin-bottom:0;}

.copyright-text a{font-size: 12px; color:#999999; padding:20px 20px; margin-bottom:0;    text-decoration: underline;}

.form-custm {
    background: #ffffff;
    width: 700px !important;
	padding:10px 30px;
}
.form-btn-custm {
    background: #000;
    color: #FFFFFF;
    padding: 7px 20px;
    position: absolute;
    right: 35px;
    font-size: 14px;
}
.global-infowings{background-color: #852e46;}
.global-infowings-text{padding: 30px;}
.global-infowings-text h2{ color:#FFFFFF;}
.global-infowings-text p{ color:#FFFFFF;font-size: 14px;}

.small-deskp-sect{padding: 40px 0px;}
.deskp-sect-inner {
    background-image: linear-gradient(to right, rgb(0 0 0 / 75%), rgb(0 0 0 / 19%)), url(../img/deskp-bg.png);
    background-size: cover;
    background-position: center;
    padding: 15px;
    border-radius: 15px;
}
.deskp-univer-logo {
    border-radius: 5px;
    max-width: 65px;
    height: 65px;
    overflow: hidden;
	margin: 8px auto;
}
.deskp-univer-logo img{}
.deskp-sect-inner h5 {
    color: #FFFFFF;
    font-size: 18px;
    margin: 0;
    padding: 10px 0px;
}
.deskp-sect-inner h5 span {
    font-size: 15px;
    font-weight: 300;
}
.deskp-sect-inner p {
    color: #FFFFFF;
    font-size: 13px;
    margin: 0;
    padding: 10px 0px;
}
.deskp-sect-inner p i{
    color: #f15a25;
    font-size: 16px;
}
.add-bul {
    display: inline-table;
}
.add-bul i {
    color: #076DF8;
    margin-right: 8px;
}
.oerview-details {
    border: 1px solid #e1e1e1;
    margin: 40px 0px 25px 0px;
    border-radius: 8px;
    padding: 25px;
}
.oerview-details h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.oerview-details p{color: #000;font-size: 13px;}

.highlights-list{}
.highlights-list h4{
	color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}
.highlights-table{background-color: #00000005;}
.highlights-table td p {
    margin-bottom: 0;
    padding: 0px 15px;
    font-size: 14px;
}
.highlights-table td p i {
    color: #f15a25;
    margin-right: 6px;
}

.contact-details-box {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 16%);
    border-radius: 8px;
    margin-top: 40px;
    padding: 20px;
}
.contact-details-box h4{ font-size: 17px;}
.con-details-detail td p{ font-size: 14px;margin-bottom: 0;}
.con-details-detail td i{color: #f15a25;}
.con-details-detail td, .table th {
    background: #287cc2;
    color: white;
}
.galllery-box{
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 16%);
    border-radius: 8px;
    margin-top: 40px;
    padding: 20px;
}
.galllery-box h4 {
    font-size: 17px;
}
.galllery-box-inside {
    max-height: 335px;
    overflow: hidden;
}
.other-colleges-box{}
.other-colleges-text {
    margin-top: -48px;
}
.other-colleges-text img{ width:60px !important;}
.other-colleges-text h5{font-size: 14px;}
.other-colleges-text p{font-size: 12px;}

.articles-box{
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 16%);
    border-radius: 8px;
    margin-top: 40px;
    padding: 20px;
}
.articles-box h4 {
    font-size: 17px;
}
.articles-list {
    max-height: 375px;
}
.articles-list img{width: 80px;}
.articles-list p{font-size: 12px; margin-bottom:0;}

.top-login-section{    float: right;}
.top-login-section .navbar-toggler {
    color: white;
    position: absolute;
    right: 0;
    top: -4px;
    border: none;
    outline: none;
}
.top-login-btn{}

.owl-blog .owl-item{ opacity:.8}
.owl-blog .owl-item.center{ opacity:1}

.page-nation{ margin-top:100px;}
.page-nation p{}
.page-nation p span{ color:#7e7e7e;}
.page-nation h4{
	font-size: 20px;
    font-weight: 700;
    color: #000;
}
.page-nation h3{
	font-size: 28px;
    font-weight: 800;
    color: #BC8E1E;
	float: right;
}
.section-menu {
    background-color: #d5d5d5;
    padding: 12px;
    border-radius: 8px;
    display: flow-root;
}
ul.section-nav{ padding:0; margin:0;}
ul.section-nav li {
    list-style-type: none;
    float: left;
    padding: 10px 43px;
}
ul.section-nav li.p-add {
    padding: 10px 42px;
}
ul.section-nav li a{}
ul.section-nav li a:hover{color: #bd8600;}
ul.section-nav li.active a{color: #bd8600;}

.inner-bg{
	background-color: #fff;
    padding: 20px;
    border-radius: 6px;
}
.inner-bg h4{color: #1F3C3D; font-size: 20px;
    font-weight: 800;}
.line-gray {
    height: 1px;
    width: 100%;
    background-color: #e5e5e5;
    margin: 20px 0px;
}

.list-item {
    font-size: 14px;
    color: #48545E;
    display: flex;
}
.list-item:before {
    content: "";
    min-width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #1F3C3D;
    display: inline-block;
    margin-right: 10px;
    margin-top: 8px;
}
.overview{margin-bottom: 25px;}
.overview p{
	font-size: 12px;
    color: #7F7F7F;
    display: block;
	margin-bottom:0;
}
.overview h5{overflow-wrap: break-word;
    display: block;
    color: #4A4A4A;
    width: 100%;
    font-size: 14px;
    font-weight: 700;}
.icon-bg{
	background-color: #FAF8F4;
    min-width: 58px;
    max-width: 58px;
    min-height: 58px;
    max-height: 58px;
    display: inline-flex;
    height: 58px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
	margin-right: 10px;
}
.icon-bg img{width: 32px;}

.gall-box-sm {
    min-height: 137px;
    max-height: 137px;
    margin-bottom: 30px;
    overflow: hidden;
}
.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px 29px;
    transition: 0.3s;
    font-size: 13px;
    margin-bottom: -1px;
    background-color: #2c8f8f;
    color: white;
    border-radius: 4px;
    margin: 10px;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.tab button.active {
    background-color: #0e3636;
    color: white;
    border: none;
}







.owl-college-list .owl-nav {
    display: block !important;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.owl-college-list .owl-nav .owl-prev, .owl-college-list .owl-nav .owl-prev{
	left: -18px;
    position: absolute;
    background: #0000005e;
	padding: 4px 7px !important;
}
.owl-college-list .owl-nav .owl-prev, .owl-college-list .owl-nav .owl-prev:hover{

}
.owl-college-list .owl-nav .owl-prev span, .owl-college-list .owl-nav .owl-next span {
    color: white;
    font-size: 40px;
    line-height: 30px;
}
.owl-college-list .owl-nav .owl-next, .owl-college-list .owl-nav .owl-next{
	right: -18px;
    position: absolute;
	background: #0000005e;
	padding: 4px 7px !important;
}
.owl-college-list .owl-nav .owl-next, .owl-college-list .owl-nav .owl-next:hover{
	
}
.owl-college-list .owl-nav .owl-next:hover, .owl-college-list .owl-nav .owl-next:focus{
   outline:none; border:none;
}
.owl-college-list .owl-nav .owl-prev:hover, .owl-college-list .owl-nav .owl-prev:focus{
   outline:none; border:none;
}

.owl-college-list .owl-dots{ display:none; margin-top:30px !important;}
.owl-college-list .owl-dots .owl-dot{background-color: #ccbba000;}
.owl-college-list .owl-dots .owl-dot span{background-color: #716b61; outline:none; border:none;}
.owl-college-list .owl-dots .owl-dot:focus{outline:none; border:none;}
.owl-college-list .owl-dots .owl-dot:hover span{background-color: #d4d4d4;}
.owl-college-list .owl-dots .owl-dot.active span{background-color: #d4d4d4;}

ul.add-three{ margin:20px auto; padding:0;display: flex;}
ul.add-three li {
    float: left;
    text-decoration: none;
    list-style-type: none;
    padding: 0px 15px;
	display: inline-table;
}
ul.add-three li img{
    width: 100%;
}

 
a:hover{text-decoration: none;}
 
.owl-custom1 .owl-nav{ display:none;}
.owl-custom1 .owl-dots .owl-dot {
    background: #ffffff00;
	margin-top:20px;
}
.pul-right {
    float:right;
}
.college-fees-section{
   padding:100px 0px;
}
.college-fees-inner {
	position:relative;
    background-color: #af7f22;
    padding: 25px 60px 25px 25px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
	/*-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.36);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.36);*/
}
.college-fees-inner h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
    color: #fc9202;
    font-weight: 700;
    margin-top: 15px;
}
.college-fees .form-control {
    padding: 7.5px;
    font-size: 14px;
}
.label{color: #fff;font-family: 'arconregular'; margin-bottom:0px;}
.college-fees .form-control {
    padding: 0;
    font-size: 14px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #543a08;
    background-color: #fff0;
    background-clip: padding-box;
    border: 0px;
	border-bottom:1px solid #543a08;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dropdown-btn:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #000;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button 
.active {
  background-color: green;
  color: white;
}*/

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #f5f5f5;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-angle-down {
  float: right;
  padding-right: 8px;
  color: #f15a25;
}

.college-list-box {
    background-color: white;
    border-radius: 8px;
    padding: 15px;
    margin: 22px 0px 0px 0px;
}
.college-list-box h5 {
    font-size: 12px;
}
.college-list-box h5 span{ color:#939393;}
.college-list-box p {
    margin-bottom: 0;
    font-size: 13px;
    color: #219d0b;
}



/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 12px 15px;
  font-size: 14px;
  width: 20%;
}
.tab-box{border-radius: 23px;
    overflow: hidden;
}
.tab-box .tablink:focus{ outline:none !important;}

.tablink:hover {
  background-color: #777;
}
.tablink:hover {
  background-color: #f15a25;
}

/* Style the tab content (and add height:100% for full page content) */
/*.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}*/
.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #543a08;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #543a08;
   opacity:  1;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #543a08;
   opacity:  1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #543a08;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    #543a08;
}

.form-control::placeholder { /* Most modern browsers support this now. */
   color:    #543a08;
}

.owl-projects .owl-nav {
    margin: 0;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.owl-projects .owl-nav .owl-prev {
    position: absolute;
    left: -35px;
    background-color: transparent;
}
.owl-projects .owl-nav .owl-prev:hover, .owl-projects .owl-nav .owl-prev:focus {
    background-color: transparent;
	outline:none;
}
.owl-projects .owl-nav .owl-next{ 
    position: absolute;
    right: -35px;
    background-color: transparent;
}
.owl-projects .owl-nav .owl-next:hover, .owl-projects .owl-nav .owl-next:focus{ 
    background-color: transparent;
	outline:none;
}


.search-container {
	position: relative;
	display: inline-block;
	margin: 10px 2px 2px 2px;
	height: 40px;
	width: 50px;
	vertical-align: bottom;
	float:right;
}

.mglass {
	display: inline-block;
	pointer-events: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

.searchbutton {
    position: absolute;
    font-size: 33px;
    width: 100%;
    margin: 0;
    padding: 0px 14px;
    color: white;
	height: 40px;
}

.search:focus + .searchbutton {
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	background-color: #ffffff8a;
	color: black;
	cursor:pointer;
}

.search {
	position: absolute;
	left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: #ffffff8a;
	outline: none;
	border: none;
	padding: 0;
	width: 0;
	height: 100%;
	z-index: 10;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.search:focus {
	width: 260px; /* Bar width+1px */
	padding: 0 10px 0 0;
}

.expandright {
	left: auto;
	right: 49px; /* Button width-1px */
}

.expandright:focus {
	padding: 0 0 0 10px;
}



.zoom-in-out-box {	
  animation: zoom-in-zoom-out 1s ease infinite;
}
.zoom-in-out-box img{
	width: 22px;
}

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



.projects-box {
    background-color: #f9f9f914;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 30px;
}
.projects-box h4 {
    text-align: center;
    margin-top: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #d19b34;
    font-size: 20px;
}
.projects-box p {
    text-align: center;
    margin-bottom: 0;
    color: #DCDCDC;
}



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

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

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

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

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.sidebar-enquiry {
    display: block;
    width: 65px;
    height: 260px;
    border: 1px solid wheat;
    background: #034695;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 19;
    cursor: pointer;
    transition: all .35s ease;
}
.sidebar-enquiry span {
    display: block;
    width: 180px;
    height: 12px;
    transform: rotate(-90deg);
    position: absolute;
    top: calc(33% - 6px);
    left: -67px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
}

.sidenav-form {
    margin: 20px;
    border: 1px solid #b39e9e;
    padding: 15px;
    margin-top:0;
}
.sidenav-form .label {
    color: #000;
    font-family: 'arconregular';
    margin-bottom: 0px;
}
.sidenav-form .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #543a08;
    background-color: #ffffff7a;
    background-clip: padding-box;
    border: 0px;
    border-bottom: 1px solid #543a0800;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.sidenav-form .form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: 0rem;
}
.sidenav-form .form-check-label {
    margin-bottom: 0;
    margin-left: 20px;
}
#wpcs_overlay {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 18;
    background: rgba(49, 49, 49, 0.65);
}
.cont-seller .form-control {
    background-color: #0000000f;
    border-bottom: 1px solid #543a0800;
}


.virtual-bg{background-color: #17a2b8;padding: 25px 25px;border-radius: 6px;}
.virtual-btn{    font-size: 18px;}
.virtual-btn img{width: 50px;}






	
	

@media (max-width:1160px) {

.navbar-light .navbar-nav .nav-link {
    font-size: 12px;
    padding: 17px 22px;
}
}


@media (max-width:1024px) {
.sidenav .closebtn {
    right: 304px;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 7px;
}
.tab button {
    padding: 8px 12px;
    margin: 5px 10px;
}
.form-custm {
    width: 580px !important;
}
.inner-hero-text {
    padding: 80px 0px;
}
.reliable-rad {
    margin: 0px 55px 30px 30px;
}
.banner-body {
    
}
.banner-search-bar {
    padding: 18px 15px;
}
.banner-search-bar input {
    padding: 5px 10px;
}
.inner-banner-text h2 {
    font-size: 50px;
    padding: 51% 30px;
 padding-top: 33%;
}
.mibreit-thumbview {
    margin-top: -135px !important;
}
.mibreit-center-box img{
	margin-top:0px !important;
}
}

@media (max-width:768px) {
.inner-banner-text h2 {
    font-size: 40px;
    padding-top: 23%;
}
.mibreit-thumbview {
    margin-top: -135px !important;
}
.mibreit-thumbElement {
    width: 120px !important;
    height: 80px !important;
}
.gall-box-sm {
    min-height: 80px;
    max-height: 80px;
    margin-bottom: 25px;
}
.navbar-light .navbar-nav .nav-item:hover::after, .navbar-nav .nav-item.active::after {
    margin: 0;
}
ul.section-nav li {
    padding: 10px 8px;
}
ul.section-nav li.p-add {
    padding: 10px 8px;
}
.logo-sm img {
    height: 40px;
    margin: 0px 0px 7px 0px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 10px 0px;
	    text-align: left;
}
.navbar {
    display: contents;
}
.navbar-collapse {
    margin: 0px 20px;
}

ul.top-nav {
    margin: 0px auto;
    text-align: center;
}
ul.top-nav li {
    float: inherit;
    display: inline-block;
}

.top-text-style {
    font-size: 12px;
}
.stap-1 {
    margin: 20px;
}
.mt-100 {
    margin-top: 0px;
}
.liner-bg {
    background-image: url(../images/liner-md.png);
}
.we-do p {
    margin: 0px 0px 0px 20px;
}
.navbar-light .navbar-toggler {
    top: -40px;
    right: 20px;
}
.logo-sm {
    margin-left: 0px;
    margin-top: 12px;
}
.tab button {
    padding: 8px 10px;
    margin: 5px 7px;
}
.prod-box h5 {
    font-size: 12px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 28px;
    line-height: 18px;
    min-height: 72px;
}
.prod-box {
    padding: 20px 10px;
}
.btn-black-border {
    padding: 5px 18px;
    font-size: 12px;
}
.pul-right {
    float: inherit;
    text-align: center;
}
.form-btn-custm {
    right: 75px;
}
.banner-text h4 {
    font-size: 25px;
}
.search-section {
    position: absolute;
    top: 50%;
    z-index: 2;
    margin: auto 0%;
    width: 100%;
}
.search-container {
    margin: 4px 2px 2px 2px;
}
.dis-n-md{ display:none;}
.banner-search-bar {
    padding: 15px 20px 5px 20px;
}
.banner-search-bar h5 {
    font-size: 16px;
  /*  margin-bottom: 15px !important;*/
}
.banner-body {
    
}
.team-box {
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: -30px;
}
.section-five {
    margin-top: 50px;
}
.left-text-sect {
    margin: 50px 20px 30px 30px;
}
.form-control {
    padding: 3px 10px;
}
.btn-sub {
    padding: 3px 15px;
    margin-top: 10px;
}
.banner-body h2 {
    font-size: 46px;
}
.banner-body h3 span {
    font-size: 19px;
}
.learn-bg h4 {
    margin: 130px auto;
    font-size: 25px;
}
.img-rund {
    width: auto;
    height: auto;
}
.custom-m {
    padding: 25px 40px;
}
.bann-btn {
    margin-left: 60px;
    margin-top: 25px;
}
.owl-hero .owl-dots {
    bottom: 25px;
}
.prod-text {
    padding: 18px 0px;
    font-size: 18px;
}
.prod-text span {
    font-size: 28px;
}
.inner-hero-text {
    padding: 55px 0px;
}
.reliable-rad {
    margin: 0px 25px 30px 15px;
}
.dropdown-menu {
    border: 0px solid rgba(0,0,0,.15);
}
.dropdown-item {
    font-size: 12px;
}
.tablink {
    padding: 10px 10px;
    font-size: 13px;
}

}




@media (max-width:767px) {
.mibreit-thumbview {
    margin-top: -320px !important;
}
	
.hed-banner img{ height:180px;}

.inner-banner-text h2 {
    font-size: 27px;
    padding-top: 32%;
    padding-bottom: 0px;
}
.section-projects {
    padding: 10px 0px 40px 0px;
}	
.section-about {
    padding: 50px 0px;
}
.know-more {
    margin-bottom: 60px;
}
.owl-projects .owl-nav .owl-prev {
    left: -15px;
}
.owl-projects .owl-nav .owl-next {
    right: -15px;
}
.foot-hed {
    font-size: 20px;
}
.col-xs-6{ width:50%;}

.banner-body h2 {
    font-size: 30px;
}
.gall-box-sm {
    min-height: 80px;
    max-height: 80px;
    margin-bottom: 0;
    margin-top: 20px;
}
.section-menu {
    margin-top: 25px;
}
ul.section-nav li {
    padding: 10px 10px;
}
.search-container {
    right: 15px;
}
.searchbutton {
    background-color: #00000024;
    border-radius: 4px;
}
.banner-body {
    margin-top: 0px;
}
.border-rig {
    border-right: 0px solid #d6d6d6;
}
.newsletter-section h5 {
    font-size: 18px;
}
.btn-black-border {
    padding: 8px 25px;
    font-size: 16px;
}
.prod-box {
    padding: 20px 20px;
}	
.prod-box h5 {
    font-size: 16px;
	min-height: 70px;
	line-height: 24px;
	margin-bottom: 35px;
}
.banner-body h4 {
    margin-bottom: 30px !important;
}
.contact-no {
    font-size: 14px;
    text-align: right;
}
.top-text-style {
    font-size: 11px;
	text-align: center;
}
.dis-no-lg{ display:block;}
.dis-no-sm{ display:none;}
.owl-college-list .owl-nav .owl-prev, .owl-college-list .owl-nav .owl-prev:hover {
    left: -20px;
}
.owl-college-list .owl-nav .owl-next, .owl-college-list .owl-nav .owl-next:hover {
    right: -20px;
    position: absolute;
    background: #d6d6d600;
}
.owl-college-list .owl-nav .owl-prev span, .owl-college-list .owl-nav .owl-next span {
    color: white;
    font-size: 49px;
    line-height: 30px;
}
.owl-college-list .owl-nav {
    top: 25%;
}
.form-custm {
    width: 385px !important;
}
.form-btn-custm {
    right: 19px;
}

.mt-100 {
    margin-top: 100px;
}

ul.foot-nav li a {
    font-size: 10px;
}

.pul-right {
    float: inherit;
    /*text-align: center;*/
}
ul.top-nav2 li {
    list-style-type: none;
    /* float: left; */
    padding: 6px 5px;
    font-size: 10px;
    display: inline-block;
}
.top-con-no {
    font-size: 11px;
    padding: 2px 0px;
}
.top-nav {
    /*min-height: 98px;*/
}
.logo-sm{ 
  text-align:start !important;
  margin-left: 0;
}
.all-section {
    padding: 7px 0px;
}
.navbar-light .navbar-toggler {
    top: -40px;
}
.spafecation {
    margin: 30px 15px;
}
.section-hading {
    font-size: 40px;
}
.mt-100 {
    margin-top: 0;
}
.section-hed h2 {
    color: #ffffff0d;
    font-size: 55px;
}
.section-hed h4 {
    color: #fff;
    font-size: 34px;
    margin-top: -46px;
}
.section-hed2 h4 {
    font-size: 26px;
}
.left-text-sect {
    margin: 0px 0px 20px 0px;
}
.college-fees-inner {
    margin: 0px 0px 0px 15px;
}
.submit-btn {
    top: -220px;
}
.abr-form-section{ margin-top:50px !important;}
.team-box {
    padding-bottom: 0;
    margin-top: 50px;
    margin-bottom: -30px;
}
.section-five {
    margin-top: 20px;
}
.search-section {
    position: absolute;
    top: 32%;
    z-index: 2;
    margin: auto 0%;
    width: 100%;
}
.search-container {
    position: absolute;
}
.menu-sm-devi{
    position: absolute;
    top: 60px;
    background-color: #fff;
}
.scarch {
    width: 270px;
}
form input:focus-visible, input.scarch:focus-visible {
    width: 270px;
}
.prod-text {
    font-size: 16px;
}
.prod-text span {
    font-size: 26px;
}
.banner-text {
    top: 48px;
}
.banner-text h4 {
    
}
.banner-text h2 {
    font-size: 22px;
    margin-left: 25px;
    margin-bottom: 0;
}

.banner-text .black-bg {
    padding: 4px 25px;
    margin-bottom: 8px;
}
.banner-text .black-bg h5 {
    font-size: 12px;
}
.banner-text p {
    margin-left: 25px;
    font-size: 12px;
    margin-bottom: 0;
}
.owl-hero .owl-item img {
    height: 300px;
}
.bann-btn {
    margin-left: 25px;
    margin-top: 12px;
}
.btn-dark {
    padding: 5px 16px;
    font-size: 12px;
}
.owl-hero .owl-dots {
    bottom: 14px;
}
.tab button {
    padding: 8px 10px;
    margin: 5px 5px;
    width: 46%;
}
ul.add-three {
    display: contents;
}
ul.add-three li {
    padding: 7px 15px;
    width: 100%;
}
.inner-hero-text {
    padding: 35px 0px;
    font-size: 24px;
}

.reliable-rad h2 {
    font-size: 36px;
}
.reliable-rad {
    margin: 0px 0px 30px 0px;
}
.tab {
    width: 100%;
    height: auto;
}
.tabcontent {
    width: 100%;
    height: auto;
    border-left: 1px solid #ccc;
}
.get-admission {
    padding: 0px 0px 30px 0px;
}
.liner-bg {
    background-image: url(../images/liner-sm.png);
}
.we-do p {
    margin: 0px 0px 0px 0px;
}
.we-do img {
    width: 55px;
}
.m-b-sm{ margin-bottom:50px !important;}

.college-list-section h4 {
    margin-bottom: 23px;
    text-align: center;
}
.contact-detail {
    padding: 12px 12px;
    border-left: 0px solid #fff; 
}
.top-login-section .navbar-toggler {
    top: -27px;
}
.tablink {
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
    width: 50%;
}
.learn-bg h4 {
    margin: 80px auto;
}
.table th {
    font-size: 14px;
}
.inner-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0px 15px;
}
ul.university-select li {
    width: 100%;
}
.box1 {
    border-right: 0px solid #DDDDDD;
}
.box2 {
    border-right: 0px solid #DDDDDD;
}
.copyright-text {
    padding: 6px 0px;
}
}

@media (max-width: 430px){
.search-section {
    top: 180px;
}
.inner-banner-text {
    left: -2%;
}
.inner-banner-text h2 {
    padding-top: 30%;
}
}

@media (max-width: 412px){
.search-section {
    top: 194px;
}
}

@media (max-width: 375px){
.liner-bg {
    background-image:none;
	padding: 0px 0px;
}
 ul.top-nav2 li {
    padding: 6px 2px;
    font-size: 9px;
}
.form-custm {
    width: 346px !important;
}
.scarch {
    width: 232px;
}
form input:focus-visible, input.scarch:focus-visible {
    width: 232px;
}
.top-text-style {
    font-size: 10px;
}
.btn-call {
    font-size: 24px;
}
.inner-hero-text {
    padding: 28px 0px;
}
.d-sm-none{ display:none !important;}
.banner-body h2 {
    font-size: 22px;
}
.banner-body h4 {
    font-size: 13px;
}
.banner-body h3 span {
    font-size: 16px;
	line-height: 30px;
}
.banner-body h2 {
    font-size: 30px;
}
.inner-banner-text h2 {
    padding-top: 30%;
    font-size: 24px;
}
}




@media (max-width: 326px){
.hed-banner img {
    height: 150px;
}
.form-custm {
    width: 290px !important;
}
 ul.top-nav2 li {
    padding: 6px 2px;
    font-size: 8px;
}
.scarch {
    width: 175px;
}
form input:focus-visible, input.scarch:focus-visible {
    width: 175px;
}
.btn-call {
    font-size: 20px;
}
.tab button {
    padding: 8px 10px;
    margin: 5px 5px;
    width: 45%;
    font-size: 12px;
}
.contact-no {
    font-size: 12px;
}
.top-text-style {
    font-size: 8px;
}
.all-section {
    padding: 10px 0px;
}
.inner-hero-text {
    padding: 27px 0px;
    font-size: 20px;
}
.inner-banner-text h2 {
    padding-top: 30%;
    font-size: 19px;
}
}

@media (max-width: 320px){
.sidenav .closebtn {
    right: 255px;
}
.section-hed h2 {
    font-size: 45px;
}
.section-hed h4 {
    font-size: 30px;
    margin-top: -40px;
}
.banner-body h3 span {
    font-size: 14px;
}
.search-section {
   
}
.banner-search-bar {
    margin: 10px 0px 0px 0px;
}
.logo-sm {
    text-align: left;
}
.logo-sm img {
    height: 25px;
}
.all-section {
    padding: 6px 0px;
}
.hed-banner {
    
}
.custom-m {
    padding: 25px 30px;
}

}






.search-bar{margin-top: 15px;margin-right: 15px;}
	.search-box {
		display: inline-flex;
		padding: 2px;
		border: 1px solid #fff;
		outline: none;
		border-radius: 23px;
		float: right;
	}
	.search-box:focus-within { 
		border-color: dodgerblue;
	}
	.search-box input {
		outline: none;
		border: none;
		width: 0;
		background-color: transparent;
		color: #fff;
		font-size: 16px;
		padding: 0;
		transition: width .4s cubic-bezier(0.18, 0.89, 0.32, 1.33);
	}
	.search-box input::placeholder {
		color: lightgray;
	}
	.search-box:hover input,
	.search-box input:focus,
	.search-box input:valid {
		margin-left: 5px;
		width: 250px;
	}
	.search-box button {
		outline: none;
		border: none;
		cursor: pointer;
		background-color: #70809000;
		padding: 4px;
		width: 35px;
		height: 35px;
		border-radius: 50%;
		-webkit-appearance: none;
	}
	.search-box button i{color: #fff;}
	
	.search-box:focus-within button {
		background-color: #70809000;
	}
	.search-box input:focus + button {
		background-color: #70809000;
	}
	.search-box input:valid + button {
		background-color: #70809000;
	}


ul.fixed-btn {
    float: right;
    border: 1px solid #fff;
	border-radius: 3px;
	overflow:hidden;
    background-color: #ccc;
    position: fixed;
    bottom: 40px;
    right: 0px;
    z-index: 10;
	padding:0;
	margin:0;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35); 
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
}

ul.fixed-btn li{
	list-style-type:none;
	text-decoration:none;
	float:left;
	padding: 6px 30px;
}

.whatsapp-btn {
  /*  float: right;
    border: 1px solid #3bb13f;
    padding: 6px 20px;*/
/*    border-radius: 50%;
    width: 50px;*/
/*    height: 50px;*/
    background-color: #00cd3f;
/*    position: fixed;
    bottom: 40px;
    right: 25px;
    z-index: 10;*/
    /*-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.35);*/
}
.whatsapp-btn:hover {
    background-color: #664a12;
}
.email-btn {
    background-color: #cd6f0a;
}
.email-btn:hover {
    background-color: #664a12;
}
.call-btn {
    background-color: #6e3a9a;
}
.call-btn:hover {
    background-color: #664a12;
}
.btn-org a {
    color: #fff;
}
.btn-org i {
    color: #fff;
    font-size: 22px;
}


.section-hed2 h4{
    font-family: 'arconregular';
    color: white;
    font-size: 42px;
	text-transform: uppercase;
	    margin-bottom: 15px;
}
.underline {
    background-color: #d19b34;
    height: 4px;
    width: 90px;
    border-radius: 5px;
    margin: 0px auto;
}
.cont-seller .form-control {
    background-color: #0000000f;
    border-bottom: 1px solid #543a0800;
}




.contact-address{ margin-bottom:30px; }
.contact-address table{ 
    margin:0px auto; 
}
.contact-address i {
    color: #d19b34;
    margin-right: 10px;
    font-size: 20px;
}
.contact-address p{
    font-size: 17px;
    color: #aaaaaa;
    margin-bottom: 0;
}
.contact-form {
    background-color: #f9f9f914;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #b39e9e;
    margin: 0px 25px;
}
.contact-form .form-control {
    color: #ababab;
    background-color: #fff0;
    border-bottom: 1px solid #858585;
}
.contact-form .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ababab;
}
.contact-form .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ababab;
   opacity:  1;
}
.contact-form .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ababab;
   opacity:  1;
}
.contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ababab;
}
.contact-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
   color:    #ababab;
}

.contact-form .form-control::placeholder { /* Most modern browsers support this now. */
   color:    #ababab;
}
.opacity-down{ opacity:.1;}

.inner-bg{
	background-color: #fff;
    padding: 20px;
    border-radius: 6px;
}
.inner-bg h4{color: #1F3C3D; font-size: 20px;
    font-weight: 800;}

.error {
	color: red;
}