* {
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 15px;
  line-height: 26px;
}

body .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

body textarea {
  border-color: #ccc;
}

body textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
  outline: none;
}

body a {
  color: black;
}

body a:hover {
  text-decoration: none;
  color: #1c81c5;
}

body a:focus {
  outline: none;
}

body p {
  text-align: justify;
  line-height: 36px;
  color: black;
  font-size: 15px;
  margin: 0;
}

body ul {
  margin: 0;
  padding: 0;
}

body ul li {
  list-style-type: none;
}

body button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

body button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body input .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

body img {
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

.no-pad {
  padding: 0;
}

.sec-padding {
  padding: 60px 0;
}

.sec-background {
  background-color: white;
}

.sec-title {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-title-text span {
  border-left: 3px solid #fe4646;
  padding-left: 6px;
  font-size: 16px;
  color: #135788;
  font-weight: 600;
}

.sec-title-text h4 {
  color: #323232;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}

.sec-title-btn a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #135788;
  background-color: #135788;
  line-height: 14px;
  padding: 13px 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  display: inline-block;
}

.sec-title-btn a:hover {
  border-color: #135788;
  background: white;
  color: #135788;
}

.sec-title-two {
  margin-bottom: 30px;
  text-align: center;
}

.sec-title-two h4 {
  color: #323232;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 10px;
}

#myTopbtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 99;
  font-size: 26px;
  border: none;
  outline: none;
  color: white;
  height: 45px;
  width: 45px;
  -webkit-box-shadow: 0px 0px 9px 0px #00000063;
          box-shadow: 0px 0px 9px 0px #00000063;
  background: #fe4646;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

#myTopbtn:hover {
  cursor: pointer;
}

.social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icons li {
  padding: 0 10px;
}

.social-icons li a {
  color: white;
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #212121;
  -webkit-transition: 0.6s linear;
  transition: 0.6s linear;
  -webkit-box-shadow: 0px 6px 14px 0px #00000045;
          box-shadow: 0px 6px 14px 0px #00000045;
}

.header-top {
  background-color: #135788;
  padding: 6px 0;
}

.header-top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top ul li {
  padding-right: 40px;
  color: white;
}

.header-top ul li a {
  color: white;
}

.header-top ul li i {
  background-color: #054676;
  padding: 6px;
  margin-right: 10px;
  font-size: 12px;
}

.htr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.htr ul li {
  padding-right: 5px;
}

.htr ul li i {
  font-size: 13px !important;
  width: 35px;
  height: 25px;
  padding: 0 !important;
  text-align: center;
  line-height: 25px;
}

.header-mid {
  padding: 5px 0;
}

.hm-left img {
  height: 85px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hmr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hm-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hmr-single {
  position: relative;
  padding-left: 40px;
  margin-left: 50px;
}

.hmr-single img {
  position: absolute;
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hmr-single h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 15px;
}

.hmr-single span {
  margin-left: 15px;
}

.header-bottom {
  margin-bottom: -30px;
  position: relative;
  z-index: 2000;
}

.header-bottom .navbar-light .navbar-nav .nav-link {
  color: white;
}

.header-bottom .nav-item {
  padding: 0 8px;
}

.header-bottom-inner {
  background-color: #135788;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-bottom-inner .dropdown-menu {
  top: 116%;
  background: #135788;
  border-radius: 0;
  border-top: 2px solid #fe4646;
}

.header-bottom-inner .dropdown-item {
  color: white;
}

.header-bottom-inner .dropdown-item:hover {
  background-color: transparent;
}

.bg-light {
  background-color: transparent !important;
  padding: 0 15px;
}

.header-search {
  position: relative;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-search i {
  font-size: 20px;
  padding: 20px;
  text-align: center;
  background: #fe4646;
  color: white;
}

.header-search .search-box {
  background: #e8e8e4;
  position: absolute;
  top: 75px;
  right: 0;
  width: 700px;
  height: 60px;
  padding: 10px 0;
  -webkit-box-shadow: 0px 5px 11px #75757587;
          box-shadow: 0px 5px 11px #75757587;
  border-top: 4px solid #135788;
  display: none;
  z-index: 1000;
}

.header-search .search-box:before {
  content: "";
  position: absolute;
  top: -32px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #135788;
}

.header-search .search-box input[type="text"] {
  width: 84%;
  padding: 5px 10px;
  margin-left: 10px;
  border: 1px solid white;
  outline: none;
}

.header-search .search-box input[type="submit"] {
  width: 93px;
  padding: 5px 0;
  font-weight: 600;
  background: #135788;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #135788;
  outline: none;
  cursor: pointer;
}

.main-banner {
  z-index: -1;
}

.main-banner video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-courses-single {
  background: #f9f9f9;
  padding: 20px;
  border-bottom: 3px solid #fe4646;
  min-height: 212px;
  margin: 15px 0;
}

.mcs-img {
  text-align: center;
}

.mcs-img img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  background: white;
  border-radius: 50%;
  padding: 10px;
}

.mcs-text {
  text-align: center;
  padding-top: 20px;
}

.mcs-text h4 {
  font-size: 20px;
}

.main-about {
  background: #f9f9f9;
  margin: 60px 0;
}

.main-about-text a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #135788;
  background-color: #135788;
  line-height: 14px;
  padding: 13px 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  display: inline-block;
  margin-top: 20px;
}

.main-about-text a:hover {
  border-color: #135788;
  background: white;
  color: #135788;
}

.mai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-notices-tab {
  position: relative;
}

.main-notices-tab .nav {
  border-bottom: 1px solid #dadada;
}

.main-notices-tab .nav-item {
  padding-right: 6px;
}

.main-notices-tab .nav-item i {
  margin-right: 5px;
}

.main-notices-tab .nav-pills .nav-link {
  border-radius: 0;
  background: #dadada;
  font-weight: 600;
  border-bottom: 3px solid transparent;
  padding: 10px 20px 7px;
  color: black;
}

.main-notices-tab .nav-pills .nav-link.active,
.main-notices-tab .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #135788;
  border-radius: 0;
  border-bottom: 3px solid #fe4646;
}

