* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-- Common Style --*/

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Nunito Sans", sans-serif;
  color: #030303;
  /* text-align: justify; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 0;
  color: #1e1e1f;
}

h1 {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
}

h2 {
  font-size: 38px;
  line-height: 48px;
}

h3 {
  font-size: 32px;
  line-height: 42px;
}

h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}

h5 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #005583;
}

h6 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #005583;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input,
span {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type=submit] {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

figure {
  padding: 0;
  margin: 0;
}

section {
  margin-top: 60px;
  margin-bottom: 60px;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.container {
  max-width: 1200px;
}

@media only screen and (max-width: 479px) {
  .container {
    width: 100%;
  }
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0;
  margin: 0;
}

/*-- 
    - Background color
-----------------------------------------*/
.bg-white {
  background-color: #ffffff;
}

.bg-light-blue {
  background-color: #F4F9FD;
}

.bg-blue {
  background-color: #005583;
}

/*- Overlay Color BG -*/
.bluewood-bg-overlay {
  position: relative;
}

.bluewood-bg-overlay::before {
  background: rgba(70, 90, 112, 0.9);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.overly-bg-black {
  position: relative;
}

.overly-bg-black::after {
  background: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/*-- 
    - color
-----------------------------------------*/
/*-- 
    - Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*-- 
    Scroll Up 
-----------------------------------------*/
#scrollUp {
  background: #005583 none repeat scroll 0 0;
  bottom: 85px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  height: 45px;
  line-height: 39px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 45px;
  z-index: 9999;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#scrollUp:hover i {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*-- 
    - Main Wrapper
-----------------------------------------*/
.main-wrapper.header-transparent {
  padding: 0 !important;
  margin: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-57 {
  margin-top: 57px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-57 {
  margin-bottom: 57px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-77 {
  margin-bottom: 77px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-92 {
  margin-bottom: 92px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-98 {
  margin-bottom: 98px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* 02. Element */
.button {
  background: #005583;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #ffffff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  padding: 0 22px;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 3px;
}

/*---------------------------------------------
    ::  Off_Canvas Css
-----------------------------------------------*/
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  top: 0;
}

.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}

.offcanvas_menu {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}

.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 999;
  top: 0;
  height: 100vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 100px 15px 30px;
  overflow-y: auto;

}

.offcanvas_menu_wrapper.active {
  margin-left: 0;
}

.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}

.offcanvas_menu_wrapper .header_search_box {
  display: block;
}

.offcanvas_main_menu>li.menu-item-has-children.menu-open>span.menu-expand {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.offcanvas_main_menu>li ul li.menu-item-has-children.menu-open span.menu-expand {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.offcanvas_main_menu li {
  position: relative;
}

.offcanvas_main_menu li:last-child {
  margin: 0;
}

.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}

.offcanvas_main_menu li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  /* text-transform: uppercase; */
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;

}

.offcanvas_main_menu li a:hover {
  color: #005583;
}

.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}

.offcanvas_footer {
  margin-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.offcanvas_footer span a {
  font-size: 14px;
}

.offcanvas_footer span a:hover {
  color: #005583;
}

.slinky-theme-default a:not(.back) {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
}

.slinky-theme-default a:not(.back):hover {
  background: inherit;
  color: #005583;
}

.canvas_close {
  position: absolute;
  top: 10px;
  right: 13px;
}

.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 32px;
  height: 32px;
  display: block;
  text-align: center;
  line-height: 32px;
  border: 1px solid #ededed;
  border-radius: 50%;

}

.canvas_close a:hover {
  background: #005583;
  border-color: #005583;
  color: #fff;
}

.canvas_open {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .canvas_open {
    display: block;
    padding-top: 20px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .canvas_open {
    right: 20px;
    top: 27px;
    display: block;
    width: 36px;
  }
}

.canvas_open a {
  font-size: 27px;
  width: 41px;
  height: 41px;
  display: block;
  line-height: 41px;
  text-align: center;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .canvas_open a {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 26px;
  }
}

.canvas_open a:hover {
  background: #005583;
  color: #fdfdfd;
}

.sticky-header.sticky {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  color: #000000 !important;
  background: #005583;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;
  display: block;
  left: 0;
  right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .sticky-header.sticky {
    position: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: inherit;
    opacity: inherit;
  }
}


.mobileSticky .stickyMob {
  position: inherit;
  z-index: 99;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.2, 1, 0.22, 1);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  border-bottom: 0;

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobileSticky .stickyMob {
    position: fixed;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .mobileSticky .stickyMob {
    position: fixed;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    -webkit-animation-name: inherit;
    animation-name: inherit;
    padding: 0;
    background: rgba(255, 255, 255, 0.9);
    opacity: inherit;
  }
}


/*---------------------------------------------
    ::  Header Css
-----------------------------------------------*/

.header_top {
  border-bottom: 1px solid #eee;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_top {
    padding: 18px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header_top {
    padding: 18px 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_contact_us {
    text-align: center;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header_contact_us {
    text-align: center;
    margin-bottom: 15px;
  }
}

.header_contact_us ul li {
  display: inline-block;
  margin-right: 15px;
}

.header_contact_us ul li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 575px) {
  .header_contact_us ul li {
    display: block;
    margin-right: 0;
  }
}

.header_contact_us ul li span i {
  margin-right: 3px;
}

.header_contact_us ul li a {
  font-size: 12px;
}

.header_contact_us ul li a:hover {
  color: #005583;
}

.header_account_area {
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_area {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .header_account_area {
    text-align: center;
  }
}

.header_account_area>ul>li {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  border-left: 1px solid #eee;
  color: #fff;
}

.header_account_area>ul>li:last-child {
  border-right: 1px solid #eee;
}

.header_account_area>ul>li:hover>a {
  color: #a5d4b0;
}

@media only screen and (max-width: 575px) {
  .header_account_area>ul>li {
    padding: 0 3px;
  }
}

.header_account_area>ul>li>a {
  font-size: 13px;
  line-height: 40px;
  font-weight: 600;
  /* text-transform: uppercase; */
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_account_area>ul>li>a {
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .header_account_area>ul>li>a {
    line-height: 24px;
  }
}

.header_middle {
  padding-top: 5px;
}

/* @media only screen and (max-width: 767px) {
  .header_middle {
    padding: 10px 0;
  }
} */
.header_middle .col-lg-4.col-md-4.col-3.col_canvas {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle .col-lg-4.col-md-4.col-3.col_canvas {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .header_middle .col-lg-4.col-md-4.col-3.col_canvas {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_middle .col-lg-4.col_search {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header_middle .col-lg-4.col_search {
    display: none;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1600px) {
  .logo {
    height: 120px;
    width: 120px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
  .logo {
    height: 110px;
    width: 110px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .logo {
    padding-top: 5px;
    height: 90px;
    width: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .logo {
    padding-top: 5px;
    text-align: center;
    height: 90px;
    width: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .logo {
    padding-top: 5px;
    text-align: center;
    height: 90px;
    width: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_search_box {
    display: none;
  }
    .header_search_box.call-div {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
  .header_search_box {
    display: none;
  }
    .header_search_box.call-div {
        display:none !important;
    }
}

.header_search_box form {
  position: relative;
  width: 100%;
  border: 1px solid #eee;
  background: #fbfbfb;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header_search_box form {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header_search_box form {
    width: 100%;
    margin-bottom: 25px;
  }
}

.header_search_box form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #232323;
}

.header_search_box form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #232323;
}

.header_search_box form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #232323;
}

.header_search_box form input:-moz-placeholder {
  /* Firefox 18- */
  color: #232323;
}

.header_search_box form input {
  font-size: 13px;
  border: 0;
  background: inherit;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0 43px 0 13px;
}

.header_search_box form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  background: inherit;
  font-size: 17px;
  padding: 0;
  width: 36px;
  text-align: center;
}

.header_search_box form button:hover {
  color: #005583;
}

.cart_wishlist_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  margin-top: 15px;
}

/*mini cart css end*/
.header_bottom {
  position: relative;
  background-color: #005583;
}

.header_bottom::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  background: #f1f0e9;
  width: 100%;
  height: 1px;
}


/*---------------------------------------------
    ::  Main Menu Css
-----------------------------------------------*/
.menu_position {
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_menu {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .main_menu {
    display: none;
  }
}

.main_menu nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main_menu nav>ul>li {
  position: relative;

}

.main_menu nav>ul>li:hover ul.sub_menu {
  visibility: visible;
  max-height: 360px;
  padding: 24px 20px;
}

.main_menu nav>ul>li:hover .mega_menu {
  visibility: visible;
  max-height: 425px;
  padding: 25px 30px 30px 30px;
}

.main_menu nav>ul>li:hover>a {
  border-top: 1px solid #0077b6;
}

.main_menu nav>ul>li>a {
  display: block;
  font-size: 15px;
  line-height: 57px;
  color: #fff;
  /* text-transform: uppercase; */
  font-weight: 600;
  border-top: 1px solid transparent;
  padding: 0 20px;
}

.main_menu nav>ul>li>a i {
  margin-left: 3px;
}

.main_menu nav>ul>li>a.active {
  border-top: 1px solid #222;
}

.main_menu nav>ul>li ul.sub_menu {
  position: absolute;
  min-width: 220px;
  padding: 0 20px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  max-height: 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}

.main_menu nav>ul>li ul.sub_menu li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: 32px;
  text-transform: capitalize;
  /* text-transform: uppercase; */
}

.main_menu nav>ul>li ul.sub_menu li a {
  display: inline-block;
  position: relative;
}

.main_menu nav>ul>li ul.sub_menu li a::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.main_menu nav>ul>li ul.sub_menu li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.main_menu nav>ul>li ul.sub_menu li a:hover {
  color: #005583;
  font-weight: 600;
  padding-left: 10px;

}

.main_menu nav>ul>li.mega_items {
  position: static;
}

.main_menu nav>ul>li .mega_menu {
  position: absolute;
  min-width: 100%;
  padding: 0 30px 0 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  max-height: 0;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  left: 0;
  right: auto;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  top: 100%;
  text-align: left;
}


/*---------------------------------------------
    ::  Modal Css  
-----------------------------------------------*/
.modal-dialog.modal-dialog-centered {
  min-width: 1100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 1000px;
  }

  .col_search {
    display: block;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 950px;
  }

  .col_search {
    display: block;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 730px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-dialog.modal-dialog-centered {
    min-width: 90%;
  }
}

.modal_title h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  line-height: 26px;
}

.variants_size h2,
.variants_color h2 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 7px;
  line-height: 20px;
}

.variants_size.mb-15,
.mb-15.variants_color {
  margin-bottom: 24px;
}

.variants_size .select_option,
.variants_color .select_option {
  width: 100%;
  border-radius: 0;
  margin-bottom: 25px;
}

.variants_size .select_option .list,
.variants_color .select_option .list {
  width: 100%;
  border-radius: 0;
}

.modal_body {
  padding: 29px 6px 38px;
}

@media only screen and (max-width: 767px) {
  .modal_body {
    padding: 42px 6px 38px;
  }
}

@media only screen and (max-width: 767px) {
  .modal_body .modal_tab {
    margin-bottom: 30px;
  }
}

.modal-content {
  border-radius: 0;
}

.modal-content button.close {
  position: absolute;
  left: 94%;
  width: 35px;
  height: 35px;
  line-height: 33px;
  display: block;
  border: 1px solid #ededed;
  top: 10px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .modal-content button.close {
    left: 83%;
    width: 32px;
    height: 32px;
    line-height: 35px;
    top: 4px;
    margin-bottom: 14px;
  }
}

.modal-content button.close:hover {
  color: #005583;
}

.modal_add_to_cart.mb-15 {
  margin-bottom: 23px;
}


/*---------------------------------------------
    :: Button style
-----------------------------------------------*/
.btnn {
  background-color: #005887;
  border: 1px solid transparent;
  padding: 2px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.btnn {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}

.btn-primary-icon-sm i {
  font-size: 24px;
}

.btnn:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  border: 1px solid #005887;
  color: #005887;
}

.btnn :hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #005887;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.btnn:hover .pera {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}


/*---------------------------------------------
    :: About
-----------------------------------------------*/
.about__right--content--sub {
  color: #005583;
  display: flex;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.about__right--content--sub .abt_svg {
  margin-bottom: 2px;
  fill: #005583;
}

.aon-pro-pic-circle {
  width: 150px;
  height: 150px;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 100%;
  z-index: 9;
  margin-top: -40px;
  top: 0;
  right: 0;
  margin-top: 115px;
  margin-right: 34px;
}

.aon-pro-circle-animate {
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-size: cover;
}

.aon-pro-circle-animate img {
  width: 130px;
  height: 130px;
  background-size: cover;
}

@media only screen and (max-width: 992px) {
  .aon-pro-circle-animate img {
    width: 80px;
    height: 80px;
    background-size: cover;
  }

  .aon-pro-pic-circle {
    margin-top: 88px;
    margin-right: 20px;
  }

  .aon-pro-circle-animate {
    position: relative;
    align-items: center;
    justify-content: end;
    display: flex;
  }
}

@media only screen and (max-width: 576px) {
  .aon-pro-circle-animate img {
    width: 60px;
    height: 60px;
    background-size: cover;
  }

  .aon-pro-pic-circle {
    margin-top: 88px;
    margin-right: 10x;
  }

  .aon-pro-circle-animate {
    position: relative;
    align-items: center;
    justify-content: end;
    display: flex;
  }
}

@media only screen and (max-width: 350px) {
  .aon-pro-circle-animate img {
    width: 60px;
    height: 60px;
    background-size: cover;
  }

  .aon-pro-pic-circle {
    margin-top: 120px;
    margin-right: 10x;
  }

  .aon-pro-circle-animate {
    position: relative;
    align-items: center;
    justify-content: end;
    display: flex;
  }
}

.animate-s {
  position: relative;
  overflow: hidden;
}

.animate-s::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.112) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.animate-s:before {
  -webkit-animation: shine 3.5s infinite;
  animation: shine 3.5s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}





/* @media only screen and (max-width: 767px) {
  .aon-pro-circle-animate img {
    width:50px;
    height:50px;
    background-size:cover;
  }
  .aon-pro-pic-circle { 
    width:160px;
    height:160px;
    align-items:center;
    justify-content:center;
    position:absolute; 
    left:70%;
    border-radius:100%; 
    z-index:9;  
    margin-top:287px;
  
  }
} */

.animate-v {
  -webkit-animation: upNdown2 5s infinite linear;
  animation: upNdown2 2s infinite linear;
}

@-webkit-keyframes upNdown2 {
  0% {}

  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
  }

  100% {}
}

@keyframes upNdown2 {
  0% {}

  50% {
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
  }

  100% {}
}

/*---------------------------------------------
    :: Facilities tab style
-----------------------------------------------*/

.facilities {
  background-color: #F4F9FD;
  padding-top: 60px;
  padding-bottom: 60px;

}

.facilities_txt h4 {
  font-weight: 700;
  font-size: 28px;
}

.facilities_txt {
  display: flex;
  justify-content: center;
}

.edu_cat {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, .075);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, .075);
  background: #ffffff;
  margin-bottom: 30px;
  overflow: hidden;
}

.edu_cat .pic {
  position: relative;
  padding-top: calc((65/100)*100%);
}

.edu_cat .pic>.pic-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: center center no-repeat;
  background-size: cover;
}

.edu_data {
  padding: 28px 30px 30px;
}

.edu_data .title {
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 2px;
}

.edu_data .title a {
  color: #000000;
}

.edu_data ul {
  margin: 0;
  padding: 0;
}

.edu_data ul li {
  margin-right: 15px;
  font-size: 14px;
  display: inline-block;
}

.edu_data ul li i {
  margin-right: 5px;
}

.edu_cat_2 {
  width: 100%;
  justify-content: center;
  justify-items: center;
  display: grid;
  cursor: pointer;
  transition: all ease 0.4s;
  position: relative;
}

/* .edu_cat_2:hover,.edu_cat_2:focus {
box-shadow: 0px 0px 20px rgba(14, 3, 84, 0.075);
-webkit-box-shadow: 0px 0px 20px  rgba(14, 3, 84, 0.075);
} */
.edu_cat_icons {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #005583;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.edu_cat_icons img {
  max-width: 40px;
}

.edu_cat_data h4 {
  font-size: 17px;
  margin-top: 10px;
}

.edu_cat_data ul li i {
  margin-right: 6px;
}

.edu_cat_icons:hover img {
  transform: rotate3d(2, 1, 2, 360deg);
}

.f_btn {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.c {
  border: 2px dotted #005583;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: relative;
  top: 90px;
  left: 0px;
  animation: anim 35s linear infinite;
}

@keyframes ani {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes anim {
  from {
    transform: rotate(360deg);
  }

  to {
    transform: rotate(0deg);
  }
}

/*---------------------------------------------
    :: Principal Message
-----------------------------------------------*/
.sign {
  font-family: "Hurricane", cursive;
  font-size: 26px !important;
  font-weight: 400;
}

.principal-left {
  justify-content: center;
  display: flex;

}

.principal_msg h6 {
  color: #1d1d1d;
}

.p-text p {
  text-align: justify;
}

/*---------------------------------------------
    :: News Card
-----------------------------------------------*/
.about__center--content--sub {
  color: #005583;
  display: flex;
  gap: 10px;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
  justify-content: center;
}

.about__center--content--sub .abt_svg {
  margin-bottom: 2px;
  fill: #005583;
}

.news-banner {
  border-radius: 12px;
  overflow: hidden;
}

.news-banner img {
  width: 100%;
}

.all-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.all-contents .news-content {
  padding: 16px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 5px;
  border: 1px solid #D9D9D9;
}

.all-contents .news-content.active,
.all-contents .news-content:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #005583;
  color: #fff;
}

.all-contents .news-content:last-child {
  padding-bottom: 0;
}

.all-contents .news-content .heading {
  margin-bottom: 4px;
}

.all-contents .news-content .heading .heading-pera {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 400;
  line-height: 24px;
}

.all-contents .news-content .title {
  color: var(--primary-title);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 575px) {
  .all-contents .news-content .title {
    font-size: 18px;
  }
}

.all-contents .news-content .news-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.all-contents .news-content .news-info .name {
  font-size: 14px;
  color: var(--primary-title);
  font-weight: 400;
  line-height: 1.2;
}

.all-contents .news-content .news-info .time {
  font-size: 14px;
  color: var(--primary-paragraph);
  font-weight: 400;
  line-height: 1.2;
  text-transform: capitalize;
}

.author-img {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid var(--white);
  overflow: hidden;
}

.author-img img {
  width: 100%;
  height: 100%;
}

.shape-news {
  position: absolute;
  bottom: -150px;
  left: 0px;
  z-index: -1;
}

@media (max-width: 991px) {
  .shape-news {
    display: none;
  }
}

.about-banner {
  border-radius: 16px;
  overflow: hidden;
  max-height: 594px;
}

.about-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*---------------------------------------------
    :: index gallery
-----------------------------------------------*/
.gallery-one__card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.gallery-one__card img {
  display: block;
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
  border-radius: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.gallery-one__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f9fd93;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  border-radius: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.gallery-one__card__hover .img-popup {
  position: relative;
}

.gallery-one__card:hover img {
  transform: scale(1.05);
}

.gallery-one__card:hover .gallery-one__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}

.gallery-one__card__icon {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}

.gallery-one__card__icon::after,
.gallery-one__card__icon::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50px;
}

.gallery-one__card__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*---------------------------------------------
    :: Footer section
-----------------------------------------------*/
.main-footer {
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: #F4F9FD;
}

.footer-area.three .main-footer {
  padding-bottom: 50px;
}

.footer-area.two .main-footer {
  padding-top: 85px;
  padding-bottom: 60px
}

.single-widget h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 45px;
  position: relative;
}

.single-widget h3::before {
  background: #000000 none repeat scroll 0 0;
  bottom: -5px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 60px;
}

.single-widget p {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 15px;
}

.single-widget ul {
  margin-top: 25px
}

.footer-social ul li {
  display: inline-block;
  margin-right: 13px;
}

.footer-social ul li:last-child {
  margin-right: 0px;
}

.single-widget ul li {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 16px;
}

.footer-social ul li a {
  border: 1px solid #DADADA;
  color: #000000;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer-area.two .footer-social ul li a {
  border: 1px solid #7A7A93;
  color: #c7c7c7;
}

.footer-social ul li:hover a,
.footer-area.two .footer-social ul li:hover a {
  border: 1px solid #005583;
  background: #005583;
  color: #fff;
}

.single-widget ul li:last-child {
  margin-right: 0px;
}

.footer-bottom {
  background: #005583;
  text-align: center;
}

.footer-bottom p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  margin-top: 2px;
}

.footer-area.three .footer-bottom.two p {
  line-height: 48px;
  margin-bottom: 0;
}

.footer-area.three .footer-bottom.two .footer-social ul {
  padding: 15px 0 15px;
}

.footer-bottom p a {
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer-bottom p a:hover {
  text-decoration: underline;
}

.main-footer .col-md-3:last-child {
  padding-left: 75px
}

.footer-area.two .single-widget a {
  float: left;
  display: block
}

.footer-area.two .single-widget ul li a {
  float: none
}

.footer-area.two .main-footer .col-md-3:last-child {
  padding-left: 50px;
}

.footer-area.three .footer-bottom {
  background: #fafafa none repeat scroll 0 0;
  padding: 75px 0 55px;
}

.footer-area.three .footer-bottom p a {
  color: #242424;
}

.footer-area.three .footer-bottom p {
  margin-bottom: 10px;
}

.footer-bottom .footer-social ul {
  padding: 17px 0 15px;
}

.single-widget.instagram a {
  position: relative;
  line-height: 0;
}

.single-widget.instagram a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  background: rgba(236, 28, 35, 0.5) none repeat scroll 0 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-widget.instagram a:hover::after,
.single-widget.instagram a:hover i {
  opacity: 1
}

.single-widget.instagram a i {
  position: absolute;
  z-index: 1;
  color: #fff;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.media-icon li {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}

.media-icon li:last-child {
  margin-bottom: 0;
}

    .media-icon li i {
        padding-top: 5px;
        background: #005583;
        height: 35px;
        width: 35px;
        line-height: 30px !important;
        text-align: center;
        font-size: 16px;
        color: #ffffff;
        margin-right: 10px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }

.media-icon.list-inline li {
  display: inline-block;
}

/*---------------------------------------------
    :: About Top
-----------------------------------------------*/

.page-header {
  position: relative;
  background: var(--secondary-color);
  padding: 60px 0;
}

.page-header::before {
  content: '';
  position: absolute;
  /* background-image: url(/images/banner.jpg); */
  background-color: #F4F9FD;
  background-repeat: no-repeat;
  background-position: top right;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-header-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-header-box h1 {
  font-size: 32px;
  letter-spacing: -0.05em;
}

.page-header-box ol {
  display: inline-flex;
  margin-bottom: 0;
  justify-content: center;
  border: 2px solid #005583;
  border-radius: 100px;
  padding: 6px 20px;
}

.page-header-box ol li.breadcrumb-item {
  color: #005583;
  text-transform: capitalize;
}

.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}

.page-header-box ol .breadcrumb-item+.breadcrumb-item::before {
  color: #005887;
}

/*---------------------------------------------
    :: About content
-----------------------------------------------*/
.about__image img {
  border-radius: 10px;
  min-height: 350px;
  object-fit: cover;
}

/*---------------------------------------------
    :: faculty
-----------------------------------------------*/

/* .team {
  padding: 80px 0;
} */

.team h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;

}

.team h2 span {
  color: #ff9100;
}

.team p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  color: #999999;
  margin-bottom: 25px;
  padding: 0;
}

.team .box {
  box-shadow: 0 10px 30px #0058870b;
  transition: all .5s ease-in-out;
}

.team .box .image {
  position: relative;
  height: 100%;
}

.team .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient'#F4F9FD';
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 15;
}

.team .box:hover .overlay {
  opacity: 0.85;
}

.team .box h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #030303;
  font-weight: 400;
  margin-top: 5px;
  text-transform: capitalize;

}

