/*-----------------------------------------------------------------------------------
-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    1. Theme Default CSS (body, link color, section etc)
    2. Header CSS
        2.1 Header Top
        2.2 Header Logo Menu
            2.2.1 Header Logo
            2.2.2 Header Mainmenu
            2.2.3 Header Searchbox
            2.2.4 Mobile Menu
    3. Slider Area
    4. About Area
    5. Course Area
    6. Fun Factor Area
    7. Latest News Area
    8. Online Product Area
    9. Testimonial Area
    10. Event Area
    11. Newsletter Area
    12. Footer Widget Area
    13. Footer Area
    14. Home Two Start
        14.1 Home Two Header
        14.2 Home Two Slider
        14.3 Home Two Newsletter
    15. Shop Grid Page
    16. Product Details Page
    17. Course Page
        17.1 Teachers Area
    18. Course Details Page
        18.1 Course Details Content
        18.2 Course Details Sidebar
    19. Event Page
    20. Event Details Page
        20.1 Event Details Content
        20.2 Event Details Sidebar
    21. latest News Page
    22. News Details Page
        22.1 News Details Content
        22.2 News Details Sidebar
    23. Contact Page
    24. About Page
    25. Shortcode
    26. Scrollup
    27. Additional CSS
    28. Login Register CSS

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html {
  overflow: hidden;
  overflow-y: auto;
}
html,
body {
  height: 100%;
}
.floatleft {
  float: left !important;
}
.floatright {
  float: right !important;
}
.floatnone {
  float: none !important;
}
.alignleft {
  text-align: left !important;
}
.alignright {
  text-align: right !important;
}
.aligncenter {
  text-align: center !important;
}
.no-display {
  display: none;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
a:focus,
button:focus {
  outline: 0px solid;
}
input:focus {
  box-shadow: 0;
  outline: 0;
}
textarea {
  box-shadow: 0;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}
.fix {
  overflow: hidden;
}
p {
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "montserratsemi_bold";
}
a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #4c4c4c;
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
  text-decoration: none;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-webkit-input-placeholder {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
:-moz-placeholder {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
::-moz-placeholder {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
:-ms-input-placeholder {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

@font-face {
  font-family: "montserratbold";
  src: url("fonts/montserrat-bold-webfont.eot");
  src: url("fonts/montserrat-bold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/montserrat-bold-webfont.woff2") format("woff2"),
    url("fonts/montserrat-bold-webfont.woff") format("woff"),
    url("fonts/montserrat-bold-webfont.ttf") format("truetype"),
    url("fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratlight";
  src: url("fonts/montserrat-light-webfont.eot");
  src: url("fonts/montserrat-light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/montserrat-light-webfont.woff2") format("woff2"),
    url("fonts/montserrat-light-webfont.woff") format("woff"),
    url("fonts/montserrat-light-webfont.ttf") format("truetype"),
    url("fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratregular";
  src: url("fonts/montserrat-regular-webfont.eot");
  src: url("fonts/montserrat-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/montserrat-regular-webfont.woff2") format("woff2"),
    url("fonts/montserrat-regular-webfont.woff") format("woff"),
    url("fonts/montserrat-regular-webfont.ttf") format("truetype"),
    url("fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "montserratsemi_bold";
  src: url("fonts/montserrat-semibold-webfont.eot");
  src: url("fonts/montserrat-semibold-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/montserrat-semibold-webfont.woff2") format("woff2"),
    url("fonts/montserrat-semibold-webfont.woff") format("woff"),
    url("fonts/montserrat-semibold-webfont.ttf") format("truetype"),
    url("fonts/montserrat-semibold-webfont.svg#montserratsemi_bold")
      format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Cooper Black Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Cooper Black Regular"), url("fonts/COOPBL.woff") format("woff");
}

body {
  color: #222222;
  font-family: "montserratlight";
  font-size: 14px;
  line-height: 22px;
  text-align: left;
  background: #fff;
}
.btn-group {
  margin-left: 5px;
}
.container {
  width: 1200px;
}
.container,
.row,
.col-md-12,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-6,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.as-mainwrapper {
  transition: all 0.3s ease 0s;
}
.section-margin {
  margin: 120px 0 140px 0;
}
.section-padding {
  padding: 50px 0;
}
.section-bottom-padding {
  padding: 0 0 120px 0;
}
.section-top-padding {
  padding: 120px 0 0 0;
}
.section-title {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.section-title h3 {
  color: #0c133f;
  font-size: 30px;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section-title p {
  color: #000000;
  font-family: "Raleway";
  font-weight: 400;
  margin-bottom: 24px;
}
.section-title-wrapper {
  margin-bottom: 87px;
  position: relative;
}
.section-title-wrapper:before {
  background: #0c133f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 230px;
}
.section-title-wrapper:after {
  background: rgba(0, 0, 0, 0) url("img/icon/cap-dark.jpg?v=129") no-repeat
    scroll 0 0;
  bottom: -8px;
  color: #1429a9;
  content: "";
  font-size: 14px;
  height: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
  z-index: 9;
}
.white .section-title h3,
.white .section-title p {
  color: #ffffff;
}
.section-title-wrapper.white:before {
  background: #ffffff none repeat scroll 0 0;
}
.white.section-title-wrapper:after {
  background: rgba(0, 0, 0, 0) url("img/icon/cap-white.jpg") repeat scroll 0 0;
}
.carousel-style-one.owl-theme .owl-controls .owl-nav div {
  color: #0c133f;
  display: inline-block;
  font-size: 60px;
  height: 60px;
  left: -50px;
  line-height: 59px;
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  filter: alpha(opacity=100);
  padding: 0;
  position: absolute;
  text-align: center;
  top: 39.6%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 36px;
}
.carousel-style-one.owl-theme .owl-controls .owl-nav div.owl-next {
  left: auto;
  right: -50px;
}
.latest-area:hover .carousel-style-one.owl-theme .owl-controls .owl-nav div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.dividers {
  border-top: 1px solid #ccc;
}
.as-mainwrapper {
  position: relative;
}
.as-mainwrapper.wrapper-boxed {
  background-color: #ffffff;
  box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.1);
  float: none;
  margin: 0 auto;
  max-width: 1200px;
}
.main-content-wrapper,
.wrapper-wide {
  background: #ffffff;
}
/*------Margin left-------*/
.ml-0 {
  margin-left: 0px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
/*------Margin right-------*/
.mr-0 {
  margin-right: 0px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-15 {
  margin-right: 15px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
/*------Margin Top-------*/
.mt-0 {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
/*------Margin Bottom-------*/
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
/*------Padding left-------*/
.pl-0 {
  padding-left: 0px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-15 {
  padding-left: 15px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
/*------Padding right-------*/
.pr-0 {
  padding-right: 0px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-15 {
  padding-right: 15px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
/*------Padding Top-------*/
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pt-110 {
  padding-top: 110px;
}
/*------Padding Bottom-------*/
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pb-110 {
  padding-bottom: 110px;
}
.pb-120 {
  padding-bottom: 120px;
}
.pb-130 {
  padding-bottom: 130px;
}
.block {
  display: block;
}
/*----------------------------------------*/
/*  2. Header CSS
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.1 Header Top
/*----------------------------------------*/
.header-top {
  /* background: #d92800 none repeat scroll 0 0; */
  color: #ffffff;
  font-size: 13px;
  position: relative;
}
.header-top:before,
.about-area:before,
.newsletter-area:before {
  content: "";
  height: 48px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 43%;
}
.header-top:after,
.about-area:after,
.newsletter-area:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 24px 10px;
  content: "";
  height: 5px;
  position: absolute;
  right: 43%;
  top: 10px;
  width: 0;
}
.header-top span {
  padding: 14px 0;
  font-size: 16px;
  display: inline-block;
}
.header-top-right > .content {
  display: inline-block;
  font-family: "montserratregular";
  margin-left: 13px;
  padding-left: 17px;
  position: relative;
}
.header-top-right > .content > a {
  color: #fff;
}
.header-top-right .content:hover > a {
  color: #102087;
}
.header-top-right > .content i {
  font-size: 14px;
  margin-right: 8px;
}
.header-top-right {
  float: right;
  padding-top: 23px;
}
.header-top-right > .content:after {
  background: #ffffff none repeat scroll 0 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 2px;
}
.header-top-right > .content:first-child:after {
  display: none;
}
.header-top-right > .content .account-dropdown {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  margin: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  padding: 5px 19px 6px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
  width: 125px;
  z-index: -99;
}
.header-top-right > .content:hover .account-dropdown {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9999;
}
.account-dropdown a {
  color: #0c133f;
  display: flex;
  justify-content: space-between; /* pushes icon to the right */
  align-items: center;
  padding: 5px 10px 5px 0; /* top right bottom left */
  text-decoration: none;
}

.account-dropdown li {
  display: block;
}

.account-dropdown .has-submenu {
  position: relative;
}

/* Hide submenu by default */
.account-dropdown .submenu {
  display: none;
  position: absolute;
  left: 100%; /* appears to the right of Manuals */
  top: 0;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  padding: 5px 10px;
  width: 130px;
  z-index: 100;
}

/* Show submenu on hover */
.account-dropdown .has-submenu:hover .submenu {
  display: block;
}

/* Animate the icon */
.account-dropdown .has-submenu > a i {
  transition: transform 0.3s ease;
}

/* Rotate icon downward when hovered */
.account-dropdown .has-submenu:hover > a i {
  transform: rotate(90deg); /* from ► to ▼ */
}

/* Submenu link styling */
.account-dropdown .submenu a {
  display: block;
  padding: 5px 10px;
  color: #0c133f;
  text-decoration: none;
  white-space: nowrap;
}

/* .account-dropdown .submenu a:hover {
  background-color: #f0f0f0;
} */


/*----------------------------------------*/
/*  2.2 Header Logo Menu
/*----------------------------------------*/
.header-logo-menu.stick {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  margin: auto;
  padding: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 999999;
}
.bg-dark.header-logo-menu.stick {
  background: #3f5771;
}
.as-mainwrapper.wrapper-boxed .header-logo-menu.stick {
  width: 1200px;
}
/*----------------------------------------*/
/*  2.2.1 Header Logo
/*----------------------------------------*/
.logo > a {
  display: inline-block;
  position: relative;
  z-index: 8;
}
/* .logo {padding-top: 38px;} */
.logo img {
  position: absolute;
  z-index: 8;
  width: 170px;
  height: auto;
  margin: -20px 0px 0px -140px !important;
}
.school-name h1 {
  display: inline-block;
  position: relative;
  z-index: 8;
  margin: 46px 0 0 0;
  font-size: 26px;
  /* text-align: right; */
  margin-left: 30px;
  color: #1429a9;
  vertical-align: middle;
  font-family: "Impact";
  /* -webkit-text-stroke: 0.3px #ffc702; */
}

.header-logo-menu.stick .logo {
  padding: 0 0;
}
.header-logo-menu.stick .school-name {
  margin: -10px 0 0 0;
}

/* h1.web{
    display: inline;
} */

h1.mobile {
  display: none;
  margin: 0 0 0 55px !important;
  top: -30px;
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 575px) {
  h1.web {
    display: none;
  }
  h1.mobile {
    display: inline;
    vertical-align: middle;
    margin: -30px 0px 0px 110px !important;
  }
  .logo img {
    max-width: 85px;
    max-height: auto;
    margin: -25px 0px 0px -125px !important;
  }
}

@media screen and (min-width: 480px) {

  h1.mobile {
    margin: 0px 0px 0px 180px!important; 
  }
}

/*----------------------------------------*/
/*  2.2.2 Header Mainmenu
/*----------------------------------------*/
.mainmenu {
  display: inline-block !important;
  position: relative;
  z-index: 99;
}
.mainmenu-area {
  margin-top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mainmenu-area .border-top {
  border-top: 0 !important;
}
.header-logo-menu.stick .mainmenu-area .mainmenu ul#nav > li > a {
  line-height: 96px;
}
.header-logo-menu.stick .mainmenu-area {
  padding: 0;
  margin: 0;
}
.mainmenu ul#nav > li {
  display: inline-block;
  margin-right: 24px;
  position: relative;
}
.mainmenu ul#nav > li > a {
  color: #0c133f;
  display: block;
  font-family: "montserratregular";
  font-size: 12px;
  line-height: 109px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
}
.mainmenu ul#nav > li > a:after,
.mainmenu ul#nav.menu-white > li > a:after {
  bottom: 43px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-logo-menu.stick .mainmenu ul#nav > li > a:after {
  bottom: 38px;
}
.mainmenu ul#nav.menu-white > li:hover > a:after {
  background: #0c133f;
}
.mainmenu ul#nav > li:hover > a:after,
.mainmenu ul#nav.menu-white > li:hover > a:after {
  width: 21px;
}

.mainmenu ul#nav.menu-white > li > a {
  color: #fff;
}
.header-logo-menu.stick .mainmenu ul#nav.menu-white > li > a {
  color: #0c133f;
}
.mainmenu ul#nav.menu-white > li:hover > a,
.stick .mainmenu ul#nav.menu-white > li:hover > a {
  color: #0c133f;
}
.mainmenu li > a > i {
  margin-left: 6px;
  position: relative;
  top: -1px;
}
.lg-space .mainmenu ul#nav > li {
  margin-right: 36px;
}
.mainmenu ul#nav.border-full > li:hover > a:after {
  width: 100%;
}
.mainmenu ul#nav.border-top > li > a:after {
  bottom: auto;
  top: 30px;
}
.mainmenu ul#nav.border-top-2 > li > a:after {
  bottom: auto;
  top: -9px;
}
.padding-small .logo {
  padding-top: 20px;
}
.padding-small .mainmenu ul#nav > li > a {
  line-height: 82px;
}
/*------------------------------------------*/
/*  Dropdown Menu
/*------------------------------------------*/
.mainmenu ul.sub-menu,
.mainmenu ul.sub-menu ul.inside-menu {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  left: -23px;
  margin: 0;
  padding: 14px 21px 16px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 190px;
  z-index: -99;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.mainmenu ul#nav li ul.sub-menu > li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
.mainmenu ul#nav li ul.sub-menu > li a,
.mega-menu a {
  color: #0c133f;
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 33px;
  text-transform: capitalize;
}
.mainmenu li > .sub-menu i {
  float: right;
  font-size: 17px;
  top: 10px;
}
.mainmenu ul#nav li:last-child,
.header-two .mainmenu ul#nav li:last-child {
  margin-right: 0;
}
.mainmenu > nav > ul#nav > li:hover ul.sub-menu,
.mainmenu ul.sub-menu li:hover ul.inside-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9999;
}
.mainmenu ul.sub-menu ul.inside-menu {
  left: 169px;
  top: -2px;
  width: 195px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.mainmenu ul.sub-menu li:hover ul.inside-menu {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  z-index: 9999;
}
.fixed {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
}
/*----------------------------------------*/
/*  Megamenu
/*----------------------------------------*/
.mega-menu {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  left: -23px;
  margin: 0;
  padding: 26px 21px 20px;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: -99;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.mainmenu nav > ul > li:hover .mega-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  z-index: 9999;
}
.mega-menu h3 {
  color: #0c133f;
  font-family: montserratregular;
  font-size: 12px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}
.mega-menu h3:after {
  background: #909090 none repeat scroll 0 0;
  bottom: 8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 25px;
}
.mm-5-column {
  left: -445px;
  width: 790px;
}
.mm-4-column {
  width: 650px;
  left: -305px;
}
.mm-3-column {
  left: -187px;
  width: 532px;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.333%;
}
.col-4 {
  width: 25%;
}
.col-5 {
  width: 20%;
}
/*----------------------------------------*/
/*  2.2.3 Header Searchbox
/*----------------------------------------*/
.header-search {
  cursor: pointer;
  display: inline-block;
  margin-left: 18px;
}
.search {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  height: 0;
  margin-right: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 119px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: height;
  transition-property: height;
  width: 290px;
  z-index: 9999;
}
.search.open {
  height: 50px;
}
.search-form {
  background-color: #ffffff;
  border-top: 1px solid #1429a9;
  float: right;
  width: 290px;
}
.padding-small .search {
  top: 92px;
}
.search-menu {
  display: inline-block;
  height: 30px;
  padding-top: 5px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 30px;
}
.search-menu:hover {
  background: #0c133f none repeat scroll 0 0;
}
.bg-blue {
  background: #0c133f;
}
#search-form {
  overflow: hidden;
  position: relative;
}
#search-form input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #666666;
  font-size: 13px;
  font-weight: 300;
  height: 48px;
  padding: 0 40px 0 15px;
  width: 100%;
}
.search-form input[type="search"] {
  border: medium none;
  float: left;
  background: transparent;
  font-size: 24px;
}
.search-form button[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  display: block;
  font-size: 18px;
  height: 50px;
  line-height: 48px;
  cursor: pointer;
  position: absolute;
  right: 8px;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-form button[type="submit"]:hover {
  color: #0c133f;
}
.search-menu i#toggle-search {
  color: #ffffff;
  font-size: 16px;
}
.header-logo-menu.stick .search {
  top: 96px;
}
/*----------------------------------------*/
/*  2.2.4 Mobile Menu
/*----------------------------------------*/
.mobile-menu-area {
  background: #1429a9 none repeat scroll 0 0;
  display: none;
}
.mean-container .mean-bar:after {
  display: none;
}
.mean-container .mean-nav ul li a:hover {
  background: #fff;
}
.mean-container a.meanmenu-reveal span {
  background: #ffffff none repeat scroll 0 0;
}
.mean-container .mean-nav ul li a {
  background: #ffffff none repeat scroll 0 0;
  color: #0c133f;
  display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
  background: none;
  top: -4px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: none;
}
.mean-container .mean-nav ul li {
  background: transparent;
}
.mean-container .mean-nav ul li li a {
  color: #4e4f54;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  border-top: 0;
}
.mean-container a.meanmenu-reveal:hover span {
  background: #fff;
}
.mobile-menu-area .mean-nav {
  background: #1429a9 none repeat scroll 0 0;
}
.mean-last {
  margin-bottom: 20px;
}
.mobile-menu {
  position: relative;
}
.mean-container .mean-bar:before {
  color: #fff;
  /* content: "MENU"; */
  font-size: 18px;
  font-weight: 600;
  left: 0;
  position: absolute;
  top: 13px;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/
.slider-area,
.background-area,
.overlay-light-fullwidth,
.overlay-light-2-fullwidth,
.overlay-dark-fullwidth,
.overlay-dark-2-fullwidth {
  position: relative;
  overflow: hidden;
}
.slider-area::after,
.overlay-light-fullwidth::after,
.overlay-light-2-fullwidth::after,
.overlay-dark-fullwidth::after,
.overlay-dark-2-fullwidth::after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(21.5deg) scale(1.5);
  transform-origin: 0 bottom 0;
  width: 64%;
  z-index: 2;
  background: rgba(66, 133, 244, 0.6) none repeat scroll 0 0;
}
.overlay-light-fullwidth::after,
.overlay-light-2-fullwidth::after,
.overlay-dark-fullwidth::after,
.overlay-dark-2-fullwidth::after {
  transform: none;
}
.overlay-light-fullwidth:after {
  width: 100%;
}
.overlay-light-2-fullwidth:after {
  width: 100%;
  background: rgba(66, 133, 244, 0.6) none repeat scroll 0 0;
}
.overlay-dark-fullwidth:after {
  background: rgba(45, 62, 80, 0.4) none repeat scroll 0 0;
  width: 100%;
}
.overlay-dark-2-fullwidth:after {
  background: rgba(45, 62, 80, 0.6) none repeat scroll 0 0;
  width: 100%;
}
.nivo-caption {
  z-index: 9;
}
.banner-content,
.banner-content .container,
.banner-content .row,
.banner-content .col-md-12,
.banner-content .text-content-wrapper,
.banner-content .text-content {
  height: 100%;
  margin: auto;
}
.banner-content .text-content-wrapper {
  display: table;
  float: right;
  margin-right: -23px;
}
.banner-content .text-content-wrapper.full-width {
  float: none;
  margin: auto;
  z-index: 9;
  position: relative;
}
.slider-area .text-content,
.background-area .text-content,
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.banner-content h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 64px;
  padding-bottom: 41px;
  position: relative;
}
.slider-area .banner-content h1 {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
  animation: 1500ms ease-in-out 0s normal none 1 running fadeInUp;
}
.banner-content h1:after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 15px;
  content: "";
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 66%;
}
.banner-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}
.button-default {
  background: #1429a9 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: "montserratregular";
  font-size: 14px;
  margin: 0;
  padding: 15px 35px;
  text-transform: uppercase;
}
.button-default:hover {
  color: #fff;
  background-color: #0e164a;
}
.banner-readmore {
  clear: both;
  display: inline-block;
  line-height: 48px;
}
.button-green:hover {
  background: #0c133f;
}
.nivo-directionNav {
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.preview-2 .nivo-controlNav,
.slider-three .preview-2 .nivo-directionNav {
  display: none;
}
.banner-content.static-text {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 9;
}
.background-area .button-default {
  display: inline;
}
.no-animation.background-area:after,
.no-animation.overlay-light-fullwidth:after,
.no-animation.overlay-light-2-fullwidth:after,
.no-animation.overlay-dark-2-fullwidth:after {
  animation: none;
}
.banner-content h1.text-center::after {
  right: 0;
  margin: auto;
}
.banner-content h1.border-none::after,
.background-area.overlay-none::after {
  display: none;
}
.text-content-wrapper.full-width {
  margin: auto;
  float: none;
}
.preview-2 {
  position: relative;
}
.preview-2 .nivoSlider .nivo-directionNav a.nivo-prevNav,
.preview-2 .nivoSlider .nivo-directionNav a.nivo-nextNav {
  font-size: 0;
}
.preview-2 .nivo-directionNav a.nivo-prevNav::before,
.preview-2 .nivo-directionNav a.nivo-nextNav::before {
  background: #5a627160;
  border-radius: 50%;
  color: #ffffff;
  content: "";
  cursor: pointer;
  font-family: "Material-Design-Iconic-Font";
  font-size: 30px;
  height: 50px;
  left: 0;
  line-height: 50px;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 300ms ease-in 0s;
  width: 50px;
  z-index: 9;
}

.preview-2 .nivo-directionNav a.nivo-prevNav:hover::before,
.preview-2 .nivo-directionNav a.nivo-nextNav:hover::before {
  color: #ffffff;
}
.preview-2 .nivo-directionNav a.nivo-nextNav::before {
  content: "";
  left: auto;
  top: 94px;
}
.nivo-directionNav {
  margin-top: -87px;
  position: absolute;
  top: 50%;
  left: 1%;
}
.preview-2 .nivo-controlNav {
  bottom: 26px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: inherit;
  z-index: 99;
  display: none;
}
.preview-2 .nivo-controlNav a {
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 12px;
  line-height: 10px;
  margin: 0 17px;
  position: relative;
  text-indent: -9999px;
  width: 12px;
}
.preview-2 .nivo-controlNav a::before {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 30px;
  content: "";
  height: 25px;
  left: -17px;
  margin: auto;
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
}
.preview-2:hover .nivo-controlNav a {
  opacity: 1;
  z-index: 999999;
}
.nivo-controlNav a.active:before,
.nivo-controlNav a:hover:before {
  border-color: #fff;
}
.slider-two .preview-2 .nivo-controlNav,
.slider-three .preview-2 .nivo-controlNav {
  display: inline-block;
}
.slider-area.no-overlay:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/*----------------------------------------*/
/*  4. About Area
/*----------------------------------------*/
.about-area {
  background: url("img/banner/1.1.jpg");
  /* background-color: #f0f0f0; */
  color: #ffffff;
  /* margin-top: 140px; */
  /* padding-bottom: 0px; */
  position: relative;
}
.about-area:before {
  height: 120px;
  left: 0;
  right: auto;
  top: -30px;
  width: 49.2%;
  filter: drop-shadow(25px 15px 0px #0c133f);
}
.about-area:after {
  border-width: 60px 30px;
  left: 49.2%;
  top: -30px;
  right: auto;
  filter: drop-shadow(25px 15px 0px #0c133f);
}
.about-area h3 {
  font-size: 24px;
  margin-bottom: 2px;
  /* margin-bottom: 79px; */
  /* padding-top: 10px; */
}
.about-area h2 {
  font-size: 30px;
  margin-bottom: 79px;
  /* padding-top: 10px; */
  /* z-index: 29; */
  /* position: relative; */

  font-family: raleway;
  font-weight: 700;
}

/* .about-area p {
    font-size: 14px;
    font-family: "Raleway";
    line-height: 22px;
    margin-bottom: 16px;
} */

@media only screen and (max-width: 479px) {
  .about-area h2 {
    font-size: 22px;
  }
}

.about-container {
  margin-left: 70px;
}
.about-area .button-default {
  padding: 9px 41px;
}
.about-container > .button-default:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #0c133f;
}
/*----------------------------------------*/
/*  5. Course Area
/*----------------------------------------*/
.course-area .section-title-wrapper {
  margin-bottom: 122px;
}
.single-item-image a {
  display: inline-block;
}
.single-item-image {
  overflow: hidden;
  position: relative;
  text-align: center;
  top: -85px;
}
.overlay-effect a {
  position: relative;
}
.overlay-effect a:before {
  background: rgba(45, 62, 80, 0.2) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  width: 100%;
}
.single-item:hover .overlay-effect a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.single-item {
  background: white none repeat scroll 0 0;
  border-bottom: 3px solid #1429a9;
  padding: 0 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}
.single-item:hover {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.4);
}
.single-item-text h4 {
  font-size: 16px;
  padding-top: 7px;
}
.single-item-text h4 a,
.single-item-text h4 {
  color: #1429a9;
}
.single-item-text-info span {
  color: #696969;
  font-family: "montserratregular";
  margin-right: 11px;
}
.single-item-text-info span span {
  color: #0c133f;
}
.single-item-text > p {
  color: #222222;
}
.single-item-content {
  margin-bottom: 44px;
  overflow: hidden;
  padding-top: 21px;
}
.single-item-text-info {
  margin-bottom: 18px;
  padding-top: 5px;
}
.single-item-comment-view span {
  color: #696969;
  display: inline-block;
  font-family: "montserratregular";
  font-size: 12px;
  margin-right: 5px;
}
.single-item-comment-view span:last-child {
  margin-right: 0;
}
.single-item-comment-view > span i {
  /* font-size: 14px;  */
  /* margin-right: 7px; */

  background: #696969;
  /* border: 1px solid #1429a9; */
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  /* margin: 0 3px; */
  text-align: center;
  width: 35px;
}
.single-item-comment-view > span i:hover {
  color: #ffffff;
  background: #1429a9 none repeat scroll 0 0;
  border-color: #1429a9;
}
.single-item-comment-view,
.single-item-rating {
  display: inline-block;
}
.single-item-rating {
  color: #f3c30b;
  float: right;
  font-size: 16px;
}
.single-item-rating i {
  margin-left: 3px;
}
.single-item .button-default {
  padding: 8px 33px;
}
.button-bottom {
  margin-bottom: -19.5px;
  text-align: center;
}
.single-item:hover .button-default {
  background: #0c133f none repeat scroll 0 0;
}
.button-large.button-default {
  box-shadow: 0 2px 20px rgba(34, 30, 31, 0.2);
  font-size: 18px;
  margin-top: 83px;
  padding: 12px 18px;
  text-transform: capitalize;
}
.shortcode .button-large.button-default {
  margin-top: 40px;
}
.button-default.button-large:hover {
  background: #0c133f none repeat scroll 0 0;
}
.button-large.button-default i {
  font-size: 28px;
  line-height: 20px;
  margin-left: 11px;
  position: relative;
  top: 4px;
}
/*----------------------------------------*/
/*  6. Fun Factor Area
/*----------------------------------------*/
.fun-factor-area {
  background: rgba(0, 0, 0, 0) url("img/banner/2.jpg") repeat scroll 0 0;
  color: #ffffff;
  padding: 100px 0;
}
.single-fun-factor {
  font-family: "montserratregular";
  text-align: center;
}
.single-fun-factor > h4 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 41px;
  position: relative;
}
.single-fun-factor > h4:after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -11px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 77px;
}
.single-fun-factor h2 {
  font-size: 62px;
  line-height: 46px;
}
/*----------------------------------------*/
/*  7. Latest News Area
/*----------------------------------------*/
.latest-area {
  padding: 120px 0 70px;
}
.single-latest-text > h3 {
  font-family: raleway;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}
