

/*=============================================================
    CSS INDEX
    =============================
    01. START GENERAL STYLE 
    02. START HEADER STYLE 
    03. START SLIDER STYLE
    04. START ABOUT STYLE
    05. START FEATURES STYLE
    06. START COUNTER STYLE
    07. START TEAM STYLE
    08. START TESTIMONIAL & FAQ STYLE
    09. START GALLERY STYLE
    10. START BLOG STYLE
    11. START NEWSLETTER STYLE
    12. START FOOTER STYLE
    13. START ABOUT PAGE STYLE
    14. START SERVICE PAGE STYLE
    15. START SINGLE SERVICE PAGE STYLE
    16. START FAQ PAGE STYLE
    17. START 404 PAGE STYLE
    18. START BLOG PAGE STYLE
    19. START SINGLE BLOG PAGE STYLE
    20. START CONTACT PAGE STYLE
    21. START HOME 2 PAGE STYLE
    22. START HOME PAGE 3 STYLE
    23. START HOME 4 PAGE STYLE
    24. START CLASS PAGE STYLE
    25. START TEACHER DETAILS PAGE STYLE
    26. START EVENT PAGE STYLE
    27. START NOTICE PAGE STYLE
    28. START TIMETABLE PAGE STYLE
    29. START SHOP PAGE STYLE
    30. START SHOP SINGLE PAGE STYLE
  =============================================================*/


/*
* ----------------------------------------------------------------------------------------
* 01. START GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #767676;
  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: 'Dosis', sans-serif;
  font-weight: 700;
}

a {
  color: #88BD70;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus,
a:hover {
  color: #FF9900;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  line-height: 27px;
  margin-bottom: 0;
    letter-spacing: 0.2px;
    color: #4e4e4e;
        margin-bottom: 15px;
}

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 {
  padding: 100px 0;
  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;
}
.single-service-item
{
    border-radius: 10px;
}
.icon-bg img
{
    border-radius: 10px;
}
.auto-container {
  position: static;
  max-width: 1280px;
  padding: 0px 15px;
  margin: 0 auto;
}

.bg-gray {
  background-color: #B6D7A8;
}

.bg-theme {
  background-color: #E06666;
}

.theme-color {
  color: #E06666;
}


/*START SECTION TITLE DESIGN*/

.section-title {
  margin-bottom: 80px
}

.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 */

.logo-area {
  padding: 10px 0;
}

.logo-area .header-info-box {
  position: relative;
  float: left;
  margin-left: 35px;
  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;
}
/*menu area1 style*/

.mainmenu-area1 {
  background: #808B96;
}

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;
}
.about-wel-des p
{
    margin-bottom: 15px!important;
}
.top-main-site img
{
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.page-banner-breadcrumb p
{
    color: #fff;
    font-weight: 300;
}
/* main menu style */

.mainmenu-area .navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  
    padding: 10px 18px 10px 18px;
  letter-spacing: 0.5px;
  font-size: 15px;
  position: relative;
}
.logo img
{
    width: 510px;
}
.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: #333;
  -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);
}
/*Header Top*/
.header-top .nav-item .nav-link{
  border-left: 1px solid rgba(255,255,255,0.15);
}
.header-top .nav-item:last-Child .nav-link{
  border-right: 1px solid rgba(255,255,255,0.15);
}

/* dropdown menu */

.main-header .mainmenu-area .navbar .dropdown .dropdown-menu {
  display: block;
  min-width: 235px;
  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: 11px 0 11px 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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.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;
  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: 48px;
  visibility: visible;
}

.main-header .mainmenu-area .navbar .dropdown-menu .dropdown>.dropdown-menu {
  left: 300%;
  margin-top: -1px;
  min-width: 170px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  display: block;
}
.box-main img
{
    width: 100%;
}
.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;
}

.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: 60px 0;
}

.about-wel-des h6 {
  text-transform: uppercase;
}

.about-wel-des h6 i {
  padding-right: 8px;
}

.about-us-into-btn-2 {
  color: #fff;
  background-color: #0E70C7;
  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;
  -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 {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.about-wel-img-sec:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 18px;
  left: 18px;
  border: 10px solid #0E70C7;
  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 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
* ----------------------------------------------------------------------------------------
*/
.service-item-text-holder
{
    margin-bottom: 15px!important;
}
.service-item-text-holder h4
{
    font-size: 21px;
}
.single-service-item {
    border: 1px solid #ddd;
  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 #0E70C7;
  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: #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;
}

.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);
}

.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: #fff;
  border-color: #0E70C7;
}

.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: 55px 0 30px;
    border-top: 1px solid #ddd;
}

.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: 60px;
  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;
}

.about-promo
{
    margin-top: 50px;
}
/*end page banner area*/

.about-wel-padding {
  float: left;
  width: 100%;
  padding: 100px 0;
}

.welcome-section-title h2 {
  position: relative;
  margin-bottom: 30px;
    font-size: 35px;
    letter-spacing: 0.5px;
}
.box-main-pdf 
{
    width: 100%;
    background-color: #28a745;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.box-main-pdf a
{
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    padding: 8px!important;
    letter-spacing: 0.3px;
}
.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: 10px;
    border: 1px solid #ddd;
}
.white-main
{
    color: #fff!important;
}
.service-tab-left-main
{
    margin-top: 20px;
}
.main-button
{
    background-color: #fff!important;
}
.service-tab-left-main h4
{
    color: #fff;
    font-size: 27px!important;
}
.ab-img-col-main
{
    margin-top: 20px;
}
.service-tab-left-main p
{
    color: #fff;
    letter-spacing: 0.2px;
}
.service-tab .nav-tabs .nav-link {
  position: relative;
  color: #495057;
    background-color: #fff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
      padding: 14px 6px;
    width: 240px;
  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;
}
#team
{
        background-color: #ebeaea;
}

.marq {
    height: 300px;
    border-radius: 5px;
    border-bottom: 1px solid #bcbcbc;
    background-color: #fff;
    padding: 10px;
}

.service-tab .nav-tabs .nav-link:hover {
  background: #333;
}
.heading-main h3 {
    background-color: #7b1a35;
    /* border: 1px solid #094083; */
    padding: 6px 5px 6px 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 23px;
    color: #fff;
}
.marquee-content i
{
    color: #7b1a35;
}
.marquee-content a
{
   color: #000!important; 
}
.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: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active
{
    background-color: #7a1632!important;
}
.service-tab .nav-tabs .nav-item .nav-link:before {
  color: #fff;
  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: 30px;
}

.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 {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  overflow: hidden;
}

.service-list-des {
  padding: 25px;
}

.service-list-des h4 {
  margin-bottom: 15px;
}

.service-list-des h4 i {
  background-color: #333;
  color: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  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: 10px 0;
}


/*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: 20px;
}

.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;
}

.form-group input {
  height: 50px;
}
.form-group select {
  height: 50px;
}

.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;
}

.home-2 .mainmenu-area .navbar-nav .nav-link {
  color: #333;
}

.home-2 .mainmenu-area .navbar-nav .nav-link {
    padding: 19px 18px;
}

.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;
}

.home-2 .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%);
}

.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: 'Roboto', 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) {
  .container,
  .auto-container {
    width: 90%;
  }
}

@media only screen and (max-width: 360px) {
  .container,
  .auto-container {
    width: 90%;
  }
}
.box-main img
{
    border: 1px solid #ddd;
    border-radius: 5px;
}
.head-main-content h3
{
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-top: 7px;
}
.box-main
{
    margin-top: 20px;
}


/*hover effect*/

