@charset "utf-8";
/* =============================================================================

  ***** TABLE OF CONTENTS *****
  1. STANDARD STYLES
  2. TYPOGRAPHY
  3. HEADER
    3.1 Main-Menu
    3.2 Sub Main-Menu
  4. BODY - general styles
  5. FOOTER
    5.1 Scroll To Top
  6. MOBILE STYLES
    6.1 900px
    6.2 640px
    6.3 Print

============================================================================= */

/* =============================================================================
  1. STANDARD STYLES
============================================================================= */
.esu-sp {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.esu-sp-sm {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.esu-sp-lg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.esu-sm {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.esu-sp-lr {
  padding-left: 3rem;
  padding-right: 3rem;
}

.esu-w-f {
  max-width: 100%;
  width: 100%;
}

.esu-bg-gray {
  background: #EFF0F1;
}

::selection {
  background: #174285;
  color: #ffffff;
}

::-moz-selection {
  background: #174285;
  color: #ffffff;
}

/* =============================================================================
  2. Typeography
============================================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', 'Montserrat', sans-serif !important;
  color: #444444;
}
h1 {
  font-weight: 300 !important
}
h2 {
  font-weight: 300 !important
}
h3 {
  font-weight: 400 !important
}
h4 {
  font-weight: 700 !important
}
h5 {
  font-weight: 600 !important
}
h6 {
  font-weight: 600 !important
}

table,
input,
ul,
ol,
li,
p,
label,
textarea,
div,
section,
span,
b,
a,
strong,
.breadcrumbs {
  font-family: 'Montserrat', 'Raleway', sans-serif;
  font-weight: 400;
  color: #333;
}
.esu-tc-white {
  color: #ffffff;
}
.esu-tc-light-gray {
  color: #848484;
}

/* Page Title */
.lp-page-title::after {
  content: ' ';
  display: block;
  width: 5rem;
  border-bottom: 1px solid #707070;
  margin-top: .875rem;
}

/* ==========================
  Buttons & Links
========================== */

a,
a:visited {
  color: #444444;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #174285;
}

a.esu-blue-link,
a.esu-blue-link:visited {
  color: #174285;
}

a.esu-blue-link:hover,
a.esu-blue-link:focus {
  color: #444444;
}

.lp-btn {
  display: inline-block;
  background: #ccc;
  color: #444;
  border: 1px solid #ccc;
  padding: .875rem 1.75rem;
  border-radius: 3px;
}

.lp-btn-white {
  background: #fff;
  color: #444;
  border-color: #fff;
}

.lp-btn:hover {
  color: #fff;
  background: #174285;
  border-color: #174285;
}

/* =============================================================================
  3. Header
============================================================================= */
.header {
  margin: 12vh 1rem 0 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  max-width: 360px;
}

header {
  width: 100%;
  position: relative;
  z-index: 9999;
  margin-bottom: 3rem;
}

.header-centered {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  padding: 0px 20px;
  margin: 0px auto;
  align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.lp-header-title {
  margin-bottom: 3rem;
}

/* ==========================
  3.1 Main-Menu
========================== */
.menu-main-container ul,
.mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-main-container #menu-main {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.menu-main-container #menu-main li {
  display: block;
  flex: 0 0 100%;
}

#menu-main a {
  display: block;
  color: #b0b0b0;
  padding: .5rem .25rem;
  font-size: 1em;
  position: relative;
  font-weight: 400;
}

#menu-main a:hover,
#menu-main a.active {
  color: #444444;
}

/* =============================================================================
  4. Body
============================================================================= */
#main-container {
  overflow-x: hidden;
  border-left: 1px solid #ccc;
  min-height: 100vh;
}

.lp-main {
  height: 100%;
}

/* ==========================
  Contact Icons
========================== */
.lp-contact-icons .lp-contact-icon a {
  display: block;
  height: 100%;
}

.lp-contact-icons .lp-contact-icon svg {
  width: 100%;
  max-width: 15px;
  max-height: 15px;
  fill: #b0b0b0;
}

.lp-contact-icons .lp-contact-icon a:hover svg {
  fill: #174285;
}

/* ==========================
  Homepage
========================== */
.lp-hp-bg {
  width: 100%;
  height: 100vh;
  background: url(assets/images/defualt-img.jpg) no-repeat center center / cover transparent;
  position: relative;
}

.lp-hp-bg>.row {
  z-index: 9;
}

