/* SCSS HEX */
/* SCSS HSL */
/* SCSS RGB */
/* SCSS Gradient */
body {
  font-size: 16px !important;
  background-color: #eeeeee;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Quattrocento Sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: #212121;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 84px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 26px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 18px;
}

.color-white {
  color: #ffffff;
}

.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777;
}

.text-primary {
  color: #3db166;
}

a.text-primary:hover {
  color: #308b50;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #3db166;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #308b50;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #e1e1e1;
}

/* Author : Shankar Panchal 
/*============================*/
/*======= Basic Satup =======*/
/*==========================*/
/*background:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0.7))),url('img/newsupdate_bg.jpg');
    background:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url('img/newsupdate_bg.jpg');*/
/* 
==== Primary  = #44000d;
==== Secondry = #f9d276

*/
*, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  background-color: #fff;
  color: #222;
  font-family: 'Noto Sans', sans-serif !important;
  font-weight: 400;
  font-size: 17px !important;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
}

/*=============================*/
/*====== Reusable Components =*/
/*===========================*/
.container {
  max-width: 1140px;
  margin: 0 auto;
}

section, footer {
  padding: 30px 0px;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #222;
  font-size: 260%;
  font-weight: 700;
  font-family: 'PT Serif', serif;
}

h2 {
  font-size: 220%;
  font-weight: 700;
  margin: 0px 0px 50px 0px;
  position: relative;
  text-align: center;
}

h2::after {
  content: url("/img/separetor-1.png");
  position: absolute;
  display: block;
  text-align: center;
  top: 25px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
}

h4 {
  font-weight: 700;
  font-size: 90%;
  position: relative;
}

h3 {
  font-size: 150%;
  font-weight: 700;
  margin-bottom: 15px;
}

.primary-bg {
  background: #703c19;
  color: #fff;
}

.secondary-bg {
  background: #f9d276;
  color: #703c19;
}

.text-primary {
  color: #703c19 !important;
}

.text-secondary {
  color: #967323 !important;
}

.text-secondary-light {
  color: #f9d276;
}

.jumbotron {
  background-color: #efefef;
}

.seperater-list {
  list-style: none;
}

.seperater-list li {
  border-bottom: 1px dotted #222;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
}

.seperater-list li::after {
  content: '';
  position: absolute;
  left: -20px;
  top: 15%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #703c19;
}

/*================ Buttons ===========*/
.btn-primary {
  background-color: #703c19;
  border: #703c19;
}

/*================ Icons ===========*/
.icon-small {
  margin: -2px 10px 0px 0px;
  font-size: 18px;
  color: #f9d276;
  color: #703c19;
  color: #fff;
  vertical-align: middle;
}