/*-- gallery-hover effect --*/
	
	.w3ls-hover {
		background-color: #36454f;
		display: block;
		overflow: hidden;
		position: relative;
		/* border: 1px solid #231f202e; */
		text-align: center;
	}
	
	.w3ls-hover .view-caption {
		padding: 45px;
		position: absolute;
		left: 0;
		top: 0;
		width: 0%;
		height: 100%;
		opacity: 0;
		background-color: rgba(0, 0, 0, 0);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	.w3ls-hover .view-caption h5 {
		color: #fff;
		font-size: 25px;
		font-weight: normal;
	}
	
	.w3ls-hover .view-caption span {
		color: #fff;
		font-size: 1.2em;
		margin-top: 6%;
		display: inline-block;
		border: 1px solid #fff;
		padding: 1em;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	
	.w3ls-hover:hover .view-caption {
		background-color: rgba(12, 12, 12, 0.79);
		opacity: 1;
		width: 100%;
	}
	
	.w3ls-hover .view-caption span:hover {
		color: #ffc325;
		border-color: #ffc325;
	}
	
	.w3ls-hover {
		width: 100%;
	}
	
	.gallery {
		padding-top: 40px;
	}
.w3ls-hover
{
    border: 3px solid #ddd;
}
/*hover effect*/
@charset "UTF-8";
/*--------------------------------------------------------------------------
Template name: Eduaid
Template URI: https://www.foxcoders.com/demo/eduaid/
Author Name: Khakon
Author URI: 
Tag: Modern, Agency, Business
Verson: 1.0.0
Description: Eduaid is a responsive html5 education template 

===========================
CSS Index
===========================
1. header
2. Start Slider
3. Start Services
4. Start Featured Section
05. Start Popup Videos Section
06. Start Our Team Carousel
07 .Start Events Section
08. Start Testimonials Section
09. Start Blog Section
10. Start Footer
14. scroll-top
15. About Page
15.1 Start Featured-2 Section
15.2 Start Full Width Container
15.3 Start Contact And Countdown
15.4 Start Contact Section
16. Courses Page
17. Teacher Details
18. Gallery Page
19. Blog Style One
20. Apply Form Page
21. Notice page
22. Events Page
23. Results Page
24. Department Page
25. Blog Details
------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,500i,600|Rubik:400,500,700&amp;display=swap");
/**
* ============================
*  3.Media Query
* ============================
*/
a {
  text-decoration: none;
}

.z-index {
  z-index: 1;
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
button.close {
  outline: none;
  box-shadow: none;
  border: none;
  background: transparent;
  font-weight: 700;
  font-size: 24px;
}

.default_bg {
  background-color: #0195ff;
}

.hover_bg {
  background-color: #ff5202;
}

.hover_bg_2 {
  background-color: #14bdee;
}

.semi_dark_bg {
  background-color: #f7f7f7;
}

.dark_2_bg {
  background-color: #002147;
}

.semi_black_bg {
  background-color: rgba(0, 33, 71, 0.65);
}

.dark_3_bg {
  background-color: #f5f5f5;
}

.black_bg {
  background-color: #0d1028;
}

.black_2_bg {
  background-color: #151935;
}

.bg_dark_9 {
  background-color: #f5f5f5;
}

.height-800 {
  height: 800px;
}

.height-600 {
  height: 600px;
}

.height-700 {
  height:  500px;
}

.section-ptb {
  padding-top: 130px;
  padding-bottom: 130px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .section-ptb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .section-ptb {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-ptb-2 {
  padding-top: 225px;
  padding-bottom: 130px;
}
@media (max-width: 768px) {
  .section-ptb-2 {
    padding-top: 170px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .section-ptb-2 {
    padding-top: 150px;
    padding-bottom: 50px;
  }
}

.section-ptb-3 {
  padding-top: 130px;
  padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-ptb-3 {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .section-ptb-3 {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .section-ptb-3 {
    padding-top: 100px;
    padding-bottom: 0;
  }
}

.section-ptb-4 {
  padding-top: 130px;
  padding-bottom: 200px;
}
@media (max-width: 575px) {
  .section-ptb-4 {
    padding-top: 100px;
    padding-bottom: 90px;
  }
}

.section-ptb-5 {
  padding-top: 130px;
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .section-ptb-5 {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.section-ptb-6 {
  padding-top: 130px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .section-ptb-6 {
    padding-top: 130px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .section-ptb-6 {
    padding-top: 130px;
    padding-bottom: 0;
  }
}

.section-pb {
  padding-bottom: 130px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-pb {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .section-pb {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .section-pb {
    padding-bottom: 50px;
  }
}

.section-pt {
  padding-top: 130px;
}

.pt-60 {
  padding-top: 60px;
}

.mt-30 {
  margin-top: 30px;
}

@media (max-width: 768px) {
  header .container {
    max-width: 96%;
  }
}
@media (max-width: 575px) {
  header .container {
    max-width: 96%;
  }
}

.translate_30 {
  transform: translateY(-30%);
}
@media (max-width: 768px) {
  .translate_30 {
    transform: translateY(0);
  }
}
@media (max-width: 575px) {
  .translate_30 {
    transform: translateY(0);
  }
}

.translate_34 {
  transform: translateY(-100px);
}
@media (max-width: 575px) {
  .translate_34 {
    transform: translateY(0);
    padding: 50px 0;
  }
}

.button_one {
  display: inline-block;
  position: relative;
  background-color: #ff5202;
  border: 0;
  color: #fff;
  padding: 15px 25px;
  transition: all 0.4s linear 0s;
  text-transform: uppercase;
  font-family: 'Arvo', serif;
  font-weight: 400;
  font-size: 14px;
}
.button_one:hover {
  text-decoration: none;
  background-color: rgba(255, 82, 2, 0.85);
  color: #fff;
}

.special-button {
  display: inline-block;
  position: relative;
  background-color: #ff5202;
  border: 0;
  color: #fff;
  padding: 16px 80px 16px 16px;
  transition: all 0.4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .special-button {
    font-size: 12px;
  }
  .special-button > i {
    display: none;
  }
}
.special-button:hover {
  text-decoration: none;
  background-color: rgba(255, 82, 2, 0.85);
  color: #fff;
}

.button_one_alt {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #ff5202;
  color: #ff5202;
  transition: all 0.4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.button_one_alt:hover {
  text-decoration: none;
  background-color: rgba(255, 82, 2, 0.85);
  color: #fff;
  border-color: rgba(255, 82, 2, 0.85);
}

.button_two {
  display: inline-block;
  position: relative;
  background-color: #14bdee;
  border: 0;
  color: #fff;
  padding: 14px 35px;
  transition: all 0.4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  border-radius: 30px;
  text-transform: uppercase;
  box-shadow: 0 0.5rem 1rem rgba(20, 189, 238, 0.35);
}
.button_two:hover {
  text-decoration: none;
  background-color: rgba(20, 189, 238, 0.7);
  color: #fff;
}

.button_two_plane {
  display: inline-block;
  position: relative;
  background-color: #14bdee;
  border: 0;
  color: #fff;
  padding: 12px 25px;
  transition: all 0.4s linear 0s;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.button_two_plane:hover {
  text-decoration: none;
  background-color: rgba(20, 189, 238, 0.7);
  color: #fff;
}

.button_three {
  display: inline-block;
  position: relative;
  background-color: #91c73d;
  border: 0;
  color: #fff;
  padding: 10px 25px;
  transition: all 0.4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .button_three {
    padding: 10px;
  }
}
.button_three:hover {
  text-decoration: none;
  background-color: #adadad;
  color: #fff;
}

.button_four {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border: 2px solid #ff5202;
  color: #ff5202;
  padding: 10px 25px;
  transition: all 0.4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}
.button_four.active {
  background-color: #ff5202;
  color: #fff;
}
@media (max-width: 575px) {
  .button_four {
    padding: 10px;
  }
}
.button_four:hover {
  text-decoration: none;
  background-color: #ff5202;
  color: #fff;
}

.button_five {
  display: inline-block;
  position: relative;
  background-color: #ff5202;
  color: #fff;
  padding: 10px 35px;
  transition: all 0.4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  border: 2px solid #ff5202;
  cursor: pointer;
}
.button_five.active {
  background-color: #fff;
  color: #ff5202;
}
@media (max-width: 575px) {
  .button_five {
    padding: 10px;
  }
}
.button_five:hover {
  text-decoration: none;
  background-color: #fff;
  color: #ff5202;
}

.button_block {
  display: block;
  width: 100%;
  height: 50px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.4s linear 0s;
}

.rounded-btn {
  display: inline-block;
  position: relative;
  background-color: #d0f2fc;
  border: 0;
  color: #14bdee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all 0.4s linear 0s;
  font-size: 15px;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 16px;
}
.rounded-btn i {
  color: #14bdee;
}
.rounded-btn:hover {
  text-decoration: none;
  background-color: #14bdee;
  color: #fff;
}
.rounded-btn:hover i {
  color: #fff;
}

.theme-list {
  display: inline-block;
}
.theme-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-list ul li:last-child a {
  padding-bottom: 0;
}
.theme-list ul li a {
  display: inline-block;
  position: relative;
  padding: 5px;
  color: #002147;
  transition: all 0.4s linear 0s;
}
.theme-list ul li a:hover {
  text-decoration: none;
  color: #ff5202;
}
.theme-list ul li a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  color: #ff5202;
}

.theme-list-2 {
  display: inline-block;
}
.theme-list-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-list-2 ul a {
  display: inline-block;
  position: relative;
  padding: 10px;
  color: #002147;
  transition: all 0.4s linear 0s;
}
.theme-list-2 ul a:hover {
  text-decoration: none;
  color: #14bdee;
}
.theme-list-2 ul a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  color: #14bdee;
}

.theme-list-3 {
  display: inline-block;
}
.theme-list-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-list-3 ul li {
  position: relative;
  padding: 10px;
  color: #002147;
  transition: all 0.4s linear 0s;
  font-size: 16px;
}
.theme-list-3 ul li:hover a {
  text-decoration: none;
  color: #91c73d;
}
.theme-list-3 ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  color: #91c73d;
}

.theme-list-4 {
  display: inline-block;
}
.theme-list-4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.theme-list-4 ul li {
  display: block;
  position: relative;
  padding: 10px;
  color: #002147;
  transition: all 0.4s linear 0s;
  font-size: 16px;
}
.theme-list-4 ul li:hover a {
  text-decoration: none;
  color: #ff5202;
}
.theme-list-4 ul li:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 5px;
  color: #ff5202;
  font-size: 14px;
}

.section-title {
  padding-bottom: 20px;
}
.section-title h4 {
  color: #ff5202;
  /*text-transform: uppercase;*/
  font-size: 18px;
  font-weight: 500;
}
.section-title h2 {
  color: #002147;
  font-size: 50px;
  font-family: "Poppins";
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-title h2 {
    font-size: 35px;
  }
}

.sub-title {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 50px;
  color: #002147;
}
@media (max-width: 575px) {
  .sub-title {
    font-size: 30px;
  }
}

.sm-sub-title {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 30px;
  color: #002147;
}

.section-title-2 {
  padding-bottom: 20px;
}
.section-title-2 h4 {
  color: #14bdee;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.section-title-2 h2 {
  color: #002147;
  font-size: 50px;
  font-family: "Poppins";
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-title-2 h2 {
    font-size: 36px;
  }
}

.section-title-3 {
  padding-bottom: 20px;
}
.section-title-3 h4 {
  color: #91c73d;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}
.section-title-3 h2 {
  color: #002147;
  font-size: 50px;
  font-family: "Poppins";
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-title-3 h2 {
    font-size: 40px;
  }
}

.section-title-6 {
  padding-bottom: 20px;
}
.section-title-6 h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.section-title-6 h2 {
  color: #fff;
  font-size: 50px;
  font-family: "Poppins";
  font-weight: 600;
}
@media (max-width: 575px) {
  .section-title-6 h2 {
    font-size: 40px;
  }
}

.single-section-title {
  margin-bottom: 50px;
}
.single-section-title h2 {
  display: inline-block;
  font-size: 50px;
  color: #002147;
  position: relative;
  font-family: "Poppins";
  font-weight: 600;
}
.single-section-title h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100px;
  height: 3px;
  background-color: #14bdee;
}

.single-section-title-2 {
  margin-bottom: 50px;
}
.single-section-title-2 h2 {
  display: inline-block;
  font-size: 50px;
  color: #002147;
  position: relative;
  font-family: "Poppins";
  font-weight: 600;
}
.single-section-title-2 h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  width: 100px;
  height: 3px;
  background-color: #91c73d;
}

.section-heading {
  position: relative;
  font-size: 35px;
  color: #002147;
  font-family: "Poppins";
  font-weight: 600;
}
.section-heading:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 50%;
  left: 40%;
  background-color: #ff5202;
}
@media (max-width: 768px) {
  .section-heading:before {
    left: 48%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .section-heading:before {
    left: 40%;
  }
}
@media (max-width: 575px) {
  .section-heading:before {
    left: 50%;
    content: none;
  }
}

.overlay {
  position: relative;
}
.overlay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(34, 34, 34, 0.45);*/
}

.overlay_2 {
  position: relative;
}
.overlay_2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 33, 71, 0.8);*/
}

.overlay_3 {
  position: relative;
}
.overlay_3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(255, 255, 255, 0.8);*/
  padding: 25px;
  border-radius: 25px;
}
@media (min-width: 992px) {
  .overlay_3:before {
    display: none;
  }
}

.border-2 {
  border: 2px solid #ff5202;
  transition: all 0.4s linear 0s;
}

.border-3 {
  border: 2px solid #14bdee;
  transition: all 0.4s linear 0s;
}

.border-4 {
  border: 2px solid #eff7e2;
  transition: all 0.4s linear 0s;
}

.border-5 {
  border: 2px solid #d0f2fc;
  transition: all 0.4s linear 0s;
}

.border-6 {
  border: 2px solid #dddddd;
  transition: all 0.4s linear 0s;
}

.border-7 {
  border: 5px solid #1d2144;
  transition: all 0.4s linear 0s;
}

.border-8 {
  border: 5px solid #eff7e2;
  transition: all 0.4s linear 0s;
}

.border-bottom-2 {
  border-bottom: 2px solid #ff5202;
}

.button_icon i {
  font-size: 20px;
  padding-left: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-3d-5 {
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .mb-3d-5 {
    padding-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .mb-3d-5 {
    padding-bottom: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mt-3d-5 {
    padding-top: 3rem;
  }
}
@media (max-width: 768px) {
  .mt-3d-5 {
    padding-top: 3rem;
  }
}
@media (max-width: 575px) {
  .mt-3d-5 {
    padding-top: 3rem;
  }
}

@media (max-width: 768px) {
  .mb-xs-5 {
    padding-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .mb-xs-5 {
    padding-bottom: 3rem;
  }
}

@media (max-width: 575px) {
  .mb-mob-5 {
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .mb-xs-4 {
    padding-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .mb-xs-4 {
    padding-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .my-xs-5 {
    margin: 5rem 0;
  }
}
@media (max-width: 575px) {
  .my-xs-5 {
    margin: 5rem 0;
  }
}

@media (max-width: 768px) {
  .my-xs-4 {
    margin: 4rem 0;
  }
}
@media (max-width: 575px) {
  .my-xs-4 {
    margin: 4rem 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-bd-5 {
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .mb-bd-5 {
    padding-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .mb-bd-5 {
    padding-bottom: 3rem;
  }
}

@media (max-width: 768px) {
  .mt-xs-5 {
    padding-top: 3rem;
  }
}
@media (max-width: 575px) {
  .mt-xs-5 {
    padding-top: 3rem;
  }
}

.shadow-theme-lg {
  box-shadow: 0 1rem 3rem 1rem rgba(20, 189, 238, 0.175) !important;
}

.height-470 {
  height: 470px;
}

@media (min-width: 992px) {
  .pr-120-lg {
    padding-right: 120px;
  }
}

.translate_50 {
  transform: translateY(50%) !important;
}

.widget-title {
  display: inline-block;
  position: relative;
  color: #002147;
  font-size: 24px;
  margin: 0;
  font-weight: 500;
}
.widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 70px;
  height: 3px;
  background-color: #ff5202;
}

.pagination-wrapper {
  margin-top: 60px;
}
.pagination-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-wrapper ul li {
  display: inline-block;
}
.pagination-wrapper ul li:last-child a {
  margin-right: 0;
}
.pagination-wrapper ul li a {
  display: inline-block;
  margin-right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #efefef;
  color: #666;
  text-align: center;
  line-height: 50px;
  transition: all 0.4s linear 0s;
}
.pagination-wrapper ul li a:hover {
  background-color: #ff5202;
  color: #fff;
  text-decoration: none;
}

.link_btn {
  display: inline-block;
  color: #ff5202;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.4s linear 0s;
}
.link_btn i {
  transition: all 0.4s linear 0s;
}
.link_btn:hover {
  text-decoration: none;
  color: #ff5202;
}
.link_btn:hover i {
  padding-left: 5px;
}

.tags-list p {
  display: inline-block;
  margin-bottom: 0;
  color: #002147;
  font-size: 16px;
  font-weight: 500;
  padding-right: 5px;
}
@media (max-width: 575px) {
  .tags-list p {
    font-size: 14px;
  }
}
.tags-list ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.tags-list ul li {
  display: inline-block;
  margin-right: 5px;
}
.tags-list ul li a {
  position: relative;
  color: #666;
  font-size: 16px;
  transition: all 0.4s linear 0s;
}
.tags-list ul li a:hover {
  text-decoration: none;
  color: #ff5202;
}
.tags-list ul li a:after {
  content: " , ";
  font-size: 20px;
}
.tags-list ul li:last-child a:after {
  content: none;
}

.share-option p {
  display: inline-block;
  margin-bottom: 0;
  color: #002147;
  font-weight: 500;
  padding-right: 5px;
}
@media (max-width: 575px) {
  .share-option p {
    padding-right: 0;
    padding-left: 5px;
    font-size: 14px;
  }
}
.share-option ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.share-option ul li {
  display: inline-block;
}
.share-option ul li:last-child a {
  margin-right: 0;
}
.share-option ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ff5202;
  border-radius: 50%;
  color: #ff5202;
  transition: all 0.4s linear 0s;
}
@media (max-width: 575px) {
  .share-option ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 0;
    border-width: 1px;
    font-size: 12px;
  }
}
.share-option ul li a:hover {
  background-color: #ff5202;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-xs-2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .mb-xs-2 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .mb-xs-2 {
    margin-bottom: 2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mb-xs-3 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .mb-xs-3 {
    margin-bottom: 3rem;
  }
}
@media (max-width: 575px) {
  .mb-xs-3 {
    margin-bottom: 3rem;
  }
}

@media (max-width: 575px) {
  .mb-mob-3 {
    margin-bottom: 3rem;
  }
}

/**
* ============================
*  3.Media Query
* ============================
*/
.single-item h4 a, .feature-content-3 h3 a, .feature-content-2 h3 a, .feature-content h3 a, .single-service-4 h4 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.big-blog-area .blog-text-2 h3 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*Header Top*/
.header-top .nav-item .nav-link{
  border-left: 1px solid rgba(255,255,255,0.15);
}
.header-top .nav-item:last-Child .nav-link{
  border-right: 1px solid rgba(255,255,255,0.15);
}

/*Logo Banner*/
.logo-banner{
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0.65) 100%), url('../imgs/college-website-cover.jpg') no-repeat center;
  background-size: contain;
  background-position: top right;
}
@media (max-width: 575.98px){
  .logo-banner {
    background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255 / 90%) 55%, rgb(255 255 255 / 65%) 100%), url(../imgs/college-website-cover.jpg) no-repeat center;
    background-size: cover;
    background-position: top center;
  }
}

/*****************************
   1. header
*********************************/
body {
  font-family: 'Lato', sans-serif;
  color: #666;
  font-size: 16px;
}

body p {
  line-height: 28px;
}

.header-top {
  display: none;
  min-height: 45px;
}
@media (min-width: 992px) {
  .header-top {
    display: block;
  }
}

.header-top-content {
  display: flex;
  justify-content: space-between;
}
.header-top-content .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-top-content .contact-info ul li {
  display: inline-block;
  line-height: 45px;
  padding-right: 40px;
  color: #fff;
  font-size: 14px;
}
.header-top-content .contact-info ul li i {
  color: #14bdee;
  padding-right: 5px;
}
.header-top-content .contact-info ul li:last-child {
  padding-right: 0;
}

.single_info {
  display: inline-flex;
  padding-left: 30px;
  justify-content: center;
  align-items: center;
  justify-content: center;
  align-items: end;
}
@media (max-width: 575px) {
  .single_info {
    padding-left: 10px;
  }
}
.single_info .info_data {
  display: inline-block;
}
.single_info .info_data h6 {
  font-weight: 500;
  color: #002147;
}
.single_info .info_data p {
  margin-bottom: 0;
  color: #666;
}
@media (max-width: 768px) {
  .single_info .info_data p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .single_info .info_data p {
    font-size: 14px;
  }
}
.single_info img {
  padding-right: 20px;
}
@media (max-width: 575px) {
  .single_info img {
    padding-right: 10px;
  }
}
.single_info .button_icon {
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.09);
  text-align: center;
  transform: translateY(-50%);
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler:focus {
  outline-color: #ff5202;
}

@media (max-width: 768px) {
  .main-menu-area.bg_dark_mobile {
    background-color: #0d1028;
  }
}
@media (max-width: 575px) {
  .main-menu-area.bg_dark_mobile {
    background-color: #0d1028;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header_top_area .site_logo {
    display: none;
  }
}
@media (max-width: 768px) {
  .header_top_area .site_logo {
    display: none;
  }
}
.header_top_area .site_info .single_info:first-child {
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header_top_area .site_info {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header_top_area .site_info {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .header_top_area .button_icon {
    display: none;
  }
}
@media (max-width: 575px) {
  .header_top_area {
    display: none;
  }
}

.main-menu ul li a {
  color: #fff;
  padding: 1rem 2rem !important;
  transition: all 0.4s linear 0s;
}
.main-menu ul li a:hover {
  background-color: #ff5202;
  color: #fff;
}
@media (min-width: 992px) {
  .main-menu ul li a {
    padding: 1rem 1.3rem !important;
  }
}
.main-menu .dropdown-menu {
  background-color: #0195ff;
}
.main-menu .navbar {
  padding: 0;
}
.main-menu .navbar-brand i {
  color: #fff;
}
.main-menu .dropdown-menu {
  transition: all 0.4s linear 0s;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.main-menu .dropdown-menu .dropdown-item:hover {
  color: #fff;
}
.main-menu .dropdown-toggle::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0;
  vertical-align: baseline;
}
.main-menu .nav-item.dropdown.show {
  background-color: #ff5202;
  color: #fff;
}
@media (min-width: 992px) {
  .main-menu .dropdown {
    transition: all 0.4s linear 0s;
  }
  .main-menu .dropdown:hover {
    background-color: #ff5202;
  }
  .main-menu .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.main-menu .collapse-bar {
  position: relative;
}
.main-menu .option-menu {
  position: absolute;
  right: 0;
  z-index: 5;
  margin-top: 8px;
}
.main-menu .option-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #0d1028;
}
.main-menu .navbar-brand {
  padding-right: 0.2rem;
}
.main-menu .navbar i {
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu {
    padding: 15px 20px;
  }
  .main-menu .navbar-brand {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-menu {
    padding: 15px 0;
  }
  .main-menu .navbar-brand {
    display: none;
  }
}

.main-menu-2 ul li:last-child a {
  padding-right: 0 !important;
}
.main-menu-2 ul li a {
  color: #666;
  padding: 1rem !important;
  transition: all 0.4s linear 0s;
  font-weight: 500;
}
.main-menu-2 ul li a:hover {
  color: #14bdee;
}
.main-menu-2 .navbar {
  padding: 0;
}
.main-menu-2 .navbar-brand i {
  color: #fff;
}
.main-menu-2 .dropdown-menu {
  transition: all 0.4s linear 0s;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.main-menu-2 .dropdown-toggle::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0;
  vertical-align: baseline;
}
.main-menu-2 .nav-item.dropdown.show {
  background-color: #002147;
}
.main-menu-2 .nav-item.dropdown.show a {
  color: #fff;
}
.main-menu-2 .nav-item.dropdown.show .dropdown-item {
  background-color: #002147;
}
@media (min-width: 992px) {
  .main-menu-2 .dropdown {
    transition: all 0.4s linear 0s;
  }
  .main-menu-2 .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.main-menu-2 .navbar i {
  color: #666;
}

.main-menu-3 ul li a {
  color: #989898;
  padding: 1rem 1rem !important;
  transition: all 0.4s linear 0s;
  font-weight: 500;
}
.main-menu-3 ul li a:hover {
  color: #fff;
  background-color: #91c73d;
}
.main-menu-3 ul li a.active {
  background-color: #91c73d;
  color: #fff;
}
@media (min-width: 1199px) {
  .main-menu-3 ul li a {
    padding: 1rem 1.5rem !important;
  }
}
.main-menu-3 .navbar {
  padding: 0;
}
.main-menu-3 .navbar-brand i {
  color: #fff;
}
.main-menu-3 .dropdown-menu {
  transition: all 0.4s linear 0s;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0;
}
.main-menu-3 .dropdown-toggle::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-top: 0;
  vertical-align: baseline;
}
.main-menu-3 .nav-item.dropdown.show {
  background-color: #14bdee;
  color: #666;
}
@media (min-width: 992px) {
  .main-menu-3 .dropdown {
    transition: all 0.4s linear 0s;
  }
  .main-menu-3 .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.main-menu-3 .navbar i {
  color: #666;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile_site_logo {
    display: inline-block !important;
  }
}
@media (max-width: 768px) {
  .mobile_site_logo {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown .dropdown-menu {
    left: 100%;
    top: 0%;
    margin: 0 20px;
    border-width: 0;
  }

  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }
}
/****************************
2. Start Slider
*****************************/
.slider-section {
  position: relative;
  overflow: hidden;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  width: auto;
  top: 50%;
  left: 90%;
  transform: translateY(-50%);
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 20px 0;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #fff;
  opacity: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff5202;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #ff5202;
}

.slider-area {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center ;
  width: 100%;
}

.slider-area-2 {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: right top;
  width: 100%;
}
.slider-area-2 .slider-content {
  position: relative;
  z-index: 9;
}
.slider-area-2 .slider-content h6 {
  position: relative;
  color: #14bdee;
  text-transform: uppercase;
  font-size: 20px;
}
.slider-area-2 .slider-content h2 {
  position: relative;
  color: #002147;
  font-weight: 700;
}
.slider-area-2 .slider-content h2 span {
  display: block;
  font-weight: 400;
}
.slider-area-2 .slider-content-2 {
  position: relative;
  z-index: 9;
}
.slider-area-2 .slider-content-2 h6 {
  position: relative;
  color: #14bdee;
  text-transform: uppercase;
  font-size: 20px;
}
.slider-area-2 .slider-content-2 h2 {
  position: relative;
  color: #002147;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 55px;
}
.slider-area-2 .slider-content-2 h2 span {
  display: block;
  font-weight: 400;
}
.slider-area-2 .slider-content-2 p {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-area-2 .slider-content-2 .display-3 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .slider-area-2 .slider-content-2 .display-3 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .slider-area-2 .slider-content-2 .display-3 {
    font-size: 2rem;
  }
}

.slider-area-3 {
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: right top;
  width: 100%;
}
.slider-area-3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.6);
  z-index: 9;
}
.slider-area-3 .slider-content {
  position: relative;
}
.slider-area-3 .slider-content h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
}
.slider-area-3 .slider-content h2 {
  color: #fff;
}
.slider-area-3 .slider-content h2 span {
  display: block;
  font-weight: 400;
}
.slider-area-3 .slider-content-2 {
  position: relative;
}
.slider-area-3 .slider-content-2 h6 {
  color: #14bdee;
  text-transform: uppercase;
  font-size: 20px;
}
.slider-area-3 .slider-content-2 h2 {
  color: #002147;
}
.slider-area-3 .slider-content-2 h2 span {
  display: block;
  font-weight: 400;
}
.slider-area-3 .slider-content-2 p {
  font-family: "Poppins", sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-area-3 .slider-content-2 .display-3 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .slider-area-3 .slider-content-2 .display-3 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .slider-area-3 .slider-content-2 .display-3 {
    font-size: 2rem;
  }
}

.swiper-button-next {
  right: 30px;
  background-color: #91c73d;
  color: #fff;
  padding: 25px;
  border-radius: 50%;
  background-size: 20px 30px;
  transition: all 0.4s linear 0s;
  background-image: none;
}
.swiper-button-next:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-next:focus {
  outline: 0;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-button-next {
    display: none;
  }
}
@media (max-width: 768px) {
  .swiper-button-next {
    display: none;
  }
}
@media (max-width: 575px) {
  .swiper-button-next {
    display: none;
  }
}
.swiper-button-next:hover {
  background-color: #adadad;
}

.swiper-button-prev {
  right: 30px;
  background-color: #91c73d;
  color: #fff;
  padding: 25px;
  border-radius: 50%;
  background-size: 20px 30px;
  transition: all 0.4s linear 0s;
  background-image: none;
}
.swiper-button-prev:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.swiper-button-prev:focus {
  outline: 0;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 768px) {
  .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 575px) {
  .swiper-button-prev {
    display: none;
  }
}
.swiper-button-prev:hover {
  background-color: #adadad;
}

.kindergarten .swiper-button-prev {
  background: #D7D8DA;
  padding: 24px;
}
.kindergarten .swiper-button-prev:hover {
  background: #15BDEE;
}

.kindergarten .swiper-button-next {
  background: #D7D8DA;
  padding: 24px;
}
.kindergarten .swiper-button-next:hover {
  background: #15BDEE;
}

@media (max-width: 575px) {
  .swiper-pagination {
    display: none !important;
  }
}

.slider-content {
  position: relative;
  z-index: 10;
}
@media (max-width: 575px) {
  .slider-content {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.slider-content p {
  margin-bottom: 0;
  font-size: 20px;
}
.slider-content h2 {
  font-weight: 500;
  font-family: "Poppins";
}
@media (min-width: 768px) and (max-width: 991px) {
  .slider-content .display-3 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .slider-content .display-3 {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .slider-content .display-3 {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .slider-area.height-700 {
    height: 450px;
  }
}

/************************************
3. Start Services
**********************************/
.services-section {
  position: relative;
  z-index: 5;
}

.single-service {
  transition: all 0.4s linear 0s;
}
.single-service .service-icon {
  margin-bottom: 2rem;
}
.single-service a {
  color: #fff;
  font-weight: 500;
  transition: all 0.4s linear 0s;
}
.single-service a i {
  transition: all 0.4s linear 0s;
}
.single-service a:hover {
  text-decoration: none;
}
.single-service a:hover i {
  padding-left: 5px;
}
.single-service:hover {
  background-color: #ff5202;
}

.service-text h4 {
  margin-bottom: 1.2rem;
  font-weight: 600;
}

.single-service-2 h4 {
  color: #002147;
  font-weight: 600;
}
.single-service-2 .service-icon {
  margin-bottom: 25px;
}
.single-service-2 a {
  color: #14bdee;
  transition: all 0.4s linear 0s;
}
.single-service-2 a i {
  transition: all 0.4s linear 0s;
}
.single-service-2 a:hover {
  text-decoration: none;
}
.single-service-2 a:hover i {
  padding-left: 5px;
}

.single-service-3 {
  transition: all 0.4s linear 0s;
}
.single-service-3.active {
  background-color: #ff5202;
}
.single-service-3.active h4 {
  color: #fff;
}
.single-service-3.active a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.single-service-3.active:hover {
  background-color: #ff5202;
  color: #fff;
}
.single-service-3.active:hover a {
  color: #fff;
}
.single-service-3.active:hover h4 {
  color: #fff;
}
.single-service-3.active:hover .service-icon {
  padding: 15px;
  display: inline-block;
  background-color: #ff5202;
}
.single-service-3 .service-icon {
  padding: 15px;
}
.single-service-3 h4 {
  color: #002147;
}
.single-service-3 .service-icon {
  margin-bottom: 25px;
}
.single-service-3 a {
  color: #ff5202;
  transition: all 0.4s linear 0s;
}
.single-service-3 a i {
  transition: all 0.4s linear 0s;
}
.single-service-3 a:hover {
  text-decoration: none;
}
.single-service-3 a:hover i {
  padding-left: 5px;
}
.single-service-3:hover {
  background-color: #ff5202;
  color: #fff;
}
.single-service-3:hover a {
  color: #fff;
}
.single-service-3:hover h4 {
  color: #fff;
}
.single-service-3:hover .service-icon {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
}

.single-service-4 {
  transition: all 0.4s linear 0s;
}
.single-service-4.active {
  background-color: #ff5202;
}
.single-service-4.active h4 {
  color: #fff;
}
.single-service-4.active a {
  color: #fff;
}
.single-service-4 h4 {
  color: #002147;
}
.single-service-4 .service-icon {
  margin-bottom: 25px;
}
.single-service-4 a {
  color: #ff5202;
  transition: all 0.4s linear 0s;
}
.single-service-4 a i {
  transition: all 0.4s linear 0s;
}
.single-service-4:hover {
  box-shadow: 0 1rem 3rem rgba(20, 189, 238, 0.35) !important;
  border-color: #14bdee;
}

/*********************************
4. Start Featured Section
**********************************/
.featured-section-2 {
  background-size: 100% 53%;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .featured-section-2 {
    padding-bottom: 250px;
  }
}

.feature-image {
  position: relative;
}
.feature-image img {
  width: 100%;
}

.single-featured {
  transition: all 0.4s linear 0s;
  box-shadow: none;
}
.single-featured:hover {
  border-color: #ff5202 !important;
}
.single-featured .product-price {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.single-featured-2 {
  transition: all 0.4s linear 0s;
  box-shadow: none;
}
.single-featured-2:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-color: #14bdee !important;
}
.single-featured-2:hover .featured-text-and-info {
  border-color: #14bdee !important;
}
.single-featured-2 .feature-image {
  position: relative;
}
.single-featured-2 .feature-image img {
  width: 100%;
}
.single-featured-2 .product-price-2 {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.single-featured-2 .event-date-2 {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.single-featured-3 {
  transition: all 0.4s linear 0s;
}
.single-featured-3:hover .border-6 {
  border-color: #14bdee;
}
.single-featured-3 h3 {
  padding-top: 30px;
  font-weight: 600;
}
.single-featured-3 .featured-text-and-info {
  border-top-color: #14bdee;
  transition: all 0.4s linear 0.09s;
}

.single-featured-4 {
  transition: all 0.4s linear 0s;
}
.single-featured-4:hover .border-6 {
  border-color: #14bdee;
}
.single-featured-4 h3 {
  padding-top: 30px;
  font-weight: 600;
}
.single-featured-4 .featured-text-and-info {
  border-top-color: #14bdee;
  transition: all 0.4s linear 0s;
}
.single-featured-4 .feature-image {
  position: relative;
}
.single-featured-4 .feature-image .product-price-4 {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 768px) {
  .single-featured-4 .feature-image img {
    width: 100%;
  }
}
.single-featured-4:hover {
  box-shadow: 0 1rem 3rem rgba(145, 199, 61, 0.3);
}

.single-featured-5 {
  transition: all 0.4s linear 0s;
}
.single-featured-5:hover .border-6 {
  border-color: #ff5202;
}
.single-featured-5 h3 {
  padding-top: 30px;
  font-weight: 600;
}
.single-featured-5 .featured-text-and-info {
  border-top-color: #ff5202;
  transition: all 0.4s linear 0.09s;
}
.single-featured-5 .feature-image {
  position: relative;
}
.single-featured-5 .feature-image .product-price-4 {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.featured-text-and-info {
  position: relative;
}

.feature-image {
  position: relative;
}

.feature-status {
  display: flex;
  justify-content: space-between;
}
.feature-status span {
  color: #a2a2a2;
}
.feature-status i {
  color: #ff5202;
  font-size: 14px;
}

.feature-status-2 {
  display: flex;
  justify-content: space-between;
}
.feature-status-2 span {
  color: #a2a2a2;
}
.feature-status-2 i {
  color: #14bdee;
  font-size: 14px;
}

.feature-status-3 {
  display: flex;
  justify-content: space-between;
}
.feature-status-3 span {
  color: #a2a2a2;
}
.feature-status-3 span i {
  color: #f99e1c;
}
.feature-status-3 i {
  color: #a2a2a2;
  font-size: 14px;
}

.feature-status-4 {
  display: flex;
  justify-content: space-between;
}
.feature-status-4 span {
  color: #a2a2a2;
}
.feature-status-4 span i {
  color: #91c73d;
}
.feature-status-4 i {
  color: #91c73d;
  font-size: 14px;
}

.feature-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.feature-content h3 a {
  color: #002147;
  transition: all 0.4s linear 0s;
}
.feature-content h3 a:hover {
  text-decoration: none;
  color: #ff5202;
}

.feature-content-2 h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.feature-content-2 h3 a {
  color: #002147;
  transition: all 0.4s linear 0s;
}
.feature-content-2 h3 a:hover {
  text-decoration: none;
  color: #14bdee;
}

.feature-content-3 h3 {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  padding-top: 0;
  padding-bottom: 15px;
}
.feature-content-3 h3 a {
  color: #002147;
  transition: all 0.4s linear 0s;
}
.feature-content-3 h3 a:hover {
  text-decoration: none;
  color: #91c73d;
}

.product-price {
  display: inline-block;
  padding: 0.6rem 1rem;
  background-color: #ff5202;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.product-price p {
  margin-bottom: 0;
}

.product-price-2 {
  display: inline-block;
  padding: 0.6rem 1rem;
  background-color: #14bdee;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.product-price-2 p {
  margin-bottom: 0;
}

.product-price-3 {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #14bdee;
  font-size: 24px;
  font-weight: 500;
  line-height: 70px;
  color: #14bdee;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.product-price-3 p {
  margin-bottom: 0;
  line-height: 68px;
}

.product-price-4 {
  display: inline-block;
  padding: 0.6rem 1rem;
  background-color: #91c73d;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}
.product-price-4 p {
  margin-bottom: 0;
}

.product-price-5 {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #ff5202;
  font-size: 24px;
  font-weight: 500;
  line-height: 70px;
  color: #ff5202;
  background-color: #fff;
  z-index: 2;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.product-price-5 p {
  margin-bottom: 0;
  line-height: 68px;
}

.event-date-2 {
  display: inline-block;
  padding: 0.6rem 1rem;
  background-color: #14bdee;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.event-date-2 p {
  margin-bottom: 0;
}

.courses-list {
  text-align: center;
}
@media (max-width: 768px) {
  .courses-list {
    text-align: left;
  }
}
@media (max-width: 575px) {
  .courses-list {
    text-align: left;
  }
}
.courses-list ul li {
  cursor: pointer;
  margin: 5px;
}

/********************************
05. Start Popup Videos Section
**********************************/
@media (max-width: 768px) {
  .countdown-wrapper.translate_50 {
    transform: translateY(15%) !important;
  }
}
@media (max-width: 575px) {
  .countdown-wrapper.translate_50 {
    transform: translateY(5%) !important;
  }
}

.single-countdown {
  text-align: center;
  border-width: 6px;
  border-style: solid;
  border-image: url(assets/images/border.png) 5;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat;
}
.single-countdown p {
  color: #fff;
  font-weight: 600;
}
.single-countdown span {
  color: #ff5202;
  font-size: 60px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-countdown {
    border-width: 5px;
  }
}

.single-countdown-2 {
  text-align: center;
  border-width: 7px;
  border-style: solid;
  border-image: url(assets/images/border.png) 7;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat;
}
.single-countdown-2 p {
  color: #666;
  font-weight: 600;
  font-size: 14px;
}
.single-countdown-2 span {
  color: #14bdee;
  font-size: 60px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-countdown-2 {
    border-width: 6px;
  }
}

.single-countdown-3 {
  text-align: center;
  border-width: 6px;
  border-style: solid;
  border-image: url(assets/images/border.png) 5;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat;
  background-color: #002147;
}
.single-countdown-3 p {
  color: #fff;
  font-weight: 600;
}
.single-countdown-3 span {
  color: #14bdee;
  font-size: 60px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-countdown-3 {
    border-width: 5px;
  }
}

.single-countdown-4 {
  text-align: center;
  border-width: 6px;
  border-style: solid;
  border-image: url(assets/images/border.png) 5;
  border-image-outset: inherit;
  border-image-repeat: no-repeat;
  border-image-repeat: repeat;
  background-color: #0d1028;
}
.single-countdown-4 p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.single-countdown-4 span {
  color: #91c73d;
  font-size: 40px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .single-countdown-4 span {
    font-size: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-countdown-4 p {
    font-size: 15px;
  }
}

.single-countdown-5 {
  text-align: center;
  background-color: #002147;
  border-width: 6px;
  border-style: solid;
  border-color: #fff;
}
.single-countdown-5 p {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}
.single-countdown-5 span {
  color: #14bdee;
  font-size: 60px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-countdown-5 p {
    font-size: 15px;
  }
}

.half_column_image {
  position: relative;
  transition: all 0.4s linear 0s;
}
.half_column_image .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.half_column_image .video-play-btn i {
  font-size: 55px;
  color: #ff5202;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  transition: all 0.4s linear 0s;
}
.half_column_image:hover i {
  background-color: #ff5202;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .half_column_image img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .half_column_image img {
    object-fit: cover;
  }
}
.half_column_image .play-button-2 {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 25px;
  color: #fff;
  background-color: #91c73d;
  transition: all 0.4s linear 0s;
  font-weight: 500;
}
.half_column_image .play-button-2:hover {
  text-decoration: none;
  background-color: rgba(145, 199, 61, 0.8);
}

.half_column_image_2 img {
  object-fit: cover;
}

.half_column_content_2 h2 {
  font-size: 45px;
  color: #002147;
  padding-bottom: 15px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .half_column_content_2 h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .half_column_content_2 h2 {
    font-size: 30px;
  }
}

.post-meta-info {
  display: inline-block;
  border: 2px solid #ff5202;
  width: 50%;
  padding: 1.5rem;
  background-color: #fff9f6;
  margin-top: 5px;
}
@media (max-width: 575px) {
  .post-meta-info {
    width: 100%;
  }
}
.post-meta-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-meta-info ul li {
  color: #ff5202;
  padding: 5px;
}

@media (max-width: 768px) {
  .two-column-section.section-pt {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .two-column-section.section-pt {
    padding: 50px 0;
  }
}

/*********************************
06. Start Our Team Carousel
********************************/
.our-team-carousel-4 {
  margin-bottom: -20px;
}

.member-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 20px;
  font-family: "Poppins", sans-serif;
  transition: all 0.4s linear 0s;
}
.member-info p {
  margin-bottom: 0;
  font-size: 14px;
}
.member-info a {
  color: #fff;
  font-size: 14px;
}
.member-info a:hover {
  text-decoration: none;
}
.member-info h6 {
  font-size: 16px;
  font-weight: 500;
}
.member-info span {
  font-size: 14px;
}

.member-info-2 .extra-skilled p {
  margin-bottom: 0;
  padding: 5px 0;
}
.member-info-2 .extra-skilled p strong {
  color: #002147;
  font-size: 14px;
}
.member-info-2 span {
  color: #666;
  font-size: 14px;
}
.member-info-2 h5 {
  font-size: 18px;
  color: #002147;
}

.member-info-3 h5 {
  color: #002147;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.member-info-3 span {
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

.member-info-4 h5 {
  color: #002147;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.member-info-4 span {
  color: #666;
  font-size: 14px;
}

.social-profile ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-profile ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #ff5202;
  border: 1px solid #ff5202;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s linear 0s;
  text-align: center;
  margin: 5px 0;
}
.social-profile ul li a:hover {
  background-color: #ff5202;
  color: #fff;
}

.member-image {
  position: relative;
  overflow: hidden;
}
.member-image .social-profile {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear 0s;
}
.member-image img {
  width: 100%;
}

.member-image-2 {
  position: relative;
  overflow: hidden;
}

.member-image-3 {
  padding-bottom: 20px;
  overflow: hidden;
}
.member-image-3 img {
  width: 200px !important;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
}

.social-profile-2 {
  position: absolute;
  bottom: 15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear 0s;
  left: 0;
  right: 0;
}
.social-profile-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-profile-2 ul li {
  display: inline-block;
  margin: 0 5px;
}
.social-profile-2 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #14bdee;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.4s linear 0s;
  text-align: center;
  margin: 5px 0;
}
.social-profile-2 ul li a:hover {
  background-color: #14bdee;
  color: #fff;
}

.social-profile-3 {
  position: absolute;
  bottom: 15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear 0s;
  left: 0;
  right: 0;
}
.social-profile-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-profile-3 ul li {
  display: inline-block;
  margin: 0 5px;
}
.social-profile-3 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #a1a1a1;
  border-radius: 50%;
  background-color: #efefef;
  transition: all 0.4s linear 0s;
  text-align: center;
  margin: 5px 0;
}
.social-profile-3 ul li a:hover {
  background-color: #ff5202;
  color: #fff;
}

.social-profile-4 {
  position: absolute;
  bottom: 15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear 0s;
  left: 0;
  right: 0;
}
.social-profile-4 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-profile-4 ul li {
  display: inline-block;
  margin: 0 5px;
}
.social-profile-4 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #a1a1a1;
  border-radius: 50%;
  background-color: #efefef;
  transition: all 0.4s linear 0s;
  text-align: center;
  margin: 5px 0;
}
.social-profile-4 ul li a:hover {
  background-color: #14bdee;
  color: #fff;
}

.social-profile-5 {
  position: relative;
  text-align: center;
  transition: all 0.4s linear 0s;
}
.social-profile-5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-profile-5 ul li {
  display: inline-block;
  margin: 0 5px;
}
.social-profile-5 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #a1a1a1;
  border-radius: 50%;
  background-color: #efefef;
  transition: all 0.4s linear 0s;
  text-align: center;
  margin: 5px 0;
}
.social-profile-5 ul li a:hover {
  background-color: #91c73d;
  color: #fff;
}

.social-profile-6 {
  position: absolute;
  bottom: 0;
  text-align: center;
  transition: all 0.4s linear 0s;
  left: 0;
  right: 0;
  background-color: #002147;
  padding: 10px 0;
}
.social-profile-6 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-profile-6 ul li {
  display: inline-block;
  margin: 0 5px;
}
.social-profile-6 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  background-color: #032d5c;
  transition: all 0.4s linear 0s;
  text-align: center;
  margin: 5px 0;
}
.social-profile-6 ul li a:hover {
  background-color: #ff5202;
  color: #fff;
}

.single-team {
  overflow: hidden;
}
.single-team:hover .social-profile {
  opacity: 1;
  visibility: visible;
}
.single-team:hover .member-info {
  background-color: #ff5202;
}
.single-team:hover .social-profile-2 {
  opacity: 1;
  visibility: visible;
}
.single-team:hover .social-profile-3 {
  opacity: 1;
  visibility: visible;
}
.single-team:hover .social-profile-4 {
  opacity: 1;
  visibility: visible;
}
.single-team:hover .member-info-4 {
  background-color: #ff5202;
  color: #fff;
  transition: all 0.4s linear 0s;
}
.single-team:hover .member-info-4 .designation h5 {
  color: #fff;
}
.single-team:hover .member-info-4 .designation span {
  color: #fff;
}
.single-team:hover .member-image-2 {
  overflow: hidden;
}
.single-team:hover .member-image-2 img {
  transform: scale3d(1.2, 1.2, 1.3);
}
.single-team img {
  width: 100%;
  transition: all 0.4s linear 0s;
}

.border-opt .single-team {
  transition: all 0.4s linear 0s;
}
.border-opt .single-team:hover .border {
  border-color: #14bdee !important;
  border-width: 2px !important;
}

.show_navigation {
  position: relative;
}
.show_navigation .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_navigation .owl-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .show_navigation .owl-nav {
    display: none;
  }
}
.show_navigation .owl-nav button {
  margin: 10px;
}
.show_navigation .owl-nav button i {
  font-size: 22px;
}
.show_navigation .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: #efefef;
  line-height: 55px;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all 0.4s linear 0s;
}
.show_navigation .owl-nav button.owl-prev:hover {
  background-color: #ff5202;
  border-color: #ff5202;
  color: #fff;
}
.show_navigation .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background: #efefef;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all 0.4s linear 0s;
}
.show_navigation .owl-nav button.owl-next:hover {
  background-color: #ff5202;
  border-color: #ff5202;
  color: #fff;
}
.show_navigation .owl-nav button:focus {
  outline: 0;
  box-shadow: none;
}

.show_navigation_2 {
  position: relative;
}
.show_navigation_2 .owl-nav {
  position: absolute;
  top: -120px;
  right: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_navigation_2 .owl-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .show_navigation_2 .owl-nav {
    display: none;
  }
}
.show_navigation_2 .owl-nav button {
  margin: 10px;
}
.show_navigation_2 .owl-nav button i {
  font-size: 22px;
}
.show_navigation_2 .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  background: #efefef;
  line-height: 55px;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all 0.4s linear 0s;
}
.show_navigation_2 .owl-nav button.owl-prev:hover {
  background-color: #14bdee;
  border-color: #14bdee;
  color: #fff;
}
.show_navigation_2 .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  line-height: 55px;
  background: #efefef;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all 0.4s linear 0s;
}
.show_navigation_2 .owl-nav button.owl-next:hover {
  background-color: #14bdee;
  border-color: #14bdee;
  color: #fff;
}
.show_navigation_2 .owl-nav button:focus {
  outline: 0;
  box-shadow: none;
}

.show_navigation_3 {
  position: relative;
}
.show_navigation_3 .owl-nav {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_navigation_3 .owl-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .show_navigation_3 .owl-nav {
    display: none;
  }
}
.show_navigation_3 .owl-nav button {
  margin: 10px;
}
.show_navigation_3 .owl-nav button i {
  font-size: 22px;
}
.show_navigation_3 .owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #efefef;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all 0.4s linear 0s;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 1199px) {
  .show_navigation_3 .owl-nav button.owl-prev {
    display: inline-block;
    left: -80px;
  }
}
.show_navigation_3 .owl-nav button.owl-prev:hover {
  background-color: #ff5202;
  border-color: #ff5202;
  color: #fff;
}
.show_navigation_3 .owl-nav button.owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #efefef;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all 0.4s linear 0s;
  transform: translateY(-50%);
  top: 50%;
  display: none;
}
@media (min-width: 1199px) {
  .show_navigation_3 .owl-nav button.owl-next {
    display: inline-block;
    right: -80px;
  }
}
.show_navigation_3 .owl-nav button.owl-next:hover {
  background-color: #ff5202;
  border-color: #ff5202;
  color: #fff;
}
.show_navigation_3 .owl-nav button:focus {
  outline: 0;
  box-shadow: none;
}

.show_navigation_4 {
  position: relative;
}
.show_navigation_4 .owl-nav {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .show_navigation_4 .owl-nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .show_navigation_4 .owl-nav {
    display: none;
  }
}
.show_navigation_4 .owl-nav button {
  margin: 10px;
}
.show_navigation_4 .owl-nav button i {
  font-size: 22px;
}
.show_navigation_4 .owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #efefef;
  line-height: 50px;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all 0.4s linear 0s;
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}
.show_navigation_4 .owl-nav button.owl-prev:hover {
  background-color: #91c73d;
  border-color: #91c73d;
  color: #fff;
}
@media (min-width: 992px) {
  .show_navigation_4 .owl-nav button.owl-prev {
    display: none;
  }
}
@media (min-width: 1199px) {
  .show_navigation_4 .owl-nav button.owl-prev {
    display: block;
  }
}
.show_navigation_4 .owl-nav button.owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #efefef;
  display: inline-block;
  border-radius: 50%;
  color: #a1a1a1;
  border: 1px solid #a1a1a1;
  transition: all 0.4s linear 0s;
  right: -90px;
  transform: translateY(-50%);
  top: 50%;
}
.show_navigation_4 .owl-nav button.owl-next:hover {
  background-color: #91c73d;
  border-color: #91c73d;
  color: #fff;
}
@media (min-width: 992px) {
  .show_navigation_4 .owl-nav button.owl-next {
    display: none;
  }
}
@media (min-width: 1199px) {
  .show_navigation_4 .owl-nav button.owl-next {
    display: block;
  }
}
.show_navigation_4 .owl-nav button:focus {
  outline: 0;
  box-shadow: none;
}

/**********************
07 .Start Events Section 
*************************************/
.single-event {
  display: flex;
  justify-content: space-between;
}
.single-event .event-date {
  display: inline-block;
  padding: 5px 35px;
  background-color: #fff;
  text-align: center;
  margin-right: 30px;
  border: 4px solid #ddd;
  min-width: 160px;
  height: 160px;
}
.single-event .event-date span {
  font-size: 65px;
  color: #ff5202;
  font-weight: 600;
}
.single-event .event-date p {
  font-size: 24px;
  color: #56566a;
  font-weight: 500;
  margin-bottom: 0;
}
.single-event h5 {
  font-size: 20px;
  font-weight: 600;
}
.single-event h5 a {
  color: #002147;
  transition: all 0.4s linear 0s;
}
.single-event h5 a:hover {
  color: #ff5202;
  text-decoration: none;
}
.single-event .event-meta {
  display: flex;
}
.single-event .event-meta .single-meta {
  padding-left: 40px;
}
.single-event .event-meta .single-meta:first-child {
  padding-left: 0;
}
@media (min-width: 1199px) {
  .single-event .event-meta .single-meta p {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .single-event .event-meta .single-meta p {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .single-event .event-meta .single-meta p {
    font-size: 12px;
  }
}
.single-event i {
  color: #ff5202;
}

.event-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Poppins";
}
.event-content h2 a {
  color: #002147;
  transition: all 0.4s linear 0s;
}
.event-content h2 a:hover {
  text-decoration: none;
  color: #ff5202;
}

.event-content-one h2 {
  font-size: 24px;
  margin-bottom: 15px;
  font-family: "Poppins";
  font-weight: 600;
}
.event-content-one h2 a {
  color: #002147;
  transition: all 0.4s linear 0s;
}
.event-content-one h2 a:hover {
  text-decoration: none;
  color: #ff5202;
}

.single-event-2 {
  display: flex;
  justify-content: space-between;
}
.single-event-2 .event-date {
  display: inline-block;
  padding: 5px 35px;
  background-color: #fff;
  text-align: center;
  margin-right: 30px;
  border: 3px solid #ddd;
  min-width: 160px;
}
.single-event-2 .event-date span {
  font-size: 65px;
  color: #14bdee;
  font-weight: 600;
}
.single-event-2 .event-date p {
  font-size: 24px;
  color: #56566a;
  margin-bottom: 0;
  font-weight: 600;
}
.single-event-2 h5 {
  font-size: 20px;
  font-weight: 500;
}
.single-event-2 h5 a {
  color: #002147;
  transition: all 0.4s linear 0s;
}
.single-event-2 h5 a:hover {
  color: #14bdee;
  text-decoration: none;
}
.single-event-2 .event-meta {
  display: flex;
}
.single-event-2 .event-meta .single-meta {
  padding-left: 40px;
}
@media (min-width: 992px) {
  .single-event-2 .event-meta .single-meta {
    padding-left: 12px;
  }
}
.single-event-2 .event-meta .single-meta:first-child {
  padding-left: 0;
}
@media (max-width: 575px) {
  .single-event-2 .event-meta .single-meta p {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .single-event-2 .event-meta .single-meta p {
    font-size: 14px;
  }
}
.single-event-2 i {
  color: #14bdee;
}

.single-event-3 {
  display: flex;
  justify-content: space-between;
}
.single-event-3 .event-date {
  display: inline-block;
  padding: 5px 35px;
  background-color: #fff;
  text-align: center;
  margin-right: 30px;
  border: 3px solid #ddd;
  min-width: 160px;
}
.single-event-3 .event-date span {
  font-size: 65px;
  color: #91c73d;
  font-weight: 600;
}
.single-event-3 .event-date p {
  font-size: 24px;
  color: #56566a;
  margin-bottom: 0;
}
.single-event-3 h5 {
  font-size: 20px;
  font-weight: 500;
}
.single-event-3 h5 a {
  color: #002147;
  transition: all 0.4s linear 0s;
}
.single-event-3 h5 a:hover {
  color: #91c73d;
  text-decoration: none;
}
.single-event-3 .event-meta {
  display: flex;
}
.single-event-3 .event-meta .single-meta {
  padding-left: 40px;
}
@media (min-width: 992px) {
  .single-event-3 .event-meta .single-meta {
    padding-left: 12px;
  }
}
.single-event-3 .event-meta .single-meta:first-child {
  padding-left: 0;
}
@media (max-width: 575px) {
  .single-event-3 .event-meta .single-meta p {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .single-event-3 .event-meta .single-meta p {
    font-size: 14px;
  }
}
.single-event-3 i {
  color: #91c73d;
}

.event-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}
.event-content h2 a {
  color: #002147;
  transition: all 0.4s linear 0s;
}
.event-content h2 a:hover {
  text-decoration: none;
  color: #14bdee;
}

.events-info {
  display: flex;
  position: absolute;
  bottom: 30px;
  justify-content: space-between;
  padding: 15px 20px;
  width: 85%;
  left: 7%;
  border-radius: 30px;
  font-size: 14px;
  color: #56566a;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .events-info {
    width: 90%;
    left: 5%;
  }
}
.events-info i {
  color: #ff5202;
  font-size: 15px;
}
.events-info p {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .events-info p {
    font-size: 12px;
  }
}

.events-info-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;
  bottom: 30px;
  padding: 15px 20px;
  width: 80%;
  left: 10%;
  border-radius: 30px;
  font-size: 14px;
  color: #56566a;
}
@media (max-width: 768px) {
  .events-info-2 {
    width: 96%;
    left: 2%;
  }
}
@media (max-width: 575px) {
  .events-info-2 {
    width: 96%;
    left: 2%;
  }
}
.events-info-2 i {
  color: #ff5202;
  font-size: 15px;
}
.events-info-2 p {
  margin-bottom: 0;
}
.events-info-2 .single-event-data {
  padding: 0 5px;
}
.events-info-2 .single-event-data a {
  color: #ff5202;
}
.events-info-2 .single-event-data a:hover {
  text-decoration: none;
}
.events-info-2 .single-event-data span {
  color: #ff5202;
  font-weight: 500;
}

.single-blog .post-meta {
  position: absolute;
  bottom: 30px;
  padding: 15px 20px;
  width: 70%;
  left: 15%;
  border-radius: 30px;
  font-size: 14px;
  color: #56566a;
  text-align: center;
}
@media (max-width: 575px) {
  .single-blog .post-meta {
    width: 90%;
    left: 5%;
  }
}
.single-blog .post-meta i {
  color: #ff5202;
  font-size: 15px;
}
.single-blog .post-meta p {
  margin-bottom: 0;
}
.single-blog .post-meta .single-event-data {
  display: inline-block;
}
.single-blog .post-meta .single-event-data a {
  color: #ff5202;
}
.single-blog .post-meta .single-event-data p {
  padding: 0 5px;
  font-size: 14px;
  color: #666;
}

.event-image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 991px) {
  .event-image img {
    width: 100%;
  }
}

/*****************************
08. Start Testimonials Section
********************************/
.single-testimonial {
  position: relative;
  margin-top: 30px;
  padding-top: 2.3em !important;
}
.single-testimonial:before {
  content: "";
  position: absolute;
  left: 30px;
  top: -30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #ff5202;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}
.single-testimonial p {
  line-height: 28px;
}

.testimonial-referance p {
  margin-bottom: 0;
}

.single-testimonial-2 {
  position: relative;
  margin-top: 80px;
}
.single-testimonial-2:before {
  content: "";
  position: absolute;
  left: 125px;
  top: -85px;
  z-index: 9;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 40px;
  background-color: #14bdee;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  text-align: center;
  border: 3px solid #fff;
}
.single-testimonial-2 .testimonial-pic {
  position: absolute;
  top: -55px;
  left: 40px;
}
.single-testimonial-2 .testimonial-pic img {
  width: 110px;
  height: 110px;
}
.single-testimonial-2 .testimonial-text p {
  font-style: italic;
  font-size: 18px;
}
.single-testimonial-2 .testimonial-referance strong {
  color: #002147;
  font-size: 16px;
}
.single-testimonial-2 .testimonial-referance p {
  font-size: 16px;
  margin-bottom: 0;
}
.single-testimonial-2 p {
  line-height: 28px;
}

.single-testimonial-3 {
  position: relative;
  margin-top: 60px;
  padding-top: 30px;
}
.single-testimonial-3:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #ff5202;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}
.single-testimonial-3 p {
  font-style: italic;
  font-size: 16px;
}
.single-testimonial-3 .testimonial-referance strong {
  display: block;
}
.single-testimonial-3 p {
  line-height: 28px;
}

.single-testimonial-4 {
  position: relative;
  margin-top: 60px;
  padding-top: 30px;
}
.single-testimonial-4:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  background-color: #14bdee;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
}
.single-testimonial-4 p {
  font-style: italic;
  font-size: 16px;
}
.single-testimonial-4 .testimonial-referance strong {
  display: block;
}
.single-testimonial-4 p {
  line-height: 28px;
}

.single-testimonial-6 {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.single-testimonial-6 > p {
  display: inline-block;
  font-style: italic;
  font-size: 16px;
}
.single-testimonial-6 > p:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  padding-left: 10px;
  font-size: 22px;
  color: #1e2458;
}
.single-testimonial-6 .testimonial-referance p {
  margin-bottom: 0;
}
.single-testimonial-6 .quote-author-pic {
  position: absolute;
  left: 50%;
  bottom: -45px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  transform: translateX(-50%);
}
.single-testimonial-6 .quote-author-pic img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.single-testimonial-6 p {
  line-height: 28px;
}

.testimonials-wrapper .owl-dots {
  text-align: center;
  margin-top: 60px;
  line-height: 10px;
}
.testimonials-wrapper .owl-dots button:focus {
  outline: 0;
  box-shadow: none;
}
.testimonials-wrapper .owl-dots .owl-dot.active span {
  background-color: #ff5202;
  height: 30px;
}
.testimonials-wrapper .owl-dots .owl-dot span {
  width: 10px;
  height: 20px;
  margin: 5px 7px 0;
  background: #ffc6ac;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  transition: all 0.5s linear 0.2s;
}

.testimonials-wrapper-2 .owl-dots {
  text-align: center;
  margin-top: 60px;
}
.testimonials-wrapper-2 .owl-dots button:focus {
  outline: 0;
  box-shadow: none;
}
.testimonials-wrapper-2 .owl-dots .owl-dot.active {
  transition: all 0.4s linear 0.09s;
}
.testimonials-wrapper-2 .owl-dots .owl-dot.active span {
  background-color: #14bdee;
  height: 30px;
}
.testimonials-wrapper-2 .owl-dots .owl-dot span {
  width: 10px;
  height: 20px;
  margin: 5px 7px;
  background: #c8f3ff;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  transition: all 0.4s linear 0s;
}

.testimonials-wrapper-3 .owl-dots {
  text-align: center;
  margin-top: 30px;
  line-height: 10px;
}
.testimonials-wrapper-3 .owl-dots button:focus {
  outline: 0;
  box-shadow: none;
}
.testimonials-wrapper-3 .owl-dots .owl-dot.active span {
  background-color: #ff5202;
  height: 30px;
}
.testimonials-wrapper-3 .owl-dots .owl-dot span {
  width: 10px;
  height: 20px;
  margin: 0 5px 0 7px;
  background: #002147;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  transition: all 0.4s linear 0s;
}

.testimonials-wrapper-4 .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonials-wrapper-4 .owl-dots button:focus {
  outline: 0;
  box-shadow: none;
}
.testimonials-wrapper-4 .owl-dots .owl-dot.active span {
  background-color: #14bdee;
  height: 30px;
}
.testimonials-wrapper-4 .owl-dots .owl-dot span {
  width: 10px;
  height: 20px;
  margin: 5px 7px;
  background: #fff;
  display: inline-block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
  transition: all 0.4s linear 0s;
}

.has_bordered {
  position: relative;
}
.has_bordered h2 {
  display: inline-block;
  position: relative;
}
.has_bordered h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 50%;
  height: 1px;
  background-color: #14bdee;
  transform: translateX(-50%);
}

/*************************
09. Start Blog Section
****************************/
.blog-lists-wrapper .single-blog-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-lists-wrapper .single-blog-wrapper .blog-thumb img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.blog-lists-wrapper .single-blog-wrapper:last-child {
  margin-bottom: 0;
}
.blog-lists-wrapper .blog-content-wrapper {
  position: relative;
}
.blog-lists-wrapper .blog-content-wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.5rem;
}
.blog-lists-wrapper .blog-content-wrapper h4 a {
  color: #002147;
  transition: all 0.4s linear 0s;
  font-weight: 600;
  font-family: "Poppins";
}
.blog-lists-wrapper .blog-content-wrapper h4 a:hover {
  text-decoration: none;
  color: #ff5202;
}
.blog-lists-wrapper .blog-content-wrapper p {
  margin-bottom: 5px;
}

.blog-lists-wrapper-2 .single-blog-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-lists-wrapper-2 .single-blog-wrapper .blog-thumb img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.blog-lists-wrapper-2 .single-blog-wrapper:last-child {
  margin-bottom: 0;
}
.blog-lists-wrapper-2 .blog-content-wrapper h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.5rem;
}
.blog-lists-wrapper-2 .blog-content-wrapper h4 a {
  color: #002147;
  transition: all 0.4s linear 0s;
  font-family: "Poppins";
}
.blog-lists-wrapper-2 .blog-content-wrapper h4 a:hover {
  text-decoration: none;
  color: #14bdee;
}
.blog-lists-wrapper-2 .blog-content-wrapper p {
  margin-bottom: 5px;
}
.blog-lists-wrapper-2 .post-meta {
  position: relative !important;
}

