*{
	margin: 0px;
	padding: 0px;
	outline: none;
}

body{
	box-sizing: border-box;
	scroll-behavior: smooth;
	font-family: 'Poppins', sans-serif;
}

ul.pager {
    width: 100%;
    text-align: center;
    margin: 28px 0px 40px;
}

/*Header css Start*/

.textBox ul {
    list-style-type: disclosure-closed;
    padding-left: 20px;
}

a.detailInst {
    background-color: #23ab7d;
    text-decoration: none;
    color: #fff;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    display: block;
    transition-duration: 0.3s;
}

img.logoImage {
    width: 25%;
}

a.detailInst:hover{
    background-color: red;
}

ul.inputList{
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

ul.inputList li{
    padding: 0px 30px;
    display: inline-block;
}

ul.inputList li p{
    margin: 20px 0 5px;
}

.instititeLists {
    font-size: 14px;
    margin: 30px 0px 0px;
}

ul.inputList li .form-control{
    
}

.primarymenu {
    
}

.multi-lavel ul li {
    padding: 0px 5px;
}

ul#menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul#menu li a {
    border-bottom: 1px solid #d6d4d4;
    display: inline-block;
    padding: 8px 5px;
    color: #000;
    width: 100%;
}

.has-arrow{
  cursor: pointer;
  position: absolute;
}

.faqPage .card{
    border: none;
}

.faqPage .card-body{
    padding: 10px;
    border: 1px solid #ccc;
}

.faqPage .card-body p{
    margin: 0px;
    font-size: 15px;
}

a#whatsAppChat img {
    width: 6%!important;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
}

a#whatsAppChat {
    display: block;
}

.faqPage button.btn.btn-link {
    display: block;
    background-color: #cdcdcd;
    width: 100%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 1px;
    color: #444;
    padding: 10px 20px;
    transition-duration: 0.3s;
    margin-bottom: 5px;
}

.faqPage button.btn.btn-link:hover{
    background-color: #da1f25;
    color: #fff;
    text-decoration: none;
}

span.btnPlus {
    position: absolute;
    right: 0;
    padding: 10px 0 11px;
    width: 71px;
    top: 0px;
    display: block;
    background-color: black;
    color: #fff;
    text-align: center;
}

#fbboxdiv3{
    position: fixed;
    background: #fff;
    padding: 10px;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100%;
    z-index: 8000;
    box-shadow: -1px 2px 8px 0px rgba(182, 182, 182, 0.75);
}

a#fbboxdiv6 {
    display: block;
    width: 35px;
    background-color: brown;
    color: #fff;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    margin-top: 8px;
    box-shadow: 0px 0px 3px #444;
}

a.mobile_logo img {
    width: 48%;
}

.photo-gallery {
    padding: 40px 0px;
}

.photo-gallery center{
    width: 70%;
    margin: 0px auto;
}

.photo-gallery center h3{
    font-weight: 900;
}

.photo-gallery center p{
    font-size: 13px;
}

.gallery-page{
    margin-top: 20px;
}

.photo-gallery a.viewMore{
    background-color: #f46400;
    color: #fff;
    padding: 7px 50px;
    font-size: 15px;
    box-shadow: 4px 4px 3px #ccc;
    transition-duration: 0.3s;
}

.photo-gallery a.viewMore:hover{
    background-color: #ccc;
    color: #000;
}

.gallery_box{display: table; height: 100%;}
.gallery_left{display: table-cell; vertical-align: middle;}
.galleryImg {margin: 0px 0;
    box-shadow: 0px 0px 10px #ccc;
  position: relative;
}
.gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
  margin-top: 30px;
}
.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
  margin-top: 30px;
}