.icon_bunch li a:link,
.icon_bunch li a:visited {
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.icon_bunch li a:hover {
  color: #888;
}

.icon-big {
  font-size: 45px;
  color: #703c19;
  margin: 5px;
}

/* ===================================== */
/* ====== Enquiry form fixed left ===== */
/* =================================== */
.quick-enquiry-block input,
.quick-enquiry-block select {
  border: 1px solid #efefef;
  padding: 2px 8px;
  border-radius: 4px;
}

.quick-enquiry-block input:focus,
.quick-enquiry-block select:focus {
  border: 1px solid #703c19;
}

.quick-enquiry-block {
  position: fixed;
  top: 40%;
  right: -349px;
  width: auto;
  height: auto;
  z-index: 9999;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}

.quick-enquiry-block.open {
  right: 0px !important;
}

.quick-enquiry-block .form-group:last-child {
  margin-top: 0px;
}

.quick-enquiry-btn-box {
  float: left;
  left: -97px;
  position: absolute;
  color: #fff;
  font-size: 120%;
  font-weight: 700;
  padding: 10px 20px;
  cursor: pointer;
  border: 2px solid #4e260b;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-image: -webkitlinear-gradient(to bottom, #a56032 0, #703c19 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #703c19), to(#703c19));
  background-image: linear-gradient(to bottom, #703c19 0, #703c19 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.quick-enquiry-box {
  float: left;
  background: #fff;
  width: 350px;
  padding: 10px;
  border: 1px solid #703c19;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* ========== Header Section ========== */
header .col {
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 0px;
}

.header-top {
  /*background-color: #fff !important;*/
  background-color: #6dcbdd9e !important;
  padding: 20px 0;
}

header .rd-navbar-inner {
  background-color: #fff;
}

.header-top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.approval-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top .col-md-8 {
  padding-left: 0;
}

.logo-top-left {
  position: relative;
  text-align: center;
  height: 100%;
}

.logo-top {
  vertical-align: middle;
  width: 135px;
}

/*Header text color*/
.title * {
  text-align: center;
  color: #222 !important;
  font-weight: 700;
  margin: 5px 0px;
}

.title:first-child {
  vertical-align: middle;
}

.title.title-1 * {
  font-size: 220%;
  text-shadow: 0.5px 1px #a2a2a2;
  color: #76370d !important;
}

.title.title-2 * {
  font-size: 90%;
  margin: 10px 0px;
  font-weight: 700;
}

.title.title-2 h2::after {
  display: none;
}

.title.title-3 * {
  font-size: 90%;
  font-weight: 700;
}

.title p {
  margin-bottom: 0.2em;
}

.header-top-section {
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 15%;
}

.social-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: flex-end;
  /*background-color: #fff;*/
  background-color: #a5dfea;
  padding: 2px 25px;
  margin: 0;
}

.social-top li a {
  color: #fff;
  font-size: 20px;
  padding: 6px 13px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin: 6px 0;
  position: relative;
  display: block;
}

.social-top li a::before {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social-top li:not(:first-child) {
  margin-left: 5px;
}

.social-top div:hover {
  opacity: 0.9;
}

.social-twitter {
  background: #0e8beb;
}

.social-facebook {
  background: #3b5998;
}

.social-instagram {
  background: #833AB4;
}

.social-youtube {
  background: #FF0000;
}

.social-top div {
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.social-top div:hover {
  -webkit-box-shadow: 0px 0px 2px 2px #f4f4f4;
  box-shadow: 0px 0px 2px 2px #f4f4f4;
}

/* ========== top social ========== */
.icon-social:not(first-child) {
  margin-left: -10px;
}

.icon-social {
  position: relative;
  width: 35px;
  height: 35px;
  scale: 1;
}

.news .news-icon {
  color: #fff;
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 30%;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-approvals {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.approvals {
  margin: 5px;
  display: inline-block;
}

.approvals img {
  width: 40px;
  margin-right: 2px;
  border-radius: 5px;
}

/* ========== top Navigation ========== */
.collapse {
  display: block;
}

.header_ {
  position: relative;
  width: 100%;
  z-index: 999;
  -webkit-transition: all 0.5s ease-in-out;
  /*background: #703c19;*/
  transition: all 0.5s ease-in-out;
  height: auto;
  background: -webkit-gradient(linear, left top, right top, from(#003366), color-stop(#3180cf), to(#003366));
  background: linear-gradient(to right, #003366, #3180cf, #003366);
  /*background: #703c19;*/
  
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

nav {
  width: 100%;
  top: 0;
  position: relative;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

/*================ nav links ==============*/
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

nav > ul .topnav-list {
  padding: 12px 4px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

nav > ul .topnav-list:not(:first-child) {
  margin-left: 10px;
}

nav > ul .topnav-list:hover {
  background-image: -webkitlinear-gradient(to bottom, #a76437 0, #613315 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a76437), to(#613315));
  background-image: linear-gradient(to bottom, #a76437 0, #613315 100%);
}

nav > ul li a:link,
nav > ul li a:visited {
  color: #fff;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}

nav > ul .topnav-list:hover a {
  color: #fff;
}

nav > ul li.topnav-list {
  font-size: 0.9em;
}

/*===================*/
/*DROPDAWN MENU*/
/*==================*/
.navbar-header.topnav {
  width: auto;
  text-align: center;
}

nav ul li ul.my-sub-menu {
  display: block;
  position: absolute !important;
  opacity: 0;
  top: 50px !important;
  width: 100%;
  border-radius: 0;
  margin: 0% 5% 0% 5% !important;
  -webkit-transform: perspective(600px) rotateX(-90deg) !important;
  transform: perspective(600px) rotateX(-90deg) !important;
  -webkit-transform-origin: 1% 1%;
  transform-origin: 1% 1%;
  border-top: 2px solid #f9d276;
}

/* md dropdown menu */
nav ul li.md-dropdown {
  position: relative !important;
}

nav ul li ul.md-dropdown-menu {
  width: 100%;
  margin-left: 0;
}

nav ul li ul.md-dropdown-menu li {
  padding: 10px;
  margin: 0;
}

nav ul li ul.md-dropdown-menu li:hover {
  background-color: #efefef;
}

/* On Hover */
nav ul li:hover ul.my-sub-menu {
  opacity: 1;
  -webkit-transform: perspective(600px) rotateX(0deg) !important;
  transform: perspective(600px) rotateX(0deg) !important;
}

nav ul li ul.my-sub-menu,
nav ul li a,
nav ul li:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: auto;
}

ul.my-sub-menu li a {
  font-weight: 400;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 0.9em;
}

ul.my-sub-menu li a:link,
ul.my-sub-menu li a:visited {
  color: #222;
  margin-left: 0;
}

ul.my-sub-menu li a:active,
ul.my-sub-menu li a:hover {
  color: #222;
}

.mega-dropdown-menu {
  width: 90% !important;
}

.my-sub-menu .row .col {
  padding: 0;
}

.my-sub-menu .row {
  padding: 0 8px;
}

.my-sub-menu-nav li {
  padding: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.my-sub-menu-nav li:hover {
  -webkit-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.my-sub-menu-nav li.dropdown-header {
  -webkit-transform: none;
  transform: none;
  font-size: 110%;
  font-weight: 400;
  padding: 6px 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.my-sub-menu-nav li:hover {
  -webkit-transform: translateX(3);
  transform: translateX(3);
}

.my-sub-menu-nav > li.dropdown-header, .dropdown-header {
  font-size: 100%;
  margin-left: 0;
}

.my-sub-menu-nav > li.dropdown-header::after, li.dropdown-header::after {
  content: '';
  display: block;
  margin: 5px 0;
  height: 2.5px;
  width: 40px;
  background-color: #703c19;
}

/*===========================================*/
/*============== section-carousel ==============*/
/*===========================================*/
.section-carousel {
  padding: 0;
}

.section-carousel h2 {
  margin: 0;
}

.section-carousel h2:after {
  display: none;
}

.carousel-caption {
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.26);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.carousel-item {
  height: 480px !important;
}

/*===========================================*/
/*============== section-letest =============*/
/*===========================================*/
.section-letest {
  padding: 0;
}

.section-letest .row, .section-letest .container-fluid {
  margin: 0;
  padding: 0;
}

.section-letest h2 {
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 35px;
  position: relative;
  text-align: left;
  padding: 5px;
  border-radius: 2px;
}

.section-letest h2 span {
  position: relative;
  padding: 5px 0;
  color: #222;
}

.section-letest h2::after {
  display: none;
}

.section-letest .icon-feature, .section-letest .icon-news {
  width: 45px;
}

.news-block, .features-block {
  padding: 60px 15px 30px 40px;
  margin: 0;
}

.features-block {
  padding-top: 20px;
  padding-right: 90px;
  overflow: scroll;
  max-height: 580px;
}

.news-block {
  padding-left: 30px;
}

.news-block {
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 20px;
  border-radius: 2px;
  background-color: #eeeeee;
}

.news-block * {
  color: #222;
}

.news-block h4, .features-block h4 {
  text-transform: uppercase;
}

.news p, .features-block p {
  font-size: 90%;
  margin-bottom: 0;
}

.p-date {
  color: #888;
}

.news ul {
  margin: 0;
}

.news-item {
  padding: 15px 15px 15px 40px;
  border-bottom: 1px dotted #222;
  background-color: #e3e3e3;
  margin-bottom: 8px;
  -webkit-box-shadow: 1px 1px 2px 0px #c7cfed;
          box-shadow: 1px 1px 2px 0px #c7cfed;
}

.features-block {
  background-color: #efefef;
}

.features-block * {
  color: #222;
}

.feature-box .feature-img, .feature-box .feature-desc {
  display: inline-block;
}

.feature-box {
  margin: 15px 15px;
  padding: 15px 0;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-left: 4px solid #703c19;
}

.feature-box .feature-desc {
  padding-left: 10px;
}

.news-item h4 {
  position: relative;
}

.news-item h4::before {
  content: url("img/star.png");
  position: absolute;
  left: -35px;
  top: -5px;
}

.news-btns-group {
  padding: 30px 0px;
}

.news-btns-group div:first-child {
  float: left;
}

.news-btns-group div:last-child {
  float: right;
}

.news-btns-group .btn-group .btn {
  width: 45px;
  height: 40px;
}

/* E-Resources*/
.img-responsive {
  display: block;
  max-width: 100%;
}

/*===========================================*/
/*============== section-youtube-videos =====*/
/*===========================================*/
.section-about-us, .section-yt-v {
  background-color: #efefef;
}

.section-yt-v iframe {
  height: 300px;
}

/*===========================================*/
/*============== section-footer =============*/
/*===========================================*/
footer {
  background: #222;
}

footer h4 {
  color: #fff;
  font-size: 100%;
  text-transform: uppercase;
  margin: 0 0 15px 0px;
}

footer a, footer p {
  text-decoration: none;
  color: #fff;
  font-size: 90%;
}

.social-icon {
  font-size: 160%;
}

.social-links a:not(:first-child) {
  margin-left: 8px;
}

.ion-logo-twitter:hover,
.ion-logo-twitter:hover,
.ion-logo-linkedin:hover,
.ion-logo-youtube:hover,
.ion-logo-instagram:hover,
.ion-logo-facebook:hover,
.ion-logo-twitter:hover {
  opacity: 0.9;
}

.divider {
  background-color: #555;
  height: 1px;
  border-radius: 5px;
  width: 100%;
}

.cpy-txt {
  color: #555;
  text-align: center;
  font-size: 90%;
  margin-top: 15px;
}

.xpica:link,
.xpica:visited {
  text-decoration: none;
  color: #3b5998;
}

.xpica:hover {
  color: #555;
}

/*===========================================*/
/*======== section-silent-features ==========*/
/*===========================================*/
.silent-features-block div {
  position: relative;
  padding: 10px 10px 10px 65px;
  margin-top: 5px;
  background-color: #efefef;
}

.silent-features-block div::before {
  content: url("img/ic_feature.png");
  position: absolute;
  left: 5px;
  top: 5px;
  width: 35px;
  height: 100%;
}

/*===========================================*/
/*======== Contact & section-google-map =====*/
/*===========================================*/
/*================ Contact Form ==============*/
.section-contact-form .btn {
  width: 150px;
  height: 50px;
  margin: 0 auto;
}

.section-contact .social-top div {
  width: 150px;
}

.contact-form,
.main-contact-form {
  width: 60%;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 22px 59px rgba(36, 14, 136, 0.06);
  box-shadow: 0 22px 59px rgba(36, 14, 136, 0.06);
  padding: 60px;
}

.main-contact-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
}

.contact-form h2 {
  text-align: center;
}

.form-group {
  margin-top: 20px;
  position: relative;
}

.form-group:last-child {
  margin-top: 50px;
}

.form-group * {
  display: block;
}

.form-group #idupdates,
.form-group .idlabelupdate {
  display: inline-block;
}

.form-group #idupdates {
  width: auto;
  margin-right: 5px;
}

input,
label {
  font-size: 100%;
  color: #555;
}

label {
  margin-bottom: 9px;
}

input, select {
  border: none;
  position: relative;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  padding: 0px 0px 5px 0px;
  -webkit-transition: border-bottom .5s;
  -webkit-transition: border .5s;
  transition: border .5s;
}

input:focus {
  border-bottom: 1px solid #703c19;
}

input::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #00aced;
}

.form-group label.error {
  color: #c71a1a;
  font-size: 80%;
}

.page-heading {
  margin-bottom: 1.4em;
}

.text-bold, p.text-bold {
  font-weight: 700;
}

/*======== contact section =============*/
.section-contact {
  background-color: #efefef;
}

.section-contact h5 {
  font-weight: bold;
}

.section-contact .social-top {
  margin-top: 15px;
}

.section-contact h2 {
  text-align: left;
}

.section-contact h2::after {
  -webkit-transform: none;
  transform: none;
  left: 0;
}

.section-contact .wrapper {
  padding: 1rem 0;
  position: relative;
}

.section-contact .wrapper .b-info {
  width: 100%;
  word-wrap: break-word;
  padding-left: 60px;
}

.section-contact .wrapper .icon-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-right: 2rem;
  clear: both;
  position: absolute;
  top: 0;
}

/*Map section*/
.section-google-map {
  padding: 0;
  margin: 0;
}

.main-wrapper {
  position: relative;
  width: 100%;
  height: 28rem;
}

.section-google-map .google-map {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

.section-google-map .google-map iframe {
  width: 100%;
  height: 100%;
}

.e-resorces {
  background-color: #efefef;
}

.e-resorces h2 {
  margin: 45px 0px;
}

.message-section {
  padding-left: 15px;
  padding-right: 15px;
}

.message-section:first-child {
  border-bottom: 1px solid #efefef;
}

.desk-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.desk-message div {
  padding: 0px;
}

.desk-message img {
  width: 100%;
  border-radius: 10px;
}

.desk-message h3 {
  margin-bottom: 0;
}

.desk-message span {
  padding: 5px 0px 30px 0px;
  display: block;
  font-weight: 400;
  font-style: italic;
  font-size: 100%;
  font-family: sans-serif;
}

.desk-message p {
  font-style: italic;
}

.desk-message .text-grey {
  color: #989898;
}

.jumbotron p {
  font-size: 1em;
}

.box-1 h3, .box-2 h3 {
  background: #003366;
  color: #fff;
  text-align: center;
  padding: 10px 0 !important;
  font-size: 16px;
}

.event-box {
  margin-bottom: 30px;
}

.events .banner-date2 {
  background: #2480fe;
}

.events .banner-date {
  width: 70px;
  text-align: center;
  background: #012951;
  color: #fff;
  text-transform: uppercase;
  height: 73px;
  margin-right: 10px;
  margin-top: 1px;
}

.banner-date {
  font-size: 17px;
  color: #003366;
  padding: 10px 0;
  margin: 0;
}

.events .banner-date1 {
  background: #ea6645;
}

.events .month {
  font-size: 15px;
}

.events .day {
  font-size: 33px;
  position: relative;
  top: -10px;
  left: 2px;
  font-weight: bold;
  font-family: sans-serif;
}

.banner-content a {
  color: #000;
  font-size: 14px;
  padding: 5px 0;
  display: block;
  text-decoration: none;
}

.bg-grey {
  background-color: #efefefef;
}

.quick-links a {
  font-size: 100%;
  margin-right: 25px;
  color: #222;
  background: #fff;
  padding: 8px 12px;
  margin: 7px;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 1px 0px;
          box-shadow: 0px 0px 1px 0px;
}

.quick-links i {
  margin-right: 6px;
  font-weight: 700;
}

.welcome {
  background-color: #d7cdc3;
}

.welcome * {
  color: #222;
}

.welcome h3 span {
  font-weight: 700;
  color: #703c19;
}

.wd-100 {
  width: 100% !important;
}

.faculty-courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.faculty-courses .courses-btn {
  background-color: #a6d2ff;
  padding: 8px 12px;
  color: #fff;
  width: 50%;
  border-radius: 0;
}

.faculty-courses .courses-btn.active {
  background-color: #006bd5;
}

.departments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.departments .dept-btn {
  background-color: #e7f2ff;
  padding: 8px 12px;
  color: #777;
  width: 25%;
  border-radius: 0;
  margin-bottom: 7px;
}

.departments .dept-btn.active {
  background-color: #343a40;
  color: #ffff;
}

.logo-footer {
  width: 100%;
}

.faculty-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  padding: 8px 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.faculty-card .faculty-avatar {
  width: 200px;
}

.faculty-card .faculty-avatar img {
  width: 100%;
  border-radius: 5px;
}

.faculty-card .faculty-details {
  padding: 25px;
  font-weight: 700;
}

.faculty-card .faculty-details div {
  margin-bottom: 12px;
}

.logo-top {
  margin-left: 61px;
}

.name-title {
  font-family: 'PT Serif', sans-serif;
  font-weight: 700;
  font-size: 150%;
}

.name-title .name-sub-title {
  font-size: 70% !important;
  color: #555555;
}

.desk-messages-section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  background-color: #d7cdc3;
}

.desk-messages-section * {
  color: #222;
  /*text-align: justify !important;*/
}

.vc_single_image-img {
  border-radius: 50%;
  border: 10px solid #fff;
}

.desk-message-p {
  font-weight: 600;
  color: #222;
}

.welcome p,
.desk-message-p {
  font-style: italic;
}

.desk-message-text {
  font-style: normal !important;
  font-size: 90%;
  color: #4f4f4f;
}

@media only screen and (max-width: 1153px) {
  .logo-top {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .title * {
    text-align: center !important;
  }
  .faculty-avatar {
    width: 25%;
  }
  .departments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .departments .dept-btn {
    margin-bottom: 5px;
    width: initial;
  }
  .logo-top, .logo-footer {
    width: 60% !important;
  }
}
/*# sourceMappingURL=main.css.map */