.blog-lists-wrapper-3 .single-blog-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-lists-wrapper-3 .single-blog-wrapper .blog-thumb img {
  width: 140px;
  height: 140px;
  object-fit: cover;
}
.blog-lists-wrapper-3 .single-blog-wrapper:last-child {
  margin-bottom: 0;
}
.blog-lists-wrapper-3 .blog-content-wrapper h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.5rem;
}
.blog-lists-wrapper-3 .blog-content-wrapper h4 a {
  color: #002147;
  transition: all 0.4s linear 0s;
  font-family: "Poppins";
}
.blog-lists-wrapper-3 .blog-content-wrapper h4 a:hover {
  text-decoration: none;
  color: #91c73d;
}
.blog-lists-wrapper-3 .blog-content-wrapper p {
  margin-bottom: 5px;
}

.post-meta span {
  font-size: 14px;
  font-style: italic;
}

.big-blog-area .blog-meta span {
  color: #ff5202;
  font-size: 14px;
  font-weight: 500;
}
.big-blog-area .blog-meta span.seperator {
  font-size: 12px;
  color: #002147;
}
.big-blog-area .blog-meta span a {
  color: #ff5202;
}
.big-blog-area .blog-meta-2 span {
  color: #14bdee;
  font-size: 14px;
}
.big-blog-area .blog-meta-2 span a {
  color: #14bdee;
}
.big-blog-area .blog-text h3 {
  margin-bottom: 0;
  padding: 15px 0;
  text-transform: capitalize;
  font-weight: 600;
}
.big-blog-area .blog-text h3 a {
  color: #002147;
  transition: all 0.4s linear 0s;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.8rem;
  font-weight: 600;
  font-family: "Poppins";
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.big-blog-area .blog-text h3 a:hover {
  text-decoration: none;
  color: #ff5202;
}
.big-blog-area .blog-text a {
  display: inline-block;
  color: #ff5202;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all 0.4s linear 0s;
}
.big-blog-area .blog-text a i {
  transition: all 0.4s linear 0s;
}
.big-blog-area .blog-text a:hover {
  text-decoration: none;
}
.big-blog-area .blog-text a:hover i {
  padding-left: 5px;
}
.big-blog-area .blog-text-2 h3 {
  margin-bottom: 0;
  padding: 15px 0;
  text-transform: capitalize;
}
.big-blog-area .blog-text-2 h3 a {
  color: #002147;
  transition: all 0.4s linear 0s;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.8rem;
  font-family: "Poppins";
  font-weight: 600;
}
.big-blog-area .blog-text-2 h3 a:hover {
  text-decoration: none;
  color: #14bdee;
}
.big-blog-area .blog-text-2 a {
  display: inline-block;
  color: #14bdee;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all 0.4s linear 0s;
}
.big-blog-area .blog-text-2 a i {
  transition: all 0.4s linear 0s;
}
.big-blog-area .blog-text-2 a:hover {
  text-decoration: none;
}
.big-blog-area .blog-text-2 a:hover i {
  padding-left: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .big-blog-area .blog-thumb img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .big-blog-area .blog-thumb img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .big-blog-area .blog-thumb img {
    width: 100%;
  }
}

.single_blog .blog-content {
  transition: all 0.4s linear 0s;
}
.single_blog .event-image img {
  transition: all 0.4s linear 0s;
}
.single_blog:hover .blog-content {
  box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15) !important;
}
.single_blog:hover .event-image img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.subscribe_box {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  min-height: 400px;
}
.subscribe_box .subscribe-text {
  margin-bottom: 80px;
}
.subscribe_box .subscribe-text i {
  font-size: 100px;
  margin-bottom: 40px;
}
.subscribe_box .subscribe-text h3 {
  font-size: 50px;
}
.subscribe_box .subscribe-text p {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: capitalize;
}
.subscribe_box .subscribe-form {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.subscribe_box .subscribe-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  border: 0;
  background-color: #14bdee;
  color: #fff;
}
.subscribe_box .subscribe-form button i {
  font-size: 35px;
}
.subscribe_box .subscribe-form button:focus {
  outline: 0;
}
.subscribe_box .subscribe-form input {
  border-radius: 0;
  height: 80px;
  background-color: #002959;
  color: #fff;
  border: 0;
  padding-left: 25px;
}
.subscribe_box .subscribe-form input:focus {
  outline: 0;
  box-shadow: none;
}