.mnt-inner table {
  border-collapse: collapse;
  width: 100%;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mnt-inner tbody a {
  font-size: 16px;
  font-weight: 600;
  color: #135788;
}

.mnt-inner tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.mnt-inner tbody tr td {
  padding: 30px 8px;
}

.mnt-inner tbody tr .in-sn {
  width: 10%;
}

.mnt-inner tbody tr .in-detail {
  width: 85%;
  position: relative;
  padding: 30px 8px 30px 15px;
}

.mnt-inner tbody tr .in-detail::before {
  position: absolute;
  content: "\f0da";
  color: #fe4646;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  left: 0;
}

.mnt-inner tbody tr .in-date {
  width: 15%;
}

.mnt-inner tbody tr:last-child {
  border-bottom: none;
}

.mnt-view {
  position: absolute;
  top: 11px;
  right: 0;
}

.mnt-view a {
  background-color: #135788;
  padding: 5px 10px;
  color: white;
  border: 2px solid #135788;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.mnt-view a:hover {
  color: #135788;
  background-color: white;
}

.main-notices-bigya {
  border: 5px solid #1f1f1f;
  -webkit-box-shadow: 0px 0px 8px 0px #00000054;
          box-shadow: 0px 0px 8px 0px #00000054;
  position: relative;
}

.main-notices-bigya img {
  height: 350px;
}

.main-notices-bigya .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 15px;
  z-index: 99;
  color: white;
  display: inline-block;
  height: 30px;
  width: 30px;
  background: #1f1f1f;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.main-notices-bigya i.fas.fa-angle-right.slick-arrow {
  right: -15px;
}

.main-notices-bigya i.fas.fa-angle-left.slick-arrow {
  left: -15px;
}

.main-gallery .sec-title {
  text-align: center;
}

.main-gallery #demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main-gallery .thumb {
  position: relative;
  cursor: pointer;
  margin: 2px 0;
  padding: 0 2px;
}

.main-gallery .thumb:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
}

.main-gallery .thumb:hover .overlay {
  visibility: visible;
}