.serImg {
  margin-bottom: 30px;
}
.galley_inner .row > div {
  margin: 15px 0;
}
.galley_inner {
  text-align: center;
}
.testi_list {
  list-style: none;
}
.testi_list li {
  margin: 36px 0;
}
.testi_list .testimonials_sec {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.portfolio-overley {
  z-index: 1000;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.galleryImg img {
  width: 100%;
}
.gallery-wrap .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery-wrap .content, .galley_inner .content {
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.gallery-wrap .content .image-link, .galley_inner .content .image-link {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  color: #ffffff;
  line-height: 50px;
  background: #f0aa00;
  display: block;
  font-size: 16px;
  z-index: 1;
  text-align: center;
  margin-left: -25px;
  margin-top: -25px;
}

.videoGrid {
    text-align: center;
    box-shadow: 0px 0px 5px #ccc;
    padding: 10px;
    border-radius: 3px;
    transition-duration: 0.3s;
    background-color: #d11c1c;
}

.videoGrid:hover{
    background-color: #890b0b;
}

.videoGrid h5{
    margin: 10px 0px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
}

#fbboxdiv3 .mobile-menu-list li{
  padding: 4px 0px;
  text-align: center;
}

#fbboxdiv3 .mobile-menu-list li a{
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

#fbboxdiv{
	float: right;
	color: #fff;
	margin-top: 12px;
	display: none;
}

#fbboxdiv3 ul{
    list-style-type: none;
}

.sliderSection center {
    position: absolute;
    top: 0;
    padding: 125px 0px 120px;
    display: block;
    background-color: #0000009c;
    width: 100%;
}

.sliderSection center p{
    margin: 0;
    color: #fff;
}

.sliderSection center h1{
    margin: 5px 0px 25px;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
}

a.sliderBtn {
    display: block;
    background-color: #d11c1c;
    width: 16%;
    padding: 9px 0px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition-duration: 0.3s;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
}

a.sliderBtn:hover{
    background-color: #ffff;
    color: #444;
}




/*header css start*/

header.sticky-top.shadow-sm {
    background-color: #fff;
}

.headerDiv{

}

a.siteLogo{
    padding: 5px 0px;
    display: block;
}

a.siteLogo img{
    width: 66%;
}

.topBarpart{
    border-bottom: 1px solid #ccc;
    padding: 5px 0px;
    background: linear-gradient(to left, #062ee8 0%, #f60903 100%);
}

ul.phoneEmail{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.phoneEmail li{
    display: inline-block;
}

ul.phoneEmail li a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
}

ul.phoneEmail li a i {
    color: #ddd;
}

.mainFooter ul.socialList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
}

ul.socialList{
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
}

ul.socialList li{
    display: inline-block
}

ul.socialList li a{
    display: block;
    text-decoration: none;
    color: #ddd;
    padding: 0px 10px;
    transition-duration: 0.2s;
}

ul.socialList li a:hover{
    color: #fff;
}

.mainMenu{

}

.teamGrid{
    text-align: center;
    padding: 10px;
    box-shadow: 0px 0px 5px #ccc;
    background-color: #ddd;
}

.teamGrid img{
    width: 100%;
    margin-bottom: 10px;
}

.teamGrid h4{
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 3px;
}

.teamGrid p{
    
}

ul.menuHeaderlist{
    list-style-type: none;
    margin: 0;
    float: right;
}

ul.menuHeaderlist li{
    display: inline-block;
}

ul.menuHeaderlist li:hover ul.dropDownmenu{
    display: block;
}

ul.menuHeaderlist li a{
    display: block;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    padding: 34px 5px;
    font-size: 15px;
    letter-spacing: 1px;
    transition-duration: 0.2s;
}

ul.menuHeaderlist li a:hover{
    color: #E50000;
}

ul.menuHeaderlist li .dropDownmenu{
    display: none;
    position: absolute;
    top: 88px;
    width: 289px;
    border-top: 2px solid red;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 3px #e50000;
    background-color: #fff;
}

ul.dropDownmenu{
    
}

ul.dropDownmenu li{
    display: block;
}

ul.dropDownmenu li a{
    display: block;
    font-size: 13px;
    padding: 8px 15px;
    border-bottom: 1px solid #aaa;
    transition-duration: 0.3s;
}

ul.dropDownmenu li:last-child a{
    border-bottom: none;
}