.single-latest-item {
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-latest-item:hover {
  box-shadow: 2px 5px 25px rgba(34, 30, 31, 0.25);
}
.single-latest-text > h3 a {
  color: #0c133f;
}
.single-latest-image {
  float: left;
}
.single-latest-image a {
  display: inline-block;
}
.single-latest-text {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 2px solid #1429a9;
  overflow: hidden;
  padding: 30px 0 27px 35px;
}
.single-latest-item .single-item-comment-view span {
  margin-right: 13px;
}
.single-latest-item .single-item-comment-view {
  display: block;
  margin-bottom: 2px;
}
.single-latest-item .button-default {
  font-size: 12px;
  margin-top: 7px;
  padding: 4px 21px;
}
.single-latest-item:hover .button-default {
  background: #0c133f none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  8. Online Product Area
/*----------------------------------------*/
.single-product-item {
  box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
}
.single-product-image {
  text-align: center;
}
.single-product-image img {
  width: 100%;
}
.single-product-text > h4 a {
  color: #4c4c4c;
  display: block;
  font-size: 18px;
  margin-bottom: 4px;
}
.single-product-text {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 3px solid #1429a9;
  padding: 23px 24px 22px;
}
.single-product-text h5 {
  color: #696969;
  font-family: "montserratregular";
  font-size: 14px;
  margin-bottom: 20px;
}
.product-price > h3 {
  color: #4c4c4c;
  display: inline-block;
  float: left;
  font-size: 24px;
}
.product-price {
  margin-bottom: 23px;
  overflow: hidden;
}
.product-buttons {
  overflow: hidden;
}
.single-product-text .button-default {
  border: 0 none;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 27px;
  margin-left: 8px;
  padding: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 27px;
  cursor: pointer;
}
.single-product-text .button-default:hover {
  background: #0c133f none repeat scroll 0 0;
}
.single-product-text .button-default.cart-btn {
  font-size: 11px;
  line-height: 27px;
  margin-left: 0;
  padding: 0 14px;
  width: auto;
}
.single-product-item:hover .button-default.cart-btn {
  background: #0c133f none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  9. Testimonial Area
/*----------------------------------------*/
.testimonial-area {
  background: rgba(0, 0, 0, 0) url("img/banner/1.jpg") no-repeat scroll 0 0 /
    cover;
  overflow: hidden;
  padding: 95px 0 82px;
  position: relative;
}
.testimonial-area:after {
  background: rgba(0, 54, 115, 0.4) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.testimonial-image-slider {
  margin-top: 5px;
}
.slick-list {
  margin: 0 5px;
}
.sin-testiImage {
  display: inline-block;
  margin-bottom: 11px;
  outline: medium none;
}
.sin-testiImage img {
  border: 1px solid #fff;
  /* border-radius: 50%; */
  cursor: pointer;
  display: inline-block !important;
  height: 80px;
  margin-bottom: 30px;
  margin-top: 36px;
  outline: 0 none;
  width: 80px;
}
.sin-testiImage.slick-current img {
  border: 2px solid #fff;
  height: 146px;
  margin-top: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  width: 146px;
}
.testimonial-text-slider h2 {
  color: #ffffff;
  display: block;
  font-family: "montserratregular";
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
}
.testimonial-text-slider {
  margin: auto;
  padding: 0;
  position: relative;
  width: 51%;
  z-index: 9;
}
.sin-testiText {
  outline: none;
}
.sin-testiText p {
  margin-top: 22px;
  color: #fff;
  line-height: 24px;
}
.slick-prev,
.slick-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 25px;
  outline: medium none;
  padding: 0;
  position: absolute;
  top: 34.6%;
  width: 16px;
}
.slick-prev {
  left: -31px;
}
.slick-next {
  right: -31px;
}
.slick-prev:before,
.slick-next:before {
  height: 25px;
  width: 16px;
  left: 0;
  top: 0;
  position: absolute;
  color: #fff;
  content: "";
  font-family: "Material-Design-Iconic-Font";
  font-size: 50px !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.slick-next:before {
  right: 0;
  content: "";
}
.slick-slider {
  z-index: 9;
}
.testimonial-area:hover .slick-prev:before,
.testimonial-area:hover .slick-next:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*----------------------------------------*/
/*  10. Event Area
/*----------------------------------------*/
.single-event-image > a {
  display: block;
  position: relative;
}
.single-event-image > span {
  background: #0c133f none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 96px;
  left: 0;
  position: absolute;
  width: 96px;
}
.single-event-image a > span {
  background: #0c133f none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  font-family: "montserratregular";
  font-size: 24px;
  height: 96px;
  left: 0;
  line-height: 35px;
  padding-top: 16px;
  position: absolute;
  width: 96px;
}
.single-event-image span {
  display: block;
  font-family: "montserratsemi_bold";
  font-size: 42px;
  text-align: center;
}
.single-event-text > h3 a,
.single-event-text > h3 {
  color: #4c4c4c;
}
.single-event-text > h3 {
  font-family: "montserratregular";
  margin-bottom: 5px;
  font-size: 24px;
}
.single-event-text {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 2px solid #1429a9;
  padding: 29px 34px 35px;
}
.single-event-item .single-item-comment-view {
  margin-bottom: 12px;
}
.single-event-item .single-item-comment-view span {
  margin-right: 12px;
}
.single-event-item .single-item-comment-view span:last-child {
  margin-right: 0;
}
.single-event-item .button-default {
  margin-top: 16px;
  padding: 6px 23px;
}
.single-event-item:hover .button-default {
  background: #0c133f none repeat scroll 0 0;
}
.single-event-item {
  box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
}
/*----------------------------------------*/
/*  11. Newsletter Area
/*----------------------------------------*/
.newsletter-area {
  background: #0c133f none repeat scroll 0 0;
  color: #ffffff;
  position: relative;
}
.newsletter-area:before {
  height: 148px;
  left: 0;
  right: auto;
  top: -20px;
  width: 44%;
}
.newsletter-area:after {
  border-width: 74.5px 40px;
  left: 44%;
  right: auto;
  top: -20px;
}
.newsletter-content h2,
.newsletter-content h3 {
  font-family: raleway;
  font-weight: 700;
  font-size: 30px;
}
.newsletter-content > h3 {
  margin-bottom: 2px;
  font-size: 24px;
}
.subscribe-form input {
  color: #696969;
  height: 100%;
  padding-left: 15px;
  width: 100%;
  border: 0;
}
.subscribe-form > button {
  border: 2px solid #1429a9;
  font-family: raleway;
  font-weight: 700;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 34%;
  color: #fff;
  cursor: pointer;
}
.subscribe-form > button:hover {
  background: #fff;
  /* border: 2px solid #1429a9; */
}
.newsletter-form {
  overflow: hidden;
  padding: 36px 0;
}
.subscribe-form {
  float: right;
  height: 56px;
  position: relative;
  width: 525px;
}
.subscribe-form:before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #fff #fff transparent transparent;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 28px 15px;
  content: "";
  height: 5px;
  left: -30px;
  position: absolute;
  top: 0;
  width: 0;
}
.newsletter-content {
  padding-top: 26px;
  z-index: 9;
  position: relative;
}
/*----------------------------------------*/
/*  12. Footer Widget Area
/*----------------------------------------*/
.footer-widget-area {
  background-color: #0c133f;
  /* background: linear-gradient(90deg, rgba(45,62,80,0.8578781854538691) 0%, rgba(45,62,80,1) 22%); */
  /* background: rgba(0, 0, 0, 0) url("img/banner/footer_bg1.jpg"); */

  /* background: #0c133f none repeat scroll 0 0; */
  color: white;
  padding: 80px 0 65px;
}
.footer-logo > a {
  display: inline-block;
}
.footer-logo {
  margin-bottom:12px;
}
.social-icons a {
  background: #1429a9 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  border-radius: 47%;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
}

.social-icons a:hover {
  background: white!important; /* darker or alternative shade */
  color: #1429a9!important;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.social-icons > a:last-child {
  margin-right: 0;
}
.social-icons > a:hover {
  color: #ffffff;
}
.social-icons {
  margin-top: 27px;
}
.single-footer-widget > h3 {
  font-family: raleway;
  font-weight: 800;
  font-size: 24px;
  line-height: 19px;
  margin-bottom: 37px;
  padding-top: 12px;
  text-transform: uppercase;
  color: white;
}
.single-footer-widget > span {
  display: block;
  margin-bottom: 11px;
}
.single-footer-widget > span i {
  font-size: 18px;
  width: 30px;
}
.footer-list a {
  color: white;
  line-height: 25px;
}
.instagram-image {
  padding-top: 5px;
}
.footer-img {
  display: inline-block;
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}
.instagram-image .footer-img:nth-child(3),
.instagram-image .footer-img:nth-child(6) {
  margin-right: 0;
}
.footer-img a {
  display: inline-block;
  position: relative;
}
.footer-img a:before {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.footer-img:hover a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.footer-img a:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  bottom: 0;
  color: #ffffff;
  content: "+";
  font-family: "montserratregular";
  font-size: 40px;
  height: 18px;
  left: 0;
  margin: -9px auto 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 18px;
}
.footer-img:hover a:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
/*----------------------------------------*/
/*  13. Footer Area
/*----------------------------------------*/
.footer-area {
  color: #ffffff;
  font-size: 12px;
  padding: 18px 0;
  text-align: center;
}

.footer-area span {
  font-weight: bold; /* Add this line */
  font-size: 16px;   /* Add this line, or adjust to your preference */
}

/* Rest of your CSS remains the same */
.column-right {
  float: right;
}
.footer-area span a {
  color: #ffffff;
  text-align: center;
}
.footer-area span a:hover {
  border-bottom: 1px solid #ffffff;
}
.single-footer-widget > a {
  color: #ffffff;
  display: block;
  margin-bottom: 11px;
}
.single-footer-widget > a:hover i {
  color: #fff;
}
.single-footer-widget > a i {
  font-size: 18px;
  width: 30px;
}
/*----------------------------------------*/
/*  14. Home Two Start
/*----------------------------------------*/
/*----------------------------------------*/
/*  14.1 Home Two Header
/*----------------------------------------*/
.header-two .header-top:before,
.header-two .header-top:after {
  display: none;
}
.header-two .header-top-right > span {
  color: #ededed;
}
.header-two .header-top-right {
  padding-top: 0;
}
.header-two .header-top-right span:first-child {
  margin-right: 27px;
}
/*----------------------------------------*/
/*  14.2 Home Two Slider
/*----------------------------------------*/
.slider-area.slider-two:after {
  background: rgba(45, 62, 80, 0.4) none repeat scroll 0 0;
  width: 100%;
  transform: none;
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running slideInLeft;
  animation: 700ms ease-in-out 0s normal none 1 running slideInLeft;
}
.slider-two .nivo-directionNav {
  display: none;
}
.slider-two .banner-content h1 {
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running bounceInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running bounceInDown;
}
.slider-three .banner-content h1 {
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running flipInX;
  animation: 1000ms ease-in-out 0s normal none 1 running flipInX;
}
.slider-two .banner-content p {
  -webkit-animation: 2000ms ease-in-out 0s normal none 1 running bounceInLeft;
  animation: 2000ms ease-in-out 0s normal none 1 running bounceInLeft;
}
.slider-two .banner-content .banner-readmore {
  -webkit-animation: 2500ms ease-in-out 0s normal none 1 running bounceInUp;
  animation: 2500ms ease-in-out 0s normal none 1 running bounceInUp;
}
.slider-three .banner-content .banner-readmore {
  -webkit-animation: 2500ms ease-in-out 0s normal none 1 running flipInY;
  animation: 2500ms ease-in-out 0s normal none 1 running flipInY;
}
.slider-two .banner-content.slider-2 h1 {
  -webkit-animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
}
.slider-two .banner-content.slider-2 p {
  -webkit-animation: 2500ms ease-in-out 0s normal none 1 running fadeInLeftBig;
  animation: 2500ms ease-in-out 0s normal none 1 running fadeInLeftBig;
}
.slider-two .banner-content.slider-2 .banner-readmore {
  -webkit-animation: 3000ms ease-in-out 0s normal none 1 running zoomInUp;
  animation: 3000ms ease-in-out 0s normal none 1 running zoomInUp;
}
.slider-two .preview-2 .nivo-controlNav {
  display: block;
  z-index: 99;
  padding: 0;
}


/* Latest News */
.news-hub {
    padding: 80px 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 10px;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    background: #1429a9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #718096;
    font-size: 1.1rem;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    margin-bottom: 60px;
}

.article-card {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}

.article-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1429a9;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.article-card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 30px 60px rgba(20, 41, 169, 0.2);
}

.article-card:hover::before {
    opacity: 0.05;
}

.card-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.card-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.article-card:hover .card-image-wrapper img {
    transform: scale(1.1);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(20, 41, 169, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.article-card:hover .image-overlay {
    opacity: 1;
}

.card-content {
    padding: 30px;
}

.article-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a202c;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.article-title a {
    text-decoration: none;
    color: #1429a9;
    background: linear-gradient(135deg, #1429a9, #2948cc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.article-title a:hover {
    background: linear-gradient(135deg, #0f1f87, #1429a9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.article-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    font-size: 0.85rem;
    color: #718096;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    background: rgba(20, 41, 169, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease;
}

.meta-item:hover {
    background: rgba(20, 41, 169, 0.2);
    transform: translateY(-2px);
}

.meta-icon {
    width: 14px;
    height: 14px;
    fill: #1429a9;
}

.article-excerpt {
    color: #4a5568;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 1rem;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #1429a9, #0f1f87);
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover {
    background: linear-gradient(135deg, #0f1f87, #0b1866);
    transform: translateX(5px);
    box-shadow: 0 10px 20px rgba(20, 41, 169, 0.3);
}

.navigation-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.nav-list {
    display: flex;
    gap: 10px;
    list-style: none;
}

.nav-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    text-decoration: none;
    color: #1429a9;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.nav-button:hover {
    background: #1429a9;
    color: white;
    transform: scale(1.1);
}

.nav-button.active {
    background: linear-gradient(135deg, #1429a9, #0f1f87);
    color: white;
}

.nav-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

/* Enhanced Facebook Section */
.facebook-section {
    background: linear-gradient(135deg, #f8fafc, #e2e8f0);
    padding: 80px 20px;
    margin-top: 10px;
}

.facebook-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.facebook-header {
    margin-bottom: 40px;
}

.facebook-title {
    font-size: 2.2rem;
    font-weight: 700;
    background: #1429a9;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.facebook-subtitle {
    color: #64748b;
    font-size: 1.1rem;
}

/* Enhanced Facebook icon for title */
.facebook-title-icon {
    color: white;
    background-color: #1877f2;
    border: solid #1877f2;
    border-radius: 20%;
    font-size: 20px;
    padding: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: relative;
}

.facebook-title-icon:hover {
    background-color: #1429a9;
    transform: scale(1.1);
}

/* Facebook icon with proper FB logo styling */
.facebook-title-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 18px;
    background: white;
    clip-path: polygon(
        0% 0%,
        75% 0%,
        75% 25%,
        40% 25%,
        40% 40%,
        60% 40%,
        60% 55%,
        40% 55%,
        40% 100%,
        0% 100%
    );
}

.facebook-embed {
    background: white;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 535px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.facebook-embed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #1877f2, #1429a9);
}

/* Enhanced fallback content */
.facebook-fallback {
    text-align: center;
    padding: 40px;
    color: #666;
    border: 2px dashed #ddd;
    border-radius: 12px;
    background-color: #fafafa;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.facebook-fallback-icon {
    color: white;
    background-color: #1877f2;
    border: solid #1877f2;
    border-radius: 20%;
    font-size: 24px;
    padding: 12px;
    text-decoration: none;
    margin-bottom: 16px;
    transition: background-color 0.3s ease;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: relative;
}

.facebook-fallback-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 22px;
    background: white;
    clip-path: polygon(
        0% 0%,
        75% 0%,
        75% 25%,
        40% 25%,
        40% 40%,
        60% 40%,
        60% 55%,
        40% 55%,
        40% 100%,
        0% 100%
    );
}

.facebook-fallback a {
    color: #1877f2 !important;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.facebook-fallback a:hover {
    text-decoration: underline;
    color: #1429a9 !important;
}

/* Enhanced iframe styling */
.facebook-embed iframe {
    border-radius: 12px;
    transition: transform 0.3s ease;
}

.facebook-embed:hover iframe {
    transform: scale(1.02);
}

/* Responsive design */
@media (max-width: 768px) {
    .facebook-embed {
        padding: 10px;
        max-width: 100%;
    }
    
    .facebook-embed iframe {
        width: 100% !important;
        max-width: 100%;
        transform: none !important;
    }

    .facebook-embed:hover iframe {
        transform: none;
    }
    
    .facebook-section {
        padding: 40px 15px;
    }

    .facebook-title {
        font-size: 1.8rem;
        flex-direction: column;
        gap: 8px;
    }

    .facebook-title-icon {
        font-size: 18px;
        width: 28px;
        height: 28px;
        line-height: 28px;
        padding: 8px;
    }

    .facebook-title-icon::before {
        width: 12px;
        height: 16px;
    }
}

@media (max-width: 1024px) {
    .facebook-section {
        padding: 60px 20px;
    }
}


/*----------------------------------------*/
/*  14.3 Home Two Newsletter
/*----------------------------------------*/
.newsletter-two:before,
.newsletter-two:after {
  display: none;
}
.newsletter-two .subscribe-form > button {
  background: #0c133f none repeat scroll 0 0;
  border-color: #0c133f;
  float: right;
  font-family: "montserratsemi_bold";
  font-size: 14px;
  line-height: 26px;
  margin-left: 39px;
  position: inherit;
  width: 160px;
  cursor: pointer;
}
.newsletter-two .subscribe-form > button:hover {
  background: #fff;
  border-color: #fff;
}
.newsletter-two .subscribe-form > input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  float: left;
  width: 366px;
}
.newsletter-two .subscribe-form:before {
  display: none;
}
.newsletter-two .subscribe-form {
  height: 41px;
  width: auto;
}
.newsletter-two .newsletter-form {
  padding-bottom: 38px;
  padding-top: 44px;
}
.newsletter-two .newsletter-content {
  padding-top: 31px;
}
/*----------------------------------------*/
/*  15. Shop Grid Page
/*----------------------------------------*/
.shop-grid-area .single-product-item {
  margin-bottom: 60px;
}
.shop-grid-area .col-md-3:nth-child(9) .single-product-item,
.shop-grid-area .col-md-3:nth-child(10) .single-product-item,
.shop-grid-area .col-md-3:nth-child(11) .single-product-item,
.shop-grid-area .col-md-3:nth-child(12) .single-product-item {
  margin-bottom: 0;
}
.pagination-content {
  display: block;
  line-height: 0;
  text-align: center;
}
.pagination-content .pagination {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0;
}
.pagination li {
  display: inline-block;
}
.pagination-content.number .pagination {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: none;
  margin: 100px 0 20px;
}
.pagination-content.number .pagination li a {
  border: 1px solid #1429a9;
  display: inline-block;
  font-family: raleway;
  font-size: 14px;
  font-weight: 500;
  height: 27px;
  line-height: 24px;
  margin: 0 5px;
  width: 26px;
  vertical-align: middle;
}
.pagination-content.number .pagination li a i {
  font-size: 20px;
  line-height: 25px;
}
.pagination-content.number .pagination li a:hover,
.pagination-content.number .pagination li.current a {
  color: #ffffff;
  box-shadow: 2px 0 20px rgba(34, 30, 31, 0.2);
}
.pagination-content.number .pagination li:first-child a,
.pagination-content.number .pagination li:last-child a {
  box-shadow: 2px 0 20px rgba(34, 30, 31, 0.2);
  color: #ffffff;
}
.pagination-content.number .pagination li:first-child a:hover,
.pagination-content.number .pagination li:last-child a:hover {
  color: #0c133f;
}
.product-area .pagination-content.number .pagination {
  margin: 80px 0 20px;
}
/*----------------------------------------*/
/*  16. Product Details Page
/*----------------------------------------*/
.product-details-content {
  margin: 0 70px;
  padding: 52px 0 30px;
}
.product-details-image {
  box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
  display: block;
}
.product-details-image img {
  width: 100%;
}
.product-details-content h2 {
  color: #4c4c4c;
  font-family: "montserratregular";
  margin-bottom: 6px;
}
.product-name-rating > h5 {
  color: #696969;
  display: inline-block;
  font-family: "montserratregular";
  font-size: 18px;
}
.product-details-content p {
  line-height: 24px;
}
.product-name-rating {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 7px;
  padding-bottom: 12px;
}
.qty {
  color: #4c4c4c;
  font-family: "montserratregular";
  margin-top: 50px;
}
.input-text.qty {
  border: 1px solid #4c4c4c;
  height: 22px;
  margin-left: 8px;
  margin-top: 0;
  text-align: center;
  width: 29px;
}
.product-details-content .p-price {
  color: #4c4c4c;
  padding-top: 18px;
}
.product-details-content .button-default {
  border: 0 none;
  margin: 13px 0 55px;
  padding: 8px 29px;
  cursor: pointer;
}
.product-details-content .button-default:hover {
  background: #0c133f none repeat scroll 0 0;
}
.product-details-content .social-links {
  display: block;
  margin-top: 16px;
  position: inherit;
  text-align: left;
}
.product-details-content > span {
  display: block;
}
.product-details-content form > span {
  color: #4c4c4c;
  display: block;
  font-family: "montserratregular";
  font-size: 18px;
}
.product-details-content .social-links a:first-child {
  margin-left: 0;
}
/*----------------------------------------*/
/*  17. Course Page
/*----------------------------------------*/
.course-page {
  padding-top: 100px;
}
.form-container {
  background: rgba(0, 0, 0, 0) url("img/banner/5.jpg") no-repeat scroll center
    top;
  color: #555454;
  font-family: "montserratregular";
  font-size: 12px;
  margin: -60px 0 0;
  overflow: hidden;
  padding: 38px 64px;
  position: relative;
  z-index: 3;
}
.form-container:after {
  background: rgba(134, 188, 66, 0.85) none repeat scroll 0 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.box-select {
  z-index: 9;
  position: relative;
}
.select {
  display: inline-block;
  float: left;
  margin-right: 10px;
  position: relative;
}
.select.large {
  width: 260px;
}
.select.small {
  width: 190px;
}
.select.medium {
  width: 200px;
}
.select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url("img/icon/arrow.png") no-repeat scroll 92% 50%;
  border: medium none;
  cursor: pointer;
  height: 42px;
  padding: 0 16px;
  width: 100%;
  font-size: 13px;
}
.form-container > button {
  background: #0c133f none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  float: right;
  line-height: 42px;
  padding: 0 28px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 99;
}
.course-page .single-item {
  margin-bottom: 178px;
}
.course-page.shortcode .single-item {
  margin-bottom: 78px;
}
.course-page .col-md-4:nth-child(4) .single-item,
.course-page .col-md-4:nth-child(5) .single-item,
.course-page .col-md-4:nth-child(6) .single-item {
  margin-bottom: 83px;
}
.course-page .pagination-content .pagination {
  margin-bottom: 0;
}
/*----------------------------------------*/
/*  17.1 Teachers Area
/*----------------------------------------*/
.teachers-area {
  padding: 0 0 140px;
}
.single-teacher-item {
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.single-teacher-item:hover {
  box-shadow: 0 6px 20px rgba(34, 30, 31, 0.3);
}
.single-teacher-image > a {
  display: inline-block;
  position: relative;
}
.single-teacher-image > a img,
.single-teacher-image > a {
  width: 100%;
}
.single-teacher-image > a:after {
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.single-teacher-item:hover .single-teacher-image > a:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.single-teacher-text {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 3px solid #1429a9;
  padding: 20px 26px 90px;
  text-align: center;
}

/*----------------------------------------*/
/*   Admissin Requirements SHS Page
/*----------------------------------------*/
.text-admission-shs {
  background: #f6f6f6 none repeat scroll 0 0;
  padding: 20px 26px 90px;
  text-align: center;
}
.text-admission-shs > h3 {
  font-family: raleway;
  font-weight: 600;
  margin-bottom: 4px;
  padding-top: 20px;
  font-size: 24px;
}
.text-admission-shs > p {
  display: none;
  padding-top: 13px;
}
.sidebar-widget .text-admission-shs {
  padding: 20px 0 32px;
  position: inherit;
}
.sidebar-widget .text-admission-shs > h3 {
  font-family: "montserratsemi_bold";
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
  padding-top: 0;
}
.sidebar-widget .text-admission-shs > h3 a {
  color: #0c133f;
}
.sidebar-widget .text-admission-shs > p {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 0px 10px 0;
  text-align: left;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .tution-wrapper h5 {
    font-size: 18px;
  }
  .sidebar-widget .text-admission-shs > p {
    margin-left: 10px;
  }
}
/** End Admission Requirements SHS **/

.single-teacher-item:hover .single-teacher-text {
  margin-top: -45px;
  padding: 20px 26px 66px;
  position: relative;
  z-index: 9;
}
.single-teacher-text > h3 {
  font-family: raleway;
  font-weight: 600;
  margin-bottom: 4px;
  padding-top: 20px;
  font-size: 24px;
}
.single-teacher-item:hover .single-teacher-text > h3 {
  padding-top: 0;
}
.single-teacher-text > h3 a {
  color: #222222;
}
.single-teacher-text > h4 {
  font-family: raleway;
  font-weight: 500;
}
.single-teacher-text > p {
  display: none;
  padding-top: 13px;
}
.single-teacher-item:hover .single-teacher-text p {
  display: block;
}
.social-links > a {
  border: 1px solid #1429a9;
  border-radius: 50%;
  color: #1429a9;
  display: inline-block;
  font-size: 14px;
  height: 27px;
  line-height: 25px;
  margin: 0 3px;
  text-align: center;
  width: 27px;
}
.social-links > a:hover {
  color: #ffffff;
}
.social-links {
  bottom: 38px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single-teacher-item:hover .social-links {
  bottom: 25px;
}
.single-course-details {
  background: #ffffff none repeat scroll 0 0;
  border-bottom: 3px solid #1429a9;
  margin-bottom: 80px;
  padding: 33px 0;
}
.single-course-details .single-item-text {
  padding-right: 10px;
}
.course-details-area a img {
  margin-left: -35px;
}
.single-course-details a {
  display: block;
}
.single-course-details .col-md-6:first-child {
  padding-right: 3px;
}
/*----------------------------------------*/
/*  18. Course Details Page
/*----------------------------------------*/
/*----------------------------------------*/
/*  18.1 Course Details Content
/*----------------------------------------*/
.course-details-content {
  margin-left: 70px;
}
.single-course-details .single-item-text h4 {
  font-size: 22px;
  margin-bottom: 2px;
  padding-top: 0px;
}
.single-course-details .single-item-text-info {
  margin-bottom: 23px;
}
.course-text-content p:first-child {
  margin-bottom: 21px;
}


.single-course-details .single-item-content {
  margin-bottom: 0;
  padding-top: 31px;
}
.course-duration {
  font-family: "montserratregular";
  text-transform: capitalize;
}
.duration-title {
  color: #ffffff;
  font-size: 18px;
}
.duration-text {
  background: #f6f6f6 none repeat scroll 0 0;
  color: #4c4c4c;
}
.course-duration .text {
  border-bottom: 1px solid #1429a9;
  display: block;
  padding: 15px 0;
}
.course-duration .text span {
  display: inline-block;
  text-align: center;
  width: 192px;
}
.course-duration .text span.text-right {
  border: 0 none;
  display: inline-block;
  float: right;
  padding: 0;
  text-align: center !important;
  width: 240px;
}
.comments {
  color: #4c4c4c;
  overflow: hidden;
  padding: 78px 15px 20px 0;
}
h4.title {
  color: #4c4c4c;
  font-family: "montserratregular";
  font-size: 24px;
  margin-bottom: 27px;
  padding-bottom: 10px;
  position: relative;
}
h4.title:after {
  bottom: 2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 73px;
}
.single-comment {
  margin-bottom: 31px;
  overflow: hidden;
}
.author-image {
  border: 2px solid #eaeaea;
  border-radius: 2px;
  float: left;
  height: 67px;
  margin-right: 23px;
  width: 67px;
}
.comment-text {
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
  padding-bottom: 8px;
}
.author-info > h4 {
  display: inline-block;
  font-family: "montserratregular";
  font-size: 18px;
  line-height: 21px;
  text-transform: capitalize;
}
.author-info > h4 a {
  color: #4c4c4c;
}
.comment-time,
span.reply {
  float: right;
  font-family: "montserratregular";
  line-height: 22px;
}
span.comment-time {
  padding-right: 3px;
  position: relative;
}
.comment-text > p {
  line-height: 20px;
  padding-top: 5px;
}
.single-comment.comment-reply {
  padding-left: 131px;
}
.comments .single-comment:last-child {
  margin-bottom: 0;
}

/*----------------------------------------*/
/*  18.2 Course Details Sidebar
/*----------------------------------------*/
.tution-fee {
  color: #ffffff;
  padding: 11px 0;
  text-align: center;
}
.tution-wrapper {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-bottom: 15px;
  overflow: hidden;
}
.sidebar-widget .single-teacher-text {
  padding: 42px 0 46px;
  position: inherit;
}
.tutor-image {
  padding-top: 37px;
  text-align: center;
}
.tutor-image > img {
  border: 2px solid #1429a9;
  border-radius: 50%;
}
.sidebar-widget .single-teacher-text > h3 {
  font-family: "montserratsemi_bold";
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
  padding-top: 0;
}
.sidebar-widget .single-teacher-text > h3 a {
  color: #0c133f;
}
.sidebar-widget .single-teacher-text > p {
  display: block;
  font-size: 12px;
  line-height: 0px;
  padding: 0px 10px 0;
  text-align: left;
}
.single-sidebar-widget .social-links {
  padding-top: 10px;
  position: inherit;
}
.single-sidebar-widget h4.title {
  font-size: 18px;
  margin-bottom: 25px;
}
.single-sidebar-widget h4.title:after {
  bottom: 1px;
}
.single-sidebar-widget {
  margin-bottom: 62px;
  overflow: hidden;
}
.single-sidebar-widget:last-child {
  margin: 0;
}
.single-sidebar-widget .tags li:last-child a {
  margin-bottom: 0;
}
.single-sidebar-widget .tags li a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #4c4c4c;
  color: #4c4c4c;
  float: left;
  margin-bottom: 13px;
  margin-right: 6px;
  padding: 1px 9px;
}
.single-sidebar-widget .tags li a:hover {
  color: #fff;
}
.single-sidebar-widget .single-item:hover {
  box-shadow: none;
}
.single-sidebar-widget .single-item {
  background: #f6f6f6 none repeat scroll 0 0;
  margin-top: 52px;
  padding: 0 26px;
  border-bottom: 2px solid #1429a9;
}
.single-sidebar-widget .single-item-image img {
  margin: 0;
}
.single-sidebar-widget .single-item-text > h4 {
  font-size: 14px;
}
.single-sidebar-widget .single-item-text-info {
  font-size: 12px;
  margin-bottom: 8px;
  padding-top: 2px;
}
.single-sidebar-widget .single-item-image {
  top: -26px;
}
.single-sidebar-widget .single-item-text > p {
  color: #4c4c4c;
  font-size: 12px;
}
.single-sidebar-widget .single-item-content {
  margin-bottom: 27px;
  padding-top: 5px;
}
.single-sidebar-widget .single-item .button-default {
  font-size: 12px;
  padding: 6px 34px;
}
.single-sidebar-widget .button-bottom {
  margin-bottom: -18px;
}
/*----------------------------------------*/
/*  19. Event Page
/*----------------------------------------*/
.breadcrumb-banner-area {
  background: rgba(0, 0, 0, 0) url("img/banner/4.jpg") no-repeat scroll 0 0;
  color: #ffffff;
  padding: 110px 0;
  position: relative;
}
.breadcrumb-banner-area.fixed-bg {
  background: url("img/slider/torch.jpg") no-repeat fixed top center / cover
}
.breadcrumb-banner-area.fixed-bg1 {
  background: url("img/slider/torch.jpg") no-repeat fixed top center / cover;
}
.breadcrumb-banner-area.fixed-bg2 {
  background: url("img/slider/school4.jpg") no-repeat fixed top center / cover;
}
.breadcrumb-banner-area.fixed-bg3 {
  background: url("img/slider/torch.jpg") no-repeat fixed top center / cover;
}
.breadcrumb-banner-area.fixed-bg4 {
  background: url("img/slider/senior.jpg") no-repeat fixed top center / cover;
}

.breadcrumb-banner-area.no-bg {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.breadcrumb-text {
  z-index: 9;
  position: relative;
}
.breadcrumb-banner-area:after {
  /* background: rgba(45, 62, 80, 0.8) none repeat scroll 0 0;  */
  background: rgba(20, 41, 169, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.breadcrumb-bar .breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  line-height: 12px;
  margin-bottom: 0;
  padding: 15px 0 0;
  justify-content: center;
}
.breadcrumb-bar .breadcrumb.text-left {
  justify-content: flex-start;
}
.breadcrumb-bar .breadcrumb.text-right {
  justify-content: flex-end;
}
.breadcrumb-text h1 {
  /* line-height: 25px; */
  /* padding-bottom: 1px; */
  text-transform: uppercase;
  position: relative;
  font-size: 36px;

  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.breadcrumb-text h1:after {
  /* background: #ffffff none repeat scroll 0 0; */
  /* bottom: 0;
    content: "";
    height: 29px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 2px; */

  background: rgba(0, 0, 0, 0) url("img/icon/cap.png") no-repeat scroll 0 0;
  bottom: -66px;
  color: #1429a9;
  content: "";
  font-size: 14px;
  height: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 136px;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-text h1:after {
    bottom: -82px;
  }
}

.breadcrumb-bar li {
  color: #ffffff;
  font-family: "montserratregular";
  font-size: 12px;
  line-height: 12px;
  margin: 0 16px;
  position: relative;
  text-transform: uppercase;
}
.breadcrumb.text-left li {
  margin-left: 0;
  margin-right: 34px;
}
.breadcrumb.text-right li {
  margin-right: 0;
  margin-left: 34px;
}
.breadcrumb-text h1.text-left,
.breadcrumb-text h1.text-right {
  padding-bottom: 22px;
}
.breadcrumb-text h1.text-left::after,
.breadcrumb-text h1.text-right::after {
  display: none;
}
.breadcrumb-bar .breadcrumb > li:first-child:before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  position: absolute;
  right: -22px;
  top: -2px;
}
.breadcrumb-bar .breadcrumb > li + li:before {
  display: none;
}
.breadcrumb-bar a {
  color: #ffffff;
}
.event-page .single-event-item,
.latest-page .single-latest-item {
  margin-bottom: 50px;
}
.pagination-content .pagination {
  border-radius: 0;
  box-shadow: 2px 0 20px rgba(34, 30, 31, 0.2);
  margin: 20px 0 17px;
}
.s-content {
  display: block;
  line-height: 0;
  text-align: center;
}
.pagination-content .pagination > li:last-child > a,
.pagination-content .pagination > li:last-child > span,
.pagination-content .pagination > li:first-child > a,
.pagination-content .pagination > li:first-child > span {
  border-radius: 0;
}
.pagination-content .pagination li a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  font-size: 28px;
  height: 41px;
  line-height: 41px;
  margin: 0 14px;
  padding: 0;
  width: 48px;
  display: block;
}
.pagination-content .pagination li.current > a,
.pagination-content .pagination li a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #0c133f;
}
.pagination-content .pagination li:first-child a {
  margin-left: 0;
}
.pagination-content .pagination li:last-child a {
  margin-right: 0;
}
/*----------------------------------------*/
/*  20. Event Details Page
/*----------------------------------------*/
/*----------------------------------------*/
/*  20.1 Event Details Content
/*----------------------------------------*/
.event-details-content .single-event-item {
  background: #f6f6f6 none repeat scroll 0 0;
  border-bottom: 2px solid #1429a9;
  padding: 0 35px;
}
.single-event-image img {
  width: 100%;
}
.event-details-content .single-event-text h3 {
  font-size: 28px;
}
.event-details-content .single-event-text > p {
  color: #4e4e4e;
  line-height: 24px;
}
.event-details-content .single-event-text {
  border: 0 none;
  padding: 32px 0 40px;
}
.event-details-content .comments {
  padding: 71px 0 20px;
}
/*----------------------------------------*/
/*  20.2 Event Details Sidebar
/*----------------------------------------*/
.recent-content-item > a {
  border: 1px solid #1429a9;
  display: inline-block;
  float: left;
}
.recent-text {
  overflow: hidden;
  padding-left: 20px;
}
.recent-text > h4 {
  font-family: raleway;
  font-size: 14px;
  font-weight: 600;
}
.recent-text > h4 a {
  color: #6b6b6b;
}
.recent-text .single-item-comment-view > span {
  color: #b2b2b2;
  font-size: 11px;
  line-height: 12px;
  margin-right: 13px;
}
.recent-text .single-item-comment-view i {
  font-size: 13px;
}
.recent-text > p {
  color: #6b6b6b;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}
.recent-content-item {
  margin-bottom: 22px;
  overflow: hidden;
}
.recent-content-item:last-child {
  margin-bottom: 0;
}
.recent-text .single-item-comment-view {
  display: block;
}
/*----------------------------------------*/
/*  21. latest News Page
/*----------------------------------------*/
.latest-page {
  padding: 120px 0;
}
/*----------------------------------------*/
/*  22. News Details Page
/*----------------------------------------*/
/*----------------------------------------*/
/*  22.1 News Details Content
/*----------------------------------------*/
.news-details-content .single-latest-text > h3 {
  color: #616161;
  font-size: 24px;
  margin-bottom: 8px;
}
.news-details-content .single-latest-text p {
  color: #4c4c4c;
  line-height: 23px;
  margin-bottom: 23px;
}
.news-details-content .single-latest-text {
  padding: 75px 72px 0;
}
.news-details-content .single-latest-item .single-item-comment-view {
  margin-bottom: 8px;
}
.quote-section {
  background: #efefef none repeat scroll 0 0;
  border-left: 2px solid #1429a9;
  margin: 38px 0 39px 35px;
  overflow: hidden;
  padding: 17px 37px 1px 27px;
}
.quote-section p {
  margin: 0;
}
.related-tag .tags {
  display: inline-block;
}
.related-tag .tags li a {
  color: #898989;
}
.related-tag .tags li {
  display: inline-block;
}
.related-tag,
.news-details-content .social-links > span {
  color: #4c4c4c;
  font-family: "montserratregular";
  display: inline-block;
}
.news-details-content .single-latest-item:hover {
  box-shadow: none;
}
.tags-and-links {
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 50px;
}
.news-details-content .social-links > span {
  margin-right: 11px;
}
.news-details-content .social-links {
  display: inline-block;
  float: right;
  margin-right: 47px;
  position: inherit;
  width: auto;
}
.news-details-content .social-links > a {
  font-size: 13px;
  height: 23px;
  line-height: 21px;
  margin: 0 2px;
  width: 23px;
}
.news-details-content .single-latest-item {
  margin-bottom: 17px;
}
/*----------------------------------------*/
/*  22.2 News Details Sidebar
/*----------------------------------------*/
.comment .recent-content-item > a {
  border: 2px solid #e6e7e8;
  border-radius: 2px;
  height: 70px;
  width: 70px;
}
.comment .recent-content-item > a img {
  width: 100%;
}
.comment .recent-text > h4 a {
  font-family: "montserratsemi_bold";
}
.comment .recent-text > h4 {
  line-height: 31px;
}
/*----------------------------------------*/
/*  23. Contact Page
/*----------------------------------------*/
.contact-form-area {
  color: #4c4c4c;
}
h4.contact-title {
  color: #1429a9;
  font-family: "montserratbold";
  font-size: 24px;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.contact-text > p {
  line-height: 24px;
  margin-bottom: 9px;
}
.contact-text i {
  font-size: 18px;
}
span.c-icon {
  display: inline-block;
  float: left;
}
span.c-icon i {
  position: relative;
  top: 3px;
  width: 27px;
}
span.c-text {
  display: inline-block;
}
.contact-text {
  margin-bottom: 75px;
}
.link-social > a {
  color: #4c4c4c;
  display: inline-block;
  line-height: 19px;
  margin-right: 27px;
}
.link-social > a i {
  font-size: 20px;
}
.contact-form-area input,
.contact-form-area textarea {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 0 none;
  color: #777777;
  font-size: 14px;
  height: 48px;
  margin-bottom: 23px;
  padding: 0 23px;
  width: 100%;
}
.contact-form-area textarea {
  height: 150px;
  padding-top: 13px;
  resize: none;
}
.contact-form-area .button-default {
  border: 0 none;
  font-family: "montserratlight";
  padding: 8px 40px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
  cursor: pointer;
}
.contact-form-area .button-default:hover {
  background: #0c133f none repeat scroll 0 0;
}
/*----------------------------------------*/
/*  24. About Page
/*----------------------------------------*/
.teachers-area.padding-top {
  padding: 120px 0 140px;
}
.about-page-area .about-text-container p span {
  color: #333333;
  font-family: "montserratregular";
  font-size: 14px;
}
.about-page-area .about-us > span {
  color: #444444;
  display: block;
  font-style: italic;
  padding-left: 19px;
  position: relative;
}
.about-page-area .about-us > span:after {
  background: #999999 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 4px;
  position: absolute;
  top: 9px;
  width: 6px;
}
.about-page-area .about-text-container > p {
  color: #555;
  margin-bottom: 7px;
}
.about-page-area .about-us {
  margin-bottom: 13px;
}
.skill-bars .progress {
  background: #ffffff none repeat scroll 0 0;
  height: 6px;
}
.skill-bar-item .progress-bar {
  line-height: 15px;
}
.skill-bar-item .progress {
  border-radius: 0;
  height: 14px;
  margin-bottom: 20px;
}
.skill-bar-item {
  line-height: 16px;
  margin-bottom: 7px;
  overflow: hidden;
}
.skill-bar-item > span {
  display: block;
  margin-bottom: 10px;
}
.skill-bar-item:last-child {
  margin: 0;
}
.skill-bar-item:last-child .progress {
  margin: 0;
}
/*----------------------------------------*/
/*  25. Shortcode
/*----------------------------------------*/
.shortcode-area {
  padding: 72px 0 120px;
}
.shortcode-area i {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 2px solid #1429a9;
  border-radius: 50%;
  font-size: 25px;
  height: 60px;
  margin: auto;
  padding: 15px 0;
  text-align: center;
  width: 60px;
}
.shortcode-animation {
  overflow: hidden;
  padding: 50px 0 100px;
}
.shortcode-animation h3 {
  color: #00aff0;
  font-family: "playfair_displayregular";
  margin: 22px 0;
  text-transform: capitalize;
}
.shortcode-animation img {
  padding: 22px 45px;
}
.shortcode-animation .section-title {
  padding-bottom: 0;
  padding-top: 55px;
}
.shortcode-area .section-title {
  padding-bottom: 20px;
  padding-top: 40px;
  text-align: left;
}
.shortcode-area .section-title h2 {
  border-bottom: 1px solid #d1d1d1;
  color: #444444;
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  padding-bottom: 8px;
  text-align: left;
  text-transform: capitalize;
}
.shortcode-area h3 {
  border: 1px dashed #1429a9;
  float: left;
  font-size: 32px;
  margin: 20px 0;
  padding: 27px 0;
  text-align: center;
  text-transform: capitalize;
  width: 70%;
}
.shortcode-area img {
  padding: 55px 100px 55px 0;
}
.dropdown-menu .dividers {
  border: 0 none;
  padding: 0;
}
/*----------------------------------------*/
/*  26. Scrollup
/*----------------------------------------*/
#scrollUp {
  bottom: 45px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  font-size: 28px;
  height: 40px;
  line-height: 37px;
  position: fixed;
  right: 12px;
  text-align: center;
  width: 40px;
  z-index: 9999;
}
#scrollUp:hover {
  background-color: #0c133f;
}
/*----------------------------------------*/
/*  27. Additional CSS
/*----------------------------------------*/
.text-white {
  color: #fff;
}
.text-blue,
.header-top span.text-blue {
  color: #2e3f51;
}
.bg-dark {
  background: #3f5771 !important;
}
.bg-white {
  background: #fff;
}
.bg-blue {
  background: #2e3f51;
}
.border-green {
  border-top: 3px solid #1429a9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.border-blue {
  border-top: 3px solid #2e3f51;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.header-top.effect-blue:before {
  background: #2e3f51;
}
.header-top.effect-blue:after {
  border-color: rgba(0, 0, 0, 0) #2e3f51 #2e3f51 rgba(0, 0, 0, 0);
}
.inline {
  display: inline;
}
#video-bg {
  width: 100%;
}
.video-wrapper,
.video-banner {
  height: 350px;
  overflow: hidden;
  position: relative;
}
.video-area {
  background: url("img/slider/5.jpg") no-repeat fixed top center / cover;
}
.fixed-bg-1 {
  background: url("img/slider/1.jpg") no-repeat fixed top center / cover;
}
.fixed-bg-2 {
  background: url("img/slider/2.jpg") no-repeat fixed top center / cover;
}
.backgrount-area {
  position: relative;
}
.hover-white.button-default:hover {
  background: #fff;
  color: #2e3f51;
}
.angle .mailchimp-alerts {
  padding-left: 150px;
}
.text-small {
  font-size: 13px;
}
.text-area p {
  line-height: 30px;
}
.footer-three {
  background: #0c133f none repeat scroll 0 0;
}
.footer-info {
  line-height: 15px;
}
.footer-info > span {
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  line-height: 12px;
  margin-right: 14px;
}
.footer-info > span i {
  font-size: 14px;
  margin-right: 11px;
}
.footer-info > span:last-child {
  margin-right: 0;
}
.footer-logo-three > a {
  display: inline-block;
  margin-bottom: 23px;
}
.footer-info-container {
  border-bottom: 1px solid #e1e1e1;
}
.single-footer-widget > h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.footer-widget-list li a {
  color: #ffffff;
  font-weight: 400;
  line-height: 36px;
}
.footer-widget-list li:last-child a {
}
.footer-widget-list li a:hover {
  color: #f5b120;
}
.subscribe-container {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px;
  padding: 44px 40px 50px;
}
.subscribe-container > p {
  color: #0c133f;
  font-weight: 400;
  text-align: center;
  margin-bottom: 33px;
}
.subscribe-container input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-weight: 400;
  width: 100%;
  padding-left: 14px;
}
.subscribe-container input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1 !important;
  filter: alpha(opacity=100);
}
.subscribe-container button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #ffffff;
  float: right;
  font-size: 14px;
  padding-right: 14px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.subscribe-form-three {
  background: #0c133f none repeat scroll 0 0;
  display: block;
  height: 48px;
  line-height: 46px;
  position: relative;
}
.footer-container {
  border-top: 1px solid #e1e1e1;
  padding: 13px 0 10px 0;
}
.footer-container .social-links-three {
  float: right;
  overflow: hidden;
}
.footer-container .social-links-three > a {
  margin-left: 21px;
  margin-right: 0;
  color: #fff;
}
.footer-container span {
  color: #ffffff;
  font-weight: 400;
}
.footer-container span a {
  color: #ffffff;
  position: relative;
}
.footer-container span a:hover {
  border-bottom: 1px solid #fff;
}
.footer-container span a:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.newsletter-area.newsletter-four::before,
.newsletter-area.newsletter-four::after {
  display: none;
}
.footer-widget-four .footer-list li a:hover {
  color: #0c133f;
}
.footer-widget-four .footer-img a::before {
  background: rgba(45, 62, 80, 0.9) none repeat scroll 0 0;
}
.footer-area.footer-four {
  background: #0c133f;
}
.gallery-img,
.gallery-img img {
  width: 100%;
}
.gallery-img {
  position: relative;
  overflow: hidden;
}
.gallery-img img {
  transform: scaleY(1);
  transition: all 0.7s ease-in-out 0s;
  display: block;
  position: relative;
}
.gallery-img .hover-effect {
  opacity: 0;
  transition: all 0.5s linear 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
}
.zoom-icon a {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
  z-index: 99;
  width: 50px;
  height: 50px;
  display: block;
  color: #fff;
  font-size: 80px;
  line-height: 50px;
  /* border: 1px solid #fff; */
  margin: 0 auto;
}
.zoom-icon a:hover {
  color: #fff;
  border-color: #fff;
}
.gallery-img:hover img {
  transform: scale(1.5);
}
.gallery-img:hover .hover-effect {
  opacity: 1;
}
.gallery-img:hover h2,
.gallery-img:hover p {
  opacity: 1;
  transform: scale(1);
}
.video-gallery {
  display: block;
  overflow: hidden;
  height: 215px;
}
.mbYTP_wrapper {
  height: 215px;
}
.banner-readmore .button-default.button-green:hover {
  background: #fff;
}
.header-logo-menu.semi-transparent .mainmenu ul#nav > li:hover > a {
  color: #fff;
}
.header-logo-menu.semi-transparent .mainmenu ul#nav > li:hover > a:after {
  background: #fff;
}
.bg-dark .mainmenu ul#nav > li > a,
.bg-dark.stick .mainmenu ul#nav.menu-white > li > a,
.bg-dark .mainmenu ul#nav > li:hover > a,
.bg-dark.stick .mainmenu ul#nav > li:hover > a {
  color: #fff;
}
.bg-dark .mainmenu ul#nav > li:hover > a:after {
  background: #fff;
}
.block.padding .btn-group {
  margin-bottom: 22px;
}
.btn-toolbar.padding {
  margin-bottom: 20px;
}
.btn-toolbar.padding:nth-last-of-type(1) {
  margin-bottom: 0;
}

/* Home 12 */

.welcome-about-area {
  background: #0c133f;
  position: relative;
  overflow: hidden;
}
.welcome-about-text {
  padding: 180px 0;
}
.welcome-about-text h4 {
  color: #1429a9;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 10px;
}
.welcome-about-text h3 {
  text-transform: uppercase;
  font-weight: 800;
  margin-top: -5px;
  margin-bottom: 15px;
  color: #fff;
}
.welcome-about-text p {
  font-size: 16px;
  margin-top: 13px;
  color: #fff;
}
.welcome-about-text .button-default {
  margin-top: 25px;
  background-color: #1429a9;
}
.welcome-video {
  float: left;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 45%;
}
.welcome-video .video-inner {
  background: url(img/ec-background/welcome-bg.jpg) no-repeat scroll
    center/cover;
  height: 100%;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.welcome-video .video-inner a {
  position: relative;
  z-index: 1;
}

/* Post */

.post__media .image {
  margin-bottom: 0;
}
.post__info {
  padding: 30px;
  border-bottom: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.post__title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}
.post__meta {
  margin-bottom: 10px;
  font-size: 12px;
}
.post__meta span {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}
.post__meta span:not(:last-child):before {
  content: "";
  width: 1px;
  height: 10px;
  background: #7c7c7c;
  top: 50%;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
}
.post__meta a {
  color: #1429a9;
}
.post__excerpt {
  font-size: 14px;
}
.post__button {
  border: 1px solid #0c133f;
  padding: 8px 10px;
  text-transform: uppercase;
  display: inline-block;
}
.post__button:hover {
  border: 1px solid #1429a9;
  background-color: #1429a9;
  color: #fff;
}

/* Testimonial */

.testimonial__inner {
  margin-top: 80px;
  background: #fff;
  padding: 100px 110px 60px;
  text-align: center;
}
.testimonial__author-img {
  margin-top: -150px;
  justify-content: center;
  display: flex;
}
.testimonial__author-info {
  margin-top: 50px;
  margin-bottom: 20px;
}
.testimonial__author-name {
  font-weight: 700;
  text-transform: uppercase;
}
.testimonial__author-role {
  font-weight: 600;
  color: #1429a9;
}

.grey-bg-image {
  background: url(img/ec-background/testimonial-bg-10.jpg);
  background-size: cover;
}
.section-ptb {
  padding: 120px 0;
}
.testimonial-carousel {
  position: relative;
}
.testimonial-carousel .slick-dots {
  text-align: center;
  margin-top: 30px;
}
.testimonial-carousel .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 2px;
}
.testimonial-carousel .slick-dots li button {
  background: transparent;
  border: 1px solid #0c133f;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}
.testimonial-carousel .slick-dots li.slick-active button {
  background: #0c133f;
}

/*----------------------------------------*/
/*  28. Login Register CSS
/*----------------------------------------*/
.form-login-title > h2,
.form-register-title > h2 {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 26px;
}

.login-form,
.register-form {
  padding: 20px;
  border: 1px solid #d3ced2;
  margin: 30px 0;
  text-align: left;
  border-radius: 5px;
}

.form-fild,
.login-submit,
.lost-password,
.register-submit {
  margin-bottom: 10px;
}

.form-fild label,
.login-submit label,
.lost-password label,
.register-submit label {
  margin-left: 10px;
}

.form-fild p {
  margin: 0;
}

.form-fild p span.required {
  color: #f23838;
}

.form-fild input {
  width: 100%;
  padding: 0 15px;
  height: 45px;
  border: 1px solid #dddddd;
  color: #232323;
  border-radius: 5px;
}

.lost-password > a {
  color: #a43d21;
}

.lost-password > a:hover {
  color: #1429a9;
}

.login-form button {
  padding: 8px 40px;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}


.campus-video-section {
  max-width: 1200px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.campus-header {
  text-align: center;
  padding: 60px 40px 40px;
  background: #1429a9;
  color: white;
  position: relative;
  overflow: hidden;
}


  @keyframes float {
  0% { transform: translateX(-50px) translateY(-50px); }
  100% { transform: translateX(50px) translateY(50px); }
  }

  .campus-subheading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  }

  .campus-subheading i {
  font-size: 20px;
  }

  .campus-title {
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  }

  .campus-description {
  font-size: 1.2em;
  opacity: 0.9;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  }

  .video-content {
  padding: 60px 40px;
  background: #ffffff;
  }

  .video-container {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  }

  .video-frame {
  position: relative;
  padding: 5px;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 
      0 20px 40px rgba(0, 0, 0, 0.1),
      inset 0 2px 4px rgba(255, 255, 255, 0.8),
      inset 0 -2px 4px rgba(0, 0, 0, 0.1);
  border: 3px solid #1429a9;
  transition: all 0.3s ease;
  }

  .video-frame:hover {
  transform: translateY(-5px);
  box-shadow: 
      0 30px 60px rgba(0, 0, 0, 0.15),
      inset 0 2px 4px rgba(255, 255, 255, 0.8),
      inset 0 -2px 4px rgba(0, 0, 0, 0.1);
  }

  .video-frame::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: #1429a9;
  border-radius: 25px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  }

  .video-frame:hover::before {
  opacity: 1;
  }

  .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  }

  .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  }

  .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  border-radius: 15px;
  }

  /* VIDEO PLAY BUTTON */
  .custom-gallery-section {
            padding-top: 110px;
            padding-bottom: 130px;
        }
        
        .custom-video-container {
            position: relative;
            margin-bottom: 20px;
        }
        
        .custom-video-frame {
            position: relative;
            display: inline-block;
            width: 100%;
        }
        
        .custom-video-frame img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        
        .custom-play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80px;
            height: 80px;
            background: rgba(255, 255, 255, 0.9);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            text-decoration: none;
        }

        .custom-play-btn:hover {
            transform: translate(-50%, -50%) scale(1.05);
            background: rgba(255, 255, 255, 1);
        }

        .custom-play-btn i {
            font-size: 2em;
            color: #1429a9;
            margin-left: 5px;
        }
        
        .custom-tutorial-card h2 {
            margin-bottom: 20px;
            color: #333;
        }
        
        .custom-tutorial-card p {
            color: #666;
            line-height: 1.6;
        }

  .play-button {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  }

  .play-button:hover {
  transform: scale(1.05);
  background: rgba(255, 255, 255, 1);
  }

  .play-button i {
  font-size: 2em;
  color: #1429a9;
  margin-left: 5px;
  }

  .video-info {
  margin-top: 40px;
  text-align: center;
  }

  .video-title {
  font-size: 2.2em;
  color: #1429a9;
  margin-bottom: 20px;
  font-weight: 600;
  }

  .video-description {
  font-size: 1.1em;
  color: #555;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto 30px;
  }

  .campus-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
  }

  .feature-item {
  background: rgba(255, 255, 255, 0.8);
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  border: 2px solid transparent;
  }

  .feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
  border-color: #1429a9;
  }

  .feature-icon {
  width: 60px;
  height: 60px;
  background: #1429a9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  color: white;
  font-size: 1.5em;
  }

  .feature-title {
  font-size: 1.3em;
  color: #1429a9;
  margin-bottom: 10px;
  font-weight: 600;
  }

  .feature-description {
  color: #666;
  font-size: 0.95em;
  line-height: 1.6;
  }

  /* Mobile Responsiveness */
  @media screen and (max-width: 768px) {
  .campus-header {
      padding: 40px 20px 30px;
  }

  .campus-title {
      font-size: 2.2em;
  }

  .video-content {
      padding: 40px 20px;
  }

  .video-frame {
      padding: 15px;
  }

  .play-button {
      width: 60px;
      height: 60px;
  }

  .play-button i {
      font-size: 1.5em;
  }

  .video-title {
      font-size: 1.8em;
  }

  .campus-features {
      grid-template-columns: 1fr;
      gap: 20px;
  }
  }

  .video-playing .video-overlay {
  opacity: 0;
  pointer-events: none;
  }