.main-gallery img.zoom {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-gallery .modal-header {
  border-bottom: none;
}

.main-gallery .modal-footer {
  display: none;
}

.main-gallery .zoom-icon {
  position: absolute;
  bottom: auto;
  left: 50%;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: auto;
  top: 50%;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #1c81c5;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-gallery .zoom-icon i {
  font-size: 20px;
  font-weight: 600;
}

.main-gallery .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000a6;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.main-gallery-btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-gallery-btn a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #135788;
  background-color: #135788;
  line-height: 14px;
  padding: 13px 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  display: inline-block;
}

.main-gallery-btn a:hover {
  border-color: #135788;
  background: white;
  color: #135788;
}

.main-why-lower {
  margin-top: 40px;
}

.mwl-single {
  margin: 15px 0;
  padding: 20px;
  background: #f9f9f9;
}

.mwl-single img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mwl-single h4 {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}

.main-testimonials {
  background-color: #f9f9f9;
  margin: 60px 0;
  position: relative;
}

.main-testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 16px;
  z-index: 99;
  color: white;
  display: inline-block;
  height: 40px;
  width: 40px;
  background: #1f1f1f;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.main-testimonials i.fas.fa-arrow-right.slick-arrow {
  right: 0;
}

.main-testimonials i.fas.fa-arrow-left.slick-arrow {
  left: 0;
}

.main-testimonials-single {
  padding: 50px;
  background-color: white;
  text-align: center;
  margin: 0 15px;
}

.main-testimonials-single:focus {
  outline: none;
}

.mts-text {
  position: relative;
  z-index: 1;
}

.mts-text p {
  text-align: center;
  font-size: 18px;
}

.mts-text::before {
  content: "";
  position: absolute;
  background-image: url(../images/quote.png);
  background-size: contain;
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0.5;
}

.mts-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px 0 15px;
}

.mts-img img {
  height: 120px;
  width: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.mts-details h4 {
  text-transform: uppercase;
  color: #fe4646;
  font-weight: 600;
}

.main-books-single {
  position: relative;
}

.main-books-single:hover .mbs-overlay {
  visibility: visible;
}

.main-books-single:hover .mbs-text {
  visibility: visible;
}

.main-books-single img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-books-single .mbs-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  width: 100%;
  padding: 20px;
  text-align: center;
  z-index: 2;
  visibility: hidden;
  -webkit-transition: 0.13s ease;
  transition: 0.13s ease;
}

.main-books-single .mbs-text h4 {
  font-size: 18px;
  font-weight: 600;
}

.main-books-single .mbs-text h6 {
  font-size: 16px;
  margin: 10px 0 15px;
}

.main-books-single .mbs-text a {
  background-color: #fe4646;
  padding: 5px 10px;
  color: white;
}

.mbs-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #135788d9;
  z-index: 0;
  visibility: hidden;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

.main-news {
  background-color: #f9f9f9;
  margin: 60px 0 0;
}

.main-news-single {
  -webkit-box-shadow: 0 3px 7px 0 #0000001a;
          box-shadow: 0 3px 7px 0 #0000001a;
}

.mns-img img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mns-text {
  padding: 25px 20px;
  background-color: white;
}

.mns-text h4 {
  font-size: 20px;
  font-weight: 600;
}

.mns-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  color: #343434;
}

.mns-text ul li {
  padding-right: 20px;
}

.mns-text ul li i {
  margin-right: 5px;
}

.mns-text p {
  font-size: 14px;
  line-height: 26px;
  color: #343434;
}

.footer-main {
  background-color: #135788;
  color: white;
  padding: 70px 0 20px;
}

.fm-top-search h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.7px;
  margin-bottom: 35px;
}

.fm-top-search input {
  width: 100%;
  position: relative;
  height: 50px;
  padding: 0 50px 0 10px;
}

.fm-top-search input:focus {
  outline: none;
}

.fm-top-search button {
  position: absolute;
  right: 15px;
  border: none;
  background: #fe4646;
  height: 50px;
  color: white;
  width: 90px;
}

.fm-top-social {
  padding-left: 50px;
}

.fm-top-social h4 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.7px;
  margin-bottom: 35px;
}

.fm-top-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fm-top-social ul li {
  margin: 0 5px;
  -webkit-box-shadow: 0px 0px 9px 0px #0000002e;
          box-shadow: 0px 0px 9px 0px #0000002e;
}