ul.dropDownmenu li a:hover{
    padding-left: 20px!important;
}

a.applyNowbtn {
    padding: 20px 20px 23px;
    background-color: #d11c1c;
    text-decoration: none;
    color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    font-weight: bold;
    left: 50px;
    transition-duration: 0.2s;
}

a.applyNowbtn:hover{
    background-color: #444;
}

a.leftBar {
    display: block;
    margin-top: 15px;
    font-size: 25px;
    text-decoration: none;
    left: 0px;
    position: absolute;
    color: #444;
    transition-duration: 0.2s;
}

a.leftBar:hover{
    color: red;
}

a.singleOrder {
    background-color: #e50000;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    padding: 5px 0px;
    text-align: center;
    display: block;
    font-size: 22px;
    border-radius: 3px;
    text-decoration: none;
    transition-duration: 0.3s;
}

a.singleOrder:hover{
    background-color: red;
}

.desBox {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 40px 0px;
}

.desBox h3{
    font-weight: bold;
    color: #444;
    letter-spacing: 1px;
}

.desBox p{
    font-size: 14px;
}

/*a.searchForm {*/
/*    position: absolute;*/
/*    right: 25px;*/
/*    font-size: 22px!important;*/
/*    top: -5px;*/
/*}*/

.productViewImg img {
    display: block;
    width: 100%;
    border: 3px solid #ddd;
    box-shadow: 0px 0px 4px 0px #ccc;
}

.productsDetails {
    background-color: #f8edcb;
    padding: 30px 40px;
}

.productsDetails h3{
    font-weight: bold;
    color: #444;
    letter-spacing: 1px;
    font-size: 25px;
}

.productsDetails h5{
    font-weight: bold;
    letter-spacing: 1px;
    color: #8c0000;
    margin: 15px 0px 20px;
}

.productsDetails p{
    font-size: 14px;
}


/*header css end*/

.pageHeadBanner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutUspage{
    
}

.aboutUspage h5{
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #555;
    letter-spacing: 1px;
}

.aboutUspage h5 i{
    color: red;
}

.aboutUspage h2{
    font-weight: revert;
    letter-spacing: 1px;
    font-size: 27px;
}

.aboutUspage p{
    font-size: 14px;
    line-height: 24px;
    text-align:justify;
}

.headOverlay {
    background-color: #000000b8;
    padding: 45px 0px;
    margin-bottom: 30px;
}

.headOverlay h2{
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 35px;
}

.headOverlay p{
    margin: 0;
    color: #fff;
}

.headOverlay p a{
    text-decration: none;
    color: #ff5858;
}

.openBtn {

}

.openBtn:hover {

}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 100px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

.overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.callToaction{
    text-align: center;
    background-color: #d11c1c;
}

.callToaction ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.callToaction ul li{
    display: inline-block;
}

.callToaction ul li a{
    width: 100%;
    background-color: #e50000;
    display: block;
    padding: 20px 73px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    transition-duration: 0.2s;
}

.callToaction ul li a:hover{
    background-color: #d11c1c;
}

.callToaction ul li a i{
    font-size: 30px;
    margin-bottom: 8px;
}

.upcEvnt {
    padding: 20px 0px;
}

.upcEvnt h3 {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 20px;
}

.news-ticker-list{

}

.news-ticker-list ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.news-ticker-list ul li{
    display: inline-block;
}

.news-ticker-list ul li a{
    font-size: 20px;
    font-weight: bold;
    display: block;
    padding: 0px 10px;
    color: #d11c1c;
    text-decoration: none;
}

.whoWeAre{

}

.whoWeAre h5{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #6e6e6e;
    letter-spacing: 1px;
}

.whoWeAre h5 i{
    color: #e50000;
}

.whoWeAre h2{
    font-weight: bold;
    letter-spacing: 1px;
}

.whoWeAre p{
    font-size: 15px;
    margin: 10px 0px 30px;
    text-align: justify;
}