/********************
10. Start Footer
**********************/
.footer-bottom-wrapper {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.footer-area {
  color: #fff;
}
.footer-area .footer-logo {
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-area .footer-logo {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.widget-item {
  display: flex;
  margin-bottom: 30px;
}
.widget-item .widget-image {
  margin-right: 20px;
}
.widget-item .widget-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.widget-item .widget-content h5 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s linear 0s;
}
.widget-item .widget-content h5 a:hover {
  text-decoration: none;
  color: #ff5202;
}
.widget-item:last-child {
  margin-bottom: 0;
}
.widget-item .widget-content-2 h5 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s linear 0s;
}
.widget-item .widget-content-2 h5 a:hover {
  text-decoration: none;
  color: #14bdee;
}
.widget-item .widget-content-3 h5 a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.4s linear 0s;
}
.widget-item .widget-content-3 h5 a:hover {
  text-decoration: none;
  color: #91c73d;
}
.widget-item:last-child {
  margin-bottom: 0;
}

.widget-meta span {
  font-size: 14px;
  font-style: italic;
}

.widget-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-list ul li:first-child a {
  padding-top: 0;
}
.widget-list ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  text-transform: capitalize;
  transition: all 0.4s linear 0s;
}
.widget-list ul li a:hover {
  text-decoration: none;
  color: #ff5202;
}