.fm-top-social ul li i {
  width: 50px;
  height: 50px;
  color: #fff !important;
  line-height: 50px;
  font-size: 25px;
  text-align: center;
}

.fm-top-social ul li i.fab.fa-facebook-f {
  background-color: #4267b2;
}

.fm-top-social ul li i.fab.fa-twitter {
  background-color: #55acee;
}

.fm-top-social ul li i.fab.fa-instagram {
  background-color: #cc377b;
}

.fm-top-social ul li i.fab.fa-youtube {
  background-color: #db1f27;
}

.fm-top-social ul li i.fab.fa-linkedin-in {
  background-color: #0a66c2;
}

.fm-bottom {
  padding-top: 70px;
}

.fmb-single h4 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 20px;
}

.fmb-single ul {
  padding-left: 10px;
}

.fmb-single ul li {
  padding-bottom: 7px;
}

.fmb-single ul li a {
  color: #d0d0d0;
}

.fmb-con {
  padding: 0;
}

.fmb-con ul {
  padding-left: 0;
}

.fmb-con ul li {
  padding: 6px 0 6px 20px;
  position: relative;
  color: #d0d0d0;
}

.fmb-con ul li i {
  position: absolute;
  left: 0;
  top: 10px;
}

.fmb-quick li a {
  color: white !important;
  padding: 10px;
  border: 1px solid #ffffff47;
  display: block;
}

.footer-copyright {
  background-color: #135788;
  border-top: 1px solid #ffffff47;
  padding: 10px 0;
}

.fc-left img {
  height: 120px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.fcr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fcr ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.fcr ul li {
  padding-left: 10px;
}

.fcr p {
  text-align: right;
  color: #d0d0d0;
}

.fcr p a {
  color: #fe4646;
  font-weight: 600;
}

.fcr a {
  color: #d0d0d0;
}

.inner-breadcrumb {
  height: 40vh;
  background-size: cover;
  background-position: initial;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.inner-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000b3;
  z-index: -1;
}

.inner-breadcrumb-text {
  color: white;
}

.inner-breadcrumb-text h4 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fe4646;
}

.inner-breadcrumb-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.inner-breadcrumb-text ul li {
  padding-right: 5px;
}

.inner-breadcrumb-text ul li a {
  color: #fe4646;
}

.inner-breadcrumb-text ul .bread-link::after {
  content: ">";
  color: white;
  margin-left: 5px;
}

.inner-about-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.inner-about-img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-about-why {
  margin-top: 40px;
}

.iaw-right {
  padding-left: 20px;
}

.iawr-single {
  text-align: center;
  -webkit-box-shadow: 0px 0px 8px 0px #00000026;
          box-shadow: 0px 0px 8px 0px #00000026;
  margin-bottom: 30px;
  padding: 20px 0;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.iawr-single i {
  color: #4a4a4a;
  font-size: 40px;
}

.iawr-single h4 {
  margin: 10px 0 5px;
  font-weight: 600;
}

.iawr-single span {
  font-size: 15px;
}

.iawr-single .digit::after {
  content: "+";
}

.inner-contact-details {
  margin: 40px 0;
  padding: 50px 20px;
  -webkit-box-shadow: 0px 0px 11px 0px #80808038;
          box-shadow: 0px 0px 11px 0px #80808038;
}

.icds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icd-single {
  position: relative;
  padding-left: 40px;
}

.icd-single i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 25px;
  color: #fe4646;
}