.whoWeAre ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.whoWeAre ul li{
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: bold;
    color: #7a7a7a;
}

.whoWeAre ul li i{
    color: #d11c1c;
}

a.viewAllbtn {
    background-color: #062ee8;
    text-decoration: none;
    color: #fff;
    width: 20%;
    font-weight: bold;
    display: block;
    padding: 7px 0px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 19px;
    transition-duration: 0.3s;
}

a.viewAllbtn:hover{
    background-color: #e50000;
}

.formDesign {
    padding: 30px;
    background: linear-gradient(to right, #062ee8 0%, #f60903 100%);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 3px #444;
}

.formDesign h4{
    text-align: center;
    font-weight: bold;
    padding: 0px 0px 10px;
}

.formDesign p{
    text-align: center;
    font-size: 13px;
}

.formDesign .form-control{
    margin-bottom: 15px;
    padding: 10px;
    height: auto;
}

.formDesign span#basic-addon1 {
    padding: 0px 10px;
    height: 46px;
    margin-right: 5px;
}

button.submitBtn {
    width: 100%;
    padding: 10px 0px;
    color: #fff;
    background-color: #E50000;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    letter-spacing: 2px;
    transition-duration: 0.3s;
    border-radius: 5px;
}

button.submitBtn:hover{
    background-color: #5b2096;
}

.whoImg img{
    width: 100%;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 0px 0px 14px #cfcfcf;
}

.WhereToStudy {
    margin: 50px 0px;
    padding: 50px 0px;
    background-color: #f3f3f3;
}

.headStudy h5{
    font-size: 14px;
    letter-spacing: 1px;
}

.headStudy h5 i{
    color: red;
}

.headStudy h2{
    font-size: 28px;
}

.headStudy p{
    margin: 0;
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 14px;
}

.systemEdu {
    margin-top: 25px;
}