.widget-list-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-list-2 ul li:first-child a {
  padding-top: 0;
}
.widget-list-2 ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  text-transform: capitalize;
  transition: all 0.4s linear 0s;
}
.widget-list-2 ul li a:hover {
  text-decoration: none;
  color: #14bdee;
}

.widget-list-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-list-3 ul li:first-child a {
  padding-top: 0;
}
.widget-list-3 ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 5px;
  text-transform: capitalize;
  transition: all 0.4s linear 0s;
}
.widget-list-3 ul li a:hover {
  text-decoration: none;
  color: #91c73d;
}

.social-accounts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-accounts ul li {
  display: inline-block;
}
.social-accounts ul li:last-child a {
  margin-right: 0;
}
.social-accounts ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #2b344e;
  border-radius: 50%;
  background-color: #2b344e;
  transition: all 0.4s linear 0s;
  text-align: center;
  margin: 0 5px;
}
@media (max-width: 575px) {
  .social-accounts ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 3px;
  }
}
.social-accounts ul li a:hover {
  background-color: #ff5202;
  color: #fff;
  border-color: #ff5202;
}

.social-accounts-2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-accounts-2 ul li {
  display: inline-block;
}
.social-accounts-2 ul li:last-child a {
  margin-right: 0;
}
.social-accounts-2 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #2b344e;
  border-radius: 50%;
  background-color: #2b344e;
  transition: all 0.4s linear 0s;
  text-align: center;
  margin: 0 5px;
}
.social-accounts-2 ul li a:hover {
  background-color: #14bdee;
  color: #fff;
  border-color: #14bdee;
}

.social-accounts-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-accounts-3 ul li {
  display: inline-block;
}
.social-accounts-3 ul li:last-child a {
  margin-right: 0;
}
.social-accounts-3 ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 1px solid #2b344e;
  border-radius: 50%;
  background-color: #2b344e;
  transition: all 0.4s linear 0s;
  text-align: center;
  margin: 0 5px;
}
.social-accounts-3 ul li a:hover {
  background-color: #91c73d;
  color: #fff;
  border-color: #91c73d;
}

.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .copyright-text, .footer-bottom .social-accounts, .footer-bottom .social-accounts-2 {
    width: 100%;
  }
  .footer-bottom .copyright-text {
    margin-bottom: 15px;
  }
}
.footer-bottom p {
  margin-bottom: 0;
}

.address-widget p {
  line-height: 2rem;
}

.single_widget h3 {
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
}

.address-widget span {
  font-size: 28px;
}

.subscribe-wrapper {
  position: relative;
  border-top: 10px solid rgba(255, 198, 172, 0.3);
  transform: translateY(50%);
}
.subscribe-wrapper h2 {
  font-family: "Poppins", sans-serif;
}
.subscribe-wrapper input {
  font-style: italic;
}
@media (max-width: 768px) {
  .subscribe-wrapper {
    transform: translateY(49%);
  }
}
@media (max-width: 575px) {
  .subscribe-wrapper {
    transform: translateY(49%);
  }
}
.subscribe-wrapper .subscribe-form form {
  position: relative;
}
.subscribe-wrapper h2 {
  font-size: 50px;
  color: #002147;
}
@media (max-width: 575px) {
  .subscribe-wrapper h2 {
    font-size: 30px;
  }
}
.subscribe-wrapper input {
  border: 2px solid #ff5202;
  border-radius: 0;
  height: 60px;
  border-radius: 35px;
  position: relative;
  padding: 0 15px;
  font-size: 14px;
}
.subscribe-wrapper input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202;
}
.subscribe-wrapper button[type=submit] {
  background-color: #ff5202;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  height: 100%;
  border-radius: 35px;
  right: 0;
  top: 0;
  border: 0;
  width: 165px;
  font-size: 16px;
}
.subscribe-wrapper button[type=submit]:focus {
  outline: 0;
  box-shadow: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .subscribe-wrapper button[type=submit] {
    border-radius: 20px;
    width: 110px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .subscribe-wrapper button[type=submit] {
    position: static;
    padding: 15px 30px;
    margin-top: 20px;
    width: auto !important;
  }
}
.subscribe-wrapper:before {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  height: 53%;
  width: 10px;
  background-color: rgba(255, 198, 172, 0.3);
}
.subscribe-wrapper:after {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  height: 53%;
  width: 10px;
  background-color: rgba(255, 198, 172, 0.3);
}

/***********************
14. scroll-top
************************/
.scroll-top {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #222222;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.4s linear 0s;
  display: none;
  border-radius: 50%;
}

.scroll-top .scroll-icon {
  color: #fff;
  font-size: 20px;
  line-height: 53px;
  text-align: center;
}

.scroll-top:hover {
  background-color: #ff5202;
}
.scroll-top.option-2 {
  background-color: #14bdee;
}
.scroll-top.option-3 {
  background-color: #91c73d;
}

/**********************************
15. About Page
***********************************/
.hero-section {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.hero-section h1 {
  font-weight: 500;
}

.image-gallery .owl-item {
  position: relative;
  z-index: 1;
  margin-top: 25px;
}
.image-gallery .owl-item .single-gallery img {
  height: 250px;
  object-fit: cover;
}
.image-gallery .owl-item.active.center {
  position: relative;
  z-index: 999;
}
@media (min-width: 992px) {
  .image-gallery .owl-item.active.center {
    transform: scale(1.3);
  }
}
.image-gallery .owl-item.active.center .single-gallery img {
  object-position: center center;
}
@media (min-width: 992px) {
  .image-gallery .owl-item.active.center .single-gallery img {
    border: 2px solid #ff5202;
    margin: 12px 0;
  }
}
.image-gallery .owl-dots {
  display: inline-block;
  position: absolute;
  text-align: center;
  margin-top: -50px;
  z-index: 9999;
  left: 50%;
  background-color: #ff5202;
  padding: 5px;
  border-radius: 50px;
  transform: translateX(-50%);
}
.image-gallery .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: rgba(34, 34, 34, 0.3);
  border-radius: 50%;
  margin: 5px;
}
.image-gallery .owl-dots .owl-dot.active {
  background-color: #fff;
}
.image-gallery .owl-dots .owl-dot:focus {
  outline: 0;
}

/************************************
15.1 Start Featured-2 Section
****************************************/
.featured-area {
  margin-bottom: -20px;
}

.featured-2-icon {
  margin-right: 30px;
}
.featured-2-icon i {
  color: #ff5202;
  font-size: 25px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #ff5202;
}

.single-featured-3:hover .featured-2-icon i {
  background: #ff5202;
  color: #fff;
  transition: all 0.4s linear 0s;
}

.featured-2-text h5 {
  color: #002147;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.half-column-content h2 {
  font-size: 50px;
}

/************************
15.2 Start Full Width Container
*************************/
.half-column-video:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(34, 34, 34, 0.3);
}
.half-column-video .play-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #14bdee;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px;
  border-radius: 50%;
  transition: all 0.4s linear 0s;
}
.half-column-video .play-button i {
  font-size: 30px;
  background-color: #fff;
  padding: 35px;
  border-radius: 50%;
}
.half-column-video .play-button:hover {
  background-color: #14bdee;
}
@media (max-width: 768px) {
  .half-column-video {
    padding: 200px 0;
  }
}
@media (max-width: 575px) {
  .half-column-video {
    padding: 200px 0;
  }
}