.icd-single i.fas.fa-phone {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icd-single h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.inner-contact-form {
  padding: 50px 30px;
  border-bottom: 1px solid #f2f2f2;
  background: #f6f7f7;
}

.inner-contact-form h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.inner-contact-form input {
  width: 100%;
  padding: 12px;
  border-radius: 0;
  border: 1px solid #01539c0f;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.inner-contact-form input:focus {
  outline: none;
}

.inner-contact-form textarea {
  padding: 12px;
  border-radius: 0;
  border: 1px solid #01539c0f;
  background: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

.inner-contact-form textarea:focus {
  outline: none;
  border: 1px solid #01539c0f;
}

.inner-contact-form input[type="submit"] {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #135788;
  background-color: #135788;
  line-height: 14px;
  padding: 13px 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  display: inline-block;
  color: white;
  width: 15%;
  cursor: pointer;
}

.inner-contact-form input[type="submit"]:hover {
  border-color: #135788;
  background: white;
  color: #135788;
}

.inner-contact-form input[type="submit"]:focus {
  outline: none;
}

.inner-contact-map {
  padding-top: 50px;
}

.inner-contact-map iframe {
  width: 100% !important;
}

.inner-team-single {
  margin: 15px 0;
}

.its-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.its-text {
  color: white;
  background: #135788;
  padding: 20px 10px;
  text-align: center;
}

.icsl-single {
  margin-bottom: 30px;
}

.icsl-single h4 {
  font-size: 25px;
  color: #135788;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}

.icsl-single ul {
  padding-left: 10px;
}

.icsl-single ul li {
  padding: 5px 5px 5px 15px;
  position: relative;
}

.icsl-single ul li::before {
  position: absolute;
  content: "\f0da";
  color: #fe4646;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  left: 0;
}

.icsl-single table {
  border-collapse: collapse;
  width: 100%;
}

.icsl-single td,
.icsl-single th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.icsl-single th {
  background: #f3f3f3;
}

.icsl-single tr:nth-child(odd) {
  background-color: #fbf9ff;
}

.icsl-single:last-child {
  margin-bottom: 0;
}

.ics-right {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.icsr-item {
  padding: 15px;
  margin-bottom: 20px;
  background: #fbf9ff;
}

.icsr-item h4 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}

.icsrs-wrap {
  position: relative;
}

.icsrs-wrap input[type="text"] {
  border: 2px solid #fe4646;
  width: 100%;
  padding: 10px 50px 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.025em;
  color: #151515;
  background-color: white;
  position: relative;
}

.icsrs-wrap input[type="text"]:focus {
  outline: none;
}

.icsrs-wrap button {
  position: absolute;
  background: transparent;
  color: #fe4646;
  border: none;
  border-left: none;
  cursor: pointer;
  font-size: 20px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.icsr-related ul li {
  padding: 7px 0;
  padding-left: 20px;
  position: relative;
}

.icsr-related ul li::before {
  position: absolute;
  content: "\f111";
  color: #fe4646;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  left: 5px;
  font-weight: 600;
}

.icsr-buttons a {
  display: block;
  border: 2px solid #fe4646;
  text-align: center;
  padding: 10px;
  margin: 12px;
  font-weight: 600;
  background-color: #fe4646;
  color: white;
}

.icsr-buttons i {
  margin-right: 5px;
}

.inner-gallery {
  background: #f3f3f3;
}

.inner-gallery-item {
  position: relative;
  margin-bottom: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 6px 0px #bdbdbd73;
          box-shadow: 0px 0px 6px 0px #bdbdbd73;
  padding: 10px;
}

.inner-gallery-item a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.inner-gallery-item:hover .igi-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.igi-img {
  overflow: hidden;
  z-index: 10;
}

.igi-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}

.igi-text {
  background: white;
  text-align: center;
  padding: 30px 5px 20px;
}

.igi-text h3 {
  font-size: 20px;
}

.inner-gallery-single img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-gallery-single #demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.inner-gallery-single .thumb {
  position: relative;
  cursor: pointer;
  padding: 4px;
}

.inner-gallery-single .thumb:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
}

.inner-gallery-single .thumb:hover .overlay {
  visibility: visible;
}

.inner-gallery-single img.zoom {
  width: 100%;
  height: 250px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.inner-gallery-single .modal-header {
  border-bottom: none;
}

.inner-gallery-single .modal-footer {
  display: none;
}

.inner-gallery-single .zoom-icon {
  position: absolute;
  bottom: auto;
  left: 50%;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: auto;
  top: 50%;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #0f70b7;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 30px;
}

.inner-gallery-single .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0000004f;
  visibility: hidden;
  margin: 4px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: auto;
  z-index: inherit;
  height: auto;
}

.ibsl-single {
  margin-bottom: 30px;
}

.ibsl-single h4 {
  color: #135788;
  margin-bottom: 5px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
}

.ibsl-single p {
  padding-left: 10px;
}

.ibsl-single ul {
  padding-left: 10px;
}

.ibsl-single ul li {
  padding: 5px 5px 5px 15px;
  position: relative;
}

.ibsl-single ul li::before {
  position: absolute;
  content: "\f0da";
  color: #fe4646;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 16px;
  left: 0;
}

.ibsl-single:last-child {
  margin-bottom: 0;
}

.ibsl-price h6 {
  font-size: 20px;
  padding-left: 10px;
  color: #fe4646;
}

.ibsl-buy a {
  cursor: pointer;
  font-style: normal;
  color: white;
  border: 2px solid #135788;
  background-color: #135788;
  line-height: 14px;
  padding: 13px 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  display: inline-block;
}

.ibsl-buy a:hover {
  border-color: #135788;
  background: white;
  color: #135788;
}

.ibs-right {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.ibs-right img {
  min-height: 350px;
}

.insl-top h5 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
}

.insl-top img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.insl-meta {
  margin: 10px 0;
}

.insl-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.insl-meta ul li i {
  margin-right: 5px;
}

.inner-downloads-single {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 3px #306cb429;
          box-shadow: 0px 0px 10px 3px #306cb429;
  padding: 20px;
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 135px;
}

.inner-downloads-single a:hover {
  color: #135788;
}

.inner-downloads-single-text {
  position: relative;
  padding-left: 30px;
}

.inner-downloads-single-text h3 {
  font-size: 22px;
  margin: 10px 0;
}

.inner-downloads-single-text small {
  font-size: 90%;
  font-weight: 400;
}

.inner-downloads-single-text::before {
  content: "\f1c1";
  font-size: 20px;
  line-height: 27px;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  color: #fe4646;
  left: 0;
}

.inner-notice-landing table {
  border-collapse: collapse;
  width: 100%;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-notice-landing thead tr {
  background-color: #f6f9ff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-notice-landing thead tr th {
  padding: 20px 8px;
}

.inner-notice-landing tbody a {
  font-size: 16px;
  font-weight: 600;
  color: #1b36a2;
}

.inner-notice-landing tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-notice-landing tbody tr td {
  padding: 30px 8px;
}

.inner-notice-landing tbody tr .in-sn {
  width: 10%;
}

.inner-notice-landing tbody tr .in-detail {
  width: 75%;
}

.inner-notice-landing tbody tr .in-date {
  width: 15%;
}

.inner-notice-landing tbody tr:last-child {
  border-bottom: none;
}

.inner-testimonials-single {
  padding: 40px;
  background: #f3f3f3;
  margin: 0 50px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 3px 0px #00000026;
          box-shadow: 0px 0px 3px 0px #00000026;
}

.inner-testimonials-single p {
  font-size: 17px;
  text-align: initial;
  font-style: italic;
  position: relative;
  margin-bottom: 20px;
}

.inner-testimonials-single p::before {
  content: '"';
  margin-right: 5px;
}

.inner-testimonials-single p::after {
  content: '"';
  margin-left: 5px;
}

.inner-testimonials-single h4 {
  font-size: 20px;
  color: #135788;
}

.inner-testimonials-single span {
  font-size: 15px;
}

.its-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.itsu-img {
  margin-right: 20px;
}

.itsu-img img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.inner-testimonials-single:last-child {
  margin-bottom: 0;
}

.inner-message-left {
  padding-right: 30px;
}

.iml-quotes {
  margin-bottom: 40px;
}

.iml-quotes p {
  text-align: left;
  font-weight: 600;
  line-height: 27px;
  font-style: italic;
  color: #fe4646;
}

.iml-img {
  position: relative;
  text-align: left;
}

.iml-img img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.iml-img::after {
  content: "\f10e";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 800;
  color: #fe4646;
  font-size: 28px;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  top: -15px;
  right: -15px;
  -webkit-box-shadow: 2px -2px 3px 0px #c1c1c129;
          box-shadow: 2px -2px 3px 0px #c1c1c129;
}

.iml-img h4 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  color: #135788;
}

.inner-message-right h4 {
  font-size: 25px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
}
/*# sourceMappingURL=style.css.map */