a.systemBlog{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

a.systemBlog:hover .overlaySystem{
    padding: 130px 10px 80px;
    background-color: #c509098a;
}


.overlaySystem{
    padding: 165px 10px 45px;
    background-color: #00000052;
    transition-duration: 0.3s;
}

.overlaySystem h3{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}

.homeServices{

}

.serviceHead{

}

.serviceHead h5{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #555;
}

.serviceHead h5 i{
    color: red;
}

.serviceHead h2{
    font-weight: bold;
    letter-spacing: 1px;
}

.serviceHead p{
    font-size: 15px;
    text-align: justify;
}

.serviceRow{
    text-align: center;
}

.serviceRow img{
    width: 100%;
}

.serviceRow h3{
    font-weight: bold;
    letter-spacing: 1px;
    color: #555;
    margin: 15px 0px;
    font-size: 24px;
}

.serviceRow p{
    font-size: 15px;
    margin: 0;
    text-align:justify;
}

.studentSay{
    margin: 50px 0px;
    padding: 40px 0px;
    background-color: #f73232;
    color: #fff;
}

.contentSay{

}

.contentSay h2{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 25px;
}

.contentSay p{
    color: #fff;
    margin: 0 0px 45px;
    font-size: 15px;
}

.counterSays i{
    font-size: 40px;
}

.counterSays h2{
    font-size: 38px;
    margin: 18px 0px 12px;
}

.counterSays h4{
    margin: 0;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
}

.carousel-inner img {
    width: 100%;
}

.productGrid {
    background-color: #fbfbfb;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 0px 3px 0px #ccc;
    transition-duration: 0.3s;
}

.productGrid:hover{
    box-shadow: 0px 0px 10px #ccc;
}

.productGrid a{
    display: block;
    text-decoration: none;
}

.productGrid a img{
    width: 100%;
}

.productGrid a h4{
    font-size: 13px;
    color: #444;
    height: 25px;
    margin: 10px 0px 5px;
}

.productGrid h5{
    color: #7f0000;
    display: block;
    margin: 13px 0 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
}

.productGrid ul{
    padding: 0;
    margin: 8px 0 0;
    list-style-type: none;
}

.productGrid ul li{
    display: inline-block;
}

.productGrid ul li a{
    background-color: #e50000;
    color: #fff;
    padding: 4px 5px;
    display: block;
    font-size: 12px;
    letter-spacing: 0px;
    text-align: center;
    transition-duration: 0.2s;
    width: 100%;
    margin: 0;
}

.productGrid ul li a:hover{
    background-color: #444;
}

h6.descrIp {
    font-size: 13px;
    color: #000;
    line-height: 20px;
    margin: 10px 0px 15px;
}

.newsEvent{

}

.newsEventhead{
    margin-bottom: 0px;
}

.newsEventhead h5{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.newsEventhead h5 i{
    color: red;
}

.newsEventhead h2{
    font-weight: bold;
    letter-spacing: 1px;
    color: #555;
}

.newsEventhead p{
    font-size: 15px;
}

.newsEventrow{

}

a.newsEventGrid{
    box-shadow: 0px 0px 10px #ccc;
    padding: 10px;
    text-decoration: none;
    display: block;
    transition-duration: 0.3s;
}

a.newsEventGrid:hover h3{
    color: darkblue;
}

.newsEventGrid img{
    width: 100%;
}

.newsEventGrid ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.newsEventGrid ul li{
    display: inline-block;
    padding: 12px 25px 12px 0px;
    font-size: 14px;
    color: #d11c1c;
    font-weight: bold;
    letter-spacing: 1px;
}

.newsEventGrid ul li i{
    
}

.newsEventGrid h3{
    font-size: 20px;
    font-weight: bold;
    color: #555;
    letter-spacing: 1px;
    margin: 2px 0px 11px;
}

.newsEventGrid p{
    font-size: 15px;
    color: #555;
    line-height: 21px;
}

.leaveContact{
    margin: 50px 0px;
    padding: 40px 0px;
    background-color: #d11c1c;
    color: #fff;
}

.leaveContact img{
    width: 80%;
}

.leaveContent{

}

.leaveContent h5{
    font-size: 15px;
    margin: 0 0 4px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.leaveContent h5 i{
    
}

.leaveContent h2{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.leaveContent p{
    font-size: 14px;
    margin: 10px 0px 25px;
}

a.applybtn {
    background-color: #cfcfcf;
    padding: 8px 45px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #555;
    transition-duration: 0.2s;
    letter-spacing: 1px;
}

a.applybtn:hover{
    background-color: red;
    color: #fff;
}

.adminpage{
    
}

.adminpage center h5{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: red;
}

.adminpage center h2{
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 40px;
}

.adminpage center p{
    font-size: 15px;
    width: 70%;
}

.adminGrid{
    transition-duration: 0.3s;
}

.adminGrid:hover .bottomAdmin{
    border-top: 2px solid red;
    margin: -50px 13px 0px;
}

.adminGrid img{
    width: 100%;
}

.adminGrid .bottomAdmin{
    position: absolute;
    background-color: #fff;
    text-align: center;
    padding: 20px 10px 10px 20px;
    margin: -77px 13px 0px;
    display: block;
    width: 80%;
    transition-duration: 0.3s;
}

.adminGrid .bottomAdmin h4{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.adminGrid .bottomAdmin p{
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
}

.contactPage{
    
}

.contactInfo h5{
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #555;
}

.contactInfo h5 i{
    color: red;
}

.contactInfo h2{
    font-weight: bold;
    letter-spacing: 1px;
}

.contactInfo p{
    font-size: 15px;
    line-height: 22px;
}

.website-info {
    padding: 20px 10px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 5px #ccc;
}

.website-info i{
    width: 80px;
    text-align: center;
    color: #fff;
    background-color: #e50000;
    font-size: 30px;
    margin-right: 10px;
    padding: 10px 0px;
    border-radius: 6px;
}

.website-info p{
    margin: 0;
}

.website-info h5{
    font-size: 20px;
    margin-bottom: 5px;
}


/*footer css start*/


.mainFooter{
    margin-top: 30px;
    padding: 60px 0px 40px;
    background-color: #f3f3f3;
    color: #005222;
}

.mainFooter h4{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #062ee8;
}

.mainFooter p{
    font-size: 14px;
    margin: 15px 0px;
    color: #222f4c;
    text-align: justify;
}

a.footerLogo img{
    width: 50%;
}

ul.usefulList{
    list-style-type: none;
    padding: 0;
    margin: 15px 0 0;
}

ul.usefulList li{
    font-size: 14px;
    color: #222f4c;
}

ul.usefulList li:hover{
   color: #e50000;
   cursor: pointer;
}

/*ul.usefulList li*/
ul.usefulList li a{
    text-decoration: none;
    color: #222f4c;
    font-size: 15px;
    transition-duration: 0.2s;
}
ul.usefulList li a:hover{
   color: #e50000;
   text-decoration: none;
}
ul.usefulList li i{
    font-size: 20px;
}

footer ul.socialList li a{
    color: #fff;
    background-color: #e50000;
    padding: 5px 0px;
    border-radius: 50%;
    width: 35px;
    transition-duration: 0.3s;
    text-align: center;
}

footer ul.socialList li a:hover{
    background-color: #062ee8;
}

footer .form-control{
    margin-bottom: 5px;
}

.bottomFooter {
    padding: 20px 0px;
    text-align: center;
    background: linear-gradient(to left, #062ee8 0%, #f60903 100%);
    
}

.bottomFooter p{
    color: #a5a5a5;
    margin: 0;
    font-size: 14px;
}

.bottomFooter p a{
    font-weight: bold;
    letter-spacing: 1px;
    color: #a5a5a5;
    text-decoration: none;
}

.bottomFooter p a:hover{
    color: #ffffff;
   cursor: pointer;
}

/*Footer css end*/


    
@media only screen and (max-width: 600px) {
  
    #fbboxdiv{
      	color: #444;
        display: flex;
        position: absolute;
        top: 9px;
        right: 20px;
    }
    
    .productGrid ul li {
        display: inline-block;
        margin: 2px 0;
    }
    
    .adminGrid .bottomAdmin {
        margin: -77px 25px 0px;
    }
    
    .productsDetails {
        padding: 20px;
    }

    .upcEvnt h3 {
        font-size: 15px;
    }

    .whoImg img {
        margin-bottom: 20px;
    }
    
    .row.counterSays {
        text-align: center;
    }
    
    a#whatsAppChat img {
        width: 18%!important;
    }

    .mobilemodehide{
        display: none;
    }

    a.siteLogo img {
        width: 45%;
    }

    .sliderSection .carousel-caption {
        top: 25%;
    }

    .sliderSection center {
        padding: 115px 0px 135px;
    }

    .sliderSection center h1 {
        font-size: 27px;
    }
    
    .headOverlay h2 {
        font-size: 25px;
    }

    a.sliderBtn {
        width: 45%;
    }

    .sliderSection center p {
        font-size: 10px;
        width: 50%;
    }

    .callToaction ul li a {
        width: 320px;
        margin: 3px 0px;
        font-size: 14px;
    }

    .overlaySystem h3 {
        font-size: 12px;
    }

    .overlaySystem {
        padding: 90px 10px 10px;
    }

    .counterSays h4 {
        font-size: 15px;
    }

    .contentSay h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    
    .carousel-inner img {
        height: 200px;
    }

    .contentSay {
        padding: 30px 30px 50px;
    }

    .leaveContact img {
        margin: 0px auto 30px;
        display: block;
    }

    .leaveContent p {
        font-size: 12px;
    }

    .leaveContent h2 {
        font-size: 24px;
        margin: 10px 0px;
    }
    
    .callToaction ul li a i {
        font-size: 20px;
        margin-bottom: 0px;
    }
    
    .callToaction {
        background-color: #ffffff;
    }
    
    a.viewAllbtn{
        width: 35%;
    }

    .leaveContent h5 {
        font-size: 9px;
    }

    .mainFooter h4 {
        margin-top: 30px;
    }

}
