@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
margin: 0;
padding: 0;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
a:hover,a:focus {
text-decoration: none;
box-shadow: none;
}
a {
transition: 0.4s all ease-in-out;
text-decoration: none;
}
ul {
list-style: outside none none;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Montserrat', sans-serif;
position: relative;
} .top-menu ul {
display: flex;
}
.top-menu ul li {
margin-right: 15px;
border-right: 1px solid #fff;
padding-right: 15px;
}
.top-social ul {
display: flex;
justify-content: flex-end;
}
.top-social ul li {
margin-right: 5px;
}
.top-social ul li a {
width: 30px;
height: 30px;
line-height: 32px;
text-align: center;
background-color: #d1143e;
color: #fff;
display: inline-block;
border-radius: 5px;
}
section.top-head {
background-color: #17345a;
padding: 10px 0;
}
section.top-head .row {
align-items: center;
}
.top-menu ul li a {
color: #fff;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
}
.top-menu ul li:last-child {
border: none;
}
.top-social {
text-align: right;
}
.top-social ul li a:hover {
background-color: #ffffff;
color: #d1143e;
}
.top-menu ul li a:hover {
color: #d1143e;
}
section.main-nav .navbar-brand img {
width: 180px;
}
section.main-nav ul.navbar-nav li a {
color: #000;
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
padding: 10px 20px !important;
}
section.main-nav ul.navbar-nav {
margin-left: auto !important;
margin-right: 0 !important;
}
section.main-nav ul.navbar-nav li:last-child a {
padding-right: 0 !important;
}  .slide-item {
position: relative;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 490px;
display: flex;
align-items: center;
}
.slide-item:before {
position: absolute;
content: '';
width: 100%;
height: 100%;
background: -webkit-linear-gradient(-180deg, rgb(26 25 24 / 67%), #000000 150%);
top: 0px;
right: 0px;
z-index: 1;
}
.image-layer {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.content-box {
position: relative;
display: block;
z-index: 5;
width: 100%;
}
.content-box h2 {
font-weight: 600;
color: #fff;
text-transform: capitalize;
margin-bottom: 5px;
font-size: 40px;
line-height: 20px;
}
.content-box p {
font-weight: 500;
text-transform: none;
font-size: 1.125rem;
letter-spacing: -.09px;
line-height: 1.3333333333;
color: #fff;
padding: 15px 0;
}
.banner-btn a:nth-child(1) {
background: #d1143e;
color: #fff;
border-radius: 100px;
margin-right: 10px;
}
.content-box a {
margin: 10px 0;
position: relative;
background: #fcfcfc;
border-radius: 5px;
padding: 10px 30px;
color: #5f1ebe;
font-size: 15px;
font-weight: 600;
display: inline-block;
-webkit-transition: all .45s cubic-bezier(.65,0,.076,1);
-o-transition: all .45s cubic-bezier(.65,0,.076,1);
transition: all .45s cubic-bezier(.65,0,.076,1);
}
.banner-btn a:nth-child(2) {
background: transparent;
color: #fff;
border: 1px solid #fff;
border-radius: 100px;
}
div#home-silder .owl-nav {
display: none;
}
section.main-silder .owl-dots {
display: flex;
justify-content: center;
position: absolute;
bottom: 15px;
left: 0;
right: 0;
}
section.main-silder .owl-dots button {
border-radius: 50%;
width: 15px;
height: 15px;
background-color: rgba(0, 0, 0, 0);
box-shadow: inset 0 0 0 2px #ffffff;
-webkit-transition: background 0.3s ease;
transition: background 0.3s ease;
margin-right: 10px;
}
section.main-silder button.owl-dot.active {
background: #fff !important;
}
.banner-btn a:nth-child(1):hover {
background: #fff;
color: #d1143e;
}
.banner-btn a:nth-child(2):hover {
background: #d1143e;
color: #fff;
border-color:#d1143e;
}
.info-silder p {
margin-bottom: 0;
color: #fff;
font-weight: 600;
font-size: 16px;
}
section.add-text {
padding: 10px 0 0;
background: #17345a;
}  .about-img img {
width: 100%;
}
section.about-sec .row {
align-items: center;
}
.about-text h2 {
color: #0b0c0c;
margin-bottom: 10px;
font-size: 32px;
font-weight: 800;
}
.about-text p {
text-align: justify;
line-height: 25px;
color: #454343;
font-size: 15px;
font-weight: 500;
}
section.about-sec {
padding-top: 40px;
background: #f0f9ff;
}
.thm-btn {
margin: 10px 0;
position: relative;
background: #d1143e;
padding: 10px 30px;
color: #fff;
font-size: 15px;
font-weight: 600;
display: inline-block;
border-radius: 100px;
}
.thm-btn:hover {
background: #ab0229;
}  section.top-uni {
background: #f0f9ff;
padding: 50px 0;
}
.title {
text-align: center;
}
.title h2 {
color: #0b0c0c;
margin-bottom: 10px;
font-size: 26px;
font-weight: 800;
}
section.top-uni .title {
margin-bottom: 50px;
}
.top-box img {
width: 100%;
}
.top-text {
width: 100%;
-webkit-box-shadow: 0 3px 12px 8px #ececec;
box-shadow: 0 3px 12px 8px #ececec;
padding: 20px;
text-align: center;
}
.top-text strong {
display: block;
color: #101834;
font-size: 15px;
font-weight: 700;
line-height: 25px;
margin-bottom: 5px;
}
.top-text span {
font-weight: 400;
font-size: 16px;
display: block;
}
.top-box {
margin-bottom: 30px;
border: 1px solid #b1b1b1;
}
.top-text span i {
padding-right: 10px;
}
.collage-sec {
background: #fff !important;
}
#collage-silder .owl-nav button.owl-prev, #collage-silder .owl-nav button.owl-next {
left: -40px;
top: 0;
position: absolute;
height: 33px;
bottom: 0;
margin: auto !important;
background: transparent !important;
}
#collage-silder .owl-nav button.owl-next {
left: unset;
transform: rotate(180deg);
right: -40px;
}
#collage-silder .owl-dots {
display: none;
}
#collage-silder .owl-nav button img {
width: 20px;
}
.counter-area {
background: transparent url(//colleges-india.com/wp-content/themes/college-dir/assets/css/assets/images/counter-bg.jpg) no-repeat center center/cover;
min-height: 500px;
position: relative;
padding: 100px 0;
}
.counter-area:before {
background: rgba(254, 199, 34, 0.1);
content: "";
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 0;
}
.counter-area .counters {
background: transparent url(//colleges-india.com/wp-content/themes/college-dir/assets/images/counter-shape-bg.png) no-repeat center center/cover;
text-align: center;
z-index: 2;
color: #ffffff;
}
.counter-area .counters .counters-item {
padding: 40px 0;
}
.counter-area .counters .counters-item .counter-box img {
padding-bottom: 15px;
}
.counter-area .counters .counters-item .counter-box .counter {
color: #ffffff;
font-size: 35px;
font-weight: 600;
}
.counter-area .counters .counters-item .counter-box span {
color: #ffffff;
font-size: 18px;
text-transform: uppercase;
}
.counter-area:after {
background: rgba(0, 0, 0, 0.5);
content: "";
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1;
}
.counter-area .counter-text-bottom {
background: #ffffff;
float: right;
margin-top: 50px;
padding: 0;
text-align: center;
z-index: 2;
z-index: 2;
}
.counter-area .counter-text-bottom .counter-text-box .counter-text {
padding: 60px 40px;
margin: 0;
}
.section-header-box {
margin-bottom: 28px;
}
.section-header, .section-header-l {
padding-bottom: 25px;
text-align: center;
}
.section-header:before, .section-header-l:before {
border-bottom: 1px solid #b2b2b2;
bottom: 15px;
content: "";
height: 2px;
left: 50%;
position: absolute;
transform: translateX(-50%);
width: 100px;
}
.counter-area .counter-text-bottom .counter-text-box .counter-text p {
margin: 0;
font-size: 16px;
line-height: 26px;
}
.counter-area .counter-text-bottom .counter-text-box .counter-btn {
background: #d1143e;
padding: 25px 0;
}
.counter-area .counter-text-bottom .counter-text-box .counter-btn a {
color: #fff;
margin: 0px;
text-decoration: none;
text-transform: uppercase;
font-weight: 600;
font-size: 25px;
}
.section-header h2 {
position: relative;
margin: 0;
text-align: center;
color: #333333;
font-size: 48px;
font-weight: 700;
}
.section-header {
position: relative;
}
section.blog-sec {
padding: 40px 0;
background: #f0f9ff;
}
.it-blog-card {
margin-bottom: 25px;
transition: .5s;
}
.it-blog-card .blog-image a img {
border-radius: 10px;
width: 100%;
}
.it-blog-card .blog-content {
position: relative;
background-color: #fff;
-webkit-box-shadow: 0px 4px 20px rgba(27, 21, 37, 0.08);
box-shadow: 0px 4px 20px rgba(27, 21, 37, 0.08);
border-radius: 10px;
padding: 35px 25px;
max-width: 380px;
margin: -55px auto 0;
}
.it-blog-card .blog-content .date {
background-color: #d1143e;
display: inline-block;
padding: 10px 15px;
text-align: center;
border-radius: 5px;
position: absolute;
right: 25px;
top: -35px;
}
.it-blog-card .blog-content .date b {
display: block;
color: #fff;
font-size: 12.5px;
font-weight: bold;
line-height: 1;
}
.it-blog-card .blog-content .date span {
color: #fff;
font-size: 12px;
font-weight: 500;
line-height: 1;
}
.it-blog-card .blog-content .meta {
padding: 0;
margin-bottom: 15px;
}
.it-blog-card .blog-content .meta li {
color: #777181;
list-style-type: none;
display: inline-block;
margin-right: 10px;
position: relative;
}
.it-blog-card .blog-content .meta li i {
color: #d1143e;
font-size: 15px;
margin-right: 2px;
}
.it-blog-card .blog-content .meta li a {
color: #777181;
}
.it-blog-card .blog-content h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
line-height: 25px;
}
.it-blog-card .blog-content h3 a {
color: #000;
}
.it-blog-card .blog-content p {
margin-bottom: 12px;
color: #777181;
font-weight: 400;
}
.it-blog-card .blog-content .blog-btn {
color: #1b1525;
font-weight: bold;
}
section.blog-sec .title {
margin-bottom: 50px;
}
section.review-sec {
padding: 50px 0;
}
.title p {
line-height: 30px;
color: #454343;
font-size: 16px;
font-weight: 500;
}
div#review-silder {
margin-top: 50px;
}
.it-feedback-card {
background: #fff;
overflow: hidden;
border: 1px solid #bfbfbf;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 30px;
position: relative;
z-index: 1;
margin-bottom: 25px;
}
.it-feedback-card .info {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 18px;
}
.it-feedback-card .info img {
max-width: 65px;
border-radius: 50%;
border: 2px solid #C4C4C4;
}
.it-feedback-card .info .title {
margin-left: 15px;
}
.it-feedback-card .info .title h3 {
font-size: 18px;
margin-bottom: 0;
font-weight: 700;
}
.it-feedback-card .info .title span {
color: #000;
font-size: 15px;
}
.it-feedback-card p {
color: #454343;
font-size: 16px;
font-weight: 500;
}
.it-feedback-card .rating li {
list-style-type: none;
display: inline-block;
margin-right: 5px;
}
.it-feedback-card .rating li i {
color: #EBA400;
}
.review-sec .owl-nav button.owl-prev, .review-sec .owl-nav button.owl-next {
left: -40px;
top: 0;
position: absolute;
height: 33px;
bottom: 0;
margin: auto !important;
background: transparent !important;
}
.review-sec .owl-nav button.owl-next {
left: unset;
transform: rotate(180deg);
right: -40px;
}
.review-sec .owl-nav button img {
width: 20px;
}
.review-sec .owl-dots {
display: none;
} footer {
background: #17345a;
padding: 50px 0;
}
.footer-block h3 {
font-size: 22px;
line-height: 30px;
font-weight: 500;
color: #ffffff;
letter-spacing: 0;
position: relative;
margin-bottom: 30px;
text-transform: uppercase;
padding-bottom: 14px;
}
.footer-block h3:after {
content: "";
width: 50px;
height: 4px;
background: #d1143e;
position: absolute;
bottom: -4px;
right: 0;
left: 0;
margin-left: 0;
border-radius: 0;
-webkit-transition: all .3s ease;
transition: all .3s ease;
z-index: 0;
}
.footer-block ul.site-map li {
margin-bottom: 15px;
float: left;
width: 50%;
}
.footer-block ul.site-map li a {
font-size: 17px;
color: #ffffff;
}
ul.address-widget li {
padding: 0px 0px 16px 30px;
position: relative;
}
ul.address-widget li i {
color: #d1143e;
position: absolute;
left: 0px;
top: 5px;
}
ul.address-widget li .desc {
color: #fff;
font-weight: 400;
font-size: 17px;
}
ul.address-widget li a {
color: #fff;
}
ul.footer-social li {
display: inline-block;
margin-right: 5px;
}
ul.footer-social li a {
width: 30px;
height: 30px;
line-height: 32px;
text-align: center;
background-color: #d1143e;
color: #fff;
display: inline-block;
}
.footer-block p {
color: #fff;
font-weight: 400;
font-size: 16px;
}
section.footer-bottom {
background: #17345a;
padding: 20px 0;
float: left;
width: 100%;
border-top: 1px solid #ffffff12;
}
.footer-bottom .copyright p {
margin: 0;
color: #ffffff;
}
ul.footer-social li a:hover {
color: #d1143e;
background: #fff;
} .no-gutters > .col, .no-gutters > [class*=col-] {
padding-right: 0;
padding-left: 0;
}
.search-background .form-control {
border-radius: 3px 0 3px 0;
border-right: 0;
border-bottom: 0;
height: 44px;
}
.search-background .btn-lg {
border-radius: 0 3px 3px 0 !important;
width: 100%;
margin: 10px 0;
position: relative;
background: #d1143e;
padding: 10px 30px;
color: #fff;
font-size: 15px;
font-weight: 600;
display: inline-block;
border-color: #d1143e;
margin: 0;
}
.location-gps {
cursor: pointer;
height: 20px;
line-height: 33px;
position: absolute;
right: 5px;
text-align: right;
top: 5px;
background: #fff;
width: 15px;
color: #d1143e;
}
.form-group {
position: relative;
}
.search-background .form-control:focus {
outline: none;
box-shadow: none;
}
section.categories-sec {
padding: 50px 0;
}
section.categories-sec .title {
margin-bottom: 50px;
}
.bg-card-light {
background: #f7f9fd;
text-align: center;
transition: 0.4s;
transform: scale(1);
width: 100%;
border-radius: 3px;
margin-bottom: 1.5rem;
}
.cat-item .cat-img img {
width: 60px;
height: 60px;
margin: 0 auto;
}
.cat-item .cat-desc {
margin-top: 15px;
color: #212529;
}
.cat-desc h5 {
font-weight: 600;
line-height: 1.1;
font-size: 15px;
}
.bg-card-light:hover {
box-shadow: 0 0 40px 0 rgba(8, 21, 66, 0.06);
background: #fff;
border-color: #ec296b;
}
.post-list {
display: flex;
align-items: center;
padding-bottom: 1.2em;
}
.blog-title {
display: block;
padding-left: 20px;
}
.blog-title h4 {
margin: 0 0 6px !important;
font-weight: 700 !important;
font-size: 16px !important;
line-height: 20px !important;
color: #020334 !important;
}
.blog-title h4 a {
color: #020334;
}
.blog-title span {
font-weight: 600;
font-size: 14px;
}
.post-list .post-images {
width: 87px;
display: block;
}
.post-list .post-images img {
display: block;
width: 85px;
border-radius: 6px;
height: 80px;
object-fit: cover;
}
.blog-post h4 {
color: #101834;
font-size: 20px;
font-weight: 700;
line-height: 25px;
margin-bottom: 20px;
}
.right-panel {
background: #fff;
padding: 20px;
border-radius: 10px;
}
.news-post h4 {
color: #101834;
font-size: 20px;
font-weight: 700;
line-height: 25px;
margin-bottom: 20px;
}
.news-single a {
margin: 0 0 6px;
font-weight: 700 !important;
font-size: 16px !important;
line-height: 20px !important;
color: #020334 !important;
}
.news-single {
margin-bottom: 20px;
}
.news-single a:hover {
color: #d1143e !important;
}
.collage-state h4 {
color: #101834;
font-size: 20px;
font-weight: 700;
line-height: 25px;
margin-bottom: 20px;
}
.blog-post {
border-bottom: 1px solid #ddd;
}
.news-post {
padding-top: 15px;
border-bottom: 1px solid #ddd;
}
.collage-state {
padding-top: 15px;
}
.collage-state .form-select {
border-radius: 0;
}  section.inner-banner {
background-image: url(//colleges-india.com/wp-content/themes/college-dir/assets/images/banner-wells-bg.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding: 100px 0;
position: relative;
z-index: 1;
}
section.inner-banner:before {
content: "";
position: absolute;
background-color: rgba(0,0,0,.57);
left: 0;
top: 0;
width: 100%;
height: 100%;
}
section.inner-banner .container {
position: relative;
z-index: 1;
}
.inner-banner-title h1 {
color: #fff;
font-weight: 700;
font-size: 34px;
}
.inner-banner-title nav ol.breadcrumb li {
color: #fff;
}
.inner-banner-title nav ol.breadcrumb li a {
color: #fff;
}
.inner-banner-title .breadcrumb-item+.breadcrumb-item::before {
color: #fff;
font-size: 16px;
}
.filter-side {
background: #fdfdfd;
padding: 10px;
border: 1px solid #ebeaea;
}
.sidebar-inner .accordion {
border: none !important;
}
.filter-side .accordion-item {
background: transparent;
}
.sidebar-inner .accordion-item {
border: none;
border-bottom: 1px solid #ddd;
}
.accordion-header {
margin-bottom: 0;
}
.accordion-item:first-of-type .accordion-button {
background: none;
border-bottom: 1px solid #ddd !important;
}
.sidebar-inner .accordion-body {
padding: 0 0;
}
.destination-type-body input {
display: none;
}
.destination-type-body label:nth-of-type(2n-1) {
margin-right: 20px;
}
.destination-type-body label {
position: relative;
display: block;
font-weight: 600;
cursor: pointer;
font-size: 13px;
word-wrap: break-word;
padding: 12px 8px 12px 26px;
margin: 0;
line-height: 18px;
min-height: 18px;
color: #3e3e3e;
}
.checkbox-common+label:before {
content: "";
width: 18px;
height: 18px;
display: block;
position: absolute;
left: 0;
border-radius: 2px;
border: 1px solid #3e3e3e;
}
.filter-rest {
display: flex;
justify-content: space-between;
border-bottom: 1px solid #d4d4d4;
margin: 10px 0;
}
.filter-rest p {
margin-bottom: 10px;
font-size: 16px;
line-height: 20px;
font-weight: 400;
}
.filter-rest a {
color: #b2b2b2!important;
font-weight: 400;
font-size: 14px;
line-height: 16px;
}
section.collage-list {
padding: 50px 0;
background: #f7f9fd;
}
.sidebar-inner .accordion-header button {
background: none;
padding: 0 0;
color: #3e3e3e!important;
font-weight: 700;
border: none !important;
box-shadow: none;
}
.claer-btn {
text-align: right;
}
.claer-btn label {
margin: 0 !IMPORTANT;
color: #b2b2b2!important;
font-weight: 400;
font-size: 13px;
line-height: 16px;
}
.sidebar-inner .accordion-item h2 {
font-size: 40px;
line-height: 50px;
font-weight: 700;
}
.filter-city-destination {
max-height: 300px;
overflow-y: auto;
}
.filter-city-destination::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
background-color: #f5f5f5
}
.filter-city-destination::-webkit-scrollbar {
width: 6px;
height: 3px;
background-color: #9e8b8b
}
.filter-city-destination::-webkit-scrollbar-thumb {
background-color: #a9a298
}
.sidebar-inner .accordion-item:last-child {
border: none;
}
.collage-listing h2 {
font-weight: 600;
font-size: 20px;
margin: 0 0 20px;
}
.collage-listing h2 span {
color: #d1143e;
}
.popularity-dropdown {
border: 1px solid #d4d4d4;
padding: 10px;
text-align: right;
margin-bottom: 10px;
}
.popularity-dropdown select {
padding: 8px 10px;
transition: all .2s ease;
border-radius: 5px;
border: 1px solid #ddd;
}
.single-collage {
border: 1px solid #d4d4d4;
margin-bottom: 15px;
}
.collage-inner-list {
padding: 10px;
}
.collage-img-list img {
width: 100%;
}
.collage-listing-head h3 {
color: #3e3e3e!important;
font-size: 18px;
line-height: 20px;
font-weight: 700;
}
.collage-listing-head p {
padding: 10px 0 0;
}
.collage-img-list a {
display: block;
margin: 10px 0 0;
}
.coll-detils a {
margin: 0;
position: relative;
background: #d1143e;
padding: 9px 15px;
color: #fff;
font-size: 14px;
font-weight: 600;
display: inline-block;
border-radius: 5px;
}
.coll-detils {
text-align: right;
}
.checkbox-common:checked+label {
color: #d1143e!important;
}
.checkbox-common:checked+label:before {
background-color: #d1143e !important;
}
.checkbox-common:checked+label:before {
border-color: #d1143e;
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjkyMyAxTDMuOTYgOC42MyAwIDQuODMiIHN0cm9rZT0iI0ZGRiIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
background-repeat: no-repeat;
background-position: 50%;
background-size: 86%;
}
section.collage-del-info {
padding: 50px 0;
}
.collage-about-info h3 {
display: block;
color: #101834;
font-size: 22px;
font-weight: 700;
line-height: 25px;
margin-bottom: 15px;
text-transform: uppercase;
}
.collage-about-info p {
text-align: justify;
line-height: 25px;
color: #454343;
font-size: 15px;
font-weight: 500;
}
.collage-about-info ul li {
text-align: justify;
line-height: 25px;
color: #454343;
font-size: 15px;
padding: 5px 15px;
}
.collage-about-info ul {
margin-bottom: 25px;
}
.recent-post-area h4 {
display: block;
color: #101834;
font-size: 22px;
font-weight: 700;
line-height: 25px;
margin-bottom: 15px;
} .location-gps {
cursor: pointer;
height: 20px;
line-height: 33px;
position: absolute;
right: 5px;
text-align: right;
top: 5px;
background: #fff;
width: 15px;
color: #d1143e;
}
header .navbar-expand-md .navbar-nav .nav-link { border-right:1px solid #fff; }
header .navbar-expand-md .navbar-nav li:last-child .nav-link { border-right:none; }
header .dropdown { position:unset; }
header .dropdown:hover .dropdown-menu{display:block}
header .dropdown .dropdown-menu { background-color:#17345a; display:none; left:0; width:100%; padding-top:10px; }
header .navbar .nav-item.dropdown i { display:none; }
header .dropdown-menu li { float:left; padding-right:35px; width:33.33%; }
.electric-sec .dd { padding-left:100px; }
header .dropdown-menu li a {border-bottom: 1px solid #4d4d4d;color: #FFF !important;display: block;font-size: 17px;font-weight: 700;padding: 12px 0;text-decoration: none;}
@media (min-width:1200px) and (max-width:1280.98px){
header .navbar-expand-md .navbar-nav .nav-link { padding:60px 12px; }	
header h4 { margin:0 30px; width:225px; }	
}@media (min-width: 1300px) and (max-width: 1400px){
}
@media (min-width: 1200px) and (max-width: 1300px){
section.categories-sec .card {
width: 100%;
}
}
@media (min-width: 993px) and (max-width: 1200px){
section.categories-sec .card {
width: 100%;
}
}
@media (min-width: 768px) and (max-width: 992px){
.footer-bottom .copyright p {
font-size: 13px;
}
.top-menu ul li {
margin-right: 10px;
padding-right: 10px;
}
.top-menu ul li a {
font-size: 12px;
}
section.categories-sec .card {
width: 100% !important;
height: 180px !important;
}
.content-box h2 {
line-height: 40px;
}
.slide-item form#modesearch .form-group {
margin-bottom: 15px !important;
}
li.nav-item.dropdown.active ul.dropdown-menu {
display: block !important;
}
header .dropdown .dropdown-menu {
position: absolute;
min-height: 400px;
overflow: auto;
height: 400px;
}
header .dropdown:hover .dropdown-menu {
display: none;
}	
}
@media(max-width: 767px){
.top-menu ul li a {
font-size: 10px;
}
.top-menu ul li {
margin-right: 5px;
padding-right: 5px;
line-height: 10px;
}
.top-menu {
text-align: center;
}
.top-menu ul {
justify-content: space-between;
}
.top-social {
text-align: center !important;
padding: 10px 0 0;
}
.top-social ul {
justify-content: center;
}
.content-box h2 {
line-height: 40px;
font-size: 30px;
}
.content-box p {
padding: 0;
}
.slide-item form#modesearch {
padding: 0 25px;
}
.content-box h2 {
line-height: 40px;
font-size: 30px;
}
.content-box p {
padding: 0;
}
.slide-item form#modesearch {
padding: 0 25px;
}
.slide-item form#modesearch .form-group {
margin-bottom: 15px !important;
}
section.categories-sec {
padding: 20px 0;
}
section.categories-sec .card {
width: 100% !important;
margin-bottom: 10px;
}
section.categories-sec .title {
margin-bottom: 20px;
}
section.top-uni {
padding: 20px 0;
}
section.top-uni .title {
margin-bottom: 20px;
}
.title h2 {
font-size: 22px;
}
.footer-bottom .copyright p {
font-size: 13px;
}
header .dropdown-menu li {
width: 100%;
padding: 0;
}
header .dropdown .dropdown-menu li a {
font-size: 14px !important;
}
section.collage-list {
padding: 20px 0;
}
.collage-listing {
padding: 20px 0;
}
.collage-listing-head {
padding: 10px 0;
}
.coll-detils {
text-align: left;
}
.collage-listing-head h3 {
font-size: 15px;
}
.inner-banner-title h1 {
font-size: 30px;
}	
section.collage-del-info {
padding: 20px 0;
}
li.nav-item.dropdown.active ul.dropdown-menu {
display: block !important;
}
header .dropdown .dropdown-menu {
position: absolute;
min-height: 400px;
overflow: auto;
height: 400px;
}
header .dropdown:hover .dropdown-menu {
display: none;
}
}
@media(max-width: 480px){
}
@media(max-width: 360px){
}