
/*
* ----------------------------------------------------------------------------------------
* 01. START GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/



@media (max-width: 480px) {
  #custom-dropdown-section {
    width: 270px !important;
  }
}

#custom-dropdown-section{
  width: 350px;
  flex-wrap: wrap;
}



#custom-dropdown-section li a{
  display: block;            
  white-space: normal;        
  word-wrap: break-word;       
  overflow-wrap: break-word;   
}




body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #212121;
  line-height: 1.9em;
  font-weight: 400;
  overflow-x: hidden;
  margin: auto;
  background: #fff;
}

/* html,
body {
  height: 100%;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

a {
  color: #0E70C7;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-color: none !important;
}

a:focus,
a:hover {
  color: #034ea2;
  text-decoration: none ! important;
}

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

p {
  line-height: 27px;
  margin-bottom: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  /* list-style: none; */
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}


/*START PRELOADER DESIGN*/

#page-preloader {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
}

.loader {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  background-color: #0E70C7;
  -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  transform: translateX(0px) translateY(0px) rotate(0deg);
  -webkit-animation: mainAnimation 2.6s ease 0s infinite forwards;
  animation: mainAnimation 2.6s ease 0s infinite forwards;
  z-index: 2;
}

.loader:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: -50px;
  background-color: #0E70C7;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  transform: translateX(0px) translateY(0px) rotate(0deg);
  -webkit-animation: secundaryAnimation 2.6s ease 0s infinite forwards;
  animation: secundaryAnimation 2.6s ease 0s infinite forwards;
}

.loa-shadow {
  position: absolute;
  width: 100px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  margin-left: -75px;
  border-radius: 50%;
  background-color: #95a5a6;
  -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
  transform: translateX(0px) translateY(0px) rotate(0deg);
  -webkit-animation: shadowAnimation 2.6s ease 0s infinite forwards, float 5s ease-in-out 0s infinite forwards;
  animation: shadowAnimation 2.6s ease 0s infinite forwards, float 5s ease-in-out 0s infinite forwards;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: 1;
}

@-webkit-keyframes mainAnimation {
  0% {
    width: 50px;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  20% {
    width: 50px;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  40% {
    width: 150px;
    -webkit-transform: translateX(-50px) translateY(0px) rotate(0deg);
    transform: translateX(-50px) translateY(0px) rotate(0deg);
  }

  60% {
    width: 150px;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: translateX(-150px) translateY(0px) rotate(90deg);
    transform: translateX(-150px) translateY(0px) rotate(90deg);
  }

  80% {
    width: 50px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(90deg);
    transform: translateX(-25px) translateY(0px) rotate(90deg);
  }

  100% {
    width: 50px;
    -webkit-transform: translateX(-50px) translateY(0px) rotate(90deg);
    transform: translateX(-50px) translateY(0px) rotate(90deg);
  }
}

@keyframes mainAnimation {
  0% {
    width: 50px;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  20% {
    width: 50px;
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  40% {
    width: 150px;
    -webkit-transform: translateX(-50px) translateY(0px) rotate(0deg);
    transform: translateX(-50px) translateY(0px) rotate(0deg);
  }

  60% {
    width: 150px;
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: translateX(-150px) translateY(0px) rotate(90deg);
    transform: translateX(-150px) translateY(0px) rotate(90deg);
  }

  80% {
    width: 50px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(90deg);
    transform: translateX(-25px) translateY(0px) rotate(90deg);
  }

  100% {
    width: 50px;
    -webkit-transform: translateX(-50px) translateY(0px) rotate(90deg);
    transform: translateX(-50px) translateY(0px) rotate(90deg);
  }
}

@-webkit-keyframes secundaryAnimation {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(180deg);
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }

  40% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(180deg);
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }

  60% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  80% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(180deg);
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }
}

@keyframes secundaryAnimation {
  0% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(180deg);
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }

  40% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(180deg);
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }

  60% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  80% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  100% {
    -webkit-transform: translateX(0px) translateY(0px) rotate(180deg);
    transform: translateX(0px) translateY(0px) rotate(180deg);
  }
}

