@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 0px;
  color: #6A6A6A;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

ul{
  list-style: none;
}

a {
  text-decoration: none;
  color: #196666;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

img:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
}

.form-control:focus {
  box-shadow: none;
}

p {
  color: #6A6A6A;
  font-size: 15px;
  line-height: 173%;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: 400;
}

h1,
.featured-title,
.faicoucom-contitle,
.innerpage-tilediv .title-text,
.innersection-tile,
.newsletter-fec-title,
.also-title,
.edition-year-wrap,
.homeslider-carousel .slider-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 127%;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36.62px;
  line-height: 142%;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 29.3px;
  line-height: 143%;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 23.44px;
  line-height: 179%;
}

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18.75px;
  line-height: 139%;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 147%;
  letter-spacing: 0.05em;
}

.defult-btn {
  background-color: #fff;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.75);
  min-width: 156px;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #120963;
  display: inline-block;
  padding: 15px 10px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color .8s cubic-bezier(.165, .84, .44, 1);
  -o-transition: color .8s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: color .8s cubic-bezier(.165, .84, .44, 1);
  transition: color .8s cubic-bezier(.165, .84, .44, 1);
}


/*.defult-btn:hover{ background: #D51900; color: #fff; }*/

.defult-btn.blue-btn {
  background-color: #120963;
  color: #fff;
}

.defult-btn.red-btn {
  color: #fff;
  background-color: #D51900;
}

.defult-btn span {
  position: relative;
  z-index: 1;
}

.defult-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
  transition: -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
  -o-transition: transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
  transition: transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
  transition: transform .5s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
  transition: transform .5s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform .5s cubic-bezier(.165, .84, .44, 1) 0s;
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  -moz-transform-origin: top right;
  transform-origin: top right;
}

.defult-btn:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
}

.defult-btn:after {
  background-color: #D51900
}

.defult-btn:hover {
  color: #fff;
}

.defult-btn.red-btn:after {
  background-color: #fff;
}

.defult-btn.red-btn:hover {
  color: #120963;
}

.defult-btn.blue-btn:after {
  background-color: #D51900;
}

.defult-btn.blue-btn:hover {
  color: #fff;
}


/* Page Loader CSS */

.page-loaderdiv {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: 9;
  /* background: linear-gradient(180deg, #0C113D 0%, #A42211 100%); */
  overflow: hidden;
}

.page-loaderdiv:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 55%;
  background: #120963;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
  -webkit-clip-path: polygon(0 0, 72% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 72% 0, 100% 100%, 0% 100%);
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.page-loaderdiv:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 61%;
  background: linear-gradient(180deg, #0C113D 0%, #A42211 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 26% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 26% 100%);
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.onload-body .page-loaderdiv:before {
  left: 0;
}

.onload-body .page-loaderdiv:after {
  right: 0;
}

.loader-innerwrap {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: bottom -135px center;
  background-repeat: no-repeat;
}

.loader-innerwrap .loader-logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* margin: -325px 0 0 -300px; animation-name: spin;animation-duration: 2000ms;animation-iteration-count: infinite;animation-timing-function: linear; */
}

.loader-innerwrap canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52.3%, -49%);
  -moz-transform: translate(-52.3%, -49%);
  -o-transform: translate(-52.3%, -49%);
  transform: translate(-52.3%, -49%);
}

@keyframes spin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}


/* Page Loader CSS End */

.slick-vertical .slick-slide {
  border: none;
}