/*------------------------------------------*/
/*  Online Portal Modal
/*------------------------------------------*/
.section-header h6 {
  font-size: 24px;
  color: #393939;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}

.section-header h6::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #2f3e51;
  bottom: 0;
  left: 0;
}

.portal .icon,
.portal .title {
  margin: 0;
  /* position:absolute; */
}

.portal .container {
  padding: 20px;
}

.portal {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 10px;
}

.portal img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: auto;
}

.portal .box-content {
  width: 100%;
  height: 100%;
  /* background:rgba(0,0,0,.6);  */
  background: rgba(174, 0, 0, 0.3);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
}

.portal .icon li a,
.portal .title {
  background: #800000;
  font-size: 16px;
  color: #fff;
}

.portal:hover .box-content {
  opacity: 1;
  transform: perspective(400px) rotateX(0);
}

.portal .title {
  padding: 5px 7px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* border-radius: 5px; */
  /* font-weight:500; */
  bottom: 8px;
  left: 2px;
  transition: all 0.9s ease 0s;
}

.portal .icon li a,
.box9 .box-content,
.box9 .icon li,
.box9 img {
  transition: all 0.35s ease 0s;
}

.portal:hover .title {
  bottom: -40px;
  /* visibility: hidden; */
}

.portal .icon {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* .portal .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;margin-right:7px} */
.box9 .icon,
.box9 .title {
  width: 100%;
  font-size: 22px;
}
/* .portal .icon li a:hover{background:#fff;color:#000} */

