@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

body {
  background: #fff;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 26px;
  /* font-family: "Open Sans", sans-serif;*/
  font-family: 'Montserrat-Regular';
}


@font-face {
  font-family: 'Montserrat-Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('?'),
    url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}

@font-face {
  font-family: 'Montserrat-Medium';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Montserrat-Medium.eot');
  src: local('?'),
    url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype'),
    url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
}

@font-face {
  font-family: 'Montserrat-Bold';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/Montserrat-Bold.eot');
  src: local('?'),
    url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
}

@font-face {
  font-family: 'CormorantInfant-Regular';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/CormorantInfant-Regular.eot');
  src: local('?'),
    url('../fonts/CormorantInfant-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CormorantInfant-Regular.woff') format('woff'),
    url('../fonts/CormorantInfant-Regular.ttf') format('truetype'),
    url('../fonts/CormorantInfant-Regular.svg#CormorantInfant-Regular') format('svg');
}

p {
  color: #3c3c3c;
  font-family: 'Montserrat-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #494753;
  /*font-family: "Poppins", sans-serif;*/
  font-family: 'Lato-Regular';
}

h1 {
  font-size: 48px;
  font-family: "Montserrat-Medium";
}

h2 {
  font-size: 36px;
  font-family: "Montserrat-Medium";
}

h3 {
  font-size: 23px;
  font-family: "Montserrat-Medium";
}

h4 {
  font-size: 20px;
  font-family: "Montserrat-Medium";
}

h5 {
  font-size: 18px;
  font-family: "Montserrat-Medium";
}

h6 {
  font-size: 16px;
  font-family: "Montserrat-Medium";
}

/* Global CSS
=========================================== */
a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0 solid;
}

a:hover {
  color: #000;
}

button:focus,
.btn:focus {
  outline: 0 solid;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* List */
.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-inline li {
  display: inline-block;
}

/* BTN */
.btn {
  height: 43px;
  line-height: 29px;
  border-radius: 25px;
  padding: 6px 22px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.btn.btn-md {
  padding: 6px 24px;
}

.btn.btn-lg {
  padding: 6px 19px;
}

.btn-primary {
  background: #ffbd0a;
  border-color: #ffbd0a;
}

.btn-secondary {
  background: #929292;
  border-color: #929292;
}

.btn-secondary:hover {
  background: #ffbf10;
  border-color: #ffbf10;
}

.btn-success {
  background: #a6c437;
  border-color: #a6c437;
}

.btn-info {
  background: #f05a21;
  border-color: #f05a21;
}

.btn-border {
  border: 1px solid #fff;
  color: #fff;
}

.btn-border:hover {
  background: #ffbf10;
  color: #fff;
  border-color: #ffbf10;
}

.readmore-btn {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  color: #494753;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.readmore-btn:hover {
  color: #ffbd0a;
}

/* Pagination */
.paging {
  margin-top: 80px;
}

.paging .pagination {
  margin-bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paging .pagination li {
  display: inline-block;
  margin: 0 10px;
}

.paging .pagination li a {
  display: block;
  border: 1px solid #ddd;
  padding: 2px 10px;
  color: #a1a1a5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.paging .pagination li a i {
  font-size: 10px;
}

.paging .pagination li.active a {
  background: #ffbf10;
  color: #fff;
  border-color: #ffbf10;
  font-weight: 700;
}

.paging .pagination li:hover a {
  background: #ffbf10;
  color: #fff;
  border-color: #ffbf10;
}

.paging.no-margin {
  margin-top: 0;
}

.paging.no-border .pagination {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.paging.no-border .pagination li {
  position: relative;
}

.paging.no-border .pagination li a {
  border: none;
  font-weight: 600;
}

.paging.no-border .pagination li.active a {
  background: none;
  color: #494753;
}

.paging.no-border .pagination li:hover a {
  background: none;
  color: #494753;
}

.paging.no-border .pagination li:after {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  right: -11px;
  width: 3px;
  height: 3px;
  background: #a1a1a5;
}

.paging.no-border .pagination li:first-child {
  margin-right: 0;
}

.paging.no-border .pagination li:last-child {
  margin-left: 0;
}

.paging.no-border .pagination li:last-child:after {
  display: none;
}

.paging.no-border .pagination li.page-direc:after {
  display: none;
}

.paging.justify-center {
  margin-top: 30px;
}

.paging.justify-center .pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Bottom Menu */
.bottom-menu ul li {
  margin-bottom: 10px;
}

.bottom-menu ul li a {
  color: #aeafb3;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
}

.bottom-menu ul li a:hover {
  color: #ffbf10;
}

.bottom-menu ul.border-bottom-dashed li {
  border-bottom: 1px dashed #464b5c;
  margin-bottom: 4px;
  padding: 5px 0;
}

.bottom-menu ul.border-bottom-dashed li:last-child {
  border: none;
}

.bottom-menu.menu-half ul {
  display: inline-block;
}

.bottom-menu.menu-half ul:last-child {
  margin-left: 55px;
}

.bottom-menu.menu-half ul li:last-child {
  margin-bottom: 0;
}

/* Section */
section,
.section {
  padding: 88px 0 100px;
  position: relative;
}

/* Column title */
.column-title {
  line-height: 50px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .column-title {
    font-size: 30px;
  }
}

/* Section Title */
.section-header {
  margin-bottom: 75px;
}

.section-header .section-title {
  margin-bottom: 15px;
}

/* Background */
.bg-orange {
  background: #f05a21 !important;
}

.bg-green {
  background: #1ab7ea !important;
}

.bg-yellow {
  background: #ffbd0a !important;
}

.bg-red {
  background: #f05a21 !important;
}

.bg-solid {
  background: #f3f3f3 !important;
}

.bg-dark {
  background: #353949 !important;
}

/* Text Colors */
.color-green {
  color: #a6c437 !important;
}

.color-yellow {
  color: #ffbd0a !important;
}

.color-orange {
  color: #f05a21 !important;
}

/* Share Items */
.share-item {
  width: 170px;
}

.share-item p {
  text-transform: uppercase;
  color: #b3b2b6;
  margin-bottom: 18px;
}

.share-item ul li {
  margin-right: 13px;
}

.share-item ul li a i {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.share-item ul li a i.fa-facebook {
  background: #3b5998;
}

.share-item ul li a i.fa-twitter {
  background: #1da1f2;
}

.share-item ul li a i.fa-linkedin {
  background: #0077b5;
}

.share-item ul li a i.fa-vimeo {
  background: #1ab7ea;
}

.share-item ul li:last-child {
  margin-right: 0;
}

/* Video Play Button */
.video-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 38px;
  border: 3px solid #bab8b4;
  text-align: center;
  border-radius: 50%;
  padding-left: 4px;
  color: #fff;
}

.video-icon:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border-color: transparent #fff #fff;
  border-style: solid;
  border-width: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .8s;
  transition: all .8s;
}

.video-icon:hover {
  color: #fff;
}

.video-icon:hover:before {
  -webkit-transform: rotate(320deg);
  transform: rotate(320deg);
}

.video-icon.solid-btn {
  border: none;
  line-height: 43px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.video-icon.solid-btn:before {
  border: none;
}

.video-icon.btn-center {
  right: auto;
  top: calc(50% - 23px);
  left: calc(50% - 23px);
}

/* BG Overlay */
.bg-overlay {
  position: relative;
  z-index: 1;
}

.bg-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(53, 57, 73, 0.8);
  z-index: -1;
}

.bg-overlay-green {
  position: relative;
  z-index: 1;
}

.bg-overlay-green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1ab7ead9;
  z-index: -1;
}

.bg-overlay-red {
  position: relative;
  z-index: 1;
}

.bg-overlay-red:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 90, 33, 0.92);
  z-index: -1;
}

.bg-overlay-blue {
  position: relative;
  z-index: 1;
}

.bg-overlay-blue:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(68, 100, 177, 0.92);
  z-index: -1;
}

/* Gap */
@media (min-width: 992px) {
  .gap-30 {
    height: 30px;
    clear: both;
  }
}

.mb-0 {
  margin-bottom: 0;
}

/* No Padding */
.no-padding {
  padding: 0 !important;
}

.padding-top0 {
  padding-top: 0 !important;
}

.padding-bottom0 {
  padding-bottom: 0 !important;
}

/* Breadcumbs */
.breadcrumb {
  background: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 10px;
}

.banner-area {
  position: relative;
  padding: 132px 0;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.banner-area .banner-title {
  color: #fff;
  text-align: center;
  font-size: 40px;
  margin-bottom: -15px;
}

.banner-area li {
  position: relative;
  padding: 0 10px;
  color: #fff;
}

.banner-area li a {
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-area li a:hover {
  color: #ffbd0a;
}

.banner-area li:not(:last-child):after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0px;
  width: 1px;
  height: 10px;
  background: #fff;
}

.banner-area .banner-img {
  position: absolute;
  bottom: -58px;
  left: calc(50% - 415px);
}

/* Review Star */
.review-star li {
  margin-right: 1px;
}

.review-star li i {
  color: #ffbd0a;
}

.review-star li.rating {
  margin-left: 8px;
  color: #b3b2b6;
}

/* Sticky Header */
.affix {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999 !important;
  border-bottom: 1px solid #e8e8e8;
}

.affix.navbar {
  background-color: #353949;
}

.affix.navbar .navbar-collapse {
  margin: 0 auto;
  padding: 0 15px;
}

.affix.header-solid .tl-logo-area {
  background: #fff;
  -webkit-box-shadow: 0 0 1px 3px #e7e7e7;
  box-shadow: 0 0 1px 3px #e7e7e7;
}

.affix.tl-header-transparent .tl-logo-area {
  background: #353949 !important;
}

/* Back to top */
#back-to-top {
  position: fixed;
  right: 40px;
  bottom: 25px;
  top: auto;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
}

#back-to-top .btn-primary {
  font-size: 18px;
  padding: 6px 15px;
  width: 44px;
  height: 44px;
  line-height: 30px;
  border-radius: 100%;
  background: #3288e6;
  border-color: #013958;
}

#back-to-top .btn-primary:before {
  display: none;
}

/* Animation */
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRightMedium {
  from {
    opacity: 0;
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightMedium {
  from {
    opacity: 0;
    -webkit-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightMedium {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fillAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
    -webkit-transition: ease-out;
    transition: ease-out;
  }

  100% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  to {
    opacity: 1;
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
  }
}

@keyframes fillAnimation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px);
    -webkit-transition: ease-out;
    transition: ease-out;
  }

  100% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }

  to {
    opacity: 1;
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
  }
}

/* Topbar
=========================================== */
.tl-topbar {
  border-bottom: 1px solid #ededed;
  padding: 2px 0;
  background: #013958;
}

.tl-topbar-menu .fa {
  margin-right: 8px;
}

.tl-topbar-menu>.list-inline li {
  position: relative;
  padding-left: 15px;
  margin-right: 15px;
}

.tl-topbar-menu>.list-inline li a {
  color: #919191;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tl-topbar-menu>.list-inline li a:hover {
  color: #353949;
}

.tl-topbar-menu>.list-inline li a.top-search {
  position: relative;
  color: #a9a9ab;
}

.tl-topbar-menu>.list-inline li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 25px;
  background: #e7e7e7;
}

.tl-topbar-menu>.list-inline li.tl-user-form {
  margin-right: 0;
}

.tl-topbar-menu>.list-inline li.tl-user-form a {
  position: relative;
}

.tl-topbar-menu>.list-inline li.tl-user-form a:after {
  content: "/";
  margin-right: 0px;
  margin-left: 5px;
}

.tl-topbar-menu>.list-inline li.tl-user-form a:last-child:after {
  display: none;
}