.team .box:hover {
  transform: translateY(-15px);
}

/*---------------------------------------------
    :: facilities
-----------------------------------------------*/

.team .boxx {
  box-shadow: 0 10px 30px #00588718;
  transition: all .5s ease-in-out;
}

.team .boxx .image {
  position: relative;
  height: 100%;
}

.team .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient'#F4F9FD';
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 15;
}

.team .boxx:hover .overlay {
  opacity: 0.85;
}

.team .boxx h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #030303;
  font-weight: 400;
  margin-top: 5px;
  padding-bottom: 10px;
}

/*---------------------------------------------
    :: facilities
-----------------------------------------------*/

.team .box_x {
  box-shadow: 0 10px 30px #00588718;
  transition: all .5s ease-in-out;
  text-align: center;
}

.team .box_x .image {
  position: relative;
  height: 100%;
}

.team .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient'#F4F9FD';
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 15;
}

.team .box_x:hover .overlay {
  opacity: 0.85;
}

.team .box_x h4 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  color: #030303;
  font-weight: 600;
}

.team .box_x .box_x_head {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #030303;
  font-weight: 600;
  margin-top: 5px;
}


/*---------------------------------------------
    :: gradient
-----------------------------------------------*/

.gradient {
  align-items: stretch;
  margin: 1em 0;
  height: 2em;
  line-height: 2em;
  color: white !important;
  background: #005887;
}