.contact-form-wrapper h2 {
  font-size: 50px;
  margin-bottom: 30px;
}
.contact-form-wrapper input {
  margin-bottom: 30px;
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #032f62;
  border-radius: 40px;
  height: 50px;
  padding: 25px;
  color: #dddddd;
}
.contact-form-wrapper input:focus {
  background-color: transparent;
  color: #dddddd;
}
.contact-form-wrapper textarea {
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 30px;
  border-color: #032f62;
  border-radius: 40px;
  padding: 25px;
  color: #dddddd;
}
.contact-form-wrapper textarea:focus {
  background-color: transparent;
  color: #dddddd;
}
.contact-form-wrapper ::-webkit-input-placeholder {
  color: #dddddd;
}
.contact-form-wrapper ::-moz-placeholder {
  color: #dddddd;
}
.contact-form-wrapper :-ms-input-placeholder {
  color: #dddddd;
}
.contact-form-wrapper :-moz-placeholder {
  color: #dddddd;
}

.equal-height {
  background-size: cover;
}

/**************************
15.3 Start Contact And Countdown
***********************************/
.reg-form-area {
  margin-top: -100px;
}
.reg-form-area h2 {
  margin-bottom: 30px;
  font-weight: 600;
  font-family: "Poppins";
}
.reg-form-area input {
  border-radius: 0;
  margin-bottom: 30px;
  border: 1px solid #2f345b;
  background-color: #0d1028;
  color: #fff;
  height: 55px;
}
.reg-form-area input:focus {
  background-color: #0d1028;
}
.reg-form-area ::-webkit-input-placeholder {
  color: #fff;
}
.reg-form-area ::-moz-placeholder {
  color: #fff;
}
.reg-form-area :-ms-input-placeholder {
  color: #fff;
}
.reg-form-area :-moz-placeholder {
  color: #fff;
}
.reg-form-area button[type=submit] {
  border: 0;
  height: 55px;
  background-color: #91c73d;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

/**************************
15.4 Start Contact Section
****************************/
.contact-from-wrapper input {
  border-radius: 0;
  height: 50px;
  background-color: #f9f9ff;
  position: relative;
}
.contact-from-wrapper input:focus {
  background-color: #f5ffe6;
  border-color: #91c73d;
  box-shadow: none;
}
.contact-from-wrapper input:focus label {
  color: #91c73d;
}
.contact-from-wrapper label {
  position: absolute;
  right: 40px;
  top: 25px;
  transform: translateY(-50%);
  z-index: 3;
  color: #8a8d91;
}
.contact-from-wrapper textarea {
  background-color: #f9f9ff;
  border-radius: 0;
  position: relative;
}
.contact-from-wrapper textarea:focus {
  background-color: #f5ffe6;
  border-color: #91c73d;
  box-shadow: none;
}
.contact-from-wrapper button[type=submit] {
  padding: 15px 25px;
  background-color: #91c73d;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
}
.contact-from-wrapper button[type=submit]:focus {
  outline: 0;
}

.contact-from-wrapper-2 {
  overflow: hidden;
}
.contact-from-wrapper-2 input {
  border-radius: 0;
  height: 50px;
  background-color: #f9f9ff;
  position: relative;
}
.contact-from-wrapper-2 input:focus {
  background-color: #ffc6ac;
  border-color: #ff5202;
  box-shadow: none;
  color: #ff5202;
  font-weight: 500;
}
.contact-from-wrapper-2 textarea {
  background-color: #f9f9ff;
  border-radius: 0;
  position: relative;
}
.contact-from-wrapper-2 textarea:focus {
  background-color: #ffc6ac;
  border-color: #ff5202;
  box-shadow: none;
  color: #ff5202;
  font-weight: 500;
}
.contact-from-wrapper-2 button[type=submit] {
  padding: 15px 25px;
  background-color: #ff5202;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border: 0;
}
.contact-from-wrapper-2 button[type=submit]:focus {
  outline: 0;
}

/**********************
16. Courses Page
**************************/
.portfolios-list-2 ul li {
  margin: 5px;
}

/******************************
17. Teacher Details
********************************/
.single-timeline h4 {
  color: #002147;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.single-timeline span {
  color: #ff5202;
  font-size: 14px;
}
.single-timeline .timeline-text {
  padding-top: 25px;
}
.single-timeline p {
  margin-bottom: 0;
}

.timeline-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .timeline-wrapper:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 0;
    color: #fff;
    background-color: #ff5202;
    border-radius: 50%;
    text-align: center;
    top: -40px;
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
  }
  .timeline-wrapper:before {
    content: "";
    position: absolute;
    left: 0;
    background-color: #e8e8e8;
    top: -40px;
    width: 30px;
    height: 30px;
    font-size: 22px;
    line-height: 30px;
  }
  .timeline-wrapper .single-timeline {
    position: relative;
  }
  .timeline-wrapper .single-timeline:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -50px;
    left: 0;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #ff5202;
    border-radius: 50%;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
  }
}

.page-section-title {
  padding-bottom: 60px;
}
.page-section-title h2 {
  font-size: 50px;
  color: #002147;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.half_columnn_image img {
  width: 100%;
}

.half_column_content h3 {
  font-size: 32px;
  color: #002147;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.half_column_content h6 {
  font-size: 20px;
  color: #666;
  font-weight: 600;
}
.half_column_content p {
  line-height: 28px;
}

.secondary-content {
  display: inline-block;
  width: 50%;
  float: left;
}
@media (max-width: 575px) {
  .secondary-content {
    width: 100%;
  }
}
.secondary-content h6 {
  font-size: 16px;
  color: #002147;
}

.single-member-info p {
  margin-bottom: 0;
}
.single-member-info .member-intro h3 a {
  font-size: 20px;
  color: #002147;
  transition: all 0.4s linear 0s;
}
.single-member-info .member-intro h3 a:hover {
  text-decoration: none;
}
.single-member-info .member-intro p {
  font-size: 14px;
  color: #666;
}
.single-member-info .member-intro p strong {
  color: #002147;
}
.single-member-info .member-intro {
  padding: 20px 0 30px;
}

.member-status {
  display: flex;
  justify-content: space-between;
}
.member-status p {
  font-size: 14px;
  color: #666;
}
.member-status p strong {
  color: #002147;
  font-weight: 500;
}

.member-image {
  overflow: hidden;
}
.member-image img {
  transition: all 0.4s linear 0s;
}

.single-member {
  transition: all 0.4s linear 0s;
}
.single-member:hover {
  box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15) !important;
}
.single-member:hover .member-intro h3 a {
  color: #ff5202;
}
.single-member:hover .member-intro p {
  color: #ff5202;
}
.single-member:hover .member-intro p strong {
  color: #ff5202;
}
.single-member:hover .member-status p strong {
  color: #ff5202;
}
.single-member:hover .member-image img {
  transform: scale3d(1.1, 1.1, 1.1);
}

.search-form select {
  border-radius: 0;
  margin-bottom: 20px;
  color: #666;
  height: 50px;
}
.search-form select:focus {
  outline: 0;
  box-shadow: none;
}
.search-form input {
  border-radius: 0;
  margin-bottom: 20px;
  color: #666;
  height: 50px;
}
.search-form input:focus {
  outline: 0;
  box-shadow: none;
}

.button-widget {
  background-size: cover;
  background-position: center center;
}
.button-widget h3 {
  color: #002147;
  padding-bottom: 15px;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
}

.widget-video-img {
  position: relative;
  text-align: center;
}
.widget-video-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 33, 71, 0.5);
}
.widget-video-img a {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 60px;
  color: #fff;
  background-color: #ff5202;
  border-radius: 50%;
  line-height: 55px;
  transition: all 0.4s linear 0s;
  padding: 10px;
}
.widget-video-img:hover a {
  background-color: #fff;
  color: #ff5202;
}
.widget-video-img img {
  width: 100%;
}

.highlights-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 10px 0;
}
.highlights-section ul li {
  display: inline-block;
  padding: 5px;
}
.highlights-section ul h4 {
  line-height: 35px;
}
.highlights-section .social-links ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.19);
  transition: all 0.4s linear 0s;
  text-align: center;
}
.highlights-section .social-links ul li a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff5202;
}

/*********************************
18. Gallery Page
***********************************/
.gallery-links {
  display: inline-block;
  padding-top: 15px;
  border-top: 2px solid #fff;
}
.gallery-links ul {
  margin: 0;
  padding: 0;
}
.gallery-links ul li {
  display: inline-block;
  margin: 5px;
}
.gallery-links ul li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: rgba(255, 82, 2, 0.3);
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.4s linear 0s;
}
.gallery-links ul li a:hover {
  background-color: #fff;
  color: #ff5202;
  border-color: #fff;
}

.gallery-content {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear 0s;
}
.gallery-content h3 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 20px;
  padding: 0 25px;
}

.single-gallery {
  transition: all 0.4s linear 0s;
}
.single-gallery .gallery-image {
  position: relative;
}
.single-gallery .gallery-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 82, 2, 0.8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear 0s;
}
.single-gallery .gallery-image:hover:before {
  opacity: 1;
  visibility: visible;
}
.single-gallery .gallery-image img {
  width: 100%;
}
.single-gallery:hover .gallery-content {
  opacity: 1;
  visibility: visible;
}

/****************************
19. Blog Style One
****************************/
.post-text h2 a {
  font-size: 30px;
  color: #002147;
  transition: all 0.4s linear 0s;
}
.post-text h2 a:hover {
  text-decoration: none;
  color: #ff5202;
}

.search-widget form {
  position: relative;
}
.search-widget form input {
  border-radius: 0;
  height: 60px;
  background-color: #f7f7f7;
}
.search-widget form input.home2-opt:focus {
  border-color: #14bdee;
}
.search-widget form input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202;
}
.search-widget form button[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff5202;
  color: #fff;
  width: 80px;
  height: 100%;
  font-size: 25px;
  color: #fff;
  border: 0;
}
.search-widget form button[type=submit].home2-opt {
  background-color: #14bdee;
}

.latest-widget {
  padding: 25px;
}
.latest-widget .single-latest {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.latest-widget .single-latest .latest-image {
  padding-right: 10px;
}
.latest-widget .single-latest .latest-image a {
  display: inline-block;
}
.latest-widget .single-latest .latest-image img {
  width: 120px;
  height: 80px;
  object-fit: cover;
}
.latest-widget .single-latest:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.latest-widget .single-latest .latest-content a {
  font-size: 16px;
  color: #002147;
  transition: all 0.4s linear 0s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.latest-widget .single-latest .latest-content a:hover {
  text-decoration: none;
  color: #ff5202;
}
.latest-widget .single-latest .latest-content .latest-meta span {
  color: #666;
  font-size: 14px;
}

.category-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.category-list ul li a {
  display: flex;
  justify-content: space-between;
  color: #666;
  padding: 10px 0;
  transition: all 0.4s linear 0s;
}
.category-list ul li a:hover {
  text-decoration: none;
  color: #ff5202;
}
.category-list ul li:last-child {
  padding-bottom: 0;
}

.sidebar-wrapper .single-widget {
  margin-bottom: 45px;
}
.sidebar-wrapper .single-widget:last-child {
  margin-bottom: 0;
}
.sidebar-wrapper .single-widget h4 {
  font-size: 20px;
  color: #002147;
  text-align: center;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.tag-clouds ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tag-clouds ul li {
  display: inline-block;
}
.tag-clouds ul li a {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 15px;
  background-color: #f5f5f5;
  margin: 5px 3px;
  transition: all 0.4s linear 0s;
}
.tag-clouds ul li a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff5202;
}

/*****************************
20. Apply Form Page
*************************************/
.apply-wrapper h2 {
  font-size: 50px;
  color: #002147;
  text-align: center;
  padding-bottom: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (max-width: 575px) {
  .apply-wrapper h2 {
    font-size: 35px;
  }
}
.apply-wrapper input {
  border-radius: 0;
  height: 60px;
}
.apply-wrapper input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202;
}
.apply-wrapper select {
  border-radius: 0;
  height: 60px;
}
.apply-wrapper select:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202;
}
.apply-wrapper textarea {
  border-radius: 0;
}
.apply-wrapper textarea:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202;
}

.form-group label {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #002147;
  margin-bottom: 10px;
}

/*******************************
21. Notice page
*******************************/
.single-event-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 0.4s linear 0s;
  border: 2px solid #ddd;
}
.single-event-info .single-event-date {
  width: 135px;
  height: 135px;
}
@media (max-width: 768px) {
  .single-event-info {
    display: inline-block;
    text-align: center;
  }
  .single-event-info .single-event-date {
    margin: 0 auto 20px auto;
  }
}
.single-event-info:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-color: #ff5202 !important;
}
.single-event-info:hover .single-event-date {
  background-color: #ff5202;
  color: #fff;
}
.single-event-info:hover .single-event-date span {
  color: #fff;
}
.single-event-info:hover .single-event-date p {
  color: #fff;
}

.single-event-content h3 a {
  font-size: 24px;
  color: #002147;
  transition: all 0.4s linear 0s;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-event-content h3 a {
    font-size: 20px;
  }
}
.single-event-content h3 a:hover {
  text-decoration: none;
  color: #ff5202;
}
.single-event-content p {
  color: #666;
  margin-bottom: 5px;
}
.single-event-content p i {
  padding-right: 5px;
}
@media (min-width: 992px) {
  .single-event-content {
    padding: 0 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .single-event-content {
    padding-left: 20px;
  }
}

.single-event-date {
  text-align: center;
  border: 2px solid #ff5202;
  transition: all 0.4s linear 0s;
}
.single-event-date p {
  margin-bottom: 0;
  font-size: 20px;
  color: #ff5202;
}
.single-event-date span {
  font-size: 50px;
  color: #ff5202;
  font-weight: 600;
}

/*****************************
22. Events Page
******************************/
.single-blog .blog-meta {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.single-blog .blog-meta p {
  margin-bottom: 0;
  color: #666;
  font-size: 14px;
}
.single-blog .blog-meta i {
  color: #ff5202;
}
.single-blog .blog-text h4 a {
  color: #002147;
  font-size: 20px;
  transition: all 0.4s linear 0s;
}
.single-blog .blog-text h4 a:hover {
  text-decoration: none;
  color: #ff5202;
}

.blog-image a img {
  width: 100%;
}

/************************
23. Results Page
**************************/
.search-form select {
  background-color: #f5f5f5;
}
.search-form select:focus {
  border-color: #ff5202;
}
.search-form input {
  background-color: #f5f5f5;
}
.search-form input:focus {
  border-color: #ff5202;
}

.results-area h2 {
  font-size: 50px;
  color: #002147;
}
.results-area .table {
  margin-bottom: 0;
}

/*************************
24. Department Page
************************/
.single-item {
  padding: 3rem 1.5rem;
  border: 2px solid #ddd;
  text-align: center;
  transition: all 0.4s linear 0s;
}
.single-item h4 a {
  color: #002147;
  margin: 15px 0;
  transition: all 0.4s linear 0s;
}
.single-item h4 a:hover {
  text-decoration: none;
  color: #ff5202;
}
.single-item .item-icon {
  padding-bottom: 30px;
}
.single-item:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  border-color: #ff5202;
}

/****************************
25. Blog Details
*****************************/
.details-meta {
  display: flex;
  flex-wrap: wrap;
  padding-top: 0.8em;
}
.details-meta p {
  margin-bottom: 0;
}
.details-meta .single-meta {
  padding-right: 50px;
}
.details-meta .single-meta:last-child {
  padding-right: 0;
}
.details-meta .single-meta i {
  color: #ff5202;
  padding-right: 5px;
}
.details-meta .single-meta p {
  font-size: 14px;
  color: #666;
}
@media (max-width: 575px) {
  .details-meta .single-meta p {
    font-size: 12px;
  }
}

.details-title h2 {
  font-size: 30px;
  color: #002147;
}

.tags-and-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-top: 2px solid #dee2e6;
  border-bottom: 2px solid #dee2e6;
  margin: 60px 0;
}