.portal-btn {
  background: #e61515;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  /* display: inline-block; */
}

.portal-btn:hover {
  background: #800000;
  color: #fff;
}

/* @media (max-width: 375px) {
    .portal img{
      max-width: 252px;
      max-height: auto;
      margin: 0 0 0 0;
    }
  } */

/* @media (max-width: 575px) {
    .portal img{
      max-height: 252px;
      max-height: auto;
      margin: 0 0 0 0;
    }
  } */

@media (max-width: 768px) {
  .portal .portal-btn {
    margin: 0 0 0 0;
    padding: 8px 20px;
  }
}

@media only screen and (max-width: 990px) {
  .portal {
    margin-bottom: 20px;
  }
}


.history-section {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.history-header {
    text-align: center;
    padding: 60px 40px 40px;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.history-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    animation: float 20s linear infinite;
    pointer-events: none;
}

@keyframes float {
    0% { transform: translateX(-50px) translateY(-50px); }
    100% { transform: translateX(50px) translateY(50px); }
}

.history-subheading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f39c12;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.history-subheading i {
    font-size: 20px;
}

.history-title {
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    color: #1429a9;
}

.history-description {
    font-size: 1.2em;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.timeline-container {
    padding: 60px 40px;
    position: relative;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, #1429a9, #1429a9, #1429a9, #1429a9);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    border-radius: 2px;
    box-shadow: 0 0 20px rgba(52, 152, 219, 0.3);
}

.timeline-item {
    padding: 20px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.timeline-item.animate {
    opacity: 1;
    transform: translateY(0);
}

.timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: -10px;
    background-color: #fff;
    border: 4px solid #3498db;
    top: 35px;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.2);
    transition: all 0.3s ease;
}

.timeline-item:hover::after {
    transform: scale(1.2);
    box-shadow: 0 0 0 8px rgba(52, 152, 219, 0.3);
}

.timeline-item.left {
    left: 0;
}

.timeline-item.right {
    left: 50%;
}

.timeline-item.right::after {
    left: -10px;
}

.timeline-content {
    padding: 30px;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    position: relative;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #3498db;
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.timeline-content h3 {
    font-size: 1.8em;
    color: #2c3e50;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.timeline-content .year {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: 1px;
}

.timeline-content p {
    color: #555;
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 15px;
}

.timeline-content .highlights {
    background: rgba(52, 152, 219, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
}

.timeline-content .highlights h4 {
    color: #2980b9;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.timeline-content .highlights ul {
    list-style: none;
    padding-left: 0;
}

.timeline-content .highlights li {
    padding: 5px 0;
    padding-left: 25px;
    position: relative;
    color: #444;
}

.timeline-content .highlights li::before {
    content: '\f00c';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #27ae60;
    font-size: 0.9em;
}

/* Color variations for different timeline items */
.timeline-item:nth-child(1)::after { border-color: #1429a9; }
.timeline-item:nth-child(1) .timeline-content { border-left-color: #1429a9; }
.timeline-item:nth-child(1) .year { background: linear-gradient(135deg, #1429a9, #1429a9); }

.timeline-item:nth-child(2)::after { border-color: #1429a9; }
.timeline-item:nth-child(2) .timeline-content { border-left-color: #1429a9; }
.timeline-item:nth-child(2) .year { background: linear-gradient(135deg, #1429a9, #1429a9); }

.timeline-item:nth-child(3)::after { border-color: #1429a9; }
.timeline-item:nth-child(3) .timeline-content { border-left-color: #1429a9; }
.timeline-item:nth-child(3) .year { background: linear-gradient(135deg, #1429a9, #1429a9); }

.timeline-item:nth-child(4)::after { border-color: #1429a9; }
.timeline-item:nth-child(4) .timeline-content { border-left-color: #1429a9; }
.timeline-item:nth-child(4) .year { background: linear-gradient(135deg, #1429a9, #1429a9); }

.timeline-item:nth-child(5)::after { border-color: #1429a9; }
.timeline-item:nth-child(5) .timeline-content { border-left-color: #1429a9; }
.timeline-item:nth-child(5) .year { background: linear-gradient(135deg, #1429a9, #1429a9); }

.timeline-item:nth-child(6)::after { border-color: #1429a9; }
.timeline-item:nth-child(6) .timeline-content { border-left-color: #1429a9; }
.timeline-item:nth-child(6) .year { background: linear-gradient(135deg, #1429a9, #1429a9); }

/* Mobile Responsiveness */
@media screen and (max-width: 768px) {
    .history-header {
        padding: 40px 20px 30px;
    }

    .history-title {
        font-size: 2.2em;
    }

    .timeline-container {
        padding: 40px 20px;
    }

    .timeline::after {
        left: 31px;
    }

    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .timeline-item::after {
        left: 21px;
    }

    .timeline-item.right {
        left: 0;
    }

    .timeline-content h3 {
        font-size: 1.5em;
    }
}

.stats-section {
    background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
    padding: 50px 40px;
    color: white;
    text-align: center;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.stat-item {
    padding: 20px;
}

.stat-number {
    font-size: 3em;
    font-weight: 700;
    color: #f39c12;
    margin-bottom: 10px;
    display: block;
}

.stat-label {
    font-size: 1.1em;
    opacity: 0.9;
}




/* ============================================
    HISTORY SECTION CONTAINER
    ============================================ */
.sahsoi-history-section {
    width: 100%;
    padding: 60px 20px;
    background-color: #ffffff;
}

.sahsoi-history-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/* ============================================
    SECTION HEADER
    ============================================ */
.sahsoi-history-header {
    text-align: center;
    margin-bottom: 50px;
}

.sahsoi-history-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1429a9;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.sahsoi-history-title-underline {
    width: 100px;
    height: 4px;
    background-color: #1429a9;
    margin: 0 auto;
}

/* ============================================
    CONTENT AREA
    ============================================ */
.sahsoi-history-content {
    background-color: #ffffff;
    padding: 40px;
    border: 3px solid #1429a9;
    border-radius: 10px;
    margin-bottom: 40px;
}

.sahsoi-history-subtitle {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1429a9;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #1429a9;
}

.sahsoi-history-paragraph {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #1429a9;
    margin-bottom: 20px;
    text-align: justify;
    text-indent: 40px;
}

/* ============================================
    ADMINISTRATION SECTION
    ============================================ */
.sahsoi-administration-box {
    background-color: #1429a9;
    padding: 40px;
    border-radius: 10px;
    color: #ffffff;
}

.sahsoi-administration-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
}

.sahsoi-admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.sahsoi-admin-card {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease;
}

.sahsoi-admin-card:hover {
    transform: translateY(-5px);
}

.sahsoi-admin-position {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1429a9;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.sahsoi-admin-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1429a9;
    margin-bottom: 5px;
}

.sahsoi-admin-credentials {
    font-size: 0.95rem;
    color: #1429a9;
    font-style: italic;
}

/* ============================================
    RESPONSIVE DESIGN - TABLET
    ============================================ */
@media screen and (max-width: 768px) {
    .sahsoi-history-section {
        padding: 40px 15px;
    }

    .sahsoi-history-title {
        font-size: 2rem;
    }

    .sahsoi-history-content {
        padding: 30px 25px;
    }

    .sahsoi-history-subtitle {
        font-size: 1.5rem;
    }

    .sahsoi-history-paragraph {
        font-size: 1rem;
        text-indent: 30px;
    }

    .sahsoi-administration-box {
        padding: 30px 25px;
    }

    .sahsoi-administration-title {
        font-size: 1.5rem;
    }

    .sahsoi-admin-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

/* ============================================
    RESPONSIVE DESIGN - MOBILE
    ============================================ */
@media screen and (max-width: 480px) {
    .sahsoi-history-section {
        padding: 30px 10px;
    }

    .sahsoi-history-title {
        font-size: 1.6rem;
        letter-spacing: 1px;
    }

    .sahsoi-history-title-underline {
        width: 80px;
        height: 3px;
    }

    .sahsoi-history-content {
        padding: 25px 20px;
        border-width: 2px;
    }

    .sahsoi-history-subtitle {
        font-size: 1.3rem;
    }

    .sahsoi-history-paragraph {
        font-size: 0.95rem;
        text-indent: 20px;
        line-height: 1.7;
    }

    .sahsoi-administration-box {
        padding: 25px 20px;
    }

    .sahsoi-administration-title {
        font-size: 1.3rem;
    }

    .sahsoi-admin-card {
        padding: 20px;
    }

    .sahsoi-admin-name {
        font-size: 1.1rem;
    }

    .sahsoi-admin-credentials {
        font-size: 0.85rem;
    }
}




/*------------------------------------------*/
/*  Enroll Now Modal
/*------------------------------------------*/
.section-header2 h5 {
  font-size: 26px;
  color: #012237;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  /* padding-bottom: 20px; */
}

.section-header2 h5::before {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #2f3e51;
  bottom: 0;
  left: 0;
}

.portal .icon,
.portal .title {
  margin: 0;
  /* position:absolute; */
}

.portal .container {
  padding: 20px;
}

.portal {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  border-radius: 10px;
}

.portal img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: auto;
}

.portal .box-content {
  width: 100%;
  height: 100%;
  /* background:rgba(0,0,0,.6);  */
  background: rgba(20, 41, 169, 0.4);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: center top 0;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
}

.portal .icon li a,
.portal .title {
  background: #1429a9;
  font-size: 16px;
  color: #fff;
}

.portal:hover .box-content {
  opacity: 1;
  transform: perspective(400px) rotateX(0);
}

.portal .title {
  padding: 5px 7px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  /* border-radius: 5px; */
  /* font-weight:500; */
  bottom: 8px;
  left: 2px;
  transition: all 0.9s ease 0s;
}

.portal .icon li a,
.box9 .box-content,
.box9 .icon li,
.box9 img {
  transition: all 0.35s ease 0s;
}

.portal:hover .title {
  bottom: -40px;
  /* visibility: hidden; */
}

.portal .icon {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* .portal .icon li a{display:block;width:40px;height:40px;line-height:40px;border-radius:50%;margin-right:7px} */
.box9 .icon,
.box9 .title {
  width: 100%;
  font-size: 22px;
}
/* .portal .icon li a:hover{background:#fff;color:#000} */

.portal-btn {
  background: #1429a9;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px 9px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  /* display: inline-block; */
}

.portal-btn:hover {
  background: #0c133f;
  color: #fff;
}

@media (max-width: 768px) {
  .portal .portal-btn {
    margin: 0 0 0 0;
    padding: 8px 20px;
  }
}
@media only screen and (max-width: 990px) {
  .portal {
    margin-bottom: 20px;
  }
}

/*
* 17. about styles
*/

.block-title {
  text-align: center;
  margin-bottom: 60px;
}
.block-title__title {
  margin: 0;
  color: #012237;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: -15px;
  margin-top: -15px;
}

.about-one {
  padding: 120px 0;
  position: relative;
  border-bottom: 2px solid #f1f1f1;
}
.about-one__circle {
  position: absolute;
  right: 10%;
  bottom: -3%;
}
.about-one__img {
  position: relative;
  margin-bottom: 45px;
}
.about-one__img:before {
  content: "";
  width: 197px;
  height: 268px;
  position: absolute;
  top: -40%;
  left: -10%;
  background-image: url(../images/dot-pattern-1-2.png);
  background-position: 0 0;
  z-index: 10;
}
.about-one__text {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: #81868a;
  margin-bottom: 60px;
}
.about-one__btn {
  padding: 21.5px 68px;
  font-size: 16px;
}
.about-one__btn:hover {
  background-color: #012237;
  color: #fff;
}
.about-one__review {
  background-color: #fff;
  max-width: 300px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 33.5px 0;
}
.about-one__review-count {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  color: #012237;
  line-height: 1em;
}
.about-one__review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
.about-one__review-stars i {
  color: #f16101;
  font-size: 20px;
}
.about-one__review-stars i + i {
  margin-left: 10px;
}
.about-one__review-text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.about-one__about-page {
  border-bottom: 1px solid #f1f1f1;
}
.about-one__about-page .about-one__img:before {
  top: auto;
  bottom: -40%;
}

.about-two {
  padding: 120px 0;
}
.about-two .block-title {
  margin-bottom: 50px;
}
.about-two__text {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: #81868a;
}
.about-two .thm-btn {
  padding: 21.5px 68px;
}
.about-two .thm-btn:hover {
  background-color: #012237;
  color: #fff;
}
.about-two__single {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}
.about-two__single-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 45px;
  margin-bottom: 50px;
}
.about-two__single-text {
  color: #012237;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.about-two__single i {
  color: #1429a9;
  font-size: 54px;
  margin-right: 14px;
}
.about-two__image {
  display: inline-block;
  /* border-radius: 50%; */
  position: relative;
}
.about-two__image:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* border: 20px solid #fff; */
  z-index: 11;
}
.about-two__image:after {
  content: "";
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
  left: -20px;
  /* border: 3px solid #f16101; */
  /* border-radius: 50%; */
}

/* .about-two__image > img {
    border-radius: 50%;
    position: relative;
    z-index: 10;
  } */
/* .about-two__image-dots {
    width: 197px;
    height: 268px;
    position: absolute;
    top: 0%;
    left: calc(100% - 60px);
    background-image: url(../images/dot-pattern-1-2.png);
    background-position: 0 0;
    z-index: 10;
  } */

.about-two__count {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  border-radius: 50%;
  width: 175px;
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.about-two__count:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px dashed rgba(1, 34, 55, 0.15);
  border-radius: 50%;
}
.about-two__count-text {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  color: #81868a;
}
.about-two__count span {
  display: block;
  color: #f16101;
  letter-spacing: 0em;
  font-weight: 400;
  font-size: 30px;
}

/*
* 17. Section Online
*/

.section__sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #2b4eff;
  display: inline-block;
  margin-bottom: 5px;
}
.section__title {
  font-size: 40px;
  color: #1429a9;
  /* text-transform: capitalize; */
  z-index: 1;
  margin-bottom: 3px;
}
@media (max-width: 575px) {
  .section__title {
    font-size: 33px;
  }
}
.section__title span {
  position: relative;
}
.section__title span img {
  position: absolute;
  left: -14px;
  bottom: 2px;
  z-index: -1;
  -webkit-animation: section-animation 3s infinite;
  animation: section-animation 3s infinite;
}

.section__title span.yellow-bg-big img {
  bottom: 15px;
  width: 120%;
  -webkit-animation: section-animation-2 3s infinite;
  animation: section-animation-2 3s infinite;
}
.section__title span.yellow-bg-sm img {
  bottom: 10px;
  width: 120%;
  -webkit-animation: section-animation-2 3s infinite;
  animation: section-animation-2 3s infinite;
}

.section__title-wrapper {
  position: relative;
  z-index: 1;
}
.section__title-wrapper p {
  font-size: 16px;
  color: #53545b;
}

@keyframes section-animation {
  0% {
    width: 0;
  }
  15% {
    width: 100%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 100%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}
@keyframes section-animation-2 {
  0% {
    width: 0;
  }
  15% {
    width: 125%;
  }
  85% {
    opacity: 1;
  }
  90% {
    width: 125%;
    opacity: 0;
  }
  to {
    width: 0;
    opacity: 0;
  }
}

/*----------------------------------------*/
/*   Latest News
/*----------------------------------------*/
.post-slide {
  position: relative;
  max-width: 100%;
  max-height: auto;
  overflow: hidden;

  /* margin: 0 15px; */
  /* background:#fff; */
}
/* .post-slide .post-img{
    position: relative;
    overflow: hidden;
} */
/* .post-slide .post-img img{
    width: 100%;
    height: auto;
} */
/* .post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    background: rgba(0,0,0,0.6);
    transition: all 0.30s ease;
} */
/* .post-slide:hover .over-layer{
    opacity:1;
}
.post-slide .post-link{
    margin:0;
    padding:0;
    position: relative;
    top:45%;
    text-align:center;
}
.post-slide .post-link li{
    display: inline-block;
    list-style: none;
    margin-right:20px;
}
.post-slide .post-link li a{
    color:#fff;
    font-size:20px;
}
.post-slide .post-link li a:hover{
    color: #1429a9;
    text-decoration:none;
}
.post-slide .post-date{
    position:absolute;
    top:10%;
    left:4%;
}
.post-slide .date{
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background:#333;
    float: left;
} */
/* .post-slide .month{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #d92800;
} */
/* .post-slide .post-content{
    padding:30px;
} */
/* .post-slide .post-title{
    margin:0 0 15px 0;
} */
/* .post-slide .post-title a{
    font-size:18px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:capitalize;
    transition: all 0.3s ease 0s;
} */
/* .post-slide .post-title a:hover{
    text-decoration: none;
    color:#1429a9;
} */
/* .post-slide .post-description{
    font-size: 14px;
    line-height:24px;
    color:#808080;
} */
/* .post-slide .read-more{
    color:#333;
    font-size:12px;
    font-weight:bold;
    text-transform:uppercase;
    position: relative;
    transition: color 0.20s linear;
} */
/* .post-slide .read-more:hover{
    text-decoration:none;
    color:#1429a9;
} */
/* .post-slide .read-more:after{
    content:"";
    position: absolute;
    width:10%;
    display: block;
    border: 1px solid #1429a9;
    transition: all 0.30s ease;
} */
/* .post-slide .read-more:hover:after{
    max-width:25%;
} */
@media only screen and (max-width: 479px) {
  .post-slide .fb-post {
    max-width: 100%;
    max-height: auto;
    /* margin: 0 10px; */

    position: relative;
    overflow: hidden;

    /* font-size:14px; */
  }
  /* .fb-post {
        max-width: 100%;
        max-height: auto;

    } */
  /* .post-slide .date{
        font-size:14px;
    } */
}

.features-area {
  padding-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  .features-area {
    padding-top: 75px;
  }
}
.features-wrapper {
  position: relative;
  z-index: 9;
}
.features-title {
  font-weight: 700;
  font-size: 46px;
  line-height: 54px;
  text-align: center;
  color: #003674;
}
@media (max-width: 767px) {
  .features-title {
    font-size: 22px;
    line-height: 28px;
  }
}
.features-title span {
  color: #d92800;
  display: contents;
}
.features-image {
  margin-top: 50px;
}
.features-mask {
  max-width: 346px;
  height: 378px;
  background: #1f343f;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-mask {
    max-width: 306px;
    height: 348px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-mask {
    position: relative;
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  .features-mask {
    position: relative;
    margin: 50px auto 0;
  }
}
.features-mask::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(7, 41, 77, 0.95);
}
.features-mask::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-left: 345px solid transparent;
}
.features-mask .features-mask-content {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  padding: 35px;
}
.features-mask .features-mask-content p {
  font-weight: 600;
  font-size: 28px;
  line-height: 50px;
  color: #fff;
  position: relative;
  padding-left: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-mask .features-mask-content p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .features-mask .features-mask-content p {
    font-size: 20px;
  }
}
.features-mask .features-mask-content p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.features-area-2 {
  padding-top: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-area-2 {
    padding-top: 95px;
  }
}
@media (max-width: 767px) {
  .features-area-2 {
    padding-top: 75px;
  }
}
.features-image-2 {
  position: relative;
  z-index: 5;
  max-width: 342px;
  width: 100%;
}
.features-image-2 img {
  width: 100%;
}
.features-image-2::before {
  position: absolute;
  content: "";
  background-color: #07294d;
  width: 80%;
  height: 70%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.features-image-2::after {
  position: absolute;
  content: "";
  background-color: #f1f1f1;
  width: 80%;
  height: 70%;
  bottom: 60px;
  right: 0;
  z-index: -1;
}

/* Thumb Info Course Offered */
.shs-strands-section {
            padding: 80px 0;
            background: linear-gradient(135deg, #f1f3f6 0%, #e8eef4 100%);
            position: relative;
            overflow: hidden;
        }

        .shs-strands-section::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(20, 41, 169, 0.03) 0%, transparent 70%);
            animation: subtle-rotate 20s linear infinite;
        }

        @keyframes subtle-rotate {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        .shs-main-container {
            max-width: 1280px;
            margin: 0 auto;
            padding: 0 24px;
            position: relative;
            z-index: 1;
        }

        .shs-header-area {
            text-align: center;
            margin-bottom: 60px;
            position: relative;
        }

        .shs-primary-heading {
            font-size: 3.2rem;
            font-weight: 800;
            color: #1429a9;
            margin-bottom: 16px;
            position: relative;
            display: inline-block;
            letter-spacing: -0.02em;
        }

        .shs-primary-heading::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -20px;
            width: calc(100% + 40px);
            height: calc(100% + 20px);
            /* background: linear-gradient(45deg, rgba(20, 41, 169, 0.1), rgba(74, 144, 226, 0.1)); */
            border-radius: 20px;
            z-index: -1;
        }

        .shs-primary-heading::after {
            content: '';
            position: absolute;
            bottom: -12px;
            left: 50%;
            transform: translateX(-50%);
            width: 100px;
            height: 5px;
            border-radius: 3px;
            animation: pulse-glow 2s ease-in-out infinite;
        }

        @keyframes pulse-glow {
            0%, 100% { opacity: 1; transform: translateX(-50%) scale(1); }
            50% { opacity: 0.7; transform: translateX(-50%) scale(1.1); }
        }

        .shs-description-text {
            color: #5a6c7d;
            font-size: 1.25rem;
            font-weight: 400;
            margin-top: 24px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .shs-programs-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
            gap: 32px;
            margin-top: 50px;
        }

        .shs-program-card {
            background: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .shs-program-card:hover {
            transform: translateY(-12px) scale(1.02);
            box-shadow: 0 20px 60px rgba(20, 41, 169, 0.15);
        }

        .shs-image-container {
            position: relative;
            height: 370px;
            overflow: hidden;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
        }

        .shs-program-image {
            width: 100%;
            height: 370px;
            object-fit: cover;
            transition: all 0.5s ease;
            filter: brightness(0.95);
        }

        .shs-program-card:hover .shs-program-image {
            transform: scale(1.08);
            filter: brightness(1.1);
        }

        .shs-overlay-gradient {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, rgba(20, 41, 169, 0.7), rgba(74, 144, 226, 0.7));
            opacity: 0;
            transition: all 0.3s ease;
            z-index: 1;
        }

        .shs-program-card:hover .shs-overlay-gradient {
            opacity: 1;
        }



        .shs-program-badge {
            position: absolute;
            bottom: 16px;
            left: 16px;
            background: rgba(0, 0, 0, 0.8);
            color: white;
            padding: 6px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 500;
            opacity: 0;
            transition: all 0.3s ease;
            z-index: 2;
            backdrop-filter: blur(10px);
        }

        .shs-program-card:hover .shs-program-badge {
            opacity: 1;
            transform: translateY(-4px);
        }

        .shs-content-area {
            padding: 20px 21px;
            background: white;
            position: relative;
        }

        .shs-program-title {
            font-size: 1.35rem;
            font-weight: 700;
            color: #1429a9;
            text-align: center;
            line-height: 1.4;
            margin: 0;
            min-height: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            padding: 0 8px;
        }

        .shs-program-card:hover .shs-program-title {
            color: #0d47a1;
            transform: translateY(-2px);
        }

        .shs-explore-section {
            text-align: center;
            margin-top: 60px;
        }

        .shs-cta-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: linear-gradient(135deg, #1429a9, #4a90e2);
            color: white;
            padding: 16px 36px;
            border-radius: 30px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            box-shadow: 0 6px 20px rgba(20, 41, 169, 0.3);
        }

        .shs-cta-button:hover {
            background: linear-gradient(135deg, #0d47a1, #1976d2);
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(20, 41, 169, 0.4);
        }

        .shs-cta-button i {
            transition: transform 0.3s ease;
        }

        .shs-cta-button:hover i {
            transform: translateX(4px);
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .shs-programs-grid {
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                gap: 24px;
            }
        }

        @media (max-width: 768px) {
            .shs-strands-section {
                padding: 60px 0;
            }
            
            .shs-main-container {
                padding: 0 20px;
            }
            
            .shs-primary-heading {
                font-size: 2.5rem;
            }
            
            .shs-description-text {
                font-size: 1.1rem;
            }
            
            .shs-programs-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .shs-image-container {
                height: 200px;
            }
            
            .shs-program-title {
                font-size: 1.2rem;
                min-height: 55px;
            }
        }

        @media (max-width: 480px) {
            .shs-primary-heading {
                font-size: 2rem;
            }
            
            .shs-content-area {
                padding: 20px 16px;
            }
            
            .shs-cta-button {
                padding: 12px 24px;
                font-size: 1rem;
            }
        }

        /* Animation for cards appearing */
        .shs-program-card {
            animation: fade-in-up 0.6s ease forwards;
            opacity: 0;
            transform: translateY(30px);
        }

        .shs-program-card:nth-child(1) { animation-delay: 0.1s; }
        .shs-program-card:nth-child(2) { animation-delay: 0.2s; }
        .shs-program-card:nth-child(3) { animation-delay: 0.3s; }
        .shs-program-card:nth-child(4) { animation-delay: 0.4s; }
        .shs-program-card:nth-child(5) { animation-delay: 0.5s; }
        .shs-program-card:nth-child(6) { animation-delay: 0.6s; }

        @keyframes fade-in-up {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Animation for cards appearing */
        .shs-program-card {
            animation: fade-in-up 0.6s ease forwards;
            opacity: 0;
            transform: translateY(30px);
        }

        .shs-program-card:nth-child(1) { animation-delay: 0.1s; }
        .shs-program-card:nth-child(2) { animation-delay: 0.2s; }
        .shs-program-card:nth-child(3) { animation-delay: 0.3s; }
        .shs-program-card:nth-child(4) { animation-delay: 0.4s; }
        .shs-program-card:nth-child(5) { animation-delay: 0.5s; }
        .shs-program-card:nth-child(6) { animation-delay: 0.6s; }

        @keyframes fade-in-up {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
/* Thumb Info Social Icons */
.thumb-info-social-icons {
  border-top: 1px dotted #ddd;
  margin: 0;
  padding: 15px 10px;
  display: block;
}
.thumb-info-social-icons a {
  background: #ccc;
  border-radius: 25px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}

.thumb-info-social-icons a:hover {
  background: #1429a9;
  color: #ffffff;
}

/* Disable Link */
.disabled {
  color: #777;
  cursor: not-allowed;
  /* background-color: #fff; */
}

/* Mission Vision Section Styles */

        .mission-vision-section {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        .mission-vision-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .mission-vision-subheading {
            color: #1429a9;
            font-size: 1rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            margin-bottom: 10px;
            font-weight: 600;
            letter-spacing: 1px;
        }

        .mission-vision-title {
            color: #1429a9;
            font-size: 2.5rem;
            font-weight: 700;
            margin: 10px 0;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
        }

        .cards-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }

        .mission-vision-card {
            flex: 1;
            min-width: 300px;
            background: linear-gradient(145deg, #ffffff 0%, #f8f9fa 100%);
            border-radius: 20px;
            padding: 35px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            display: flex;
            flex-direction: column;
            align-items: center;
            position: relative;
            overflow: hidden;
        }

        .mission-vision-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #1429a9, #1429a9, #1429a9);
            border-radius: 20px 20px 0 0;
        }

        .mission-vision-card:hover {
            transform: translateY(-10px) scale(1.02);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .icon-circle {
            width: 120px;
            height: 120px;
            background: linear-gradient(135deg, #1429a9 0%, #1429a9 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 25px;
            position: relative;
            box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
            transition: all 0.3s ease;
        }

        .mission-vision-card:hover .icon-circle {
            transform: rotateY(360deg);
            box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
        }

        .icon-circle i {
            font-size: 45px;
            color: white;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .mission-vision-card h2 {
            color: #1429a9;
            font-size: 2rem;
            margin-bottom: 20px;
            text-align: center;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .mission-vision-card p {
            color: #4a4a4a;
            text-align: center;
            margin-bottom: 20px;
            line-height: 1.6;
            font-size: 1.1rem;
        }

        .mission-vision-card ul {
            list-style-type: none;
            width: 100%;
        }

        .mission-vision-card ul li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
            padding: 10px;
            background: rgba(139, 69, 19, 0.05);
            border-radius: 10px;
            transition: all 0.3s ease;
        }

        .mission-vision-card ul li:hover {
            background: rgba(139, 69, 19, 0.1);
            transform: translateX(5px);
        }

        .check-circle {
            color: #1429a9;
            margin-right: 12px;
            font-size: 1.3rem;
            min-width: 28px;
            margin-top: 2px;
        }

        .mission-vision-card ul li strong {
            color: #1429a9;
            font-weight: 700;
        }

        @media screen and (max-width: 768px) {
            .cards-container {
                flex-direction: column;
            }
            
            .mission-vision-card {
                width: 100%;
                min-width: unset;
            }
            
            .mission-vision-title {
                font-size: 2rem;
            }

            .mission-vision-subheading {
                font-size: 0.9rem;
            }

            .icon-circle {
                width: 100px;
                height: 100px;
            }

            .icon-circle i {
                font-size: 35px;
            }
        }

        @media screen and (max-width: 480px) {
            .mission-vision-section {
                padding: 10px;
            }

            .mission-vision-card {
                padding: 25px;
            }

            .mission-vision-title {
                font-size: 1.8rem;
            }
        }
/* end */

/* frame */

.about-two__image {
            position: relative;
            display: inline-block;
        }
        
        .about-two__image img {
            border: 8px solid #2c3e50;
            border-radius: 4px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            max-width: 100%;
            height: auto;
        }
        
        .about-two__image img:hover {
            transform: scale(1.02);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
        }

/* START OF PHOTO FRAME */

.col-lg-7 {
            max-width: 58.33%;
            margin: 0 auto;
        }
        
        .history-image {
            margin-top: 50px;
        }
        
        .skill-image {
            position: relative;
            display: inline-block;
            padding: 20px;
            background: linear-gradient(145deg, #0c1865, #1429a9);
            border-radius: 10px;
            box-shadow: 
                0 10px 30px rgba(0, 0, 0, 0.3),
                inset 0 2px 5px rgba(255, 255, 255, 0.2),
                inset 0 -2px 5px rgba(0, 0, 0, 0.3);
        }
        
        .skill-image::before {
            content: '';
            position: absolute;
            top: 10px;
            left: 10px;
            right: 10px;
            bottom: 10px;
            border: 3px solid #1429a9;
            border-radius: 5px;
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
        }
        
        .skill-image img {
            display: block;
            width: 100%;
            height: auto;
            border-radius: 5px;
            position: relative;
            z-index: 1;
            transition: transform 0.3s ease;
        }
        
        .skill-image:hover img {
            transform: scale(1.02);
        }
        
        /* Alternative frame styles - uncomment to use */
        
        /* Classic black frame */
        /*
        .skill-image {
            padding: 15px;
            background: #000;
            border: 2px solid #333;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
        }
        */
        
        /* Vintage gold frame */
        /*
        .skill-image {
            padding: 25px;
            background: linear-gradient(145deg, #FFD700, #FFA500);
            border: 3px solid #B8860B;
            border-radius: 15px;
            box-shadow: 
                0 12px 35px rgba(0, 0, 0, 0.4),
                inset 0 3px 8px rgba(255, 255, 255, 0.3);
        }
        */
        
        /* Modern white frame */
        /*
        .skill-image {
            padding: 30px;
            background: #fff;
            border: 1px solid #ddd;
            border-radius: 8px;
            box-shadow: 
                0 15px 40px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.05);
        }
        

/* Title Admission */

.contest-title {
  content: " ";
  /* background-image: url(halalan-b-w-2022.2c45bf79c46a7f1f.png); */
  opacity: 0.15;
  position: absolute;
  background-size: auto 48px;
  background-position: right;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  top: 0;
  right: -30px;
  z-index: 1;
  padding-right: 75px;
}

object {
  background-color: #fff;
  border-radius: 6px;
  max-width: 100%;
  min-width: 100%;
  max-height: 100%;
}

.embed-responsive-100x400px {
  padding-bottom: 400px;
}

/*--------------------------------------------------------------
	Page Default - Calendar
--------------------------------------------------------------*/

.section-page-header {
  background: #fafafa;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin: 0;
  padding: 40px 15px;
}

.section-page-header .entry-title {
  margin: 0;
  font-size: 28px;
  color: #b3b3b3;
  text-align: center;
  text-transform: uppercase;
  border: none;
  padding: 0;
}

.section-page-content {
  padding: 70px 0;
  background: #fff;
}

.primary-link {
  display: block;
  font-size: 16px;
  color: #fff;
  border: 1px solid #ff6600;
  background: #ff6600;
  border-radius: 50px;
  text-align: center;
  padding: 20px;
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
}

.primary-link:hover {
  color: #ff6600;
  background: #fff;
}

.secondary-link {
  display: block;
  font-size: 16px;
  border: 1px solid #ff6600;
  color: #ff6600;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  padding: 20px;
  font-family: "Montserrat-Regular";
  text-transform: uppercase;
}

.secondary-link:hover {
  color: #fff;
  background: #ff6600;
  border: 1px solid #fff;
}

.hide-scroll {
  overflow-y: hidden;
}

/*--------------------------------------------------------------
	Section Calendar Events
------------------------------------------------------------- */

.section-calendar-events {
  padding: 70px 0;
  background: #fff;
}

.section-calendar-events .section-header {
  margin: 0 0 70px;
}

.section-calendar-events .section-header .nav-tabs {
  border: none;
}

.section-calendar-events .section-header .nav-tabs li:first-child a {
  border-left: 1px solid #f8f8f8;
}

.section-calendar-events .section-header .nav-tabs li a {
  padding: 55px 0 30px;
  width: 166.4px;
  font-size: 40px;
  line-height: inherit;
  text-align: center;
  display: inline-block;
  color: #b3b3b3;
  border: none;
  background: #fdfdfd;
  border-top: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  border-radius: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: "montserratlight";
}

.section-calendar-events .section-header .nav-tabs li a span {
  display: block;
  font-size: 18px;
  margin: 35px 0 0;
  font-family: "montserratlight";
  color: #b3b3b3;
}

.section-calendar-events .section-header .nav-tabs li.active a,
.section-calendar-events .section-header .nav-tabs li:hover a {
  color: #373737;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.section-calendar-events .section-header .nav-tabs li.active a span {
  color: #373737;
}

.section-calendar-events .section-header .scrtabs-tabs-fixed-container {
  height: 190px;
  padding: 0 6px;
  width: 100% !important;
}

.section-calendar-events .section-header .scrtabs-tab-container {
  position: relative;
  height: 190px;
}

.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-right span,
.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-left span {
  display: none;
}

.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-left {
  width: 22px;
  height: 29px;
  background: url(img/calendar/calendar-events-arrow-left.png) no-repeat center
    center;
  border: none;
  position: absolute;
  left: -30px;
  bottom: 0;
  top: 45%;
}

.section-calendar-events .section-header .scrtabs-tab-scroll-arrow-right {
  width: 22px;
  height: 29px;
  background: url(img/calendar/calendar-events-arrow-right.png) no-repeat center
    center;
  border: none;
  position: absolute;
  right: -30px;
  bottom: 0;
  top: 45%;
}

.section-calendar-events .section-content .tab-content ul li {
  width: 33.333333%;
  float: left;
  position: relative;
}

.section-calendar-events .section-content .tab-content .date {
  padding: 15px;
  background: rgba(36, 36, 36, 0.8);
  position: absolute;
  top: 0;
  left: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.section-calendar-events .section-content .tab-content .date a {
  color: #fff;
}

.section-calendar-events .section-content .tab-content .date .day {
  font-size: 30px;
  display: block;
  font-family: "montserratregular";
  margin: 0 0 5px;
}

.section-calendar-events .section-content .tab-content .date .month {
  font-size: 10px;
  display: block;
  font-family: "montserratlight";
  margin: 0 0 5px;
}

.section-calendar-events .section-content .tab-content .date .year {
  font-size: 10px;
  display: block;
  font-family: "montserratlight";
}

.section-calendar-events .section-content .tab-content .info {
  padding: 50px 20px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(253, 253, 253, 0) 1%,
    rgba(28, 28, 28, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(253, 253, 253, 0) 1%,
    rgba(28, 28, 28, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(253, 253, 253, 0) 1%,
    rgba(28, 28, 28, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1c1c1c',GradientType=0 );
}

.section-calendar-events .section-content .tab-content .info p {
  font-size: 16px;
  font-family: "montserratregular";
  color: #fff;
  width: 65%;
  float: left;
  margin: 0;
}

.section-calendar-events .section-content .tab-content .info p span {
  display: block;
  color: #b3b3b3;
  font-size: 11px;
  font-family: "montserratlight";
}

.section-calendar-events .section-content .tab-content .info .get-ticket {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  padding: 10px 15px;
  background: #ff6600;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  border: none;
  border-radius: 20px;
  font-weight: 700;
  display: inline-block;
  width: 30%;
  float: right;
  text-align: center;
}

.section-calendar-events .section-content .tab-content .info .get-ticket:hover {
  background: #fff;
  color: #ff6600;
}

/*--------------------------------------------------------------
	Full Event Schedule
--------------------------------------------------------------*/

.section-full-events-schedule {
  padding: 70px 0;
  background: #f8f8f8;
}

.section-full-events-schedule .section-header .nav-tabs {
  border: none;
}

.section-full-events-schedule .section-header .nav-tabs li:first-child a {
  border-left: 1px solid #f8f8f8;
}

.section-full-events-schedule .section-header .nav-tabs li a {
  padding: 30px 0 30px;
  width: 166.4px;
  font-size: 45px;
  line-height: inherit;
  text-align: center;
  display: inline-block;
  color: #b3b3b3;
  border: none;
  background: #fdfdfd;
  border-top: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
  border-bottom: 1px solid #f8f8f8;
  border-radius: 0;
  margin: 0;
  text-transform: uppercase;
  font-family: "Montserrat-Hairline";
}

.section-full-events-schedule .section-header .nav-tabs li a strong {
  display: block;
  font-size: 14px;
  margin: 0 0 20px;
  font-family: "Montserrat-Regular";
  color: #b3b3b3;
}

.section-full-events-schedule .section-header .nav-tabs li a span {
  display: block;
  font-size: 16px;
  margin: 25px 0 0;
  font-family: "Montserrat-Light";
  color: #b3b3b3;
}

.section-full-events-schedule .section-header .nav-tabs li:hover a strong,
.section-full-events-schedule .section-header .nav-tabs li:hover a span {
  color: #373737;
}

.section-full-events-schedule .section-header .nav-tabs li.active a,
.section-full-events-schedule .section-header .nav-tabs li:hover a {
  color: #373737;
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.section-full-events-schedule .section-header .nav-tabs li.active a span,
.section-full-events-schedule .section-header .nav-tabs li.active a strong {
  color: #373737;
}

.section-full-events-schedule .section-header .scrtabs-tabs-fixed-container {
  height: 190px;
  padding: 0 6px;
  width: 100% !important;
}

.section-full-events-schedule .section-header .scrtabs-tabs-movable-container {
  min-width: 3000px;
}

.section-full-events-schedule .section-header .scrtabs-tab-container {
  position: relative;
  height: 190px;
}

.section-full-events-schedule
  .section-header
  .scrtabs-tab-scroll-arrow-right
  span,
.section-full-events-schedule
  .section-header
  .scrtabs-tab-scroll-arrow-left
  span {
  display: none;
}

.section-full-events-schedule .section-header .scrtabs-tab-scroll-arrow-left {
  width: 22px;
  height: 29px;
  background: url(img/calendar/calendar-events-arrow-left.png) no-repeat center
    center;
  border: none;
  position: absolute;
  left: -30px;
  bottom: 0;
  top: 45%;
}

.section-full-events-schedule .section-header .scrtabs-tab-scroll-arrow-right {
  width: 22px;
  height: 29px;
  background: url(img/calendar/calendar-events-arrow-right.png) no-repeat center
    center;
  border: none;
  position: absolute;
  right: -30px;
  bottom: 0;
  top: 45%;
}

.section-full-events-schedule .section-content {
  background: #fff;
  margin: -6px 0 0 6px;
}

.section-full-events-schedule .section-content .tab-pane .nav {
  margin: -6px -31px 0 0;
  border-right: 1px solid #f8f8f8;
}

.section-full-events-schedule .section-content .tab-pane .nav a {
  padding: 30px 50px 30px 80px;
  background: #fff;
  position: relative;
}

.section-full-events-schedule .section-content .tab-pane .nav a:before {
  content: " ";
  width: 20px;
  height: 19px;
  background: url(../images/schedule-clock.png);
  display: block;
  position: absolute;
  top: 34px;
  left: 40px;
}

.section-full-events-schedule .section-content .tab-pane .nav a:after {
  content: " ";
  width: 6px;
  height: 10px;
  background: url(../images/events-arrow.png);
  display: block;
  position: absolute;
  top: 45%;
  right: 40px;
}

.section-full-events-schedule .section-content .tab-pane .nav li.active a,
.section-full-events-schedule .section-content .tab-pane .nav li:hover a {
  background: #f8f8f8;
}

.section-full-events-schedule .section-content .tab-pane .nav .schedule-time {
  display: block;
  font-size: 24px;
  color: #373737;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin: 0 0 10px;
}

.section-full-events-schedule
  .section-content
  .tab-pane
  .nav
  .schedule-time
  strong {
  display: inline-block;
  font-size: 12px;
  color: #373737;
  font-family: "Open Sans", sans-serif;
}

.section-full-events-schedule .section-content .tab-pane .nav .schedule-title {
  display: block;
  font-size: 12px;
  color: #373737;
  font-weight: 700;
  margin: 0 0 15px;
  font-family: "Open Sans", sans-serif;
}

.section-full-events-schedule
  .section-content
  .tab-pane
  .nav
  .schedule-ticket-info {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  background: #ff6600;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 50px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}

.section-full-events-schedule .section-content .tab-pane .tab-content {
  border-left: 1px solid #f8f8f8;
  margin: -6px 0 0;
}

.section-full-events-schedule .section-content .tab-content .tab-pane > img {
  width: 100%;
}

.section-full-events-schedule .section-content .tab-pane .full-event-info {
  padding: 45px;
  overflow: hidden;
}

.section-full-events-schedule .section-content .full-event-info-header {
  overflow: hidden;
  margin: 0 0 45px;
}

.section-full-events-schedule .section-content .tab-pane .full-event-info h2 {
  font-size: 22px;
  color: #373737;
  font-family: "Montserrat-Regular";
  float: left;
  margin: 0 0 15px;
}

.section-full-events-schedule
  .section-content
  .tab-pane
  .full-event-info
  .ticket-left-info {
  font-size: 10px;
  color: #fff;
  background: #ff5700;
  padding: 5px 15px;
  float: right;
  display: inline-block;
  border-radius: 50px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.section-full-events-schedule
  .section-content
  .tab-pane
  .full-event-info
  .event-date-info {
  font-size: 15px;
  color: #6f6f6f;
  float: left;
  display: inline-block;
  font-family: "Montserrat-Light";
}

.section-full-events-schedule
  .section-content
  .tab-pane
  .full-event-info
  .event-venue-info {
  font-size: 15px;
  color: #6f6f6f;
  float: right;
  display: inline-block;
  margin: 0 0 15px;
  font-family: "Montserrat-Light";
}

.section-full-events-schedule
  .section-content
  .tab-pane
  .full-event-info-content {
  overflow: hidden;
}

.section-full-events-schedule
  .section-content
  .tab-pane
  .full-event-info-content
  p {
  color: #373737;
  line-height: 25px;
  font-size: 13px;
  font-family: "Montserrat-Light";
  margin: 0 0 15px;
}

.section-full-events-schedule
  .section-content
  .tab-pane
  .full-event-info-content
  .book-ticket {
  font-size: 16px;
  color: #fff;
  padding: 20px 70px;
  text-transform: uppercase;
  background: #ff6600;
  border-radius: 50px;
  float: right;
  margin: 25px 0 0;
}