/*---------------------------------------------
    :: li icon
-----------------------------------------------*/
.icon {
  padding: 0 10px 0 0;
  color: #a5d4b0;
}

/*---------------------------------------------
    :: download
-----------------------------------------------*/
.download {
  display: flex;
  align-items: center;
  background-color: #005887;
  color: #ffffff !important;
  height: 50px !important;

}

.download h6 {
  color: #ffffff !important;
}

/*---------------------------------------------
    :: Inner Gallery
-----------------------------------------------*/

.gallery-two__card {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.gallery-two__card img {
  display: block;
  width: 100%;
  transition: transform 500ms ease, opacity 500ms ease;
  opacity: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.gallery-two__card__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f9fdca;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.gallery-two__card__hover .img-popup {
  position: relative;
}

.gallery-two__card:hover img {
  transform: scale(1.05);
}

.gallery-two__card:hover .gallery-two__card__hover {
  transform-origin: top center;
  transform: scale(1, 1);
}

.caption p {
  color: #030303;
}

.caption i {
  color: #005583;
  font-size: 30px;
}

/*---------------------------------------------
    :: Contact
-----------------------------------------------*/

.contact .info-item {
  box-shadow: 0 0 25px rgba(6, 101, 149, 0.033);
  padding: 20px 0 30px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid #d9d9d9bc;
}

.contact .info-item i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 24px;
  line-height: 0;
  color: var(--color-primary);
  border-radius: 50%;
  border: 2px solid #ffffff;
}

.contact .info-item h3 {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 25px rgba(6, 101, 149, 0.064);
  padding: 30px;
  border: 1px solid #d9d9d9bc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.contact .php-email-form .form-group {
  padding-bottom: 20px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #005583;
  border: 0;
  padding: 15px 35px;
  color: #ffffff;
  transition: 0.4s;
  border-radius: 0px;
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #a5d4b0;
  color: #040101;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.map {
  width: 575px;
  height: 450px;
  border-radius: 5px;
}

/*---------------------------------------------
    :: facilities
-----------------------------------------------*/

.team .link_boxx {
  box-shadow: 0 10px 30px #00588718;
  transition: all .5s ease-in-out;
  text-align: center;
}

.team .link_boxx .image {
  position: relative;
  height: 100%;
}

.team .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient'#F4F9FD';
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 15;
}