.comments-count h2 {
  font-size: 20px;
  color: #002147;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.author-thumb {
  width: 260px;
  padding-right: 20px;
}
.author-thumb a {
  display: inline-block;
}
.author-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.authors-info {
  display: flex;
}

.single-comment {
  position: relative;
}
.single-comment .reply-btn {
  position: absolute;
  top: 0;
  right: 0;
  color: #ff5202;
  font-size: 16px;
  font-weight: 500;
}
.single-comment .reply-btn:hover {
  text-decoration: none;
}

.comments-count {
  margin-bottom: 30px;
}

.author-data a {
  color: #002147;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.4s linear 0s;
  font-family: "Poppins", sans-serif;
}
.author-data a:hover {
  text-decoration: none;
  color: #ff5202;
}
.author-data p {
  margin-bottom: 5px;
  margin-bottom: 8px;
  margin-top: 8px;
  font-family: "Poppins", sans-serif;
}

.comment-form-wrapper h2 {
  font-size: 20px;
  color: #002147;
  margin-bottom: 35px;
}
.comment-form-wrapper input {
  margin-bottom: 30px;
  border-radius: 0;
  background-color: #f5f5f5;
  height: 50px;
}
.comment-form-wrapper input:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202;
}
.comment-form-wrapper textarea {
  border-radius: 0;
  background-color: #f5f5f5;
  outline: 0;
  box-shadow: none;
  margin-bottom: 30px;
}
.comment-form-wrapper textarea:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5202;
}

.single-blog-item {
  /* display: flex; */
  border: 2px solid #dee2e6;
  transition: all 0.4s linear 0s;
  box-shadow: 5px 6px;
  border-radius: 20px;
}
.single-blog-item:hover {
  border-color: #ff5202;
}
.single-blog-item .single-blog-thumb {
  padding-right: 15px;
}
.single-blog-item .single-blog-thumb a {
  display: inline-block;
}
.single-blog-item .single-blog-thumb img {
  width: 140px;
  height: 75px;
  object-fit: cover;
}
.single-blog-item .single-blog-content h4 a {
  font-size: 16px;
  color: #002147;
  transition: all 0.4s linear 0s;
}
.single-blog-item .single-blog-content h4 a:hover {
  color: #ff5202;
  text-decoration: none;
}
.single-blog-item .single-blog-content span {
  color: #666;
  font-size: 14px;
}

.latest-blogs-area .owl-nav {
  text-align: center;
  margin-top: 35px;
}
.latest-blogs-area .owl-nav button {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: #fff !important;
  color: #ff5202;
  margin: 5px;
  border: 2px solid #f5f5f5 !important;
  transition: all 0.4s linear 0s;
}
.latest-blogs-area .owl-nav button span {
  color: #ff5202;
  font-size: 25px;
}
.latest-blogs-area .owl-nav button:hover {
  background-color: #ff5202 !important;
  border-color: #ff5202 !important;
}
.latest-blogs-area .owl-nav button:hover span {
  color: #fff;
}
.latest-blogs-area .owl-nav button:focus {
  outline: 0;
  box-shadow: none;
}

#search_modal .modal-content {
  border-radius: 0;
}

.details-text p {
  line-height: 30px;
}

.timeline-area p {
  font-weight: 500;
}

/* Custom CSS */
.kindergarten .button_two {
  font-family: "Poppins", sans-serif;
}

.height-470 {
  height: 325px;
}

@media (max-width: 575px) {
  .slider-area-2 .slider-content-2 p {
    display: none;
  }

  .subscribe-wrapper button[type=submit] {
    width: 120px;
  }

  .slider-area.height-700 {
    height: 400px;
  }

  .slider-area-2.height-600 {
    height: 500px;
  }

  .slider-area-3.height-600 {
    height: 500px;
  }

  /* Homepage blog & event section */
  .blog-lists-wrapper .single-blog-wrapper {
    display: block;
  }
  .blog-lists-wrapper .single-blog-wrapper .blog-thumb img {
    width: 100%;
    margin: 10px 0 15px;
  }

  .single-event {
    display: block;
  }
  .single-event .event-date {
    display: none;
  }

  .single-event-3 {
    display: block;
  }
  .single-event-3 .event-date {
    display: none;
  }

  .single-event-2 {
    display: block;
  }
  .single-event-2 .event-date {
    display: none;
  }

  .blog-lists-wrapper-2 .single-blog-wrapper {
    display: block;
  }
  .blog-lists-wrapper-2 .single-blog-wrapper .blog-thumb img {
    width: 100%;
    margin: 10px 0 15px;
  }

  .slider-area-3 .slider-content h6 {
    font-size: 15px;
  }

  .slider-content .display-3 {
    font-size: 1.8rem;
  }
}

/*# sourceMappingURL=style.css.map */