.tl-topbar-social-links .list-inline li a i {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  margin-left: 6px;
  color: #6a6c6d;
  font-size: 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tl-topbar-social-links .list-inline li a:hover i {
  border-color: #ffbd0a;
  color: #ffbd0a;
}

/* topbar Classic */
.topbar-classic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar-classic .share-item {
  position: relative;
  margin-left: 0;
  padding-left: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.topbar-classic .share-item ul li a i {
  width: 25px;
  height: 25px;
  line-height: 27px;
  font-size: 11px;
}

.topbar-classic .share-item ul li a:hover {
  color: #a6c437;
}

.tl-topbar.bg-dark {
  background: #1e2028 !important;
  border-bottom: none;
}

.tl-topbar-menu.topbar-classic>.list-inline li a {
  color: #8f9094;
}

.tl-topbar-menu.topbar-classic>.list-inline li a:hover {
  color: #a6c437;
}

.tl-topbar-menu.topbar-classic>.list-inline li a.highlight {
  color: #a6c437;
}

.tl-topbar-menu.topbar-classic>.list-inline li:before {
  left: auto;
  right: -16px;
  background: #8f9094;
}

.tl-topbar-menu.topbar-search>.list-inline li:not(:last-child):before {
  display: none;
}

.tl-topbar-menu.topbar-search>.list-inline .tl-user-form:before {
  background: #8f9094;
}

.tl-topbar-menu.topbar-search>.list-inline .tl-user-form a {
  color: #a9a9ab;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.tl-topbar-menu.topbar-search>.list-inline .tl-user-form a:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 1px;
  height: 25px;
  background: #8f9094;
}

.tl-topbar-menu.topbar-search>.list-inline .tl-user-form a:hover {
  color: #a6c437;
}

.tl-topbar-menu.topbar-search>.list-inline .tl-user-form a:not(:last-child) {
  margin-right: 24px;
  padding-right: 30px;
  padding-left: 10px;
}

.modal-content {
  border: none;
}

.search-box {
  -webkit-animation: fadeInLeftBig 1s .8s both;
  animation: fadeInLeftBig 1s .8s both;
  position: absolute;
  width: 100%;
}

.mfp-close {
  -webkit-animation: fadeInRight 1s .8s both;
  animation: fadeInRight 1s .8s both;
  opacity: 1;
}

.tl-search-group {
  position: relative;
}

.tl-search-group button {
  position: absolute;
  top: calc(50% - 14px);
  right: 25px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
}

.tl-search-group input {
  background: transparent;
  border-radius: 50px;
  padding: 20px 50px;
  color: #fff;
}

.tl-search-group input::-webkit-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.tl-search-group input::-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.tl-search-group input:-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.tl-search-group input::-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.tl-search-group input::placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

.mfp-bg.tl-mfp-bg {
  background-color: rgba(0, 0, 0, 0.87);
  padding-bottom: 100%;
  border-radius: 100%;
  overflow: hidden;
  -webkit-animation: fillAnimation 1s ease-out both;
  animation: fillAnimation 1s ease-out both;
}

/* Header
=========================================== */
.tl-header .tl-logo-area {
  padding: 28px 0;
}

.tl-header.header-solid .tl-logo-area {
  padding: 0;
}

.tl-header.header-solid.sticky-nav .tl-logo-area {
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px #bab8b4;
  box-shadow: 0 0 5px 1px #bab8b4;
}

.top-info li .info-icon {
  float: left;
}

.top-info li .info-icon i {
  width: 35px;
  height: 35px;
  border: 1px solid #ffbf10;
  position: relative;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  color: #ffbf10;
  top: 5px;
  font-size: 18px;
}

.top-info .info-wrapper {
  padding-left: 45px;
  margin-right: 20px;
}

.top-info .info-wrapper .info-title {
  margin-bottom: -7px;
  color: #494753;
  font-weight: 500;
}

.top-info .info-wrapper .info-subtitle {
  color: #929292;
  margin-bottom: 0;
}

.top-info .info-wrapper p {
  font-family: "Poppins", sans-serif;
}

/* Nav
=========================================== */
.navbar {
  padding: 0;
}

.site-navigation {
  background:#f3f3f3;
}

/*.navbar-expand-lg .navbar-nav > .nav-item {
  margin-right: 0;
}*/
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0;
  padding: 12px 11px;
  font-size: 13px !important ;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #013958;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-item .nav-indicator {
  margin-left: -2px;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #f00;
}

.navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 30px;
  border-radius: 0;
  background: #013958;
}

.marqueebox .fa {
  font-size: 14px;
  margin-right: 5px;
}

.marqueebox a:hover {
  text-decoration: underline;
}

.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #177a9b;
}

.navbar-nav .dropdown-menu {
  margin-top: 20px;
}

/*.affix .dropdown-menu {
  margin-top: 0;
}*/

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 75px;
  width: 217px;
}

.dropdown-menu .nav-item {
  padding: 0px 10px;
}

.dropdown-menu .nav-item a {
  color: #fff;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  border-bottom: 1px solid #8f929a;
  padding: 4px 0;
  text-transform: capitalize;
}

.dropdown-menu .nav-item a:hover {
  color: #16a3cc;
}

.dropdown-menu .nav-item:last-child a {
  border: none;
}

.dropdown-menu .nav-item.active a {
  color: #16a3cc;
}

/* Navbar Absolute */
.tl-header.sticky-nav .site-navigation {
  padding: 10px 0;
}

.tl-header.tl-header-transparent.header-absolute {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.tl-header.tl-header-transparent.sticky-nav .tl-logo-area {
  background: rgba(30, 32, 40, 0.9);
}

.tl-header.tl-header-transparent .tl-logo-area {
  padding: 0;
  background: rgba(30, 32, 40, 0.5);
}

.tl-header.tl-header-transparent .navbar-expand-lg .navbar-nav .nav-item>.nav-link {
  color: #fff;
  padding: 31px 0;
}

.tl-header.tl-header-transparent .navbar-expand-lg .navbar-nav .nav-item>.nav-link:hover {
  color: #ffbd0a;
}

.tl-header.tl-header-transparent .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
  top: 100px;
}

.tl-header.tl-header-transparent .navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
  top: 85px;
}

.tl-header.tl-header-transparent .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
  color: #ffbd0a;
}

.tl-header.header-solid .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 36px 0;
}

.tl-header.header-solid .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu {
  top: 105px;
}

.tl-header.header-solid .navbar-expand-lg .navbar-nav .nav-item .dropdown-menu .nav-item.active a {
  color: #ffbd0a;
}

.tl-header.header-solid .navbar-expand-lg .navbar-nav .nav-item:hover .dropdown-menu {
  top: 96px;
}