.team .link_boxx :hover .overlay {
  opacity: 0.85;
}

.team .link_boxx h4 {
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #030303;
  font-weight: 600;
}

.team .link_boxx .box_x_head {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #030303;
  font-weight: 600;
  margin-top: 5px;
}

/*---------------------------------------------
    :: Shine
-----------------------------------------------*/
.abt {
  position: relative;
  overflow: hidden;
}

.abt::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.abt:before {
  -webkit-animation: shine 3.5s infinite;
  animation: shine 3.5s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.logo {
  position: relative;
  overflow: hidden;
}

.logo::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.logo:before {
  -webkit-animation: shine 3.5s infinite;
  animation: shine 3.5s infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

/*---------------------------------------------
    :: animation
-----------------------------------------------*/

.title span {
  --total: calc(var(--duration) + var(--delay));
  position: relative;
  display: block;
  color: transparent;
  overflow: hidden;
  animation: revealText 1s var(--total) forwards
}

.title span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: #005583;
  animation: rollIn var(--duration) var(--delay) forwards,
    rollOut var(--duration) var(--total) forwards;
}

.title span:nth-child(2)::after {
  border-top: 3px solid #005583;
}

@keyframes revealText {
  to {
    color: #000;
  }
}

@keyframes rollIn {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
  }
}