#courses_home {color:#fff;}
#courses_home div[class*="col-md-"]>div {position:relative; overflow:hidden;}
#courses_home h4 {font-size: 30px; color: #fff; margin-top: 10px; font-weight: normal; text-align: center;}
.icon {
	text-align:center; padding:60px 20px 0; position:absolute; top:0; left:0; z-index:99; width:100%; height:100%; cursor:pointer;
	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
	-ms-transition:all ease 0.5s;
	-o-transition:all ease 0.5s;
	transition:all ease 0.5s;
	opacity:1;
}
#courses_home img {display:inline-block;}
.ug .icon {background:#2571b6;}
.pg .icon {background:#df4d95;}
.cert .icon {background:#6b8e56;}
.skill .icon {background:#be5353;}
.pg .detail li {line-height: 1.35;}
.pg .detail li a:before {top:2px;}

.detail {text-align:left; background:#fff; border:2px solid #2571b6; height:335px;}
#courses_home .detail h4 {color:#fff; font-size:18px; height:55px; margin:0; line-height: 2.4; padding: 0 10px;}
.detail h4 img {width:54px; float:right; margin-top: 7px;}
.detail ul {list-style:none; margin:0; padding:15px 20px 5px 25px; font-weight:500;}
.detail li {position:relative;}
.detail li a {padding:2px 0; display:block;}
.detail li a:before {
	content: "\f105";
    font: normal 14px/1 FontAwesome;
	display:block;
	position:absolute;
	top:7px;
	left:-13px;
}
.detail ul ul {padding-top:0; padding-left:15px;}
.detail li a:hover {color:#444;}
#courses_home div[class*="col-md-"]:hover .icon {
	transform:scale(0);
	-ms-transform:scale(0);
	-moz-transform:scale(0);
	-webkit-transform:scale(0);
	transform-origin: top right;
	-ms-transform-origin: top right;
	-moz-transform-origin: top right;
	-webkit-transform-origin: 90% 7%;
	opacity:0;
}

.ug .detail {border-color:#347abb;}
.pg .detail {border-color:#df4d95;}
.cert .detail {border-color:#6b8e56;}
.skill .detail {border-color:#be5353;}

.ug .detail h4 {background:#347abb;}
.pg .detail h4 {background:#df4d95;}
.cert .detail h4 {background:#6b8e56;}
.skill .detail h4 {background:#be5353;}

.ug .detail a {color:#347abb;}
.pg .detail a {color:#df4d95;}
.cert .detail a {color:#6b8e56;}
.skill .detail a {color:#be5353;}


.dance, .ignu {height:74px; margin-top:20px; text-align: center;}
.dance a, .ignu a {display:block; color: #fff;}
.dance .icon, .ignu .icon {padding:0; position:relative;}
.dance h4, .ignu h4 {display:inline-block; line-height:1.8; padding-left: 20px;}
.dance img, .ignu img {
	float:right;
	margin:10px 10px 0 0;
	transform:rotateY(0deg);
	
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
	-ms-transition:all ease 1s;
	-o-transition:all ease 1s;	
}
.dance .icon {background:#e17536;}
.ignu .icon {background:#9e63bf;}

.dance .icon:hover {background:#d85914;}
.ignu .icon:hover {background:#914ab9;}

.dance .icon:hover img, .ignu .icon:hover img {
	transform:rotateY(360deg);
}

.owl-theme .owl-controls div {
    padding: 0;
    text-align: center;
    margin: 3px 0;
}

.owl-theme .owl-controls div {
    padding: 0;
    text-align: center;
    margin: 3px 0;
}
.owl-theme .owl-controls div.owl-next, .owl-theme .owl-controls div.owl-prev {
    float: left;
    text-indent: -99999px;
    overflow: hidden;
    width: 34px;
    height: 34px;
    margin: 3px;
    color: #888;
    background: #fff;
    opacity: 1;
    filter: Alpha(Opacity=100);
    border: 1px solid #ccc;
}
.owl-controls .owl-next:before, .owl-controls .owl-prev:before {
    content: "\f104";
    font: normal 30px/1 FontAwesome;
    display: block;
    text-indent: 0;
    position: relative;
}
.owl-controls .owl-next:before {content: "\f105";}
.owl-theme .owl-controls div.owl-next:hover, .owl-theme .owl-controls div.owl-prev:hover {background:#BE5353; border-color:#BE5353; color:#fff;}

#recruiter {margin: 80px 0 50px; padding-bottom: 50px; padding-top: 20px;}
.recruiters {list-style:none; margin:0; padding:0;}
.recruiters li {border:1px solid #ccc; margin-bottom:5px;}

#recruiter .owl-controls {
    position: absolute;
    top: -70px;
    right: 0;
}

.testimonials {margin-top: -40px; font-size:15px;}
.testimonials .owl-item img {width:auto; border-radius:50%; border:4px solid #b0b0b0; position:absolute; right:0; top:0; max-width:150px; z-index:999;}
.comment {background:#ececec; padding:40px 20% 40px 30px; margin:40px 40px 0 0;}
.testimonials .owl-controls {float: right; margin: -40px 38px 0 0;}
.tname {color:#757575; margin-left:40px;}
.tname strong {color:#ce242b;}

.tname:before {
    content: "\f0d7";
    font: normal 50px/1 FontAwesome;
    display: block;
    text-indent: 0;
    position: relative;
    color: #ECECEC;
    margin-top: -20px;
    margin-left: 20px;
}

.homegallery .gal-wrapper {margin-bottom:13px;}
.gal-wrapper {background:#000; display:block;}
.homegallery img {opacity:0.8;}
.homegallery img:hover {opacity:1;}

footer {background:   #76d7c4; margin-top:60px; color:#444; font-size:14px; border-top: 5px solid #ccc;}
.footer-top {padding-top:50px; padding-bottom:50px;}
.footer-bottom {padding-top:20px; padding-bottom:20px; background: #fff; border-top:3px solid #ccc; color:#444;}
footer h4 {font-size:18px; color:#111; margin-top: 0; font-weight: normal;}
footer ul {margin:0; padding:0; list-style:none;}
footer a {color:#444; display:block; padding:2px 0;}
footer a:hover {color:#000;}
.credit {text-align:right;}
.credit a {display:inline-block;}
.mail a {display:inline-block;}

.social {line-height: 1.5; margin-bottom:20px;}
.social a {
    color: #fff;
    font-size: 22px;
    margin: 0;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
	margin-right:7px;
	background: #FFC300
;
}
.social .facebook:hover {background:#4A6EBB;}
.social .twitter:hover {background:#2C94C5;}
.social .linkedin:hover {background:#2866B3;}
.social .instagram:hover {background:#16649C;}
.social .gplus:hover {background:#CC4943;}
.social .ytube:hover {background:#CC4943;}

#back-to-top {
    position: fixed;
    bottom: 15px;
    right: 40px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: rgba(190, 83, 83, 0.57);
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 26px;
}
#back-to-top:hover {background: rgba(190, 83, 83, 1);}
#back-to-top.show {opacity: 1;}


@media all and (max-width:991px){
	#mainmenu .navbar-nav {float:none;}	
}


.newlist li:before, .achieve li:before, .downloads li:before {
    content: "\f0f6";
	margin-top:1px;
    display: inline-block;
    font: normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.newlist li a:after {
    content: "\f178";
    margin-left: 0px;
    display: inline-block;
    font: normal 20px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #e3323c;
    opacity: 0;
}
.newlist li a:hover {
    color: #e3323c;
}
.newlist li a:hover:after {
    margin-left: 8px;
    opacity: 1;
}


.achieve li:before {content: "\f091";}
.downloads li:before {content: "\f019";}
.newlist.downloads li a {overflow:hidden;}
.newlist.downloads li a:after {content:'\f175'; top: -10px; margin-left: 8px; position:relative;}
.newlist.downloads li a:hover:after {top: 0;}
.pdf.newlist li:before {content:"\f1c1"; color:#BE5353; font-size:18px; line-height:1.5; left:-25px;}

.openings .panel-heading {
    padding: 0;
}
.openings .panel-title {
    font-weight: bold;
    color: #E3323C;
}
.openings .panel-heading a {
    display: block;
    padding: 5px 15px;
}
.openings .panel-heading a:after {
    content: "\f106";
    display: inline-block;
    font: normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    float: right;
}
.openings .panel-heading a.collapsed:after {
    content: "\f107";
}

.form-group {margin-left:0; margin-right:0;}

.mb0 {margin-bottom:0;}
.mb20 {margin-bottom:20px;}
.mb40 {margin-bottom:40px;}

.form-control {border-radius:2px; background-color:#f9f9f9; height:38px;}
.form-control, select, textarea {text-transform: uppercase;}

.career-form .btn-primary, .inquiry-form .btn-primary {
    width: 49%;
}
.btn-primary {
    background-color: #BE5353;
    font-size: 18px;
    min-width: 150px;
	border: none;
}
.clearbtn {float:right;}
.btn-primary:hover {background-color:#DA6060;}

.btnbar {text-align:left; margin-top:20px;}

.openings {padding-right:20px;}

.txt-large, .txt-large p {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
}

#albums a {
    padding: 5px;
    margin: 10px 0;
    display: block;
}
.album-cover {
    position: relative;
    border: 1px solid #ddd;
    margin-bottom: 1px;
}
.album-title {
    text-align: center;
    font-size: 16px;
    color: #333;
    padding: 5px;
    background: #eee;
    border: 1px solid #eee;
}
#albums a img {
    max-width: 100%;
}
#albums a .album-cover:before {
    content: '';
    background: rgba(52, 71, 132, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
	transform: scale(0.1);
}
#albums a .album-cover:after {
    content: "\f0c1";
    display: inline-block;
    font: normal 38px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    background: rgba(255, 255, 255, 0.82);
    color: #E3323C;
    padding: 13px;
    border-radius: 50%;
    height: 64px;
    width: 64px;
    margin: -32px 0 0 -32px;
    left: 50%;
    top: 50%;
    font-size: 34px;
    line-height: 1.3;
    text-align: center;
    opacity: 0;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
    -ms-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
	transform: scale(0.1);
    -webkit-transition: all ease 0.7s;
    -moz-transition: all ease 0.7s;
    -ms-transition: all ease 0.7s;
    -o-transition: all ease 0.7s;
	transition: all ease 0.7s;
}

#albums a:hover .album-cover:before {
    background: rgba(227, 50, 60, 0.48);
}
#albums a .album-cover:before {
    content: '';
    background: rgba(52, 71, 132, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
	transform: scale(0.1);
}
#albums a:hover {
    box-shadow: 0 0 30px rgba(0,0,0,.5);
}
#albums a:hover .album-cover:before, #albums a:hover .album-cover:after {
    opacity: 1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
	transform: scale(1);
}

#videogallery .col-sm-4 {
    margin-bottom: 30px;
}

#photogallery ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#photogallery ul li {
    padding: 5px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    float: left;
    width: 23%;
    margin: 10px 1%;
}
#photogallery ul img {
    max-width: 100%;
}

#gmap {
	width: 100%;
	height: 375px;
    margin: 30px 0;
    border: 8px solid #bbb;
}

.address {padding-right:40px;}

.page-header {background:#ccc url(../images/greybg.jpg); margin-top:0; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:50px 0; color:#454545; margin-bottom: 40px;}
.page-header h1 {margin:0;}
.page-header h1 + h3 {margin:10px 0 0;}

.margin-sm {margin:30px 0 15px;}

.about {max-width:52%;}

.mt0 {margin-top:0;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.underline {text-decoration:underline;}

.page-content {text-align:justify;}

.highlight {color:#BE5353;}

.list-lg {font-size:20px;}

.alumnae-grid {padding:0; list-style:none; text-align:center; margin-top:150px;}
.alumnae-grid li {margin-bottom:100px;}
.alumnae-grid .alumnae-container {padding:20px; border:1px solid #e5e5e5; border-radius:5px;}
.alumnae-grid li:hover .alumnae-container {background:#f6f6f6; border-color:#e5e5e5;}
.alumnae-container h4 {text-align:center;}
.alumnae-grid li:nth-child(	2n+3) {clear:both;}
.testimonial-thumb {border-radius:50%; overflow:hidden; border:4px solid #ccc; margin-top:-90px; max-width:150px;}
.alumnae-grid p {text-align:justify; margin-top:20px;}

.alumnae-grid h4:before {
    content: '';
    background: #ffb400;
    height: 3px;
    width: 50px;
    display: block;
    margin: 20px auto;
}

th {background: #E8E8E8; color: #000; border-color: #C5C5C5 !important;}

.head {border-bottom: 1px solid #ddd; padding-bottom: 10px;}
h5.head {font-size:16px;}

.colored-tabs {list-style:none; padding:0;}
.colored-tabs:after {content:''; display:table; clear:both;}
.colored-tabs li {float:left; padding:10px 30px; font-size:18px; background:#F90; color:#fff; border-radius:3px; margin:10px 10px 10px 0;}

.dwd-pros {opacity:1;}
.dwd-pros:hover {opacity:0.8;}

.regbar {margin-top:15px; color:#888;}
.regbar a {color:#555; padding: 5px; border-radius: 4px; position:relative; display:inline-block;}
.regbar a:hover {color:#0D2E6F;}
.regbar a:after {content:''; height:1px; width:0; display:block; background:#0D2E6F;
	transition:all ease 0.5s;
}
.regbar a:hover:after {width:100%;}

.btn-warning {color:#000; font-size:16px; font-weight:500;}

.btn {padding:8px 12px;}

.login {margin:70px auto;}

.panel-title {font-size: 20px;  padding: 5px 20px; text-align: center;}


.panel-heading+.list-group li:first-child {border-top-width: 0;}

.list-group li {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ccc;
	border-left:none;
	border-right:none;
}

.panel-heading+.list-group li:last-child {
    margin-bottom: 1px;
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.myacc {}

.sidebar .panel li i {font-size:16px; width:30px; text-align:center; color: #be5353;}
.sidebar .panel li a {display:block; color:#333; padding: 10px 10px;}
.sidebar .panel li a:hover {background:#444; color:#fff; padding-left:20px;}
.sidebar .panel li a:hover i {color:#fff;}

#acc-main>.row {margin-bottom:10px;}
#acc-main label {width:130px;}

.imp {padding:10px; background-color: #F9F4DB; border:1px solid #D8D2B6; border-radius:3px; margin-top:30px;}

.gallery_logo {position:absolute; top:20px; left:20px; z-index:9999;}

.rightbox {
	position:fixed; 
	right:0; 
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	top:50%;
	text-align:right;
	z-index: 999;
}
.rightbox a {display:block; color:#fff; text-align:center; width: 38px; height: 38px; font-size: 22px; margin-bottom:5px; float:right; clear:both;}
.rightbox .applybtn {width:auto; height:auto;}
.rightbox .fbook {background:#3c579e;}
.rightbox .twit {background:#55acee;}
.rightbox .linked {background:#0076b4;}
.rightbox .insta {background:#125688;}
.rightbox .gplus {background:#e02f2f;}
.rightbox a:hover {border-radius:5px 0 0 5px; width:48px;}
.rightbox .applybtn:hover {width:auto;}
.rightbox .formsteps:hover {width:150px;}

.rightbox .formsteps {background:#df4d95; width:150px; height:33px; font-size:16px; line-height:1; padding:7px;}

.faculty_profile {border:1px solid #ddd; margin-top:120px;}
.fpic {text-align:center; margin-top:-100px; margin-bottom:20px;}
.fpic img {border-radius:50%; border:7px solid #eee;}
.faculty_profile .table {margin-bottom:0;}

.carousel-control {
    width: 40px;
    height: 40px;
	top: auto;
    bottom: 20px;
    background: rgb(16, 57, 137) !important;
    border-radius: 3px;
    text-shadow: 0 0 5px rgba(0,0,0,1);
	line-height:1;
	opacity: .7;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 40px;
    height: 40px;
    margin: 0;
    left: 0;
	top:0;
}
.carousel-control.left {left: 20px;}
.carousel-control.right {left: 72px;}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
    display: inline-block;
    font: normal 38px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-chevron-left:before {
    content: "\f104";
}
.glyphicon-chevron-right:before {
    content: "\f105";
}

.apply-mobile {height:77px; overflow:hidden; margin-top:20px;}
.apply-mobile img {position:relative; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%);}

.bootstrap-datetimepicker-widget.dropdown-menu {background:#fff;}



/*.apply-mobile, .nav.navbar-nav>li:nth-child(6)>.dropdown-menu>li:first-child, .rightbox a:first-child {display:none;}*/

.field-validation-error {
    color: #cc3333;
    position: absolute;
    font-size: 13px;
    bottom: -20px;
    right: 15px;
}


/*Google Search*/
form.gsc-search-box, table.gsc-search-box {margin-bottom:0 !important;}

input.gsc-search-button {
	position: absolute;
    right:0;
    top: 0;
    border-radius: 0;
    font-size: 22px;
    line-height: 1;
    height: 35px;
    color: #fff;
    z-index: 99999;
    margin: 1px;
    width: 35px;
    padding: 18px 20px !important;
	border:none !important;
	background:none !important;
	outline:none;
	box-shadow:none !important;
}


td.gsc-search-button:before {
	content: "\f002";
    display: inline-block;
    font: normal 22px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    border: none;
	position: absolute;
    right: 8px;
    top: 8px;
    background: none;
    color: #e3323c;
    font-size: 20px;
    padding: 8px 12px;
    line-height: 1;
}

.gsst_a {position: absolute; top: 10px; right: 44px;}
.gsc-input-box {border:none !important; height:auto !important;}
.gsc-search-box-tools .gsc-search-box td.gsc-input {padding:0 !important;}
table.gsc-search-box td {display: block !important;}
.gsc-search-box-tools .gsc-search-box input.gsc-input {
	width:100%; 
	background:#f3f3f3 !important; 
	border:1px solid #c7c7c7 !important; 
	border-radius:0; 
	color:#595959; 
	font-size:16px; 
	height: 37px; 
	padding:6px 65px 6px 12px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.gsib_a {padding:0 !important;}
.gsib_a input::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.7);}
.gsib_a input:-moz-placeholder {color: rgba(255, 255, 255, 0.7);}
.gsib_a input::-moz-placeholder {color: rgba(255, 255, 255, 0.7);}
.gsib_a input:-ms-input-placeholder {color:rgba(255, 255, 255, 0.7);}
.cse .gsc-control-cse, .gsc-control-cse {padding:0 !important; border: none !important;}
/*End Google Search*/

.row + h2, .row + h2.mt30 {margin-top:50px; margin-bottom:0;}


.black {color:#1c5f80;}

.syllabus {position:absolute; right:0; top:0; margin:0 50px 20px;}

#courses_home .skill h4 {line-height: 1.1;}
#courses_home .skill .detail h4 {
    font-size: 16px;
    line-height: 3;
}


.faculty_gird h2, .faculty_gird h2:after {margin-bottom: 0;}

/*
.skillist {line-height:1.4;}
.skillist>li {float: left; width:50%;}*/

.skillist {line-height:1.4;}

.cttl h3 {display: inline-block; margin-right: 20px;}
.btncodes {display:inline-block; background:#0F518E;  font-size: 20px;}
.btncodes span {font-size: 15px; display: inline-block; opacity:0.85;}

#faq h4 {font-size: 16px; font-family:roboto; margin-bottom:5px; margin-top:15px;}
#faq .liststyle1 {margin-top:10px;}
#faq hr {border-color:#ddd;}
.faq-wrapper {border:1px solid #ddd; border-left-width:7px; padding-left:13px; margin-bottom:30px;}

.redhead {color: #d10913;}
hr {border-color:#ddd;}
.greenbg {background: #119860 !important;}
.page-header .btn {margin-left:30px;}

@media all and (min-width:768px){
.table-auto {width:auto;}
.faculty_gird .col-sm-6:nth-child(2n+1) {clear:both;}
}

@media all and (min-width:992px){
.double_grid .row {}
.double_grid .col-md-6 {float:none; display:table-cell; border-bottom:1px dashed #bbb; padding-bottom:30px;}
.double_grid .col-md-6:first-child {padding-right:30px; border-right:1px dashed #bbb;}
.double_grid .col-md-6:last-child {padding-left:30px;}
.homegallery {padding-right:50px;}
.homegallery .col-sm-4 {padding-right:0;}
.navbar-form {width: 220px;}
}

@media all and (min-width:1200px){
.faculty_gird .col-sm-6:nth-child(2n+1) {clear:none;}
.faculty_gird .col-sm-6:nth-child(3n+1) {clear:both;}
}
@media all and (min-width:1300px){
.table-auto {min-width:600px;}
.container {width:100%; max-width:1410px;}
}

@media screen and (max-width: 1310px){
	.phone.visible-lg {display:none !important;}
	.phone.visible-lg + div {width:100%;}
}
@media screen and (max-width: 1250px){
	.topbar {font-size: 13px;}
	.navbar-default .navbar-nav>li>a {padding:10px 9px;}
}

@media screen and (max-width: 1199px){
/*Nav Toggle Breakpoing*/
  .navbar-header {float: none;}
  .navbar-left,.navbar-right {float: none !important;}
  .navbar-toggle {display: block;}
  .navbar-collapse {border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);}
  .navbar-fixed-top {top: 0; border-width: 0 0 1px;}
  .navbar-collapse.collapse {display: none!important;}
  .navbar-nav {float: none!important; margin-top: 7.5px;}
  .navbar-nav>li {float: none;}
  .navbar-nav>li>a {padding-top: 10px; padding-bottom: 10px;}
  .collapse.in{display:block !important;}
/*End Nav Toggle Breakpoing*/

  .navbar-toggle {margin:33px 0 0; background-color: #BE5353; border:none;}
  .navbar-default .navbar-toggle .icon-bar {background-color: #FFF;}
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #125688;}
  .topbar .navbar-right {text-align:center; padding:0;}
  .navbar-default .navbar-nav>li {border-bottom:1px solid #ddd;}
  .navbar-default .navbar-nav>li:last-child {border:none;}
  
  .navbar-default .navbar-nav>li {clear:both;}
  .navbar-default .dropdown-menu {position: relative; width: 100%;  box-shadow: none;}
  .navbar-default .dropdown-submenu>.dropdown-menu {border-radius:0; display: block; left: 0; margin:0;}
  .navbar-default .dropdown-menu {background: #eee !important;}
  .navbar-default .dropdown-submenu>.dropdown-menu {background: #ccc !important; border: none;}
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {color: #232323;}
  .navbar-default .dropdown-submenu .dropdown-menu>li>a {padding-left:30px;}
  .navbar-default .dropdown-menu>li>a:before {content: "\f105"; display: inline-block; font: normal 16px FontAwesome; margin-right: 7px; color: #E3323C;}
  .navbar-default .dropdown-submenu .dropdown-menu>li>a:before {content: "\f101"; display: inline-block; font: normal 16px FontAwesome; margin-right: 7px; color:#636363;}
  
  .quick-btns a {width: 29%; margin:0 2% 25px;}
  .quick-btns h5 {font-size: 21px; line-height:1;}
  #courses_home h4 {font-size:22px;}
  .icon {padding-top: 80px;}
  .about {max-width: 100%; float: none; margin: 10px 0 20px;}
  .administration h4 {font-size:14px; font-family:Roboto; font-weight:500;}
}



@media all and (max-width:991px){
	.double_grid .col-md-6:after {content:''; display:table; clear:both;}
	.quick-btns h5 {font-size: 18px;}
	#msgs img {width:100%;}
	#courses_home .col-sm-6 {margin-bottom:30px;}
	#courses_home .dance h4, #courses_home .ignu h4 {font-size: 19px; margin-top: 20px;}
	#recruiter {margin:30px 0;}
	.homegallery {margin-top: 50px;}
	.page-header {padding:30px 0;}
	.page-header h1 {text-align:center;}
	footer h4 {margin-top: 10px;}
	.homegallery img {width:100%;}
	#announcements {font-size:14px;}
	.marquee-title {font-size:18px; padding:0 15px; line-height:2.2;}
	.marquee-container, .marquee-title, .marquee-content-items {height: 40px;}
}
@media screen and (max-width:767px){
	.img-responsive {float:none;}
	.navbar-toggle {margin-right:20px;}
	.searchbtn  .dropdown-menu {transform: translateX(-40%); -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%);}
	.topbar a {padding: 3px 10px;}
	h1 {font-size:30px;}
	.footer-top {padding-top:30px;}
	.footer-bottom, .credit {text-align:center; line-height:2;}
	footer {text-align:center;}
	footer h4 {margin-top: 20px; text-align:center;}
	.footer-bottom .col-sm-6 {line-height: 1.4; margin-bottom: 10px;}
	.social a {margin-right:5px;}
	h2 {text-align:left; font-size:26px;}
	#albums a img {width:100%;}
	.rightbox {display:none;}
	.quick-btns a {width: 90%; margin: 10px 0 10px 8%;}
	.carousel-control, .carousel-indicators {display:none;}
	.comment {margin: 80px 0 0; padding: 80px 20px 20px;}
	.testimonials .owl-item img {right:auto; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%);}
	.tname {margin-left:0;}
	.testimonials .owl-controls {float:none; margin:0;}
	.testimonials .owl-nav>div {position: absolute; top: 30px;}
	.testimonials .owl-next {right:0 !important;}
	.quick-btns {padding-top:30px;}
	#msgs {padding-top:0;}
	#msgs h2 {margin-top:40px;}
	.img-left, .img-right {margin:0 0 20px 0;}
	#msgs .col-sm-6 {padding-right:15px !important; padding-left:15px !important;}
	.btn-right {float:none !important;}
	.page-header {margin-bottom: 20px;}
	.regbar,  .regbar .text-right {text-align: center;}
	#announcements {margin-top: 1px;}
	.marquee-container, .marquee-title, .marquee-content-items {height:auto;}
	.marquee-title, .marquee-1 {
		position: relative;
		display: block;
		float: none;
		top: auto;
	}
	.syllabus {position:relative; right:auto; left:0; margin-left:0;}
	#gmap {height:250px;}
}
@media screen and (max-width:479px){
	.navbar-brand {width:80%;}
	.navbar-toggle {margin-top:25px;}
	.searchbtn .dropdown-menu {
		transform: translateX(-78%);
		-webkit-transform: translateX(-78%);
		-moz-transform: translateX(-78%);
	}
	.login_drop .dropdown-menu {transform: translateX(-60%); -webkit-transform: translateX(-60%); -moz-transform: translateX(-60%);}
}
@media screen and (max-width:359px){
	.navbar-brand {width:78%;}
	.navbar-toggle {margin-top:21px;}
	.events a .pull-left {float: none !important; margin-bottom: 7px;}
	.page-header .btn {margin:20px 0 0; display: block;}
}

@media screen and (min-width:1200px) and (max-width:1400px){
	.navbar-nav li:nth-child(n+6) .dropdown-submenu>.dropdown-menu {left:-100%; border-radius: 6px 0 6px 6px; overflow: hidden;}
}

marquee li {
    list-style: none;
    display: inline-block;
}

.ib {display:inline-block;}

.linedbtns a {background: none; border:3px solid #98c6ff; font-size: 20px; color: #1f4288;}
.linedbtns a span {font-size:23px; display:block; color: #d23232;}
.linedbtns a:hover, .linedbtns a:focus {background: #1f4288; border-color:#1f4288; color: #fff;}
.linedbtns a:hover span {color: #fff;}

.placements {list-style:none; margin:0; padding:0;}
.placements li {float:left; width:23%; margin:10px 1%; border:2px solid #ddd; text-align:center; padding: 10px;}
.placements:after {content:''; clear:both; display:block;}

.gallery_link {text-align: center;}
.gallery_link>div {display: inline-block; margin:10px; border:8px solid transparent;}
.gallery_link>div:hover {border-color:#da8989;}

#eve h2 {margin-bottom: 10px;}
#eve .readmore {margin-top:0;}

@media all and (min-width:1200px){
/*.container {width:100%; max-width:1410px;}*/
.faculty_gird .col-sm-6:nth-child(2n+1) {clear:none;}
.faculty_gird .col-sm-6:nth-child(3n+1) {clear:none;}
.faculty_gird .col-sm-6:nth-child(3n+5) {clear:both;}
}

@media all and (min-width:992px){
.ITI-courses .row {display: table; border-collapse:separate; border-spacing:15px 10px;}
.ITI-courses .row:before, .ITI-courses .row:after {display:none;}
.ITI-courses .row>.col-md-6 {display: table-cell; float: none; border:2px solid #ddd; background: #fff;}
.skillpage {background: #f8f8f8;}
}
}