.phone-call {
  position: absolute;
  top: -44px;
  left: -15px;
  width: 110px;
  height: 88px;
  background: #ffbd0a;
  text-align: center;
  line-height: 110px;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.phone-call span {
  position: relative;
  top: -12px;
}

.phone-call span img {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

/* Carousel
=========================================== */
.tl-slider {
  position: relative;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.tl-slider-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.tl-slider-carousel.owl-carousel .owl-nav button {
  position: absolute;
  left: 50px;
  top: 0;
  color: #f5f5f5;
  width: 45px;
  height: 45px;
  background: rgba(248, 248, 248, 0.2);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tl-slider-carousel.owl-carousel .owl-nav button i {
  font-size: 20px;
  line-height: 46px;
  padding-right: 3px;
}

.tl-slider-carousel.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 50px;
}

.tl-slider-carousel.owl-carousel .owl-nav button.owl-next i {
  padding-left: 5px;
}

.tl-slider-carousel.owl-carousel .owl-nav button:hover {
  background: #ffbf10;
}

.tl-slider-carousel.owl-carousel .owl-item .slider-inner {
  opacity: 0;
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}

.tl-slider-carousel.owl-carousel .owl-item.active .slider-content .slider-title {
  -webkit-animation: fadeInLeftSmall .8s .8s both linear;
  animation: fadeInLeftSmall .8s .8s both linear;
}

.tl-slider-carousel.owl-carousel .owl-item.active .slider-content .slider-text {
  -webkit-animation: fadeInLeftSmall .8s 1s both linear;
  animation: fadeInLeftSmall .8s 1s both linear;
}

.tl-slider-carousel.owl-carousel .owl-item.active .slider-content .slider-btn .btn-primary {
  -webkit-animation: zoomIn .8s 1.2s both linear;
  animation: zoomIn .8s 1.2s both linear;
}

.tl-slider-carousel.owl-carousel .owl-item.active .slider-content .slider-btn .btn-border {
  -webkit-animation: zoomIn .8s 1.5s both linear;
  animation: zoomIn .8s 1.5s both linear;
}

.tl-slider-carousel.owl-carousel .owl-item.active .slider-inner {
  opacity: 1;
}

.tl-slider-carousel.owl-carousel .owl-item.active .slider-inner .slider-img {
  -webkit-animation: fadeInUp .8s .8s both ease-in-out;
  animation: fadeInUp .8s .8s both ease-in-out;
}

.slider-img {
  position: absolute;
  bottom: 0;
  right: 65px;
}

/*.slider-img img {
  height: 530px;
}*/

.tl-slider-wrapper {
  height: 628px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: 50% 100%;
}

.slider-inner {
  /*  display: table-cell;*/
  vertical-align: middle;
}

.slider-content .slider-title,
.slider-content .slider-text {
  color: #1da1f2;
}

.slider-content .slider-title {
  padding-right: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Lato-Regular';
}

.slider-content .slider-btn .btn:not(:last-child) {
  margin-right: 10px;
}

/* Intro
=========================================== */
.tl-intro {
  padding: 35px 0;
}

.tl-intro.intro-bg {
  background: url(../images/bg-img1.png);
  background-size: cover;
  background-position: top center;
}

.tl-intro-wrapper {
  display: block;
  padding: 30px 22px;
  width: 100%;
}

.tl-intro-wrapper * {
  color: #fff;
}

.tl-intro-wrapper p {
  margin-bottom: 0;
  font-size: 13px;
}

.tl-intro-wrapper .intro-icon {
  float: left;
}

.tl-intro-wrapper .intro-icon i {
  font-size: 50px;
}

.tl-intro-wrapper .intro-title {
  text-transform: uppercase;
  margin-bottom: 1px;
}

.tl-intro-wrapper .intro-content {
  padding-left: 56px;
  padding-top: 7px;
}


/* About
=========================================== */
.tl-about {
  padding-top: 88px;
  padding-bottom: 68px;
}

.about-content .readmore-btn {
  margin-top: 28px;
  margin-bottom: 40px;
}

.about-bg {
  background-size: cover;
  width: 100%;
  height: 100%;
}

.about-box {
  padding: 35px 40px 40px;
}

.about-box h3 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.about-box p {
  color: #fff;
  margin-bottom: 18px;
}

.about-event .event-title {
  font-size: 30px;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 45px;
}

.about-event .event-time {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  background: #ffbd0a;
  text-align: center;
  padding: 21px 0;
}

.about-event .event-time span {
  display: block;
  font-family: "Poppins", sans-serif, sans-serif;
  color: #fff;
  font-weight: 600;
}

.about-event .event-time .event-date {
  font-size: 36px;
  margin-bottom: 0px
}

.about-event .event-time .event-month {
  font-weight: 500;
}

.event-box-wrapper {
  border: 1px solid #ffbd0a;
  margin-bottom: 8px;
  position: relative;
  padding: 8px 0 10px 70px;
  min-height: auto;
}

.event-info .event-name {
  text-transform: none;
  margin-bottom: 6px;
  font-size: 15px;
}

.event-info .event-location>span {
  color: #ffbd0a;
  margin-right: 15px;
}

.event-info .event-location>span i {
  color: #8e8e8e;
  margin-right: 4px;
}

.event-desc {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 20px;
  font-size: 13px;
}


/* Facilities 
=========================================== */

.facilities-info-box {
  border-bottom: 2px solid #ccc;
  margin-bottom: 40px;
}

/* Service
=========================================== */
.tl-service {
  padding-top: 90px;
}

.single-service-box {
  background: #fff;
  border-radius: 50px;
  padding: 40px 35px 40px 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-service-box:hover {
  -webkit-box-shadow: 0px 10px 20px 0px #ececed;
  box-shadow: 0px 10px 20px 0px #ececed;
}

.service-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-header i {
  font-size: 50px;
}

.service-header .service-title {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding-left: 20px;
  margin-bottom: 0;
}

.service-header.color-green i,
.service-header.color-green .service-title {
  color: #a6c437;
}

.service-header.color-yellow i,
.service-header.color-yellow .service-title {
  color: #ffbd0a;
}

.service-header.color-orange i,
.service-header.color-orange .service-title {
  color: #f05a21;
}

.service-desc {
  margin-bottom: 0;
  padding-top: 20px;
}

/* Funfact
=========================================== */
.tl-funfact {
  background: url(../images/achieves-school-bg.jpg);
  background-size: cover;
  background-position: top right;
  background-attachment: fixed;
  padding: 75px 0 65px;
}

.tl-funfact.bg-overlay-green *,
.tl-funfact.bg-overlay * {
  color: #fff;
}

.tl-funfact.dark-bg {
  background: url(../images/funfact-bg2.jpg);
  background-size: cover;
  background-position: top right;
  background-attachment: fixed;
  padding: 75px 0 65px;
}

.single-counter-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-counter-box .counter-icon {
  font-size: 75px;
}

.single-counter-box .counter-content {
  padding-left: 12px;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.single-counter-box .counter-content span {
  display: inline-block;
  margin-bottom: 18px;
}

.single-counter-box .counter-content .counter-title {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 22px;
}

/* Feature
=========================================== */
.tl-feature {
  padding-top: 88px;
}

.feature-box-wrapper {
  border: 1px solid #f5f5f5;
  border-bottom: 5px solid #ffbd0a;
  position: relative;
}

.feature-box-wrapper .feature-img {
  position: relative;
}

.feature-box-wrapper .feature-content {
  padding: 35px 30px 30px;
}

.feature-box-wrapper .feature-content .feature-title {
  font-weight: 600;
  margin-bottom: 18px;
}

.feature-box-wrapper .feature-content p {
  margin-bottom: 12px;
}

.feature-schedule-box {
  text-align: center;
  border: 1px solid #f5f5f5;
}

.feature-schedule-box .schedule-title {
  line-height: normal;
  margin-bottom: 0;
  border-bottom: 1px dashed #f5f5f5;
  padding: 22px 0;
}

.feature-schedule-box .schedule-shift {
  padding: 26px 0;
  border-bottom: 1px solid #f5f5f5;
  color: #494753;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.feature-schedule-box .schedule-time {
  border-bottom: 1px solid #f5f5f5;
  padding: 5px 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  background: #f5f5f5;
}

.feature-schedule-box .schedule-time span {
  display: block;
  color: #494753;
  font-size: 14px;
}

.feature-schedule-box .schedule-time.color-green {
  color: #a6c437;
}

.feature-schedule-box .schedule-time.color-orange {
  color: #f05a21;
}

.feature-schedule-box .schedule-link {
  padding: 23px 0;
}

.feature-schedule-box .schedule-link a {
  color: #494753;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
}

.feature-schedule-box .schedule-link a:hover {
  color: #ffbd0a;
}

/* Testimonial
=========================================== */
.testimonial-bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.testimonial-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.testimonial-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.testimonial-content-wrapper .testiomonial-content {
  padding-right: 40px;
  margin-left: 60px;
}

.testimonial-content-wrapper .testiomonial-content .client-name {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.testimonial-content-wrapper .testiomonial-content .client-msg {
  color: #929292;
  font-style: italic;
  font-weight: 600;
}

.testimonial-single-slider.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}

.testimonial-single-slider.owl-carousel .owl-dots button {
  display: inline-block;
  background: #d7d7d7;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-single-slider.owl-carousel .owl-dots button.active {
  background: #ffbd0a;
}

/* Testimonial Classic */
.testimonial-classic-carousel .testimonial-content-wrapper {
  display: unset;
}

.testimonial-classic-carousel .testimonial-content-wrapper .testiomonial-content {
  margin-left: 0;
  padding-right: 100px;
}

.testimonial-classic-carousel .testimonial-content-wrapper .testimonial-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.testimonial-classic-carousel .testimonial-content-wrapper .testimonial-footer .testimonial-img img {
  width: 60px;
  height: 60px;
}

.testimonial-classic-carousel .testimonial-content-wrapper .testimonial-footer .testimonial-img .client-msg {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  line-height: 28px;
}

.testimonial-classic-carousel .testimonial-content-wrapper .testimonial-footer .client-name {
  margin-bottom: 0;
  font-size: 12px;
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.testimonial-classic-carousel .testimonial-content-wrapper .testimonial-footer .client-name span {
  color: #929292;
  font-weight: 400;
  text-transform: none;
}

.testimonial-classic-carousel.owl-carousel .owl-dots {
  position: absolute;
  top: -86px;
  width: 100%;
  text-align: right;
}

.testimonial-classic-carousel.owl-carousel .owl-dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #c1c1c1;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.testimonial-classic-carousel.owl-carousel .owl-dots button:not(:last-child) {
  margin-right: 10px;
}

.testimonial-classic-carousel.owl-carousel .owl-dots button.active {
  background: #ffbd0a;
}

/* portfolio
=========================================== */
.grid .element-item {
  float: left;
  width: 25%;
  padding: 15px;
}

.grid .element-item img {
  border-radius: 50px;
  height: 200px;
  width: 270px;
}

.portfolio-menu {
  text-align: center;
  margin-bottom: 45px;
}

.portfolio-menu li {
  padding: 4px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 25px;
  cursor: pointer;
  margin-right: 5px;
  color: #6a6c6d;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-menu li:last-child {
  margin-right: 0;
}

.portfolio-menu li.active {
  color: #ffbd0a;
  border-color: #ffbd0a;
}

.portfolio-btn {
  margin-top: 65px;
  text-align: center;
}

.portfolio-btn .btn {
  border-color: #eaeaea;
  color: #6a6c6d;
  margin-top: 20px;
}

.portfolio-btn .btn:hover {
  color: #fff;
}

.portfolio-grid .element-item a {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.portfolio-grid .element-item a:after {
  content: "";
  position: absolute;
  top: -101%;
  left: -101%;
  width: 100%;
  height: 100%;
  background: rgba(255, 189, 10, 0.8);
  border-radius: 50px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio-grid .element-item a:hover:after {
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
}

/* News
=========================================== */
.tl-latest-post .latest-post-media {
  position: relative;
  margin-bottom: 17px;
  overflow: hidden;
}

.tl-latest-post .post-date {
  margin-bottom: 15px;
}

.tl-latest-post .post-date span,
.tl-latest-post .post-date a {
  color: #b4b4b4;
}

.tl-latest-post .post-date span i {
  font-size: 14px;
  margin-right: 5px;
}

.tl-latest-post .post-date .post-time {
  margin-right: 20px;
}

.tl-latest-post .post-meta {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  background: #ffbd0a;
  padding: 4px 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tl-latest-post .post-meta .post-author {
  color: #fff;
}

.tl-latest-post .post-meta .post-author a {
  color: #fff;
}

.tl-latest-post .post-meta .post-author i {
  margin-right: 7px;
}

.tl-latest-post .post-info .post-title {
  margin-bottom: 15px;
}

.tl-latest-post .post-info .post-title a {
  color: #494753;
  line-height: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tl-latest-post .post-info .readmore-btn {
  margin-top: 1px;
}

.tl-latest-post:hover .post-title a {
  color: #ffbd0a;
}

.tl-latest-post:hover .post-meta {
  bottom: 0;
}

.tl-latest-post:hover .readmore-btn {
  color: #ffbd0a;
}

/* Partner
=========================================== */
.tl-partner {
  padding: 75px 0;
}

.partner-carousel.owl-carousel .owl-item img {
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: .5;
}

.partner-carousel.owl-carousel .owl-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.partner-carousel .partner-logo {
  display: table;
  width: 100%;
  height: 60px;
  text-align: center;
}

.partner-carousel .partner-logo .partner-item {
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}

/* CTA
=========================================== */
.tl-cta {
  padding: 45px 0 30px;
}

.tl-cta.bg-green .cta-content * {
  color: #fff;
}

.tl-cta.bg-green .cta-content .cta-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
  font-size: 28px;
}

.newsletter .form-row {
  position: relative;
}

.newsletter .form-control {
  padding: 19px 30px;
  border-radius: 50px;
}

.newsletter input[type=email] {
  background: transparent;
  color: #fff;
  font-size: 14px;
  border-color: #c1d673;
}

.newsletter input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.newsletter input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

.newsletter input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.newsletter input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

.newsletter input::placeholder {
  color: #fff;
  font-size: 14px;
}

.newsletter button[type=submit] {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 50px;
  padding: 10px 57px;
  border-radius: 50px;
  border: none;
  background: #fff;
  font-weight: 700;
  letter-spacing: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.newsletter button[type=submit]:hover {
  color: #ffbd0a;
}

/* CTA Classic */
.cta-bg {
  padding: 118px 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
}

.cta-form-classic .cta-title {
  color: #fff;
  margin-bottom: 20px;
}

.cta-form-classic>p {
  color: #fff;
  margin-bottom: 30px;
}

.cta-form-classic .newsletter input[type=email] {
  background: #fff;
  width: 71%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: #494753;
}

.cta-form-classic .newsletter input::-webkit-input-placeholder {
  color: #b3b2b6;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
}

.cta-form-classic .newsletter input::-moz-placeholder {
  color: #b3b2b6;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
}

.cta-form-classic .newsletter input:-ms-input-placeholder {
  color: #b3b2b6;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
}

.cta-form-classic .newsletter input::-ms-input-placeholder {
  color: #b3b2b6;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
}

.cta-form-classic .newsletter input::placeholder {
  color: #b3b2b6;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
}

.cta-form-classic .newsletter button[type=submit] {
  width: 27%;
  padding: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 61px;
  top: 0;
  background: #ffbd0a;
  color: #fff;
  text-transform: uppercase;
}

/* Footer
=========================================== */
.tl-footer {
  background: #353949;
  padding: 50px 0;
}

.tl-footer-info .container {
  border-bottom: 1px dashed #464b5c;
  padding-bottom: 55px;
  margin-bottom: 78px;
}

.footer-title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
}

.footer-title span {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  margin-top: 13px;
  display: inline-block;
}

.footer-contact-info i {
  float: left;
  font-size: 30px;
  margin-right: 20px;
  position: relative;
  top: 10px;
}

.footer-contact-info h3,
.footer-contact-info p {
  margin-left: 19px;
  color: #fff;
}

.footer-contact-info h3 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 3px;
}

.footer-contact-info p {
  font-size: 14px;
  font-weight: 200;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0;
}

.footer-contact-info.color-yellow i,
.footer-contact-info.color-yellow p {
  color: #ffbd0a;
}

.footer-contact-info.color-green i,
.footer-contact-info.color-green p {
  color: #a6c437;
}

.footer-contact-info.color-orange i,
.footer-contact-info.color-orange p {
  color: #f05a21;
}

/* Footer Main */
.footer-logo a {
  margin-bottom: 33px;
  display: inline-block;
}

.footer-logo p {
  line-height: 30px;
  margin-bottom: 20px;
  color: #aeafb3;
}

.footer-contact-details {
  margin-bottom: 30px;
}

.footer-contact-details ul li {
  color: #aeafb3;
  margin-bottom: 2px;
  font-size: 15px;
}

.footer-contact-details ul li:last-child {
  margin-bottom: 0;
}

.footer-scoial-links ul li a i {
  display: block;
  margin-right: 13px;
  width: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 12px;
}

.footer-scoial-links ul li a i.fa-facebook {
  background: #3b5998;
}

.footer-scoial-links ul li a i.fa-twitter {
  background: #1da1f2;
}

.footer-scoial-links ul li a i.fa-linkedin {
  background: #0077b5;
}

.footer-scoial-links ul li a i.fa-vimeo {
  background: #1ab7ea;
}

.main-footer-title {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 50px;
}

.main-footer-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 35px;
  height: 2px;
  background: #f05a21;
}

.course-list li {
  margin-bottom: 20px;
}

.course-list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-list li a img {
  float: left;
  width: 60px;
  height: 60px;
}

.course-list li a h6 {
  padding-left: 20px;
  font-size: 14px;
  color: #aeafb3;
  line-height: 26px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.course-list li a h6:hover {
  color: #ffbf10;
}

.course-list li:after {
  content: "";
  display: block;
  clear: both;
}

.course-list li:last-child {
  margin-bottom: 0;
}

/* Copyright
=========================================== */
.tl-contact-us .row {
  background: #f9f9f9;
  border-radius: 25px;
  padding: 80px 0;
}

.contact-us-wrapper .contact-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 28px;
}

.contact-us-wrapper ul li {
  font-family: "Poppins", sans-serif;
  color: #6c6b74;
  font-weight: 500;
}

.contact-us-wrapper ul li:not(:last-child) {
  margin-bottom: 5px;
}

.contact-us-wrapper p {
  font-family: "Poppins", sans-serif;
  color: #6c6b74;
  font-weight: 500;
}

.contact-us-wrapper .contact-link {
  margin-bottom: 0;
  color: #f05a21;
}

/* Contact form */
.tl-conact-form {
  margin-top: 37px;
}

.contactForm {
  width: 100%;
}

.contact-form .form-group .form-control {
  border-color: #dbdadd;
  padding: 10px 27px;
  border-radius: 10px;
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
  color: #b6b5ba;
  font-size: 14px;
  font-weight: 600;
}

.contact-form .form-group .form-control::-moz-placeholder {
  color: #b6b5ba;
  font-size: 14px;
  font-weight: 600;
}

.contact-form .form-group .form-control:-ms-input-placeholder {
  color: #b6b5ba;
  font-size: 14px;
  font-weight: 600;
}

.contact-form .form-group .form-control::-ms-input-placeholder {
  color: #b6b5ba;
  font-size: 14px;
  font-weight: 600;
}

.contact-form .form-group .form-control::placeholder {
  color: #b6b5ba;
  font-size: 14px;
  font-weight: 600;
}

.contact-form .form-group textarea.form-control {
  border-radius: 10px;
  margin-top: 32px;
  margin-bottom: 48px;
}

/* Map */
.mapouter {
  text-align: right;
  height: 450px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 450px;
  width: 100%;
}

.gmap_canvas iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.tl-map {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tl-map:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/* Sub Pages
=========================================== */
/* Home Varriations
======================== */
/* Home 2 */
.home-banner-wrapper {
  height: 800px;
  display: table;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.home-banner-wrapper .home-banner-inner {
  display: table-cell;
  vertical-align: bottom;
}

.home-banner-wrapper .home-banner-inner .banner-title {
  font-size: 42px;
  color: #fff;
  margin-bottom: 40px;
}

.tl-countdown-box {
  position: relative;
  margin-bottom: -70px;
  border-radius: 5px;
  background: #000;
  text-align: center;
}

.tl-countdown-box .header-form {
  background: #353949;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tl-countdown-box .header-form .form-group {
  margin-bottom: 22px;
}

.tl-countdown-box .header-form .form-group .form-control {
  border: none;
  background: transparent;
  border-bottom: 1px solid #4a4d5c;
  padding-bottom: 20px;
  padding-left: 0;
  border-radius: 0;
}

.tl-countdown-box .header-form .form-group input[type=submit] {
  margin-top: 15px;
  margin-bottom: 10px;
}

.countdown-timer {
  padding-bottom: 65px;
  background: #f05a21;
}

.countdown-timer h2 {
  margin-bottom: 42px;
  text-transform: uppercase;
  color: #fff;
}

.countdown-timer,
.header-form {
  padding: 40px;
  border-radius: 5px;
}

.countdown-clock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.countdown-clock .counter-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.countdown-clock .counter-time span {
  font-size: 55px;
  font-weight: 700;
}

.countdown-clock .counter-time span.time-name {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

/* Team Area */
.team-img {
  position: relative;
  overflow: hidden;
}

.team-header {
  background: #353949;
  text-align: center;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-header .person-name {
  color: #fff;
  margin-bottom: 3px;
}

.team-header span {
  color: #aeafb3;
}

.team-single-box .share-item {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 100%;
  background: #a6c437;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.team-single-box .share-item ul {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 75px;
}

.team-single-box .share-item ul li {
  margin-bottom: 12px;
  margin-right: 0;
}

.team-single-box .share-item ul li a i {
  margin: 0 auto;
}

.team-single-box:hover .share-item {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.team-single-box:hover .team-header {
  background: #a6c437;
}

.team-single-box:hover .team-header span {
  color: #fff;
}

.team-carousel.owl-carousel .owl-item img {
  width: 100%;
  height: 310px;
}

.team-carousel.owl-carousel .owl-nav {
  position: absolute;
  top: -97px;
  width: 100%;
  text-align: right;
}

.team-carousel.owl-carousel .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #6a6c6d;
  border: 1px solid #d7d7d7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-carousel.owl-carousel .owl-nav button:not(:last-child) {
  margin-right: 15px;
}

.team-carousel.owl-carousel .owl-nav button:hover {
  background: #ffbd0a;
  border-color: #ffbd0a;
  color: #fff;
}

.gallery-info5 {
    padding: 10px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.gallery-info5{ height: auto; }
.gallery-info5 p {
    color: #196f31;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

/* Video Area */
.video-bg {
  background: url(../images/video-bg1.jpg);
  background-size: cover;
  background-position: center;
}

.tl-video-area {
  padding: 112px 0;
}

.video-area-wrapper {
  text-align: center;
}

.video-area-wrapper .video-icon {
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
  width: 80px;
  height: 80px;
  line-height: 73px;
  font-size: 30px;
  right: 0;
}

.video-area-wrapper .video-icon:before {
  width: 80px;
  height: 80px;
}

.video-area-wrapper .video-title {
  color: #fff;
  font-weight: 500;
  letter-spacing: 10px;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 50px;
}

.video-area-wrapper .video-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background: #98999f;
}

.video-btn-group .btn:not(:last-child) {
  margin-right: 15px;
}

/* News */
.post-navigation {
  padding: 26px 0;
  border-bottom: 1px solid #eaebec;
}

.post-navigation .post-next {
  float: right;
}

.post-navigation .post-next a {
  color: #494753;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-navigation .post-next a:hover {
  color: #ffbf10;
}

.post-navigation .post-next a i {
  margin-left: 6px;
}

.post-navigation .post-previous {
  float: left;
}

.post-navigation .post-previous a {
  color: #494753;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-navigation .post-previous a:hover {
  color: #ffbf10;
}

.post-navigation .post-previous a i {
  margin-right: 10px;
}

.post {
  margin-bottom: 60px;
}

.post .post-body .post-content .entry-header {
  margin-top: 32px;
}

.post .post-body .post-content .entry-header .entry-title {
  font-size: 30px;
}

.post .post-body .post-content .entry-header .entry-title a {
  color: #494753;
}

.post .post-body .post-meta {
  margin-bottom: 20px;
}

.post .post-body .post-meta .post-meta-time {
  color: #bebebe;
  font-weight: 600;
}

.post .post-body .post-meta .post-meta-time span {
  font-weight: 400;
  color: #cacaca;
}

.post .post-body .post-meta .post-cat {
  color: #cacaca;
  margin-left: 35px;
}

.post .post-body .post-meta .post-cat a {
  color: #bebebe;
  font-weight: 600;
}

.post .entry-content {
  margin-bottom: 28px;
}

.post .entry-content p {
  color: #494753;
  font-weight: 600;
  font-size: 16px;
}

.post.last {
  margin-bottom: 0;
}

.sidebar.sidebar-right {
  margin-left: 30px;
}

.sidebar.sidebar-left {
  margin-right: 30px;
}

/* Widget */
.widget {
  padding: 25px 30px;
  border: 1px solid #eaebec;
  margin-bottom: 40px;
}

.widget.widget-ad {
  padding: 0;
  border: none;
}

.widget.widget-ad img {
  width: 100%;
}

.widget.widget-search {
  padding: 0;
  border: none;
}

.widget .widget-title {
  margin-bottom: 25px;
}

.widget .input-group {
  position: relative;
}

.widget .input-group input {
  padding: 17px 20px;
  border-radius: 0;
  border-color: #eaebec;
}

.widget .input-group input::-webkit-input-placeholder {
  font-size: 14px;
  color: #b9b8bb;
  font-family: "Poppins", sans-serif;
}

.widget .input-group input::-moz-placeholder {
  font-size: 14px;
  color: #b9b8bb;
  font-family: "Poppins", sans-serif;
}

.widget .input-group input:-ms-input-placeholder {
  font-size: 14px;
  color: #b9b8bb;
  font-family: "Poppins", sans-serif;
}

.widget .input-group input::-ms-input-placeholder {
  font-size: 14px;
  color: #b9b8bb;
  font-family: "Poppins", sans-serif;
}

.widget .input-group input::placeholder {
  font-size: 14px;
  color: #b9b8bb;
  font-family: "Poppins", sans-serif;
}

.widget .input-group .input-group-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget-tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget-tabs-nav li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed #ececed;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.widget-tabs-nav li a {
  color: #929292;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-tabs-nav li span {
  color: #929292;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-tabs-nav li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.widget-tabs-nav li:hover a,
.widget-tabs-nav li:hover .posts-count {
  color: #f05a21;
}

.tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tags-list li {
  display: inline-block;
}

.tags-list li a {
  display: block;
  border: 1px solid #ececed;
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 15px;
  color: #929292;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tags-list li a:hover {
  background: #ffbd0a;
  color: #fff;
}

.tags-list li:last-child a {
  margin-bottom: 0;
}

.widget-course-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-course-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.widget-course-list li a {
  margin-left: 8px;
  color: #494753;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-course-list li a:hover {
  margin-left: 15px;
}

.widget-course-list li i {
  color: #f05a21;
}

.widget-course-list li span {
  margin-left: 7px;
  color: #929292;
}

.widget-course-list li:last-child {
  margin-bottom: 0;
}

.recent-post .media {
  margin-bottom: 25px;
}

.recent-post .media .media-left {
  margin-right: 15px;
}

.recent-post .media .media-left img {
  width: 70px;
  height: 70px;
}

.recent-post .media-body .entry-title>a {
  font-size: 14px;
  color: #494753;
  margin-bottom: 5px;
  display: block;
}

.recent-post .media-body .entry-title span {
  display: block;
  color: #929292;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: -7px;
}

.recent-post .media-body .entry-title span a {
  color: #ffbd0a;
}

.recent-post .media-body .post-time * {
  font-size: 12px;
  color: #929292;
}

.widget.widget-newsletter .input-group {
  position: relative;
}

.widget.widget-newsletter .input-group i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.widget.widget-newsletter .input-group .form-control {
  border-radius: 50px;
  padding: 12px 20px;
}

.widget.widget-newsletter .btn {
  margin-top: 20px;
  width: 100%;
  height: 50px;
}

/* News Single */
.post-content .post-body .entry-title {
  font-size: 30px;
  margin-top: 28px;
}

.post-content .post-body .entry-title a {
  color: #494753;
}

.post-content .post-body .entry-content p:first-child {
  color: #494753;
  font-weight: 600;
}

.post-content .post-body .entry-content p strong {
  color: #494753;
  text-decoration: underline;
}

.post-content .post-body .entry-content p+p {
  margin-bottom: 55px;
}

.post-content .post-body .entry-content>span img {
  margin-bottom: 50px;
}

.post-content .post-body .entry-content blockquote {
  text-align: center;
  padding: 0 50px;
}

.post-content .post-body .entry-content blockquote p {
  font-style: italic;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.post-content .post-body .entry-content blockquote p cite {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #b3b2b6;
  text-transform: uppercase;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 35px auto 0;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
}

.post-content .post-body .entry-content blockquote p cite:before,
.post-content .post-body .entry-content blockquote p cite:after {
  content: "";
  position: absolute;
  left: -120px;
  top: calc(50% - 1px);
  width: 100px;
  height: 1px;
  background: #eaebec;
}

.post-content .post-body .entry-content blockquote p cite:after {
  left: auto;
  right: -120px;
}

.post-content .post-body .entry-content>h4 {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 42px;
}

.post-content .post-body .post-meta {
  margin-bottom: 20px;
}

.post-content .post-body .post-meta .post-meta-time {
  color: #bebebe;
  font-weight: 600;
}

.post-content .post-body .post-meta .post-meta-time span {
  font-weight: 400;
  color: #cacaca;
}

.post-content .post-body .post-meta .post-cat {
  color: #cacaca;
  margin-left: 35px;
}

.post-content .post-body .post-meta .post-cat a {
  color: #bebebe;
  font-weight: 600;
}

.post-content .post-body .post-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 37px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eaebec;
}

.post-content .post-body .post-footer .post-tags p {
  text-transform: uppercase;
  color: #b3b2b6;
  margin-bottom: 20px;
}

.post-content .post-body .post-footer .post-tags ul li {
  margin-right: 6px;
}

.post-content .post-body .post-footer .post-tags ul li a {
  border: 1px solid #eaebec;
  padding: 5px 20px;
  border-radius: 25px;
  color: #a4a3a9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.post-content .post-body .post-footer .post-tags ul li a:hover {
  background: #ffbd0a;
  color: #fff;
  border-color: #ffbd0a;
}

.post-content .post-body .post-footer .post-tags ul li:last-child {
  margin-right: 0;
}

.author-box {
  text-align: center;
  padding: 80px 50px 58px;
  border-bottom: 1px solid #eaebec;
}

.author-box .post-editor {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 21px;
  display: inline-block;
}

.author-box .author-img {
  margin-bottom: 27px;
}

.author-box .author-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.author-box .author-info h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px;
}

.author-box .author-info p {
  font-weight: 600;
}

/* Comments area */
.comments-heading {
  color: #a4a3a9;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 55px;
}

.comments-area {
  margin-top: 55px;
}

.comments-area .comment {
  margin-bottom: 55px;
}

.comments-area .comment .comment-avatar {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.comments-area .comment .comment-body {
  margin-left: 95px;
}

.comments-area .comment .comment-body .meta-data .comment-author {
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #494753;
  display: block;
}

.comments-area .comment .comment-body .meta-data .comment-time {
  color: #b3b2b6;
  margin-bottom: 7px;
  display: inline-block;
}

.comments-area .comment .comment-body .comment-content {
  margin-bottom: 4px;
}

.comments-area .comment .comment-body .comment-content p {
  color: #929292;
}

.comments-area .comment .comment-body .btn {
  height: 35px;
  line-height: 23px;
}

.comments-area .comment.last {
  margin-bottom: 0;
}

.comments-area .comments-reply {
  margin-left: 95px;
}

/* Comments Form */
.comments-form .title-normal {
  font-size: 25px;
  margin-bottom: 40px;
  margin-top: 60px;
}

.comments-form form .form-group {
  margin-bottom: 0;
  position: relative;
}

.comments-form form .form-group input,
.comments-form form .form-group textarea {
  border: none;
  border-bottom: 1px solid #c2c3c8;
  border-radius: 0;
  padding: 0 0 13px;
  color: #494753;
  font-weight: 500;
}

.comments-form form .form-group input::-webkit-input-placeholder,
.comments-form form .form-group textarea::-webkit-input-placeholder {
  color: #aaa9af;
  font-size: 14px;
  font-weight: 400;
}

.comments-form form .form-group input::-moz-placeholder,
.comments-form form .form-group textarea::-moz-placeholder {
  color: #aaa9af;
  font-size: 14px;
  font-weight: 400;
}

.comments-form form .form-group input:-ms-input-placeholder,
.comments-form form .form-group textarea:-ms-input-placeholder {
  color: #aaa9af;
  font-size: 14px;
  font-weight: 400;
}

.comments-form form .form-group input::-ms-input-placeholder,
.comments-form form .form-group textarea::-ms-input-placeholder {
  color: #aaa9af;
  font-size: 14px;
  font-weight: 400;
}

.comments-form form .form-group input::placeholder,
.comments-form form .form-group textarea::placeholder {
  color: #aaa9af;
  font-size: 14px;
  font-weight: 400;
}

.comments-form form .form-group textarea {
  resize: none;
  height: 200px;
  padding: 87px 0px;
  margin-bottom: 50px;
}

.comments-form form .form-group:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.comments-form form .form-group:hover:after {
  background: #353949;
  width: 100%;
}

/* Courses */
.grid.service-wrapper .element-item img {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.service-wrapper .service-items:hover .course-img .service-meta {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.service-wrapper .course-img {
  position: relative;
  overflow: hidden;
}

.service-wrapper .course-img .service-tag {
  position: absolute;
  top: 0;
  z-index: 1;
}

.service-wrapper .course-img .service-tag .tag-name {
  position: absolute;
  left: 23px;
  top: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.service-wrapper .course-img .service-tag:before {
  content: "";
  position: absolute;
  top: 0;
  left: 25px;
  width: 30px;
  height: 55px;
  z-index: -1;
  background: url(../images/icon/tag-plate.png);
  background-repeat: no-repeat;
}

.service-wrapper .course-img .service-meta {
  position: absolute;
  bottom: -60px;
  background: #fff;
  width: 100%;
  text-align: center;
  padding: 16px 0;
  border: 1px solid #dbdadd;
  border-top: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.service-wrapper .course-img .service-meta ul li {
  padding: 0 15px;
  color: #494753;
  font-size: 16px;
}

.service-wrapper .course-img .service-meta ul li i {
  padding-right: 4px;
}

.service-wrapper .course-details {
  text-align: center;
  margin-top: 30px;
}

.service-wrapper .course-details .course-mentor {
  color: #b3b2b6;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-bottom: 4px;
}

.service-wrapper .course-details .course-price {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #494753;
}

.service-wrapper .course-details .course-free {
  color: #a6c437;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.filter-group {
  margin-bottom: 35px;
}

.filter-group .form-group {
  margin-bottom: 0;
}

.filter-group .form-control:focus {
  border-color: #dbdadd;
}

.course-search {
  position: relative;
}

.course-search input {
  padding: 14px 40px;
  border: 1px solid #dbdadd;
  border-radius: 50px;
  color: #494753;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.course-search i {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select2 .select2-selection {
  height: 58px;
  border-radius: 50px;
  padding: 0 30px;
  border-color: #dbdadd;
}

.select2 .select2-selection .select2-selection__rendered {
  padding: 14px 0;
}

.select2 .select2-selection:focus {
  outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -35px;
  margin-top: 13px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #494753;
  font-weight: 600;
}

.select2-container--default.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #ddd;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.select2-container--default .select2-dropdown {
  border-color: #ddd;
}

/* Course Single */
.tl-course-single .container {
  border-bottom: 1px solid #eaebec;
  padding-bottom: 80px;
  margin-bottom: 70px;
}

.single-course-contianer .course-img .course-header {
  margin-top: -85px;
  background: #fff;
  position: relative;
  z-index: 1;
  margin-left: 75px;
  border-top-left-radius: 50px;
  padding: 23px 0 0 40px;
}

.single-course-contianer .course-img .course-header .course-heading {
  margin-bottom: 5px;
}

.single-course-contianer .course-img .course-header .course-heading .course-title {
  float: left;
}

.single-course-contianer .course-img .course-header .course-heading .single-course-price {
  float: right;
  text-align: right;
}

.single-course-contianer .course-img .course-header .course-heading .single-course-price span {
  color: #bcbbc0;
  display: inline-block;
  margin-bottom: 2px;
}

.single-course-contianer .course-img .course-header .course-heading .single-course-price h3 {
  color: #f05a21;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.single-course-meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.single-course-meta .course-teacher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.single-course-meta .course-teacher img {
  width: 45px;
  height: 45px;
  border-radius: 5px;
}

.single-course-meta li p {
  margin-bottom: 0;
}

.single-course-meta .course-teacher-name {
  margin-left: 20px;
}

.single-course-meta>li {
  margin-right: 53px;
}

.single-course-meta li div>span {
  color: #a4a3a9;
}

.single-course-meta li div>p {
  color: #494753;
  font-weight: 600;
  margin-top: -3px;
}

.course-body {
  margin-top: 40px;
}

.course-body .course-body-title {
  font-size: 25px;
  margin-bottom: 25px;
}

.course-body>p {
  margin-bottom: 40px;
}

.course-level>li {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.course-level .course-level-details {
  margin-top: 25px;
  margin-bottom: 40px;
  list-style-type: disc;
}

.course-level .course-level-details>li {
  color: #494753;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  margin-bottom: 8px;
}

.course-level .course-level-details li span {
  background: #000;
  margin-left: 30px;
  padding: 0 7px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  border-radius: 50px;
}

.course-btn .btn {
  margin-right: 27px;
}

/* Service */
.carousel-bg {
  background: url(../images/service/service-bg.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.service-wrapper .service-items.text-white .course-details .course-title,
.service-wrapper .service-items.text-white .course-details .course-price {
  color: #fff;
}

.service-wrapper .service-items .course-details .course-title {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-wrapper .service-items:hover .service-tag {
  -webkit-animation: shake 1.2s linear both;
  animation: shake 1.2s linear both;
}

.service-wrapper .service-items:hover .course-details .course-title {
  color: #ffbd0a;
}

.service-carousel.owl-carousel .owl-dots {
  width: 100%;
  text-align: right;
  position: absolute;
  top: -88px;
}

.service-carousel.owl-carousel .owl-dots button {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #c1c1c1;
  border-radius: 50%;
  margin: 7px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-carousel.owl-carousel .owl-dots button.active {
  background: #ffbd0a;
}

/* Contact */
.tl-copyright {
  background: linear-gradient(225deg, #177a9b 0%, #013958 100%);
  padding: 24px 0 0 0;
}

.copyright-text {
  margin-bottom: 0;
  color: #929292;
  font-size: 15px;
}

.copyright-menu ul li {
  position: relative;
}

.copyright-menu ul li a {
  text-transform: uppercase;
  color: #929292;
  font-weight: 600;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.copyright-menu ul li a:hover {
  color: #ffbf10;
}

.copyright-menu ul li:not(:first-child) {
  margin-left: 15px;
}

.copyright-menu ul li:not(:first-child):before {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: -8px;
  width: 1px;
  height: 15px;
  background: #929292;
}

/* Register Login */
.register-form .form-group {
  margin-bottom: 33px;
}

.register-form .form-group label {
  color: #494753;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.register-form .form-group .form-control {
  padding: 16px 25px;
  border-radius: 50px;
  border-color: #dbdadd;
}

.register-form .form-group .form-control::-webkit-input-placeholder {
  color: #a4a3a9;
  font-weight: 600;
  font-size: 14px;
}

.register-form .form-group .form-control::-moz-placeholder {
  color: #a4a3a9;
  font-weight: 600;
  font-size: 14px;
}

.register-form .form-group .form-control:-ms-input-placeholder {
  color: #a4a3a9;
  font-weight: 600;
  font-size: 14px;
}

.register-form .form-group .form-control::-ms-input-placeholder {
  color: #a4a3a9;
  font-weight: 600;
  font-size: 14px;
}

.register-form .form-group .form-control::placeholder {
  color: #a4a3a9;
  font-weight: 600;
  font-size: 14px;
}

.register-form .form-group select.form-control {
  padding: 0 25px;
  height: 58px;
  color: #494753;
  font-weight: 600;
  font-size: 14px;
}

.register-form .form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.register-form .form-check label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.register-form .form-check label span {
  color: #a6c437;
}

.register-form .form-check .form-check-input {
  margin-top: 0;
}

.register-form .btn {
  padding: 6px 49px;
  height: 51px;
}

/* Signup with */
.login-with-title {
  margin-bottom: 20px;
}

.signup-with-social li a {
  display: block;
  background: #000;
  margin-bottom: 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.signup-with-social li a.social-bg {
  background: #1e1d1e;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.signup-with-social li a.social-bg.fb-bg {
  background: #3b5998;
}

.signup-with-social li a.social-bg.tw-bg {
  background: #1da1f2;
}

.signup-with-social li a.social-bg.ln-bg {
  background: #0077b5;
}

.signup-with-social li a i {
  display: inline-block;
  background: #000;
  padding: 19px 0 19px 40px;
  font-size: 20px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: relative;
  margin-right: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
}

.signup-with-social li a i.fa {
  background: #000;
}

.signup-with-social li a i.fa:after {
  border-color: transparent transparent transparent #000;
}

.signup-with-social li a i.fa.fa-facebook {
  background: #4464b1;
}

.signup-with-social li a i.fa.fa-facebook:after {
  border-color: transparent transparent transparent #4464b1;
}

.signup-with-social li a i.fa.fa-twitter {
  background: #57acef;
}

.signup-with-social li a i.fa.fa-twitter:after {
  border-color: transparent transparent transparent #57acef;
}

.signup-with-social li a i.fa.fa-linkedin {
  background: #006b9f;
}

.signup-with-social li a i.fa.fa-linkedin:after {
  border-color: transparent transparent transparent #006b9f;
}

.signup-with-social li a i:after {
  content: "";
  position: absolute;
  top: 0px;
  right: -40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000;
  border-width: 29px 0 29px 40px;
}

.signup-with-social li a.social-bg:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  border-radius: 50px;
  z-index: -1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.signup-with-social li a.social-bg.fb-bg:before {
  background: #4464b1;
}

.signup-with-social li a.social-bg.tw-bg:before {
  background: #57acef;
}

.signup-with-social li a.social-bg.ln-bg:before {
  background: #006b9f;
}

.signup-with-social li a.social-bg:hover i {
  margin-right: 20px;
}

.signup-with-social li a.social-bg:hover:before {
  width: 100%;
}

@media (max-width: 991px) {
  .signup-with {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .signup-with {
    margin-top: 40px;
  }
}

.signup-with>span {
  margin-top: 40px;
  display: inline-block;
}

/* Login form */
.login-bg {
  position: relative;
  z-index: 1;
}

.login-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/login-bg1.png);
  background-size: 100%;
  background-position: top center;
  z-index: -1;
}

/* Not Found */
.notfound-bg {
  position: relative;
  z-index: 1;
}

.notfound-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/error-bg1.png);
  background-size: 100%;
  background-position: top center;
}

.notfound-title {
  font-size: 120px;
  line-height: 90px;
  margin-bottom: -5px;
}

.notfound-title span {
  display: block;
  margin-bottom: -47px;
  color: #f05a21;
  margin-top: 35px;
}

.notfound-title small {
  font-size: 18px;
  color: #b3b2b6;
  font-weight: 700;
  letter-spacing: 2px;
}

.not-found-wrapper {
  padding: 152px 80px;
}

.not-found-wrapper>p {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #494753;
  font-size: 18px;
  margin-bottom: 38px;
}

.not-found-wrapper .btn {
  margin-bottom: 40px;
}

.notfound-logo .tl-topbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 44px 40px;
  border-bottom: 1px solid #eaebec;
}

.error-img {
  min-height: 880px;
}

/* Override CSS
=========================================== */
/* Owl Carousel Default */
.owl-carousel .owl-item img {
  width: initial;
}

/* Form Control Focus */
.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: initial;
}

input:focus {
  outline: none;
}

.select2:focus {
  outline: 0;
}

/*============ New Css===============*/
.clearfix {
  clear: both;
}

.top-header {
  position: absolute;
  padding: 0 0;
  position: absolute;
  top: 19px;
  z-index: 9999;
  width: 100%;
}

.schoolcamp-sec {
  margin: 25px 0;
  text-align: center;
}

.header-logo {
  padding-top: 5px;
}

.schoolcamp-sec a {
  display: inline-block;
  color: #333;
  border-radius: 5px;
  margin: 0 15px;
  text-transform: uppercase;
  font-size: 18px;
  padding-left: 20px;
  font-weight: bold;
}

.schoolcamp-sec a:hover {
  color: #1ab7ea;
}

.main-home-contact {
  text-align: right;
  margin: 25px 0;
}

.main-home-contact a {
  display: inline-block;
  color: #333;
  font-size: 25px;
  margin: 0 10px;
}

.phone-infobox {
  display: inline-block;
}

.sidepanel-sec {
  display: inline-block;
}

.phone-infobox .phoneinfo {
  width: 0px;
  overflow: hidden;
  position: absolute;
  right: 37%;
  transition: width 2s;
  font-weight: bold;
  font-size: 14px;
}

.fadeEffect {
  display: inline-block;
  width: 104px !important;
  transition: width 1s;
}

.sidepanel-sec .sidebar-heading {
  font-size: 16px;
  color: #333;
  float: left;
}

.sidepanel-sec .closebtn {
  font-size: 20px;
  color: #333;
}

.sidepanel-sec .closebtn:hover {
  color: #0077b5;
}

.home-con-form {
  padding: 20px 20px;
}

.home-con-form label {
  color: #333;
  text-align: left;
  width: 100%;
}

.home-con-form .form-control {
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #ffbd0a;
}

.home-con-form .staricon {
  color: red;
}

.home-con-form .btn {
  background: #0077b5;
  color: #fff;
}

.home-con-form .btn {
  background: #ffbd0a;
}

.home-intro-sec {
  padding-top: 50px;
}

.home-intropara {
  border: 1px solid #ccc;
  padding: 30px;
  box-shadow: 0px 1px 1px #DCDFE8;
  background: url(../images/about-bg.jpg) no-repeat center;
  background-size: cover;
}

.home-intropara .fa {
  margin-left: 15px;
}

.notice-box-sec img {
  margin-bottom: 15px;
}

.notice-box-sec a {
  display: block;
  font-size: 16px;
}

.admission-box {
  padding: 20px;
}

.admission-box p {
  color: #fff;
}

.admission-box img {
  width: 100%;
}

.notice-box-sec img {
  width: 100%;
}

.admission-box {
  background: #f9f9f9;
  padding: 15px;
}

.admission-box h3 {
  color: #ffbd0a;
  text-align: center;
}

.admission-box h5 {
  text-transform: uppercase;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}

.admission-box p {
  color: #1ab7ea;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

.tl-copyright a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}

.tl-portfolio {
  padding: 50px 0;
}

/*========school page intro=========*/
.ces-camp-1-page {
  padding: 40px 0;
  background: url(../images/patter-bg.jpg) no-repeat;
}

.school-img {
  width: 100%;
}

.titlebox {
  margin-bottom: 15px;
}

.titlebox h2 {
  color: #1da1f2;
  margin-bottom: 15px;
}

.titlebox .borderbox {
  width: 20%;
  height: 4px;
  background: #d8d8d8;
}

.news-sec marquee {
  height: 295px;
}

.about-icon-box {
  margin-top: 50px;
}

.news-sec .event-title {
  background: #1da1f2;
  padding: 5px;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
}

.school-img img {
  width: 100%;
  border-radius: 10px;
}

.icon-main-box .icon-box {
  float: left;
  width: 24%;
}

.icon-main-box .icon-info-box {
  float: left;
  width: 76%;
  margin-top: 9px;
}

.icon-box img {
  width: 80px;
}

.icon-main-box .icon-info-box h4 {
  font-size: 16px;
}

.icon-main-box .icon-info-box p {
  line-height: 20px;
}

.icon-main-box {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
}

.icon-main-box:hover {
  -webkit-box-shadow: 0px 10px 20px 0px #ececed;
  box-shadow: 0px 10px 20px 0px #ececed;
}

.news-sec {
  background: url(../images/event-bg.png) repeat center #fbfbfb;
  padding: 10px;
  box-shadow: 0px 0px 1px #ccc;
}

.about-event .fa {
  margin-left: 6px;
}

.imgbox img {
  width: 40px;
  margin-right: 8px;
}

.why-choose-sec {
  background: #f8f8f8;
  padding: 50px 0;
}

.why-choose-sec h2 {
  text-align: center;
}

.parabox {
  width: 80%;
  margin: 20px auto;
  text-align: center;
}

.why-choose-info {
  margin-top: 50px;
}

.why-choose-mainbox {
  text-align: center;
}

.iconimgbox a {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto 20px auto;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
}

.iconimgbox .fa {
  color: #002147;
  font-size: 36px;
  padding: 18px 15px;
}

.why-choose-mainbox h4 a {
  display: block;
  color: #002147;
}

.why-choose-mainbox h4 a:hover {
  color: #fdc800;
}

.why-choose-mainbox:hover .iconimgbox a {
  background: #fdc800;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


/*=========gallery page css===========*/
.chaitanya-bg {
  background: url(../images/cems-banner.jpg) no-repeat;
}

.utkarsh-bg {
  background: url(../images/uems-banner.jpg) no-repeat;
}

.inner-banner {
  height: 300px;
}

.school-main-gallery {
  padding: 50px 0;
}

.gallery-sec img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.gallery-box {
  border: 1px dashed #ccc;
  padding: 15px;
  border-radius: 20px;
}

.book-border {
  text-align: center
}

.book-border img {
  width: 150px;
}

.section-header .section-title {
  margin-bottom: 0;
}

.section-header {
  margin-bottom: 30px;
  color: #013958;
}

/*===============contact page css================*/


/*============faculty page======*/
.faculty-bg {
  background: url(../images/contact-bg.jpg) no-repeat;
}

.faculty-page {
  padding: 50px 0;
}

.faculty-page h2 {
  text-align: center;
}

.faculty-main-box {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 5px;
}

.faculty-main-box .faculty-img {
  width: 30%;
  float: left;
}

.faculty-main-box .faculty-para {
  width: 64%;
  float: left;
  margin-left: 15px;
}

.faculty-main-box .faculty-img img {
  width: 100%;
}

.faculty-para p {
  margin-bottom: 5px;
  line-height: 17px;
  font-size: 13px;
}

.faculty-para h4 {
  margin-bottom: 0;
  color: #006b9f;
}

.smallpara {
  color: #d1d1d1;
}

.faculty-para a {
  font-size: 13px;
}

.faculty-para a:hover {
  text-decoration: underline;
}

.tl-footer h4 {
  color: #1ab7ea;
}

.header-logo {
  padding-top: 22px;
}

.header-logo img {
  width: 100%;
}

.inner-page-logo {
  padding-top: 22px;
  text-align: right;
}

.inner-page-logo img {
  width: 118px;
}

.footer-contact-details a {
  color: #aeafb3;
}

.footer-contact-details a:hover {
  text-decoration: underline;
}



/*.home-slider img {
  -webkit-animation: fadeInLeft .8s .8s both ease-in-out;
  animation: fadeInLeft .8s .8s both ease-in-out;
}*/

.home-slider .slider-inner {
  opacity: 0;
  -webkit-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}

.home-slider .slider-content .slider-title {
  -webkit-animation: fadeInLeft .8s .8s both linear;
  animation: fadeInLeft .8s .8s both linear;
}

.home-slider .slider-content .slider-text {
  -webkit-animation: fadeInLeft .8s 1s both linear;
  animation: fadeInLeft .8s 1s both linear;
}

.home-slider .slider-content .slider-btn .btn-primary {
  -webkit-animation: zoomIn .8s 1.2s both linear;
  animation: zoomIn .8s 1.2s both linear;
}

.home-slider .slider-content .slider-btn .btn-border {
  -webkit-animation: zoomIn .8s 1.5s both linear;
  animation: zoomIn .8s 1.5s both linear;
}

.home-slider .slider-inner {
  opacity: 1;
}

.home-slider .slider-inner .slider-img {
  -webkit-animation: fadeInUp .8s .8s both ease-in-out;
  animation: fadeInUp .8s .8s both ease-in-out;
}

.home-slider .carousel-control-prev-icon {
  background: none;
}

.home-slider .carousel-control-next-icon {
  background: none;
}

.home-slider .sliderbtn .fa {
  font-size: 20px;
  line-height: 46px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: rgba(248, 248, 248, 0.2);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.home-slider .sliderbtn .fa:hover {
  background: #3288e6;
}

.home-slider .carousel-indicators li {
  background: #333;
}

.home-slider .carousel-indicators .active {
  background-color: #3288e6;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
  opacity: 10;
}

.purple-patti {
  background: #8a54c2;
  padding: 10px 25px;
  position: absolute;
  width: 100%;
  position: absolute;
  z-index: 1111;
}

.top-header1 .navbar-expand-lg .navbar-nav .dropdown-menu {
  width: 417px;
  margin-top: -14%;
}

.top-header1 .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0;
  font-family: 'Lato-Regular';
}

.top-header1 .dropdown-menu .nav-link {
  font-size: 14px;
  color: #ccc !important;
}

.top-header1 .dropdown-menu .nav-link:hover {
  color: #ffbd0a !important;
}


/*=======sidepanel menu sidebar===========*/
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background: url(../images/patter-bg.jpg) repeat #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding: 15px 0;
  box-shadow: 1px 0px 22px #333333;
}

.sidebar a {
  text-decoration: none;
  color: #333;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}


.openbtn {
  cursor: pointer;
  background: none;
  padding: 0;
  border: none;
}

.openbtn:hover {
  background: none;
}

#main {
  transition: margin-left .5s;
  margin-left: 0 !important;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {
    padding-top: 15px;
  }

  .sidebar a {
    font-size: 18px;
  }
}


/*===============new css==============*/
.container {
  max-width: 1170px;
}

.tl-topbar .header-title {
  color: #fff;
  margin: 0;
  font-size: 14px;
  padding-top: 4px;
  text-transform: uppercase;
}

.tl-topbar a {
  color: #fff;
  margin-right: 10px;
  font-size: 13px;
}

.tl-header .navbar-nav {
  display: initial;
}

.tl-header .navbar-nav .nav-item {
  display: inline-block;
}

.tl-header .navbar-expand-lg .navbar-nav {
  width: 100%;
  text-align: center;
}

.elementor-background-overlay {
  background-color: #000000;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 9;
}

.slider-content {
  position: absolute;
  top: 20%;
  z-index: 99;
  left: 10%;
  width: 45%;
}

.slider-content .slider-title {
  color: #fff;
  font-family: "Montserrat-Medium";
  font-size: 40px;
  text-transform: capitalize;
}

.slider-content .slider-text {
  color: #fff;
  font-family: "CormorantInfant-Regular";
  font-size: 23px;
}

.slider-content img {
  margin-bottom: 20px;
  width: 100px;
}

.carousel-indicators {
  display: none;
}

/*.elementor-section-height-full{ height: 100vh;}*/
.sliderbtn {
  z-index: 99;
  display: block;
  top: 50%;
}

.green-divider {
  width: 26%;
  background: #1786a6;
  height: 6px;
  margin-bottom: 20px;
  -webkit-animation: fadeInLeft .8s 1s both linear;
  animation: fadeInLeft .8s 1s both linear;
}

.slider-heading {
  color: #1786a6;
}

.home-intro-sec h3 {
  font-family: "Montserrat-Medium";
  color: #fff;
  margin-bottom: 15px;
}

.notice-box-sec {
  border: 1px dashed #ccc;
  background: url(../images/event-bg.png) repeat;
  padding: 20px 15px;
  position: relative;
}

.notice-box-sec h3 {
  background: #013958;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.notice-box-sec marquee {
  height: 375px;
}

.marqueebox {
  border-bottom: 1px solid rgb(235, 234, 234);
  padding: 8px 0;
}

.marqueebox p {
  margin: 0;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
}

.marqueebox .datebox {
  font-size: 13px;
  margin-top: 8px;
  color: #1786a6;
}

.home-intropara a {
  color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.home-intropara a:hover {
  background: #3288e6;
}

.home-academic-excellence .col-md-3 {
  padding: 0 6px;
}

.gray-box-surgery {
  background: #f6f7f5;
  padding: 40px;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  border: 1px solid #eaeaea;
}

.gray-box-surgery .department-tab-icon {
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #a5a7ac;
  box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  transition: 0.5s;
  margin: 0 auto;
}

.gray-box-surgery .department-tab-icon img {
  width: 100%;
  padding: 10px;
}

.gray-box-surgery h5 {
  margin: 15px 0 0 0;
  font-size: 15px;
  font-family: 'Montserrat-Regular';
  line-height: 22px;
  color: #fff;
}

.gray-box-surgery:hover .department-tab-icon {
  color: #30364d;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.2);
}

.gray-box-surgery:hover h5 {
  color: #fff;
}

.gray-box-surgery:hover {
  background: #1786a6;
}

.green-bg {
  background: rgba(231, 45, 45, 1);
}

.green-bg:hover {
  background: rgba(231, 45, 45, 1);
}

.gray-bg {
  background: rgba(34, 110, 224, 1);
}

.gray-bg:hover {
  background: rgba(34, 110, 224, 1);
}

.orange-bg {
  background: rgba(102, 49, 222, 0.72);
}

.orange-bg:hover {
  background: rgba(102, 49, 222, 0.72);
}

.blue-bg {
  background: rgba(246, 183, 33, 1);
}

.blue-bg:hover {
  background: rgba(246, 183, 33, 1);
}

.yellow-bg {
  background: rgba(21, 162, 94, 1);
}

.yellow-bg:hover {
  background: rgba(21, 162, 94, 1);
}

.bluebg1 {
  background: rgba(12, 153, 51, 1);
}

.bluebg1:hover {
  background: rgba(12, 153, 51, 1);
}

.bluebg2 {
  background: #ff8d00
}

.bluebg2:hover {
  background: #ff8d00;
}

.red-bg {
  background: rgba(76, 6, 6, 0.72);
}

.red-bg:hover {
  background: rgba(76, 6, 6, 0.72);
}

.btn-primary:hover {
  color: #fff;
  background-color: #08921d;
  border-color: #08921d;
}

.home-academic-excellence {
  background: #f3f3f3;
  padding: 40px 0;
}

.home-academic-excellence h2 {
  font-family: "Montserrat-Medium";
  color: #013958;
  font-size: 26px;
  margin-bottom: 15px;
}

.leftborder {
  width: 18%;
  height: 4px;
  background: #1786a6;
}

.home-academic-excellence ul {
  padding-left: 15px;
}

.academic-ul {
  margin-top: 10px;
}

.tl-portfolio h2 {
  color: #013958;
  text-align: center;
  margin-bottom: 10px;
}

.center-leftborder {
  width: 8%;
  height: 4px;
  background: #1786a6;
  margin: 0 auto;
}

.homegallery img {
  width: 100%;
  margin-bottom: 20px;
  background: #e0e0e0;
  padding: 3px;
  border-radius: 10px;
}

.logobox1 img {
  /* width: 330px;*/
  width: 360px;
}

.tl-copyright p {
  color: #fff;
  font-size: 13px;
}

.tl-copyright a {
  color: #fff;
}

.menufooter ul {
  list-style: none;
  padding-left: 0;
}

.menufooter li {
  border-right: 1px solid #fff;
  display: inline-block;
}

.menufooter li:last-child {
  border-right: none;
}

.menufooter a {
  color: #fff;
  padding: 10px;
}

.menufooter a:hover {
  color: #fff;
}

.menufooter {
  text-align: center;
  border-bottom: 1px solid #013958;
  margin-bottom: 20px;
}

.menufooter a:hover {
  text-decoration: underline;
}

.home-intropara p {
  color: #fff;
}

.white-lineborder {
  width: 18%;
  height: 4px;
  background: #fff;
  margin-bottom: 20px;
}

.affix img {
  width: 217px;
}

.affix .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 12px 11px;
}

.res-slider {
  display: none;
}

.inner-page-bg {
  background: url(../images/inner-bg.jpg) no-repeat;
  padding: 30px 0;
  text-align: center;
  background-size: cover;
}

.inner-page-bg h2 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.admissions-procedure-page {
  padding: 40px 0;
}

.admissions-table-info {
  text-align: center;
}

.admissions-table-info th {
  background: #013958;
  color: #fff;
}

.admissions-box {
  background: #f3f3f3;
  padding: 20px;
}

.admissions-table h4 {
  text-align: center;
  color: #013958;
}

.admissions-box h5 {
  color: #013958;
  font-size: 15px;
  padding: 10px;
  color: #fff;
  text-align: center;
  height: 58px;
  margin-bottom: 20px;
}

.admissions-table-info {
  margin-top: 30px;
}

.admissions-border {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
}

.admissions-border .redbg1 {
  background: rgba(231, 45, 45, 1);
}

.admissions-border .green-bg1 {
  background: #1786a6;
}

.admissions-border .orangebg1 {
  background: #ff8d00;
}

.admissions-box {
  margin-top: 30px;
}

.admissions-border li {
  font-weight: bold;
}

.admissionbtn {
  margin-top: 30px;
  text-align: center;
}

.admissionbtn a {
  display: inline-block;
  background: #013958;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.admissionbtn a:hover {
  background: #3288e6;
}

.admissions-form-page {
  padding: 40px 0;
}

/*===========admission form css==============*/
.form-sec {
  background: url(../images/form-bg.jpg) repeat;
  padding: 30px;
  border: 2px solid #ccc;
}

.form-sec .col-md-8 {
  margin: 0 auto;
}

.form-sec .form-title {
  font-size: 25px;
  padding-left: 15px;
  margin: 0 20px 15px 0;
}

.form-check-label {
  margin: 10px 0 0 0;
}

.middleform {
  width: 100%;
  margin: 0 auto;
}

.form-header {
  width: 98%;
  margin: 0 auto;
}

.formlogo {
  width: 30%;
  float: left;
  padding-top: 5px;
}

.form-logotitle {
  width: 70%;
  float: left;
}

.formlogo img {
  width: 100%;
  height: auto;
}

.form-headerbg {
  background: #eeeded;
  border-radius: 8px;
  padding-top: 5%;
}

.form-sec .btn {
  display: inline-block;
  margin-top: 20px;
  background: #013958;
  color: #fff;
  border: 1px solid #084c6b;
  padding: 8px 40px;
  height: auto;
  font-size: 13px;
}

.birthdatebg {
  background: #fff !important;
}

.form-sec h2 {
  font-size: 29px;
}

.form-sec .btn:hover {
  background: #3288e6;
}

.imgAvt {
  width: 100%;
  border: 1px solid #ccc;
}

.error-msg,
.error {
  font-size: 14px;
  color: red;
}

.form-sec .form-control {
  font-size: 14px;
  padding: 8px 12px;
}

.form-header {
  margin-bottom: 40px;
}

/*==============about page css===========================*/
.inner-page {
  padding: 40px 0;
}

.inner-page h4 {
  font-family: "Montserrat-Medium";
  color: #013958;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
}

.about-para {
  margin-top: 20px;
}

.about-para5 {
  margin-top: 5px;
}
.about-info-box img {
  width: 100%;
  margin-top: 30px;
}

.about-middle-info {
  background: #f3f3f3;
  padding: 20px;
  margin: 10px 0 30px 0;
}

.about-middle-info h5 {
  font-size: 18px;
  color: #013958;
}

.about-middle-info ul {
  padding-left: 15px;
  margin: 0;
  list-style: none;
}

.about-middle-info li {
  color: #6a6c6d;
  margin-bottom: 12px;
  background: url(../images/arrow-icon-1.png) no-repeat 0 7px;
  padding: 0 0 0 34px;
}

.our-goal-box {
  background: url(../images/our-goal-bg.jpg) no-repeat;
  padding: 8% 20px;
  border-radius: 10px;
  background-color: #237080;
}

.our-goal-box p{
color: #fff;
}

.aboutinfo{ margin:20px 0;}
.box h3{ margin-top:7px;}

.newsBox img {    margin-top: 10px;}

.aboutbox{ margin:0 0; border-bottom: 1px solid #C8C6C6; }
.aboutbox1 { text-align:center;    margin-top: 20px}
.our-goal-box h5 {
  color: #fff;
}

.thumbnail {
  position: relative;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0;
  background: none; 
  padding: 4px;
  margin-bottom: 32px; background: #e2e3e2;
}
.thumbnail time {
  background: #3d84e6;
  padding: 5px 0;
  display: block;
  text-indent: 12px;
  color: #fff;
}
.thumbnail .caption {
  padding: 15px;
  color: #606577;
}
.thumbnail .caption:hover {
}
.thumbnail .caption a {
  font: 20px;
}
.our-goal-box li {
  color: #fff;
  margin-bottom: 12px;
  background: url(../images/arrow-icon.png) no-repeat 0 7px;
  padding: 0 0 0 34px;
}

.title {
  margin-bottom: 20px;
}

.personality-development-sec {
  background: url(../images/personality-development-bg.jpg) no-repeat;
  background-size: cover;
  padding: 40px 0;
}

.personality-development-sec h3 {
  color: #fff;
}

.personality-development-sec ul {
  padding-left: 0;
  list-style: none;
}

.personality-development-sec li {
  color: #fff;
  margin-bottom: 12px;
  background: url(../images/arrow-icon.png) no-repeat 0 7px;
  padding: 0 0 0 34px;
}

.personality-development-sec p {
  color: #fff;
}

.development-info img {
  width: 55px;
}

.development-info {
  margin-bottom: 30px;
}

.development-info p {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}

.development-info .col-md-3 {
  text-align: center;
  padding-right: 0;
}

.development-icon {
  margin: 0 14%;
}

.anvil-info-sec {
  padding-top: 40px;
}

.anvil-info-sec h3 {
  color: #013958;
}

.anvil-info-sec ul {
  padding-left: 0;
  list-style: none;
}

.anvil-info-sec li {
  background: url(../images/arrow-icon-1.png) no-repeat 0 7px;
  padding: 0 0 0 34px;
  color: #6a6c6d
}

.leftborder1 {
  width: 8%;
}

.gallery-page-sec img {
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  background: #e0e0e0;
  padding: 3px;
}

.galery-btn {
  margin-top: 20px;
  text-align: center;
}

.galery-btn a {
  display: inline-block;
  border: 2px solid #1786a6;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  color: #013958;
  border-radius: 10px; margin: 0;
}

.galery-btn a:hover {
  background: #3288e6;
  color: #fff;
}



/*===========contact page css================*/
.info-contact-box {
  position: relative;
  padding: 32px 20px;
  border-radius: 20px;
  border: 2px solid #dde4ea;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 20px;
}

.info-contact-box .contact-icon {
  float: left;
  width: 10%;
}

.info-contact-box .con-para {
  float: left;
  width: 80%;
}

.info-contact-box .contact-icon .fa {
  font-size: 20px;
  margin-right: 8px;
  color: #1786a6;
}

.hours-box h5 {
  font-size: 16px;
}

.hours-box {
  text-align: center;
  margin-top: 10%;
}

.hours-box .fa {
  color: #1786a6;
}

.con-title {
  position: absolute;
  top: -24px;
  left: -2px;
  height: 48px;
  padding-right: 16px;
  background: #fff;
  font-size: 24px;
  font-weight: 600;
  color: #404040;
}

.info-contact-box .con-para p {
  color: #6a6c6d;
}

.info-contact-box .con-para a {
  color: #6a6c6d;
}

.info-contact-box .con-para a:hover {
  color: #008f4d;
  text-decoration: underline;
}

.info-contact-box h4 {
  color: #013958;
}

.map-box {
  width: 100%;
  height: 100%;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.logobox1 {
  padding: 0 0;
}

.contact-form .btn {
  background: #013958;
  color: #fff;
  height: auto;
  line-height: 29px;
  width: 100%;
  border-radius: 25px;
  padding: 7px 22px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
}

.applay-btn {
  display: inline-block;
  background: #1786a6;
  font-family: 'Montserrat-Bold';
  border-radius: 5px;
  color: #fff;
  padding: 4px 8px;
  text-align: center;
}

.applay-btn:hover {
  background: #3288e6;
  color: #fff;
}

.intro-title1 {
  padding-top: 10px;
}

.marqueebox a {
  color: #177899;
}

.home-gray-patti {
  background: #f3f3f3;
  padding: 15px 0;
  text-align: center;
}

.home-gray-patti p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  color: #475d8c;
  font-family: 'Montserrat-Bold';
}

.middle-footer {
  padding: 15px 0;
  text-align: center;
  background: #013958;
}

.middle-footer p {
  margin: 0;
  color: #fff;
  font-family: 'Montserrat-Bold';
  font-size: 18px;
  text-transform: uppercase;
}

.formpara1 {
  margin-top: 28px;
  font-size: 17px;
  font-family: 'Montserrat-Bold';
  padding-left: 4%;
}

.main-container {
  max-width: 1920px;
  margin: 0 auto;
}

.home-slider img {
  width: 100%;
}

/*.form-profile {
  margin: 0 13%;
  position: relative;
  top: 7%;
}*/

.about-sec-1 {
  margin-top: 20px;
  border: 2px solid #ccc;
  padding: 15px;
}

.about-sec-1 img {
  width: 100%;
  background: #dc2929;
  padding: 2px;
}

.about-sec-1 p {
  margin: 5% 0 0 0;
}

.about-sec-pm {
  margin-top: 20px;
  border: 2px solid #ccc;
  padding: 15px;
}

.about-sec-pm img {
  width: 100%;
  background: #dc2929;
  padding: 2px;
}


.chairman-message {
  background: #f3f3f3;
  padding: 20px;
  margin-top: 20px;
}

.chairman-message img {
  width: 18%;
  float: left;
  margin: 0 20px 20px 0;
  border-radius: 8px;
}

.chairman-message h3 {
  text-align: center;
  color: #013958;
}

.chairman-info p {
  margin-bottom: 5px;
  text-align: justify;
}

.chairman-para {
  color: #1786a6;
}

.dropdown-menu {
  border-radius: 0;
}

.sliderbg1 {
  background: url(../images/banner1.jpg) no-repeat center;
}

.sliderbg2 {
  background: url(../images/banner2.jpg) no-repeat center;
}

.sliderbg3 {
  background: url(../images/banner3.jpg) no-repeat center;
}

.sliderbg4 {
  background: url(../images/banner4.jpg) no-repeat center;
}
.home-gallery-sec h3 {
  text-align: center;
}

/*.info-contact-box2 {
  margin-top: 40%;
}*/

.hours-box p {
  margin-bottom: 8px;
}

.achievers-info {
  background: url(../images/form-bg.jpg) repeat;
  margin-bottom: 20px;
  box-shadow: 0px 0px 9px #d6d2d2;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #ccc;
  width: 100%;
}

.achievers-info img {
  width: 100%;
  border: 1px solid #1f7282;
  border-radius: 5px;
}

.achievers-info p {
  margin-bottom: 0;
}

.galery-box {
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
}

.galery-box h4 {
  text-align: left;
  padding-bottom: 8px;
  font-size: 16px;
}

#achievementPopUp .modal-dialog {
  max-width: 46%;
  margin: 40px auto;
}

.result-tab .tab-content {
  margin-top: 30px;
}

.result-tab .nav-tabs {
  border-bottom: none;
  text-align: center;
}

.result-tab .nav-tabs .nav-item {
  float: none;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
  color: #013958;
  font-size: 20px;
}

.result-tab .nav {
  display: inherit;
}

.result-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: 1px solid #ccc;
}

/*========scroll css============*/
.notice-box-sec .scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  float: none;
  height: 445px;
  background: none;
  margin: 0;
  scrollbar-width: thin;
}

.scrollbar-primary::-webkit-scrollbar {
  width: 6px;
  background: #f0f1f2;
}

.scrollbar-primary::-webkit-scrollbar-track {
  width: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background: #f0f1f2;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #475d8c;
}


/*::-moz-scrollbar {
  width: 10px;
  height: 6px; 
}

::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}

:root {
  scrollbar-width: thin;
}*/

.galery-box .mb-remove {
  margin-bottom: 0;
}

.result-tab .para1 {
  font-size: 18px;
  color: #013958;
  font-weight: bold;
  margin-bottom: 0;
}

.result-tab .centerpara1 {
  text-align: center;
  margin: 0 0 0 0;
  font-weight: bold;
}

.result-tab .mt-30 {
  margin-top: 30px;
}

#achievementPopUp .modal-header .close {
  padding: 0;
  font-size: 41px;
  width: 40px;
  height: 40px;
  opacity: 10;
}

#achievementPopUp .close:not(:disabled):not(.disabled):focus,
#achievementPopUp .close:not(:disabled):not(.disabled):hover {
  opacity: 10;
  color: #000;
}

#achievementPopUp .modal-header {
  border: none;
}

#achievementPopUp .modal-body {
  padding: 12px;
}

.logobox1{ display: none;}

.home-gallery-sec{ padding: 0 0 40px 0;}
.home-gallery-sec p{ text-align: center; }
.home-gallery-box img {
  width: 100%;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  background: #e0e0e0;
  padding: 3px;
}
.home-gallery-box{ position: relative; margin-top: 30px;}
.home-gallery-box .scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  float: none;
  height: 660px;
  background: none;
  margin: 0;
  scrollbar-width: thin;
  padding: 0 15px;
}
.dividerimg{ text-align: center; margin-bottom: 30px;}


/*===============scrollbar end=====*/

.activities-sec-info {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
  background: #fdfdfd;
}

.activities-sec-info img {
  width: 100%;
}

.activities-sec-info ul {
  padding-left: 0;
  list-style: none;
}

.activities-sec-info li {
  font-size: 14px;
  padding: 6px 0 0 34px;
  background: url(../images/arrow-icon-1.png) no-repeat 0 12px;
  color: #929292;
}

.activities-info {
  padding-top: 15%;
}

.home-gallery-box .item{ margin: 0 15px;}
.home-gallery-box a{ display: inline-block;}
.home-gallery-box .owl-carousel .owl-item img { width: 100%;}
.view-gallery-btn{ text-align: center;}
.gallery-btn{ margin-top: 0;}

.mandatory-table-sec .table td{ padding: 5px 7px; font-size: 14px; line-height: 24px; color: #6a6c6d; vertical-align: middle;}
.mandatory-table-sec .table th{ padding: 5px 7px; font-size: 14px; line-height: 24px; color: #6a6c6d; vertical-align: middle;}
.mandatory-table-sec .table a{ display: block; color:#1786a6; font-size: 14px; line-height: 24px;}
.mandatory-table-sec .table a:hover{ text-decoration: underline;  }
.mandatory-table-sec .table{ background: #f3f3f3;}
.mandatory-table-sec p{ color:#1786a6; text-align: center; font-size: 22px; margin: 0;}

/*==============media query==========*/

@media screen and (max-width: 1920px) {
  .home-slider img {
    width: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .slider-img img {
    width: 100%;
  }

  .main-container {
    max-width: 100%;
    margin: 0 auto;
  }

  .home-slider img {
    width: auto;
  }

}

@media screen and (max-width: 1199px) {
  .logobox img {
    width: 300px;
  }

  .container {
    max-width: 100%;
  }

  .slider-content .slider-title {
    font-size: 28px;
  }

  .slider-content .slider-text {
    font-size: 20px;
  }

  .home-slider img {
    width: 100%;
  }

  .home-slider .slider-content img {
    width: 60px;
  }

  .form-sec h2 {
    font-size: 23px;
  }

  .personality-development-sec {
    background-size: cover;
  }

  .tl-topbar .header-title {
    font-size: 12px;
  }

  .home-slider img {
    width: 100%;
  }


  .about-sec-1 p {
    margin: 3% 0 0 0;
  }

  #achievementPopUp .modal-dialog {
    max-width: 63%;
    margin: 10% auto;
  }

  .logobox1 img {
    width: 300px;
  }
  .navbar-expand-lg .navbar-nav .nav-item .nav-link{padding: 12px 7px;}
  .affix .navbar-expand-lg .navbar-nav .nav-item .nav-link{padding: 12px 7px;}
}


@media screen and (max-width: 1125px) {
  .notice-box-sec marquee {
    height: 400px;
  }
}


@media screen and (max-width: 1076px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link{     padding: 12px 3px;}
  .affix .navbar-expand-lg .navbar-nav .nav-item .nav-link{  padding: 12px 3px;}
  }
}  


@media screen and (max-width: 1047px) {
  .notice-box-sec marquee {
    height: 426px;
  }

}


@media screen and (max-width:1039px) {
  .notice-box-sec marquee {
    height: 450px;
  }
}

@media screen and (max-width: 1005px) {
  .tl-topbar a {
    color: #fff;
    margin-right: 7px;
    font-size: 11px;
  }
}

@media screen and (max-width: 997px) {
  .navbar-expand-lg .navbar-nav .nav-item .nav-link{ font-size: 13px;}
}

@media screen and (max-width: 991px) {
  .home-intro-sec .col-md-5 {
    max-width: 100%;
    flex: 0 auto;
  }

  .home-intropara {
    margin-bottom: 20px;
  }

  .home-intro-sec .col-sm-6 {
    max-width: 50%;
    flex: 0 auto;
  }

  .notice-box-sec marquee {
    height: 340px;
  }

  .main-home-contact {
    margin: 15px 0;
  }

  .schoolcamp-sec {
    margin: 15px 0;
  }

  .header-logo {
    padding-top: 11px;
  }

  .inner-page-intro .col-md-6 {
    max-width: 100%;
    flex: 0 auto;
  }

  .container {
    max-width: 850px;
  }

  .tl-portfolio .grid .element-item img {
    border-radius: 18px;
  }

  .about-icon-box .col-md-9 {
    max-width: 100%;
    flex: 0 auto;
  }

  .about-icon-box .col-md-3 {
    max-width: 50%;
    flex: 0 auto;
    margin: 0 auto;
  }

  .icon-box img {
    width: 100%;
  }


  .tl-header .navbar-nav .nav-item {
    display: block;
  }

  .tl-header .navbar-expand-lg .navbar-nav {
    width: 100%;
    text-align: left;
  }

  .navbar {
    justify-content: initial !important;
  }

  .notice-box-sec {
    width: 100%;
  }

  .notice-box-sec marquee {
    height: 300px;
  }

  .home-intro-sec .col-sm-6 {
    max-width: 100%;
    flex: 0 auto;
  }

  .home-academic-excellence .col-sm-6 {
    max-width: 100%;
    flex: 0 auto;
  }

  .home-colorbox {
    margin-bottom: 30px;
  }

  .tl-topbar-menu {
    text-align: left;
  }

  .navbar {
    display: inherit !important;
  }

  .navbar-toggler {
    float: right;
  }

  .navbar-toggler-icon {
    background: none !important;
  }

  .navbar-toggler {
    border: 1px solid #013958 !important;
  }

  .navbar-toggler-icon .fa-bars {
    font-size: 24px;
    padding: 3px;
  }


  .tl-topbar .float-lg-right {
    float: right;
  }

  .slider-content .slider-title {
    font-size: 22px;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .home-slider .slider-content img {
    width: 40px;
  }

  .slider-content {
    top: 14%;
    left: 4%;
    width: 45%;
  }

  .form-profile img {
    width: 100%;
  }

  .inner-page-bg h2 {
    font-size: 28px;
  }

  .admissions-border ul {
    padding-left: 15px;
  }

  .form-sec h2 {
    font-size: 19px;
  }

  .form-logotitle h4 {
    font-size: 17px;
  }

  .form-logotitle h3 {
    font-size: 17px;
  }

  .navbar-collapse {
    background: #f7f5f5;
    width: 100%;
  }

  .about-info-box .col-sm-6 {
    max-width: 100%;
    flex: 0 auto;
  }

  .tl-topbar .col-sm-8 {
    max-width: 100%;
    flex: 0 auto;
  }

  .tl-topbar .col-sm-4 {
    max-width: 100%;
    flex: 0 auto;
  }

  .tl-topbar .header-title {
    font-size: 13px;
    padding-top: 0;
    margin-bottom: 8px;
  }

  .tl-topbar a {
    font-size: 13px;
  }

  .tl-header {
    padding: 8px 0;
  }

  .affix .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 3px 8px;
  }

  .home-slider .sliderbtn .fa {
    font-size: 16px;
    line-height: 38px;
    width: 35px;
    height: 35px;
  }

  .form-profile {
    margin: 0 0;
    position: relative;
    top: 0;
  }

  .navbar-nav .dropdown-menu {
    margin-top: 0;
  }

  .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }

  .about-sec-1 p {
    margin: 0;
  }

  .contact-page .col-sm-6 {
    max-width: 50%;
    flex: 0 auto;
  }

  .info-contact-box2 {
    margin-top: 25%;
  }

  .map-box iframe {
    height: 350px;
  }

  .contact-page .col-sm-12 {
    max-width: 100%;
    flex: 0 auto;
  }

  #achievementPopUp .modal-dialog {
    max-width: 80%;
    margin: 26% auto;
  }

  .activities-sec-info .col-md-8 {
    max-width: 100%;
    flex: 0 auto;
  }

  .activities-sec-info .col-md-4 {
    max-width: 100%;
    flex: 0 auto;
  }

  .activities-sec-info img {
    margin-bottom: 20px;
  }

  .logobox1 img {
    width: 350px;
  }
  .logo-header{ display: none;}
  .logobox1 {display: inline-block;}
  .site-navigation { background: #fff;}
}

@media screen and (max-width: 812px) {
  .tl-topbar .header-title {
    font-size: 13px;
  }
}

@media screen and (max-width: 860px) {
  .home-academic-excellence .col-md-3 {
    padding: 0 6px;
  }
}

@media screen and (max-width: 855px) {
  .form-sec label {
    font-size: 13px;
  }
}

@media screen and (max-width: 830px) {
  .formlogo img {
    width: 100%;
  }

  .formlogo {
    width: 27%;
  }

  .form-logotitle {
    width: 72%;
  }

  .form-headerbg {
    padding-top: 3%;
  }

  .formpara2 {
    margin-bottom: 0;
  }

  .info-contact-box2 {
    margin-top: 33%;
  }
}


@media screen and (max-width: 806px) {
  .form-sec .col-md-4 {
    max-width: 100%;
    flex: 0 auto;
  }
}

@media screen and (max-width: 800px) {
  .admissions-box h5 {
    height: 75px;
  }

  .achievers-page .col-sm-6 {
    max-width: 100%;
    flex: 0 auto;
  }

  .achievers-page .col-sm-4 {
    max-width: 25%;
    flex: 0 auto;
  }

  .achievers-page .col-sm-8 {
    max-width: 75%;
    flex: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 667px;
  }

  .tl-portfolio .grid .element-item {
    width: 50%;
  }

  .portfolio-menu {
    margin-bottom: 15px;
  }

  .single-counter-box .counter-content {
    width: 100%;
  }

  .single-counter-box .counter-icon {
    margin-bottom: 10px !important;
    width: 100%;
  }

  .single-counter-box {
    text-align: center;
    margin-bottom: 15px;
  }

  .tl-topbar-menu {
    text-align: center;
  }

  .tl-topbar .float-lg-right {
    float: none;
  }

  .res-slider {
    display: block;
  }

  .desktop-slider {
    display: none;
  }

  .form-headerbg {
    padding-top: 4%;
  }

  .form-header .col-md-9 {
    max-width: 100%;
    flex: 0 auto;
  }

  .form-header .col-md-3 {
    max-width: 100%;
    flex: 0 auto;
    text-align: center;
  }

  .form-profile img {
    width: 36%;
  }

  .form-logotitle {
    padding: 15px 0;
  }

  .form-headerbg {
    padding: 20px 0;
    margin-bottom: 20px;
  }

  .form-profile img {
    margin-bottom: 20px;
  }

  .tl-topbar .col-sm-7 {
    max-width: 100%;
    flex: 0 auto;
  }

  .tl-topbar .col-sm-5 {
    max-width: 100%;
    flex: 0 auto;
  }

  .personality-development-sec .col-sm-6 {
    max-width: 100%;
    flex: 0 auto;
  }

  .development-icon {
    margin: 0 0;
  }

  .development-info .col-md-3 {
    padding-right: 15px;
    max-width: 20%;
    flex: 0 auto;
  }

  .development-info .col-md-9 {
    padding-right: 15px;
    max-width: 75%;
    flex: 0 auto;
  }

  .development-icon {
    margin-top: 30px;
  }

  .our-goal-box {
    background-size: cover;
    margin-bottom: 20px;
  }

  .info-contact-box1 {
    margin: 0;
  }

  .formpara1 {
    margin-top: 0;
  }

  .chairman-message img {
    width: 35%;
  }

  .info-contact-box2 {
    margin-top: 45%;
  }

  #achievementPopUp .modal-dialog {
    max-width: 80%;
  }
  .thumbnail img{ width:100%;}
}

@media screen and (max-width: 725px) {
  .admissions-box h5 {
    height: 80px;
  }
}

@media screen and (max-width: 675px) {
  .admissions-box h5 {
    height: auto;
  }

  .admissions-box .col-sm-4 {
    max-width: 100%;
    flex: 0 auto;
  }

  .admissions-border {
    margin-bottom: 20px;
  }

  .tl-topbar .col-sm-6 {
    max-width: 100%;
    flex: 0 auto;
  }

  .tl-topbar .float-lg-right {
    padding: 0 0 5px 0;
  }
}

@media screen and (max-width: 650px) {
  .about-icon-box .col-md-3 {
    max-width: 70%;
  }
}

@media screen and (max-width: 625px) {
  .notice-box-sec marquee {
    height: 300px;
  }
}

@media screen and (max-width:630px) {
  .slider-content {
    width: 80%;
  }

  .contact-page .col-sm-6 {
    max-width: 100%;
    flex: 0 auto;
  }

  .info-contact-box2 {
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .formlogo {
    width: 100%;
    float: none;
    text-align: center;
  }

  .form-logotitle {
    width: 100%;
    float: none;
  }

  .formlogo img {
    width: 50%;
  }

  .formpara1 {
    margin-top: 0;
    padding: 0 20px;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .icon-box img {
    width: 80px;
  }

  .home-academic-excellence .col-md-3 {
    padding: 0 15px;
  }

  .form-profile img {
    width: 45%;
  }

  .carousel-control-next {
    right: 8px;
  }

  .about-sec-1 p {
    margin: 15px 0 0 0;
  }

  .achievers-page .col-sm-4 {
    max-width: 35%;
    flex: 0 auto;
  }

  .achievers-page .col-sm-8 {
    max-width: 65%;
    flex: 0 auto;
  }
  
  .home-gallery-box .col-sm-4{ width: 50%; padding: 0 8px;}
}

@media screen and (max-width: 550px) {
  .slider-content {
    width: 95%;
  }

  .carousel-control-next {
    right: 10px;
  }
}

@media screen and (max-width:527px) {
  .d-block {
    padding-left: 15px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:520px) {
  .slider-content .slider-title {
    font-size: 18px;
  }

  .green-divider {
    width: 18%;
    background: #1786a6;
    height: 4px;
    margin-bottom: 13px;
  }

  .slider-content .slider-text {
    font-size: 16px;
  }

  .home-slider .slider-content img {
    margin-bottom: 10px;
  }

  .slider-content {
    top: 6%;
  }

  .profilepic {
    text-align: center;
  }

  .chairman-message img {
    width: 45%;
    margin: 0 0 10px 0;
    float: none;
  }
}

@media screen and (max-width: 500px) {
  .home-intro-sec .col-sm-6 {
    max-width: 100%;
  }

  .admission-box {
    margin-bottom: 20px;
  }

  .about-icon-box .col-md-3 {
    max-width: 100%;
  }

  .formlogo {
    padding-top: 0;
  }

  .form-logotitle {
    padding: 10px;
  }

  .form-logotitle h4 {
    font-size: 15px;
  }

  .form-sec h2 {
    font-size: 18px;
  }

  .sliderbtn {
    top: 42%;
  }

  .achievers-page .col-sm-4 {
    max-width: 100%;
    flex: 0 auto;
  }

  .achievers-page .col-sm-8 {
    max-width: 100%;
    flex: 0 auto;
  }

  .achievers-info img {
    width: 40%;
    margin: 0 auto 20px auto;
  }

  .achievers-info {
    text-align: center;
  }

  #achievementPopUp .modal-dialog {
    max-width: 95%;
    margin: 30% auto;
  }

  .modal {
    padding-right: 0 !important;
  }
  .thumbnail{     width: 100%%;    margin: 8px 0;}
}

@media screen and (max-width: 499px) {
.home-gallery-box .item {
  text-align: center;
}
.home-gallery-box a {
  display: block;
}
}

@media screen and (max-width: 460px) {
  .menufooter li {
    display: block;
    border-bottom: 1px solid #fff;
    border-right: none;
  }

  .menufooter li:last-child {
    border-bottom: none;
  }

  .menufooter a {
    display: block;
  }

  .logobox1 img {
    width: 300px;
  }
}

@media screen and (max-width:414px) {

  /*.home-slider img{     height: 230px;}*/
  .home-slider .slider-content img {
    height: auto;
  }

  .slider-content .slider-text {
    line-height: 22px;
  }
  .mandatory-table-sec .table a{ font-size: 12px;}
  .mandatory-table-sec .table td{ font-size: 12px;}
  .mandatory-table-sec .table th{ font-size: 12px;}
}

@media screen and (max-width:400px) {
  .form-profile img {
    width: 50%;
  }

  .logobox1 img {
    width: 275px;
  }
}

@media screen and (max-width:375px) {
  .formlogo {
    width: 75%;
    float: none;
    margin: 0 auto;
  }

  .form-logotitle {
    padding: 15px;
    width: 100%;
    text-align: center;
  }

  .form-profile img {
    width: 55%;
  }

  .result-tab .nav-tabs .nav-item {
    font-size: 14px;
  }
}

@media screen and (max-width:360px) {
  .mandatory-table-sec .table a{ font-size: 11px;}
  .mandatory-table-sec .table td{ font-size: 11px;}
  .mandatory-table-sec .table th{ font-size: 11px;}
}  

@media screen and (max-width:350px) {
  .logobox1 img {
    width: 240px;
  }
}


@media screen and (max-width:340px) {
.mandatory-table-sec .table th { padding: 5px 5px;}
.mandatory-table-sec .table td { padding: 5px 5px;}
}

@media screen and (max-width:326px) {
.mandatory-table-sec .table th { font-size: 10px;}
.mandatory-table-sec .table td { font-size: 10px;}
}  