@keyframes rollOut {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(105%);
    -webkit-transform: translateX(105%);
    -moz-transform: translateX(105%);
    -ms-transform: translateX(105%);
    -o-transform: translateX(105%);
  }
}

/* MESSAGE */


.message_section .message-wrapper-outer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  margin-bottom: 50px;
}

.message_section .message-wrapper-outer .message-item {
  box-shadow: 0px 10px 25px -5px #0055832b;
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.message_section .message-wrapper-outer .message-item .message-detail {
  flex-basis: 65%;
  margin-right: 30px;
}

.message_section .message-wrapper-outer .message-item .message-detail .rating-start-wrap {
  margin-bottom: 10px;
}

.message_section .message-wrapper-outer .message-item .message-detail .rating-start-wrap .rating-start {
  letter-spacing: 0;
}

.message_section .message-wrapper-outer .message-item .message-detail .testimonial-quote {
  margin-bottom: 30px;
}

.message_section .message-wrapper-outer .message-item .message-detail .author-info .author-name {
  margin-bottom: 0px;
}

.message_section .message-wrapper-outer .message-item .message-detail .author-info .author-desc {
  font-size: 13px;
  font-weight: 600;
  color: #f79e10;
}

.message_section .message-wrapper-outer .message-item .message-img {
  margin: 0 5px 20px;
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .message_section .message-wrapper-outer .message-item .message-img {
    margin: 0 5px 20px;
    display: flex;
    justify-content: center;
  }
}


.message_section .message-wrapper-outer .message-item .message-img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .message_section .message-wrapper-outer {
    grid-column-gap: 25px;
  }
}