.lp-hp-bg::after {
  content: ' ';
  background: rgba(0, 0, 0, .35);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lp-hp-icons {
  position: absolute;
  bottom: 1rem;
  z-index: 9;
  margin: 0px auto;
  left: 0;
  right: 0;
}

.lp-hp-icons .lp-contact-icon svg {
  max-width: 25px;
  max-height: 25px;
  fill: #fff;
  margin: 0 .25rem;
}

/* ==========================
  Portfolio
========================== */
.lp-portfolio {
  padding: 0 .75rem;
}
.lp-port-feat {
  padding: .75rem;
  position: relative;
  overflow: hidden;
  border-radius: .9rem;
}
.lp-port-feat .lp-port-card {
  padding-top: 70%;
  width: 100%;
  position: relative;
  border-radius: .9rem;
  transition: all .25s ease-in-out;
  overflow: hidden;
}
.lp-port-feat .lp-port-card .lp-port-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: .9rem;
  transition: all .25s ease-in-out;
  object-fit: cover;
  object-position: top center;
}
.lp-port-feat .lp-port-card:hover .lp-port-img {
  transform: scale(1.1);
}
.lp-port-feat .lp-port-card .lp-port-content {
  font-size: .875rem;
  letter-spacing: 1px;
  font-weight: 600;
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #141c3a;
  border-radius: .9rem;
  transition: all .45s ease-in-out;
}
.lp-port-feat .lp-port-card .lp-port-content a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.lp-port-feat .lp-port-card .lp-port-content svg {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 auto .5rem;
  display: block;
}
.lp-port-feat .lp-port-card .lp-port-content svg path {
  fill: #ffffff;
}
.lp-port-feat .lp-port-card:hover .lp-port-content {
  opacity: 1;
}

/* Simple Layout */
.lp-port-simp {
  border: 1px solid #ccc;
  border-left-width: 5px;
  padding: 1rem;
  transition: all .25s ease-in-out;
  border-radius: .25rem;
  margin: .75rem 0;
}
.lp-port-simp h4 {
  font-size: 1.25rem;
  margin-bottom: .5rem;
  font-weight: 600 !important;
}
.lp-port-simp a {
  text-transform: uppercase;
  font-weight: 900 !important;
  font-size: .75rem;
}
.lp-port-simp:hover {
  border-color: #141c3a;
}

/* ==========================
  Featured Programs
========================== */
.lp-programs {
  background-color: #444444;
  margin-top: 2rem;
  padding: 4rem 3rem;
  justify-content: center;
  align-items: center;
}
.lp-programs .lp-program-img {
  padding: 0 1.25rem;
}
.lp-programs .lp-program-img img {
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height: 100%;
  max-width: 11rem;
  max-height: 2.5rem;
}
.lp-programs .lp-program-img:nth-child(4) {
  position: relative;
  top:5px;
}

/* ==========================
  Contact Me
========================== */
.lp-contact-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 100%;
  padding: 1.5rem;
}

.lp-contact-box img {
  display: block;
  margin: 0px auto;
  height: 50px;
}

/* =============================================================================
  5. Footer
============================================================================= */

/* ==========================
  5.1 To Top
========================== */
.esc-scrollTo {
  scroll-behavior: smooth;
}

.toTop,
.toTop:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .55);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  position: fixed;
  bottom: 30%;
  right: 5%;
  visibility: hidden;
  opacity: 0;
  z-index: 99999999;
}

.toTop:hover,
.toTop:focus {
  background: rgba(0, 0, 0, .75);
}

.toTop svg {
  width: 20px;
  height: 12px;
  fill: #ffffff;
}

.toTop.show {
  visibility: visible;
  opacity: 1;
}

/* =============================================================================
  6. Mobile
============================================================================= */

/* ==========================
  6.1 Mobile Menu
========================== */
@media only screen and (max-width: 900px),
(max-width: 768px) and (max-height: 1024px),
(max-width: 1024px) and (max-height: 768px) {
  /***** Header *****/
  .menu-main-container,
  .header .lp-header-title,
  .header .lp-contact-icons header {
    display: none;
  }
}

/* ==========================
  6.2 900px
========================== */
@media only screen and (max-width: 900px) {
  /***** Header *****/
  .menu-main-container,
  .header .lp-header-title,
  .header .lp-contact-icons,
  header {
    display: none;
  }

  .header {
    position: fixed;
    height: 50px;
    width: 50px;
    display: block;
    border: none;
    padding: 0;
    margin: 0;
    flex: 1 1 100%;
    background: transparent;
    overflow: hidden;
    top: 1.15rem;
    right: 2rem;
    z-index: 999999999999999;
  }
}

/* ==========================
  6.3 640px
========================== */

@media only screen and (max-width: 640px) {
  .lp-header-title {
    margin: 2rem 0 2rem 2rem;
  }

  .mobile-nav .lp-contact-icons {
    margin: 2rem 0 0 2rem;
  }

  .lp-contact-icons .lp-contact-icon svg {
    max-width: 20px;
    max-height: 20px;
  }

  .esu-sp-lr {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #main-container {
    border: none;
  }

  /* Portfolio */
  .lp-portfolio .lp-port-con {
    height: 150px;
  }

  .lp-portfolio .lp-port-con .lp-port-h {
    padding: .5rem;
  }
}

/* ==========================
  6.3 Pring Styles
========================== */
@media print {
  a[href]:after {
    content: none !important;
  }
}