.slidefullheight {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.home-container {
  max-width: 94%;
}


/* Menu topbar css */

.navigation-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sticky-logodiv {
  text-align: center;
  padding: 5px 0 4px;
  display: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.headeright-menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
  /* width: 337px; */
  width: 50%;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.quik-enro-book-div .quicklinks-click {
  background: #A42211;
}

.navigation-menu.sticky {
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
}

.navigation-menu.sticky .sticky-logodiv {
  display: block;
}

.search-portal-call {
  background: rgba(255, 255, 255, 0.3);
  padding: 0px 25px 0px 25px;
  float: right;
  position: relative;
}

.search-portal-call:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -40px;
  border-top: 60px solid rgba(255, 255, 255, 0.3);
  border-left: 40px solid transparent;
}

.search-portal-call ul {
  position: relative;
  /* width: 166px; */
  height: 60px;
}

.search-portal-call ul li {
  display: block;
  margin: 9px 8px;
  float: left;
  /*position: absolute; top: 50%; width: 42px; margin-top: -21px;*/
}

.search-portal-call ul li:first-child {
  margin-left: 0;
}

.search-portal-call ul li:last-child {
  margin-right: 0;
}

.search-portal-call ul li svg {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  width: 24px;
  top: 8px;
  left: 9px;
}
.search-portal-call ul li img {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

.search-portal-call ul li.portal-li {
  /* left: 0; height: 42px;*/
}

.search-portal-call ul li.call-li {
  /* left: 62px;  height: 42px; */
}

.search-portal-call ul li.search-li {
  /* right: 0;  height: 42px; */
}

.search-portal-call ul li.portal-li img {
  width: 24px;
  top: 8px;
  left: 9px;
}

.search-portal-call ul li.call-li img {
  width: 15px;
  top: 6.5px;
  left: 13.5px;
}

.search-portal-call ul li.search-li img {
  width: 21px;
  top: 9px;
  left: 11px;
}

.search-portal-call ul li.search-li:hover span {
  width: calc(100% - 32px);
}

.search-portal-call ul li.search-li .form-control {
  display: inline-block;
  border: none;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: #fff;
  height: auto;
}

.search-portal-call ul li.search-li .form-control::-webkit-input-placeholder {
  color: #fff;
}

.search-portal-call ul li.search-li .form-control::-moz-placeholder {
  color: #fff;
}

.search-portal-call ul li.search-li .form-control:-ms-input-placeholder {
  color: #fff;
}

.search-portal-call ul li.search-li .form-control:-moz-placeholder {
  color: #fff;
}

.search-portal-call .icondiv-box {
  line-height: 38px;
  cursor: pointer;
  height: 42px;
  width: 42px;
  text-align: center;
  border-radius: 42px;
  background: #120963;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.search-portal-call .icondiv-box span {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  display: inline-block;
  margin-left: 28px;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.search-portal-call .translate-li .icondiv-box span {
	font-size: 15px;
    margin-left: 44px;
}
.search-portal-call ul li:hover .icondiv-box {
  width: 130px;
  text-align: left;
  padding: 0 12px;
}

.search-portal-call ul li:hover .icondiv-box span {
  opacity: 1;
}

.search-portal-call ul li.portal-li:hover,
.search-portal-call ul li.call-li:hover,
.search-portal-call ul li.search-li:hover {
  z-index: 1;
}

.search-portal-call ul li.call-li:hover {
  left: 0;
}

.search-portal-call ul li.call-li:hover .icondiv-box {
  padding: 0 15px;
}

.search-portal-call ul li.search-li:hover {
  right: auto;
  left: 0;
}

.menuicon-div {
  float: right;
  background-color: #2D276A;
  text-align: center;
  -webkit-transition: width 0.4s ease;
  -moz-transition: width 0.4s ease;
  -o-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.menu-link-a {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  padding: 5px 15px;
  /* background-color: #2D276A; */
  font-size: 22px;
  line-height: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
}

.menu-link-a img {
  position: relative;
  top: -1px;
}

.menu-link-a .menuopen-img {
  display: none;
}

.menu-link-a:hover {
  color: #fff;
}

.navigation-master {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 60px;
  height: 100vh;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.navigation-master:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -moz-linear-gradient(top, rgba(18, 9, 99, 0) 0%, rgba(18, 9, 99, 0.95) 100%);
  background: -webkit-linear-gradient(top, rgba(18, 9, 99, 0) 0%, rgba(18, 9, 99, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(18, 9, 99, 0) 0%, rgba(18, 9, 99, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00120963', endColorstr='#a6120963', GradientType=0);
}

.navigation-master .container {
  position: relative;
}

.navigation-master .container:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  background: #DCDCDC;
  width: calc(100% + 15px);
  height: 100%;
}

.navigation-master.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.navigation-master .home-container {
  height: 100%;
}

.navigation-master .row {
  align-items: center;
  height: 100%;
}

.navigation-accordion {
  width: 100%;
  height: calc(100vh - 60px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .7s 0s, visibility 0s .7s;
  -moz-transition: opacity .7s 0s, visibility 0s .7s;
  transition: opacity .7s 0s, visibility 0s .7s;
}

.navigation-master.is-active .navigation-accordion {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .9s 0s, visibility 0s 0s;
  -moz-transition: opacity .9s 0s, visibility 0s 0s;
  transition: opacity .9s 0s, visibility 0s 0s;
}

.navigation-accordion>ul>li .nav-sign:before {
  content: "+";
  display: inline-block;
  margin-top: 25px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.navigation-accordion>ul>li.navigation-panel.is-open .nav-sign:before {
  content: "-";
}

.navigation-accordion>ul {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.navigation-accordion>ul>li {
  position: relative;
  height: 100%;
  transition: all .5s ease;
  background: #DCDCDC;
  box-shadow: -5px 3px 15px -8px rgba(0, 0, 0, 0.35);
}

.navigation-accordion>ul>li .navigation-panel-inner {
  overflow: hidden;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}

.navigation-accordion>ul>li .navigation-panel-inner .navigation-title {
  width: 130px;
  height: 100%;
  position: relative;
  cursor: pointer;
  padding: 70px 35px;
}

.navigation-accordion>ul>li .navigation-panel-inner .navigation-title>a {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 1;
  text-transform: uppercase;
  color: #120963;
  position: absolute;
  writing-mode: vertical-lr;
  left: 50%;
  transform: translate(-50%);
}

.navigation-accordion>ul>li.is-open {
  flex-grow: 1;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

.navigation-accordion>ul>li:not(.is-open) {
  width: 130px;
}

.navigation-immerul {
  position: absolute;
  left: 130px;
  top: 0;
  height: 100%;
  min-width: 700px;
  width: calc(100% - 130px);
  padding: 70px 60px;
  /* overflow-y: auto; */
}

.navigation-immerul ul {
  margin-left: 60px;
  padding-left: 70px;
  -webkit-transition: padding-left 0.3s ease;
  -moz-transition: padding-left 0.3s ease;
  -o-transition: padding-left 0.3s ease;
  transition: padding-left 0.3s ease;
}

.navigation-immerul ul li {
  display: block;
  margin-bottom: 20px;
}

.navigation-immerul ul li a {
  font-size: 23px;
  line-height: 179%;
  color: #000000;
}

.navigation-immerul ul li:hover a {
  color: #120963;
  font-weight: 700;
}

.navigation-panel.is-open .navigation-immerul ul {
  padding-left: 0px;
}

.navigation-master.navigation-fixed {
  background: #DCDCDC !important;
}

.navigation-master.navigation-fixed:before {
  display: none;
}

.navigation-master .quik-enro-book-div {
  z-index: 5;
}

.tablet-quiklinks-wrap,
.tablet-navmenu-wrap {
  display: none;
}

.nav-master-open .headeright-menu {
  width: 100%;
}

.nav-master-open .menuicon-div {
  /* width: calc(100% - 306px); */
  width: calc(100% - 390px);
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.nav-master-open .menuicon-div .menudefult-img {
  display: none;
}

.nav-master-open .menuicon-div .menuopen-img {
  display: inline-block;
}

.nav-master-open .search-portal-call {
  padding: 0px 40px 0px 100px;
}


/* Menu topbar css End */


/* Home Logo and quicklink css */

.mobile-menuicon-div {
  display: none;
}

.home-logodiv {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
  width: 335px;
  filter: drop-shadow(4px 0px 12px rgba(0, 0, 0, 0.5));
}

.home-logodiv:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  /* background: url(../images/homeslider-logobg.svg) no-repeat; */
  background: #120963;
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  height: 100%;
  width: 100%;
  opacity: 0.85;
}
.home-logodiv img{width:120px;}
.home-logodiv .homelogo-bg {
  display: none;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../images/homeslider-logobg.svg) no-repeat;
  height: 100%;
  width: 100%;
  opacity: 0.9;
}

.home-logodiv .logo-link {
  position: absolute;
  top: 50px;
  left: 60px;
  z-index: 2;
}

.home-bottomaspring {
  position: absolute;
  bottom: -154px;
  left: -135px;
}

.home-bottomaspring img {
  height: 600px;
  width: 600px;
}

.quik-enro-book-div {
  position: absolute;
  bottom: 0;
  right: -15px;
  z-index: 1;
}

.quik-enro-book-div ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.quik-enro-book-div ul li {
  display: block;
  float: left;
  min-height: 86px;
}

.qeb-cornerdiv {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: #120963;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  padding: 18px 40px;
  transform: skew(20deg);
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.booktour-li .qeb-cornerdiv svg,
.enrolment-li .qeb-cornerdiv svg{
  fill: #ffffff;
  height: 29px;
  width: 29px;
}
.quik-enro-book-div .qeb-cornerdiv {
  height: 86px;
}

.qeb-cornerdiv img,
.qeb-cornerdiv svg {
  display: inline-block;
  transform: skew(-20deg);
  vertical-align: middle;
}

.quicklinks-li .qeb-cornerdiv svg {
  position: relative;
  top: 2px;
}

.enrolment-li.hide-span .qeb-cornerdiv span {
  display: none;
}

.booktour-li.hide-span .qeb-cornerdiv span {
  display: none;
}
.qeb-cornerdiv span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  /*display: none;*/
  vertical-align: middle;
  transform: skew(-20deg);
  margin-left: 8px;
  position: relative;
  top: 3px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.booktour-li:hover span,
.qeb-cornerdiv:hover span {
  display: block;
}

.quicklinks-li a {
  float: left;
  display: block;
  height: 100%;
}

.quicklinks-li .qeb-cornerdiv {
  background: #A42211;
}

.quicklinks-li .qeb-cornerdiv span {
  display: inline-block;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.quicklinks-li .quiklink-close-icon {
  display: none;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.quicklinks-li.active .quiklink-close-icon {
  display: block;
}

.quicklinks-li.active .quiklink-open-icon {
  display: none;
  -moz-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.quicklinks-li.active .qeb-cornerdiv span {
  display: none;
}

.quicklinks-innermenu {
  display: none;
  height: 86px;
}

.quicklinks-innermenu>ul {
  background: #A42211;
}

.quicklinks-innermenu ul li {
  float: left;
  display: block;
  background: #A42211;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  transform: skew(20deg);
  min-width: 230px;
  text-align: center;
}

.quicklinks-innermenu ul li a {
  width: 100%;
  text-align: center;
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 50px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 18px 40px;
  transform: skew(-20deg);
}

.quicklinks-innermenu ul li a span {
  position: relative;
  top: 3px;
  margin-left: 8px;
}

.quicklinks-innermenu ul li a img {
  display: inline-block;
}
.quicklinks-innermenu ul li a svg {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  fill: #ffffff;
}
.quicklinks-innermenu ul li a svg path[stroke^="#"]{
  stroke: #ffffff;
}

.homemouse-icondiv {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  margin-left: -12px;
  text-align: center;
}

.homemouse-icondiv .mousey {
  width: 3px;
  padding: 0px 8px;
  height: 31px;
  border: 2px solid #120963;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}

.mousey-scroller {
  width: 3px;
  height: 8px;
  border-radius: 25%;
  background-color: #120963;
  animation-name: mscroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15, .41, .69, .94);
  animation-iteration-count: infinite;
}

.homemouse-icondiv svg {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}


/* Home Logo and quicklink css End */


/* Home page Slider section */

.homeslider:after,
.homeslider-carousel:after {
  content: "";
  position: absolute;
  right: -60px;
  height: 105vh;
  top: -15px;
  width: 180px;
  background: linear-gradient(180deg, #0C113D 0%, #A42211 100%);
  opacity: 0.6;
  transform: rotate(-6deg);
}
.homeslide-div {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.video-background-controls {
  display: none;
}

.homeslide-div iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homeslider-carousel .slider-content {
  position: absolute;
  z-index: 1;
  bottom: 20%;
  width: 100%;
  left: 0;
}

.homeslider-carousel .slider-content .slider-title {
  color: #fff;
  text-align: center;
  max-width: 790px;
  margin: 0 auto;
}

.homepage-slidwrap .carousel-inner .carousel-item.has-heading:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.66%, rgba(0, 0, 0, 0.8) 91.4%), linear-gradient(52.37deg, rgba(18, 9, 99, 0.6) 15.84%, rgba(18, 9, 99, 0) 27.31%);
}


/* Home page Slider section End */


/* faith courage compassion Section css */

.faith-courage-compassion {
  background: #DCDCDC;
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.faith-courage-compassion .col-lg-4 {
  order: 2;
}

.faicoucom-wrap {
  max-width: 846px;
  margin: 0 auto;
}

.faicoucom-box {
  width: 33.33333333%;
  position: relative;
  cursor: pointer;
  box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.5);
  float: left;
  height: 75vh;
}

.faicoucom-box.faith-div {
  background: linear-gradient(180deg, #A42211 0%, #0C113D 100%);
  z-index: 2;
}

.faicoucom-box.courage-div {
  background: linear-gradient(180deg, #A42211 0%, #EFC34F 100%);
  z-index: 1;
}

.faicoucom-box.compassion-div {
  background: linear-gradient(180deg, #120963 0%, #0C113D 47.8%);
}

.faicoucom-title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 187%;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(-90deg);
  position: absolute;
  right: 78%;
  top: -25px;
  transform-origin: right;
}

.faicoucom-img {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}

.faicoucom-content {
  float: right;
  margin-top: 10%;
}

.faicoucom-contitle {
  color: #120963;
  margin-bottom: 30px;
}

.faicoucom-content h5 {
  color: #120963;
  max-width: 424px;
}

.faicoucom-content .intro-para p{
  font-family: 'Montserrat', sans-serif;
  font-size: 18.75px;
  line-height: 139%;
}
.faicoucom-content .intro-para,.faicoucom-content .intro-para p{
  color: #120963;
  max-width: 424px;
}
.faicoucom-btm-aspring {
  position: absolute;
  bottom: -35px;
  right: 15px;
}

.faicoucom-popup {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 60px;
  height: 100vh;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.faith-pop {
  background: linear-gradient(180deg, #0C113D 0%, #A42211 100%);
}

.courage-pop {
  background: linear-gradient(180deg, #EFC34F 0%, #A42211 100%);
}

.compassion-pop {
  background: linear-gradient(180deg, #0C113D 0%, #120963 47.8%);
}

.faicoucom-popup .home-container {
  height: 100%;
}

.faicoucom-popup .row {
  align-items: center;
  height: 100%;
}

.faicoucom-accordion {
  width: 100%;
  height: 75vh;
}

.faicoucom-accordion ul {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
}

.faicoucom-accordion ul li {
  position: relative;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .5s ease;
  box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.5);
}

.faicoucom-accordion ul li:first-child {
  z-index: 3;
}

.faicoucom-accordion ul li:nth-child(2) {
  z-index: 2;
}

.faicoucom-accordion ul li:last-child {
  z-index: 1;
}

.faicoucom-accordion ul li .panel-inner {
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  display: inline-block;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}

.faicoucom-accordion ul li .panel-inner .title {
  background: linear-gradient(180deg, #A42211 0%, #0C113D 100%);
  color: #fff;
  width: 130px;
  height: 100%;
  position: relative;
  cursor: pointer;
  padding: 35px;
}

.faicoucom-accordion ul li.courage-actab .panel-inner .title {
  background: linear-gradient(180deg, #A42211 0%, #EFC34F 100%);
}

.faicoucom-accordion ul li.compassion-actab .panel-inner .title {
  background: linear-gradient(180deg, #120963 0%, #0C113D 47.8%);
}

.faicoucom-accordion ul li .panel-inner .title__text {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 187%;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(-90deg);
  position: absolute;
  top: 65px;
  left: -50%;
  margin: 0 0 0 40px;
}

.faicoucom-accordion ul li.actab-1 .panel-inner .title__text {
  top: 126px;
  margin: 0 0 0 -19px;
}

.faicoucom-accordion ul li.actab-2 .panel-inner .title__text {
  top: 181px;
  margin: 0 0 0 -76px;
}

.faicoucom-accordion ul li.is-open {
  flex-grow: 1;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease;
}

.faicoucom-accordion ul li:not(.is-open) {
  width: 130px;
}

.faicoucom-accordion ul li.is-open .panel-inner .title {
  background: transparent;
}

.faicoucom-accordion ul li.faicoucom-panel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.92;
  height: 100%;
  width: 100%;
}

.faicoucom-accordion ul li.faith-actab:before {
  background: linear-gradient(180deg, #A42211 0%, #0C113D 100%);
}

.faicoucom-accordion ul li.courage-actab:before {
  background: linear-gradient(180deg, #A42211 0%, #EFC34F 100%);
}

.faicoucom-accordion ul li.compassion-actab:before {
  background: linear-gradient(180deg, #120963 0%, #0C113D 47.8%);
}

.faicoucom-popup-content {
  position: absolute;
  height: 100%;
  visibility: hidden;
  -moz-transition: visibility .2s ease;
  -webkit-transition: visibility .2s ease;
  -ms-transition: visibility .2s ease;
  transition: visibility .2s ease;
  top: 0;
  left: 130px;
  width: calc(100% - 130px);
  padding: 50px 85px;
}

.faicoucom-popup-content .innercontent-pop {
  max-width: 390px;
  margin-left: 18%;
  margin-top: 35px;
  min-height: 220px;
  padding-left: 20px;
  border-left: 1px solid #FFFFFF;
}

.faicoucom-popup-content .innercontent-pop p {
  font-weight: 300;
  font-size: 22px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 0px;
}

.faicoucom-accordion ul li.is-open .faicoucom-popup-content {
  visibility: visible;
}

.faith-popupimg {
  position: absolute;
  right: 85px;
  bottom: 35px;
  max-width: 350px;
  width: 100%;
}

.courage-popupimg {
  position: absolute;
  right: 85px;
  bottom: 35px;
  max-width: 172px;
  width: 100%;
}

.compassion-popupimg {
  position: absolute;
  right: 85px;
  bottom: 35px;
  max-width: 560px;
  width: 100%;
}

.faicoucom-close-icon {
  position: absolute;
  right: 20px;
  top: 35px;
}

.faicoucom-close-icon svg {
  transition: transform .2s ease;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.faicoucom-close-icon:hover svg {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.faicoucom-popup.is-visible {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.compassion-tabtm-img,
.courage-tabtm-img,
.faith-tabtm-img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.mobtbl-topimg-faith,
.mobtbl-topimg-courage,
.mobtbl-topimg-compassion {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.mobtbl-topimgcontent {
  display: none;
}


/* faith courage compassion Section css End */


/* featured news Section Css */

.featured-news-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}

.featured-news-title {
  /* width: 20%; float: left; */
  height: 100%;
  position: relative;
  background: linear-gradient(180deg, #120963 0%, #0C113D 47.8%);
}

.featured-news-title .defult-btn {
  position: absolute;
  bottom: 75px;
  left: 50%;
  margin-left: -78px;
}

.featured-news-slider {
  /* float: left; */
  width: 100%;
}

.featured-news-slider .slick-list,
.featured-news-slider .slick-track,
.featured-news-slider .featured-boxdiv,
.featured-news-slider .owl-stage-outer,
.featured-news-slider .owl-stage,
.featured-news-slider .owl-item {
  /* height: 100%; */
  height: 100vh;
}

.featured-news-title .title-div {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 187%;
  text-transform: uppercase;
  color: #FFFFFF;
  transform: rotate(-90deg);
  position: absolute;
  top: 310px;
  left: 50%;
  margin-left: -259px;
  width: 135%;
}

.featured-news-list {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.featured-news-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(359.3deg, rgba(18, 9, 99, 0.87) 11.6%, rgba(18, 9, 99, 0.58) 79.37%), linear-gradient(269.6deg, #000000 0.89%, rgba(0, 0, 0, 0) 36.77%);
}

.featured-date {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  width: 100%;
  padding: 0 15px;
  top: 80px;
}

.featured-content {
  position: absolute;
  text-align: center;
  bottom: 75px;
  width: 100%;
  padding: 0 29px;
}

.featured-content .featured-title,
.featured-content h5 {
  color: #fff;
  margin-bottom: 45px;
  text-align: left;
}

.featured-content h5 {
  line-height: 26px;
  height: 130px;
  overflow: hidden;
}

.featured-content .introduction,.featured-content .introduction p{
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  text-align: left;
  line-height: 26px;
  height: 130px;
  overflow: hidden;
  font-size: 18.75px;
}

.featured-content .introduction p{
  margin-bottom: 45px;
}

.featured-slider-arrow {
  display: none;
}

.featured-news-slider .featured-boxdiv {
  overflow: hidden;
  position: relative;
}

.featured-news-slider .featured-boxdiv:hover .featured-news-list {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}


/* featured news Section Css End */


/* footer Section CSS */

.footer-section {
  background: #DCDCDC;
  padding-top: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: calc(100vh - 125px);
}

.footer-innerwrap {
  height: 68vh;
}

.footer-logodiv {
  float: left;
  width: 270px;
  height:20px;
}

.footer-info {
  float: left;
  width: calc(100% - 270px);
  position: relative;
  padding-top:50px;
}

.footer-detail {
  margin-top: 60px;
}

.footer-detail li {
  margin-bottom: 25px;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  position: relative;
  padding-left: 32px;
}

.footer-detail li a {
  color: #000;
}

.footer-scoial {
  margin-top: 60px;
}

.footer-scoial a {
  display: inline-block;
  margin-right: 20px;
}

.footer-scoial a:last-child {
  margin-right: 0px;
}

.footer-content {
  margin-top: 70px;
  max-width: 607px;
} 

.footer-content p {
  color: #000;
}

.footer-content p:last-child {
  margin-bottom: 0;
}

.footer-detail li.f-location:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/location-footicon.svg) no-repeat;
  width: 17px;
  height: 27px;
}

.footer-detail li.f-post:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/post-box-icon.svg) no-repeat;
  width: 17px;
  height: 23px;
}

.footer-detail li.f-call:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/phone-footicon.svg) no-repeat;
  width: 15px;
  height: 25px;
}

.footer-detail li.f-email:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/plane-icon.svg) no-repeat;
  width: 22px;
  height: 22px;
}

.footer-detail li.f-call svg,
.footer-detail li.f-email svg {
  display: none;
}

.footer-btm-aspring {
  position: absolute;
  /*bottom: -65px;*/
  bottom:55px;
  right: 15px;
}

.footer-btm-aspring img {
  width: 665px;
  max-width: 100%;
}

.footer-bottom-blue {
  background: linear-gradient(259.11deg, #0C113D 35.44%, #120963 57.44%);
  padding: 30px 0;
}

.copyright-text {
  float: left;
  width: 75%;
}

.copyright-text p,
.author-site p {
  color: #fff;
}

.copyright-text p:last-child,
.author-site p:last-child {
  margin-bottom: 0px;
}

.copyright-text p a,
.author-site p a {
  color: #fff;
}

.author-site {
  float: right;
  width: 25%;
  text-align: right;
}

.footer-bottom-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.foot-btm-spac {
  width: 270px;
}

.foot-btm-rightdiv {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: calc(100% - 270px);
}

.footer-mobilelogodiv {
  display: none;
}


/* footer Section CSS End */


/* Genaral Page CSS */

.innerpage-container {
  max-width: 880px;
}

.inner-pagetitle-slider .homeslider-carousel:after {
  display: none;
}

.breadcrums-pagetitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}

.innerpage-tilediv {
  background: #D51900;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.25);
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: -35px;
  transform: skew(25deg);
  max-width: calc(50% + 50px);
}

.innerpage-tilediv .title-text {
  color: #fff;
  margin: 0;
  padding: 45px 100px;
  transform: skew(-25deg);
}

.breadcrum-div {
  background: #e9ecef;
  overflow: hidden;
}

.breadcrum-div li {
  font-size: 18.75px;
  line-height: 26px;
  color: #120963;
}

.breadcrum-div li a {
  color: #120963;
}

.breadcrum-div .breadcrumb-item.active {
  color: #120963;
}

.breadcrum-div .breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  color: #120963;
}

.breadcrum-div .breadcrumb {
  justify-content: flex-end;
  margin: 0;
  border-radius: 0;
  padding: 37px 100px;
  max-width: 49%;
  float: right;
}

.innercontent-wrapper {}

.oursite-sinto {
  padding: 110px 0;
  background: linear-gradient(100.37deg, #120963 0.17%, #0C113D 99.86%);
}

.oursite-sinto h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.oursite-sinto .page-introduction,.oursite-sinto .page-introduction p{
  font-family: 'Montserrat', sans-serif;
  font-size: 29.3px;
  line-height: 143%;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.comman-detaildiv {
  padding: 55px 0;
}

.pt_top_70 {
  padding-top: 75px;
}

.comman-detaildiv p {
  color: #000;
  margin-bottom: 1.5rem;
}

.comman-detaildiv h1 {
  color: #120963;
  margin-bottom: 3rem;
  clear: both;
}

.comman-detaildiv h2 {
  margin-top: 2.2rem;
}

.comman-detaildiv h2,
.comman-detaildiv h3 {
  color: #120963;
  margin-bottom: 1.5rem;
}

.comman-detaildiv h4 {
  color: #D41900;
  margin-bottom: 1rem;
}

.comman-detaildiv ul,
.comman-detaildiv ol {
  margin-bottom: 1.5rem;
  padding-left: 30px;
}

.comman-detaildiv ul li,
.comman-detaildiv ol li {
  color: #000;
  position: relative;
  margin-bottom: 12px;
  padding-left: 35px;
  font-size: 15px;
  line-height: 173%;
  font-weight: 400;
}

.comman-detaildiv ul li:before{
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  border: 2px solid #000;
  border-radius: 1px;
  transform: rotate(45deg);
  height: 7px;
  width: 7px;
}

.mission-vision-div {
  background: #DCDCDC;
}

.mission-vision-div .comman-detaildiv h1 {
  color: #120963;
  margin-bottom: 2rem;
}

.comman-detaildiv .table,
.collapsible-accordion .table {
  margin-bottom: 4.5rem;
}

.comman-detaildiv .table thead tr th,
.collapsible-accordion .table tfoot tr th, 
.collapsible-accordion .table thead tr th {
  padding: 15px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  color: #120963;
  border-bottom: 1px solid #120963;
  border-top: none;
}

.comman-detaildiv .table tbody tr td,
.collapsible-accordion .table tbody tr td {
  padding: 15px 0;
  font-size: 15px;
  color: #000;
  border-color: #120963;
  border-top: none;
  border-bottom: 1px solid #120963;
}

.file-dwonload-a {
  white-space: inherit;
  display: block;
  padding: 0px;
  padding-left: 13px;
  border: none;
  text-align: left;
  background-color: transparent;
  border-radius: 0px;
  text-transform: inherit;
  text-shadow: none;
  box-shadow: none;
}

.file-dwonload-a.btn:not(:disabled):not(.disabled) {
  cursor: inherit;
}

.file-dwonload-a a {
  display: inline-block;
  margin-bottom: 2.5rem;
  font-size: 18.75px;
  color: #1f0a4e;
  line-height: 26px;
  width: 100%;
  max-width: 600px;
  font-weight: 600;
  font-style: italic;
  padding: 27px 20px 27px 150px;
  position: relative;
  background: #C4C4C4;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.file-dwonload-a a:before {
  content: "";
  background: url(../images/download-icon.svg) no-repeat center;
  height: 80px;
  width: 120px;
  display: inline-block;
  background-size: 42px;
  position: absolute;
  top: 0;
  left: -7px;
  z-index: 1;
}

.file-dwonload-a a:after {
  content: "";
  background: #DCDCDC;
  height: 80px;
  width: 120px;
  display: inline-block;
  background-size: 42px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: -7px;
  transform: skew(10deg);
}

.comman-detaildiv .invalid-feedback{
  padding-left: 0;
}
.comman-detaildiv ul.invalid-feedback li:before{
  border-color: #dc3545;
}
.comman-detaildiv ul.invalid-feedback li{
  padding-left: 20px;
  color: #dc3545;
}

.file-dwonload-a a:hover {
  background: #DCDCDC;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.file-dwonload-a a:hover:after {
  box-shadow: none;
}

.image-captiondiv {
  width: 100%;
  max-width: 850px;
  margin-bottom: 1.5rem;
}

.image-captiondiv.rightalign {
  float: right;
  margin-left: 3.5rem;
}

.image-captiondiv.leftalign {
  float: left;
  margin-right: 3.5rem;
}

.image-captiondiv figure {
  position: relative;
  padding-bottom: 56.25%;
  height: auto;
  max-width: 850px;
}

.image-captiondiv figure img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-captiondiv h6 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  text-align: right;
  margin: 0;
  color: #120963;
}

.feature-event-div {
  padding: 90px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #120963;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.5%;
  flex: 0 0 54.5%;
  max-width: 54.5%;
}

.feature-event-div.darkblue-bg {
  -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  margin-right: -4.5%;
}

.feature-event-div.lightblue-bg {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 15% 100%);
  margin-left: -4.5%
}

.darkblue-bg:before,
.lightblue-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(116.21deg, rgba(18, 9, 99, 0.5) 0%, rgba(12, 17, 61, 0.5) 100%);
}

.darkblue-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #120963 0%, #0C113D 50.83%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.lightblue-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(116.21deg, #120963 48.21%, #0C113D 100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

.feature-event-content {
  max-width: 470px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-right: 5%;
}

.feature-event-div.lightblue-bg .feature-event-content {
  padding-left: 5%;
  padding-right: 0;
}

.feature-event-content .read-next-p {
  margin-bottom: 0;
  color: #fff;
}

.feature-event-content .read-next-p a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-event-content h2 {
  margin: 6rem 0 4rem;
  color: #fff;
  line-height: 52px;
  min-height: 104px;
}

.feature-event-div:hover:after {
  opacity: 0;
}

.testimonial-module {
  /* background: rgba(255, 255, 255, 0.75); */
  background: url(../images/testimonial-bg.jpg) no-repeat;
  background-size: cover;
  padding: 160px 0 120px;
  position: relative;
}

.testimonial-module:before {
  height: 80px;
  background: #120963;
  content: "";
  width: 1px;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -1px;
}

.testimonial-slider {
  padding: 90px 0;
}

.testimonial-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: url(../images/quote-right.svg) no-repeat;
  height: 35px;
  width: 44px;
  margin-left: -22px;
}

.testimonial-slider:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url(../images/quote-left.svg) no-repeat;
  height: 35px;
  width: 44px;
  margin-left: -22px;
}

.testimonial-slide h3 {
  color: #120963;
  text-align: center;
  margin-bottom: 40px;
}

.testimonial-slide .quote,.testimonial-slide .quote p{
  color: #120963;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Montserrat', sans-serif;
  font-size: 29.3px;
  line-height: 143%;
}
.testimonial-slide .author-name {
  color: #120963;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase;
}

.imagetext-module-section {
  background: linear-gradient(180deg, #0C113D 0%, #A42211 100%);
}

.imagetext-title-div {
  padding: 130px 30px;
  width: 50%;
  float: left;
}

.imagetext-innerdiv {
  max-width: 560px;
  margin: 0 auto;
}

.imagetext-title-div h2 {
  color: #fff;
  margin-bottom: 15px;
}

.imagetext-title-div h2 a {
  color: #fff;
}

.imagetext-title-div h3 {
  color: #fff;
  margin-bottom: 20px;
}

.imagetext-title-div p {
  color: #fff;
  font-weight: 500;
}

.imagetextimg-div {
  width: 50%;
  float: left;
  padding: 0;
  min-height: 737px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.imagetext-title-div .defult-btn {
  margin-top: 25px;
}

.imagetext-module-section.rightside {
  background: linear-gradient(180deg, #0C113D 0%, #120963 47.8%);
}
.imagetext-module-section.blue-color {
  background: linear-gradient(180deg, #0C113D 0%, #120963 47.8%);
}
.imagetext-module-section.rightside .imagetextimg-div {
  float: right;
}

.imagetext-module-section.right-side .imagetextimg-div {
  float: right;
}

.highlightbar-module {
  background: linear-gradient(96.51deg, #120963 0.17%, #0C113D 99.86%);
  padding: 120px 0;
  text-align: center;
}

.highlightbar-module .innersection-tile {
  margin-bottom: 2rem;
  color: #fff;
}

.highlightbar-module h3 {
  margin-bottom: 15px;
  color: #fff;
}
.highlightbar-module .highlight-para,.highlightbar-module .highlight-para p{
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 29.3px;
  line-height: 143%;
}
.highlightbar-module .opening-introduction,.highlightbar-module .opening-introduction p{
  margin-bottom: 15px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 29.3px;
  line-height: 143%;
}
.highlightbar-module .defult-btn {
  margin-top: 2rem;
}

.imagesquare-module-section {
  position: relative;
  margin-bottom: 5rem;
  background: rgba(220, 220, 220, 0.5);
}

.imagesquare-col {
  padding: 0;
  overflow: hidden;
}

.imagesquare-box {
  padding-bottom: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.imagesquare-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(135deg, rgba(12, 17, 61, 0.5) 0%, rgba(18, 9, 99, 0.5) 52.08%);
}

.imagesquare-col .innersection-tile {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 15px;
}

.imagesquare-link {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 90px;
  overflow: hidden;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.imagesquare-link a,
.imagesquare-link span {
  background: #D51900;
  display: block;
  font-weight: 700;
  font-size: 0px;
  line-height: 90px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: right;
  padding: 0 66px 0 18px;
  transition: all 0.5s;
}

.imagesquare-link a svg,
.imagesquare-link span svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  right: 15px;
}

.imagesquare-col:hover .imagesquare-link {
  width: 100%;
}

.imagesquare-col:hover .imagesquare-link a, 
.imagesquare-col:hover .imagesquare-link span {
  font-size: 15px;
}

.imagesquare-col:hover .imagesquare-box {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.gallery-module {
  margin-bottom: 5rem;
}

.photogallery {
  max-width: 1430px;
  margin: 0 auto;
}

.photogallery .slick-slide:focus {
  outline: 0;
}

.photogallery figure {
  margin-bottom: 0px;
}

.photogallery figcaption {
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 15px;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0.05em;
  color: #120963;
}
.photogallery figure .img{
  max-height: 800px;
  width: 100%;
  background-size: cover;
  height: 64vw;
}
.photogallery figure img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.photogallery-thumbnails {
  width: 50%;
  margin-left: -15px;
  margin-top: -80px;
}

.photogallery-thumbnails .slick-slide {
  background: #fff;
}

.photogallery-thumbnails .slick-slide img {
  max-width: 100%;
  height: 126px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.photogallery-thumbnails .slick-slide.slick-active.slick-center img {
  opacity: 0.5;
}

.photogallery-thumbnails .slick-arrow,
.photogallery .slick-arrow {
  position: absolute;
  bottom: -46px;
  left: calc(50% - 15px);
  font-size: 0;
  background-color: #DCDCDC;
  border: none;
  width: 52px;
  height: 83px;
  cursor: pointer;
  z-index: 1;
}

.photogallery-thumbnails .slick-prev,
.photogallery .slick-prev {
  background-image: url(../images/gallery-arrow-left.svg);
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}

.photogallery-thumbnails .slick-next,
.photogallery .slick-next {
  left: calc(50% + 37px);
  background-image: url(../images/gallery-arrow-right.svg);
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
}

.photogallery .slider__counter {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  position: absolute;
  bottom: 40px;
  font-size: 24px;
  line-height: 50px;
  right: 10px;
  color: #fff;
}

.photogallery .slider__counter span {
  font-size: 40px;
}

.collapsible-accordion {
  position: relative;
}

.coll-accordion-box .accordion-bg img{
  width: 100%;
}
.coll-accordion-box .accordion-bg .gradient{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background-image: linear-gradient(transparent,transparent,transparent, #120963);

}
.coll-accordion-box .accordion-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.coll-accordion-box {
  position: relative;
  width: 100%;
  height: auto;
  background-size: inherit;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #120963;
  overflow: hidden;
}

.coll-accordion-box.active {
  background-size: contain;
  background-position: top center;
}

.coll-accordion-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(359.97deg, rgba(18, 9, 99, 0.87) 11.6%, rgba(18, 9, 99, 0.58) 79.37%), linear-gradient(260.72deg, #000000 0.89%, rgba(0, 0, 0, 0) 36.77%);
  transition: all 0.2s ease;
}

.coll-accordion-box.getHeight:before {
  background: linear-gradient(1.31deg, rgba(18, 9, 99, 0.87) 12.19%, rgba(18, 9, 99, 0.58) 80.26%), linear-gradient(270.33deg, #000000 0.35%, rgba(0, 0, 0, 0) 36.74%), linear-gradient(180.49deg, rgba(18, 9, 99, 0.42) 0.36%, #120963 99.63%);
}

.coll-accordion-box>a {
  font-weight: 700;
  font-size: 36.62px;
  line-height: 52px;
  color: #FFFFFF;
  display: block;
  padding: 85px 20px 85px 385px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.coll-accordion-box .content {
  position: relative;
  display: none;
  margin-left: 385px;
  max-width: 1010px;
  padding-right: 20px;
  padding-bottom: 70px;
}

.accordion-sign {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 222px;
  background: #120963;
  /* background: linear-gradient(180deg, #0C113D 0%, #120963 47.8%); */
  color: #fff;
}

.accordion-sign:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient( rgba(12, 17, 61, 0.5) 0%, #120963 47.8%);
}

.accordion-sign:after {
  content: "";
  height: 15px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -12px;
  background: url(../images/accordion-expansign.png) no-repeat;
  background-position: bottom;
}

.coll-accordion-box.getHeight .accordion-sign {
  background: #0C113D;
}

.coll-accordion-box.getHeight .accordion-sign:after {
  background-position: top;
}

.coll-accordion-box .content p {
  color: #fff;
  font-weight: 500;
}

.coll-accordion-box .file-dwonload-a a {
  margin: 1rem 0;
}

.collapsible-accordion .table {
  margin: 4rem 0;
}

.collapsible-accordion .table tfoot tr th ,
.collapsible-accordion .table thead tr th {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.collapsible-accordion .table tbody tr td {
  color: #fff;
  font-weight: 500;
  border-color: #fff;
  border-bottom: 1px solid #fff;
}

.collapsible-accordion .image-captiondiv h6 {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
}

.coll-accordion-box .content h4 {
  color: #fff;
  margin-bottom: 1rem;
}

.coll-accordion-box .content h1 {
  color: #fff;
  margin-bottom: 2rem;
}

.coll-accordion-box .content h2 {
  color: #fff;
  margin-bottom: 1.5rem;
}

.coll-accordion-box .content h3 {
  color: #fff;
  margin-bottom: 1.5rem;
}

.coll-accordion-box .content h5 {
  color: #fff;
  margin-bottom: 1rem;
}

.coll-accordion-box .content h6 {
  color: #fff;
  margin-bottom: 1rem;
}

.coll-accordion-box .content ul,
.coll-accordion-box .content ol {
  margin-bottom: 1.5rem;
  padding-left: 30px;
}
.coll-accordion-box .content li{
  color: #ffffff;
  position: relative;
  margin-bottom: 12px;
  padding-left: 35px;
  font-size: 15px;
  line-height: 173%;
  font-weight: 400;
}
.coll-accordion-box .content a,.coll-accordion-box .content figcaption{
  color: #ffffff;
}
.coll-accordion-box .content ul li::before{
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  border: 2px solid #ffffff;
  border-radius: 1px;
  transform: rotate(45deg);
  height: 7px;
  width: 7px;
}

.collapsible-accordion .imagetext-title-div {
  padding: 60px 30px;
}


/* Genaral Page CSS End */


/* Newsletter Page Css */

.newsletter-wrapper {
  padding: 0;
}

.newsletter-part-title {
  margin-bottom: 3rem;
}

.newsletter-part-title h1 {
  color: #120963;
  text-transform: uppercase;
  margin-bottom: 0;
}

.newsletter-part-title h1 small {
  font-size: 44%;
  display: block;
  color: #000;
}

.from-the-principal {
  border: none;
  position: relative;
  margin: 0 0px 60px 50px;
  padding: 60px 0 85px 400px;
}

.from-the-principal:before {
  position: absolute;
  border: 10px #FFE600 solid;
  width: 95%;
  left: 0;
  top: 0;
  height: 95%;
  z-index: 2;
  pointer-events: none;
  content: '';
}

.from-the-principal .g-box {
  background-color: #fff;
  padding: 60px 62px 60px 165px;
}

.from-the-principal .innersection-tile {
  text-transform: uppercase;
  color: #120963;
  margin-bottom: 3rem;
}

.from-the-principal .g-block {
  padding-left: 80px;
  font-size: 14px;
  line-height: 24px;
  max-width: 70%;
}

.from-the-principal .g-block h2 {
  color: #120963;
  margin-bottom: 1.5rem;
  font-size: 30px;
  text-transform: uppercase;
}

.from-the-principal .g-block p {
  color: #000;
  margin-bottom: 1.5rem;
}

.from-the-principal .g-block .right-btn {
  margin-top: 15px;
  display: inline-block;
}

.from-the-principal .g-block .right-btn img {
  height: 40px;
}

.from-the-principal .g-image {
  position: absolute;
  right: auto;
  left: -50px;
  bottom: auto;
  top: 125px;
  width: 570px;
}

.from-the-principal .g-image>div {
  padding-bottom: 85%;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.principal-box {
  margin-top: 40px;
}

.principal-box .col-md-4 {
  margin-bottom: 40px;
}

.principal-block {
  height: 100%;
  background-color: #fff;
  color: #000;
}

.principal-block.yellow-bg {
  background-color: #FFE600;
}

.principal-block.blue-bg {
  background-color: #120963;
}

.principal-block.offlight-bg {
  background-color: #EFC34F;
}

.principal-block .p-image {
  margin-bottom: 10px;
}

.principal-block .p-image .image-box {
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.principal-block .p-desc {
  padding: 30px;
}

.principal-block .p-desc h4 {
  line-height: 28px;
  font-weight: 600;
  color: #120963;
  text-transform: uppercase;
  min-height: 56px;
  margin-bottom: 25px;
}

.principal-block .p-desc p {
  color: #000;
}

.principal-block.blue-bg .p-desc h4,
.principal-block.blue-bg .p-desc p {
  color: #fff;
}

.principal-block.blue-bg .right-btn svg path {
  stroke: #fff;
}

.principal-block .right-btn {
  margin-top: 20px;
  display: inline-block;
}

.news-grid-module {
  margin: 0;
}

.news-grid-item {
  float: left;
}

.news-grid-sizer,
.news-grid-item {
  width: 25%;
  position: relative;
  padding: 0px;
}

.news-grid-item.news-half {
  width: 50%;
}

.news-boxdiv .bg-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(1.26deg, rgba(18, 9, 99, 0.87) 12.12%, rgba(18, 9, 99, 0.06) 54.06%), linear-gradient(269.08deg, #000000 0.89%, rgba(0, 0, 0, 0) 36.77%);
}

.news-grid-item.blue-bg .news-boxdiv:before {
  display: none;
}

.news-boxdiv {
  height: 580px;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #120963;
}

.news-boxdiv .bg-overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.news-boxdiv:hover .bg-overlay {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.news-grid-item.col2-height .news-boxdiv {
  height: 1160px;
}

.news-title-div {
  font-size: 48px;
  line-height: 61px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.news-content {
  position: absolute;
  bottom: 70px;
  left: 0px;
  width: 100%;
  max-width: 830px;
  padding: 0 50px;
}


/* Newsletter Page Css End */


/* Calender Page CSS */

.calendar-wrapper {
  padding: 0;
  position: relative;
}

.calender-list-wrap {
  order: 2;
}

.calendar-div {
  height: 100%;
  margin: 0 auto;
}

.custom-calendar-wrap {
  position: relative;
  height: 100%;
}

.fc-calendar-container {
  width: 75%;
  margin: 0 auto;
  height: auto;
}

.fc-calendar {
  border-top: none;
}

.fc-calendar .fc-row>div {
  border-right: none;
}

.fc-calendar .fc-row {
  border-bottom: none;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fc-calendar .fc-body {
  border: none;
}

.fc-calendar .fc-head {
  height: auto;
  background: transparent;
}

.fc-calendar .fc-head>div {
  border: 1px solid transparent;
  padding: 4px;
  padding-bottom: 13%;
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  width: calc(100%/7);
  text-align: center;
  color: #fff;
}

.fc-calendar .fc-head>div>span.fc-week {
  width: 30px;
  height: 30px;
  color: #9B9B9B;
  text-shadow: none;
  position: absolute;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

.fc-calendar .fc-row>div>span.fc-date {
  width: 70px;
  height: 70px;
  color: #120963;
  text-shadow: none;
  bottom: auto;
  right: auto;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 68px;
}

.fc-calendar .fc-row>div {
  cursor: pointer;
}

.fc-calendar .fc-row>div.fc-content>span.fc-date {
  background: #D51900;
  border-radius: 100%;
  color: #fff;
}

.fc-calendar .fc-row>div.fc-today {
  background: transparent;
  /* box-shadow: inset 0 0 0 1px #fff; */
}

.fc-calendar .fc-row>div.fc-today>span.fc-date {
  border: 1px solid #D51900;
}

.fc-calendar .fc-row>div {
  padding-bottom: 13%;
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  width: calc(100%/7);
}

.calendar-arrow {
  text-align: center;
  position: absolute;
  top: -35px;
  left: 0;
}

.calendar-arrow.arrow-cal-btm .prev-next-text {
  font-size: 15px;
  line-height: 26px;
  color: #000000;
  margin: 52px 0 52px 30px;
  display: inline-block;
}
.calendar-arrow.arrow-cal-btm .prev-next-text a{
  color: #000000;
}
.calendar-arrow .custom-prev {
  padding: 13px 10px;
  background-color: #DCDCDC;
  display: block;
  cursor: pointer;
  height: 130px;
  width: 52px;
  text-align: center;
  float: left;
}

.calendar-arrow .custom-next {
  padding: 13px 10px;
  text-align: center;
  display: block;
  background-color: #DCDCDC;
  cursor: pointer;
  height: 130px;
  width: 52px;
  float: left;
}

.calendar-arrow .custom-prev svg {
  margin-left: -17px;
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

.calendar-arrow .custom-next svg {
  margin-right: 10px;
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%;
}

.calendar-year {
  margin: 35px 0;
  text-align: center;
}

.custom-month,
.custom-year {
  font-size: 48px;
  line-height: 61px;
  color: #120963;
  font-weight: 700;
  text-align: center;
  display: inline-block;
}

.custom-year {
  color: #9B9B9B;
  margin-left: 8px;
}

.fc-calendar .content_wrap {
  position: absolute;
  display: none;
  background: #D51900;
  padding: 5px;
  bottom: calc(100% + 5px);
  left: 50%;
  min-width: 180px;
  margin-left: -90px;
  border-radius: 5px;
}

.fc-calendar .content_wrap p{
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin: 0;
  text-align: center;
}
.fc-calendar .content_wrap {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  text-align: center;
}

.fc-calendar .fc-row>div.fc-content {
  overflow: inherit;
}

.fc-calendar .content_wrap:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #D51900;
}

.fc-calendar .fc-row>div.fc-content:hover .content_wrap {
  display: block;
}

.cal-box {
  margin-bottom: 60px;
}

.cal-date {
  width: 170px;
  text-align: center;
  float: left;
}

.cal-box.major-calendar .cal-date {
  background-color: #96B5CC;
}

.cal-date span {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  display: block;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.cal-date .day {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 82px;
  line-height: 82px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
}

.cal-desc {
  float: left;
  width: calc(100% - 170px);
  padding-left: 50px;
}

.cal-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #120963;
}

.date-time {
  background: url(../images/time-icon.png) no-repeat left 0px;
  padding-left: 40px;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

.cal-content {
  margin-top: 15px;
  margin-bottom: 30px;
}

.cal-content p {
  color: #000;
  margin-bottom: 0;
}

.cal-bottom .readmore {
  border: 1px #120963 solid;
  font-size: 17px;
  width: 164px;
  height: 47px;
  text-align: center;
  text-transform: uppercase;
  line-height: 44px;
  color: #120963;
}

.cal-bottom .readmore:hover {
  background-color: #120963;
  color: #fff;
}

.cal-bottom .add-calendar {
  background: url(../images/calendar-icon2.png) no-repeat 15px center;
  background-color: #120963;
  width: 262px;
  height: 47px;
  line-height: 47px;
  padding-left: 70px;
  color: #fff;
  text-transform: uppercase;
}

.cal-bottom .add-calendar:hover {
  background-color: #D51900;
}

.cal-top-box {
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
}

.cal-top-box .defult-btn {
  display: inline-grid;
  align-items: center;
  margin-right: 10px;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  min-width: inherit;
  word-break: break-word;
}

.cal-top-box .defult-btn:last-child {
  margin-right: 0px;
}

.cal-top-box .defult-btn.active {
  background-color: #D51900;
  color: #fff;
}

.calendar-wrapper .container-fluid,
.calendar-wrapper .col-md-6 {
  padding: 0;
}
.calendar-wrapper .col-md-6{
  padding-bottom: 150px;
}
.calendar-wrapper .row {
  margin: 0;
}

.event-list-col {
  order: 2;
}

.calender-event-col {
  background: url(../images/calender-bg-cal.jpg) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cal-event-list {}

.cal-event-list ul li {
  background: #120963;
  padding: 35px 65px;
  border-bottom: 3px solid #C4C4C4;
  position: relative;
}

.cal-event-list ul li:last-child {
  border-bottom: none;
}

.cal-event-list ul li:after {
  clear: both;
  content: "";
  display: table;
}

.cal-desc h2 {
  color: #fff;
  margin-bottom: 20px;
}

.cal-desc h5 {
  color: #fff;
  margin-bottom: 15px;
}

.cal-location {
  position: relative;
  padding-left: 35px;
}

.cal-location:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/map-icon.svg) no-repeat;
  width: 18px;
  height: 22px;
}

.cal-time {
  position: relative;
  padding-left: 35px;
  margin-bottom: 0;
}

.cal-time:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../images/time-icon.svg) no-repeat;
  width: 22px;
  height: 22px;
}

.extramont-year-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 50%;
}

.extramont-year-arrow .calendar-year {
  display: none;
}

.extramont-year-arrow .calendar-arrow.arrow-cal-btm {
  bottom: 0px;
  top: auto;
  position: initial;
  text-align: left;
}

.mobile-title-event {
  display: none;
}


/* Calender Page CSS End */


/* Employment Page */

.employment-wrapper {
  padding: 0;
}

.employment-wrapper .emp-container {
  max-width: 90%;
}

.employment-content {
  margin-bottom: 100px;
}

.employment-content h3 {
  color: #120963;
  font-weight: 700;
  text-transform: uppercase;
}

.employment-content p {
  font-size: 16px;
  color: #000;
}

.emp-box {
  height: 100%;
  margin-right: 5%;
  background: url(../images/testimonial-bg.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  margin-bottom: 30px;
  padding: 25px;
  position: relative;
  text-align: center;
  padding-bottom: 90px;
}

.emp-box .emp-top-text {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #120963;
  margin-bottom: 60px;
}

.emp-box .emp-title {
  text-align: center;
  padding-bottom: 150px;
  position: relative;
}

.emp-box .emp-title strong {
  font-size: 46px;
  line-height: 72px;
  color: #120963;
  display: block;
}

.emp-box .emp-title small {
  font-size: 36px;
  line-height: 48px;
  color: #120963;
  display: block;
  margin-bottom: 12px;
}

.emp-box .emp-title:after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  height: 80px;
  width: 1px;
  background: #120963;
  content: "";
}

.emp-box .close-date {
  font-size: 29px;
  line-height: 42px;
  color: #120963;
  margin-bottom: 30px;
}

.emp-box:hover .imagesquare-link {
  width: 100%;
}

.emp-box:hover .imagesquare-link a {
  font-size: 15px;
}

.empcurr-position {
  padding: 90px 0;
  max-width: 1140px;
  margin: 0 auto;
}

.empcurr-position h2 {
  color: #000;
  margin-bottom: 1.5rem;
}
.empcurr-position p {
  color: #000;
}
.empcurr-position h3 {
  color: #000;
  margin-bottom: 1.5rem;
}

.emp-list .col-lg-6:nth-child(even) .emp-box {
  margin-left: 5%;
  margin-right: 0;
}


/* Employment Page End */

.newsletter-searchdiv {
  height: 60px;
  width: 580px;
}

.newsletter-searchdiv svg {
  display: inline-block;
  vertical-align: middle;
}

.preedition-a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.preedition-a:hover .preedition-tooltip {
  display: block;
}

.preedition-tooltip {
  position: absolute;
  display: none;
  background: #120963;
  padding: 5px;
  font-weight: 400;
  top: -25px;
  left: -65px;
  min-width: 180px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  margin: 0;
  text-align: center;
}

.preedition-tooltip:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -10px;
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #120963;
}

.newsletter-searchdiv .form-control {
  font-size: 15px;
  line-height: 26px;
  color: #120963;
  display: inline-block;
  border-radius: 0;
  border: none;
  padding: 0;
  width: 450px;
  background: transparent;
  margin: 0;
  vertical-align: middle;
  margin-left: 10px;
}

.newsletter-searchdiv .form-control::-webkit-input-placeholder {
  color: #120963;
}

.newsletter-searchdiv .form-control::-moz-placeholder {
  color: #120963;
}

.newsletter-searchdiv .form-control:-ms-input-placeholder {
  color: #120963;
}

.newsletter-searchdiv .form-control:-moz-placeholder {
  color: #120963;
}

.newsletter-logotitle {
  width: 720px;
}

.newsletter-titlebox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  z-index: 2;
}

.newsletter-titlebox .newsletter-dates {
  font-size: 15px;
  font-weight: 700;
  line-height: 29px;
}

.newsletter-titlebox h1 {
  color: #fff;
  margin: 0;
  max-width: 480px;
}

.newsletter-titlebox h1 small {
  display: block;
  font-weight: 400;
}

.news-feature-div {
  padding: 7rem 0;
  background: url(../images/testimonial-bg.jpg) no-repeat;
  background-size: cover;
}

.news-feature-div .newsletter-fec-title {
  color: #120963;
  margin: 0 auto 70px;
  max-width: 612px;
}
.news-feature-div .top-level-article{
  padding-top:35px;
  padding-bottom:35px;
}

.news-feature-div .cborder-right:before {
  position: absolute;
  right: 0;
  top: 35px;
  bottom:35px;
  width: 1px;
  background: #120963;
  content: "";
}

.pageauthor-info {
  margin-top: 80px;
  padding-left: 20px;
  position: relative;
}

.pageauthor-info:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  height: 100px;
  width: 1px;
  background: #fff;
}

.pageauthor-info h5 {
  color: #fff;
  margin-bottom: 2px;
}

.pageauthor-info p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.news-current-btn {
  margin-bottom: 2rem;
}

.news-current-btn .defult-btn {
  min-width: 230px;
  margin: 0 20px;
}

.also-this-section {
  position: fixed;
  right: -50%;
  z-index: 3;
  top: 0;
  padding: 80px 70px 80px 70px;
  background: #C4C4C4;
  height: 100vh;
  width: 50%;
  transition: all 0.3s;
}

.also-this-section:before {
  content: "";
  position: absolute;
  left: -168px;
  top: 0;
  height: 100%;
  background: #C4C4C4;
  width: 0px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}

.also-this-section.active {
  right: 0;
}

.also-this-section.active:before {
  width: 170px;
}

.also-this-section .also-title {
  color: #120963;
  line-height: 61px;
  margin-bottom: 40px;
  margin-left: -70px;
}

.btn.download-btn{
  display: inline-block;
  margin-bottom: 2.5rem;
  font-size: 18.75px;
  color: #1f0a4e;
  line-height: 26px;
  width: 100%;
  max-width: 600px;
  font-weight: 600;
  font-style: italic;
  padding: 27px 20px 27px 150px;
  position: relative;
  background: #C4C4C4;
  /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);*/
  position: relative;
  text-align: left;
  border-radius: 0;
  border:0;
}
.btn.download-btn a{
  color: #1f0a4e;
}
.btn.download-btn:hover{
  background: #DCDCDC;
  /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);*/
}
.btn.download-btn:hover:after{
  box-shadow: none;
}

.btn.download-btn::before{
  content: "";
  background: url(../images/download-icon.svg) no-repeat center;
  height: 80px;
  width: 120px;
  display: inline-block;
  background-size: 42px;
  position: absolute;
  top: 0;
  left: -7px;
  z-index: 1;
}
.btn.download-btn::after{
  content: "";
  background: #DCDCDC;
  height: 80px;
  width: 120px;
  display: inline-block;
  background-size: 42px;
  /*box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);*/
  position: absolute;
  top: 0;
  left: -7px;
  transform: skew(10deg);
}

.also-section-click {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #120963;
  background: #DCDCDC;
  display: inline-block;
  padding: 0px 20px;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  margin-top: -60px;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: -135px;
  height: 120px;
}

.also-this-section.active .also-section-click {
  margin-left: -248px;
}

.also-neewslist {
  overflow-x: auto;
  height: calc(100% - 100px);
}

.also-this-section ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.also-this-section ul li {
  margin: 18px 0;
  display: block;
  /* float: left; width: 48%; */
}

.also-this-section ul li:nth-child(even) {
  /* margin-left: 4%; */
}

.also-this-section ul li:nth-child(2n+1) {
  /* clear: both; */
}

.also-this-section ul li a {
  display: block;
  font-size: 23px;
  line-height: 33px;
  color: #000;
  position: relative;
}

.also-this-section ul li a:hover {
  color: #120963;
  font-weight: 700;
}

.also-this-section ul li a.active {
  color: rgba(0, 0, 0, 0.5);
}

.also-this-section ul li a.active:hover {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

.also-close {
  cursor: pointer;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.also-close svg {
  display: inline-block;
  vertical-align: middle;
}

.edition-search-bar {
  padding: 80px 0 20px;
}

.back-edition-div {
  margin-bottom: 40px;
}

.back-edition-div a {
  color: #120963;
}

.back-edition-div a svg {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.edition-search-div {
  display: inline-block;
  margin: 0 8px;
  vertical-align: middle;
}

.edition-search-div .icondiv-box {
  line-height: 38px;
  cursor: pointer;
  height: 42px;
  width: 42px;
  text-align: center;
  border-radius: 42px;
  background: #120963;
  position: relative;
  overflow: hidden;
  -webkit-transition: width 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-in-out;
  -o-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}

.edition-search-div img {
  width: 21px;
  top: 9px;
  left: 11px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
}

.edition-search-div .icondiv-box span {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  display: inline-block;
  margin-left: 28px;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.edition-search-div .form-control {
  display: inline-block;
  border: none;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: #fff;
}

.edition-search-div:hover .icondiv-box {
  width: 250px;
  text-align: left;
  padding: 0 12px;
}

.edition-search-div:hover .icondiv-box span {
  opacity: 1;
}

.edition-search-div:hover span {
  width: calc(100% - 32px);
}

.edition-search-div .form-control::-webkit-input-placeholder {
  color: #fff;
}

.edition-search-div .form-control::-moz-placeholder {
  color: #fff;
}

.edition-search-div .form-control:-ms-input-placeholder {
  color: #fff;
}

.edition-search-div .form-control:-moz-placeholder {
  color: #fff;
}

.year-dropdown {
  display: inline-block;
  margin: 0 8px;
  width: 200px;
  vertical-align: top;
  position: relative;
  border-radius: 22px;
  background: url(../images/select-arrow.svg) no-repeat right 18px top 16px #120963;
  overflow: hidden;
}

.year-dropdown .select-box:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 15px;
  background: url(../images/calender-icon.svg) no-repeat;
  height: 26px;
  width: 27px;
  background-size: cover;
}

.year-dropdown .select-box {
  position: relative;
  padding: 8px 10px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}

.year-dropdown .select-dropdwon {
  height: 0;
  transition: all 0.2s;
}

.year-dropdown.active .select-dropdwon {
  height: 100%;
}

.year-dropdown .select-dropdwon ul li {
  padding: 5px 10px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
}

.year-dropdown .select-dropdwon ul li:hover {
  background: #D51900;
}

.edition-year-wrap {
  color: #120963;
  text-align: center;
  margin: 3rem 0;
  line-height: 61px;
}

.edition-boxlist-wrap {
  padding: 0;
  background: #DCDCDC;
}

.edition-boxlist-wrap .row {
  margin: 0;
}

.edition-listcol {
  padding: 0;
}

.edition-box {
  position: relative;
  overflow: hidden;
  padding-bottom: 120%;
}

.edition-box .bg-overlay {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.edition-box:hover .bg-overlay {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.edition-box .bg-overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  background: linear-gradient(359.69deg, #D51900 11.6%, rgba(18, 9, 99, 0) 79.37%), linear-gradient(269.09deg, #000000 0.89%, rgba(0, 0, 0, 0) 36.77%);
}

.edition-content {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  padding: 0 45px;
}

.edition-content h2 {
  color: #fff;
}

.edition-content .defult-btn {
  margin-top: 30px;
}

.edition-viewmore {
  padding: 6rem 0;
}

.innerpage-tilediv.edition-tilediv .title-text {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 116%;
}

.app-close-rightdiv {
  background: #f0f0f0;
  padding: 90px 90px 0 50px;
  float: right;
  max-width: 740px;
  margin-right: -15px;
}

.app-close-rightdiv h4 {
  color: #120963;
  margin-top: 10px;
  margin-bottom: 1.4rem;
}

.close-datediv {
  border-bottom: 1px solid #120963;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.app-close-rightdiv ul {
  margin-bottom: 2.5rem;
  margin-top: 1rem;
}

.casual-apply-div {
  background: linear-gradient(95.64deg, #120963 0.17%, #0C113D 99.86%);
  margin-left: -50px;
  margin-right: -90px;
  padding: 30px;
  padding-bottom: 90px;
  text-align: center;
  position: relative;
}

.casual-apply-div h2 {
  color: #fff;
  margin-bottom: 1;
  margin-top: 0;
}

.casual-apply-div .innersection-tile {
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}

.casual-apply-div:hover .imagesquare-link {
  width: 100%;
}

.casual-apply-div:hover .imagesquare-link a {
  font-size: 15px;
}

.emp-detail-wrap {
  float: left;
  width: calc(100% - 740px);
  padding: 90px 80px 150px 25px;
}

.emp-detail-inner {
  max-width: 82.4%;
  margin: 0 0 0 auto;
}

.comman-detaildiv.emp-detail-wrap h4 {
  margin-top: 10px;
  margin-bottom: 1.4rem;
}

.casual-apply-div.emposition-over .imagesquare-link {
  right: auto;
  left: 0;
}

.casual-apply-div.emposition-over .imagesquare-link a svg {
  left: -15px;
  right: auto;
}

.casual-apply-div.emposition-over .imagesquare-link a {
  padding: 0 18px 0 66px;
  text-align: left;
}

.web-form .row {
  margin: 0 -10px;
}

.web-form .col-md-12,
.web-form .col-md-6,
.web-form .col-md-4,
.web-form .col-md-8,
.web-form .col-md-3 {
  padding: 0 10px;
}

.web-form h4 {
  color: #120963;
  margin-top: 2rem;
}

.form-control {
  width: 100%;
  height: 52px;
  border: 1px solid #120963;
  border-radius: 10px;
  background: #FFFFFF;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  padding: .375rem 1rem;
}

.form-control::-webkit-input-placeholder {
  color: #000;
}

.form-control::-moz-placeholder {
  color: #000;
}

.form-control:-ms-input-placeholder {
  color: #000;
}

.form-control:-moz-placeholder {
  color: #000;
}

textarea.form-control {
  height: 130px;
}

select.form-control {
  background: url(../images/select-arrow.png) no-repeat right 15px center #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 1rem;
  height: auto !important;
}

.gender-cat-select+.select-styled,
.tell-select-fild+.select-styled {
  max-width: 270px;
}

.web-form .form-group label {
  font-size: 19px;
  line-height: 50px;
  color: #000000;
  margin-bottom: 12px;
}
.form-check-label{
  line-height: 1.2 !important;
}
.web-form .form-group.mrbtm_label {
  margin-bottom: 0;
}

.web-form .form-group.mrbtm_label label {
  margin-bottom: 3px;
}

.web-form .button-add {
  font-size: 15px;
  line-height: 50px;
  color: #000000;
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-left: 70px;
}

.web-form .button-add:hover:after {
  background: #120963;
}

.web-form .button-add:hover:before {
  color: #fff;
}

.web-form .button-add:after {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  left: 0;
  top: 0;
  background: #DCDCDC;
  border-radius: 10px;
}

.web-form .button-add:before {
  content: "+";
  font-size: 15px;
  color: #120963;
  line-height: 52px;
  position: absolute;
  top: 0;
  left: 22px;
  z-index: 1;
}

.web-form .form-group.years-filed .form-control {
  max-width: 130px;
}

.web-form .pre-question-div {
  margin-bottom: 1.5rem;
}

.web-form .pre-question-div h5 {
  color: #000;
  padding-left: 35px;
  position: relative;
}

.web-form .pre-question-div h5 span {
  position: absolute;
  top: 0;
  left: 0;
}

.web-form .ifnothis-p {
  line-height: 52px;
  margin: 0;
}

.web-form .checkbox-fild input[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.web-form .checkbox-fild label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  line-height: 32px;
  padding-left: 50px;
}

.web-form .checkbox-fild label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #120963;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 15px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
}

.web-form .checkbox-fild input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 11px;
  width: 9px;
  height: 17px;
  border: solid #120963;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.uploadfile-fild label:first-child {
  display: block;
}

.uploadfile-fild [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}

.uploadfile-fild [type="file"]+label {
  background: #DCDCDC;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.75);
  border: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  color: #120963;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  text-transform: uppercase;
  margin-left: 60px;
}

.uploadfile-fild [type="file"]+label.defult-btn:hover {
  color: #fff;
}

.uploadfile-fild [type="file"]+label:before {
  content: "";
  background: url(../images/upload-icon.svg) no-repeat;
  background-size: 36px;
  position: absolute;
  top: 3px;
  left: -59px;
  width: 36px;
  display: inline-block;
  height: 44px;
}

.form-submit-btn {
  background: #D51900;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  border: none;
  color: #fff;
  min-width: 280px;
  margin-top: 40px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-wrap {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 52px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .375rem 1rem;
  border: 1px solid #120963;
  border-radius: 10px;
  background: #FFFFFF;
  font-size: 15px;
  line-height: 38px;
  color: #000;
  -moz-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  -webkit-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}

.select-styled:after {
  content: "";
  width: 19px;
  height: 12px;
  background: url(../images/select-arrow.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 15px;
}

.select-styled.active {
  border-radius: 10px 10px 0 0;
  border-bottom: none;
}

.select-options-ul {
  border-radius: 0 0 10px 10px;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 2;
  margin: 0 !important;
  padding: 0 0 10px 0 !important;
  list-style: none;
  border: 1px solid #120963;
  border-top: none;
  background-color: #fff;
}

.select-options-ul li {
  font-size: 15px !important;
  line-height: 26px !important;
  color: #000 !important;
  margin: 0 !important;
  padding: 2px 0 !important;
  text-indent: 15px;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.select-options-ul li:before {
  display: none !important;
}

.select-options-ul li:hover {
  color: #fff !important;
  background: #120963;
}

.select-options-ul li[rel="hide"] {
  display: none;
}

.gender-cat-select+.select-styled+.select-options-ul,
.tell-select-fild+.select-styled+.select-options-ul {
  max-width: 270px;
}

body.alsonav-fixed {
  overflow: hidden;
}

body.alsonav-fixed:after {
  position: absolute;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

body.fixed-menu,
body.fixed-menu-quicklink,
body.onload-body,
.innerwrap-bodydiv {
  overflow: hidden;
}

.mobile-searchport-foot {
  display: none;
}

.redactor-styles{
  overflow: hidden;
}

.redactor-styles figure{
  max-width: 100% !important;
}
.redactor-styles img,
.redactor-styles video,
.redactor-styles audio,
.redactor-styles embed,
.redactor-styles object {
  max-width: 100%;
}
.redactor-styles a{
  color: #3397ff;
}
.redactor-styles a:hover{
  color: #0059B5;
}
.redactor-styles img,
.redactor-styles video,
.redactor-styles embed,
.redactor-styles object {
  height: auto !important;
}

.cta-home .redactor-text ul{
  list-style: unset;
  padding-left: 20px;
  margin-bottom: 20px;
}
.cta-home .redactor-text ol{
  padding-left: 20px;
  margin-bottom: 20px;
}
.cta-home .item{
  min-height: 100vh;
  margin:0;
  background-size: cover; 
}
.cta-home .item .image-cont{
  background-size: cover;
  max-width: 55%;
  -webkit-clip-path: polygon(0% 0%, 77% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 77% 0%, 100% 100%, 0% 100%);
}

.cta-home .item .text-cont h3{
  font-style: normal;
  font-weight: normal;
  font-size: 29.3px;
  line-height: 42px;
  margin-bottom: 30px;
}
.cta-home .item .text-cont h1{
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 61px;
  color: #D51900;
  margin-bottom: 30px;
}
.cta-home .item .text-cont small{
  color: #D51900;
  text-transform: uppercase;
}
.cta-home .item .text-cont small{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 40px;
  display: inline-block;
}
.cta-home .item .text-cont .inner-cont{
  max-width: 575px;
  height: 100%;
  display: table;
  width: 100%;
}
.cta-home .item .text-cont .inner-cont .d-cell{
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.cta-home .item .text-cont .redactor-text,
.cta-home .item .text-cont .redactor-text p{
  color: #120963;
}
.cta-home .item .text-cont .red-btn{
 margin-top: 30px;
}
.cta-home .item {
  background-image: url('../images/white-bg.png');
}
.cta-home .item.dark-bg {
  background-image: url('../images/blue-bg.png');
}
.cta-home .item.dark-bg .text-cont h1{
  color: #ffffff;
}
.cta-home .item.dark-bg .text-cont small{
  color: #ffffff;
}
.cta-home .item.dark-bg .text-cont .redactor-text,
.cta-home .item.dark-bg .text-cont .redactor-text p{
  color: #ffffff;
}
.cta-home .item .text-cont{
  padding-top: 100px;
  padding-left: 90px;
}

.space-above{
  margin-top: 5rem;
}

#web-form h3{
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.back-to-applications svg{
  float: left;
  margin-top: 5px;
  margin-right: 7px;
}
.btn-print{
  color: #ffffff !important;
  background-color: #120963;
  float: right;
}
.et-widget iframe{min-height:900px;}
.clearfix{clear:both;width:100%;}
.foot-btm-rightdiv.mobile{display:none !important;}
#google_translate_element {
    display: none;
  position: fixed;
    top: 65px;
    right: 7%;
    z-index: 100;
}
/* Media Query CSS */
@media print {
  @page {
    size: auto;
    margin: 5pt;
  }
  *{
    -webkit-print-color-adjust: exact !important; /Chrome, Safari /
    color-adjust: exact !important; /Firefox*/
  }
  @page :footer {
    display: none;
  }
  @page :header {
    display: none;
  }
  table,img {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  h1,.form-control {
    page-break-before: avoid;
    break-before: avoid;
  }
  .navigation-menu,.navigation-master,.inner-pagetitle-slider,.back-to-applications,
  .btn-print,.footer-section,.footer-bottom-blue{
    display: none;
  }
}
@media (min-width: 1300px) {
  .newsletter-wrapper .container,
  .calendar-wrapper .container {
    max-width: 1570px;
  }
}

@media (min-width: 1921px) {
  .homeslide-div iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%) scale(1.3);
  }
  .homeslider:after,
  .homeslider-carousel:after {
    right: -85px;
    width: 200px;
    transform: rotate(-5deg);
  }
  homeslider-carousel .slider-content {
    bottom: 18%;
  }
}

@media (min-width: 2561px) {
  .homeslide-div iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%) scale(1.3);
  }
  .homeslider:after,
  .homeslider-carousel:after {
    right: -85px;
    width: 200px;
    transform: rotate(-5deg);
  }
  homeslider-carousel .slider-content {
    bottom: 18%;
  }
}

@media (min-width: 3073px) {
  .homeslide-div iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -50%) scale(1.3);
  }
  .homeslider:after,
  .homeslider-carousel:after {
    right: -85px;
    width: 200px;
    transform: rotate(-5deg);
  }
  .homeslider-carousel .slider-content {
    bottom: 15%;
  }
}

@media (max-width: 1920px) {
	.footer-scoial {margin-top: 20px;}
	.footer-content {
		margin-top: 20px;
		max-width: 750px;
	}
}
@media (max-width: 1800px){
	.footer-btm-aspring img{
		width:545px;
	}
}

@media (max-width: 1680px) {
  .featured-title {
    font-size: 36px;
  }
  .quicklinks-innermenu ul li {
    min-width: 220px;
  }
  .quicklinks-innermenu ul li a {
    padding: 18px 30px;
  }
  .featured-content .featured-title {
    margin-bottom: 30px;
  }
  .featured-content {
    padding: 0 20px;
  }
  .navigation-immerul ul li {
    margin-bottom: 15px;
  }
  .navigation-immerul {
    min-width: inherit;
  }
  .navigation-immerul ul {
    margin-left: 0px;
  }
  .navigation-accordion>ul>li .navigation-panel-inner .navigation-title>a {
    font-size: 44px;
  }
  .navigation-accordion>ul>li .nav-sign:before {
    margin-top: 15px;
  }
  .faicoucom-title {
    font-size: 52px;
  }
  .faicoucom-wrap {
    max-width: 720px;
  }
  .featured-news-title .title-div {
    font-size: 54px;
    width: 464px;
    margin-left: -232px;
    top: 265px;
  }
  .footer-btm-aspring img {
    width: 520px;
  }
  .footer-content {
    margin-top: 30px;
    max-width: 515px;
  }
  .footer-btm-aspring {
    bottom: 80px;
  }
  .footer-scoial {
    margin-top: 30px;
  }
  .courage-popupimg {
    right: 35px;
    max-width: 110px;
  }
  .faith-popupimg {
    right: 35px;
    max-width: 220px;
  }
  .compassion-popupimg {
    right: 35px;
    max-width: 320px;
  }
  .faicoucom-popup-content .innercontent-pop {
    margin-left: 10%;
  }
  .faicoucom-accordion ul li .panel-inner .title__text {
    font-size: 52px;
    top: 60px;
    margin: 0 0 0 46px;
  }
  .faicoucom-accordion ul li.actab-1 .panel-inner .title__text {
    top: 113px;
    margin: 0 0 0 -6px;
  }
  .faicoucom-accordion ul li.actab-2 .panel-inner .title__text {
    top: 162px;
    margin: 0 0 0 -55px;
  }
  .fc-calendar .fc-row>div>span.fc-date {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    line-height: 48px;
  }
  .cal-event-list ul li {
    padding: 35px 35px;
  }
  .news-boxdiv {
    height: 540px;
  }
  .news-grid-item.col2-height .news-boxdiv {
    height: 1080px;
  }
  .news-title-div {
    font-size: 44px;
    line-height: 58px;
  }
  .news-content {
    padding: 0 40px;
  }
  .pageauthor-info {
    margin-top: 40px;
  }
  .also-this-section {
    padding: 80px 30px 30px;
  }
  .also-this-section ul li a {
    font-size: 18px;
    line-height: 28px;
  }
  .also-this-section ul li {
    margin: 12px 0;
  }
  .also-this-section .also-title {
    font-size: 40px;
    margin-left: -30px;
    line-height: 52px;
  }
  .edition-box {
    padding-bottom: 130%;
  }
  .edition-content h2 {
    font-size: 34px;
    line-height: 130%;
  }
  .edition-content {
    bottom: 40px;
    padding: 0 30px;
  }
  .app-close-rightdiv {
    max-width: 700px;
  }
  .emp-detail-wrap {
    width: calc(100% - 700px);
    padding: 90px 50px 150px 25px;
  }
  .homeslider-carousel .slider-content .slider-title {
    max-width: 660px;
  }
}

@media (max-width: 1440px) {
  .new-footer-logodiv img{max-width:600px;}
  .emp-detail-inner {
    max-width: 847px;
  }
  .home-logodiv:before {
    background-size: cover;
  }
  .navigation-accordion>ul>li .navigation-panel-inner .navigation-title {
    padding: 50px 35px;
  }
  .navigation-accordion>ul>li .navigation-panel-inner .navigation-title>a {
    font-size: 44px;
  }
  .navigation-immerul ul li a {
    font-size: 20px;
  }
  .navigation-immerul ul li {
    margin-bottom: 15px;
  }
  .navigation-immerul {
    min-width: inherit;
  }
  .navigation-immerul ul {
    margin-left: 0px;
  }
  .quicklinks-innermenu ul li {
    min-width: 200px;
  }
  .quicklinks-innermenu ul li a {
    padding: 18px;
  }
  h1,
  .featured-title,
  .faicoucom-contitle,
  .innersection-tile,
  .newsletter-fec-title,
  .also-title,
  .homeslider-carousel .slider-title {
    font-size: 44px;
  }
  .faicoucom-title {
    font-size: 52px;
  }
  .faicoucom-wrap {
    max-width: 720px;
  }
  .faicoucom-accordion ul li .panel-inner .title__text {
    font-size: 52px;
    top: 60px;
    margin: 0 0 0 46px;
  }
  .faicoucom-accordion ul li.actab-1 .panel-inner .title__text {
    top: 113px;
    margin: 0 0 0 -6px;
  }
  .faicoucom-accordion ul li.actab-2 .panel-inner .title__text {
    top: 162px;
    margin: 0 0 0 -55px;
  }
  .faicoucom-popup-content .innercontent-pop {
    margin-left: 8%;
    margin-top: 25px;
  }
  .courage-popupimg {
    right: 35px;
    max-width: 110px;
  }
  .faith-popupimg {
    right: 35px;
    max-width: 220px;
  }
  .compassion-popupimg {
    right: 35px;
    max-width: 320px;
  }
  .featured-content {
    padding: 0 20px;
  }
  .featured-news-title .title-div {
    font-size: 52px;
    width: 460px;
    margin-left: -230px;
  }
  .featured-title {
    font-size: 34px;
  }
  .featured-content .featured-title {
    margin-bottom: 30px;
  }
  .footer-scoial {
    margin-top: 30px;
  }
  .footer-content {
    margin-top: 30px;
    max-width: 580px;
  }
  .footer-btm-aspring {
    position: absolute;
    bottom: 70px;
    right: -15px;
	width: calc(100% - 750px);
  }
  .footer-btm-aspring img {
    width: 100%;
  }
  .image-captiondiv {
    max-width: 700px;
  }
  .imagetext-title-div {
    padding: 100px 30px;
  }
  .cal-top-box .defult-btn {
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 8px;
  }
  .fc-calendar-container {
    width: 80%;
  }
  .cal-desc {
    padding-left: 30px;
  }
  .cal-desc h2 {
    font-size: 34px;
    line-height: 130%;
  }
  .news-boxdiv {
    height: 500px;
  }
  .news-grid-item.col2-height .news-boxdiv {
    height: 1000px;
  }
  .news-title-div {
    font-size: 40px;
    line-height: 52px;
  }
  .news-content {
    padding: 0 30px;
  }
  .also-neewslist {
    height: calc(100% - 160px);
  }
  .also-this-section ul li {
    margin: 10px 0;
  }
  .emp-box .emp-title {
    padding-bottom: 140px;
  }
  .emp-box .emp-title strong {
    font-size: 42px;
    line-height: 66px;
  }
  .emp-box .emp-title small {
    font-size: 33px;
    line-height: 42px;
  }
  .app-close-rightdiv {
    max-width: 620px;
    padding: 90px 50px 0;
  }
  .casual-apply-div {
    margin-right: -50px;
  }
  .emp-detail-wrap {
    width: calc(100% - 620px);
    padding: 90px 30px 150px;
  }
  .homeslider-carousel .slider-content .slider-title {
    max-width: 640px;
  }
}

@media (max-width: 1366px) {
  .loader-innerwrap .loader-logo img {
    width: 370px;
  }
  .loader-innerwrap canvas {
    height: 450px !important;
    width: 450px !important;
  }
  .featured-content .introduction,.featured-content .introduction p{
    font-size: 18px;
    margin-bottom: 30px;
  }
  .loader-innerwrap .loader-logo {
    /* margin: -225px 0 0 -200px; */
  }
  h1,
  .featured-title,
  .faicoucom-contitle,
  .innersection-tile,
  .also-title,
  .homeslider-carousel .slider-title {
    font-size: 40px;
  }
  .navigation-accordion>ul>li .navigation-panel-inner .navigation-title>a {
    font-size: 30px;
  }
  .navigation-accordion>ul>li:not(.is-open) {
    width: 90px;
  }
  .navigation-accordion>ul>li .navigation-panel-inner .navigation-title {
    width: 90px;
    padding: 35px 25px;
  }
  .navigation-immerul {
    left: 90px;
    width: calc(100% - 90px);
    padding: 40px 30px;
  }
  .navigation-immerul ul li a {
    font-size: 18px;
  }
  .navigation-immerul ul li {
    margin-bottom: 10px;
  }
  .home-logodiv {
    width: 300px;
  }
  .home-logodiv:before {
    -webkit-clip-path: polygon(0 0, 66% 0, 92% 100%, 0% 100%);
    clip-path: polygon(0 0, 66% 0, 92% 100%, 0% 100%);
  }
  .home-bottomaspring img {
    height: 440px;
    width: 440px;
  }
  .home-logodiv .logo-link {
    top: 30px;
    left: 45px;
  }
  .home-bottomaspring {
    bottom: -113px;
    left: -100px;
  }
  .quik-enro-book-div ul li {
    min-height: 70px;
  }
  .qeb-cornerdiv {
    padding: 10px 35px;
  }
  .quicklinks-innermenu ul li a {
    font-size: 16px;
    padding: 10px 18px;
  }
  .qeb-cornerdiv span {
    font-size: 16px;
  }
  .quicklinks-innermenu {
    height: 70px;
  }
  .quik-enro-book-div .qeb-cornerdiv {
    height: 70px;
  }
  .quicklinks-innermenu ul li {
    min-width: 170px;
  }
  .faicoucom-title {
    font-size: 44px;
    right: 70%;
    top: -15px;
  }
  .faicoucom-img {
    max-width: 120px;
    bottom: 25px;
  }
  .faicoucom-box.courage-div .faicoucom-img {
    max-width: 60px;
  }
  .faicoucom-wrap {
    max-width: 560px;
  }
  .faicoucom-contitle {
    margin-bottom: 20px;
    font-size: 38px;
  }
  .faicoucom-btm-aspring img {
    max-width: 260px;
  }
  .faicoucom-accordion ul li .panel-inner .title {
    width: 100px;
  }
  .faicoucom-accordion ul li:not(.is-open) {
    width: 100px;
  }
  .faicoucom-accordion ul li .panel-inner .title__text {
    font-size: 42px;
    top: 55px;
    margin: 0 0 0 41px;
  }
  .faicoucom-accordion ul li.actab-1 .panel-inner .title__text {
    top: 98px;
    margin: 0 0 0 0px;
  }
  .faicoucom-accordion ul li.actab-2 .panel-inner .title__text {
    top: 137px;
    margin: 0 0 0 -39px;
  }
  .faicoucom-close-icon {
    top: 20px;
  }
  .faicoucom-popup-content {
    padding: 35px 20px;
  }
  .faicoucom-popup-content .innercontent-pop {
    margin-left: 0;
  }
  .faicoucom-popup-content .innercontent-pop p {
    font-size: 18px;
    line-height: 26px;
  }
  .faith-popupimg {
    max-width: 160px;
  }
  .courage-popupimg {
    max-width: 80px;
  }
  .compassion-popupimg {
    max-width: 250px;
  }
  .featured-news-title .title-div {
    font-size: 40px;
    width: 360px;
    margin-left: -180px;
    top: 220px;
  }
  .featured-news-title .defult-btn {
    bottom: 40px;
  }
  .featured-content {
    bottom: 40px;
  }
  .featured-title {
    font-size: 34px;
  }
  .featured-content .featured-title {
    margin-bottom: 20px;
  }
  .featured-content h5 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .footer-logodiv {
    width: 220px;
  }
  .footer-logodiv a img {
    max-width: 150px;
  }
  .footer-info {
    /*width: calc(100% - 220px);*/
	width:100%;
  }
  .footer-detail li {
    margin-bottom: 15px;
  }
  .footer-content {
    margin-top: 15px;
    /*max-width: 100%;*/
	max-width:750px;
  }
  .footer-detail {
    margin-top: 30px;
  }
  .footer-innerwrap {
    height: 62vh;	
  }
  .footer-btm-aspring {
   /* top: 0;*/
    bottom: 80px;
  }
  .foot-btm-spac {
    /*width: 220px;*/
	width:0;
  }
  .foot-btm-rightdiv {
    /*width: calc(100% - 220px);*/
	width:100%;
  }
  .innerpage-tilediv .title-text {
    padding: 35px 80px;
    font-size: 42px;
  }
  .breadcrum-div .breadcrumb {
    padding: 30px;
  }
  .image-captiondiv {
    max-width: 630px;
  }
  .imagetext-title-div {
    padding: 80px 30px;
  }
  .photogallery-thumbnails .slick-arrow,
  .photogallery .slick-arrow {
    height: 52px;
    bottom: -15px;
  }
  .photogallery-thumbnails .slick-slide img {
    height: 95px;
  }
  .coll-accordion-box>a {
    padding: 60px 20px 60px 300px;
  }
  .coll-accordion-box .content {
    margin-left: 300px;
  }
  .faicoucom-content {
    margin-top: 0;
  }
  .fc-calendar .fc-row>div>span.fc-date {
    font-size: 18px;
  }
  .cal-event-list ul li {
    padding: 35px 30px;
  }
  .cal-date .day {
    font-size: 92px;
  }
  .cal-desc h2 {
    font-size: 32px;
    line-height: 130%;
  }
  .cal-date {
    width: 150px;
  }
  .cal-desc {
    width: calc(100% - 150px);
  }
  .newsletter-logotitle {
    width: 600px;
  }
  .news-boxdiv {
    height: 440px;
  }
  .news-grid-item.col2-height .news-boxdiv {
    height: 880px;
  }
  .news-content {
    bottom: 50px;
  }
  .newsletter-searchdiv {
    width: 450px;
  }
  .newsletter-searchdiv .form-control {
    width: 320px;
  }
  .news-title-div {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  .newsletter-titlebox {
    left: 45px;
  }
  .pageauthor-info {
    margin-top: 30px;
  }
  .also-this-section .also-title {
    font-size: 36px;
    line-height: 44px;
  }
  .also-this-section ul li a {
    font-size: 16px;
    line-height: 24px;
  }
  .also-this-section {
    width: 60%;
    right: -60%;
  }
  .also-neewslist {
    height: calc(100% - 100px);
  }
  .edition-content h2 {
    font-size: 30px;
    line-height: 126%;
  }
  .edition-content {
    bottom: 35px;
    padding: 0 25px;
  }
  .edition-content .defult-btn {
    margin-top: 20px;
  }
  .also-this-section ul li {
    margin: 12px 0;
  }
  .emp-box {
    margin-right: 0;
  }
  .emp-list .col-lg-6:nth-child(even) .emp-box {
    margin-left: 0;
    margin-right: 0;
  }
  .emp-box .emp-title strong {
    font-size: 40px;
    line-height: 60px;
  }
  .emp-box .emp-title small {
    font-size: 28px;
    line-height: 38px;
  }
  .employment-wrapper .emp-container {
    max-width: 100%;
  }
  .app-close-rightdiv {
    max-width: 560px;
    padding: 70px 30px 0;
  }
  .casual-apply-div {
    margin-right: -30px;
    margin-left: -30px;
  }
  .emp-detail-wrap {
    width: calc(100% - 560px);
    padding: 70px 30px 120px;
  }
  .homeslider-carousel .slider-content .slider-title {
    font-size: 36px;
    max-width: 590px;
  }
}

@media (max-width: 1300px) {
  .from-the-principal .g-block {
    padding-left: 50px;
  }
  .cal-date .day {
    font-size: 106px;
  }
 
}

@media (max-width: 1199px) {
  .footer-bottom-blue .container{max-width:100%;}
  .footer-section{height:calc(100vh - 60px);}
	.footer-bottom-blue{padding:0}
  .foot-btm-rightdiv.mobile{display:block !important;height:60px;}
  .foot-btm-rightdiv.desktop{display:none;}
  .foot-btm-rightdiv p , .foot-btm-rightdiv p a{color:#FFF;margin-bottom:0;font-size:14px;}
  .home-logodiv {
    /* width: 320px; */
  }
  .home-logodiv .logo-link {
    left: 40px;
  }
  .navigation-accordion>ul>li:not(.is-open) {
    width: 80px;
  }
  .navigation-accordion>ul>li .navigation-panel-inner .navigation-title {
    width: 80px;
    padding: 35px 20px;
  }
  .faicoucom-wrap {
    max-width: 520px;
  }
  .featured-title {
    font-size: 32px;
  }
  .quicklinks-innermenu ul li {
    min-width: 146px;
  }
  .quicklinks-innermenu ul li a {
    font-size: 15px;
    padding: 10px 5px;
  }
  .oursite-sinto {
    padding: 80px 0;
  }
  .image-captiondiv {
    max-width: 580px;
    margin-bottom: 2rem;
  }
  .image-captiondiv.leftalign {
    margin-right: 2.8rem;
  }
  .image-captiondiv.rightalign {
    margin-left: 2.8rem;
  }
  .feature-event-content {
    max-width: 380px;
  }
  .feature-event-content h2 {
    font-size: 32px;
  }
  .feature-event-div {
    padding: 70px 0;
  }
  .innerpage-container {
    padding: 0 30px;
  }
  .photogallery-thumbnails {
    /* margin-top: -50px; */
    margin-left: -30px;
  }
  .photogallery-thumbnails .slick-arrow,
  .photogallery .slick-arrow {
    left: calc(50% - 30px);
  }
  .photogallery-thumbnails .slick-next,
  .photogallery .slick-next {
    left: calc(50% + 22px);
  }
  .coll-accordion-box>a {
    padding: 50px 20px 50px 200px;
  }
  .coll-accordion-box .content {
    margin-left: 200px;
  }
  .accordion-sign {
    width: 160px
  }
  .gallery-module .container-fluid {
    padding: 0 30px;
  }
  .from-the-principal {
    padding: 0;
    margin: 0 0 150px;
  }
  .from-the-principal:before {
    width: 100%;
    height: 100%;
  }
  .from-the-principal .g-image {
    right: -30px;
    left: auto;
    top: 70%;
    height: 280px;
    width: 400px;
  }
  .from-the-principal .g-box {
    padding: 60px 60px 80px;
  }
  .from-the-principal .g-box .g-block {
    padding-left: 0;
  }
  .from-the-principal .g-image>div {
    padding-bottom: 70%;
  }
  .principal-block .p-desc {
    padding: 25px;
  }
  .principal-block .p-desc h4 {
    font-size: 22px;
  }
  .cal-date .day {
    font-size: 86px;
    line-height: 100px;
  }
  .cal-desc {
    padding-left: 20px;
  }
  .cal-bottom .readmore {
    font-size: 16px;
    width: 160px;
    height: 42px;
    line-height: 42px;
  }
  .cal-bottom .add-calendar {
    width: 250px;
    height: 42px;
    line-height: 42px;
  }
  .fc-calendar-container {
    width: 90%;
  }
  .cal-event-list ul li {
    padding: 35px 20px;
  }
  .cal-desc h2 {
    font-size: 30px;
  }
  .newsletter-titlebox {
    left: 40px;
  }
  .news-feature-div .newsletter-fec-title {
    font-size: 42px;
  }
  .news-boxdiv {
    height: 380px;
  }
  .news-grid-item.col2-height .news-boxdiv {
    height: 760px;
  }
  .news-title-div {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }
  .also-this-section {
    width: 45%;
    right: -45%;
  }
  .also-neewslist {
    height: calc(100% - 105px);
  }
  .also-this-section ul li {
    width: 100%;
    float: none;
  }
  .also-this-section ul li:nth-child(even) {
    margin-left: 0;
  }
  .also-this-section .also-title {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .edition-listcol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .edition-box {
    padding-bottom: 120%;
  }
  .also-this-section ul {
    -webkit-column-count: auto;
    -moz-columns: auto;
    column-count: auto;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .emp-box .emp-title strong {
    font-size: 36px;
    line-height: 50px;
  }
  .emp-box .emp-title small {
    font-size: 28px;
    line-height: 38px;
  }
  .emp-detail-wrap {
    width: 100%;
    padding: 70px 30px;
    float: none;
  }
  .emp-detail-inner {
    max-width: 100%;
    margin: 0;
  }
  .app-close-rightdiv {
    padding: 70px 30px;
    float: none;
    max-width: 100%;
    margin: 0 20px;
  }
  .homeslider-carousel .slider-content .slider-title {
    max-width: 450px;
  }
}

@media (max-width: 1024px) {
  .loader-innerwrap .loader-logo img {
    width: 450px;
  }
  .loader-innerwrap canvas {
    height: 530px !important;
    width: 530px !important;
  }
  h1,
  .featured-title,
  .faicoucom-contitle,
  .innersection-tile,
  .newsletter-fec-title,
  .homeslider-carousel .slider-title {
    font-size: 48px;
  }
  .sticky-logodiv {
    margin-left: 60px;
    text-align: left;
  }
  .homemouse-icondiv {
    display: none;
  }
  .home-logodiv {
    width: 100%;
  }
  .home-logodiv:before {
    /* background: url(../images/heder-tablat-bg.svg) no-repeat;*/
    /* height: 264px; */
    height: 240px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 45%, 0 100%);
    background-position: center;
  }
  .home-logodiv .homelogo-bg {
    background: url(../images/heder-tablat-bg.svg) no-repeat;
    height: 264px;
    background-position: center;
  }
  .home-logodiv .logo-link {
    top: 20px;
  }
  .home-bottomaspring {
    position: absolute;
    bottom: -105px;
    left: -80px;
  }
  .home-bottomaspring img {
    height: 410px;
    width: 410px;
  }
  .homeslider:after,
  .homeslider-carousel:after {
    display: none;
  }
  .qeb-cornerdiv span {
    display: none !important;
  }
  .qeb-cornerdiv {
    padding: 18px 40px;
  }
  .quik-enro-book-div ul li {
    min-height: 86px;
  }
  .quik-enro-book-div .qeb-cornerdiv {
    height: 86px;
  }
  .faicoucom-box.faith-div .faicoucom-img {
    max-width: 150px;
    padding: 0 25px;
  }
  .faicoucom-box.courage-div .faicoucom-img {
    max-width: 74px;
    padding: 0 10px;
  }
  .faicoucom-box.compassion-div .faicoucom-img {
    padding: 0 15px;
    bottom: 65px;
    max-width: 140px;
  }
  .faith-courage-compassion .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .faith-courage-compassion .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .faicoucom-content {
    max-width: 375px;
  }
  .faicoucom-box {
    height: 66vh;
  }
  .faicoucom-wrap {
    height: 85vh;
  }
  .faicoucom-title {
    font-size: 60px;
    right: 55%;
  }
  .faicoucom-contitle {
    margin-bottom: 40px;
  }
  .faicoucom-content {
    margin-top: 10%;
  }
  .faicoucom-accordion ul li .panel-inner .title__text {
    font-size: 60px;
    top: 65px;
    margin: 0 0 0 40px;
  }
  .faicoucom-accordion ul li.actab-1 .panel-inner .title__text {
    top: 126px;
    margin: 0 0 0 -19px;
  }
  .faicoucom-accordion ul li.actab-2 .panel-inner .title__text {
    top: 181px;
    margin: 0 0 0 -76px;
  }
  .faicoucom-popup-content .innercontent-pop p {
    font-size: 22px;
    line-height: 35px;
  }
  .faicoucom-accordion ul li .panel-inner .title {
    width: 130px;
  }
  .faicoucom-accordion ul li:not(.is-open) {
    width: 130px;
  }
  .faicoucom-btm-aspring img {
    max-width: 100%;
  }
  .faith-popupimg {
    max-width: 350px;
  }
  .courage-popupimg {
    max-width: 172px;
  }
  .featured-news-title {
    /* width: 40%; */
  }
  .featured-news-slider {
    /* width: 60%; */
  }
  .featured-news-title .title-div {
    margin-left: -270px;
    top: 310px;
    font-size: 60px;
    width: 540px;
  }
  .featured-slider-arrow {
    display: block;
    position: absolute;
    bottom: 280px;
    left: 50%;
    margin-left: -52px;
  }
  .featured-content {
    padding: 0 30px;
    bottom: 75px;
  }
  .featured-news-title .defult-btn {
    bottom: 75px;
  }
  .copyright-text,
  .author-site {
    width: 100%;
    float: none;
	text-align:center;
  }
  .author-site {
    text-align: left;
  }
  .foot-btm-spac {
    /*width: 270px;*/
	display: none !important;
  }
  .foot-btm-rightdiv {
    display: block;
    /*width: calc(100% - 270px);*/
	width:100%;
  }
  .copyright-text p:last-child {
    margin-bottom: 1rem;
  }
  .new-footer-logodiv img{max-width:640px;}
  .footer-section {
    height: calc(100vh - 60px);
  }
  .footer-info {
    height: 100%;
  }
  .footer-innerwrap {
    height: 75vh;
  }
  .footer-btm-aspring {
	bottom: 18px;
	width: calc(100% - 630px);
  }
  .footer-btm-aspring img {
    max-width: 100%;
  }
  .footer-logodiv a img {
    max-width: 100%;
  }
  .footer-logodiv {
   /* width: 270px; */
   display:none;
  }
  .footer-info {
    /*width: calc(100% - 270px);*/
	width:100%;
  }
  .footer-detail {
    margin-top: 30px;
  }
  .footer-detail li {
    margin-bottom: 25px;
  }
  .footer-scoial {
    margin-top: 10px;
  }
  .footer-content {
    /*margin-top: 60px;*/
	margin-top:20px;
    max-width: 607px;
  }
  .faicoucom-popup-content {
    padding: 50px 85px 50px 0;
  }
  .faicoucom-popup-content .innercontent-pop {
    max-width: 320px;
    margin-left: 10%;
  }
  .faith-popupimg,
  .courage-popupimg,
  .compassion-popupimg {
    right: 40px;
  }
  .compassion-popupimg {
    max-width: 400px;
  }
  .faicoucom-accordion ul li.is-open .compassion-tabtm-img,
  .faicoucom-accordion ul li.is-open .courage-tabtm-img,
  .faicoucom-accordion ul li.is-open .faith-tabtm-img {
    opacity: 0;
    visibility: hidden;
  }
  .compassion-tabtm-img,
  .courage-tabtm-img,
  .faith-tabtm-img {
    opacity: 1;
    visibility: visible;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 20px;
  }
  .courage-tabtm-img {
    height: 158px;
  }
  .compassion-tabtm-img {
    padding: 0 15px;
    bottom: 60px;
  }
  .headeright-menu {
    width: 70%;
  }
  .tablet-quickhead .search-portal-call ul {
    width: 255px;
    text-align: center;
  }
  .tablet-quickhead .search-portal-call ul li {
    float: none;
    display: inline-block;
  }
  .tablet-quiklinks-wrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background: #fff;
  }
  .tablet-quickhead {
    position: absolute;
    width: 95%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: hidden;
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu {
    display: block;
    height: auto;
    padding-top: 60px;
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li {
    display: block;
    float: none;
    min-width: inherit;
    transform: inherit;
    text-align: left;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li a {
    transform: inherit;
    padding: 24px 60px;
    text-align: left;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li a img {
    height: 38px;
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li a svg {
    height: 38px;
    width: 38px;
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li a span {
    margin-left: 40px;
    display: inline-block !important;
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li.enrolment-li,
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li.booktour-li {
    background: linear-gradient(180deg, #0C113D 0%, #120963 47.8%);
    box-shadow: 8px 0px 24px rgba(0, 0, 0, 0.25);
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li.enrolment-li a img,
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li.booktour-li a img {
    height: 42px;
  }
  .tablet-quiklinks-wrap .tbl-quicklinks-btmbg {
    height: calc(100vh - 746px);
    position: relative;
  }
  .tablet-navmenu-wrap .tbl-navmenu-btmbg {
    height: calc(100vh - 740px);
    position: relative;
  }
  .tablet-quiklinks-wrap .tbl-quicklinks-btmbg img,
  .tablet-navmenu-wrap .tbl-navmenu-btmbg img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tablet-quiklinks-wrap .tbl-quicklinks-btmbg:after,
  .tablet-navmenu-wrap .tbl-navmenu-btmbg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -moz-linear-gradient(top, rgba(18, 9, 99, 0) 0%, rgba(18, 9, 99, 0.95) 100%);
    background: -webkit-linear-gradient(top, rgba(18, 9, 99, 0) 0%, rgba(18, 9, 99, 0.95) 100%);
    background: linear-gradient(to bottom, rgba(18, 9, 99, 0) 0%, rgba(18, 9, 99, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00120963', endColorstr='#a6120963', GradientType=0);
  }
  .tablet-quickhead .quicklinks-li {
    float: left;
    width: calc(100% - 491px);
    position: relative;
    right: -10px;
  }
  .tablet-quickhead .quicklinks-li span {
    display: block !important;
  }
  .tablet-quickhead .qeb-cornerdiv {
    padding: 5px 40px;
  }
  .tablet-quickhead .menuicon-div .menu-link-a {
    padding: 5px 60px 5px 35px;
  }
  .tablet-quickhead .quicklinks-li a {
    float: none;
  }
  .tablet-quickhead .menuicon-div {
    position: relative;
  }
  .tablet-quickhead .menuicon-div:after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    height: 100%;
    width: 100%;
    background: #2D276A;
  }
  .tablet-navmenu-wrap {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9;
    background: #dcdcdc;
  }
  .tablet-menulist-div {
    display: block;
    height: auto;
    padding-top: 100px;
    padding-bottom: 16px;
  }
  .tablet-menulist-div>ul {}
  .tablet-menulist-div>ul>li {
    display: block;
  }
  .tablet-menulist-div>ul>li>a {
    padding: 0px 60px;
    display: block;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 200%;
    text-transform: uppercase;
    color: #120963;
  }
  .tablet-menulist-div ul ul {
    position: absolute;
    top: 100px;
    right: -100%;
    background: #dcdcdc;
    height: calc(100vh - 100px);
    width: 100%;
    -moz-transition: right .4s ease;
    -webkit-transition: right .4s ease;
    -ms-transition: right .4s ease;
    transition: right .4s ease;
    z-index: 1;
    overflow-y: auto;
  }
  .tablet-menulist-div ul ul li {
    display: block;
  }
  .tablet-menulist-div ul ul li a {
    display: block;
    font-size: 23px;
    line-height: 42px;
    color: #000000;
    padding: 5px 60px;
    position: relative;
  }
  .tablet-menulist-div ul ul li a:before {
    content: "";
    width: 0px;
    height: 1px;
    background: #120963;
    display: inline-block;
    margin-right: 0px;
    vertical-align: middle;
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    -ms-transition: width .2s ease;
    transition: width .2s ease;
  }
  .tablet-menulist-div ul ul li:hover a:before {
    width: 15px;
    margin-right: 10px;
  }
  .tablet-menulist-div ul ul li:hover a {
    color: #120963;
  }
  .tbl-submenu-close {
    font-size: 52px;
    line-height: 200%;
    text-transform: uppercase;
    color: #120963;
    border-bottom: 1px solid #120963;
    margin: 0 auto 40px;
    width: calc(100% - 120px);
    cursor: pointer;
  }
  .tbl-submenu-close svg {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
  }
  .tablet-menulist-div>ul>li.tbl-parent-li.active>ul.active {
    right: 0;
    -moz-transition: right .4s ease;
    -webkit-transition: right .4s ease;
    -ms-transition: right .4s ease;
    transition: right .4s ease;
  }
  .tbl-slideeefect-div {
    position: relative;
    left: 0;
    -moz-transition: left .4s ease;
    -webkit-transition: left .4s ease;
    -ms-transition: left .4s ease;
    transition: left .4s ease;
  }
  .tbl-slideeefect-div.active {
    /* left: -100%; */
    -moz-transition: left .4s ease;
    -webkit-transition: left .4s ease;
    -ms-transition: left .4s ease;
    transition: left .4s ease;
  }
  .tablet-navmenu-wrap .tablet-quickhead .quicklinks-li {
    width: auto;
    right: 0;
  }
  .tablet-navmenu-wrap .tablet-quickhead .quicklinks-li:after {
    content: "";
    position: absolute;
    top: 0;
    right: -88%;
    background: #A42211;
    height: 100%;
    width: 100%;
  }
  .tablet-navmenu-wrap .tablet-quickhead .menuicon-div .menu-link-a {
    background: #2D276A;
  }
  .tablet-navmenu-wrap .tablet-quickhead .menuicon-div {
    width: 100%;
  }
  .tablet-navmenu-wrap .tablet-quickhead .qeb-cornerdiv {
    padding: 5px 25px;
  }
  .tablet-navmenu-wrap .tablet-quickhead .enrolment-li,
  .tablet-navmenu-wrap .tablet-quickhead .booktour-li {
    float: left;
  }
  .tablet-navmenu-wrap .tablet-quickhead .enrolment-li .qeb-cornerdiv,
  .tablet-navmenu-wrap .tablet-quickhead .booktour-li .qeb-cornerdiv,
  .tablet-navmenu-wrap .tablet-quickhead .quicklinks-li .qeb-cornerdiv {
    height: 60px;
  }
  .imagesquare-col .innersection-tile {
    font-size: 36px;
  }
  .imagesquare-link a, 
  .imagesquare-link span {
    line-height: 70px;
  }
  .imagesquare-link {
    height: 70px;
  }
  .highlightbar-module {
    padding: 100px 0;
  }
  .navigation-master {
    display: none;
  }
  .homeslide-div iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: 270%;
    transform: translate(-50%, -50%);
  }
  .feature-event-div:after {
    background: linear-gradient(116.21deg, rgba(18, 9, 99, 0.5) 0%, rgba(12, 17, 61, 0.5) 100%);
  }
  .event-list-col {
    order: inherit;
  }
  .calendar-wrapper .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cal-desc h2 {
    font-size: 34px;
  }
  .extramont-year-arrow {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .extramont-year-arrow .calendar-year {
    display: block;
  }
  .calendar-arrow.arrow-cal-btm .prev-next-text {
    display: none;
  }
  .fc-calendar .fc-row>div>span.fc-date {
    font-size: 20px;
  }
  .fc-calendar-container {
    width: 75%;
  }
  .fc-calendar .fc-row>div>span.fc-date {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    line-height: 68px;
  }
  .extramont-year-arrow .calendar-arrow.arrow-cal-btm {
    position: absolute;
    top: -35px;
    bottom: auto;
  }
  .news-grid-sizer,
  .news-grid-item {
    width: 33.33%;
  }
  .news-grid-item.news-half {
    width: 66.66%;
  }
  .newsletter-titlebox {
    left: 0;
    top: auto;
    bottom: 0px;
    padding: 10px 45px 140px;
    transform: inherit;
    width: 100%;
    background: rgba(18, 9, 99, 0.85);
  }
  .newsletter-titlebox:before {
    position: absolute;
    content: "";
    top: -70px;
    left: 0;
    background: rgba(18, 9, 99, 0.85);
    width: 100%;
    height: 70px;
    -webkit-clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  }
  .newsletter-titlebox h1 {
    max-width: 100%;
  }
  .news-feature-div {
    padding: 0rem 0 2rem;
  }
  .news-feature-div .col-lg-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .also-section-click {
    display: none;
  }
  .also-this-section {
    position: relative;
    padding: 60px;
    right: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    text-align: center;
  }
  .also-this-section .also-title {
    margin-left: 0;
  }
  .also-this-section ul li {
    margin: 12px 0;
  }
  .pageauthor-info:before {
    top: 50%;
    background: #120963;
    height: 80px;
    left: 45px;
    right: 0;
    margin-top: -40px;
  }
  .newsdetail-breadcrums {
    display: none;
  }
  .newsletter-titlebox.newsdetail-titlebox {
    padding-bottom: 0;
  }
  .pageauthor-info p,
  .pageauthor-info h5 {
    color: #120963;
    padding-left: 20px;
  }
  .pageauthor-info {
    margin-top: 30px;
    background: #DCDCDC;
    padding: 30px 45px;
    margin-left: -45px;
    margin-right: -45px;
  }
  .emp-box {
    padding-bottom: 70px;
  }
  .homeslider-carousel .slider-content .slider-title {
    max-width: 100%;
    padding: 0 20px;
  }
  .web-form .ifnothis-p {
    line-height: 24px;
  }
}

@media (max-width: 991px) {
  .footer-section{padding-top:0;}
  .footer-btm-aspring{display:none;}
  .new-footer-logodiv img{display:block;margin:auto;max-width:500px;}
  .loader-innerwrap .loader-logo img {
    width: 370px;
  }
  .cta-home .item .text-cont small{
    margin-bottom: 15px;
  }
  .cta-home .item .text-cont h1{
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .cta-home .item .text-cont h3{
    font-size: 24.3px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .cta-home .item .text-cont .red-btn{
    margin-top: 15px;
  }
  .cta-home .item .image-cont{
    max-width: 100%;
    min-height: 50vw;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .cta-home .item .text-cont{
    padding-left: 25px;
    padding-right: 25px;
    padding-top:50px;
    padding-bottom:50px;
  }
  .cta-home .item .text-cont::before{
    display: none;
  }
  .innerpage-tilediv{
    max-width: unset;
  }
  .loader-innerwrap canvas {
    height: 450px !important;
    width: 450px !important;
  }
  h1,
  .featured-title,
  .faicoucom-contitle,
  .innersection-tile,
  .newsletter-fec-title,
  .homeslider-carousel .slider-title {
    font-size: 44px;
  }
  .faicoucom-title {
    font-size: 52px;
  }
  .home-logodiv .logo-link {
    left: 30px;
  }
  .faicoucom-accordion ul li .panel-inner .title__text {
    font-size: 52px;
    top: 60px;
    margin: 0 0 0 22px;
  }
  .faicoucom-accordion ul li.actab-1 .panel-inner .title__text {
    top: 113px;
    margin: 0 0 0 -29px;
  }
  .faicoucom-accordion ul li.actab-2 .panel-inner .title__text {
    top: 162px;
    margin: 0 0 0 -78px;
  }
  .faicoucom-accordion ul li .panel-inner .title {
    width: 100px;
    padding: 25px;
  }
  .faicoucom-accordion ul li:not(.is-open) {
    width: 100px;
  }
  .faicoucom-popup-content .innercontent-pop {
    margin-left: 0;
  }
  .faicoucom-popup-content .innercontent-pop p {
    font-size: 18px;
    line-height: 26px;
  }
  .faith-popupimg {
    max-width: 220px;
  }
  .courage-popupimg {
    max-width: 110px;
  }
  .compassion-popupimg {
    max-width: 320px;
  }
  .featured-slider-arrow {
    bottom: 200px;
  }
  .footer-scoial {
	text-align: center;
    margin-top: 15px;
  }
  .footer-content {
    margin-top: 20px;
	    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer-detail li {
    margin-bottom: 20px;
  }
  .footer-innerwrap {
    height: 70vh;
  }
  .footer-detail.one {
    margin-top: 40px;
  }
   .footer-detail {
   width:300px;
   display:block;
   margin-left:auto;
   margin-right:auto;
  }
  .faicoucom-box.faith-div .faicoucom-img {
    max-width: 108px;
    padding: 0 10px;
  }
  .faicoucom-box.courage-div .faicoucom-img {
    max-width: 66px;
    padding: 0 10px;
  }
  .faicoucom-box.compassion-div .faicoucom-img {
    padding: 0 10px;
    bottom: 60px;
    max-width: 110px;
  }
  .tablet-menulist-div>ul>li>a {
    font-size: 44px;
  }
  .tablet-navmenu-wrap .tbl-navmenu-btmbg {
    height: calc(100vh - 644px);
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li a {
    padding: 20px 60px;
  }
  .tablet-quiklinks-wrap .tbl-quicklinks-btmbg {
    height: calc(100vh - 690px);
  }
  .tbl-submenu-close {
    font-size: 48px;
  }
  .breadcrum-div {
    display: none;
  }
  .oursite-sinto {
    padding: 70px 0;
  }
  .feature-event-content h2 {
    margin: 4rem 0 3rem;
    font-size: 28px;
  }
  .feature-event-content {
    padding-right: 15%;
  }
  .feature-event-div.lightblue-bg .feature-event-content {
    padding-left: 15%;
  }
  .testimonial-module {
    padding: 140px 0 60px;
  }
  .imagetext-title-div {
    padding: 60px 25px;
  }
  .photogallery-thumbnails {
    /* margin-top: 15px;  width: 75%; */
  }
  .coll-accordion-box>a {
    font-size: 32px;
    padding: 40px 20px 40px 170px;
  }
  .coll-accordion-box .content {
    margin-left: 170px;
  }
  .accordion-sign {
    width: 135px;
  }
  .imagesquare-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .file-dwonload-a a {
    padding: 20px 20px 20px 150px;
  }
  .file-dwonload-a a:before {
    background-size: 30px;
    width: 100px;
    height: 100%;
  }
  .file-dwonload-a a:after {
    height: 100%;
    width: 100px;
  }
  .principal-box .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .calender-list-wrap {
    order: inherit;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .calender-event {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cal-title {
    font-size: 28px;
  }
  .tablet-quickhead {
    width: 100%;
  }
  .photogallery-thumbnails .slick-arrow {
    left: auto;
    right: -52px;
    bottom: 0;
  }
  .photogallery-thumbnails .slick-next {
    right: -104px;
  }
  .image-captiondiv {
    max-width: 460px;
    margin-bottom: 1.5rem;
  }
  .image-captiondiv.leftalign {
    margin-right: 2rem;
  }
  .image-captiondiv.rightalign {
    margin-left: 2rem;
  }
  .edition-search-bar {
    padding: 60px 0 20px;
  }
  .edition-year-wrap {
    margin: 2rem 0;
  }
  .edition-listcol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news-feature-div .cborder-right:before {
    right: 0;
    top: auto;
    bottom: 0;
    height: 1px;
    width: 100%;
  }
  .empcurr-position {
    padding: 70px 0;
  }
  .empcurr-position.empcurr-last-position {
    padding-top: 30px;
  }
  .emp-box {
    margin-bottom: 40px;
    height: auto;
  }
  .emp-detail-wrap {
    padding: 50px 30px;
    float: none;
  }
  .app-close-rightdiv {
    padding: 50px 30px;
    float: none;
    max-width: 100%;
    margin: 0 20px;
  }
  .homeslider-carousel .slider-content {
    bottom: 30%;
  }
  .slidefullheight{
    height: auto ;
  }
  .fill-available{
    min-height: -webkit-fill-available !important;
    height: -webkit-fill-available !important;
  }
}

@media (max-width: 767px) {
  
  .container {
    max-width: 100%;
  }
  .space-above{
    margin-top: 2rem;
  }
  .featured-news-slider{
    width: 100%;
  }
  .featured-news-slider .owl-stage-outer{
    overflow: visible;
  }
  .photogallery figure .img{
    height: 55vw;
  }
  .faicoucom-content .intro-para p{
    font-size: 16px;
    line-height: 150%;
  }
  .featured-content .introduction,.featured-content .introduction p{
    font-size: 16px;
  }
  .highlightbar-module .highlight-para,.highlightbar-module .highlight-para p{
    font-size: 22px;
    line-height: 136%;
  }
  .testimonial-slide .quote,.testimonial-slide .quote p{
    font-size: 22px;
    line-height: 136%;
  }
  h1,
  .featured-title,
  .faicoucom-contitle,
  .innerpage-tilediv .title-text,
  .innersection-tile,
  .newsletter-fec-title,
  .also-title,
  .homeslider-carousel .slider-title {
    font-size: 32px;
    line-height: 134%;
  }
  h2 {
    font-size: 26px;
    line-height: 125%;
  }
  .highlightbar-module .opening-introduction,.highlightbar-module .opening-introduction p{
    font-size: 22px;
    line-height: 136%;
  }
  h3 {
    font-size: 22px;
    line-height: 136%;
  }
  h4 {
    font-size: 18px;
    line-height: 1;
  }
  h5 {
    font-size: 16px;
    line-height: 150%;
  }
  .oursite-sinto .page-introduction,.oursite-sinto .page-introduction p{
    font-size: 22px;
    line-height: 136%;
  }
  .loader-innerwrap {
    background-position: bottom center;
  }
  .container {
    padding: 0 30px;
  }
  .slider.slidercommoncssm .slick-list,
  .slider.slidercommoncssm .slick-track {
    height: auto !important;
  }
  .home-logodiv .logo-link img {
    width: 108px;
  }
  .home-logodiv:before {
    height: 215px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
  }
  .home-container {
    max-width: 100%;
    padding: 0 30px;
  }
  .sticky-logodiv {
    margin-left: 20px;
  }
  .navigation-menu {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .navigation-menu.sticky {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menuicon-div .menu-link-a {
    padding: 0;
    background: transparent;
  }
  .mobile-menuicon-div .menu-link-a img {
    display: inline-block;
  }
  .mobile-menuicon-div {
    display: block;
    position: absolute;
    top: 40px;
    right: 20px;
    z-index: 1;
  }
  .mobile-menuicon-div.translate-mobile {
	right:140px;
  }
  #google_translate_element{
	top: 80px;
	right: 2%;
  }
  .tablet-menulist-div>ul>li>a {
    padding: 0px 30px;
    font-size: 24px;
    line-height: 50px;
  }
  .tablet-menulist-div>ul>li {
    margin-bottom: 10px;
  }
  .tablet-menulist-div>ul>li:last-child {
    margin-bottom: 0px;
  }
  .tablet-menulist-div ul ul li a {
    font-size: 15px;
    line-height: 26px;
    padding: 10px 30px;
  }
  .tbl-submenu-close {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    margin: 0 auto 30px;
    width: calc(100% - 60px);
  }
  .tbl-slideeefect-div.active {
    left: 0;
  }
  .tablet-menulist-div {
    padding-top: 80px;
  }
  .tablet-menulist-div ul ul {
    right: auto;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .tablet-menulist-div>ul>li.tbl-parent-li.active>ul.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .tablet-navmenu-wrap .tbl-navmenu-btmbg {
    display: none;
  }
  .homeslider:after,
  .homeslider-carousel:after {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    height: 110px;
    top: auto;
    bottom: -35px;
    width: 110%;
    background: linear-gradient(180deg, #0C113D 0%, #A42211 100%);
    opacity: 0.6;
    transform: rotate(-5deg);
  }
  .quik-enro-book-div,
  .homemouse-icondiv {
    display: none;
  }
  .faith-courage-compassion .col-lg-4 {
    order: inherit;
  }
  .faicoucom-btm-aspring {
    display: none;
  }
  .faicoucom-wrap {
    height: 58vh;
    margin: 0;
  }
  .faith-courage-compassion {
    height: auto;
    align-items: inherit;
    padding: 30px 0;
  }
  .faicoucom-content {
    float: none;
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .faicoucom-box {
    height: 100%;
  }
  .slidefullheight.footer-fullheight {
    height: auto;
    min-height: inherit !important;
  }
  .footer-logodiv {
    display: none;
  }
  .footer-innerwrap {
    height: auto;
  }
  .footer-info {
    width: 100%;
    float: none;
	padding-top:50px;

  }
  .footer-detail {
    /*text-align: center;*/
    margin-top: 0;
  }
  .footer-detail li.f-location,
  .footer-detail li.f-post {
    /*display: none;*/
	padding-left:32px;
  }
  .footer-scoial {
    margin-top: 0;
    text-align: center;
  }
  .footer-btm-aspring {
    display: none;
  }
  .footer-section {
    height: auto;
    padding-bottom: 30px;
  }
  .footer-bottom-content {
    display: block;
    text-align: center;
  }
  .foot-btm-rightdiv {
    display: block;
    width: 100%;
    text-align: center;
  }
  .foot-btm-rightdiv.mobile{
	  height:auto;
  }
  .foot-btm-content .col-md-4:last-child{margin-top:20px;}
  .copyright-text {
    margin-bottom: 1rem;
  }
  .copyright-text p {
    margin-bottom: 0;
  }
  .author-site {
    text-align: center;
  }
  .footer-bottom-blue {
    padding: 23px 0;
  }
  .footer-mobilelogodiv {
    /*
	display: block;
    margin-top: 35px;
    text-align: center;
	*/
  }
  .footer-mobilelogodiv a {
    display: inline-block;
  }
  .footer-mobilelogodiv a img {
    width: 128px;
  }
  .footer-detail li.f-call svg,
  .footer-detail li.f-email svg {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
  }
  .footer-detail li.f-call:before,
  .footer-detail li.f-email:before {
    display: none;
  }
  .faicoucom-popup {
    padding: 0;
    height: 100%;
  }
  .faicoucom-popup .row {
    align-items: inherit;
  }
  .faicoucom-accordion {
    height: 80%;
  }
  .faicoucom-accordion ul li {
    background: transparent !important;
  }
  .faicoucom-accordion ul li .panel-inner .title {
    width: 50px;
    padding: 5px;
  }
  .faicoucom-accordion ul li:not(.is-open) {
    width: 50px;
  }
  .faicoucom-accordion ul li .panel-inner .title__text {
    font-size: 30px;
    line-height: 50px;
    top: 44px;
    margin: 0 0 0 5px;
  }
  .faicoucom-accordion ul li.actab-1 .panel-inner .title__text {
    top: 75px;
    margin: 0 0 0 -25px;
  }
  .faicoucom-accordion ul li.actab-2 .panel-inner .title__text {
    top: 104px;
    margin: 0 0 0 -53px;
  }
  .faicoucom-accordion ul li.faicoucom-panel:before {
    opacity: 1;
  }
  .faith-popupimg,
  .courage-popupimg,
  .compassion-popupimg {
    display: none !important;
  }
  .faith-pop {
    background: linear-gradient(90.46deg, #0C113D 0.23%, #A42211 98.55%);
  }
  .compassion-tabtm-img {
    bottom: 12%;
  }
  .faicoucom-popup .home-container {
    padding: 0px;
  }
  .faicoucom-close-icon {
    right: 15px;
    top: 25px;
  }
  .faicoucom-close-icon svg {
    height: 22px;
    width: 22px;
  }
  .faicoucom-popup-content {
    padding: 25px 15px 25px 0;
    width: calc(100% - 50px);
    left: 50px;
  }
  .faicoucom-popup-content .innercontent-pop p {
    font-size: 18px;
    line-height: 24px;
  }
  .faicoucom-popup-content .innercontent-pop {
    margin-top: 0px;
    margin-left: 0;
    padding-top: 30px;
    overflow: auto;
    height: 100%;
  }
  .mobtbl-topimg-faith,
  .mobtbl-topimg-courage,
  .mobtbl-topimg-compassion {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }
  .faicoucom-popup.is-visible.faith-pop .mobtbl-topimg-faith,
  .faicoucom-popup.is-visible.courage-pop .mobtbl-topimg-courage,
  .faicoucom-popup.is-visible.compassion-pop .mobtbl-topimg-compassion {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .mobtbl-topimg-faith:before,
  .mobtbl-topimg-courage:before,
  .mobtbl-topimg-compassion:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.92;
    height: 100%;
    width: 100%;
  }
  .mobtbl-topimg-faith:before {
    background: linear-gradient(180deg, #A42211 0%, #0C113D 100%);
  }
  .mobtbl-topimg-courage:before {
    background: linear-gradient(180deg, #A42211 0%, #EFC34F 100%);
  }
  .mobtbl-topimg-compassion:before {
    background: linear-gradient(180deg, #120963 0%, #0C113D 47.8%);
  }
  .mobtbl-topimg-faith img,
  .mobtbl-topimg-courage img,
  .mobtbl-topimg-compassion img {
    position: absolute;
    right: 30px;
    bottom: 30px;
    max-width: 60px;
    width: 100%;
  }
  .mobtbl-topimg-courage img {
    max-width: 30px;
  }
  .mobtbl-topimg-compassion img {
    max-width: 94px;
  }
  .mobtbl-topimgcontent {
    display: block;
    position: relative;
    height: 20%;
  }
  .faith-courage-compassion .col-lg-4,
  .faith-courage-compassion .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .faicoucom-box {
    width: 70px;
  }
  .faicoucom-title {
    font-size: 30px;
    line-height: 168%;
    right: 50%;
    top: -5px;
  }
  .faicoucom-content {
    max-width: 100%;
  }
  .faicoucom-contitle {
    margin-bottom: 20px;
  }
  .faicoucom-box.faith-div .faicoucom-img {
    max-width: 68px;
    padding: 0 10px;
  }
  .faicoucom-box.courage-div .faicoucom-img {
    max-width: 46px;
    padding: 0 10px;
  }
  .faicoucom-box.compassion-div .faicoucom-img {
    padding: 0 5px;
    bottom: 50px;
    max-width: 68px;
  }
  .featured-content h5 {
    font-size: 16px;
  }
  .featured-news-title .title-div {
    top: 280px;
  }
  .tablet-navmenu-wrap .search-portal-call,
  .tablet-quiklinks-wrap .search-portal-call {
    display: none;
  }
  .tablet-quickhead {
    width: 100%;
  }
  .tablet-navmenu-wrap .tablet-quickhead .menuicon-div,
  .tablet-quiklinks-wrap .tablet-quickhead .menuicon-div {
    text-align: left;
  }
  .tablet-navmenu-wrap .tablet-quickhead .menuicon-div .menu-link-a span,
  .tablet-quiklinks-wrap .tablet-quickhead .menuicon-div .menu-link-a span {
    display: none;
  }
  .tablet-navmenu-wrap .tablet-quickhead .menuicon-div .menu-link-a,
  .tablet-quiklinks-wrap .tablet-quickhead .menuicon-div .menu-link-a {
    padding: 5px 30px 5px 30px;
  }
  .tablet-navmenu-wrap .tablet-quickhead .qeb-cornerdiv {
    padding: 5px 24px;
  }
  .tablet-quiklinks-wrap .tablet-quickhead .menuicon-div {
    width: calc(100% - 340px);
  }
  .tablet-quiklinks-wrap .tablet-quickhead .quicklinks-li {
    width: 340px;
  }
  .tablet-quiklinks-wrap .tablet-quickhead .quicklinks-li span {
    font-size: 22px;
  }
  .tablet-quiklinks-wrap .tbl-quicklinks-btmbg {
    display: none;
  }
  .tablet-quiklinks-wrap {
    background: #120963;
  }
  .mobile-searchport-foot {
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
  }
  .mobile-searchport-foot .search-portal-call ul li {
    margin: 0px 8px;
    display: inline-block;
    float: none;
  }
  .mobile-searchport-foot .search-portal-call {
    display: block;
    background: rgba(255, 255, 255, 0.3);
    padding: 15px;
    width: 100%;
  }
  .mobile-searchport-foot .search-portal-call ul {
    margin: 0 auto;
    height: 42px;
  }
  .tablet-menulist-div ul ul {
    height: calc(100vh - 154px);
    top: 80px;
    overflow: auto;
  }
  .featured-news-title .title-div {
    margin-left: -240px;
    top: 250px;
    font-size: 54px;
    width: 480px;
  }
  .featured-date {
    top: 30px;
  }
  .footer-detail li {
    padding-left: 0px;
  }
  .innerpage-tilediv {
    left: -23px;
  }
  .innerpage-tilediv .title-text {
    padding: 30px 55px;
  }
  .oursite-sinto {
    padding: 55px 0;
  }
  .feature-event-div {
    padding: 50px 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    clip-path: inherit;
    margin-right: 0;
  }
  .feature-event-div.darkblue-bg {
    -webkit-clip-path: inherit;
    clip-path: inherit;
    margin-right: 0;
  }
  .feature-event-div.lightblue-bg {
    -webkit-clip-path: inherit;
    clip-path: inherit;
    margin-left: 0;
  }
  .feature-event-content {
    max-width: 100%;
    padding: 0;
  }
  .feature-event-div.lightblue-bg .feature-event-content {
    padding-left: 0;
  }
  .feature-event-content {
    text-align: center !important;
  }
  .feature-event-content h2 {
    margin: 4rem 0 0;
    font-size: 26px;
    min-height: inherit;
    line-height: 34px;
  }
  .feature-event-content .defult-btn.red-btn {
    display: none;
  }
  .feature-event-div:after {
    background: linear-gradient(116.21deg, rgba(18, 9, 99, 0.5) 0%, rgba(12, 17, 61, 0.5) 100%);
  }
  .file-dwonload-a a {
    margin-bottom: 2rem;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 20px 10px 75px;
  }
  .file-dwonload-a a:before {
    height: 100%;
    width: 60px;
    background-size: 22px;
  }
  .file-dwonload-a a:after {
    height: 100%;
    width: 60px;
  }
  .comman-detaildiv ul,
  .comman-detaildiv ol {
    padding-left: 15px;
  }
  .image-captiondiv h6 {
    text-align: center;
  }
  .image-captiondiv {
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .image-captiondiv.leftalign {
    margin-left: 0 !important;
    margin-right: 0px;
    float: none;
  }
  .image-captiondiv.rightalign {
    margin-right: 0 !important;
    margin-left: 0px;
    float: none;
  }
  .comman-detaildiv {
    padding: 40px 0;
  }
  .pt_top_70 {
    padding-top: 75px;
  }
  .testimonial-module {
    padding: 140px 0 45px;
  }
  .imagetextimg-div {
    float: none;
    width: 100%;
    min-height: inherit !important;
    padding-bottom: 56.25%;
  }
  .imagetext-module-section.rightside .imagetextimg-div {
    float: none;
  }
  .imagetext-module-section.right-side .imagetextimg-div {
    float: none;
  }
  .imagetext-title-div {
    width: 100%;
  }
  .photogallery-thumbnails {
    display: none;
  }
  .photogallery figcaption {
    text-align: left;
  }
  .photogallery .slick-arrow {
    right: 32px;
    left: auto;
    width: 32px;
    bottom: -16px;
    background-size: 14px;
    height: 53px;
  }
  .gallery-module {
    margin-bottom: 2rem;
  }
  .photogallery .slick-next {
    right: 0;
  }
  .coll-accordion-box>a {
    font-size: 24px;
    line-height: 32px;
    padding: 30px 15px 30px 135px;
  }
  .coll-accordion-box .content {
    margin-left: 135px;
  }
  .accordion-sign {
    width: 110px;
  }
  .coll-accordion-box .content p {
    line-height: 22px;
  }
  .comman-detaildiv .table thead tr th,
  .collapsible-accordion .table thead tr th,
  .collapsible-accordion .table tfoot tr th,
  .comman-detaildiv .table tbody tr td,
  .collapsible-accordion .table tbody tr td {
    font-size: 14px;
  }
  .coll-accordion-box .content .imagetext-title-div h2 {
    font-size: 28px;
  }
  .collapsible-accordion .imagetext-title-div {
    padding: 40px 20px;
  }
  .highlightbar-module {
    padding: 80px 0;
  }
  .imagesquare-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .imagesquare-box {
    padding-bottom: 56.25%;
  }
  .imagesquare-col .innersection-tile {
    font-size: 32px;
  }
  .imagesquare-link {
    height: 50px;
    width: 30px;
  }
  .imagesquare-link a,
  .imagesquare-link span {
    line-height: 50px;
    padding: 0 45px 0 18px;
  }
  .imagesquare-link a svg,
  .imagesquare-link span svg {
    margin-top: -10px;
    right: 4px;
    height: 20px;
  }
  .newsletter-part-title {
    margin-bottom: 2rem;
  }
  .principal-box .col-md-4 {
    margin-bottom: 30px;
  }
  .principal-block .p-desc {
    padding: 20px;
  }
  .from-the-principal .g-box {
    padding: 40px 40px 80px;
  }
  .from-the-principal .g-image {
    top: 75%;
  }
  .cal-box {
    background-color: #9B9B9B;
    padding: 20px;
    margin-bottom: 20px;
  }
  .cal-box>.row>div {
    flex: none;
    max-width: 100%;
  }
  .cal-date>div span {
    margin: 0 10px;
    float: left;
  }
  .cal-date>div span.month {
    margin-top: 30px;
    line-height: 50px;
    padding-left: 20px;
    border-left: 2px #120963 solid;
  }
  .cal-desc {
    padding: 0;
  }
  .cal-title {
    text-align: center;
  }
  .cal-subtitle {
    margin-bottom: 30px;
  }
  .cal-subtitle .date-time,
  .cal-subtitle .cal-location {
    color: #fff;
    max-width: 300px;
    margin: 5px auto;
  }
  .cal-content {
    display: none;
  }
  .cal-date .day:after {
    display: none;
  }
  .calendar-year {
    text-align: center;
  }
  .cal-top-box.hide-tablet {
    display: none;
  }
  .employment-content {
    margin-bottom: 60px;
  }
  .tablet-navmenu-wrap,
  .tablet-quiklinks-wrap {
    /* position: relative; */
  }
  .homeslide-div iframe {
    width: 300%;
  }
  .from-the-principal .g-block .right-btn img {
    height: auto;
  }
  .from-the-principal .g-block p {
    margin-bottom: 1rem;
  }
  .from-the-principal .g-block h2 {
    font-size: 24px;
  }
  .testimonial-slider {
    padding: 70px 0;
  }
  .imagetext-title-div h3 {
    margin-bottom: 35px;
  }
  .imagetext-title-div h2 {
    margin-bottom: 20px;
  }
  .featured-news-slider .owl-stage {
    /* left: -100px; */
  }
  .comman-detaildiv .table,
  .collapsible-accordion .table {
    margin-bottom: 3rem;
  }
  .custom-month,
  .custom-year {
    font-size: 44px;
  }
  .fc-calendar-container {
    width: 85%;
  }
  .fc-calendar .fc-row>div>span.fc-date {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    line-height: 48px;
    font-size: 18px;
  }
  .cal-desc {
    padding-left: 15px;
  }
  .news-content {
    padding: 0 25px;
  }
  .news-grid-sizer,
  .news-grid-item {
    width: 100%;
  }
  .news-grid-item.news-half {
    width: 100%;
  }
  .newsletter-searchdiv {
    width: auto;
    height: 50px;
  }
  .newsletter-titlebox {
    padding: 10px 35px 125px;
  }
  .newsletter-searchdiv .form-control {
    width: 65%;
  }
  .news-feature-div .newsletter-fec-title {
    font-size: 32px;
  }
  .news-current-btn .defult-btn {
    margin: 15px 20px;
    padding: 15px 9px;
  }
  .also-this-section {
    padding: 50px 30px;
  }
  .edition-viewmore {
    padding: 4rem 0;
  }
  .news-feature-div .newsletter-fec-title {
    margin-bottom: 40px;
  }
  .edition-content h2 {
    font-size: 26px;
    line-height: 125%;
  }
  .also-this-section .also-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .preedition-a:hover .preedition-tooltip {
    font-size: 12px;
    min-width: 150px;
    line-height: 16px;
    display: block;
    top: 10px;
    left: -150px;
  }
  .preedition-tooltip:after {
    display: none;
  }
  .emp-box {
    padding-bottom: 50px;
  }
  .empcurr-position {
    padding: 50px 0;
  }
  .empcurr-position.empcurr-last-position {
    padding-top: 10px;
  }
  .emp-detail-wrap {
    padding: 40px 30px;
  }
  .app-close-rightdiv {
    padding: 40px 30px 0;
    margin: 0;
  }
  .casual-apply-div {
    padding-bottom: 50px;
  }
  .web-form .form-group label {
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 16px;
    margin-top: 10px;
  }
  .web-form .form-group label.mrbtm_smlab {
    margin-bottom: 15px;
  }
  .comman-detaildiv h4 {
    margin-bottom: 1.5rem;
  }
  .emp-box {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .emp-detail-confluid,
  .emp-detail-confluid .col-md-12 {
    padding: 0;
  }
  .emp-detail-confluid .row {
    margin: 0;
  }
  .web-form .col-md-12,
  .web-form .col-md-6,
  .web-form .col-md-4,
  .web-form .col-md-8,
  .web-form .col-md-3 {
    padding: 0px;
  }
  .web-form .form-group.mrbtm_label {
    margin-bottom: 10px;
  }
  .web-form .form-group.mrbtm_label label {
    margin-bottom: 5px;
  }
  .web-form .pre-question-div h5 {
    padding-left: 25px;
    margin-top: 12px;
  }
  .casual-apply-div.emposition-over .imagesquare-link a svg {
    left: -25px;
    right: auto;
  }
  .form-submit-btn {
    padding: 9px 15px;
  }
  .gender-cat-select+.select-styled,
  .tell-select-fild+.select-styled {
    max-width: 100%;
  }
  .gender-cat-select+.select-styled+.select-options-ul,
  .tell-select-fild+.select-styled+.select-options-ul {
    max-width: 100%;
  }
  .homeslider-carousel .slider-content .slider-title {
    font-size: 32px;
  }
  .homeslider-carousel .slider-content {
    bottom: 35%;
  }
  .comman-detaildiv.emp-detail-wrap h4 {
    margin-top: 35px;
  }
  .comman-detaildiv.emp-detail-wrap .web-form h4,
  .comman-detaildiv.emp-detail-wrap .web-form .form-group h4 {
    margin-top: 13px !important;
    margin-bottom: 1rem;
  }
}

@media (max-width: 600px) {
  .new-footer-logodiv img{max-width:100%;}
  .featured-news-slider{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .featured-news-slider.first-slide{
    margin-left: -25%;
  }
  .featured-news-slider.first-slide .featured-boxdiv{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .featured-news-slider.first-slide .active .featured-boxdiv{
    padding-left: 25%;
  }

  .principal-box .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .principal-block .p-desc {
    padding: 15px;
  }
  .principal-block .p-desc h4 {
    font-size: 20px;
    line-height: 25px;
    min-height: 50px;
    margin-bottom: 20px;
  }
  .newsletter-wrapper,
  .news-feature-div {
    padding: 0;
  }
  .newsletter-part-title {
    margin-bottom: 1rem;
  }
  .cal-bottom a {
    float: none !important;
    display: block;
    margin: 10px auto 20px;
  }
  .cal-title {
    font-size: 24px;
  }
  .cal-subtitle .date-time {
    font-size: 16px;
  }
  .cal-bottom .add-calendar {
    width: 220px;
    font-size: 14px;
    padding-left: 65px;
  }
  .cal-bottom .readmore {
    font-size: 14px;
    width: 150px;
  }
  .emp-box {
    min-height: 400px;
  }
  .employment-wrapper {
    padding: 0;
  }
  .photogallery .slider__counter {
    font-size: 20px;
    line-height: 40px;
  }
  .photogallery .slider__counter span {
    font-size: 30px;
  }
  .featured-news-slider .owl-stage {
    /* left: -50px; */
  }
  .featured-content h5 {
    height: 104px;
  }
  .featured-content .introduction,.featured-content .introduction p{
    min-height: 104px;
  }
  .custom-month,
  .custom-year {
    font-size: 32px;
    line-height: 40px;
  }
  .mobile-title-event {
    display: block;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
  }
  .cal-desc h2 {
    display: none;
  }
  .cal-date .day {
    font-size: 52px;
    line-height: 52px;
  }
  .custom-month,
  .custom-year {
    display: block;
  }
  .custom-year {
    margin-left: 0;
  }
  .calendar-year {
    margin: 25px 0;
  }
  .calendar-year {
    margin-left: 104px;
  }
  .cal-date {
    width: 80px;
  }
  .cal-desc {
    width: calc(100% - 80px);
  }
  .calendar-arrow {
    top: -25px;
  }
  .extramont-year-arrow .calendar-arrow.arrow-cal-btm {
    top: -25px;
  }
  .cal-event-list ul li {
    padding: 30px;
  }
  .fc-calendar .fc-row>div>span.fc-date {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    line-height: 38px;
    font-size: 16px;
  }
  .news-grid-sizer,
  .news-grid-item {
    width: 100%;
  }
  .news-grid-item.news-half {
    width: 100%;
  }
  .news-boxdiv {
    height: auto;
    padding-bottom: 120%;
  }
  .news-grid-item.col2-height .news-boxdiv {
    height: auto;
  }
  .news-content {
    text-align: center;
    bottom: 40px;
  }
  .edition-listcol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .edition-box {
    padding-bottom: 110%;
  }
  .edition-search-div,
  .year-dropdown {
    margin: 6px;
  }
  .edition-content {
    text-align: center;
  }
  .edition-content h2 br {
    display: none;
  }
  .edition-content .defult-btn {
    margin-top: 30px;
  }
  .year-dropdown {
    width: 190px;
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
  }
  .year-dropdown.cl-year {
    width: 42px;
  }
  .year-dropdown.cl-year .select-box:before {
    left: 8px;
  }
  .year-dropdown.cl-year .select-box {
    font-size: 0;
    background: #120963;
  }
  .year-dropdown.cl-year.active .select-box {
    font-size: 18px;
    background: transparent;
  }
  .year-dropdown.active {
    /* border-radius: 20px 20px 0 0; */
  }
  .year-dropdown .select-dropdwon {
    height: auto;
  }
  .year-dropdown .select-dropdwon {
    display: none;
    height: auto;
    width: 190px;
    border-radius: 0 0 22px 22px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -95px;
    background: #120963;
    z-index: 1;
  }
  .year-dropdown.active .select-dropdwon {
    display: block;
    height: auto;
  }
  .edition-year-wrap {
    position: relative;
    z-index: -1;
  }
  .year-dropdown.active {
    overflow: inherit;
    width: 190px;
    border-radius: 22px 22px 0 0;
  }
  .edition-search-div:hover .icondiv-box {
    width: 190px;
  }
  .emp-box .emp-title strong {
    font-size: 32px;
    line-height: 44px;
  }
  .emp-box .emp-title small {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 32px;
  }
  .emp-box {
    padding: 20px;
    padding-bottom: 50px;
  }
  .emp-box .close-date {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 25px;
  }
  .emp-box .emp-top-text {
    margin-bottom: 50px;
  }
  .form-control,
  .select-wrap {
    height: 42px;
  }
  .select-styled {
    line-height: 30px;
  }
  select.form-control {
    padding: 7px 1rem;
  }
  .web-form h4 {
    line-height: 24px;
  }
}

@media (max-width: 480px) {
	.new-footer-logodiv img{max-width:100%;width:auto;}
  .loader-innerwrap .loader-logo img {
    width: 260px;
  }
  .loader-innerwrap canvas {
    height: 310px !important;
    width: 310px !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .loader-innerwrap .loader-logo {
    -webkit-transform: translate(-47.5%, -52%);
    -moz-transform: translate(-47.5%, -52%);
    -o-transform: translate(-47.5%, -52%);
    transform: translate(-47.5%, -52%);
  }
  .defult-btn {
    padding: 9px;
    min-width: 152px;
  }
  .search-portal-call {
    display: none;
  }
  .home-logodiv:before {
    background-position: right center;
    height: 155px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
  }
  .home-logodiv .homelogo-bg {
    background-position: right center;
  }
  .mobile-menuicon-div {
    top: 26px;
  }
  .home-logodiv .logo-link {
    left: 20px;
  }
  .home-logodiv .logo-link img {
    width: 72px;
  }
  .homeslider:after,
  .homeslider-carousel:after {
    transform: rotate(-6deg);
  }
  .home-bottomaspring img {
    height: 310px;
    width: 310px;
  }
  .home-bottomaspring {
    bottom: -80px;
    left: -60px;
  }
  .faicoucom-contitle {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 28px;
  }
  .featured-news-slider .slick-list,
  .featured-news-slider .owl-stages {
    padding-left: 0 !important;
  }
  .featured-news-title .title-div {
    font-size: 30px;
    margin-left: -130px;
    top: 150px;
    width: 260px;
  }
  .featured-slider-arrow {
    bottom: 150px;
    margin-left: -32px;
  }
  .featured-slider-arrow img {
    width: 64px !important;
  }
  .featured-content .featured-title {
    margin-bottom: 25px;
  }
  .featured-content {
    padding: 0 20px;
  }
  .footer-scoial a img {
    height: 30px;
  }
  .footer-scoial a {
    margin-right: 10px;
  }
  .faicoucom-box.faith-div .faicoucom-img {
    height: 66px;
    padding: 0 5px;
  }
  .faicoucom-box.courage-div .faicoucom-img {
    height: 72px;
    padding: 0 5px;
  }
  .faicoucom-box.compassion-div .faicoucom-img {
    padding: 0 5px;
    bottom: 8%;
  }
  .compassion-tabtm-img,
  .courage-tabtm-img,
  .faith-tabtm-img {
    padding: 0 5px;
  }
  .courage-tabtm-img {
    height: 72px;
  }
  .faith-tabtm-img {
    height: 66px;
  }
  .faith-popupimg {
    max-width: 120px;
  }
  .compassion-popupimg {
    max-width: 170px;
  }
  .courage-popupimg {
    max-width: 60px;
  }
  .faith-popupimg,
  .courage-popupimg,
  .compassion-popupimg {
    right: 25px;
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li a span {
    margin-left: 20px;
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li a {
    padding: 10px 30px;
  }
  .tablet-quiklinks-wrap .tablet-quickhead .quicklinks-li span {
    font-size: 17px;
  }
  .tablet-quiklinks-wrap .tablet-quickhead .quicklinks-li {
    width: 268px;
  }
  .tablet-quiklinks-wrap .tablet-quickhead .menuicon-div {
    width: calc(100% - 268px);
  }
  .tablet-quiklinks-wrap .tablet-quickhead .qeb-cornerdiv {
    padding: 5px 20px;
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li a img {
    height: 22px;
  }
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li.enrolment-li a img,
  .tablet-quiklinks-wrap .quicklinks-innermenu ul li.booktour-li a img {
    height: 24px;
  }
  .tbl-submenu-close svg {
    margin-right: 10px;
  }
  .innerpage-tilediv {
    left: 0px;
    transform: inherit;
    -webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  }
  .innerpage-tilediv .title-text {
    transform: inherit;
    padding: 20px 60px 20px 20px;
  }
  .coll-accordion-box>a {
    font-size: 18px;
    line-height: 26px;
    padding: 25px 20px 25px 100px;
  }
  .coll-accordion-box .content {
    margin-left: 100px;
  }
  .accordion-sign {
    width: 80px;
  }
  .from-the-principal .g-box {
    padding: 30px 30px 80px;
  }
  .from-the-principal:before {
    border: 6px #FFE600 solid;
  }
  .from-the-principal .innersection-tile {
    margin-bottom: 2rem;
  }
  .from-the-principal .g-block {
    max-width: 100%;
  }
  .from-the-principal .g-image {
    right: 0;
    margin: 0 auto;
    left: 0;
    top: auto;
    bottom: -32%;
    height: 200px;
    width: 85%;
  }
  .from-the-principal {
    padding: 0;
    margin: 0 0 200px;
  }
  .fc-calendar .fc-row>div>span.fc-date,
  .fc-calendar .fc-head>div>span.fc-week {
    font-size: 16px;
  }
  .homeslide-div iframe {
    width: 400%;
  }
  .calendar-arrow .custom-prev,
  .calendar-arrow .custom-next {
    padding: 8px;
  }
  .newsletter-titlebox {
    padding: 10px 20px 95px;
  }
  .newsletter-titlebox:before {
    height: 50px;
    top: -50px;
  }
  .newsletter-searchdiv {
    width: auto;
    height: 42px;
  }
  .newsletter-searchdiv .form-control {
    width: 65%;
    margin-left: 0;
  }
  .newsletter-searchdiv svg {
    height: 32px;
    width: 32px;
  }
  .pageauthor-info {
    padding: 30px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .pageauthor-info:before {
    left: 20px;
  }
  .edition-content .defult-btn,
  .edition-viewmore .defult-btn {
    padding: 12px 9px;
  }
  .emp-detail-wrap {
    padding: 50px 30px;
  }
  .login-area{
    padding-left: 10px;
    padding-right: 10px;
  }
  .app-close-rightdiv {
    padding: 40px 30px 0;
    margin: 0;
  }
  .casual-apply-div {
    margin-right: -30px;
    margin-left: -30px;
  }
  .web-form .form-group label {
    line-height: 20px;
    font-size: 15px;
  }
  .uploadfile-fild [type="file"]+label {
    margin-left: 45px;
  }
  .uploadfile-fild [type="file"]+label:before {
    left: -47px;
    width: 31px;
    height: 38px;
    background-size: cover;
  }
  .homeslider-carousel .slider-content {
    bottom: 29%;
  }
}

@media (max-width: 360px) {
  .copyright-text p,
  .author-site p {
    font-size: 13px;
  }
  .footer-detail li {
    font-size: 14px;
  }
  .featured-title {
    font-size: 28px;
  }
  .featured-content {
    padding: 0 15px;
  }
  .featured-content h5 {
    font-size: 15px;
    line-height: 20px;
    height: 100px;
  }
  .tbl-submenu-close {
    font-size: 21px;
  }
  .faicoucom-popup-content .innercontent-pop p {
    font-size: 14px;
    line-height: 20px;
  }
  .comman-detaildiv .table thead tr th,
  .collapsible-accordion .table thead tr th,
  .collapsible-accordion .table tfoot tr th,
  .comman-detaildiv .table tbody tr td,
  .collapsible-accordion .table tbody tr td {
    font-size: 13px;
  }
  .collapsible-accordion .table thead tr th,
  .collapsible-accordion .table tfoot tr th,
  .collapsible-accordion .table tbody tr td {
    padding: 10px 0;
    font-size: 11px;
  }
  .fc-calendar .fc-row>div>span.fc-date,
  .fc-calendar .fc-head>div>span.fc-week {
    font-size: 14px;
  }
  .fc-calendar .fc-row>div>span.fc-date {
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    line-height: 32px;
  }
}