@media screen and (max-width: 767px) {
  .message_section .message-wrapper-outer {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 30px;
    grid-row-gap: 30px;
  }
}

@media screen and (max-width: 479px) {
  .message_section .message-wrapper-outer .message-item {
    padding: 30px 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .message_section .message-wrapper-outer .message-item .message-detail {
    margin-right: 20px;
  }
}



/* alumni login */

.custom-btn {
  width: 130px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
    7px 7px 20px 0px rgba(0, 0, 0, .1),
    4px 4px 5px 0px rgba(0, 0, 0, .1);
  outline: none;
  font-size: 15px;
}

.btn-2 {
  background: #004dff;
  background: linear-gradient(0deg, #004dff 0%, #004dff 100%);
  border: none;
}

.btn-2:before {
  height: 0%;
  width: 2px;
}

.btn-2:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5),
    -4px -4px 6px 0 rgba(116, 125, 136, .5),
    inset -4px -4px 6px 0 rgba(255, 255, 255, .2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

.logbutn {
  text-align: center;
  justify-content: center;
}

label {
  color: rgb(3, 8, 5);
  font-weight: 700;
}

.alumni_log {
  justify-items: center;
}
.header_search_box.call-div {
    display: flex;
}

.header_search_box h2 {
  font-size: 34px !important;
  line-height: 38px !important;
  font-weight: 800 !important;
  background-color: hsla(0, 21%, 9%, 0.296);
  background-image: linear-gradient(45deg, hsl(0, 8%, 5%) 33%, hsla(209, 73%, 54%, 0.863) 50%, hsla(206, 75%, 53%, 0.82) 67%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  filter: url('#blur');
  font-weight: 400;
  padding: .25em .25em 0;
  animation: shimmer 2s infinite alternate ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-animation: shimmer 2s infinite alternate ease-in-out;
}

@keyframes shimmer {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 100% 0;
  }
}

.header_search_box h6 {
  font-size: 16px !important;
  line-height: 20px !important;
}


#blinking-button {
  font-size: 14px;
  padding: 0px 20px;
  border-radius: 1px;
  border: 0px solid #6C8003;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}

@keyframes blink {

  0%,
  100% {
    background-color: #e20e31;
  }

  25% {
    background-color: #f4e00f;
  }

  50% {
    background-color: #009e3d;
  }

  75% {
    background-color: #a20003;
  }
}

#blinking-button {
  background-color: #8EDDBE;
  color: white;
  animation: blink 1.5s linear infinite;
  -webkit-animation: blink 1.5s linear infinite;
}

.btn-1:before {
  height: 0%;
  width: 2px;
}

.btn-1:hover {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255, 255, 255, .2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}

/* responsive pdf */
.pdf-container {
  position: relative;
  width: 100%;
  padding-top: 141.42%;
  /* for A4 aspect ratio (1:1.4142) */
}

.pdf-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------
    :: about- house system start
-----------------------------------------------*/

.row-box {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 20px 20px;
  margin: 2px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.bg-blue {
  background-color: #2A2F92;
}

.bg-green {
  background-color: #0DA24C;
}

.bg-red {
  background-color: #E7211E;
}

.bg-yellow {
  background-color: #FFEB00;
  color: black;
}

/*---------------------------------------------
    :: about- house system end
-----------------------------------------------*/