@-webkit-keyframes shadowAnimation {
  0% {
    width: 150px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(0deg);
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }

  20% {
    width: 75px;
    -webkit-transform: translateX(37.5px) translateY(0px) rotate(0deg);
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  40% {
    width: 200px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(0deg);
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }

  60% {
    width: 75px;
    -webkit-transform: translateX(37.5px) translateY(0px) rotate(0deg);
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  80% {
    width: 75px;
    -webkit-transform: translateX(37.5px) translateY(0px) rotate(0deg);
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  100% {
    width: 150px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(0deg);
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }
}

@keyframes shadowAnimation {
  0% {
    width: 150px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(0deg);
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }

  20% {
    width: 75px;
    -webkit-transform: translateX(37.5px) translateY(0px) rotate(0deg);
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  40% {
    width: 200px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(0deg);
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }

  60% {
    width: 75px;
    -webkit-transform: translateX(37.5px) translateY(0px) rotate(0deg);
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  80% {
    width: 75px;
    -webkit-transform: translateX(37.5px) translateY(0px) rotate(0deg);
    transform: translateX(37.5px) translateY(0px) rotate(0deg);
  }

  100% {
    width: 150px;
    -webkit-transform: translateX(-25px) translateY(0px) rotate(0deg);
    transform: translateX(-25px) translateY(0px) rotate(0deg);
  }
}

@-webkit-keyframes float {
  0% {
    top: 50%;
  }

  50% {
    top: 51%;
  }

  100% {
    top: 50%;
  }
}

@keyframes float {
  0% {
    top: 50%;
  }

  50% {
    top: 51%;
  }

  100% {
    top: 50%;
  }
}


/*END PRELOADER DESIGN*/


/*START SCROLL TO TOP*/

#topcontrol {
  background: #0E70C7;
  color: #fff;
  font-size: 26px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 11px;
  z-index: 99;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  text-shadow: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transform: rotate(-11deg);
  transform: rotate(-11deg);
}

#topcontrol:hover {
  background: #333;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}


/*END SCROLL TO TOP*/


/* HELPER CLASSES */

.section-padding {
  position: relative;
  float: left;
  width: 100%;
}

.section-back-image {
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.section-back-image-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.overlay,
.overlay-2 {
  position: relative;
}

.overlay:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
}

.overlay-2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.96;
  background-color: #fff;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.bg-gray {
  background-color: #F7F9FB;
}

.bg-theme {
  background-color: #0E70C7;
}

.theme-color {
  color: #0E70C7;
}


/*START SECTION TITLE DESIGN*/

.section-title {
  margin-bottom: 10px
}

.section-title h2 {
  position: relative;
  margin-bottom: 30px;
}

.section-title h2:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  background-color: #0E70C7;
  height: 2px;
  width: 70px;
  margin: 15px auto 0;
  display: block;
}

.section-title.section-title-left h2:after {
  left: 0;
  right: auto;
}

.section-title.section-title-right h2:after {
  left: auto;
  right: 0;
}

.section-title.white-title h2 {
  color: #fff;
}

.section-title.white-title h2:after {
  background-color: #fff;
}


/*END SECTION TITLE DESIGN*/


/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 02. START HEADER STYLE
* ----------------------------------------------------------------------------------------
*/


/* top area */

/* .top-area {
  background: #0E70C7;
} */

.top-menu ul li {
  display: inline-block;
}

.top-menu ul li a {
  color: #fff;
  float: left;
  margin: 15px 14px 0 0;
}

.top-menu ul li a i {
  padding-right: 6px;
}

.top-area p {
  color: #fff;
  font-weight: 500;
  line-height: 58px;
}

.header-social ul li {
  display: inline-block;
}

.header-social ul li a {
  font-size: 16px;
  color: #fff;
  padding: 14px 15px;
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: transparent;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header-social ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.header-social ul li a:hover:before,
.header-social ul li afocus:before,
.header-social ul li a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-social ul li a:hover {
  color: #fff;
}


.logo-area .header-info-box {
  position: relative;
  float: left;
  margin-left: 83px;
  margin-top: 15px;
  padding: 0 0 0 62px;
}

.logo-area .header-info-box .header-info-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  text-align: center;
  color: #fff;
  background: #0E70C7;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 3px 50% 50%;
  -moz-border-radius: 3px 50% 50%;
  border-radius: 3px 50% 50%;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.logo-area .header-info-box:hover .header-info-icon {
  -webkit-border-radius: 50% 3px 50% 50%;
  -moz-border-radius: 50% 3px 50% 50%;
  border-radius: 50% 3px 50% 50%;
}

.logo-area .header-info-box h5 {
  margin: 0;
}

/*menu area style*/

/* .mainmenu-area {
  background: #0E70C7;
} */

a.header-search {
  color: #fff;
  font-size: 20px;
  background: #333;
  display: inline-block;
  height: 74px;
  width: 74px;
  line-height: 74px;
  text-align: center;
}

/*search modal*/

.header-search-modal.modal {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}

#topcontrol {
  z-index: 1;
}

.modal-backdrop.show {
  opacity: .5;
  z-index: 2;
}

.header-search-modal .modal-dialog {
  margin: 275px auto;
}

.header-search-modal .modal-content {
  background-color: transparent;
}

.header-search-modal .form-control-lg {
  height: calc(2.5em + 2rem + 2px);
  border-radius: 50px;
}

.header-search-modal .header-search-btn {
  background: #0E70C7;
  color: #fff;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  line-height: 60px;
  padding: 0;
  position: absolute;
  left: -40px;
  top: -30px;
}

.header-search-modal .header-search-btn:hover,
.header-search-modal .header-search-btn:focus,
.header-search-modal .header-search-btn:active {
  box-shadow: none;
  color: #fff;
}

.header-search-modal .close {
  float: none;
  font-size: 80px;
  font-weight: normal;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 200px;
}

.header-search-modal button.close:active,
.header-search-modal button.close:active,
.header-search-modal button.close:focus {
  box-shadow: none;
  outline: 0;
}


/* main menu style */

.mainmenu-area .navbar-nav .nav-link {
  color: black;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
}

.mainmenu-area .navbar {
  padding: 0;
}

.mainmenu-area .navbar-nav .active.nav-link {
  position: relative;
}

.mainmenu-area .navbar-nav li.active {
  position: relative;
}

.mainmenu-area .navbar-nav li.active:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  bottom: 0;
  left: 0;
  background-color: #333;
}

.mainmenu-area ul.navbar-nav li a {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.mainmenu-area ul.navbar-nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00359e;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mainmenu-area ul.navbar-nav li a:hover:before,
.mainmenu-area ul.navbar-nav li a:focus:before,
.mainmenu-area ul.navbar-nav li a:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.mainmenu-area .navbar-nav .dropdown .nav-link:after {
  content: "\eac8";
  font-family: IcoFont;
  font-weight: 900;
  position: absolute;
  top: auto;
  right: 1px;
  font-size: 14px;
  padding-left: 10px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.mainmenu-area .navbar-nav .dropdown .nav-link:hover:after {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}


/* dropdown menu */

.main-header .mainmenu-area .navbar .dropdown .dropdown-menu {
  display: block;
  min-width: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  top: 62px;
  border-radius: 0;
  background-color: transparent;
  border: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .mainmenu-area .navbar .dropdown .dropdown-menu li>a {
  display: block;
  color: #fff;
  padding: 10px 25px 10px 20px;
  text-transform: capitalize;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  /* background: #0E70C7; */
  /* background: hsl(360, 74%, 48%); */
  background: hsl(0deg 85.22% 34.52%);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /* border: 2px solid red;
  width: 100% !important; */
  white-space: nowrap;
  font-family: "Lato", sans-serif;
}

.main-header .mainmenu-area .navbar .dropdown .dropdown-menu li>a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* background: #333; */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.main-header .mainmenu-area .navbar .dropdown .dropdown-menu li>a:hover:before,
.main-header .mainmenu-area .navbar .dropdown .dropdown-menu li>a:focus:before,
.main-header .mainmenu-area .navbar .dropdown .dropdown-menu li>a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.main-header .mainmenu-area .navbar .dropdown .dropdown-menu li>a:after {
  font-weight: 900;
  font-size: 14px;
  /* padding: 3px 0 0 0; */
  position: absolute;
  content: "\eaca";
  font-family: IcoFont;
  top: auto;
  left: 0;
  right: -5;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .mainmenu-area .navbar .dropdown .dropdown-menu li>a:hover:after {
  opacity: 1;
  visibility: visible;
  padding-left: 7px;
}

.main-header .mainmenu-area .navbar .dropdown .dropdown-menu li:not(:last-child)>a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header .mainmenu-area .navbar .dropdown:hover>.dropdown-menu {
  opacity: 1;
  top: 62px;
  visibility: visible;
}

.main-header .mainmenu-area .navbar .dropdown-menu .dropdown>.dropdown-menu {
  left: 300%;
  margin-top: -1px;
  min-width: 200px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  display: block;

}

.main-header .mainmenu-area .navbar .dropdown-menu .dropdown:hover>.dropdown-menu {
  visibility: visible;
  opacity: 1;
  left: 100.5%;
}


/*menu animation style*/

.mainmenu-area {
  width: 100%;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.mainmenu-area.menu-animation {
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 800ms;
  -moz-animation-duration: 800ms;
  -op-animation-duration: 800ms;
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}


/* mobile menu css */

.mean-container .mean-bar {
  background: #0E70C7;
}

.mainmenu-area.mean-container .mean-nav ul.navbar-nav li a {
  border-bottom: none;
}

.mainmenu-area.mean-container .mean-nav ul.navbar-nav li a:after {
  content: none;
}

.mainmenu-area.mean-container ul.navbar-nav li a:before {
  background: transparent;
}

/*
* ----------------------------------------------------------------------------------------
* 02. END HEADER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 03. START SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/

.slider-section {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-single-slide {
  position: relative;
  /* height: 550px; */
  width: 100%;
  display: table;
  background-size: cover;
  background-position: center center;
}



.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  height: fit-content !important;
}


/* @media(max-width:320px){
  .home-single-slide {
    width: 100%;
  }
} */

.home-single-slide-overlay {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  background-color: rgba(0, 0, 0, 0.6);
}

.home-single-slide-inner {
  display: table-cell;
  vertical-align: middle;
}

.home-single-slide-dec {
  position: absolute;
  left: 20px;
  bottom: -120px;
}

.home-single-slide-dec h4,
.home-single-slide-dec h2,
.home-single-slide-dec p {
  color: #fff;
}

.home-single-slide-dec h4 {
  font-size: 28px;
  margin: 0;
}

.home-single-slide-dec h2 {
  font-size: 60px;
  margin: 8px 0 15px;
}

.home-single-slide-dec p {
  font-size: 20px;
}


/*slider button style*/

.home-single-slide-button a {
  margin-right: 15px;
}

.slide-btn-one,
.slide-btn-two {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.slide-btn-one:before,
.slide-btn-two:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.slide-btn-one:hover:before,
.slide-btn-one:focus:before,
.slide-btn-one:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.slide-btn-two:hover:before,
.slide-btn-two:focus:before,
.slide-btn-two:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.slide-btn-one {
  color: #333;
  background: transparent;
  border: 2px solid #fff;
}

.slide-btn-one:before {
  background: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.slide-btn-one:hover,
.slide-btn-one:focus,
.slide-btn-one:active {
  color: #fff;
}

.slide-btn-two {
  color: #fff;
  background: #0E70C7;
  border: 2px solid #0E70C7;
}

.slide-btn-two:before {
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.slide-btn-two:hover,
.slide-btn-two:focus,
.slide-btn-two:active {
  color: #333;
  border-color: #fff;
}


/*owl controls css*/

.home-slides.owl-carousel .owl-nav button {
  color: #333;
  font-size: 30px;
  background: #fff;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 42%;
  margin-top: -20px;
  opacity: 0;
  visibility: hidden;
  vertical-align: middle;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.home-slides.owl-carousel:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}

.home-slides.owl-carousel .owl-nav button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0E70C7;
  border-radius: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.home-slides.owl-carousel .owl-nav button.owl-prev:before {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.home-slides.owl-carousel .owl-nav button.owl-next:before {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.home-slides.owl-carousel .owl-nav button:hover:before,
.home-slides.owl-carousel .owl-nav button:focus:before,
.home-slides.owl-carousel .owl-nav button:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.home-slides.owl-carousel .owl-nav button:hover,
.home-slides.owl-carousel .owl-nav button:focus,
.home-slides.owl-carousel .owl-nav button:active {
  color: #fff;
}

.home-slides.owl-carousel .owl-nav button.owl-prev {
  left: -80px;
}

.home-slides.owl-carousel:hover .owl-nav button.owl-prev {
  left: -35px;
}

.home-slides.owl-carousel .owl-nav button.owl-next {
  right: -80px;
}

.home-slides.owl-carousel:hover .owl-nav button.owl-next {
  right: -35px;
}

.home-slides.owl-carousel .owl-nav button.owl-prev i,
.home-slides.owl-carousel .owl-nav button.owl-next i {
  position: absolute;
  top: 22px;
}

.home-slides.owl-carousel .owl-nav button.owl-prev i {
  right: 8px;
}

.home-slides.owl-carousel .owl-nav button.owl-next i {
  left: 8px;
}

.home-slides.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  top: auto;
}

.home-slides.owl-carousel .owl-dot.active span {
  background: #0E70C7;
  height: 18px;
  width: 18px;
}

.home-slides.owl-carousel .owl-dot span {
  background: #fff;
}

.home-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #0E70C7;
}


/*slider animations*/

.home-slides.owl-carousel .owl-item.active .home-single-slide-dec h4,
.home-slides.owl-carousel .owl-item.active .home-single-slide-dec p,
.home-slides.owl-carousel .owl-item.active .home-single-slide-button {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.home-slides.owl-carousel .owl-item.active .home-single-slide-dec h2 {
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.home-single-slide-dec h4,
.home-single-slide-dec h2,
.home-single-slide-dec p,
.home-single-slide-button {
  animation-fill-mode: both;
  animation-name: fadeOut;
}

.home-single-slide-dec h4 {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}

.home-single-slide-dec h2 {
  animation-delay: 0.8s;
  animation-duration: 0.8s;
}

.home-single-slide-dec p {
  animation-delay: 1.0s;
  animation-duration: 1.0s;
}

.home-single-slide-button {
  animation-delay: 1.4s;
  animation-duration: 1.4s;
}

/* REVULATION SLIDER EDIT */

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden !important;
  margin-top: -1px;
}

.tp-banner-container h2 {
  font-size: 50px;
  font-weight: 700;
  color: #333;
  margin: 0;
  text-transform: uppercase;
}

.tp-banner-container p {
  color: #333;
  text-transform: capitalize;
}

.tp-caption a {
  color: #fff;
}

.tp-caption a.slide-btn-one {
  color: #333;
}

.tp-caption a.slide-btn-one:hover {
  color: #fff;
  background: #333;
}

.tp-slide-overlay {
  position: absolute;
  content: "";
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.tp-bannertimer {
  background-color: #333;
}

/*
* ----------------------------------------------------------------------------------------
* 03. END SLIDER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 04. START ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/

/*ADMISSION*/

.single-featured-item {
  padding: 36px;
}

.single-featured-item h4 {
  margin: 25px 0;
}

.single-featured-item .icon-holder span {
  font-size: 60px;
  font-weight: 800;
  color: #0E70C7;
}

.welcome-section-padding {
  position: relative;
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: #f4f0eb;
}

.about-wel-des h6 {
  text-transform: uppercase;
}

.about-wel-des h6 i {
  padding-right: 8px;
}

.about-us-into-btn-2 {
  color: #fff;
  background-color: #00359e;
  padding: 8px 30px;
}

.about-us-into-btn-icon {
  color: #333;
  background-color: #eee;
  padding: 8px 20px;
}

.about-us-into-btn-icon i {
  font-size: 14px;
}

.about-us-into-btn-icon,
.about-us-into-btn-2 {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border: transparent;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.about-us-into-btn-2:before,
.about-us-into-btn-icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.about-us-into-btn-2:hover:before,
.about-us-into-btn-2:focus:before,
.about-us-into-btn-2:active:before,
.about-us-into-btn-icon:hover:before,
.about-us-into-btn-icon:focus:before,
.about-us-into-btn-icon:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.about-us-into-btn-2:hover,
.about-us-into-btn-2:focus,
.about-us-into-btn-2:active,
.about-us-into-btn-icon:hover,
.about-us-into-btn-icon:focus,
.about-us-into-btn-icon:active {
  color: #fff;
}

/* .about-wel-img-sec-to{
  position: absolute;
  top: 70%;
  right: -10%;
  z-index: 4;
} */



.about-image-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

/* Main image styling */
.about-wel-img-section img {
  width: 100%;
  border-radius: 8px;
  display: block;
  object-fit: cover;
}

/* Overlapping second image */
.about-wel-img-sec-to {
  position: absolute;
  top: 70%;
  right: -10%;
  z-index: 4;
}

.about-wel-img-sec-to img {
  width: 100%;
  /* border: 4px solid #fff; */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* Add a subtle hover effect */
.about-wel-img-sec-to img:hover {
  transform: scale(1.03);
}

/* ✅ Responsive design for mobile screens */
@media (max-width: 768px) {
  .about-wel-img-sec-to {
    top: 60%;
    right: -5%;
  }

  .about-wel-img-sec-to img {
    width: 85%;
  }
}

@media (max-width: 480px) {
  .about-wel-img-sec-to {
    top: 55%;
    right: 0;
  }

  .about-wel-img-sec-to img {
    width: 90%;
  }
}

/* ✅ Specific fix for 320px screen */
@media (max-width: 320px) {
  .about-wel-img-sec-to {
    position: relative;
    /* prevent overlap issues */
    top: 0;
    right: 0;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
  }

  .about-wel-img-sec-to img {
    width: 95%;
  }
}


.about-wel-img-sec {
  position: relative;
  display: inline-block;
  /* margin-right: 30px; */
}

.about-wel-img-sec:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 19px;
  left: 17px;
  border: 3px solid #00359e;
  /* z-index: 1; */
}

.img-overlay:before {
  /* background: rgba(0, 0, 0, 0.8); */
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}



.about-wel-img-sec .img-wrap {
  position: relative;
  z-index: 3;
}


.about-wel-img-sec a {
  background: #fff;
  font-size: 25px;
  display: block;
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.about-wel-img-sec a i {
  z-index: 3;
  position: relative;
}

.about-wel-img-sec a:before,
.about-wel-img-sec a:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.about-wel-img-sec a:before {
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

.about-wel-img-sec a:after {
  transition: all 200ms;
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}


/*
* ----------------------------------------------------------------------------------------
* 04. END ABOUT STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 05. START FEATURES STYLE
* ----------------------------------------------------------------------------------------
*/

.single-service-item {
  padding: 40px 20px;
  transition: all 500ms ease;
}

.single-service-item:hover {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.single-service-item .icon-holder .service-item-icon-bg {
  background: #fff;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 14px;
  border: 1px solid #f4f4f4;
  transition: all 500ms ease;
  transition-delay: 0.10s;
}

.single-service-item .icon-holder .service-item-icon-bg i:before {
  color: #0E70C7;
  display: block;
  font-size: 50px;
  text-align: center;
  line-height: 30px;
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 30px 0;
  border: 1px solid #f4f4f4;
  transition: all 500ms ease;
  transition-delay: 0.15s;
}

.single-service-item:hover .icon-holder .service-item-icon-bg,
.single-service-item:hover .icon-holder .service-item-icon-bg i:before {
  border-color: #0E70C7;
}

.single-service-item p {
  margin: 20px 0;
}

.single-service-item .service-item-text-holder a {
  color: #fff;
  background-color: #0E70C7;
  padding: 8px 27px;
  border-radius: 30px;
  border: 2px solid #0E70C7;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.single-service-item .service-item-text-holder a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.single-service-item:hover .service-item-text-holder a:before,
.single-service-item:focus .service-item-text-holder a:before,
.single-service-item:active .service-item-text-holder a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.single-service-item:hover .service-item-text-holder a,
.single-service-item:focus .service-item-text-holder a,
.single-service-item:active .service-item-text-holder a {
  color: #333;
  border: 2px solid #0E70C7;
}


/*
* ----------------------------------------------------------------------------------------
* 05. END FEATURES STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 06. START COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/

.counter-padding {
  padding: 50px 0;
  position: relative;
  float: left;
  width: 100%;
}

.counter-info {
  float: left;
  width: 100%;
}

.counter-icon,
.counter-des {
  float: left;
}

.counter-icon {
  color: #fff;
  font-size: 75px;
  margin-right: 25px;
  margin-top: 6px;
}

.counter-des {
  width: 87%;
}

.counter-des h2 {
  color: #fff;
  font-size: 45px;
}

.single-counter-item {
  position: relative;
}

.single-counter-item:after {
  position: absolute;
  content: "";
  background: #fff;
  height: 2px;
  width: 50%;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.single-counter-item:hover:after {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.single-counter-item h4,
.single-counter-item p {
  color: #fff;
}

.single-counter-item h4 {
  color: #fff;
  font-size: 55px;
  margin: 0 0 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.single-counter-item:hover h4 {
  color: #0E70C7;
}

.single-counter-item i {
  color: #fff;
  font-size: 35px;
}


/*counter style 2*/

.single-counter-item.single-counter-item-s-2 {
  background: rgba(255, 255, 255, 0.18);
  padding: 25px 0;
  border-radius: 50% 3px 3px 3px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.single-counter-item.single-counter-item-s-2:hover {
  border-radius: 3px 50% 3px 3px;
}

.single-counter-item .single-counter-item-s-2 h4 {
  margin: 10px 0;
}


/*
* ----------------------------------------------------------------------------------------
* 06. END COUNTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 07. START TEAM STYLE
* ----------------------------------------------------------------------------------------
*/

.single-team-member {
  position: relative;
  display: block;
  padding-bottom: 93px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.single-team-member img {
  display: block;
  margin: auto;
}

.single-team-member .single-team-member-content {
  background: #333;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 0px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.single-team-member .single-team-member-content:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0E70C7;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.single-team-member .single-team-member-content .single-team-member-social {
  opacity: 0;
  visibility: hidden;
  height: 0;
  text-align: center;
}

.single-team-member .single-team-member-content .single-team-member-social li {
  display: inline-block;
}

.single-team-member .single-team-member-content .single-team-member-social li a {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 1;
}

.single-team-member .single-team-member-content .single-team-member-text {
  text-align: center;
  color: #fff;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.single-team-member .single-team-member-content .single-team-member-text h4 {
  color: #fff;
  line-height: 24px;
  letter-spacing: 0.30px;
}

.single-team-member .single-team-member-content .single-team-member-text p {
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.30px;
}

.single-team-member:hover .single-team-member-content:before {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.single-team-member:hover .single-team-member-content .single-team-member-social {
  opacity: 1;
  visibility: visible;
  height: auto;
  margin-bottom: 15px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.team-slides.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  top: auto;
}

.team-slides.owl-carousel.owl-theme .owl-dot.active span {
  height: 18px;
  width: 18px;
}

.team-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover.active span,
.team-slides.owl-carousel.owl-theme .owl-dot span {
  background: #333;
}

.team-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.team-slides.owl-carousel.owl-theme .owl-dot.active span {
  background: #0E70C7;
}

.team-slides.owl-carousel .owl-nav button.owl-next,
.team-slides.owl-carousel .owl-nav button.owl-prev {
  background: transparent;
  color: inherit;
}


/*team page style*/

.team-member-social li a {
  font-size: 18px;
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px 0 0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, .15);
}

.team-member-social li a:hover {
  background-color: #333;
  color: #fff;
}

.tea-intro-img img {
  box-shadow: 15px 15px 0px 0 #0E70C7;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.tea-intro-img img:hover {
  box-shadow: -15px -15px 0px 0 #0E70C7;
}


/*
* ----------------------------------------------------------------------------------------
* 07. END TEAM STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 08. START TESTIMONIAL & FAQ STYLE
* ----------------------------------------------------------------------------------------
*/

.testimonial-wrapper {
  padding-right: 52px;
}

.testimonial-wrapper .owl-item .item {
  float: left;
  width: 100%;
  margin-left: 84px;
}

.testimonial-inner {
  float: left;
  width: 100%;
}

.testimonial-inner .tes-quote,
.testimonial-inner .tes-dec {
  float: left;
}

.testimonial-inner .tes-quote {
  margin-right: 20px;
}

.testimonial-inner .tes-dec {
  width: 69%;
}

.testimonial-wrapper .testimonial-inner .tes-quote i {
  color: #fff;
  font-size: 24px;
}

.testimonial-wrapper .testimonial-inner .tes-dec p {
  color: #fff;
}

.testimonial-wrapper .testimonial-inner .tes-dec p.author-des {
  margin: 25px 0;
}

.testimonial-wrapper .testimonial-inner .tes-dec h4 {
  color: #fff;
  margin: 0;
}

.testimonial-wrapper.owl-carousel.owl-theme .owl-dots {
  margin: -12px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-wrapper.owl-theme .owl-dots .owl-dot {
  display: block;
  width: 60px;
  margin: 20px 0;
}

.testimonial-wrapper .owl-dot .testimonial-thumb,
.testimonial-wrapper .owl-dot img {
  width: 100%;
  height: auto;
  opacity: .5;
}

.testimonial-wrapper .owl-dot img:hover {
  opacity: 1;
  transition: 0.5s;
}

.testimonial-wrapper .owl-dot.active .testimonial-thumb,
.testimonial-wrapper .owl-dot.active img {
  opacity: 1;
}

.testimonial-wrapper.owl-carousel .owl-nav {
  position: absolute;
  left: 22%;
  color: #fff;
}

.testimonial-wrapper.owl-carousel .owl-nav button:hover {
  background: transparent;
}


/*testimonial single item style*/

.testimonial-item img {
  width: 100px;
}

.testimonial-item-img,
.single-teacher-img {
  position: relative;
}

.testimonial-item-img:before,
.single-teacher-img:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(200deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.testimonial-item:hover .testimonial-item-img:before,
.single-teacher-wrap:hover .single-teacher-img:before {
  width: 100%;
}

.testimonial-item .testimonial-item-img,
.testimonial-item .testimonial-inner {
  float: left;
}

.testimonial-item .testimonial-inner {
  width: 71%;
}

.testimonial-item .testimonial-inner .tes-dec {
  width: 84%;
}

.testimonial-item .testimonial-inner .tes-quote i {
  color: #333;
  font-size: 24px;
}

.testimonial-item .testimonial-inner .tes-dec h4 {
  margin: 0;
}


/*testimonial style 2*/

.testimonial-style-2 {
  float: left;
  width: 100%;
}

.testimonial-style-2-left,
.testimonial-style-2-right {
  float: left;
}

.testimonial-style-2-left {
  margin-right: 30px;
  text-align: center;
}

.testimonial-style-2-left img {
  box-shadow: -5px 8px 0px 0px rgba(0, 0, 0, .15);
}

.testimonial-style-2-right {
  /* width: 65%; */
  padding: 20px;
  border: 2px solid hsl(33, 40%, 31%);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background-color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.testimonial-style-2-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: hsl(33, 29%, 94%);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: black !important;
}

.testimonial-style-2:hover .testimonial-style-2-right:before,
.testimonial-style-2:focus .testimonial-style-2-right:before,
.testimonial-style-2:active .testimonial-style-2-right:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* .custom-testimonial-bg{
  background-color: hsl(33, 29%, 94%) !important;
} */

.testimonial-style-2:hover .testimonial-style-2-right,
.testimonial-style-2:hover .testimonial-style-2-right,
.testimonial-style-2:hover .testimonial-style-2-right {
  color: black;
  border-color: hsl(33, 40%, 31%);
}

.testimonial-style-2-left h4,
.testimonial-style-2-left span {
  color: #333;
}

.testimonial-style-2-left h4,
.testimonial-style-2-left span {
  margin: 15px 0 0;
}

.testimonial-style-2-left span {
  letter-spacing: 1px;
}

.testimonial-style-2-right:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -31px;
  border-bottom: 20px solid transparent;
  /* border-right: 30px solid #0E70C7; */
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


/*faq style*/

.faq-home-accor .panel.panel-default {
  border: 1px solid #ddd;
  padding: 18px 20px;
  width: 100%;
  border-radius: 15px;
}

.faq-home-accor .panel.panel-default .panel-title a {
  color: #fff;
}

.faq-home-accor .panel.panel-default .panel-title a:hover,
.service-des-faq .faq-home-accor .panel.panel-default .panel-title a:hover,
.faq-list .faq-home-accor .panel.panel-default .panel-title a:hover {
  color: #0E70C7;
}

.faq-home-accor h5 i {
  float: right;
}

.faq-home-accor .panel-body:hover {
  border-color: #034ea2;
}

.faq-home-accor .panel-collapse {
  border: medium none;
  box-shadow: none;
  overflow: hidden;
}


/*
* ----------------------------------------------------------------------------------------
* 08. END TESTIMONIAL & FAQ STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 09. START GALLERY STYLE
* ----------------------------------------------------------------------------------------
*/

.portfolio-sin-item {
  background-color: #000;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0;
}

.portfolio-sin-item * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.portfolio-sin-item:before,
.portfolio-sin-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background-color: #000;
  content: "";
  opacity: 0.5;
  z-index: 1;
}

.portfolio-sin-item:before {
  -webkit-transform: skew(45deg) translateX(-155%);
  transform: skew(45deg) translateX(-155%);
}

.portfolio-sin-item:after {
  -webkit-transform: skew(45deg) translateX(155%);
  transform: skew(45deg) translateX(155%);
}

.portfolio-sin-item img {
  backface-visibility: hidden;
  width: 100%;
  vertical-align: top;
}

.portfolio-sin-item figcaption {
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
}

.portfolio-sin-item:hover>img,
.portfolio-sin-item.hover>img {
  opacity: 0.5;
}

.portfolio-sin-item:hover:before,
.portfolio-sin-item.hover:before {
  -webkit-transform: skew(45deg) translateX(-45%);
  transform: skew(45deg) translateX(-45%);
}

.portfolio-sin-item:hover:after,
.portfolio-sin-item.hover:after {
  -webkit-transform: skew(45deg) translateX(55%);
  transform: skew(45deg) translateX(55%);
}

.portfolio-sin-item:hover figcaption,
.portfolio-sin-item.hover figcaption {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.portfolio-sin-item figcaption .port-icon a {
  position: relative;
  color: #fff;
}

.portfolio-sin-item figcaption .port-icon a.icon-ho {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.portfolio-sin-item figcaption .port-icon .icon-ho {
  border: 1px solid #fff;
  background: #fff;
  display: inline-block;
  color: #333;
  font-size: 15px;
  text-align: center;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  z-index: 1;
}

.portfolio-sin-item figcaption .port-icon a.icon-ho:hover {
  background: rgba(255, 255, 255, 1);
  color: #333;
}

.portfolio-sin-item figcaption .port-icon a.icon-ho:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #fff;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(.8);
  opacity: 0;
}

.portfolio-sin-item figcaption .port-icon .icon-ho:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.portfolio-sin-item figcaption .port-icon a.icon-ho:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.portfolio-sin-item figcaption h3 {
  background-color: #000;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 10px;
  text-transform: uppercase;
}

.portfolio-filter-menu ul li {
  display: inline-block;
  cursor: pointer;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 25px;
  padding: 8px 10px;
  position: relative;
  background-color: #f5f5f5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-filter-menu ul li:hover,
.portfolio-filter-menu ul li.active {
  color: #fff;
  background-color: #0E70C7;
}

.portfolio-filter-menu ul li:before {
  position: absolute;
  content: "";
  background-color: #0E70C7;
  height: 2px;
  width: 15px;
  opacity: 0;
  top: 21px;
  left: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-filter-menu ul li.active:before,
.portfolio-filter-menu ul li:hover:before {
  left: -25px;
  opacity: 1;
}

.portfolio-filter-menu ul li:after {
  position: absolute;
  content: "";
  background-color: #0E70C7;
  height: 2px;
  width: 15px;
  top: 21px;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.portfolio-filter-menu ul li.active:after,
.portfolio-filter-menu ul li:hover:after {
  right: -25px;
  opacity: 1;
}

.port-btn {
  color: #0E70C7;
  font-size: 20px;
}

.port-btn:hover i {
  padding-left: 10px;
}

.port-btn i {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}


/*
* ----------------------------------------------------------------------------------------
* 09. END GALLERY STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 10. START BLOG STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-home-single {
  float: left;
  width: 100%;
  box-shadow: 0px 0px 5px #ddd;
  border: 1px solid #ddd;
  position: relative;
}

.blog-home-single:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #337ab7;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.blog-home-single:hover:after {
  opacity: 1;
  visibility: visible;
  webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.blog-home-post-date {
  position: absolute;
  top: 0;
  right: 0;
  background: #0E70C7;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.blog-home-single:hover .blog-home-post-date {
  background: #333;
}

.blog-home-post-date i {
  background: #fff;
  color: #0E70C7;
  padding: 7px 11px;
}

.blog-home-post-date span {
  font-size: 13px;
  color: #ffffff;
  padding: 5px 11px 5px 7px;
}

.blog-home-des-wrap {
  float: left;
  width: 100%;
  background: #fff;
}

.blog-home-des-left,
.blog-home-des-right {
  float: left;
}

.blog-home-des-left {
  text-align: center;
}

.blog-home-des-left ul li {
  border-bottom: 1px solid #ddd;
  padding: 10px 20px;
}

.blog-home-des-left ul li:last-child {
  border: none;
}

.blog-home-des-right .havator {
  position: relative;
}

.blog-home-des-right .havator img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -52px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.blog-home-des-right {
  width: 81%;
  padding: 30px 20px 12px;
  background: #fff;
  box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.blog-home-meta {
  margin-top: 5px;
}

.blog-home-meta span {
  border-right: 1px solid #ddd;
  padding: 10px 10px 10px 0;
}

.blog-home-meta span:last-child {
  border: none;
}

.blog-home-meta span a {
  color: #0E70C7;
  padding-left: 8px;
}

.blog-home-content h4 {
  margin: 5px 0 10px;
  position: relative;
}

.blog-home-content h4 a {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
}

.blog-home-content h4 a:after {
  position: absolute;
  content: "";
  top: 12px;
  left: -22px;
  width: 3px;
  height: 12px;
  background: #0E70C7;
  display: block;
}

.blog-home-content h4 a:hover {
  color: #0E70C7;
}

.blog-home-btn a {
  margin-top: 10px;
  display: block;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.blog-home-image:hover .blog-home-btn a {
  visibility: visible;
  opacity: 1;
}

.blog-slides.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  top: auto;
}

.blog-slides.owl-carousel.owl-theme .owl-dot.active span {
  height: 18px;
  width: 18px;
}

.blog-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover.active span,
.blog-slides.owl-carousel.owl-theme .owl-dot span {
  background: #333;
}

.blog-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.blog-slides.owl-carousel.owl-theme .owl-dot.active span {
  background: #0E70C7;
}

.blog-slides.owl-carousel .owl-nav button.owl-next,
.blog-slides.owl-carousel .owl-nav button.owl-prev {
  background: transparent;
  color: inherit;
}


/*
* ----------------------------------------------------------------------------------------
* 10. END BLOG STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 11. START NEWSLETTER STYLE
* ----------------------------------------------------------------------------------------
*/

.hnewslettr-padding {
  padding: 70px 0;
  position: relative;
  float: left;
  width: 100%;
}

.hnewslettr-left h2,
.callto-action-left h2 {
  position: relative;
  font-size: 45px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.hnewslettr-left p,
.callto-action-left p {
  color: #fff;
}

.hnewslettr-form .form-control {
  height: 54px;
  font-weight: 600;
  font-size: 14px;
  border-color: #fff;
  letter-spacing: 1px;
  padding-left: 45px;
}

.hnewslettr-form .news-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-color: #333;
  background: #333;
  padding: 12px 40px;
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hnewslettr-form .form-group {
  position: relative;
}

.hnewslettr-form .form-group .form-icon {
  position: absolute;
  top: 50%;
  left: 8px;
  color: #333;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 25px;
}

.hnewslettr-form .news-btn:hover,
.hnewslettr-form .news-btn:active,
.hnewslettr-form .news-btn:focus {
  box-shadow: none;
  background-color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 11. END NEWSLETTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 12. START FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*top footer*/

.footer-section {
  position: relative;
  float: left;
  width: 100%;
}

#top-footer {
  padding: 85px 0 80px;
}

.footer-widget-title .logo img {
  width: 200px;
}

.footer-widget-title .logo {
  margin-bottom: 13px;
}

.footer-widget-title h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 40px;
}

.footer-widget-title h4:after {
  position: absolute;
  content: "";
  background-color: #0E70C7;
  height: 2px;
  width: 25px;
  left: 0;
  top: auto;
  bottom: -7px;
  border-radius: 5px;
}

.footer-widget-inner ul li {
  line-height: 35px;
}

.footer-widget-inner ul li a {
  color: #333;
}

.footer-widget-inner ul li a:hover {
  color: #0E70C7;
}

.footer-widget-inner ul li a:hover i {
  padding-right: 0;
}

.footer-widget-inner ul li a i {
  color: #0E70C7;
  padding-right: 6px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.social-fb {
  background-color: #3B5998;
}

.social-tw {
  background-color: #4099FF;
}

.social-gp {
  background-color: #d34836;
}

.social-em {
  background-color: #333;
}

.footer-social ul li {
  float: left;
}

.footer-social ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  margin: 0 10px 0 0;
}

.footer-social ul li a i {
  color: #fff;
}

.singleRecpost {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 112px;
  position: relative;
}

.singleRecpost:last-child {
  border: none;
  padding-bottom: 0;
}

.singleRecpost img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.singleRecpost:hover img {
  filter: grayscale(1) opacity(0.9);
  -webkit-filter: grayscale(1) opacity(0.9);
}

.singleRecpost p {
  margin-top: 5px;
  font-size: 14px;
}

.recTitle {
  line-height: 20px;
  margin: 0;
  font-size: 15px;
}

.recTitle a {
  color: #333;
}

.recTitle a:hover {
  color: #0E70C7;
}

.footer-contact-sin {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

.footer-contact-sin-left,
.footer-contact-sin-right {
  float: left;
}

.footer-contact-sin-left {
  margin-right: 12px;
}

.footer-contact-sin-right {
  width: 77%;
}

.footer-contact-sin-right p {
  margin-top: 8px;
}

.footer-contact-sin-left i {
  color: #0E70C7;
  font-size: 18px;
  text-align: center;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  line-height: 35px;
  display: block;
  border: 4px double #ddd;
}

.footer-contact-sin:last-child {
  border: none;
}


/*bootom footer*/

#bottom-footer {
  float: left;
  width: 100%;
}

.footer-menu {
  float: right;
}

.footer-menu ul li {
  display: inline-block;
  padding: 0 10px 0 0;
}

.footer-menu ul li:last-child {
  padding-right: 0;
}

.footer-menu ul li a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.footer-menu ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #0E70C7;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.footer-menu ul li a:hover:before,
.footer-menu ul li a:focus:before,
.footer-menu ul li a:active:before {
  right: 0;
}

.footer-menu ul li a:hover {
  color: #0E70C7;
}

.copyright-text,
.footer-menu ul li a {
  margin: 30px 0;
  color: #333;
}

.copyright-text a {
  color: #0E70C7;
}


/*
* ----------------------------------------------------------------------------------------
* 12. END FOOTER STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 13. START ABOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*page banner area*/

.page-banner {
  float: left;
  width: 100%;
  height: 350px;
  background-color: #0E70C7;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.page-banner-overlay {
  position: relative;
}

.page-banner-overlay:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.6;
}

.page-banner-content {
  margin-top: -100px;
}

.page-banner-title {
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  margin: 0 0 20px;
}

.page-banner-shape {
  position: absolute;
  width: 100%;
  height: 110px;
  bottom: -2px;
  left: 0;
  background-image: url("../img/bg/banner-shape.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

.page-banner-breadcrumb {
  font-size: 18px;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 700;
}

.page-banner-breadcrumb p a {
  color: #fff;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}

.page-banner-breadcrumb p a:after {
  position: absolute;
  content: "\ea98";
  font-family: IcoFont !important;
  top: 0;
  right: 0;
  margin: 3px auto;
}


/*end page banner area*/

.about-wel-padding {
  float: left;
  width: 100%;
  padding: 100px 0;
}

.welcome-section-title h2 {
  position: relative;
  margin-bottom: 30px;
}

.welcome-section-title h2:after {
  position: absolute;
  content: "";
  left: 0;
  right: auto;
  background-color: #0E70C7;
  height: 2px;
  width: 70px;
  margin: 15px auto 0;
  display: block;
}

.welcome-into-btn {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #0E70C7;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.welcome-into-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.welcome-into-btn:hover:before,
.welcome-into-btn:focus:before,
.welcome-into-btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.welcome-into-btn:hover,
.welcome-into-btn:focus,
.welcome-into-btn:active {
  color: #fff;
  border-color: #333;
}

.welcome-video {
  float: left;
  width: 100%;
  cursor: pointer;
}

.welcome-video:hover .welcome-video-icon i {
  color: #333;
}

.welcome-video-icon,
.welcome-video-des {
  float: left;
}

.welcome-video-icon i {
  font-size: 50px;
  color: #0E70C7;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.welcome-video-icon {
  margin-right: 10px;
}

.welcome-video-des h5 {
  margin: 0;
  font-weight: 600;
}

.welcome-video-des p {
  color: #333;
}


/*service tab*/

.service-tab {
  float: left;
  width: 100%;
  position: relative;
}

.service-tab .nav-tabs {
  border: none;
}

.service-tab .nav-tabs .nav-item {
  margin-bottom: 40px;
}

.service-tab .nav-tabs .nav-link {
  position: relative;
  color: #495057;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  display: table;
  padding: 15px 20px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.5s ease .1s;
  -moz-transition: all 0.5s ease .1s;
  -ms-transition: all 0.5s ease .1s;
  -o-transition: all 0.5s ease .1s;
  transition: all 0.5s ease .1s;
}

.service-tab .nav-tabs .nav-link:hover {
  background: #333;
}

.service-tab .nav-tabs .nav-link:hover,
.service-tab .nav-tabs .nav-item.show .nav-link,
.service-tab .nav-tabs .nav-link:hover.active {
  color: #fff;
}

.service-tab .nav-tabs .nav-item.show .nav-link,
.service-tab .nav-tabs .nav-link.active {
  color: #0E70C7;
}

.service-tab .nav-tabs .nav-item .nav-link:before {
  color: #034ea2;
  font-size: 25px;
  position: absolute;
  content: "\ea6d";
  right: -25px;
  top: 50%;
  font-family: 'icofont' !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease .1s;
  -moz-transition: all 0.5s ease .1s;
  -ms-transition: all 0.5s ease .1s;
  -o-transition: all 0.5s ease .1s;
  transition: all 0.5s ease .1s;
}

.service-tab .nav-tabs .nav-item .nav-link.active:before {
  opacity: 1;
  visibility: visible;
  right: -16px;
}

.service-tab .nav-tabs .nav-item .nav-link:hover.active:before {
  color: #333;
}

.service-tab .nav-tabs .nav-link i {
  font-size: 45px;
}

.service-tab .nav-tabs .nav-link span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 8px;
}

.ab-img-col {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.ab-img-col:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.tab-content:hover .ab-img-col:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.service-tab-left,
.ab-img-col {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -o-transform: translateY(30%);
  -ms-transform: translateY(30%);
  transform: translateY(30%);
}

.ab-img-col figure {
  background: linear-gradient(to right, rgb(14, 112, 199, 1) 0%, rgb(14, 112, 199, 0.86) 44%, rgb(228, 164, 15, 1) 59%, rgb(228, 164, 15, 0.86) 71%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0E70C7', endColorstr='#E4A40F', GradientType=1);
}

.ab-img-col figure img {
  margin: 10px 0px -10px 10px;
  width: 100%;
  box-shadow: 0px 1px 10px 1px rgb(158, 153, 158);
}

.service-tab-left h4 {
  text-transform: uppercase;
}

.service-tab-left p {
  margin: 25px 0;
}

.service-btn {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 30px;
  background: transparent;
  border: 2px solid #0E70C7;
  border-radius: 30px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.service-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  border-radius: 30px;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.service-btn:hover:before,
.service-btn:focus:before,
.service-btn:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.service-btn:hover,
.service-btn:focus,
.service-btn:active {
  color: #fff;
  border-color: #333;
}


/*call to action*/

.about-promo {
  float: left;
  width: 100%;
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

.about-promo-box-img {
  position: absolute;
  bottom: -38px;
}

.about-promo-box-des h4 {
  color: #fff;
  font-size: 30px;
}

.about-promo-box-des p {
  color: #fff;
  margin: 25px 0;
}

.call-to-action-btn,
.call-to-action-btn-2 {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 30px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 30px;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.call-to-action-btn:before,
.call-to-action-btn-2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.call-to-action-btn:before {
  background-color: #333;
}

.call-to-action-btn-2:before {
  background-color: #0E70C7;
}

.call-to-action-btn:hover:before,
.call-to-action-btn:focus:before,
.call-to-action-btn:active:before,
.call-to-action-btn-2:hover:before,
.call-to-action-btn-2:focus:before,
.call-to-action-btn-2:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.call-to-action-btn:hover,
.call-to-action-btn:focus,
.call-to-action-btn:active,
.call-to-action-btn-2:hover,
.call-to-action-btn-2:focus,
.call-to-action-btn-2:active {
  color: #fff;
  border-color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 13. END ABOUT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 14. START SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.service-list-item {
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
}

.service-list-des {
  padding: 20px;
}

.service-list-des h4 {
  margin-bottom: 15px;
}

.service-list-des h4 i {
  background-color: #333;
  color: #fff;
  height: 45px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-list-item:hover .service-list-des h4 i {
  background-color: #0E70C7
}

.service-list-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.service-list-img img {
  display: block;
  position: relative;
}

.service-list-img .mask,
.service-list-img .content {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.service-list-img .mask-1 {
  left: auto;
  right: 0;
  -webkit-transform: rotate(56.5deg) translateX(-205px);
  -moz-transform: rotate(56.5deg) translateX(-205px);
  -o-transform: rotate(56.5deg) translateX(-205px);
  -ms-transform: rotate(56.5deg) translateX(-205px);
  transform: rotate(56.5deg) translateX(-205px);
  -webkit-transform-origin: 100% 0%;
  -moz-transform-origin: 100% 0%;
  -o-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.service-list-img .mask-2 {
  top: auto;
  bottom: 0;
  -webkit-transform: rotate(56.5deg) translateX(205x);
  -moz-transform: rotate(56.5deg) translateX(205px);
  -o-transform: rotate(56.5deg) translateX(205px);
  -ms-transform: rotate(56.5deg) translateX(205px);
  transform: rotate(56.5deg) translateX(205px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.service-list-img .mask-1,
.service-list-img .mask-2 {
  background-color: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  width: 100%;
  height: 442px;
  -webkit-transition: all 0.3s ease-in-out 0.6s;
  -moz-transition: all 0.3s ease-in-out 0.6s;
  -o-transition: all 0.3s ease-in-out 0.6s;
  transition: all 0.3s ease-in-out 0.6s;
}

.service-list-item:hover .service-list-img .mask-1 {
  -webkit-transform: rotate(56.5deg) translateX(1px);
  -moz-transform: rotate(56.5deg) translateX(1px);
  -o-transform: rotate(56.5deg) translateX(1px);
  -ms-transform: rotate(56.5deg) translateX(1px);
  transform: rotate(56.5deg) translateX(1px);
}

.service-list-item:hover .service-list-img .mask-2 {
  -webkit-transform: rotate(56.5deg) translateX(-1px);
  -moz-transform: rotate(56.5deg) translateX(-1px);
  -o-transform: rotate(56.5deg) translateX(-1px);
  -ms-transform: rotate(56.5deg) translateX(-1px);
  transform: rotate(56.5deg) translateX(-1px);
}

.service-list-item:hover .service-list-img .mask-1,
.service-list-item:hover .service-list-img .mask-2 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.service-list-img .content {
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
  -webkit-transform: rotate(-33.5deg) translate(-102px, 182px);
  -moz-transform: rotate(-33.5deg) translate(-102px, 182px);
  -o-transform: rotate(-33.5deg) translate(-102px, 182px);
  -ms-transform: rotate(-33.5deg) translate(-102px, 182px);
  transform: rotate(-33.5deg) translate(-102px, 182px);
  -webkit-transform-origin: 0% 100%;
  -moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: all 0.4s ease-in-out 0.3s;
  -moz-transition: all 0.4s ease-in-out 0.3s;
  -o-transition: all 0.4s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.service-list-item:hover .service-list-img .content {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  width: 100%;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}

.service-list-img a.info {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background: #000;
  padding: 0px 120px;
  text-align: center !important;
}


/*pagimnation style*/

.site-pagination .pagination {
  border-radius: 0;
}

.site-pagination .page-link {
  border: none;
  margin: 0 12px;
  color: #333;
  font-weight: 700;
  border-radius: 5px;
}

.site-pagination .page-item:first-child .page-link {
  border-radius: 0;
}

.site-pagination .active .page-link {
  background: #0E70C7;
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}

.site-pagination .page-link i {
  font-size: 25px;
  border-radius: 50%;
}

.site-pagination .page-link:hover {
  background: transparent;
}

.site-pagination .active .page-link:hover {
  background: #333;
  color: #fff;
}

.site-pagination .page-link.bo-tl {
  position: relative;
}

.site-pagination .page-link.bo-tl:after {
  position: absolute;
  content: "";
  background: #333;
  height: 2px;
  width: 8px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}


/*
* ----------------------------------------------------------------------------------------
* 14. END SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 15. START SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.service-slides-inner figure,
.gallery-slides-inner figure {
  position: relative;
  margin: 0;
}

.service-slides-inner figcaption,
.gallery-slides-inner figcaption {
  color: #fff;
  padding: 3px 0;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-slides-inner figcaption:before,
.gallery-slides-inner figcaption:before {
  background: rgba(0, 0, 0, 0.8);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.service-slides-wrapper.owl-carousel .owl-nav,
.gallery-slides-wrapper.owl-carousel .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.service-slides-wrapper.owl-carousel .owl-nav .owl-prev,
.service-slides-wrapper.owl-carousel .owl-nav .owl-next,
.gallery-slides-wrapper.owl-carousel .owl-nav .owl-prev,
.gallery-slides-wrapper.owl-carousel .owl-nav .owl-next {
  margin: 1px 12px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.service-slides-wrapper.owl-carousel .owl-nav [class*="owl-"]:hover,
.gallery-slides-wrapper.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.service-slides-wrapper.owl-carousel .owl-nav:before,
.gallery-slides-wrapper.owl-carousel .owl-nav:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

.service-slides-wrapper .owl-dot {
  width: 151px;
  margin: 3px 3px 0 0px;
  position: relative;
}

.service-slides-wrapper .owl-dot img {
  max-width: 100%;
  height: auto;
}

.service-slides-wrapper.owl-theme .owl-dots {
  text-align: left;
}

.service-slides-wrapper .owl-dot:after,
.service-slides-wrapper .owl-dot.active:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.service-slides-wrapper .owl-dot:after {
  opacity: 0;
}

.service-slides-wrapper .owl-dot.active:after,
.service-slides-wrapper .owl-dot:hover:after {
  opacity: 0.6;
}

.service-slides-wrapper .owl-dot {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.service-slides-wrapper .owl-dot:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.service-slides-wrapper .owl-dot:hover:before,
.service-slides-wrapper .owl-dot:focus:before,
.service-slides-wrapper .owl-dot:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/*animation*/

.service-slides-wrapper.owl-carousel .owl-item.active .service-slides-inner figcaption,
.gallery-slides-wrapper.owl-carousel .owl-item.active .gallery-slides-inner figcaption {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.service-slides-inner figcaption,
.gallery-slides-inner figcaption {
  animation-fill-mode: both;
  animation-name: fadeOut;
}

.service-slides-inner figcaption,
.gallery-slides-inner figcaption {
  animation-delay: 0.5s;
  animation-duration: 0.5s;
}

.service-des h4.title,
.blog-single-des h4.title,
.blog-single-comment-des h4.title,
.blog-single-comment-form-inner h4.title,
.service-des-list h4.title,
.service-des-faq h4.title,
.faq-list h4.title {
  position: relative;
  margin-bottom: 30px;
}

.service-des h4.title:after,
.service-des-list h4.title:after,
.faq-list h4.title:after,
.service-des-faq h4.title:after,
.blog-single-des h4.title:after,
.blog-single-comment-des h4.title:after,
.blog-single-comment-form-inner h4.title:after {
  position: absolute;
  content: "";
  display: block;
  background: #0E70C7;
  height: 2px;
  width: 60px;
  margin: 12px 0;
}

.service-des-blockquote .blockquote {
  font-size: 15px;
  border-left: 5px solid #eee;
  padding: 0 20px;
}

.service-des-blockquote .blockquote-footer {
  font-weight: 600;
  font-size: 13px;
  margin: 8px 0 0;
}

.service-des-blockquote .blockquote-footer cite {
  font-weight: 400;
}

.service-des-faq .faq-home-accor .panel.panel-default .panel-title a,
.faq-list .faq-home-accor .panel.panel-default .panel-title a {
  color: #333;
}


/*sidebar widget*/

.sidebar-widget,
.sidebar-widget-inner {
  float: left;
  width: 100%;
}

.sidebar-widget-title {
  margin-bottom: 40px;
}

.sidebar-widget-title h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin: 0;
}

.sidebar-widget-title h5:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  width: 70px;
  height: 4px;
  background: url(../img/bg/title-separator.png);
}

.sidebar-widget-inner {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(146, 184, 255, 0.5);
  box-shadow: 0px 0px 7px 0px rgba(146, 184, 255, 0.5);
}

.service-links ul li a {
  letter-spacing: 0.48px;
  color: #5d5d5d;
  display: block;
  text-transform: capitalize;
  padding: 0 0 0 10px;
}

.service-links ul li a i {
  padding: 0 10px 0 5px;
  font-size: 25px;
}

.service-links ul li.active a,
.service-links ul li:hover a {
  color: #fff;
}

.service-links ul li {
  padding: 11px 0;
  border-bottom: 1px solid #ddd;
  position: relative;
  background: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.service-links ul li:last-child {
  border: none;
}

.service-links ul li.active {
  background: #0E70C7;
}

.service-links ul li:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0E70C7;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.service-links ul li:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.tes-wid .testimonial-style-2-left img {
  box-shadow: -5px 8px 0px 0px rgba(0, 0, 0, .15);
  width: 100px;
}

.tes-wid .testimonial-style-2-left {
  margin: 0 auto;
  float: none;
}

.tes-wid .testimonial-style-2-right {
  float: none;
  display: block;
  margin: 30px auto 0;
  width: 90%;
}

.tes-wid .testimonial-style-2-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0E70C7;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tes-wid .testimonial-style-2-right:after {
  top: -16px;
  left: 50%;
  border-bottom: 15px solid #0E70C7;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tea-wid .singleRecpost {
  margin-bottom: 10px;
  padding-bottom: 40px;
  padding-left: 95px;
}

.tea-wid .singleRecpost img {
  width: 80px;
}


/*call to action*/

.callto-action-padding {
  padding: 70px 0;
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
}

.callto-action-padding:after {
  background: #333;
  content: "";
  height: 100%;
  left: 56%;
  position: absolute;
  top: 0;
  transform: skewX(-35deg);
  -webkit-transform: skewX(-35deg);
  width: 100%;
  z-index: -1;
}


/*
* ----------------------------------------------------------------------------------------
* 15. END SINGLE SERVICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 16. START FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.search-box {
  border: 1px solid #ddd;
  border-radius: 10px;
}

.search-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 10px;
}

.btn-search {
  color: #fff;
  background-color: #0E70C7;
  border-color: #0E70C7;
}

.btn-search:hover,
.btn-search:focus,
.btn-search:active {
  background: #333;
  color: #fff;
  box-shadow: none;
}

.search-box-form-control {
  border: none;
}

.search-box-form-control:hover,
.search-box-form-control:active,
.search-box-form-control:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

.search-box-wrap p {
  margin: 50px 0;
  color: #333;
}

.single-faq-box {
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px #ddd;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-faq-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0E70C7;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.single-faq-box:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.single-faq-box i {
  font-size: 50px;
  color: #0E70C7;
}

.single-faq-box h4 {
  margin: 15px 0;
}

.single-faq-box i,
.single-faq-box p,
.single-faq-box h4,
.single-faq-box p a {
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-faq-box:hover i,
.single-faq-box:hover p,
.single-faq-box:hover h4 {
  color: #fff;
}

.faq-lis-heading {
  margin-top: 50px;
  margin-bottom: 50px;
}

.faq-list,
.faq-contact-form-wrap {
  border: 4px solid #e0e0e1;
  border-radius: 10px;
  padding: 40px;
  position: relative;
}

.faq-list:before,
.faq-contact-form-wrap:before {
  position: absolute;
  content: "";
  width: 4px;
  height: 35px;
  top: -39px;
  left: 50%;
  display: block;
  background-color: #e0e0e1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}


/* faq contact form style */

.contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.contact-form .form-group label {
  color: #575757;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.contact-form .form-group.form-message label {
  top: 8%;
  -webkit-transform: unset;
  transform: unset;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  position: relative;
  background: transparent;
  z-index: 1;
}

.contact-form .form-group input:focus+label,
.contact-form .form-group textarea:focus+label,
.contact-form .form-group input:not(:placeholder-shown)+label,
.contact-form .form-group textarea:not(:placeholder-shown)+label {
  top: 2%;
  background: #fff;
  z-index: 2;
  font-weight: 700;
}

.contact-form .form-group input:focus,
.contact-form .form-group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-form .form-group input:focus::placeholder,
.contact-form .form-group textarea:focus::placeholder {
  color: #999;
}

.contact-form .form-group input::placeholder,
.contact-form .form-group textarea::placeholder {
  color: transparent;
}

.contact-form .form-group input {
  height: 60px;
}

.contact-form .form-group.form-message textarea {
  padding: 15px;
}

.contact-form .form-group.form-message textarea:not(:placeholder-shown)+label,
.contact-form .form-group.form-message textarea:focus+label {
  top: -8%;
  background: #fff;
  z-index: 2;
  font-weight: 700;
  padding: 0 15px;
}

.faq-btn {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 13px 45px;
  background: #0E70C7;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.faq-btn:hover,
.faq-btn:active,
.faq-btn:focus {
  color: #fff;
  box-shadow: none;
  border-color: #333;
}

.faq-btn:before {
  position: absolute;
  content: '';
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.faq-btn:hover:before,
.faq-btn:focus:before,
.faq-btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}


/*
* ----------------------------------------------------------------------------------------
* 16. END FAQ PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 17. START 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.error-page-wrap h3 {
  font-size: 150px;
  margin: -30px 0 0;
  letter-spacing: 20px;
  color: #0E70C7;
}

.error-page-wrap h4 {
  text-transform: uppercase;
  margin: 30px 0;
  letter-spacing: 1px;
  font-size: 30px;
}

.error-page-wrap p {
  margin: 30px 0 50px;
}

.error-page-wrap a i {
  padding-right: 10px;
}

.error-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 40px;
  position: relative;
  background: #0E70C7;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-transform: uppercase;
}

.error-btn:before {
  position: absolute;
  content: '';
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.error-btn:hover:before,
.error-btn:focus:before,
.error-btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.error-btn:hover,
.error-btn:active,
.error-btn:focus {
  color: #fff;
  box-shadow: none;
  border-color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 17. END 404 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 18. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.single-blog-post .single-blog-post-wrap,
.blog-single .blog-single-tag .blog-single-tag-wrap,
.blog-single .blog-single-author .blog-single-author-wrap,
.blog-single .blog-single-prevnxt .blog-single-prevnxt-wrap,
.blog-single .blog-single-comment .blog-single-comment-wrap,
.blog-single .blog-single-comment-form .blog-single-comment-form-wrap {
  position: relative;
  border-left: 1px solid #0E70C7;
  padding: 0 0 61px 45px;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-icon,
.blog-single .blog-single-tag .blog-single-tag-wrap .blog-single-tag-icon,
.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-icon,
.blog-single .blog-single-prevnxt .blog-single-prevnxt-wrap .blog-single-prevnxt-icon,
.blog-single .blog-single-comment .blog-single-comment-wrap .blog-single-comment-icon,
.blog-single .blog-single-comment-form .blog-single-comment-form-wrap .blog-single-comment-form-icon {
  position: absolute;
  top: 0;
  left: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #0E70C7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-icon i,
.blog-single .blog-single-tag .blog-single-tag-wrap .blog-single-tag-icon i,
.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-icon i,
.blog-single .blog-single-prevnxt .blog-single-prevnxt-wrap .blog-single-prevnxt-icon i,
.blog-single .blog-single-comment .blog-single-comment-wrap .blog-single-comment-icon i,
.blog-single .blog-single-comment-form .blog-single-comment-form-wrap .blog-single-comment-form-icon i {
  font-size: 18px;
  color: #fff;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content {
  position: relative;
  padding: 15px 30px 34px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content h4.single-blog-post-title {
  font-size: 15px;
  margin: 25px 0;
  position: relative;
  margin-bottom: 5px;
  margin-top: 0;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content h4.single-blog-post-title a {
  color: #2d2d2d;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content h4.single-blog-post-title a:hover {
  color: #0E70C7;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content h4.single-blog-post-title:after {
  position: absolute;
  content: '';
  top: 4px;
  left: -30px;
  width: 3px;
  height: 12px;
  background: #0E70C7;
  display: block;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info {
  margin-bottom: 28px;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info span {
  color: #0E70C7;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info span i {
  padding-right: 10px;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info small {
  color: #bebebe;
  padding: 0 8px;
}

.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info span,
.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info span i,
.single-blog-post .single-blog-post-wrap .single-blog-post-content .single-blog-post-Info small {
  font-size: 13px;
}

.single-blog-post-content p {
  margin: 35px 0;
}

.blog-read-more-btn {
  font-size: 13px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 8px 35px;
  border: 1px solid #333;
  border-radius: 30px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.blog-read-more-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0E70C7;
  border-radius: 30px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.blog-read-more-btn:hover:before,
.blog-read-more-btn:focus:before,
.blog-read-more-btn:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blog-read-more-btn:hover,
.blog-read-more-btn:focus,
.blog-read-more-btn:active {
  color: #fff;
}

.single-blog-post-quote,
.single-blog-post-link {
  background: #F1F1F1;
  padding: 30px;
}

.single-blog-post-quote .blockquote {
  font-size: 18px;
  border-left: 5px solid #0E70C7;
  margin: 0;
  padding: 0 20px;
}

.single-blog-post-quote .blockquote p {
  margin: 0;
}

.single-blog-post-quote footer {
  text-align: right;
  margin-top: 20px;
  font-size: 13px;
  font-weight: 600;
}

.single-blog-post-link a {
  font-size: 20px;
  color: #333;
  display: block;
  text-decoration: underline;
  text-align: center;
}


/*search widget*/

.wid_sea .search-box-form-control {
  font-size: 18px;
}

.wid_sea .btn-search {
  font-size: 15px;
}

.wid_sea .search-body {
  padding: 8px 10px;
}


/*photo gallery widget*/

.single-gallery {
  position: relative;
  display: inline-block;
  margin: 0 0 3px 0;
}

.single-gallery img {
  width: 96px;
}

.single-gallery a {
  position: relative;
}

.single-gallery a:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-gallery a:hover:before {
  height: 100%;
}

.single-gallery .icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  right: 0;
  bottom: 0;
}

.single-gallery .icon i {
  position: absolute;
  left: 40%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-gallery:hover .icon i {
  top: 40%;
  opacity: 1;
}


/*promo box widget*/

.pro-box-inner h4 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 25px;
}

.pro-box-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pro-box {
  position: relative;
}

.pro-box-inner a {
  color: #fff;
  background: #0E70C7;
  padding: 5px 40px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.pro-box-inner a:before {
  position: absolute;
  content: '';
  top: calc(50% - 10px);
  right: 0;
  z-index: -1;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  pointer-events: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  border-color: transparent transparent transparent #0E70C7;
}

.pro-box-inner a:hover:before,
.pro-box-inner a:focus:before,
.pro-box-inner a:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}


/*tag widget*/

.tag-list span a {
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding: 6px 15px;
  margin: 0px 10px 10px 0;
}

.tag-list span a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #0E70C7;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.tag-list span a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tag-list span a:hover:before,
.tag-list span a:focus:before,
.tag-list span a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.tag-list span a:hover,
.tag-list span a:focus,
.tag-list span a:active {
  color: #fff;
  border-color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 18. START BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 19. START SINGLE BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.blog-single .blog-single-share {
  position: relative;
}

.blog-single .blog-single-share .blog-single-share-box {
  position: absolute;
  top: 20px;
  left: -90px;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item {
  margin-bottom: 13px;
  position: relative;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #f0f0f0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item a:hover {
  background: #333;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item a i {
  font-size: 14px;
  color: #333;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item a:hover i {
  color: #fff;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item span {
  font-size: 12px;
  color: #ffffff;
  padding: 0 20px;
  background: #034ea2;
  position: absolute;
  top: 20px;
  left: 150%;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item:hover span {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.blog-single .blog-single-share .blog-single-share-box .blog-single-share-item span:after {
  content: '';
  border-top: 6px solid transparent;
  border-right: 6px solid #034ea2;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 100%;
}

.blog-single .single-blog-post-wrap .single-blog-post-content .blog-single-des .blog-single-list-style ul li {
  margin-bottom: 15px;
}

.blog-single .single-blog-post-wrap .single-blog-post-content .blog-single-des .blog-single-list-style ul li:last-child {
  margin-bottom: 0;
}

.blog-single .blog-single-tag .blog-single-tag-wrap .blog-single-tag-list,
.blog-single .blog-single-prevnxt .blog-single-prevnxt-wrap .blog-single-related-post,
.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des,
.blog-single .blog-single-comment .blog-single-comment-wrap .blog-single-comment-des,
.blog-single .blog-single-comment-form .blog-single-comment-form-wrap .blog-single-comment-form-inner {
  position: relative;
  padding: 15px 30px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.blog-single .blog-single-author,
.blog-single .blog-single-author .blog-single-author-wrap,
.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des,
.blog-single .blog-single-prevnxt,
.blog-single .blog-single-comment,
.blog-single .blog-single-comment .blog-single-comment-wrap,
.blog-single .blog-single-comment-form,
.blog-single .blog-single-comment-form .blog-single-comment-form-wrap {
  float: left;
  width: 100%;
}

.blog-single .blog-single-tag .blog-single-tag-wrap .blog-single-tag-list strong {
  padding-right: 10px;
}


/*author box style*/

.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-image,
.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-bio {
  float: left;
}

.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-bio {
  width: 76%;
}

.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-image {
  margin-right: 20px;
}

.blog-single .blog-single-author .blog-single-author-wrap .blog-single-author-des .author-image img {
  height: 120px;
  width: 120px;
}


/*previous-next post style*/

.blog-single-prevnxt .blog-single-prevnxt-wrap .post-previous span,
.blog-single-prevnxt .blog-single-prevnxt-wrap .post-next span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #b3b3b3;
  display: block;
}

.blog-single-prevnxt .blog-single-prevnxt-wrap .post-previous h6 a,
.blog-single-prevnxt .blog-single-prevnxt-wrap .post-next h6 a {
  color: #333;
}

.blog-single-prevnxt .blog-single-prevnxt-wrap .post-previous h6 a:hover,
.blog-single-prevnxt .blog-single-prevnxt-wrap .post-next h6 a:hover {
  color: #0E70C7;
}


/* comment list style */

.commet-list-content,
.blog-comment-form {
  margin-top: 42px;
}

.blog-single-comment .blog-single-comment-wrap .comment .avatar {
  float: left;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.blog-single-comment .blog-single-comment-wrap .comment .comment-text {
  margin: 0 0 0 90px;
  background: #FBFBFB;
  border-bottom: 1px solid #FBFBFB;
  padding: 30px;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.blog-single-comment .blog-single-comment-wrap .comment .comment-text:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #FBFBFB transparent transparent;
  position: absolute;
  content: '';
  top: 0;
  left: -14px;
}

.blog-single-comment .blog-single-comment-wrap .comment .comment-text .author {
  margin-bottom: 5px;
}

.blog-single-comment .blog-single-comment-wrap .comment .comment-text .author span {
  font-weight: bold;
  display: block;
  line-height: 0.6;
  margin-bottom: 10px;
  color: #666;
}

.blog-single-comment .blog-single-comment-wrap .comment .comment-text .author a {
  color: #333;
}

.blog-single-comment .blog-single-comment-wrap .comment .comment-text .author span a {
  color: inherit;
}

.blog-single-comment .blog-single-comment-wrap .comment .comment-text .author p,
.comment .comment-text .author p a {
  color: #333;
}

.blog-single-comment .blog-single-comment-wrap .comment ul {
  margin: 30px 0;
  padding: 0 0 0 70px;
}

.blog-single-comment .blog-single-comment-wrap .comment:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.blog-single-comment .blog-single-comment-wrap .comment ul .comment:last-child {
  padding-bottom: 0;
}


/*
* ----------------------------------------------------------------------------------------
* 19. END SINGLE BLOG PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 20. START CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.address-box-wrap {
  border: 1px solid #f6f6f6;
  float: left;
  width: 100%;
}

.address-box-sin {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  float: left;
  width: 100%;
}

.address-box-sin:last-child {
  border: none;
  padding-bottom: 0;
}

.address-box-icon,
.address-box-des {
  float: left;
}

.address-box-icon {
  margin-right: 20px;
}

.address-box-icon i {
  color: #fff;
  font-size: 20px;
  background: #333;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 50px;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.address-box-sin:hover .address-box-icon i {
  background: #0E70C7;
}

.address-box-des {
  width: 81%;
}


/*contact form style*/

.contact-heading h2 {
  position: relative;
}

.contact-heading h2:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background: #333;
  left: 0;
  margin: 10px auto 0;
  display: block;
}

.contact-form .form-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: #333;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.con-btn {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 13px 45px;
  background: #0E70C7;
}

.con-btn:hover,
.con-btn:focus,
.con-btn:active {
  background: #333;
  color: #fff;
  box-shadow: none;
}


/*success box style*/

.success-box span {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  display: block;
  margin-top: 20px;
}

.success-box img {
  margin: 0 auto;
  width: 190px;
  display: block;
}

.success-box span i {
  color: #0E70C7;
  font-size: 40px;
  margin-top: 15px;
  display: block;
}


/*google map style*/

#gmap_canvas,
.gmap_canvas {
  width: 100%;
  height: 400px;
}

#gmap_canvas {
  border: none;
}


/*clients logo carousel style*/

.client-padding {
  position: relative;
  float: left;
  width: 100%;
}

.single-client-item {
  display: table;
  position: relative;
  height: 200px;
  width: 100%;
}

.single-client-item a {
  display: table-cell;
  vertical-align: middle;
}

.clients-slides.owl-carousel .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
}

.clients-slides.owl-carousel .owl-dot.active span {
  background: #0E70C7;
  height: 18px;
  width: 18px;
}

.clients-slides.owl-carousel .owl-dot span {
  background: #333;
}

.clients-slides.owl-carousel .owl-dot.active:hover span,
.clients-slides.owl-carousel .owl-dot span:hover {
  background: #0E70C7;
}


/*
* ----------------------------------------------------------------------------------------
* 20. END CONTACT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 21. START HOME 2 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*header css*/

.home-2 .mainmenu-area {
  background: transparent;
  /* width: 100%;
  border: 2px solid red; */
}

.home-2 .mainmenu-area .navbar-nav .nav-link {
  color: #333;
  padding: 12px 20px;
}

.home-2 .mainmenu-area ul.navbar-nav li a:hover,
.home-2 .mainmenu-area.mean-container .navbar-nav .nav-link {
  color: #fff;
}

.header-btn a {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 30px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.header-btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.header-btn a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header-btn a:hover {
  color: #fff;
}


/*features style*/

.feature-block {
  background-color: #fff;
  border-radius: 2px;
  padding: 30px;
  margin-bottom: 15px;
  transition: all ease .5s
}

.feature-block-icon {
  border-radius: 50%;
  display: block;
  font-size: 36px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
  width: 80px;
  transition: all 0.5s ease 0s;
}

.feature-block:hover .feature-block-icon,
.feature-block:focus .feature-block-icon {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  transform: rotate(360deg);
  background-color: #333;
}

.feature-block-icon {
  background-color: #0E70C7;
  color: #fff;
}

.feature-block h4 {
  margin: 20px 0;
}

.fea-btn {
  color: #fff;
  background-color: #0E70C7;
  padding: 8px 27px;
  margin-top: 30px;
  border-radius: 30px;
  border: 2px solid #0E70C7;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.fea-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.fea-btn:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fea-btn:hover,
.fea-btn:focus,
.fea-btn:active {
  color: #333;
  border: 2px solid #0E70C7;
}


/*classes style*/

.single-featured-class {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fff;
}

.single-featured-class-de h4 {
  border-bottom: 1px solid #ddd;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 12px;
}

.single-featured-class-de ul {
  margin: 20px;
}

.class-into-btn {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 2px solid #0E70C7;
  padding: 8px 20px;
}

.class-into-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #0E70C7;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.class-into-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.single-featured-class:hover .class-into-btn:before,
.single-featured-class:focus .class-into-btn:before,
.single-featured-class:active .class-into-btn:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.single-featured-class:hover .class-into-btn {
  color: #333;
}

.single-featured-class-img {
  position: relative;
}

.label {
  padding: 0px 20px;
  position: absolute;
  left: -20px;
  top: 20px;
  background-color: #333;
  color: #fff;
  webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.single-featured-class:hover .label {
  background: #0E70C7;
}

.fea-class-slides.owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  top: auto;
}

.fea-class-slides.owl-carousel.owl-theme .owl-dot.active span {
  height: 18px;
  width: 18px;
}

.fea-class-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover.active span,
.fea-class-slides.owl-carousel.owl-theme .owl-dot span {
  background: #333;
}

.fea-class-slides.owl-carousel.owl-theme .owl-dots .owl-dot:hover span,
.fea-class-slides.owl-carousel.owl-theme .owl-dot.active span {
  background: #0E70C7;
}

.fea-class-slides.owl-carousel .owl-nav button.owl-next,
.fea-class-slides.owl-carousel .owl-nav button.owl-prev {
  background: transparent;
  color: inherit;
}


/*home 2 testimonial style 2*/

.home-2 .testimonial-style-2-left {
  margin: 0 auto 25px;
  float: none;
}


/* hsl(33deg 61.41% 6.93%) */



/* 
.home-2 .testimonial-style-2-right:after {
  top: -16px;
  left: 50%;
  border-bottom: 15px solid hsl(33, 40%, 31%);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home-2 .testimonial-style-2-right {
  width: 100%;
} */


/*admission call to action*/

.countdown-container span {
  font-size: 20px;
  display: block;
  color: #fff;
  font-weight: 400;
}

.countdown-container h4 {
  font-size: 60px;
  color: #fff;
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
}


/* PROMO BOX */


/* skill style */

.skill {
  overflow: hidden;
  padding: 30px 0 35px;
}

.skill .progress {
  background-color: #f1f1f1;
  box-shadow: none;
  height: 10px;
  overflow: visible;
  position: relative;
}

.skill .progress-bar {
  background-color: #0E70C7;
}

.skill .progress .lead {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
  position: absolute;
  top: -30px;
  z-index: 99;
}

.skill .progress-bar {
  border-radius: .25rem;
  position: relative;
}

.skill .progress span {
  color: #333;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  float: right;
  padding: 0 5px;
  right: 0;
  top: -30px;
}


/*tab single box*/

.tab-sin-box {
  float: left;
  width: 100%;
}

.tab-sin-box-icon,
.tab-sin-box-dec {
  float: left;
}

.tab-sin-box-icon {
  margin-right: 12px;
}

.tab-sin-box-icon i {
  font-size: 35px;
}

.tab-sin-box-dec {
  width: 70%;
}

.tab-sin-box-dec h4 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}


/*FOOTER 2*/

.footer-overlay {
  position: relative;
}

.footer-overlay:before {
  background: rgba(0, 0, 0, 0.9);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-2 .footer-widget-inner,
.footer-2 .footer-widget-inner a,
.footer-2 .footer-widget-title h4,
.footer-2 .footer-widget-inner ul li a,
.footer-2 .footer-widget-inner ul li a i,
.footer-2 .footer-contact-sin-left i,
.footer-2 .copyright-text,
.footer-2 .footer-menu ul li a {
  color: #fff;
}

.footer-2 .footer-widget-title h4:after {
  background-color: #fff;
}

.footer-2 #bottom-footer {
  background: #333;
  border-top: 8px solid #444;
}


/*contact widget*/

.single-fcontact {
  float: left;
  width: 100%;
}

.single-fcontact-icon,
.single-fcontact-des {
  float: left;
}

.single-fcontact-icon {
  margin-right: 10px;
  font-size: 20px;
  color: #0E70C7;
}

.single-fcontact-des {
  color: #ccc;
  width: 87%;
  margin-top: 4px;
}

.single-fcontact-des h6 {
  color: #fff;
  margin-bottom: 5px;
}

.footer-social-2-war,
.footer-social-2 {
  float: left;
  width: 100%;
}

.footer-social-2 ul li a {
  display: inline-block;
  float: left;
  color: #fff;
  background: #333;
  margin: 0 12px 6px 0px;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
}

.footer-social-2 ul li a:hover {
  background: #0E70C7;
}


/*gallery widget*/

.footer-2 .single-gallery img {
  width: 87px;
}


/*
* ----------------------------------------------------------------------------------------
* 21. END HOME PAGE 2 STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 22. START HOME PAGE 3 STYLE
* ----------------------------------------------------------------------------------------
*/

.home-3 .top-area {
  background: #F7F9FB;
}

.home-3 .top-menu ul li a {
  color: #333;
}

.home-3 .logo-area .header-info-box .header-info-icon {
  font-size: 36px;
  color: #0E70C7;
  background: transparent;
}

.home-3 .mainmenu-area .navbar-nav .active.nav-link {
  background: #333;
}

.footer-3 .service-links ul li a {
  padding: 0;
}

.footer-3 .service-links ul li {
  padding: 5px 0;
}

.footer-3 .service-links ul li a i {
  padding: 0 5px 0 5px;
  font-size: 16px;
  color: #333;
}

.footer-3 .service-links ul li:hover a i {
  color: #fff;
}

.footer-3 .tag-list span a {
  padding: 6px 10px;
}


/*
* ----------------------------------------------------------------------------------------
* 22. END HOME PAGE 3 STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 23. START HOME 4 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.home-4 .logo-area .header-info-box {
  margin-right: 30px;
  margin-left: 0;
}

.home-4 .mainmenu-area .navbar-nav li.active {
  position: relative;
  background: #333;
}

.home-4 .mainmenu-area .navbar-nav li.active::after {
  background-color: transparent;
}

.home-4 .home-single-slide-dec {
  position: relative;
  left: 0;
  bottom: 0;
}

.home-4 .mainmenu-area .navbar-form .form-control {
  border-radius: 0;
}

.coninfo-padding {
  float: left;
  width: 100%;
  padding: 40px 0;
}

.home-4 .tab-sin-box-icon i {
  font-size: 70px;
  color: #0E70C7;
}


/*
* ----------------------------------------------------------------------------------------
* 23. END HOME 4 PAGE STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 24. START CLASS PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


#singleclass .about-wel-img-sec:after {
  border: none;
}

#singleclass .about-wel-img-sec {
  margin-right: 0;
}

.class-meta-info span i {
  padding-right: 10px;
}

.class-meta-info small {
  padding: 0 15px;
}

.class-meta-info {
  background: #FBFBFB;
  padding: 15px;
}

.class-meta-info span.rate {
  color: #0E70C7;
}

.class-single-related-post,
.class-single-author-des,
.class-single-comment-form-inner {
  float: left;
  width: 100%;
  position: relative;
  padding: 15px 30px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.class-single-related-post span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #b3b3b3;
  display: block;
}

.class-single-related-post h6 a {
  color: #333;
}

/*author box style*/

.class-single-author-des .author-image,
.class-single-author-des .author-bio {
  float: left;
}

.class-single-author-des .author-bio {
  width: 76%;
}

.class-single-author-des .author-image {
  margin-right: 20px;
}

.class-single-author-des .author-image img {
  height: 120px;
  width: 120px;
}

.class-author-so ul li {
  display: inline-block;
  margin: 10px 20px 0 0;
}

/*
* ----------------------------------------------------------------------------------------
* 24. END CLASS PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 25. START TEACHER DETAILS PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


.single-teacher-wrap,
.single-teacher-details {
  border: 1px solid #ddd;
  padding: 20px;
}

.single-teacher-img-details p {
  margin: 12px 0;
  color: #333;
}

.single-teacher-img-details p i {
  color: #0E70C7;
  font-size: 18px;
  margin-right: 10px;
}

.single-teacher-social ul li a {
  color: #fff;
  height: 30PX;
  width: 30PX;
  line-height: 30PX;
  border-radius: 50%;
  display: block;
  text-align: center;
}

.single-teacher-social ul li a:hover {
  color: #fff;
}

.single-teacher-social ul li {
  margin: 10px 10px 0 0;
}

.sin-cls-tab .nav-tabs {
  border: none;
}

.sin-cls-tab .nav-tabs .nav-link.active,
.sin-cls-tab .nav-tabs .nav-link:hover {
  background: #0E70C7;
  color: #fff;
  border-color: #0E70C7;
}

.sin-cls-tab .nav-tabs .nav-link {
  border: 1px solid #ddd;
  color: #333;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  background: #fff;
  position: relative;
  border-radius: 20px;
  margin-right: 15px;
}

.sin-cls-tab .nav-tabs .nav-link i {
  padding-right: 10px;
  font-size: 16px;
}

.sin-cls-tab .nav-tabs .nav-link.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 42%;
  border-top: 15px solid #0E70C7;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/*
* ----------------------------------------------------------------------------------------
* 25. END TEACHER DETAILS PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 26. START EVENT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.event-single {
  float: left;
  width: 100%;
  box-shadow: 0px 0px 5px #ddd;
  border: 1px solid #ddd;
  position: relative;
  margin-bottom: 30px;
}

.event-post-date {
  position: absolute;
  top: 0;
  right: 0;
  background: #0E70C7;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.event-single:hover .event-post-date {
  background: #333;
}

.event-post-date i {
  background: #fff;
  color: #0E70C7;
  padding: 7px 11px;
}

.event-post-date span {
  font-size: 13px;
  color: #ffffff;
  padding: 5px 11px 5px 7px;
}


.event-details {
  padding: 29px;
  position: relative;
  margin-bottom: 10px;
}

.event-details h4 {
  margin: 0;
}

.event-details p {
  margin: 20px 0;
}

.event-details p span {
  padding-right: 10px;
}

.event-details p span i {
  color: #034ea2;
  font-size: 18px;
  padding-right: 5px;
  font-weight: 800;
}

.event-details p small {
  padding-right: 10px;
}

.event-btn {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #0E70C7;
  padding: 8px 30px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.event-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.event-btn:hover:before,
.event-btn:focus:before,
.event-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.event-btn:hover,
.event-btn:focus,
.event-btn:active {
  color: #fff;
}

.event-details a {
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
}

/*pricing table*/

.single-pricing {
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding-bottom: 50px;
  position: relative;
}

.single-pricing-head-inner {
  float: left;
  width: 100%;
  position: relative;
  left: 27%;
}

.single-pricing-head {
  float: left;
  width: 100%;
}

.price-left,
.price-digit {
  float: left;
}

.price-left {
  color: #fff;
}

.price-digit {
  font-size: 70px;
}

sup.price {
  top: -8px;
  right: 93px;
  font-size: 30px;
}

.price-right h4 {
  color: #fff;
  position: relative;
  top: 14px;
}

.price-right {
  width: 100%;
}

.single-pricing-body {
  float: left;
  width: 100%;
}

.single-pricing-list ul li {
  padding: 12px 20px;
  border-bottom: 1px solid #ddd;
}

.single-pricing-list ul li i {
  padding-right: 10px;
}

.single-pricing-list ul li:last-child {
  border: none;
}

.price-btn {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  text-align: center;
}

.price-btn a {
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  background: #333;
  box-shadow: 0 4px 5px #999;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.price-btn a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0E70C7;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.single-pricing:hover .price-btn a:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.price-btn a:hover,
.price-btn a:focus,
.price-btn a:active {
  color: #fff;
}

.single-pricing:hover .single-pricing-head:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.single-pricing-head {
  background: #0E70C7;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.single-pricing-head:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.event-time .countdown-container h4,
.event-time .countdown-container span {
  color: #333;
}


/*
* ----------------------------------------------------------------------------------------
* 26. END EVENT PAGE STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 27. START NOTICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.btn-dn {
  padding: 10px 15px;
}

.btn-dn:focus,
.btn-dn:active {
  box-shadow: none;
}

.notice-board p.number {
  background: #333;
  color: #fff;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}

.notice-board .thead-inverse th,
.time-table th {
  color: #333;
  background-color: #f8f8f8;
  text-transform: uppercase;
  border: 1px solid #e9e9e9;
}

/*
* ----------------------------------------------------------------------------------------
* 27. END NOTICE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 28. START TIMETABLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.time-table td {
  padding: 60px;
}

.time-table td.time {
  color: #0E70C7;
  font-weight: 800;
  font-size: 25px;
}


/*
* ----------------------------------------------------------------------------------------
* 28. END TIMETABLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 29. START SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.product-grid {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.product-grid .product-image {
  overflow: hidden;
  perspective: 1500px;
  position: relative;
  transition: all .3s ease 0s;
}

.product-grid .product-image a {
  display: block;
}

.product-grid .pic-1 {
  opacity: 1;
  transition: all .5s ease-out 0s;
}

.product-grid .pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(-90deg);
  transition: all .5s ease-out 0s;
}

.product-grid:hover .pic-2 {
  opacity: 1;
  transform: rotateY(0);
}

.product-grid .social {
  position: absolute;
  bottom: 3px;
  left: -20%;
  z-index: 1;
  transition: all .5s ease 0s;
}

.product-grid:hover .social {
  left: 17px
}

.product-grid .social li a {
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin: 15px 0;
  background-color: #333;
  border-radius: 50%;
  transition: all .5s ease-in-out;
}

.product-grid .social li a:hover {
  color: #fff;
  background-color: #0E70C7;
}

.product-grid .product-new-label {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  display: block;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #333;
}

.product-grid .product-content {
  text-align: center;
  padding: 20px;
}

.product-grid .title {
  font-size: 15px;
  margin: 0;
}

.product-grid .title a {
  color: #333;
}

.product-grid .title a:hover {
  color: #0E70C7;
}

.product-grid .rating {
  color: #0E70C7;
  margin: 10px 0 0;
  display: inline-block;
}

.product-content ul li {
  float: left;
}

.product-grid .price {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.product-grid .price span {
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}

.cart-table img {
  width: 35px;
}

.checkout-form .form-control {
  height: 60px;
}

.checkout-form .form-control:focus,
.review-form .form-control:focus,
.checkout-form .form-control:active,
.review-form .form-control:active {
  box-shadow: none;
}

.checkout-form textarea.form-control {
  height: auto;
}


/*
* ----------------------------------------------------------------------------------------
* 29. END SHOP PAGE STYLE
* ----------------------------------------------------------------------------------------
*/



/*
* ----------------------------------------------------------------------------------------
* 30. START SHOP SINGLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/

.sin-pro-image {
  margin-bottom: 30px;
}

.product-summary h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 28px;
}

.product-summary .price {
  margin: 15px 0;
  color: #8bc34a;
}

.product-summary .price span {
  color: #bebebe;
  margin-left: 10px;
  text-decoration: line-through;
}

.product-summary .description {
  margin-bottom: 20px;
}

.product-summary .rating {
  margin-bottom: 20px;
}

.quantity #demo_vertical {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  height: 40px;
  text-align: center;
  width: 84px;
  flex: none;
  padding: 0;
}

#single-product .quantity {
  padding-left: 0;
}

.quantity .input-group {
  display: flex;
}

.quantity label {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.quantity .bootstrap-touchspin .input-group-btn-vertical {
  background-color: #fff;
  border-color: #d4d4d4;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 27px;
}

.quantity .bootstrap-touchspin .btn {
  background-color: transparent;
  color: #8c8c8c;
  height: 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.product-summary .button {
  position: relative;
}

.product-summary .btncart:hover,
.product-summary .btncart:focus,
.total-price .btncart:hover,
.total-price .btncart:focus {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

#single-product .nav.nav-tabs {
  margin-top: 60px;
}

.singlepro-tab .nav-tabs .nav-item.show .nav-link,
.singlepro-tab .nav-tabs .nav-link.active {
  color: #fff;
  font-weight: 700;
  background-color: #333;
  border: none;
  border-radius: 0;
}

.nav-tabs .nav-link {
  border-radius: 0;
  color: #333;
  border: none;
}

.tab-content p {
  margin-top: 20px;
}


/*
* ----------------------------------------------------------------------------------------
* 30. END SHOP SINGLE PAGE STYLE
* ----------------------------------------------------------------------------------------
*/


/* container width small device */

@media only screen and (max-width: 480px) {

  .home-2 .mainmenu-area .navbar-nav .nav-link {
    padding: 5px 10px;
  }

  .container,
  .auto-container {
    width: 90%;
  }
}

@media only screen and (max-width: 360px) {

  .container,
  .auto-container {
    width: 90%;
  }
}



.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;

}

.marquee p {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
  color: white;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}





.custom-image-logo {
  height: 70px;
  /* width: 70px; */
}




hr {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.custom-navbar-heading-section {
  flex-wrap: wrap;
}




@media (max-width: 1200px) {
  .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
  }
}




.nav-link {
  font-size: 13px;
}



.custom-top-header-one {
  background-color: hsl(220, 100%, 31%);
  color: white;
  /* text-align: center !important; */
  display: flex;
  /* align-items: center; */
  align-content: center;
  /* centers text vertically */
  justify-content: start;
  /* centers text horizontally */
  height: 40px;
  font-size: 12px;
  flex-wrap: wrap;
}



@media (max-width: 590px) {
  .custom-top-header-one {
    font-size: 9px;
    height: auto;
    line-height: 1.4;
    padding: 10px 8px;
    display: flex;
    justify-content: center;
  }

  .custom-top-header-one p {
    text-align: left;
    margin-bottom: 2px;
    font-size: 12px;
  }
}



@media (max-width: 768px) {
  .custom-top-header-one {
    height: auto;
    line-height: 2;
  }

  .custom-top-header-one p {
    text-align: left;
    margin: 0;
    padding: 10px 8px;
  }
}


.custom-top-header-two {
  background-color: #a30d0d;
  text-align: center;
  height: 40px;
  font-size: 12px;
  display: flex;
  justify-content: end;
}

@media(min-width:576px) and (max-width:769px) {
  .custom-top-header-two {
    display: flex;
    justify-content: center;
  }

  .phone-link {
    font-size: 9px;
  }

  /* .phone-link i{
font-size: 0.7rem;
  } */
}


@media (max-width: 768px) {
  .phone-link i {
    font-size: 0.8rem;
  }
}

/* Mobiles */
@media (max-width: 576px) {
  .phone-link i {
    font-size: 0.7rem;
  }
}


@media(max-width:320px) {
  .custom-top-header-two {
    display: flex;
    justify-content: flex-start;
  }
}


@media(max-width:425px) {
  .custom-top-header-two {
    display: flex;
    justify-content: flex-start;
  }
}


@media(max-width:576px) {
  .custom-top-header-two {
    display: flex;
    justify-content: center;
  }
}






.email-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  /* space between icon and text */
  white-space: nowrap;
  /* prevents wrapping like your earlier issue */
  color: white;
  font-size: 12px;
}

.email-link .fa,
.email-link .bi,
.email-link svg {
  font-size: 1rem;
  /* icon size */
  line-height: 1;
  vertical-align: middle;
}

/* optional hover effect */
.email-link:hover {
  text-decoration: none;
  /* opacity: 0.9; */
  color: white;
}

/* smaller screens: show only icon */
@media (max-width: 576px) {
  .email-text {
    /* display: none; */
  }
}



.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  /* space between icon and text */
  white-space: nowrap;
  /* keeps number on one line */
  color: #333;
  /* your desired color */
  text-decoration: none;
  color: white;
  font-size: 12px;
}

.phone-link:hover {
  color: white;
  /* blue on hover (Bootstrap’s default) */
  text-decoration: none;
  opacity: 0.9;
}

.phone-link i {
  font-size: 1rem;
  /* adjust icon size */
  line-height: 1;
  vertical-align: middle;
}

/* Hide number on small screens (optional) */
@media (max-width: 576px) {
  .phone-text {
    /* display: none; */
  }
}


p {
  padding: 0px !important;
  margin: 0px !important;
}





.custom-marq-background {
  background-color: hsl(0, 85%, 35%);
  overflow: hidden;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  border-top: 2px solid #fff;
}


.custom-marquee {
  white-space: nowrap;
  display: inline-block;
  animation: scrollLeft 25s linear infinite;
}


.custom-marque-text-heading {
  font-size: 0.9rem;
  font-style: italic;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  animation: colorChange 1s infinite alternate;
}



@keyframes colorChange {

  0%,
  100% {
    color: red;
  }

  50% {
    color: blue;
  }
}


@keyframes scrollLeft {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Better Premium Badge */
.new-badge-marque {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0px 10px;
  margin: 0 10px;

  font-size: 0.7rem;
  font-weight: 500;
  /* color: #ffeb3b; */
  /* color: white; */
  color: red;
  background: linear-gradient(135deg, #00359e, #00359e);
  /* border: 1px solid #ffcb11; */
  border-radius: 3px;

  /* box-shadow: 0 3px 10px rgba(255, 215, 70, 0.6),
    inset 0 0 6px rgba(255, 255, 255, 0.5); */

  text-transform: uppercase;
  letter-spacing: 0.8px;
  -webkit-text-stroke: 1px white;

  animation: softGlow 2s infinite ease-in-out, colorChangebadge 1s infinite alternate;
}




@keyframes colorChangebadge {

  0%,
  100% {
    color: white;
  }

  50% {
    color: #ffea00;
  }
}



/* Smooth glowing animation */
/* @keyframes softGlow {

  0%,
  100% {
    transform: scale(1);
    box-shadow:
      0 3px 10px rgba(255, 215, 70, 0.6),
      inset 0 0 4px rgba(255, 255, 255, 0.5);
  }

  50% {
    transform: scale(1.03);
    box-shadow:
      0 4px 14px rgba(255, 215, 70, 0.9),
      inset 0 0 8px rgba(255, 255, 255, 0.8);
  }
} */




.custom-marq-background:hover .custom-marquee {
  animation-play-state: paused;
}




/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-marque-text-heading {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .custom-marque-text-heading {
    font-size: 0.85rem;
  }
}






/* 1. Container: Original Deep Red Background, 3D-like bottom edge */
.unique-alert-wrapper {
  background-color: white;
  overflow: hidden;
  position: relative;
  height: 35px;
  display: flex;
  align-items: center;
  border-top: 1px solid #dee2e6;
  padding: 22px 20px;
}

/* Marquee Container for the Scroll Animation */
.unique-marquee-perspective {
  white-space: nowrap;
  display: inline-block;
  animation: scrollUnique 35s linear infinite;
  transform: skewX(-5deg);
  transform-origin: left bottom;
  width: 100%;
}

.unique-marquee-content {
  transform: skewX(5deg);
  overflow: hidden;
}

.unique-announcement-text {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #9f0d0d;
  font-weight: 700;
  padding: 0 40px;
  overflow: hidden;
}

.unique-icon-lead {
  color: #ffdd57;
  margin-right: 8px;
  font-size: 1.2rem;
}

.unique-badge-flash {
  position: relative;
  display: inline-flex;
  place-items: baseline;
  padding: 0px 13px;
  margin: 0 10px;
  font-size: 0.65rem;
  font-weight: 800;
  color: white;
  background: #9f0d0d;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px !important;
  overflow: hidden;
}

/* The Shimmer Effect (pseudo-element) */
.unique-badge-flash::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 20%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transform: skewX(-30deg);
  transition: all 0.5s;
  animation: shimmerEffect 4s infinite linear, scrollUnique 35s linear infinite;
}


@keyframes shimmerEffect {
  0% {
    left: -100%;
  }

  100% {
    left: 150%;
  }
}

@keyframes scrollUnique {
  0% {
    transform: translateX(100%) skewX(-5deg);
  }

  100% {
    transform: translateX(-100%) skewX(-5deg);
  }
}


.unique-alert-wrapper:hover .unique-marquee-perspective {
  animation-play-state: paused;
}





.news-recent-section {
  padding: 20px 0;
}

.section-title {
  gap: 8px;
}

.about-btn {
  margin-top: 20px;
}


.custom-text-director {
  color: #212529;
}




.red-line {
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #b30000;
  /* red line */
  opacity: 0;
}

.section-title h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  color: #000;
  /* font-family: "Roboto",sans-serif; */
}

.view-all,
.calendar-link {
  color: #b30000;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-all:hover,
.calendar-link:hover {
  text-decoration: underline;
}

/* Responsive Styling */
@media (max-width: 768px) {
  .section-title h3 {
    font-size: 18px;
  }

  .view-all,
  .calendar-link {
    font-size: 14px;
  }

  .news-recent-section .row {
    flex-direction: column;
    gap: 10px;
  }

  .news-recent-section .col-md-6 {
    justify-content: space-between;
    width: 100%;
  }
}




.service-list-des h4 {
  margin-bottom: 15px;
  white-space: nowrap;
}



.message-section-pdf {
  background: #fff;
  border-top: 3px solid #7a3cff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid red !important;

}

.message-content {
  color: #222;
  line-height: 1.7;
  font-size: 1rem;
}

.message-content h3 {
  color: #222;
  font-size: 1.6rem;
  border-bottom: 2px solid #7a3cff;
  display: inline-block;
  padding-bottom: 5px;
}

.message-content p {
  margin-bottom: 1rem;
}

@media (max-width: 992px) {
  .message-content {
    text-align: justify;
  }

  iframe {
    height: 500px !important;
  }
}


/* 
style attribute{
  background:none !important ;
} */

.custom-b {
  opacity: 0;
}


.section-header {
  /* text-align: center; */
  padding: 10px 50px 10px;
  background-color: #fff;
  /* border-bottom: 2px solid #e1e1e1; */
  font-size: 40px;
}

.section-header h1 {
  font-weight: 500;
  font-size: 35px;
  initial-letter: -1px;
  font-family: "Roboto", sans-serif;
}


/* First Section - PDF Slider */
.brochure-slider {
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  padding: 15px;
  height: 100vh;
  padding-left: 30px;
  /* border: 2px solid red; */
}



.brochure-slider-a {
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
  height: 78vh;
  padding-left: 30px;
}



@media(max-width:320px) {
  .brochure-slider-a {
    height: auto !important;
  }
}





@media(max-width:425px) {
  .brochure-slider-a {
    height: auto !important;
  }
}



@media(max-width:576px) {
  .brochure-slider-a {
    height: auto !important;
  }
}




.brochure-slider iframe {
  width: 100%;
  height: 100%;
  border: none;
  flex-grow: 1;
  /* fills vertical space */
}

.brochure-slider img {
  width: 100%;
  border-radius: 6px;
}

.slide-page-indicator {
  margin-top: 10px;
  text-align: center;
}

.slide-page-indicator input {
  width: 60px;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px;
}

/* Second Section - Action Buttons */
/* .brochure-buttons .btn-custom {
  width: 160px;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
} */

/* .btn-open {
  background-color: hsl(220, 100%, 31%);
  color: #fff;
} */

/* .btn-open:hover {
      background-color: #0b5ed7;
    } */

/* .btn-download {
  background-color: #198754;
  color: white;
} */







/* Section styling */
.conference-section {
  text-align: center;
  /* padding: 40px 20px; */
  background-color: #fff;
}

.conference-title {
  font-size: 1.5rem;
  font-weight: 900;
  color: #0046ad;
  display: inline-block;
  position: relative;
}




/* 
.new-badge {
  background-color: #e60000;
  color: white;
  font-weight: 700;
  font-size: 0.8rem;
  border-radius: 4px;
  padding: 3px 8px;
  margin-left: 8px;
  clip-path: polygon(50% 0%, 62% 10%, 100% 10%, 90% 30%, 100% 50%, 90% 70%, 100% 90%, 62% 90%, 50% 100%, 38% 90%, 0% 90%, 10% 70%, 0% 50%, 10% 30%, 0% 10%, 38% 10%);
  animation: blink 2s infinite;
}

@keyframes blink {

  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
} */




.new-badge {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  background: linear-gradient(135deg, #ff2626, #b30000);
  border-radius: 10px;
  clip-path: polygon(50% 0%, 62% 10%, 100% 10%, 90% 30%, 100% 50%, 90% 70%, 100% 90%, 62% 90%, 50% 100%, 38% 90%, 0% 90%, 10% 70%, 0% 50%, 10% 30%, 0% 10%, 38% 10%);
  /* clip-path: polygon(
    15% 0%, 85% 0%,
    100% 50%,
    85% 100%, 15% 100%,
    0% 50%
  ); */

  /* Neon glow */
  box-shadow:
    0 0 12px rgba(255, 50, 50, 0.8),
    0 0 18px rgba(255, 0, 0, 0.6),
    inset 0 0 8px rgba(255, 255, 255, 0.3);

  /* Shine animation overlay */
  overflow: hidden;
  animation: pulseGlow 2s infinite ease-in-out;
}

/* Shine Sweep */
.new-badge::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent 0%,
      rgba(255, 255, 255, 0.7) 50%,
      transparent 100%);
  transform: skewX(-25deg);
  animation: shine 1.8s infinite;
}

/* Pulse glow */
@keyframes pulseGlow {

  0%,
  100% {
    box-shadow:
      0 0 12px rgba(255, 50, 50, 0.8),
      0 0 18px rgba(255, 0, 0, 0.6),
      inset 0 0 8px rgba(255, 255, 255, 0.35);
    transform: scale(1);
  }

  50% {
    box-shadow:
      0 0 18px rgba(255, 90, 90, 1),
      0 0 24px rgba(255, 0, 0, 0.9),
      inset 0 0 12px rgba(255, 255, 255, 0.55);
    transform: scale(1.07);
  }
}

/* Shine animation */
@keyframes shine {
  0% {
    left: -100%;
  }

  60% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}










/* Buttons styling */
.conference-buttons {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.conference-buttons .btn-open {
  background-color: #00359e;
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 13px;
}

.conference-buttons .btn-open:hover {
  background-color: #114a84;
}

.conference-buttons .btn-download {
  background-color: #9f0d0d;
  color: #fff;
  border: none;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 13px;
}

.conference-buttons .btn-download:hover {
  background-color: #1c7e34;
}

/* Responsive Design */
@media (max-width: 425px) {
  .conference-title {
    font-size: 1.3rem;
  }

  .conference-buttons {
    flex-direction: column;
    gap: 8px;
  }

  .conference-buttons .btn-open,
  .conference-buttons .btn-download {
    width: 80%;
    margin: 0 auto;
  }

  .new-badge {
    font-size: 0.7rem;
    padding: 2px 6px;
  }
}



.broucher-view-pdf {
  padding: 7px 20px;
  background-color: #00359e;
  color: white;
  border: none;
  margin-top: 40px;
}


/* @media(min-width:320px) and (max-width:427px){
      .broucher-view-pdf {
        margin-bottom: 20px;
      }
    } */


.btn:hover {
  color: white !important;
  text-decoration: none;
}


.info-panel {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.info-panel img {
  width: 100%;
  display: block;
}

/* @media (max-width: 992px) {
      .brochure-buttons {
        margin-top: 30px;
      }
    } */

@media(max-width:320px) {
  .info-panel img {
    /* padding-top: 20px; */
  }
}


.custom-section-a {
  /* background-color: hsl(33, 29%, 94%); */
  border: none !important;
}



.brochure-buttons {
  /* background: #ffffff; */
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 20px;
  transition: all 0.3s ease-in-out;
  height: 70vh;
}

.brochure-buttons:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.brochure-buttons p {
  font-weight: 500;
  font-size: 1.5rem;
  color: #004aad;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.5;
}

.brochure-buttons p::after {
  content: " ✨";
  color: #ff4d4d;
  font-size: 1.3rem;
}

.btn-custom {
  font-weight: 600;
  font-size: 1.1rem;
  padding: 10px 30px;
  border-radius: 8px;
  transition: all 0.3s ease;
  color: #fff;
  width: 200px;
  letter-spacing: 0.5px;
}

.btn-open {
  /* background: linear-gradient(135deg, #007bff, #0056b3); */
  border: none;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.4);
}

.btn-open:hover {
  background: linear-gradient(135deg, #0056b3, #004099);
  transform: scale(1.05);
}

.btn-download {
  /* background: linear-gradient(135deg, #198754, #0d683f); */
  background-color: hsl(0, 96%, 38%);
  border: none;
  box-shadow: 0 4px 10px rgba(25, 135, 84, 0.4);
}

@media (max-width: 576px) {
  .brochure-buttons {
    width: 90%;
    margin: 0 auto;
    padding: 30px 10px;
  }

  .btn-custom {
    width: 80%;
  }

  .brochure-buttons p {
    font-size: 1rem;
  }
}

.service-list-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.swiper-wrapper {
  display: flex;
  flex-direction: row;
}

.service-list-img {
  position: relative;
  overflow: hidden;
}

.service-list-img img {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 3px solid #007bff;
}

.service-list-des {
  padding: 20px;
  text-align: center;
}

.service-list-des h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

.service-list-des p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.content .info {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #007bff;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}


.content {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ===== Swiper Pagination and Nav ===== */
.swiper-button-next,
.swiper-button-prev {
  color: #007bff;
}

.swiper-pagination-bullet {
  background: #007bff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .service-list-des h4 {
    font-size: 16px;
  }

  .service-list-des p {
    font-size: 13px;
  }
}






/* ===== Message from the Director Section ===== */
.director-message-section {
  background-color: #fff;
  color: #212529;
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
}

.section-title .title-line {
  display: inline-block;
  width: 4px;
  height: 28px;
  background-color: #d32f2f;
  margin-right: 10px;
  border-radius: 2px;
}


.section-title-managmt {
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
  padding-left: 70px;
}


.section-title-managmt .title-line-managmt {
  display: inline-block;
  width: 4px;
  height: 28px;
  background-color: #d32f2f;
  margin-right: 10px;
  border-radius: 2px;
}

@media(min-width:320px) and (max-width:426px) {
  .section-title-managmt {
    font-size: 1rem;
    padding-left: 8px;
  }
}




.director-img {
  border-radius: 8px;
  width: 100%;
  height: auto;
  object-fit: cover;
  white-space: nowrap;
}


@media (max-width: 767px) {
  .director-imgs {
    float: none !important;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.director-text {
  font-size: 1rem;
  line-height: 1.7;
}

.director-text p {
  margin-bottom: 1rem;
  text-align: justify;
}


@media (max-width: 992px) {
  .section-title {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) {
  .director-message-section {
    text-align: center;
  }

  .section-title {
    justify-content: center;
  }

  .section-title .title-line {
    height: 24px;
  }

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







/* Section Title */
.section-title {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.section-title-photo {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-left: 30px;
  margin-top: 30px;
}

.section-title-photo .title-line {
  display: inline-block;
  width: 4px;
  height: 28px;
  background-color: #d32f2f;
  margin-right: 10px;
  border-radius: 2px;
}




.red-line {
  display: inline-block;
  width: 6px;
  height: 28px;
  background-color: #c62828;
  margin-right: 10px;
  border-radius: 2px;
}

/* About Link */
.about-link {
  color: #b71c1c;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.1rem;
}

.about-link:hover {
  text-decoration: underline;
}

/* Image Styling */
.campus-image-box {
  overflow: hidden;
  border-radius: 8px;
  /* border: 2px solid red; */
  height: 200px;
}

.campus-image-box img {
  transition: transform 0.4s ease;
  height: 100%;

}

.campus-image-box:hover img {
  transform: scale(1.05);
}

/* Image Credit Label */
.image-credit {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.9rem;
  padding: 4px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Responsive Tweaks */
@media (max-width: 767px) {
  .section-title {
    font-size: 1.6rem;
  }

  .about-link {
    font-size: 1rem;
  }

  .image-credit {
    font-size: 0.8rem;
    padding: 3px 8px;
  }
}






.footer-section {
  background-color: #244972;
}

.footer-title {
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #ffffff;
}

#footer-title {
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: black;
}

.footer-text {
  font-size: 14px;
  line-height: 1.7;
  color: #cccccc;
}

#list-unstyled {
  padding-left: 0px;
  list-style: none;
  font-size: 14px;
}

/* Quick Links */
.footer-links li {
  margin-bottom: 10px;
}

.footer-links i {
  color: #999;
  margin-right: 6px;
}

.footer-links a {
  color: #dddddd;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #ffffff;
}

/* Address */
.footer-contact li {
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  color: black;
  font-size: 14px;
}

.footer-contact i {
  color: #999;
  font-size: 1.1rem;
}

/* Social Icons */
.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2a2a2a;
  color: white !important;
  font-size: 1.1rem;
  width: 38px;
  height: 38px;
  border-radius: 2px;
  transition: all 0.3s ease;
  border: 2px solid red;
}

.social-icons a i {
  color: #ffffff !important;
}


.social-icons a:hover {
  background-color: white;
}

/* Visitor Counter */
.visitor-counter h6 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 8px;
  color: white;
}

.counter-box {
  background-color: #003366;
  color: #ffffff;
  font-size: 1.5rem;
  letter-spacing: 5px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 4px;
}

/* Footer Bottom */
.footer-bottom {
  /* background-color: #222; */
  color: #cccccc;
  font-size: 0.9rem;
}





/* Large tablets (≤992px) */
@media (max-width: 992px) {
  .footer-title {
    font-size: 1rem;
  }

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

  .social-icons {
    justify-content: center;
  }
}

/* Tablets and small phones (≤768px) */
@media (max-width: 768px) {
  .footer-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-title {
    font-size: 1rem;
  }

  .footer-links li,
  .footer-contact li {
    font-size: 0.9rem;
  }

  .footer-text {
    font-size: 0.95rem;
    text-align: left;
  }
}

/* Small phones (≤480px) */
@media (max-width: 480px) {
  .footer-section {
    padding: 40px 15px 20px;
    text-align: left;
  }

  .footer-title {
    font-size: 0.95rem;
  }

  .footer-text {
    font-size: 0.9rem;
  }

  .footer-links,
  .footer-contact {
    padding-left: 0;
  }

  .social-icons a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .visitor-counter h6 {
    font-size: 0.9rem;
  }

  .counter-box {
    font-size: 0.85rem;
    padding: 4px 10px;
  }

  .footer-bottom {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

/* Very small phones (≤320px) */
@media (max-width: 320px) {
  .footer-section {
    padding: 30px 10px 15px;
  }

  .footer-title {
    font-size: 0.9rem;
  }

  .footer-text,
  .footer-links li,
  .footer-contact li {
    font-size: 0.85rem;
  }

  .social-icons a {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .footer-bottom {
    font-size: 0.75rem;
  }
}


.custom-header-button {
  padding: 10px 20px;
  background-color: #a30d0d;
  color: white;
  border: none !important;
  border-radius: 2px;
}

.custom-hindi-heading {
  font-size: 30px;
  color: #00359e;
}


.custom-navbar-heading {
  font-size: 20px !important;
  font-family: "Lato", sans-serif;
  color: #00359e;
  font-weight: 600;
}





.custom-estd {
  font-size: 12px;
  text-align: center;
  color: black;
  font-weight: 500;
  line-height: 1;
}


.custom-header-top-section {
  /* background-color: linear-gradient(to right, blue,red) !important; */
  background: linear-gradient(to right, #00359e 0%, #a30d0d 100%);
}



@media(max-width:320px) {
  .custom-header-top-section {
    background: linear-gradient(to right, #00359e 0%, #00359e 50%, #a30d0d 50%, #a30d0d 100%);
  }
}


.right-section {
  background-color: #9f0d0d;
  color: white;
  position: relative;
}

/* Diagonal divider using pseudo-element */


.right-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 40px;
  height: 100%;
  background-color: #9f0d0d;
  transform: skewX(-20deg);
  z-index: 2;
}


.container {
  width: 100%;
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}


@media(max-width:320px) {
  .custom-header-heading-section {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
}



@media(max-width:590px) {
  .custom-join-btn-smal-screen {
    display: flex;
    justify-content: center !important;
    margin-bottom: 10px;
  }

  .custom-header-button {
    padding: 4px 20px;
  }
}





@media(max-width:768px) {
  .custom-join-btn-smal-screen {
    display: flex;
    justify-content: center !important;
    margin-bottom: 10px;
  }

  .custom-header-button {
    padding: 4px 20px;
  }
}


.navbar-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media(min-width:576px) {

  /* .custom-middle-section {
    display: flex;
    justify-content: center !important;
  } */
  .custom-navbar-heading {
    font-size: 17px !important;
  }

  .custom-hindi-heading {
    font-size: 20px;
  }
}




/* @media(max-width:425px) {
  .custom-navbar-heading {
    font-size: 11px !important;
  }

  .custom-hindi-heading {
    font-size: 14px;
  }
} */




@media(min-width:320px) and (max-width:426px) {
  .custom-marq-background {
    height: 30px;
  }

}


@media(min-width:320px) and (max-width:426px) {
  .custom-navbar-heading {
    font-size: 9px !important;
  }

  .custom-hindi-heading {
    font-size: 17px;
  }

  /* .custom-midl-section-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
  } */
  .custom-middle-section {
    display: flex;
    /* gap: 25px; */
    place-self: center;
  }

  .custom-image-logo {
    margin-left: 0px;
  }
}



/* @media(max-width:426px){
 .custom-middle-section {
    display: flex;
    gap: 50px;
  }
  .custom-image-logo {
    margin-left: 60px;
  }
}  */





@media(min-width:320px) and (max-width:426px) {
  .section-title {
    padding-top: 0px;
    justify-content: start;
  }
}


.custom-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}




.custom-hero-image {
  height: 90vh;
  width: 100vw;
  object-fit: cover;
  filter: brightness(70%);
}

.custom-banner-text {
  font-size: 30px;
  z-index: 4;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
  color: #eee9dc;
  ;
}

.custom-banner-text-to {
  font-size: 40px;
  z-index: 4;
  line-height: 1.3em;
  text-align: center;
  font-weight: bold;
  color: #eee9dc;
  ;
}

.custom-banner-heading {
  width: 641px;
  height: 200px;
  /* border: 2px solid red; */
}

.custom-banner-text-hindi {
  font-size: 30px;
  /* color: white; */
  z-index: 4;
  line-height: 1.3em;
  text-align: center;
  font-weight: 500;
  color: #eee9dc;
  ;
}


.custom-esatablish-text {
  font-size: 15px;
  z-index: 4;
  line-height: 1.3em;
  text-align: center;
  font-weight: 500;
  color: #eee9dc;
}



@media(min-width:320px) and (max-width:426px) {
  .custom-hero-image {
    object-fit: contain;
    height: auto;
  }

  .custom-banner-text {
    font-size: 17px;
  }

  .custom-banner-text-to {
    font-size: 17px;
  }

  .custom-esatablish-text {
    text-align: center;
    font-size: 10px;
  }

  .custom-banner-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}


/* --- About Section --- */
.about-section {
  background-color: #f7f5f5 !important;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Main box */
.custom-about-container {
  background-color: #fff;
  border: 2px solid #5c88c4;
  /* elegant blue border */
  padding: 40px 60px;
  max-width: 1000px;
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  text-align: center;
}

/* Heading */
.custom-about-heading h2 {
  color: #0a3d62;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

/* Line below heading */
.custom-about-line {
  border: none;
  border-top: 2px solid #5c88c4;
  width: 120px;
  margin: 0 auto 30px;
}

/* Paragraphs */
.custom-about-text {
  color: #333;
  font-size: 17px;
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 20px;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
  .custom-about-container {
    padding: 30px 20px;
  }

  .custom-about-heading {
    font-size: 24px;
  }

  .custom-about-text {
    font-size: 15px;
  }
}

@media (max-width: 426px) {
  .custom-about-heading {
    font-size: 20px;
  }

  .custom-about-text {
    font-size: 14px;
    line-height: 1.6;
  }
}




/* Section Background */
.management-section {
  background-color: #f4f0eb;
  padding: 80px 20px;
}


/* Title & Underline */
.management-title {
  text-align: center;
  font-size: 48px;
  font-weight: 400;
  color: #111;
  margin-bottom: 10px;
}

.management-underline {
  width: 50px;
  height: 3px;
  background-color: #c70a0a;
  /* margin: 0 auto 50px; */
  border-radius: 2px;
  margin-top: 17px;
}


@media(min-width:320px) and (max-width:426px) {
  .management-section {
    padding: 23px 20px;
  }

  .management-underline {
    font-size: 10px;
  }
}

/* Card Container */
.management-card {
  display: flex;
  flex-direction: row;
  align-items: center;
  /* border: 1px solid #737679; */
  padding: 15px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-height: 220px;
  /* border: 2px solid red; */
}

.management-card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

/* Image */
.management-image {
  width: 140px;
  height: 100%;
  object-fit: contain !important;
  border-radius: 4px;
  /* border: 2px solid red; */
}

.custom-a-img {
  height: 100%;
  /* object-fit: cover; */
  overflow: hidden;
  width: 150px;
}

/* Info */
.management-info {
  flex: 1;
  margin-left: 20px;
}

.management-info h3 {
  font-size: 22px;
  font-weight: bold;
  color: #111;
  line-height: 0.8;
  margin-bottom: 0px;
}

.management-info span {
  font-weight: 500;
  color: #9f0d0d;
  font-size: 16px;
}

.management-info p {
  margin: 3px 0;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .management-card {
    flex-direction: column;
    text-align: center;
  }

  .management-image img {
    margin-bottom: 15px;
    width: 120px;
    height: 120px;
  }

  .management-info {
    margin-left: 0;
  }

  .management-title {
    font-size: 36px;
  }
}

@media (max-width: 480px) {
  .management-title {
    font-size: 28px;
  }

  .management-info p {
    font-size: 15px;
  }
}


.custom-maagement-heading {
  height: 239px;
  width: 100%;
  /* background-color: #efefef; */
  /* background: 
    linear-gradient(rgba(0, 53, 158, 39%), rgba(0, 53, 158, 39%)),
    url("../img/service/bg.jpg") center/cover no-repeat;  */
  /* background-repeat: no-repeat;
  /* background-size: cover; */
  /* background-position: center; */
  background:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/service/bg1.jpg") center/cover no-repeat;
}

/* 
.custom-maagement-heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(162, 0, 29, 0.6);
  z-index: 1;
} */

/* .custom-management-heading-text,
.management-underline {
  position: relative;
  z-index: 2; 
} */

.custom-management-heading-text {
  font-size: 35px;
  color: white;
  font-weight: bold;
}

@media(min-width:320px) and (max-width:426px) {
  .custom-maagement-heading {
    height: 130px;
  }

  .custom-management-heading-text {
    font-size: 20px;
  }
}




.custom-overlay-managment {
  background-color: #000;
  height: 100%;
}



.mainmenu-area .navbar-nav .nav-link:hover {
  color: white;
}


.about-text-paragraph-one {
  font-size: 14px;
}




/* The blinking text style */
/* .blink-text {
      font-size: 28px;
      font-weight: 700;
      color: #00359e;
      animation: blink 0.8s infinite;
     
    } */

/* The date part highlighted separately */
/* .blink-text span {
       color: #00359e;
      font-weight: 600;
    } */

/* Keyframes for the blink animation */
/* @keyframes blink {
      0% { opacity: 1; }
      50% { opacity: 0; }
      100% { opacity: 1; }
    } */

/* Optional: make blinking smoother */
/* .blink-text {
      animation-timing-function: ease-in-out;
    } */



.row.gap-5 {
  gap: 3rem;
}

.row.gap-4 {
  gap: 1.5rem;
}


/* Card Styling */
.vmv-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-bottom: 3px solid #004d99;
  border-radius: 12px;
  padding: 30px 25px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  height: 100%;
}

.vmv-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Icon Styling */
.vmv-icon {
  background: #e9f3ff;
  color: #0056b3;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  margin-bottom: 15px;
}

/* Title */
.vmv-title {
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  color: #111;
  align-items: center;
  margin-bottom: 30px;
}


.vmv-title .title-line {
  display: inline-block;
  width: 4px;
  height: 25px;
  background-color: #d32f2f;
  margin-right: 10px;
  border-radius: 2px;

}


/* Text */
.vmv-text {
  /* color: #333; */
  line-height: 1;
  font-size: 2xrem;
}

/* List Styling */
.vmv-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.vmv-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  line-height: 1.8;
  /* color: #333; */
  font-size: 15px;
  place-self: center;
}

/* .vmv-list li::before {
  content: "◉";
  color: #0056b3;
  position: absolute;
  left: 0;
  font-size: 0.9rem;
} */

/* Responsive Design */
@media (max-width: 992px) {
  .vmv-card {
    text-align: center;
  }

  .vmv-list li {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .vmv-card {
    padding: 25px 20px;
  }

  .vmv-title {
    font-size: 1.3rem;
  }

  .vmv-text {
    font-size: 0.95rem;
  }
}




.gallery-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* gap: 20px; */
  padding: 10px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  /* border-radius: 10px; */
  width: 356px;
  height: 250px;
  /* border: 2px solid green; */
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  transition: transform 0.4s ease;
  /* border-radius: 10px; */
  height: 250px;
}

/* Black overlay */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  border-radius: 10px;
}

/* Red zoom icon */
.overlay i {
  font-size: 40px;
  color: white;
  transition: transform 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover .overlay {
  opacity: 1;
}

.overlay i:hover {
  transform: scale(1.2);
}

/* Fullscreen view */
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.fullscreen img {
  max-width: 90%;
  max-height: 85%;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  transition: color 0.3s ease;
}

.close-btn:hover {
  color: red;
}

@media (max-width: 768px) {
  .gallery-item {
    width: 90%;
    height: auto;
  }
}


.folder-section {
  padding: 35px 20px;
}

.folder-card {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
  padding: 10px 0px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
}

.folder-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  /* border-color: #9f0d0d; */
}

.folder-card img {
  width: 75px;
  height: auto;
  margin-bottom: 10px;
}

.folder-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
}

.newsletter-section {
  background-color: #f4f0eb;
  padding: 50px;
}


@media (max-width: 768px) {
  .folder-card {
    /* padding: 20px;w */
    width: 130px;
  }

  .folder-card img {
    width: 65px;
  }

  .newsletter-section {
    padding: 0px;
  }
}


.custom-newsletter-text {
  color: #000;
}


.newsletter-detail-section {
  background-color: #f4f0eb;
  padding: 20px 10px;
}


.download-section {
  padding: 60px 20px;
}

.file-card {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
  border: 1px solid #cfcdcd;
  height: 100%;
}

.file-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.file-card img {
  width: 70px;
  height: auto;
  margin-bottom: 15px;
}

.file-title {
  font-size: 13px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.file-title-txt {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

.download-btn {
  background-color: #dc3545;
  color: #fff;
  border: none;
  /* border-radius: 6px; */
  padding: 8px 8px;
  transition: all 0.3s ease;
}

.download-btn:hover {
  background-color: #b92b3a;
}

.download-btn i {
  font-size: 15px;
}

@media (max-width: 768px) {
  .file-card img {
    width: 65px;
  }

  .file-title {
    font-size: 14px;
  }
}

/* 
    .custom-broucher-text{
      font-size: 20px;
      font-weight: bold;
    } */


.file-open-btn {
  background-color: #dc3545;
  color: white;
  padding: 1px 8px;
  border: none;
  border-radius: 5px;
}


.file-download-btn {
  background-color: #00359e;
  color: white;
  padding: 1px 8px;
  border: none;
  border-radius: 5px;
}




.custom-open-text {
  font-size: 13px;
}

.custom-download-text {
  font-size: 13px;
}




.social-container {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.social-icon {
  background-color: white;
  color: black;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon i {
  font-size: 14px;
}

.social-icon:hover {
  background-color: white;
  /* blue hover effect */
  transform: translateY(-5px);
}

/* Responsive design */
@media (max-width: 480px) {
  .social-icon {
    width: 50px;
    height: 50px;
  }

  .social-icon i {
    font-size: 20px;
  }
}


.testimonial-section {
  text-align: center;
  background: #fff;
}

.testimonial-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #333;
}

/* Swiper styles */
.swiper {
  width: 100%;
  padding-bottom: 50px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.testimonial-box {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 40px 15px 30px;
  text-align: center;
  width: 100%;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 8px 5px rgba(0, 0, 0, 0.08);
}

.testimonial-box:hover {
  transform: translateY(-5px);
}


.testimonial-text {
  font-size: 14px;
  /* text-align: center; */
  place-self: center;
  color: #444;
  line-height: 1.7;
  margin-top: 40px;
  margin-bottom: 15px !important;
}

.testimonial-name {
  font-weight: 700;
  color: #9f0d0d;
  font-size: 18px;
  margin-bottom: 5px;
}

.testimonial-role {
  font-size: 14px;
  color: #777;
}

/* Swiper navigation buttons */
.swiper-button-prev,
.swiper-button-next {
  color: black !important;
  font-size: 10px;
  transition: 0.3s;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #222;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-box {
    width: 90%;
  }
}




/* override default absolute positioning so bullets flow below slides */
.swiper .swiper-pagination {
  position: relative !important;
  /* make pagination part of normal flow */
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  margin-top: 18px;
  /* gap between cards and bullets */
  text-align: center;
  z-index: 3;
}

/* style bullets (example) */
.swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #d0d0d0;
  opacity: 1;
  margin: 0 6px;
}

.swiper .swiper-pagination-bullet-active {
  background: #f39c12;
}




/* ====== RESPONSIVE FOR SMALL SCREENS (320px - 425px) ====== */
@media (max-width: 425px) {
  .testimonial-section {
    padding: 10px 10px;
  }

  .swiper {
    padding-bottom: 30px;
  }

  .testimonial-box {
    width: 100%;
    padding: 25px 15px 20px;
    margin: 0 10px;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.05);
  }

  .testimonial-text {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 10px !important;
  }

  .testimonial-name {
    font-size: 15px;
  }

  .testimonial-role {
    font-size: 12px;
  }

  .swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 4px;
  }
}

/* For ultra small screens like 320px specifically */
@media (max-width: 360px) {
  .testimonial-text {
    font-size: 12px;
  }

  .testimonial-name {
    font-size: 14px;
  }

  .testimonial-box {
    padding: 20px 12px;
  }
}






.employee-table {
  border-collapse: collapse;
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.employee-table th {
  font-weight: 600;
  text-align: left;
  padding: 12px 16px;
  color: #333;
}

.employee-table td {
  padding: 10px 16px;
  vertical-align: middle;
}

.employee-table thead tr th:first-child {
  background-color: #00359e;
  /* orange */
  color: #fff;
}

.employee-table thead tr th:last-child {
  background-color: #9f0d0d;
  /* blue */
  color: #fff;
}

.employee-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}

/* Responsive */
@media (max-width: 576px) {

  .employee-table th,
  .employee-table td {
    font-size: 14px;
    padding: 8px 10px;
  }

  .employee-table {
    width: 100%;
    margin: 20px 10px;
  }
}



/* ✅ Responsive for 320px to 426px screens */
@media (min-width: 320px) and (max-width: 427px) {

  .employee-table {
    width: 100%;
    margin: 20px auto;
    font-size: 13px;
    box-shadow: none;
  }

  .employee-table th,
  .employee-table td {
    /* display: block; */
    width: 100%;
    text-align: left;
    padding: 8px 12px;
    font-size: 14px;
    word-wrap: break-word;
  }

  .employee-table thead {
    /* display: none;  */
  }

  .employee-table tbody tr {
    /* display: block; */
    background-color: #fff;
    margin-bottom: 12px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    padding: 8px;
  }

  .employee-table tbody tr td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #00359e;
    display: block;
    margin-bottom: 4px;
  }
}




.branch-section-one {
  padding: 30px 20px;
}

.branch-title-one {
  text-align: center;
  font-weight: 700;
  color: #00359e;
  margin-bottom: 50px;
}

.branch-card-one {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 30px 25px;
  transition: all 0.3s ease;
  height: 100%;
}

.branch-card-one:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.branch-card-one h4 {
  color: #222;
  font-weight: 600;
  margin-bottom: 15px;
}

.branch-card-one h6 {
  color: #9f0d0d;
  font-weight: 600;
  margin-bottom: 15px;
}

.branch-card-one p {
  color: #444;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 576px) {
  .branch-card-one {
    padding: 20px;
    text-align: center;
  }

  .branch-card-one h4 {
    font-size: 20px;
  }
}



.branch-section {
  padding: 80px 20px;
  position: relative;
}

.branch-title {
  text-align: center;
  font-weight: 700;
  color: #00359e;
  margin-bottom: 60px;
  font-size: 2.5rem;
  position: relative;
}

.branch-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background-color: #9f0d0d;
  border-radius: 2px;
}

/* ====== Card Design ====== */
.branch-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.branch-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #00359e, #9f0d0d);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.branch-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.branch-card h4 {
  color: #00359e;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.branch-card h6 {
  color: #9f0d0d;
  font-weight: 600;
  margin-bottom: 10px;
}

.branch-card p {
  color: #444;
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 1.6;
}

.icon-box {
  width: 55px;
  height: 55px;
  background: #00359e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border-radius: 50%;
  margin-bottom: 9px;
  transition: all 0.3s ease;
}

.branch-card:hover .icon-box {
  background: #9f0d0d;
  transform: rotate(10deg);
}

/* ====== Responsive ====== */
@media (max-width: 576px) {
  .branch-title {
    font-size: 1.8rem;
  }

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

  .icon-box {
    margin: 0 auto 15px;
  }
}






ul.circle {
  list-style: none;
  /* remove default bullets */
  padding-left: 0;
}

ul.circle li {
  position: relative;
  padding-left: 25px;
  /* space for custom bullet */
  margin-bottom: 10px;
  line-height: 1.6;
}

ul.circle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: black;
  /* bullet color */
  border-radius: 50%;
  /* makes it a circle */
}


.branch-text-para {
  font-size: 14px;
  color: black;
}



.visit-btn {
  display: inline-block;
  /* background: linear-gradient(to right, #00359e, #a00000); */
  background-color: #00359e;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 14px;
  border-radius: 30px;
  transition: all 0.3s ease;
  font-size: 12px;
}

.visit-btn:hover {
  background-color: #00359e;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: white;
}




@media (max-width: 427px) {
  /* .custom-state-text {
        padding: 25px 18px;
      } */

  .branch-text-para {
    font-size: 14px;
    line-height: 1.6;
  }

  .circle {
    padding-left: 18px;
  }

  .circle li {
    font-size: 14px;
    line-height: 1.6;
  }

  ul.circle li::before {
    margin-left: 10px;
  }
}

/* --- Extra small screens (below 320px) --- */
@media (max-width: 320px) {
  /* .custom-state-text {
        padding: 20px 15px;
      } */

  .branch-text-para {
    font-size: 13px;
    line-height: 1.5;
    /* padding: 20px 15px; */
  }

  .circle li {
    font-size: 13px;
  }

  ul.circle li::before {
    margin-left: 10px;
  }
}






/* Custom Section Styling */


.conference-card-seminar {
  background: #ffffff;
  /* border-radius: 15px; */
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); */
  padding: 40px;
  text-align: justify;
  transition: all 0.3s ease-in-out;
  border: 1px solid black;
}

.conference-card-seminar:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.conference-heading-seminar {
  color: #2c3e50;
  font-weight: 700;
  font-size: 1.5rem;
  border-left: 5px solid #9f0d0d;
  padding-left: 10px;
  margin-bottom: 25px;
}

.conference-text-seminar {
  font-size: 0.9rem;
  color: black;
  line-height: 1.8;
}

.highlight-seminar {
  color: #00359e;
  font-weight: 600;
}

.pdf-link-seminar {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  font-weight: 600;
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s;
}

.pdf-link-seminar:hover {
  color: #0056b3;
}

.pdf-link-seminar i {
  margin-right: 8px;
  font-size: 20px;
}

.custom-state-bg {
  background-color: #f4f0eb;
}

/* .custom-seminar-bg{
       background-color: #f4f0eb;
    } */

/* .custom-seminar-bg{
       background-color: #f4f0eb;
    } */


@media(max-width:1024px) {
  .file-open-btn {
    padding: 0px;
  }

  .file-download-btn {
    padding: 0px;
  }
}


.file-card-seminar {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
  border: 1px solid #cfcdcd;
  height: 100%;
}

.file-card-seminar img {
  width: 70px;
  height: auto;
  margin-bottom: 15px;
}

.file-title-seminar {
  font-size: 13px;
  font-weight: 600;
  color: #333;
}




.file-open-btn-seminar {
  background-color: #dc3545;
  color: white;
  padding: 1px 0px;
  border: none;
  border-radius: 5px;
}


.file-download-btn-seminar {
  background-color: #00359e;
  color: white;
  padding: 1px 2px;
  border: none;
  border-radius: 5px;
}

.custom-training-text {
  font-size: 14px;
  color: black;
}


.custom-research-text {
  color: #000;
  font-size: 14px;
}


.custom-training-section {
  border: 2px solid black;
  padding: 10px 20px;
}




.section-heading {
  color: #2c3e50;
  letter-spacing: 1px;
}

.pub-card {
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pub-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  background: #eef6ff;
}

.pub-card h5 {
  font-size: 1rem;
  color: #333;
  line-height: 1.5;
}

.conference-section-seminar {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .pub-card h5 {
    font-size: 0.95rem;
  }

  .custom-header-top-section .row,
  .logo-area .row {
    margin: 0px;
  }



  .conference-card-seminar {
    padding: 25px;

  }

  .conference-section-seminar {
    padding: 30px 10px;
  }
}

@media (max-width: 426px) {
  .pub-card {
    padding: 20px 15px;
  }

  .pub-card h5 {
    font-size: 0.9rem;
  }
}



/* 

    .event-card {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      transition: transform 0.3s ease;
    }

    .event-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
    }

    .event-card:hover img {
      transform: scale(1.05);
    }


    .overlay-event {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      background-color: red;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      transition: background 0.3s ease;
    }

    .event-card:hover .overlay {
      background-color: red !important;
    }


    .date-label {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #f0ad4e;
      color: white;
      font-weight: 600;
      font-size: 14px;
      padding: 6px 12px;
      border-radius: 5px;
    }

    .badge-count {
      position: absolute;
      top: 10px;
      right: 10px;
      background-color: red;
      color: white;
      font-weight: bold;
      padding: 5px 8px;
      border-radius: 8px;
      font-size: 13px;
    }


    .overlay-event h5 {
      margin: 0;
      font-size: 17px;
      line-height: 1.4;
    }

    .view-btn {
      margin-top: 10px;
      background-color: #f0ad4e;
      border: none;
      color: #000;
      font-weight: 600;
      padding: 6px 16px;
      border-radius: 5px;
      transition: all 0.3s ease;
    }

    .view-btn:hover {
      background-color: #d9902f;
      color: #fff;
    }

 
    @media (max-width: 768px) {
      .overlay-event h5 {
        font-size: 15px;
      }
    } */




/* ===== Card Styling ===== */
.event-card {
  position: relative;
  overflow: hidden;
  /* border-radius: 5px; */
  transition: transform 0.3s ease;
}

.event-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.event-card:hover img {
  transform: scale(1.05);
}

/* ===== Overlay ===== */
.overlay-event {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: all 1s ease;
}

/* Show overlay on hover */
.event-card:hover .overlay-event {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  color: white;
  transform: translateY(0);
}

/* ===== Labels ===== */
.date-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #f0ad4e;
  color: white;
  font-weight: 600;
  font-size: 10px;
  padding: 0px 8px;
  border-radius: 5px;
}

.badge-count {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 0px 4px;
  border-radius: 8px;
  font-size: 10px;
}

/* ===== Text Styling ===== */
.overlay-event h5 {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
  transition: transform 0.3s ease;
  color: white;
  text-align: center;
}

.view-btn {
  margin-top: 10px;
  background-color: #f0ad4e;
  border: none !important;
  color: #000;
  font-weight: 600;
  padding: 0px 25px;
  border-radius: 5px;
  transition: all 0.3s ease;
  align-self: center;
}

.view-btn:hover {
  /* background-color: #d9902f; */
  color: white;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {
  .overlay-event h5 {
    font-size: 15px;
  }
}




/* Gallery container */
.gallery-section {
  width: 100%;
  padding: 20px;
}

/* Responsive image gallery using CSS grid */
.image-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  /* responsive columns */
  gap: 8px;
  /* small gap between images */
}

/* Image styling */
.image-gallery img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  /* ensures no white space */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* Hover effect */
.image-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

@media (max-width: 576px) {
  .image-gallery {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
}







/* Modal popup styles */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-img {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80vh;
  border-radius: 8px;
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

.modal-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 30px;
}

.modal-controls button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  border-radius: 50%;
  padding: 10px 20px;
  transition: background 0.3s;
}

.modal-controls button:hover {
  background: rgba(255, 255, 255, 0.5);
}



.table-container {
  max-width: 1000px;
  margin: 50px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.table thead {
  background-color: #0d6efd;
  color: #fff;
}

.table thead th {
  font-weight: 600;
  letter-spacing: 0.5px;
  background-color: #00359e;
}

.table tbody tr {
  transition: background 0.3s ease;
}

.table tbody tr:hover {
  background-color: #f1f6ff;
}

.btn-view {
  /* background-color: #00359e; */
  /* color: white; */
  border-radius: 30px;
  /* padding: 5px 15px; */
  font-size: 0.875rem;
  transition: all 0.3s ease;
  text-decoration: none;
}

/* .btn-view:hover {
      background-color: #0b5ed7;
      color: #fff;
    } */

@media (max-width: 768px) {
  .table-container {
    margin: 20px;
  }
}






/* 
    .map-section {
      position: relative;
      background: #f9f9f9;
      padding: 60px 0;
      text-align: center;
    }

    .map-section h2 {
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 25px;
      color: #333;
    }

    .map-container {
      position: relative;
      overflow: hidden;
      border-radius: 20px;
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
      max-width: 1000px;
      margin: 0 auto;
    }

    .map-container iframe {
      width: 100%;
      height: 450px;
      border: 0;
      border-radius: 20px;
    }


    @media (max-width: 768px) {
      .map-section h2 {
        font-size: 1.7rem;
      }
      .map-container iframe {
        height: 350px;
      }
    }

    @media (max-width: 576px) {
      .map-section {
        padding: 40px 0;
      }
      .map-container iframe {
        height: 300px;
      }
    }



   
  .map-text-overlay {
    position: absolute;
    top: 20px;
    left: 22%;
    transform: translateX(-50%);
    background-color: white;
    color: #fff;
    padding: 15px 25px;
    text-align: center;
    z-index: 2;
    backdrop-filter: blur(3px);
  }

  .map-text-overlay h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    color: black;
  }

  .map-text-overlay p {
    font-size: 0.95rem;
    margin: 5px 0 0;
    color: black;
  } */






/* --- Custom Map Section Styling --- */
.map-section {
  position: relative;
  background: #f9f9f9;
  padding: 60px 0;
  text-align: center;
}

.map-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #333;
}

.map-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15);
  max-width: 100%;
  margin: 0 auto;
}

.map-container iframe {
  width: 100%;
  height: 450px;
  border: 0;
  border-radius: 20px;
}

/* --- Overlay Box Styled Like Google Info Window --- */
.map-text-overlay {
  position: absolute;
  top: 36px;
  left: 15%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
  padding: 15px 25px;
  /* border-radius: 10px; */
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  text-align: left;
  width: 320px;
  z-index: 2;
  border: 1px solid #ddd;
}

.map-text-overlay h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.map-text-overlay p {
  font-size: 0.7rem;
  line-height: 1.4;
  margin: 0 0 8px;
}

.map-text-overlay .direction-link {
  display: inline-block;
  color: #1a73e8;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.8rem;
}

/* .map-text-overlay .direction-link:hover {
  text-decoration: underline;
} */

/* --- Responsive Adjustments --- */
@media (max-width: 768px) {
  .map-text-overlay {
    width: 260px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 18px;
  }

  .map-container iframe {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .map-container iframe {
    height: 300px;
  }

  .map-text-overlay {
    width: 230px;
    padding: 8px 15px;
    font-size: 0.9rem;
  }
}



/* --- Extra Small Devices (427px and below) --- */
@media (max-width: 427px) {
  .map-text-overlay {
    width: 210px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 12px;
  }

  .map-text-overlay h3 {
    font-size: 0.9rem;
  }

  .map-text-overlay p {
    font-size: 0.7rem;
    line-height: 1.3;
  }

  .map-text-overlay .direction-link {
    font-size: 0.75rem;
  }
}

/* --- Very Small Devices (375px and below) --- */
@media (max-width: 375px) {
  .map-text-overlay {
    width: 190px;
    padding: 6px 10px;
    top: 12px;
  }

  .map-text-overlay h3 {
    font-size: 0.85rem;
  }

  .map-text-overlay p {
    font-size: 0.65rem;
  }

  .map-text-overlay .direction-link {
    font-size: 0.7rem;
  }
}

/* --- Ultra Small Devices (320px) --- */
@media (max-width: 320px) {
  .map-text-overlay {
    width: 170px;
    padding: 6px 8px;
    top: 10px;
  }

  .map-text-overlay h3 {
    font-size: 0.8rem;
  }

  .map-text-overlay p {
    font-size: 0.6rem;
    line-height: 1.2;
  }

  .map-text-overlay .direction-link {
    font-size: 0.65rem;
  }
}



/* Contact Section Styling */
.contact-section {
  background: #f8f9fa;
  padding: 70px 0;
}

.contact-card {
  background: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}

.contact-info h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
}

.contact-info h6 {
  font-weight: 900;
  margin-top: 20px;
  color: #222;
}

.contact-info p,
.contact-info a {
  color: #555;
  line-height: 1.6;
  text-decoration: none;
  display: block;
}

.contact-info a:hover {
  color: #007bff;
}

.contact-form label {
  font-weight: 900;
  margin-bottom: 5px;
  color: #333;
}

.contact-form input,
.contact-form textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.3);
  outline: none;
}

.contact-form button {
  background: #a30d0d;
  border: none;
  padding: 5px 25px;
  color: #fff;
  border-radius: 5px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.contact-form button:hover {
  background: #a30d0d;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .contact-info {
    text-align: center;
    margin-bottom: 30px;
  }
}

.custom-search-reference-text {
  font-size: 18px;
  /* border: 2px solid red; */
  margin-right: 10px;
  padding-top: 10px;
}

.custom-text-entries {
  font-size: 18px;
  padding-left: 10px;
}



/* Adjust font and spacing for small devices */
@media (max-width: 427px) {

  .table th,
  .table td {
    font-size: 12px;
    padding: 6px 8px;
    /* white-space: nowrap; */
  }

  .btn-view {
    font-size: 11px;
    padding: 3px 8px;
  }

  /* Optional: prevent horizontal scroll inside button cell */
  .table td.text-center {
    min-width: 60px;
  }
}



.custom-table-pading {
  padding: 0.35rem;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.3;
  border-top: 1px solid #dee2e6;

}



.custom-view-icon-reference {
  color: black;
}





.footer-slogan {
  font-family: 'Georgia', serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #f0d36c;
  line-height: 1.5;
  text-align: center;
  max-width: 90%;
}



/* -----------------------------------
   Responsive Footer Slogan
----------------------------------- */

/* 427px */
@media (max-width: 427px) {
  .footer-slogan {
    font-size: 0.95rem;
    max-width: 100%;
    line-height: 1.4;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .footer-text {
    font-size: 0.9rem;
    line-height: 1.5;
  }
}

/* 375px */
@media (max-width: 375px) {
  .footer-slogan {
    font-size: 0.88rem;
    padding: 0 8px;
  }

  .footer-text {
    font-size: 0.88rem;
  }
}

/* 320px */
@media (max-width: 320px) {
  .footer-slogan {
    font-size: 0.8rem;
    padding: 0 5px;
    line-height: 1.35;
  }

  .footer-text {
    font-size: 0.85rem;
    line-height: 1.45;
  }
}



.office-title {
  color: #9f0d0d;
}

.custom-form-heading {
  font-weight: 700;
  color: black;
  font-size: 25px;
}


.custom-form-desc {
  color: black;
}

.custom-signature-text {
  color: black;
  font-weight: 700;
}





/* Small Phones (≤ 375px) */
@media (min-width: 375px) {
  .custom-top-heading .form-title {
    /* font-size: 1.35rem;
        text-align: center;
        padding-top: 10px; */
  }

  /* .custom-top-heading {
      padding: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    } */

  /* .custom-top-heading .form-subtitle {
        font-size: 0.95rem;
    } */

  .form-container {
    padding: 10px 10px;
  }
}

.form-container {
  /* max-width: 1000px; */
  /* margin: 40px auto; */
  /* background: #ffffff; */
  padding: 40px 40px;
  border-radius: 18px;
  /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12); */
  /* border: 1px solid #d4dae4; */
  /* border: 2px solid green; */

}

/* Very Small Screens (≤ 320px) */
@media (min-width: 320px) {
  /* .custom-top-heading .form-title {
        font-size: 1.25rem;
        line-height: 1.3;
    } */

  /* .custom-top-heading .form-subtitle {
        font-size: 0.9rem;
    } */

  .form-container {
    padding: 10px 10px;
  }

  /* .custom-top-heading {
      padding: 0px;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
    } */
}




.custom-submit-section {
  display: flex;
  justify-content: end;
}


.custom-submit-btn {
  text-align: end !important;
  background-color: #00359e;
  color: white;
  padding: 10px 20px;
  margin-right: 30px;
}


/* 427px */
@media (max-width: 427px) {
  .custom-submit-section {
    justify-content: center;
  }

  .custom-submit-btn {
    margin-right: 0;
    /* width: 60%; */
    text-align: center !important;
  }
}

/* 375px */
@media (max-width: 375px) {
  .custom-submit-btn {
    /* width: 70%; */
  }
}

/* 320px */
@media (max-width: 320px) {
  .custom-submit-btn {
    /* width: 80%; */
  }
}




.form-title {
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #00359e;
  margin-bottom: 0;
}

.form-subtitle {
  text-align: center;
  font-size: 20px;
  margin-top: 5px;
  font-weight: 600;
  color: #9f0d0d;
  text-transform: uppercase;
}


.custom-top-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  text-align: center;
}



/* ===== Responsive for 427px ===== */
@media (max-width: 427px) {
  .form-title {
    font-size: 26px;
    letter-spacing: 0.6px;
  }

  .form-subtitle {
    font-size: 16px;
  }

  .custom-top-heading {
    padding: 30px 15px;
  }
}

/* ===== Responsive for 375px ===== */
@media (max-width: 375px) {
  .form-title {
    font-size: 24px;
    letter-spacing: 0.5px;
  }

  .form-subtitle {
    font-size: 15px;
  }

  .custom-top-heading {
    padding: 25px 12px;
  }
}

/* ===== Responsive for 320px ===== */
@media (max-width: 320px) {
  .form-title {
    font-size: 22px;
    letter-spacing: 0.4px;
  }

  .form-subtitle {
    font-size: 14px;
  }

  .custom-top-heading {
    padding: 20px 10px;
  }
}



/* 

.section-card {
  background: #fffaf2;
  padding: 15px;
  border-radius: 12p
}

.section-title-form {
  font-size: 17px;
  font-weight: 700;
  color: #9f0d0d;
  margin-bottom: 10px;
}

.form-label {
  font-weight: 600;
  color: #333;
  font-size: 14px;
} */




/* Card Background */

/* 
.section-card {
  background: #fff9f2;
  padding: 20px 25px;
  border-radius: 14px;
  border: 1px solid #f4e2c6;
  box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}


.section-title-form {
  font-size: 18px;
  font-weight: 700;
  color: #9f0d0d;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
  padding-bottom: 6px;
}


.form-label {
  font-weight: 600;
  color: #5a4a4a;
  font-size: 15px;
  margin-bottom: 4px;
}


.custom-input {
  border-radius: 10px;
  border: 1px solid #dccfc0 !important;
  background: #fff;
  height: 42px;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
}


.custom-input:focus {
  border-color: #c08f6c !important;
  box-shadow: 0 0 0 3px rgba(192,143,108,0.2);
}


.mb-3 {
  margin-bottom: 18px !important;
} */





/* Smooth Card */
.section-card {
  background: linear-gradient(135deg, #fff9f2, #fff3e7);
  padding: 25px 30px;
  border-radius: 18px;
  border: 1px solid rgba(200, 150, 120, 0.3);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.section-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Section Title */
.section-title-form {
  font-size: 18px;
  font-weight: 800;
  color: #8c0000;
  margin-bottom: 22px;
  padding-bottom: 8px;
  text-transform: uppercase;
}

/* Label */
.form-label {
  font-weight: 600;
  color: #4a3f3f;
  font-size: 15px;
  margin-bottom: 6px;
}

/* Modern Input */
.custom-input {
  height: 45px;
  border-radius: 12px !important;
  border: 1px solid #e1d4c7 !important;
  background: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  padding-left: 14px;
  transition: 0.25s ease-in-out;
}

/* On Focus Glow */
.custom-input:focus {
  border-color: #b17652 !important;
  box-shadow: 0 0 0 4px rgba(177, 118, 82, 0.25);
  background: #fff;
}

/* Bigger spacing */
.mb-3 {
  margin-bottom: 20px !important;
}

/* Smooth Date Picker Icon */
input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: opacity(70%);
  transition: 0.2s;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover {
  filter: brightness(0.3);
}


.signature-box {
  border: 2px dashed #6c757d;
  height: 50px;
  border-radius: 10px;
  background: #f5f5f5;
}

textarea,
input {
  border-radius: 8px !important;
}

.office-box {
  background: #fffaf2;
  border: 1px solid #f2d9a6;
  padding: 20px 25px;
  border-radius: 12px;
  margin-top: 35px;
  box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.05);
}

.office-title {
  font-weight: 700;
  color: #9f0d0d;
  /* letter-spacing: 1px; */
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
}

.btn-primary {
  padding: 12px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}

/* 
.photo-box {
  border: 2px dashed #999;
  border-radius: 8px;
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
} */




/* Upload big box */
.upload-box {
  border: 2px dashed #1e90ff;
  border-radius: 10px;
  height: 190px;
  background: repeating-linear-gradient(45deg,
      #f4f8ff,
      #f4f8ff 10px,
      #e9f1ff 10px,
      #e9f1ff 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  /* border: 2px solid red; */
}

/* Inner content */
.upload-content {
  text-align: center;
}

.upload-icon {
  width: 55px;
  margin-bottom: 10px;
}

.upload-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Red message under text */
.upload-note {
  color: #d9534f;
  font-size: 14px;
  margin-top: 0;
}

.lock-icon {
  margin-right: 5px;
}

/* Buttons Row */
.button-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0px;
}

/* Previous Button */
.btn-prev {
  background: #f1f1f1;
  color: white;
  border: none;
  padding: 0px 10px;
  font-size: 13px;
  border-radius: 6px;
  cursor: pointer;
  /* border: 2px solid green; */
  background-color: #00359E;
}

/* Next Button */
.btn-next {
  background: #9f0d0d;
  color: white;
  border: none;
  padding: 0px 10px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
}

/* Hover effects */
/* .btn-prev:hover {
  background: #e2e2e2;
}

.btn-next:hover {
  background: #0066d6;
} */

/* Photo instruction box */
.photo-box {
  border: 2px dashed #999;
  border-radius: 8px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
}

.shadow-sm {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}

.p-2 {
  padding: 10px;
}

.small.text-muted {
  color: #6c757d;
  font-size: 14px;
  text-align: center;
}


.signature-specimen {
  border: 2px solid #444;
  border-radius: 6px;
  height: 50px;
  background: #fff;
}

.form-select {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/* Main container */
.signature-upload-container {
  width: 100%;
  /* padding: 20px; */
  display: flex;
  justify-content: center;
}

/* Upload area box */
.upload-box-image {
  border: 3px dotted #4c8df5;
  border-radius: 15px;
  width: 100%;
  /* max-width: 1400px; */
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 20px;
  transition: 0.3s;
}

.upload-box-signature {
  border: 1px solid black;
  border-radius: 10px;
  width: 100%;
  /* max-width: 1400px; */
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 10px;
  transition: 0.3s;
  margin-top: 10px;
}

/* Hover effect */
.upload-box:hover {
  background: #f7faff;
  border-color: #2f78ff;
}

/* Upload button */
.upload-btn {
  background-color: #4285f4;
  border: none;
  padding: 0px 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  transition: 0.3s;
}

.upload-btn:hover {
  background-color: #2f6fe0;
}

/* Text under button */
.upload-text {
  margin-top: 15px;
  font-size: 12px;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .upload-box {
    height: auto;
    padding: 40px 20px;
  }

  .upload-btn {
    font-size: 16px;
    padding: 0px 10px;
  }

  .upload-text {
    font-size: 14px;
  }
}


.custom-form-section {
  background-color: #fffaf2;
}

section {
  padding: 60px 0px 45px 0px;
}