@charset "UTF-8";

/**
  # Project: 	UniAlumni - University Alumni Html Template
  # Version: 	1.2.0
  # Author: 	CodeBoxr
  # Author URI: 	http://www.codeboxr.com
  # Support: 	http://www.codeboxr.com/support
  # License URI: 	http://themeforest.net/licenses/standard
*/

/*--------------------------------------------------------------
  >>> TABLE OF CONTENTS:
  ----------------------------------------------------------------
  # Base
  # Sections
    ## Header
    ## Banner
    ## Upcoming
    ## About
    ## Gallery
    ## Job
    ## Fun Fact
    ## Responsibility
    ## Career
    ## Community
    ## Page Title
    ## Blog
    ## Sidebar
    ## Call To Action
    ## Contact
    ## Register
    ## Page Directory
    ## Single album
    ## Testimonial
    ## Error
    ## Footer

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

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 26px;
  font-weight: 400;
  color: #3a3b3c;
}

.no-scroll {
  overflow: hidden;
}

svg {
  display: block;
}

a,
button {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.container {
  max-width: 1200px;
}

html {
  font-size: 62.5%;
}

/* rules for body contents */

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #fff;
  color: #3a3b3c;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", sans-serif;
}

h1,
.h1 {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 800;
}

h1 a,
.h1 a {
  font-size: inherit;
  font-weight: inherit;
}

h2,
.h2 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
}

h2 a,
.h2 a {
  font-size: inherit;
  font-weight: inherit;
}

h3,
.h3 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
}

h3 a,
.h3 a {
  font-size: inherit;
  font-weight: inherit;
}

h4,
.h4 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
}

h4 a,
.h4 a {
  font-size: inherit;
  font-weight: inherit;
}

h5,
.h5 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}

h5 a,
.h5 a {
  font-size: inherit;
  font-weight: inherit;
  color: #131c33;
}

h5 a:hover,
h5 a:active,
h5 a:focus,
.h5 a:hover,
.h5 a:active,
.h5 a:focus {
  text-decoration: none;
}

h5.title {
  font-family: "Roboto", sans-serif;
  margin-bottom: 8px;
}

h5.title a {
  color: #131c33;
}

h5.title a:hover,
h5.title a:active,
h5.title a:focus {
  text-decoration: none;
}

h6,
.h6 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

h6 a,
.h6 a {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ol {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #3a3b3c;
}

.double-list li {
  float: left;
  width: 50%;
}

p {
  margin-bottom: 10px;
}

a,
a:hover,
a:focus {
  color: #3b60c9;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

textarea,
textarea.form-control,
.form-group textarea.form-control {
  line-height: 1.6;
}

.section-padding {
  padding: 116px 0 117px;
}

.section-title {
  margin-bottom: 60px;
}

.section-title h2 {
  color: #131c33;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 100%;
  text-transform: capitalize;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-brand {
  background-color: #3b60c9;
  color: #fff;
  padding: 15px 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 0;
}

.btn-brand:hover,
.btn-brand:focus,
.btn-brand:active {
  background-color: #fff;
  color: #3a3b3c;
}

.btn-auth {
  background-color: #1dd983;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 5px 30px;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-auth:first-child {
  margin-left: 0;
}

.btn-auth:hover {
  background-color: #3b60c9;
  color: #fff;
}

.btn-auth-rev {
  background-color: #3b60c9;
}

.btn-auth-rev:hover {
  background-color: #1dd983;
}

.btn-brand-dark {
  background-color: #2f4da1;
  border-color: #fff;
}

.btn-brand-rev {
  background-color: #fff;
  color: #3a3b3c;
}

.btn-brand-rev:hover,
.btn-brand-rev:focus,
.btn-brand-rev:active {
  background-color: #3b60c9;
  color: #fff;
}

.btn-job {
  background-color: #1dd983;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  border-radius: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px;
}

.btn-job:hover {
  background-color: #161F37;
  color: #fff;
}

.btn-expired {
  background-color: #e66767;
}

.btn-video-play {
  width: 60px;
  height: 60px;
  background-color: #fff;
  color: #3b60c9;
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 55px;
  border-radius: 50%;
}

.btn-video-play i.fa {
  padding-left: 5px;
}

.btn-video-play:hover {
  background-color: #3b60c9;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-loadmore {
  margin-top: 80px;
  display: inline-block;
  padding: 20px 45px;
}

.btn-loadmore:hover,
.btn-loadmore:active,
.btn-loadmore:focus {
  background-color: #161F37;
  color: #fff;
}

.btn-reg {
  background-color: #3b60c9;
  color: #fff;
  display: block;
  border-radius: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 13px 40px;
}

.btn-reg:hover,
.btn-reg:focus {
  background-color: #2f4da1;
  color: #fff;
}

::-moz-selection {
  color: #fff;
  background: #3b60c9;
}

::selection {
  color: #fff;
  background: #3b60c9;
}

.pagination-wrap {
  margin-top: 70px;
}

.pagination-wrap .pagination {
  display: block;
  text-align: center;
}

.pagination-wrap .pagination li {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

.pagination-wrap .pagination li a {
  width: 50px;
  height: 50px;
  padding: 0;
  color: #8b8b8e;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pagination-wrap .pagination li a:hover {
  background-color: #5481ff;
  color: #fff;
}

.pagination-wrap .pagination li:last-child {
  margin-right: 0;
}

.pagination-wrap .pagination li.active a {
  color: #fff;
}

.nice-select {
  border-radius: 0;
  background-color: #3b60c9;
  color: #fff;
  border-color: #3b60c9;
}

.nice-select:hover,
.nice-select:active,
.nice-select:focus {
  border-color: #3b60c9;
}

.nice-select:after {
  border-color: #fff;
}

.nice-select .list {
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.nice-select .list li {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nice-select .list li:hover {
  background-color: #3b60c9;
  color: #fff;
}

.nice-select .list li.selected:hover {
  background-color: #3b60c9;
  color: #fff;
}

.nice-select .current {
  margin-right: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: #3b60c9;
}

.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 10px;
  background-color: rgba(59, 96, 201, 0.3);
}

.table-responsive::-moz-scrollbar-thumb {
  border-radius: 0;
  border: 0;
  background-color: #3b60c9;
}

.table-responsive::-moz-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 10px;
  background-color: rgba(59, 96, 201, 0.3);
}

.brand-search-form form {
  position: relative;
}

.brand-search-form form input {
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #b4b4b4;
  width: 100%;
  border-radius: 5px;
  padding: 12px 20px;
}

.brand-search-form form input:focus,
.brand-search-form form input:active {
  outline: none;
  -webkit-box-shadow: none 0 0 #000;
  box-shadow: none 0 0 #000;
  border-color: #3b60c9;
}

.brand-search-form form button {
  color: #b4b4b4;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}

.brand-unorderlist li {
  border-bottom: 1px solid #b4b4b4;
  padding: 8px 0 8px 10px;
}

.brand-unorderlist li a {
  text-transform: capitalize;
  color: #3a3b3c;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.brand-unorderlist li a:hover {
  opacity: 1;
  padding-left: 10px;
}

.brand-unorderlist li a:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-right: 10px;
}

.brand-unorderlist li:last-child {
  border-bottom: none;
}

blockquote,
.blockquote {
  border-top: 1px solid #b4b4b4;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  font-style: italic;
  color: #6a78a1;
  padding: 25px 20px 0px 70px;
  margin: 0;
  margin-top: 10px;
}

blockquote:before,
.blockquote:before {
  content: "";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  color: #cfcfcf;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  padding-top: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-control-label::before {
  width: 13px;
  height: 13px;
  border: 1px solid #6a78a1;
  background-color: transparent;
  top: 0;
}

.custom-control-label::after {
  left: -1.409rem;
  top: 0.06rem;
}

.img-left {
  padding: 0 2rem 1rem 0;
  float: left;
}

.img-right {
  padding: 0 2rem 1rem 0;
  float: right;
}

.typography-page-wrapper img {
  max-width: 500px;
}

.cbx-switcher-area {
  position: fixed;
  top: 35%;
  right: 0;
  max-width: 300px;
  z-index: 1891;
}

.cbx-switcher-btn:active,
.cbx-switcher-btn:focus,
.cbx-switcher-btn:hover {
  color: #fff;
}

.cbx-switcher-inner {
  position: relative;
}

.cbx-switcher-btn {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1892;
  padding: 5px;
}

.cbx-switcher-body {
  background: rgba(230, 230, 230, 0.93);
  padding: 10px;
  width: 260px;
  position: absolute;
  top: 0;
  right: -280px;
}

.cbx-switcher-list li {
  height: 30px;
  width: 30px;
  float: left;
  display: inline-block;
  margin: 0 20px 20px 0;
}

.cbx-switcher-list li a {
  width: 100%;
  height: 100%;
  display: block;
}

.cbx-list-default,
.cbx-switcher-btn {
  background: #3b60c9;
}

.cbx-list-yellow {
  background: #e67e22;
}

.cbx-list-red {
  background: #e74c3c;
}

.cbx-list-orange {
  background: #f5740a;
}

.cbx-list-olive {
  background: #559137;
}

.cbx-list-violet {
  background: #93c;
}

.cbx-list-pink {
  background: #FF69B4;
}

.cbx-list-navy {
  background: #3b5998;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.zoom {
  -webkit-animation-name: zoom;
  animation-name: zoom;
}

@-webkit-keyframes zoom2 {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom2 {
  from {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.zoom2 {
  -webkit-animation-name: zoom2;
  animation-name: zoom2;
}

@-webkit-keyframes zoommd {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes zoommd {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}

.zoomBounce {
  -webkit-animation-name: zoomBounce;
  animation-name: zoomBounce;
}

@-webkit-keyframes zoomBounce {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomBounce {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes movexy {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}

@keyframes movexy {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }

  100% {
    -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 20%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 20%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 20%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 20%, 0) rotateZ(-360deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotateZ(0deg) translate3d(0, 20%, 0) rotateZ(0deg);
    transform: rotateZ(0deg) translate3d(0, 20%, 0) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateZ(360deg) translate3d(0, 20%, 0) rotateZ(-360deg);
    transform: rotateZ(360deg) translate3d(0, 20%, 0) rotateZ(-360deg);
  }
}

@-webkit-keyframes gptFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes gptFade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes gptFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes gptFadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes gptFadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes gptFadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes gptFadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes gptFadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes gptFadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes gptFadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes gptZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes gptZoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes gptBounceIn {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes gptBounceIn {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }

  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.gptFade {
  -webkit-animation-name: gptFade;
  animation-name: gptFade;
}

.gptFadeUp {
  -webkit-animation-name: gptFadeUp;
  animation-name: gptFadeUp;
}

.gptFadeDown {
  -webkit-animation-name: gptFadeDown;
  animation-name: gptFadeDown;
}

.gptFadeLeft {
  -webkit-animation-name: gptFadeLeft;
  animation-name: gptFadeLeft;
}

.gptFadeRight {
  -webkit-animation-name: gptFadeRight;
  animation-name: gptFadeRight;
}

.gptZoomIn {
  -webkit-animation-name: gptZoomIn;
  animation-name: gptZoomIn;
}

.gptBounceIn {
  -webkit-animation-name: gptBounceIn;
  animation-name: gptBounceIn;
}

@-webkit-keyframes jumping {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

@keyframes jumping {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }

  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
}

@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes moveclouds {
  0% {
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(30px, 0px, 0);
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}

@keyframes moveclouds {
  0% {
    -webkit-transform: translate3d(-10px, -10px, 0);
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translate3d(-20px, 20px, 0);
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(30px, 0px, 0);
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes pulse {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    height: 120px;
    width: 120px;
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    height: 120px;
    width: 120px;
    opacity: 0;
  }
}

@-webkit-keyframes pulsesm {
  0% {
    width: 60px;
    height: 60px;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    height: 80px;
    width: 80px;
    opacity: 0;
  }
}

@keyframes pulsesm {
  0% {
    width: 60px;
    height: 60px;
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  100% {
    height: 80px;
    width: 80px;
    opacity: 0;
  }
}

.gpUpX {
  -webkit-animation-name: gpUpX;
  animation-name: gpUpX;
}

.gpUpSmX {
  -webkit-animation: gpUpX 1s both 1s;
  animation: gpUpX 1s both 1s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.gpDownX {
  -webkit-animation-name: gpDownX;
  animation-name: gpDownX;
}

@-webkit-keyframes gpUpX {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, -30px);
    transform: translate(80px, -30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes gpUpX {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, -30px);
    transform: translate(80px, -30px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gpDownX {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, 80px);
    transform: translate(-80px, 80px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes gpDownX {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, 80px);
    transform: translate(-80px, 80px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes leafMotion {
  50% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}

@keyframes leafMotion {
  50% {
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
}

@-webkit-keyframes slideInnew3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, -80px);
    transform: translate(80px, -80px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes slideInnew3 {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, -80px);
    transform: translate(80px, -80px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes animeone {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(80px, 1px) rotate(50deg);
    transform: translate(80px, 1px) rotate(50deg);
  }

  40% {
    -webkit-transform: translate(145px, 72px) rotate(90deg);
    transform: translate(145px, 72px) rotate(90deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(125deg);
    transform: translate(83px, 122px) rotate(125deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(140deg);
    transform: translate(-40px, 72px) rotate(140deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@keyframes animeone {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(80px, 1px) rotate(50deg);
    transform: translate(80px, 1px) rotate(50deg);
  }

  40% {
    -webkit-transform: translate(145px, 72px) rotate(90deg);
    transform: translate(145px, 72px) rotate(90deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(125deg);
    transform: translate(83px, 122px) rotate(125deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(140deg);
    transform: translate(-40px, 72px) rotate(140deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@-webkit-keyframes animetwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@keyframes animetwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@-webkit-keyframes animethree {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translateY(-73px) rotate(-36deg);
    transform: translateY(-73px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translateY(-141px) rotate(-72deg);
    transform: translateY(-141px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translateY(-83px) rotate(-108deg);
    transform: translateY(-83px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translateY(40px) rotate(-144deg);
    transform: translateY(40px) rotate(-144deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@keyframes animethree {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  20% {
    -webkit-transform: translateY(-73px) rotate(-36deg);
    transform: translateY(-73px) rotate(-36deg);
  }

  40% {
    -webkit-transform: translateY(-141px) rotate(-72deg);
    transform: translateY(-141px) rotate(-72deg);
  }

  60% {
    -webkit-transform: translateY(-83px) rotate(-108deg);
    transform: translateY(-83px) rotate(-108deg);
  }

  80% {
    -webkit-transform: translateY(40px) rotate(-144deg);
    transform: translateY(40px) rotate(-144deg);
  }

  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }
}

@keyframes slide-down {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 0;
  }
}

/*--------------------------------------------------------------
  ##  Section Heading
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  ##  Header
  --------------------------------------------------------------*/

.site-header {
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 480px) {
  .site-header {
    padding: 0 10px;
  }
}

.site-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.site-header.header-transparent .codeboxr-main-menu > li > a:before {
  display: none;
}

.site-header .header-topbar {
  background-color: #161F37;
}

@media (max-width: 767px) {
  .site-header .header-topbar {
    display: none;
  }
}

.site-header .header-topbar .preheader-left a {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

.site-header .header-topbar .preheader-left a:not(:last-child) {
  margin-right: 35px;
}

.site-header .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .site-header .site-logo {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.site-header .site-logo img {
  max-width: 250px;
}

@media (max-width: 991px) {
  .site-header .site-logo img {
    max-width: 150px;
  }
}

.site-header .site-logo .site-title {
  padding: 8px 0;
  margin: 0;
}

.site-header .site-logo a {
  padding: 18px 0;
  display: block;
}

.site-header .site-logo a h3 {
  margin: 0;
  color: #000;
}

.site-header .site-logo .logo-sticky {
  display: none;
}

.site-header .burger-menu {
  text-align: right;
  display: none;
  cursor: pointer;
}

@media (max-width: 991px) {
  .site-header .burger-menu {
    display: block;
  }
}

.site-header .burger-menu span {
  background: #2c2c51;
  height: 2px;
  display: block;
  margin-left: auto;
}

.site-header .burger-menu span:not(:last-child) {
  margin-bottom: 5px;
}

.site-header .burger-menu .bar-one {
  width: 20px;
}

.site-header .burger-menu .bar-two {
  width: 25px;
}

.site-header .burger-menu .bar-three {
  width: 15px;
}

.site-header.header-fixed.showed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.header-position .site-header.header-fixed.showed {
  top: 32px;
}

@media (max-width: 782px) {
  .header-position .site-header.header-fixed.showed {
    top: 46px;
  }
}

.site-header.header-fixed.showed .site-logo .main-logo {
  display: none;
}

@media (min-width: 1200px) {
  .site-header .site-logo {
    width: 15%;
  }

  .site-header .menu-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .submenu-align-right .site-header {
    width: auto;
  }
}

.site-header .main-nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-header .main-nav {
  position: relative;
}

.site-header .codeboxr-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header .codeboxr-main-menu > li {
  padding: 37px 20px;
}

.site-header .codeboxr-main-menu > li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  background: #3b60c9;
}

.site-header .codeboxr-main-menu > li.current-menu-item {
  background-color: #dbe5f3;
}

@media (max-width: 991px) {
  .site-header .codeboxr-main-menu > li.current-menu-item {
    background-color: #3b60c9;
  }

  .site-header .codeboxr-main-menu > li.current-menu-item i {
    color: #fff;
  }

  .site-header .codeboxr-main-menu > li.current-menu-item a {
    color: #fff;
  }
}

.site-header .codeboxr-main-menu > li.current-menu-item:before {
  width: 100%;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.site-header .codeboxr-main-menu > li > a {
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  color: #161F37;
  position: relative;
}

.site-header .codeboxr-main-menu > li > a:hover {
  color: #3b60c9;
}

@media (max-width: 991px) {
  .site-header .codeboxr-main-menu > li:hover {
    background: #dbe5f3;
  }
}

.site-header .codeboxr-main-menu > li:nth-last-child(-n+2).has-submenu .sub-menu {
  left: auto;
  right: 0;
}

.site-header .codeboxr-main-menu > li:nth-last-child(-n+2).has-submenu .sub-menu li ul {
  right: 100%;
}

.site-header .codeboxr-main-menu > li:not(.mega-menu) {
  position: relative;
}

.menu-light .site-header .codeboxr-main-menu > li > a {
  color: #fff;
}

.site-header .codeboxr-main-menu li {
  display: inline-block;
}

.site-header .codeboxr-main-menu li:not(:last-child) {
  margin-right: 10px;
}

.site-header .codeboxr-main-menu li.has-submenu > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: calc(50% - 11px);
  right: -15px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  font-size: 12px;
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu {
  margin: 0;
  position: absolute;
  top: 115%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 200px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(9, 2, 51, 0.1);
  box-shadow: 0 10px 30px 0 rgba(9, 2, 51, 0.1);
  z-index: 2222;
  width: 200px;
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li {
  display: block;
  position: relative;
  margin-right: 0;
  line-height: 36px;
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li a {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 10px 15px;
  display: block;
  line-height: 1.5;
  color: #161F37;
  font-weight: 500;
  border-top: 1px solid #eee;
}

@media (max-width: 991px) {
  .site-header .codeboxr-main-menu li.has-submenu .sub-menu li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 8px 10px;
  }
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li a:after {
  top: calc(50% - 7px);
  right: 15px;
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li a:hover {
  color: #3b60c9;
  background-color: #dbe5f3;
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 220px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 5px 10px #14303a15;
  box-shadow: 0px 5px 10px #14303a15;
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li.has-submenu:hover ul {
  opacity: 1;
  visibility: visible;
}

.site-header .codeboxr-main-menu li.has-submenu .sub-menu li.current-menu-item a {
  background-color: #3b60c9;
  color: #fff;
}

.site-header .codeboxr-main-menu li.has-submenu:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.site-header.header-transparent.header-2 .codeboxr-main-menu > li > a {
  color: #fff;
}

.site-header.submenu-align-right .menu-wrapper {
  width: auto;
}

.site-header.submenu-align-right .codeboxr-main-menu > li:nth-last-child(-n+3).has-submenu .sub-menu {
  left: auto;
  right: 0;
}

.site-header.submenu-align-right .codeboxr-main-menu > li:nth-last-child(-n+3).has-submenu .sub-menu li ul {
  right: 100%;
}

.site-header.header-fixed.showed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

.site-header.header-fixed.showed .header-topbar {
  display: none;
}

.site-header.header-fixed.showed .site-logo a {
  padding: 7px 0;
}

.site-header.header-fixed.showed .site-logo .main-logo {
  display: none;
}

.site-header.header-fixed.showed .site-logo .logo-sticky {
  display: block;
}

.site-header.header-fixed.showed .codeboxr-main-menu > li {
  padding: 27px 20px;
}

@media (max-width: 420px) {
  .no-scroll .main-content {
    position: relative;
  }
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#site-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .close-menu {
    display: none;
  }
}

.canvas-header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 8px 12px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  display: none;
}

.close-menu {
  height: 40px;
  width: 40px;
  background: rgba(136, 136, 136, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 43px;
  color: #051441;
  font-size: 15px;
  cursor: pointer;
}

.codeboxr-main-menu {
  list-style: none;
}

.codeboxr-main-menu ul {
  list-style: none;
}

/*--------------------------------------------------------------
### Main Nav Mobile
--------------------------------------------------------------*/

.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 222;
}

@media (max-width: 991px) {
  .site-header .burger-menu {
    display: block;
    margin-left: 20px;
  }

  .site-header .canvas-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .site-header .site-logo .logo-sticky {
    display: none;
  }

  .site-header .mobile-offcanvas-logo img {
    max-width: 150px;
  }

  .site-header.header-fixed.showed .site-logo a {
    padding: 11px 0;
  }

  .site-header.header-fixed.showed .logo-sticky {
    display: block;
  }

  .site-header .site-logo a {
    padding: 13px 0;
  }

  .site-header .main-nav-container {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #fff;
    max-width: 400px;
    width: 100%;
    text-align: left;
    overflow-y: auto;
    padding-bottom: 80px;
    left: -100px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    display: block;
  }

  .header-position .site-header .main-nav-container {
    top: 32px;
  }
}

@media (max-width: 991px) and (max-width: 780px) {
  .header-position .site-header .main-nav-container {
    top: 46px;
  }
}

@media (max-width: 991px) and (max-width: 420px) {
  .site-header .main-nav-container {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .site-header .main-nav-container.open-menu {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
}

@media (max-width: 991px) {
  .site-header .main-nav-container li {
    display: block;
    padding: 0 !important;
    margin-right: 0 !important;
  }

  .site-header .main-nav-container li:before {
    display: none;
  }

  .site-header .main-nav-container li a {
    font-size: 16px;
    color: #131c33;
    position: relative;
    z-index: 1;
    padding: 8px 15px;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: capitalize;
    font-weight: 500;
    border-left: 2px solid transparent;
  }

  .site-header .main-nav-container li.has-submenu {
    position: relative;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    min-height: 100%;
  }

  .site-header .main-nav-container li.has-submenu i {
    position: absolute;
    top: 3px;
    right: 15px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    z-index: 222;
  }

  .site-header .main-nav-container li.has-submenu > a {
    position: relative;
    line-height: 1.2 !important;
  }

  .site-header .main-nav-container li.has-submenu > a:after {
    display: none;
  }

  .site-header .main-nav-container li.has-submenu > a.active:after {
    content: "";
  }

  .site-header .main-nav-container li.has-submenu li a {
    font-size: 16px;
  }

  .site-header .main-nav-container li.has-submenu li.has-submenu .sub-menu {
    position: static;
    width: 100%;
    min-width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    visibility: visible;
  }

  .site-header .main-nav-container li.has-submenu li.has-submenu .sub-menu li ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .site-header .main-nav-container li.has-submenu .sub-menu {
    position: static;
    width: 100%;
    min-width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
}

@media (max-width: 991px) {
  .site-header.header-main .codeboxr-burger-menu {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .header-position .site-header.header-fixed.showed .main-nav-container {
    top: 0;
  }
}

@media (max-width: 991px) {
  .site-header .main-nav {
    position: relative;
    z-index: 3333;
    line-height: 1.2;
  }

  .site-header .main-nav .codeboxr-main-menu {
    padding-left: 0;
  }

  .site-header .main-nav .sub-menu {
    padding-left: 15px;
    margin-left: 0;
    margin-bottom: 0;
    display: none;
  }

  .site-header .main-nav .sub-menu.active .main-item > .menu-link {
    background: #f8f9fa;
  }

  .site-header .main-nav .sub-menu li a {
    border-top: 0;
  }

  .site-header .main-nav .sub-menu li.active a.active .ti-plus {
    color: #3b60c9;
  }

  .site-header .main-nav .nav-item.active-main-item > .menu-link {
    color: #3b60c9;
    background: #f8f9fa;
    border-color: #3b60c9;
  }

  .site-header .main-nav .sub-menu {
    padding-left: 15px;
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .site-header .main-nav {
    cursor: default;
    position: relative;
    z-index: 10;
    text-align: left;
    font-weight: 500;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .site-header .main-nav a:before,
  .site-header .main-nav .close-bar {
    display: none;
  }

  .site-header .main-nav.hidden {
    display: none;
  }
}

/*--------------------------------------------------------------
  ##  Banner
  --------------------------------------------------------------*/

#slider-area {
  position: relative;
}

#slider-area .single-slide-wrap {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 155px 0 320px;
  position: relative;
  z-index: 1;
}

#slider-area .single-slide-wrap .slider-content h2 {
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  margin: 0;
}

#slider-area .single-slide-wrap .slider-content h3 {
  font-size: 36px;
  line-height: 1;
  margin: 20px 0 30px;
}

#slider-area .single-slide-wrap .slider-content span {
  color: #ffe156;
}

#slider-area .single-slide-wrap .slider-content .slider-btn {
  margin-top: 35px;
}

#slider-area .single-slide-wrap .slider-content .slider-btn a {
  margin-right: 20px;
  font-size: 15px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
}

#slider-area .single-slide-wrap .slider-content .slider-btn a:last-child {
  margin-right: 0;
}

#slider-area .single-slide-wrap:after {
  background-color: #000;
  content: "";
  left: 0;
  height: 100%;
  top: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  z-index: -1;
}

#slider-area .owl-dots {
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 65px;
}

#slider-area .owl-dots .owl-dot {
  border: 3px solid transparent;
  outline: none !important;
}

#slider-area .owl-dots .owl-dot span {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 100%;
}

#slider-area .owl-dots .owl-dot:last-child span {
  margin-bottom: 0;
}

#slider-area .owl-dots .owl-dot:focus {
  outline: none !important;
}

#slider-area .owl-dots .owl-dot.active span {
  border: 3px solid #fff;
  background-color: #3b60c9;
  width: 30px;
  height: 30px;
}

#slider-area .slide-bg-1 {
  background-image: url("/images/1.gif");
}

#slider-area .slide-bg-2 {
  background-image: url("/images/4.gif");
}

#slider-area .slide-bg-3 {
  background-image: url("/images/3.gif");
}

#slider-area .social-networks-icon {
  display: none;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

#slider-area .social-networks-icon a {
  border-bottom: 1px solid #fff;
  display: block;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
}

#slider-area .social-networks-icon a i {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#slider-area .social-networks-icon a i.fa {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#slider-area .social-networks-icon a:hover i.fa-facebook {
  color: #3B5999;
}

#slider-area .social-networks-icon a:hover i.fa-twitter {
  color: #1DA1F2;
}

#slider-area .social-networks-icon a:hover i.fa-pinterest {
  color: #CB2028;
}

#slider-area .social-networks-icon a:hover i.fa-youtube {
  color: #CC332D;
}

#slider-area .social-networks-icon a span {
  position: absolute;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #000;
  display: block;
  background-color: #fff;
  padding: 2px 8px;
  left: 100%;
  margin-left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 120px;
}

#slider-area .social-networks-icon a span:after {
  position: absolute;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  left: -5px;
}

#slider-area .social-networks-icon li a:hover span {
  opacity: 1;
  visibility: visible;
  margin-left: 20px;
}

#slider-area .social-networks-icon li:last-child a {
  border-bottom: none;
}

/*--------------------------------------------------------------
  ##  Upcoming
  --------------------------------------------------------------*/

#upcoming-area {
  display: none;
  margin-top: -190px;
  position: relative;
  z-index: 1;
}

#upcoming-area .upcoming-event-wrap {
  background-color: #3b60c9;
  padding: 40px;
  color: #fff;
  position: relative;
}

#upcoming-area .upcoming-event-wrap .up-event-titile {
  position: absolute;
  text-align: center;
  margin: 0;
  top: -31px;
}

#upcoming-area .upcoming-event-wrap .up-event-titile h3 {
  background-color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  padding: 10px 45px;
  margin: 0;
  -webkit-box-shadow: 14px 0 26px rgba(0, 0, 0, 0.4);
  box-shadow: 14px 0 26px rgba(0, 0, 0, 0.4);
}

#upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav {
  position: absolute;
  bottom: -40px;
  right: -35px;
}

#upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav button {
  outline: none;
  background-color: #5481ff;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 48px;
  text-align: center;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav button:hover {
  background-color: #fff;
  color: #161F37;
}

#upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav buttonfocus {
  outline: none;
}

.single-upcoming-event .up-event-thumb {
  position: relative;
  min-height: 294px;
}

.single-upcoming-event .up-event-thumb img {
  width: 100%;
  display: block;
}

.single-upcoming-event .up-event-thumb .up-event-date {
  color: #3a3b3c;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #fff;
  padding: 12px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: -5px;
  border-bottom: 8px solid #000;
}

.single-upcoming-event .up-event-text h3 {
  font-size: 30px;
  font-size: 3rem;
}

.single-upcoming-event .up-event-text h3 a {
  color: #fff;
}

.single-upcoming-event .up-event-text a {
  margin-top: 10px;
}

.event-page-content-wrap {
  background-color: #ecf1f5;
}

.event-page-content-wrap .all-event-list {
  margin-top: -30px;
}

.event-page-content-wrap .all-event-list .single-upcoming-event {
  background-color: #3b60c9;
  color: #fff;
  padding: 30px;
  margin-top: 30px;
}

.event-filter-area {
  margin-bottom: 60px;
}

.event-filter-area .form-inline {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event-filter-area .nice-select {
  height: 54px;
  margin-right: 20px;
  text-align: center;
  background-color: #fff;
  color: #6a78a1;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 54px;
  text-transform: uppercase;
}

.event-filter-area .nice-select:after {
  border-color: #6a78a1;
  width: 8px;
  height: 8px;
  margin-top: -7px;
}

.event-filter-area .btn-brand {
  padding: 12px 25px;
}

.event-filter-area .btn-brand:hover,
.event-filter-area .btn-brand:active {
  background-color: #2f4da1;
  color: #fff;
}

.single-event-page-content {
  background-color: #ecf1f5;
}

.single-event-page-content .single-event-details h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #131c33;
  margin-top: 60px;
  margin-bottom: 20px;
}

.single-event-page-content .single-event-details p {
  line-height: 2;
  margin-bottom: 30px;
}

.single-event-page-content .single-event-details .event-schedul h3 {
  background-color: #3b60c9;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  padding: 12px;
  margin-bottom: 65px;
  margin-top: 90px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card {
  margin-top: 10px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header {
  background-color: #fff;
  padding: 18px 15px 10px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #131c33;
  cursor: pointer;
  margin-bottom: 0;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 .event-time {
  background-color: #3b60c9;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 13px;
  margin-right: 20px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 i.fa {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #6a78a1;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5[aria-expanded=false] i.fa-angle-up {
  display: none;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5[aria-expanded=true] i.fa-angle-down {
  display: none;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body {
  background-color: #fff;
  padding: 20px 30px 30px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body p {
  margin-bottom: 10px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body .speaker-name {
  color: #3b60c9;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body .speaker-name strong {
  text-transform: uppercase;
  font-weight: 700;
  color: #3a3b3c;
  font-style: normal;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body .speaker-name .speaker-deg {
  color: #6a78a1;
  border-bottom: 2px solid #6a78a1;
  margin-bottom: 0;
}

.single-event-page-content .single-event-details .event-thumb-item {
  min-height: 500px;
  max-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.single-event-page-content .single-event-details .event-thumb-item:after {
  background-color: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: -1;
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta {
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 2px solid #2f4da1;
  color: #fff;
  padding: 15px 30px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta .event-address {
  color: #ffe156;
  text-decoration: underline;
  margin: 10px 0 5px;
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 8px 30px;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join:hover,
.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join:active {
  color: #3b60c9;
}

.single-event-page-content .event-thumb-img-1 {
  background-image: url("/images/4.gif");
}

.single-event-page-content .event-thumbnails {
  position: relative;
}

.single-event-page-content .event-thumbnails .event-countdown {
  padding: 20px 50px;
  text-align: center;
  background-color: #3b60c9;
  border: 1px solid #fff;
  border-top: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

.single-event-page-content .event-thumbnails .event-countdown P {
  position: static;
  color: #fff;
  margin-bottom: 0;
}

.single-event-page-content .event-thumbnails .event-countdown .counter-item:last-child {
  margin-right: 0;
}

.single-event-page-content .event-thumbnails .owl-nav div {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  background-color: #3b60c9;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -25px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.single-event-page-content .event-thumbnails .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.event-countdown {
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}

.event-countdown .event-countdown-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-countdown .event-countdown-counter .counter-item {
  text-align: center;
  color: #fff;
  margin-right: 15px;
}

.event-countdown .event-countdown-counter .counter-item .counter-label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.event-countdown .event-countdown-counter .counter-item .single-cont {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #fff;
  background-color: #161F37;
  padding: 10px;
  display: inline-block;
}

.event-countdown p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 100%;
}

.event-thumbnail-carousel {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.event-thumbnail-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.event-thumbnail-carousel:hover .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

.event-page-content-wrap {
  background-color: #ecf1f5;
}

.event-page-content-wrap .all-event-list {
  margin-top: -30px;
}

.event-page-content-wrap .all-event-list .single-upcoming-event {
  background-color: #3b60c9;
  color: #fff;
  padding: 30px;
  margin-top: 30px;
}

.event-filter-area {
  margin-bottom: 60px;
}

.event-filter-area .form-inline {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.event-filter-area .nice-select {
  height: 54px;
  margin-right: 20px;
  text-align: center;
  background-color: #fff;
  color: #6a78a1;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 54px;
  text-transform: uppercase;
}

.event-filter-area .nice-select:after {
  border-color: #6a78a1;
  width: 8px;
  height: 8px;
  margin-top: -7px;
}

.event-filter-area .btn-brand {
  padding: 12px 25px;
}

.event-filter-area .btn-brand:hover,
.event-filter-area .btn-brand:active {
  background-color: #2f4da1;
  color: #fff;
}

.single-event-page-content {
  background-color: #ecf1f5;
}

.single-event-page-content .single-event-details h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #131c33;
  margin-top: 60px;
  margin-bottom: 20px;
}

.single-event-page-content .single-event-details p {
  line-height: 2;
  margin-bottom: 30px;
}

.single-event-page-content .single-event-details .event-schedul h3 {
  background-color: #3b60c9;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  padding: 12px;
  margin-bottom: 65px;
  margin-top: 90px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card {
  margin-top: 10px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header {
  background-color: #fff;
  padding: 18px 15px 10px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #131c33;
  cursor: pointer;
  margin-bottom: 0;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 .event-time {
  background-color: #3b60c9;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 13px;
  margin-right: 20px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 i.fa {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #6a78a1;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5[aria-expanded=false] i.fa-angle-up {
  display: none;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5[aria-expanded=true] i.fa-angle-down {
  display: none;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body {
  background-color: #fff;
  padding: 20px 30px 30px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body p {
  margin-bottom: 10px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body .speaker-name {
  color: #3b60c9;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body .speaker-name strong {
  text-transform: uppercase;
  font-weight: 700;
  color: #3a3b3c;
  font-style: normal;
}

.single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body .speaker-name .speaker-deg {
  color: #6a78a1;
  border-bottom: 2px solid #6a78a1;
  margin-bottom: 0;
}

.single-event-page-content .single-event-details .event-thumb-item {
  min-height: 500px;
  max-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.single-event-page-content .single-event-details .event-thumb-item:after {
  background-color: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.2;
  z-index: -1;
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta {
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 2px solid #2f4da1;
  color: #fff;
  padding: 15px 30px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta .event-address {
  color: #ffe156;
  text-decoration: underline;
  margin: 10px 0 5px;
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 8px 30px;
  text-align: right;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join:hover,
.single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join:active {
  color: #3b60c9;
}

.single-event-page-content .event-thumb-img-1 {
  background-image: url("https://via.placeholder.com/700x353");
}

.single-event-page-content .event-thumbnails {
  position: relative;
}

.single-event-page-content .event-thumbnails .event-countdown {
  padding: 20px 50px;
  text-align: center;
  background-color: #3b60c9;
  border: 1px solid #fff;
  border-top: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9;
}

.single-event-page-content .event-thumbnails .event-countdown P {
  position: static;
  color: #fff;
  margin-bottom: 0;
}

.single-event-page-content .event-thumbnails .event-countdown .counter-item:last-child {
  margin-right: 0;
}

.single-event-page-content .event-thumbnails .owl-nav div {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  background-color: #3b60c9;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -25px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.single-event-page-content .event-thumbnails .owl-nav div.owl-next {
  left: auto;
  right: 20px;
}

.event-countdown {
  margin-bottom: 18px;
  position: relative;
  display: inline-block;
}

.event-countdown .event-countdown-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-countdown .event-countdown-counter .counter-item {
  text-align: center;
  color: #fff;
  margin-right: 15px;
}

.event-countdown .event-countdown-counter .counter-item .counter-label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.event-countdown .event-countdown-counter .counter-item .single-cont {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  border: 1px solid #fff;
  background-color: #161F37;
  padding: 10px;
  display: inline-block;
}

.event-countdown p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 100%;
}

.event-thumbnail-carousel {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.event-thumbnail-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.event-thumbnail-carousel:hover .owl-nav div.owl-next {
  right: 0;
  left: auto;
}

.single-event-details .event-thumbnail-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 2rem;
  line-height: 3.2rem;
  line-height: 50px;
  background-color: #3b60c9;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -25px;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  visibility: hidden;
}

.single-event-details .event-thumbnail-carousel .owl-nav button.owl-next {
  left: auto;
  right: 20px;
}

.single-event-details .event-thumbnail-carousel .owl-nav button.owl-prev {
  left: 20px;
}

.single-event-details .event-thumbnail-carousel:hover .owl-nav button {
  opacity: 1;
  visibility: visible;
}

.single-event-details .event-thumbnail-carousel:hover .owl-nav button.owl-next {
  right: 0;
}

.single-event-details .event-thumbnail-carousel:hover .owl-nav button.owl-prev {
  left: 0;
}

.cbx-acacordion .accordion-item:first-of-type {
  border-radius: 0;
}

.cbx-acacordion .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}

.cbx-acacordion .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.cbx-acacordion .accordion-header {
  margin: 0 !important;
}

.cbx-acacordion .accordion-button {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #131c33;
  cursor: pointer;
  margin-bottom: 0;
  border-bottom: 1px solid #0000002d;
  padding: 15px 20px;
}

.cbx-acacordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cbx-acacordion .accordion-button span {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #3b60c9;
  color: #fff;
  padding: 10px 13px;
  margin-right: 20px;
}

.cbx-acacordion .accordion-button:not(.collapsed) {
  color: #3b60c9;
  background-color: transparent;
}

.cbx-acacordion p {
  margin-bottom: 1em !important;
}

.cbx-acacordion .accordion-body {
  padding: 15px 20px 30px;
}

.cbx-acacordion h4.speaker-name {
  color: #3b60c9;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
}

.cbx-acacordion h4.speaker-name strong {
  text-transform: uppercase;
  font-weight: 700;
  color: #3a3b3c;
  font-style: normal;
}

.cbx-acacordion h4.speaker-name .speaker-deg {
  color: #6a78a1;
  border-bottom: 2px solid #6a78a1;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
  ##  About
  --------------------------------------------------------------*/

#page-content-wrap .about-page-content-wrap {
  padding-top: 170px;
  background-color: #ecf1f5;
}

#page-content-wrap .about-page-content-wrap .single-about-text {
  background-color: #fff;
  padding: 50px;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 150px;
}

#page-content-wrap .about-page-content-wrap .single-about-text .year {
  font-size: 100px;
  font-size: 10rem;
  line-height: 1;
  color: #fff;
  text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -75px;
  right: 25px;
}

#page-content-wrap .about-page-content-wrap .single-about-text h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
}

#page-content-wrap .about-page-content-wrap .single-about-text .img-left {
  margin-top: -100px;
  margin-left: -97px;
}

#page-content-wrap .about-page-content-wrap .single-about-text .img-right {
  margin-top: -100px;
  margin-right: -118px;
}

#page-content-wrap .about-page-content-wrap .single-about-text:first-child img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#page-content-wrap .about-page-content-wrap .single-about-text:nth-child(2n) .year {
  right: auto;
  left: 0px;
}

#page-content-wrap .about-page-content-wrap .single-about-text:first-child {
  margin-top: 0;
}

#page-content-wrap .our-honorable-commitee .honorable-committee-list .single-committee-member {
  margin-top: 50px;
}

#page-content-wrap .about-page-area-title {
  margin-bottom: 50px;
}

#page-content-wrap .about-page-area-title h2 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
}

/* --== About Area Start ==-- */

#about-area .about-area-wrapper {
  position: relative;
  z-index: 1;
}

#about-area .about-area-wrapper .about-content-wrap {
  background-color: #ecf1f5;
  border: 10px solid #dbe5f3;
  padding: 36px 10px 40px 260px;
}

#about-area .about-area-wrapper .about-content-wrap .about-thumb {
  display: none;
}

#about-area .about-area-wrapper .about-content-wrap a.btn-brand {
  margin-top: 25px;
}

#about-area .about-area-wrapper .about-content-wrap a.btn-brand:hover {
  background-color: #161F37;
  color: #fff;
}

#about-area .about-area-wrapper .about-content-wrap .section-title {
  margin-bottom: 30px;
}

#about-area .about-area-wrapper:before {
  background-image: url("/images/0.gif");
  background-size: cover;
  content: "";
  position: absolute;
  width: 39%;
  height: 85%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 2;
}

/*--------------------------------------------------------------
  ##  Gallery
  --------------------------------------------------------------*/

#gallery-area {
  background-color: #ecf1f5;
}

.gallery-menu {
  margin-bottom: 60px;
}

.gallery-menu span {
  background-color: #dbe5f3;
  cursor: pointer;
  color: #131c33;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  padding: 15px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}

.gallery-menu span:hover {
  background-color: #3b60c9;
  color: #fff;
}

.gallery-menu span:last-child {
  margin-right: 0;
}

.gallery-menu span.active {
  background-color: #3b60c9;
  color: #fff;
}

.gallery-menu a {
  background-color: #dbe5f3;
  cursor: pointer;
  color: #131c33;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  padding: 15px 35px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}

.gallery-menu a:hover {
  background-color: #3b60c9;
  color: #fff;
}

.gallery-menu a:last-child {
  margin-right: 0;
}

.gallery-menu a.active {
  background-color: #3b60c9;
  color: #fff;
}

.gallery-gird {
  margin-top: -30px;
}

.gallery-gird .col-lg-3 .single-gallery-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 15px;
  height: 250px;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.gallery-gird .col-lg-3 .single-gallery-item img {
  max-height: 315px;
  min-width: 100%;
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap {
  background-color: #3b60c9;
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap .gallery-hvr-text {
  position: absolute;
  left: 25px;
  bottom: -55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap .gallery-hvr-text h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap .gallery-hvr-text .gallery-event-date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap .btn-zoom {
  width: 70px;
  height: 65px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.gallery-gird .col-lg-3 .single-gallery-item .gallery-hvr-wrap .btn-zoom img {
  margin-top: -25px;
}

.gallery-gird .col-lg-3 .single-gallery-item:hover .gallery-hvr-wrap {
  opacity: 0.9;
  visibility: visible;
}

.gallery-gird .col-lg-3 .single-gallery-item:hover .gallery-hvr-text {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

.gallery-gird .col-lg-3 .single-gallery-item:hover .btn-zoom {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.gallery-gird .col-lg-3 .video .btn-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.gallery-gird .col-lg-3:nth-child(1) .single-gallery-item,
.gallery-gird .col-lg-3:nth-child(4) .single-gallery-item,
.gallery-gird .col-lg-3:nth-child(5) .single-gallery-item {
  height: 315px;
}

.gallery-gird .gallery-bg-1 {
  background-image: url("/images/1.gif");
}

.gallery-gird .gallery-bg-2 {
  background-image: url("/images/3.gif");
}

.gallery-gird .gallery-bg-3 {
  background-image: url("/images/2.gif");
}

.gallery-gird .gallery-bg-4 {
  background-image: url("/images/3.gif");
}

.gallery-gird .gallery-bg-5 {
  background-image: url("/images/4.gif");
}

.gallery-gird .gallery-bg-6 {
  background-image: url("/images/0.gif");
}

.gallery-gird .gallery-bg-7 {
  background-image: url("/images/1.gif");
}

.gallery-gird .gallery-bg-8 {
  background-image: url("/images/4.gif");
}

.gallery-page-wrap {
  background-color: #ecf1f5;
}

.gallery-page-wrap .gallery-menu {
  border-bottom: 5px solid #3b60c9;
}

.gallery-page-wrap .single-album-wraper {
  margin-bottom: 150px;
}

.gallery-page-wrap .single-album-wraper .album-heading {
  position: relative;
  margin-bottom: 90px;
}

.gallery-page-wrap .single-album-wraper .album-heading h2 {
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 100;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  line-height: 1.5;
}

.gallery-page-wrap .single-album-wraper .album-heading h2:after {
  background-color: #161F37;
  content: "";
  left: 0;
  height: 2px;
  position: absolute;
  width: calc(100% - 25px);
  bottom: 0;
}

.gallery-page-wrap .single-album-wraper .album-heading h2 a {
  color: #131c33;
}

.gallery-page-wrap .single-album-wraper .album-heading a.btn-brand {
  text-transform: capitalize;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 15px;
}

.gallery-page-wrap .single-album-wraper .album-heading a.btn-brand:hover,
.gallery-page-wrap .single-album-wraper .album-heading a.btn-brand:focus {
  background-color: #5481ff;
  color: #fff;
}

/*--------------------------------------------------------------
  ##  Job
  --------------------------------------------------------------*/

/*--== Job Opportunity Area Start ==--*/

#job-opportunity .job-opportunity-wrapper {
  margin-top: -30px;
}

.single-job-opportunity {
  border: 1px solid #dbe5f3;
  padding: 30px 0;
  margin-top: 30px;
  color: #3a3b3c;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-job-opportunity .job-opportunity-text {
  padding: 0 20px;
}

.single-job-opportunity .job-opportunity-text .job-oppor-logo {
  height: 80px;
}

.single-job-opportunity .job-opportunity-text .job-oppor-logo img {
  max-width: 80px;
  max-height: 80px;
  margin: auto;
}

.single-job-opportunity .job-opportunity-text h3 {
  margin: 20px 0 25px;
}

.single-job-opportunity .job-opportunity-text h3 a {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.3;
  display: block;
  font-weight: 700;
  color: #131c33;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-job-opportunity .job-opportunity-text h3 a:hover {
  color: #3b60c9;
}

.single-job-opportunity .btn-job {
  margin-top: 15px;
  display: inline-block;
  padding: 10px 40px;
}

.single-job-opportunity:hover {
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15) 0 0 #000;
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15) 0 0 #000;
}

/*--------------------------------------------------------------
  ##  Fun Fact
  --------------------------------------------------------------*/

/*--== FunFact Area Start ==--*/

#funfact-area {
  background-color: #161F37;
  padding: 100px 0;
  color: #fff;
}

#funfact-area .single-funfact-wrap .funfact-icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

#funfact-area .single-funfact-wrap .funfact-icon img {
  max-width: 100%;
}

#funfact-area .single-funfact-wrap .funfact-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  padding-left: 35px;
  text-align: left;
}

#funfact-area .single-funfact-wrap .funfact-info h5 {
  font-weight: 300;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 100%;
  margin: 0;
}

#funfact-area .single-funfact-wrap .funfact-info p {
  margin: 0;
}

/*--------------------------------------------------------------
  ##  Responsibility
  --------------------------------------------------------------*/

/*--== Our Responsibility Area Start ==--*/

#responsibility-area {
  background-color: #ecf1f5;
}

#responsibility-area .single-responsibility {
  color: #3a3b3c;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#responsibility-area .single-responsibility img {
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-bottom: 20px;
}

#responsibility-area .single-responsibility h4 {
  color: #131c33;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 15px 0 10px;
}

#responsibility-area .single-responsibility:hover h4 {
  color: #3b60c9;
}

#responsibility-area .single-responsibility p {
  margin-bottom: 0;
}

#responsibility-area .single-responsibility:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

#responsibility-area .single-responsibility:hover img {
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15) 0 0 #000;
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15) 0 0 #000;
}

/*--------------------------------------------------------------
  ##  Career
  --------------------------------------------------------------*/

.career-page-wrapper .career-page-topbg {
  background-color: #3b60c9;
  padding: 20px 0;
}

.career-page-wrapper .career-page-topbg img {
  width: 80%;
  margin: auto;
  display: block;
}

.career-page-wrapper .career-page-content-wrap {
  background-color: #ecf1f5;
}

.career-page-wrapper .career-page-content-wrap .job-opportunity-wrapper {
  margin-top: -30px;
}

.career-page-wrapper .career-page-content-wrap .single-job-opportunity {
  background-color: #fff;
}

.career-page-wrapper .career-page-content-wrap .event-filter-area {
  margin-bottom: 100px;
}

/*--------------------------------------------------------------
  ##  Community
  --------------------------------------------------------------*/

/* Committee Page Start */

.committee-content-wrap .committee-member-list {
  margin-top: -80px;
}

.single-committee-member {
  margin-top: 80px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-committee-member .commitee-thumb {
  background-color: #000;
}

.single-committee-member img {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-committee-member h3 {
  background-color: #3b60c9;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  padding: 35px 5px;
  margin: -90px 25px 0;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-committee-member h3 .committee-deg {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 10px;
}

.single-committee-member h3:hover {
  background-color: #161F37;
}

.single-committee-member:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.single-committee-member:hover img {
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15) 0 0 #000;
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15) 0 0 #000;
  opacity: 0.7;
}

.col-lg-3 .single-committee-member h3 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 25px 5px;
  margin-top: -60px;
}

.col-lg-3 .single-committee-member h3 .committee-deg {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

/*--------------------------------------------------------------
  ##  Page Title
  --------------------------------------------------------------*/

/*--== Page Title Area Start ==--*/

#page-title-area {
  background-image: url("/images/4.gif");
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 100px 0;
  z-index: 1;
}

#page-title-area:after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  opacity: 0.8;
  z-index: -1;
}

#page-title-area .page-title-content {
  color: #fff;
}

#page-title-area .page-title-content h1 {
  line-height: 1;
  margin-bottom: 15px;
}

#page-title-area .page-title-content .btn-brand {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 12px 55px;
  margin-top: 15px;
}

/*--------------------------------------------------------------
  ##  Blog
  --------------------------------------------------------------*/

#blog-area {
  background-color: #ecf1f5;
}

.single-blog-post {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.single-blog-post .blog-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

.single-blog-post .blog-thumb .blog-thumbnail {
  min-height: 210px;
  position: relative;
}

.single-blog-post .blog-thumb .blog-thumbnail img {
  width: 100%;
  min-height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-blog-post .blog-thumb .blog-thumbnail:after {
  background: -o-linear-gradient(bottom, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 0;
  width: 100%;
}

.single-blog-post .blog-thumb .blog-meta {
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 100%;
  padding: 0 30px;
}

.single-blog-post .blog-thumb .blog-meta .author .author-pic {
  display: inline-block;
  vertical-align: middle;
}

.single-blog-post .blog-thumb .blog-meta .author .author-pic img {
  width: 35px;
  height: 35px;
  border-radius: 3px;
}

.single-blog-post .blog-thumb .blog-meta .author .author-info {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 5px;
}

.single-blog-post .blog-thumb .blog-meta .author .author-info h5 {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 3px;
}

.single-blog-post .blog-thumb .blog-meta .author .author-info p {
  margin: 0;
  color: #fff;
}

.single-blog-post .blog-thumb .blog-meta .like-comm {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

.single-blog-post .blog-thumb .blog-meta .like-comm a {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 5px;
}

.single-blog-post .blog-thumb .blog-meta .like-comm a i.fa {
  margin-right: 4px;
}

.single-blog-post .blog-thumb .blog-meta a {
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-blog-post .blog-thumb .blog-meta a:hover {
  color: #5481ff;
}

.single-blog-post .blog-content {
  background-color: #fff;
  padding: 30px;
  color: #3a3b3c;
}

.single-blog-post .blog-content h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 25px;
}

.single-blog-post .blog-content h3 a {
  color: #131c33;
}

.single-blog-post .blog-content .btn-brand {
  padding: 6px 22px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 10px;
}

.single-blog-post .blog-content .btn-brand:hover {
  background-color: #161F37;
  color: #fff;
}

.single-blog-post .blog-thumb-1 {
  background-image: url("https://via.placeholder.com/700x353");
}

.single-blog-post .blog-thumb-2 {
  background-image: url("https://via.placeholder.com/700x352");
}

.single-blog-post .blog-thumb-3 {
  background-image: url("https://via.placeholder.com/700x352");
}

.single-blog-post:hover {
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15) 0 0 #000;
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15) 0 0 #000;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.single-blog-thumb img {
  width: 100%;
}

.blog-page-content-wrap {
  background-color: #ecf1f5;
}

.single-blog-content-wrap {
  background-color: #fff;
}

.single-blog-content-wrap .single-blog-meta {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 25px;
  margin-bottom: 20px;
  padding: 25px;
}

.single-blog-content-wrap .single-blog-meta h2 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.3;
  font-weight: 400;
}

.single-blog-content-wrap .single-blog-meta .posting-info {
  color: #6a78a1;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-style: italic;
  margin-top: 10px;
}

.single-blog-content-wrap .single-blog-meta .posting-info a {
  color: #6a78a1;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-blog-content-wrap .single-blog-meta .posting-info a:hover {
  color: #3b60c9;
}

.single-blog-content-wrap .blog-details {
  line-height: 1.8;
  padding: 0 25px 25px;
}

.single-blog-content-wrap .blog-details p {
  color: #3a3b3c;
}

.single-blog-content-wrap .blog-details h5 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-blog-content-wrap .blog-details img {
  margin-bottom: 25px;
}

.single-blog-content-wrap .post-share {
  background-color: #3b60c9;
  padding: 10px 30px;
}

.single-blog-content-wrap .post-share .shareonsocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-blog-content-wrap .post-share .shareonsocial a {
  width: 35px;
  height: 35px;
  background-color: #fff;
  margin-right: 7px;
  text-align: center;
  line-height: 35px;
  color: #3b60c9;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-blog-content-wrap .post-share .shareonsocial a:hover {
  background-color: #5481ff;
  color: #fff;
}

.single-blog-content-wrap .post-share .shareonsocial span {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  margin-right: 20px;
}

.single-blog-content-wrap .post-share .post-like-comm {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 10px 0;
}

.single-blog-content-wrap .post-share .post-like-comm a {
  color: #fff;
  margin-left: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.single-blog-content-wrap .post-share .post-like-comm a i {
  margin-right: 4px;
}

/*--------------------------------------------------------------
  ##  Sidebar
  --------------------------------------------------------------*/

.sidebar-area-wrap {
  margin-bottom: 50px;
}

.sidebar-area-wrap .single-sidebar-wrap {
  background-color: #fff;
  padding: 30px 45px;
  margin-bottom: 30px;
}

.sidebar-area-wrap .single-sidebar-wrap .sidebar-title {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 25px;
}

.sidebar-area-wrap .single-sidebar-wrap:last-child {
  margin-bottom: 0;
}

.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags a {
  color: #3a3b3c;
  border: 1px solid #b4b4b4;
  padding: 10px 12px;
  margin-right: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  line-height: 1;
}

.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags a:hover,
.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags a:focus {
  background-color: #3b60c9;
  border-color: #3b60c9;
  color: #fff;
}

.sidebar-area-wrap .single-sidebar-wrap .sidebar-body .tags .active {
  background-color: #3b60c9;
  border-color: #3b60c9;
  color: #fff;
}

/*--------------------------------------------------------------
  ##  Call To Action
  --------------------------------------------------------------*/

/*--== Scholership Promo Area Start ==--*/

#scholership-promo {
  background-image: url("../images/scholership.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0 117px;
}

#scholership-promo .scholership-promo-text {
  font-size: 20px;
  font-size: 2rem;
}

#scholership-promo .scholership-promo-text h2 {
  margin-bottom: 25px;
  font-size: 40px;
  font-size: 4rem;
  color: #131c33;
}

#scholership-promo .scholership-promo-text h2 span {
  color: #3b60c9;
}

#scholership-promo .scholership-promo-text .btn-brand {
  margin-top: 35px;
}

#scholership-promo .scholership-promo-text .btn-brand:hover {
  background-color: #161F37;
  color: #fff;
}

/*--------------------------------------------------------------
  ##  Contact
  --------------------------------------------------------------*/

.contact-content-inner {
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}

.contact-content-inner .map-area-wrap {
  height: 100%;
}

.contact-content-inner .map-area-wrap iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.contact-content-inner .contact-form-wrap {
  padding: 80px 15px;
}

.contact-content-inner .contact-form-wrap h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact-content-inner .contact-form-wrap .form-group label.error {
  color: #e74c3c;
}

.contact-content-inner .contact-form-wrap .custom-checkbox {
  margin-bottom: 15px;
}

.contact-content-inner .contact-form-wrap .custom-checkbox .custom-control-label {
  line-height: 1;
  padding-left: 10px;
}

.contact-content-inner .contact-form-wrap .alert {
  margin-bottom: 0;
  margin-top: 8px;
}

.contact-content-inner .contact-form-wrap .alert .close {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  font-size: 2rem;
  border-radius: 0;
}

/*--------------------------------------------------------------
  ##  Register
  --------------------------------------------------------------*/

/* Register Page Css */

.register-page-inner {
  -webkit-box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1) 0 0 #000;
  box-shadow: 0 3px 30px 0 rgba(0, 0, 0, 0.1) 0 0 #000;
  padding: 60px 0 50px;
}

.register-form-content .signin-area-wrap h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  color: #131c33;
  margin-bottom: 30px;
}

.register-form-content .signin-area-wrap .sign-form input {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #ecf1f5;
  border: 1px solid #2f4da1;
  color: #6a78a1;
  padding: 12px 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.register-form-content .signin-area-wrap .sign-form input:focus {
  outline: none;
}

.register-form-content .signin-area-wrap .sign-form .btn-reg {
  width: 100%;
  padding: 15px 20px;
  margin-top: 20px;
}

.register-form-content .register-form-wrap {
  position: relative;
}

.register-form-content .register-form-wrap h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #131c33;
  margin-bottom: 35px;
}

.register-form-content .register-form-wrap .file-input {
  margin: 20px 0 25px;
}

.register-form-content .register-form-wrap .file-input .custom-file {
  background-color: #dbe5f3;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  padding: 15px 25px;
  border: 1px solid #6a78a1;
  width: auto;
  cursor: pointer;
}

.register-form-content .register-form-wrap .file-input .custom-file i.fa {
  margin-right: 5px;
}

.register-form-content .register-form-wrap:before {
  background-color: #3b60c9;
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -55px;
}

.register-form-content .register-form-wrap .gender {
  margin-bottom: 25px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #000;
  font-weight: 500;
}

.form-group .form-control {
  padding: 10px 15px;
  border-radius: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}

.form-group .form-control.error {
  border-color: #e74c3c;
}

.form-group .form-control:focus {
  outline: none;
  border-color: #2f4da1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-group .custom-checkbox {
  margin-left: 30px;
  margin-top: 10px;
}

.form-group .custom-checkbox label {
  padding-left: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #3a3b3c;
}

/*--------------------------------------------------------------
  ##  Page Directory
  --------------------------------------------------------------*/

.directory-page-content-warp .directory-text-wrap h2 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 70px;
  color: #3a3b3c;
}

.directory-page-content-warp .directory-text-wrap h2 strong {
  color: #3b60c9;
}

.directory-page-content-warp .directory-text-wrap .table-search-area form {
  line-height: 1;
}

.directory-page-content-warp .directory-text-wrap .table-search-area form input {
  border: 1px solid #3b60c9;
  padding: 15px 20px 16px;
  color: #3a3b3c;
}

.directory-page-content-warp .directory-text-wrap .table-search-area form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.directory-page-content-warp .directory-text-wrap .table-search-area form .nice-select {
  padding: 0;
  height: 52px;
  line-height: 50px;
  width: 95px;
  text-align: center !important;
  float: none;
  margin-left: -4px;
}

.directory-page-content-warp .directory-text-wrap .table-search-area form .nice-select .list {
  right: 0;
  left: auto;
}

.directory-page-content-warp .directory-text-wrap .table-search-area .nice-select,
.directory-page-content-warp .directory-text-wrap .table-search-area input,
.directory-page-content-warp .directory-text-wrap .table-search-area button {
  display: inline-block;
  vertical-align: middle;
}

.directory-page-content-warp .directory-text-wrap .table-search-area .btn-brand {
  padding: 17px 30px;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 10px;
}

.directory-page-content-warp .directory-text-wrap .table-search-area .btn-brand:hover,
.directory-page-content-warp .directory-text-wrap .table-search-area .btn-brand:focus {
  background-color: #161F37;
  color: #fff;
}

.directory-page-content-warp .directory-text-wrap .show-memeber {
  color: #131c33;
  margin-top: 8px;
}

.directory-page-content-warp .directory-text-wrap .show-memeber span {
  color: #3b60c9;
}

.directory-page-content-warp .pagination-wrap {
  margin-top: 30px;
}

.directory-table {
  margin-top: 50px;
}

.directory-table .table thead {
  background-color: #3b60c9;
  color: #fff;
}

.directory-table .table thead th {
  padding: 15px 20px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.directory-table .table tbody tr td {
  background-color: #ecf1f5;
  color: #3a3b3c;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  vertical-align: middle;
  padding: 17px 10px;
}

.directory-table .table tbody tr td img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 10px;
  border: 2px solid #5481ff;
}

.directory-table .table tbody tr td:nth-child(2n) {
  background-color: #fff;
}

.directory-table .table tbody tr td:first-child {
  width: 35%;
  text-align: left;
}

/*--------------------------------------------------------------
  ##  Single album
  --------------------------------------------------------------*/

/*--------------------------------------------------------------
  ##  Testimonial
  --------------------------------------------------------------*/

.people-to-say {
  background-color: #ecf1f5;
}

.people-to-say .about-page-area-title {
  margin-bottom: 50px;
}

.people-to-say .single-testimonial-wrap {
  background-color: #fff;
  position: relative;
  padding: 0 20px 65px;
  margin: 97px 0 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

.people-to-say .single-testimonial-wrap .people-thumb {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: -65px;
}

.people-to-say .single-testimonial-wrap .people-thumb img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border: 4px solid transparent;
}

.people-to-say .single-testimonial-wrap h4 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  background-color: #3b60c9;
  color: #fff;
  padding: 20px 10px;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: -40px;
  width: calc(100% - 30px);
}

.people-to-say .single-testimonial-wrap h4 .people-deg {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  opacity: 0.8;
  letter-spacing: 0.7px;
  display: block;
  margin-top: 10px;
}

.people-to-say .single-testimonial-wrap .quote-icon {
  display: inline-block;
  margin: 90px 0 15px;
}

.people-to-say .single-testimonial-wrap .quote-icon:after {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  width: 68px;
  display: block;
  height: 52px;
  text-align: center;
}

.people-to-say .single-testimonial-wrap:hover {
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15) 0 0 #000;
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15) 0 0 #000;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.people-to-say .single-testimonial-wrap:hover .people-thumb img {
  border-color: #3b60c9;
}

/*--------------------------------------------------------------
  ##  Error
  --------------------------------------------------------------*/

.error-page {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.error-page .animate-element {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.error-page .animate-element li {
  position: absolute;
}

.error-page .animate-element li:nth-child(1) {
  top: 37%;
  left: 11%;
}

.error-page .animate-element li:nth-child(2) {
  bottom: 29%;
  left: 11%;
}

.error-page .animate-element li:nth-child(3) {
  top: 25%;
  right: 100px;
}

.error-page .animate-element li:nth-child(4) {
  bottom: 33%;
  right: 12%;
}

@media (max-width: 991px) {
  .error-page .animate-element li:nth-child(1) {
    top: 18%;
    left: 2%;
  }

  .error-page .animate-element li:nth-child(2) {
    bottom: 10%;
    left: 3%;
  }

  .error-page .animate-element li:nth-child(3) {
    top: 16%;
    right: 25px;
  }

  .error-page .animate-element li:nth-child(4) {
    bottom: 5%;
    right: 2%;
  }
}

.error-image {
  margin-bottom: 40px;
  position: relative;
}

@media (min-width: 992px) {
  .error-page-content-wrapper {
    margin-top: 70px;
  }
}

.error-content .error-title {
  font-size: 40px;
  line-height: 54px;
  color: #2c2c51;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  .error-content .error-title {
    font-size: 30px;
    line-height: 44px;
  }

  .error-content .error-title br {
    display: none;
  }
}

.error-content .subtitle {
  font-size: 20px;
  color: #6b717c;
  margin-bottom: 54px;
}

.error-content .button-container .gp-btn {
  padding: 11px 27px;
}

.error-content .button-container .btn-grey {
  margin-left: 20px;
}

@media (max-width: 420px) {
  .error-content .button-container .btn-grey {
    margin-left: 0;
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
  ##  Footer
  --------------------------------------------------------------*/

#footer-area a {
  color: #fff;
}

#footer-area .footer-widget {
  background-color: #161F37;
  color: #b6c1cd;
}

#footer-area .footer-widget .single-widget-wrap {
  font-size: 16px;
  font-size: 1.6rem;
}

#footer-area .footer-widget .single-widget-wrap .widget-title {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 35px;
}

#footer-area .footer-widget .single-widget-wrap .footer-about p {
  margin-bottom: 30px;
  margin-top: 20px;
}

#footer-area .footer-widget .single-widget-wrap .footer-about a {
  display: inline-block;
  font-weight: 500;
}

#footer-area .footer-widget .single-widget-wrap .footer-about a:nth-child(1n) {
  margin-right: 15px;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form {
  margin: 20px 0;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form {
  position: relative;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input {
  background-color: #19294b;
  border: 1px solid transparent;
  color: #fff;
  padding: 12px 15px;
  padding-right: 70px;
  font-size: 14px;
  font-size: 1.4rem;
  width: 100%;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input::-webkit-input-placeholder {
  color: #eaeaea;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input::-moz-placeholder {
  color: #eaeaea;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input:-ms-input-placeholder {
  color: #eaeaea;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input::-ms-input-placeholder {
  color: #eaeaea;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input::placeholder {
  color: #eaeaea;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input:focus {
  outline: none;
  border-color: #3b60c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form input.error {
  border-color: #e74c3c !important;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form button {
  background-color: #3b60c9;
  color: #fff;
  border: none;
  padding: 13px 20px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form form button:hover {
  background-color: #5481ff;
}

#footer-area .footer-widget .single-widget-wrap .newsletter-form #cbx-subscribe-form-error #subscribe-error {
  color: #e74c3c;
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a {
  margin-right: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a i.fab {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #3b60c9;
  display: inline-block;
  text-align: center;
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a i.fa-twitter {
  background-color: #0cbdff;
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a i.fa-linkedin {
  background-color: #3677D9;
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a i.fa-vimeo {
  background-color: #178CEF;
}

#footer-area .footer-widget .single-widget-wrap .footer-social-icons a:hover {
  opacity: 0.6;
}

#footer-area .footer-widget .single-widget-wrap .footer-list li a {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

#footer-area .footer-widget .single-widget-wrap .footer-list li a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  margin-right: 7px;
}

#footer-area .footer-widget .single-widget-wrap .footer-list li a:hover {
  color: #5481ff;
  padding-left: 6px;
}

#footer-area .footer-widget .single-widget-wrap .footer-list li a:hover:before {
  color: #5481ff;
}

#footer-area .footer-bottom {
  background-color: #3b60c9;
  color: #fff;
  padding: 20px 0;
}

#footer-area .footer-bottom .footer-bottom-text p {
  margin: 0;
}

.scroll-top {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: #2f4da1;
  color: #fff;
  display: none;
  font-size: 20px;
  font-size: 2rem;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}

.scroll-top:hover,
.scroll-top:focus {
  background-color: #5481ff;
  color: #fff;
}

/*--------------------------------------------------------------
  ##  Responsive
  --------------------------------------------------------------*/

/* Small Devices (Portrait Phones, 575px and Down) */

@media only screen and (min-width: 320px) and (max-width: 575px) {
  /* Typography Area Start */

  .btn-brand,
  .btn-brand-rev {
    padding: 8px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .section-padding {
    padding: 70px 0;
  }

  .pagination-wrap {
    margin-top: 50px;
  }

  .pagination-wrap .pagination li {
    margin-right: 0;
  }

  .pagination-wrap .pagination li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
  }

  .img-left,
  .img-right {
    float: none;
    padding: 0;
  }

  .typography-page-wrapper img {
    max-width: 100%;
  }

  .offcanvas-added #menucontent.navbar-collapse.collapse.show {
    display: none !important;
  }

  /* Hedaer Area Start */

  #header-area .preheader-area {
    padding: 15px 0;
  }

  #header-area .preheader-area .preheader-left {
    padding: 0;
  }

  #header-area .preheader-area .preheader-left a {
    display: block;
    margin-right: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }

  #header-area .preheader-area .preheader-left a strong {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #header-area .preheader-area .preheader-right {
    margin-top: 5px;
  }

  #header-area .preheader-area .preheader-right .btn-auth {
    padding: 4px 8px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    margin-left: 0;
  }

  #header-area .header-bottom-area,
  #header-area .header-bottom-area.fixed {
    padding: 10px 0;
  }

  #header-area .header-bottom-area .main-menu .navbar-brand img,
  #header-area .header-bottom-area.fixed .main-menu .navbar-brand img {
    width: 150px;
  }

  #header-area .header-bottom-area .main-menu ul,
  #header-area .header-bottom-area.fixed .main-menu ul {
    margin-top: 20px;
  }

  #header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link,
  #header-area .header-bottom-area.fixed .main-menu .navbar-nav li a.nav-link {
    padding: 8px 20px;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 0;
  }

  #header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link:before,
  #header-area .header-bottom-area.fixed .main-menu .navbar-nav li a.nav-link:before {
    height: 2px;
  }

  #header-area .header-bottom-area .main-menu .dropdown-menu,
  #header-area .header-bottom-area.fixed .main-menu .dropdown-menu {
    margin-left: 40px !important;
  }

  /*end header css*/

  /* Slider Area Start */

  #slider-area .single-slide-wrap {
    padding: 80px 0 180px;
  }

  #slider-area .single-slide-wrap .slider-content h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
  }

  #slider-area .single-slide-wrap .slider-content h3 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.1;
  }

  #slider-area .owl-dots {
    top: auto;
    bottom: 80px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #slider-area .owl-dots .owl-dot {
    display: table-cell;
    vertical-align: middle;
  }

  #slider-area .owl-dots .owl-dot span {
    margin-bottom: 0;
    margin-right: 10px;
    width: 15px;
    height: 15px;
  }

  #slider-area .owl-dots .owl-dot.active span {
    width: 17px;
    height: 17px;
  }

  #slider-area .social-networks-icon {
    display: none;
  }

  /*end slider css*/

  /* Upcoming Event Area Start */

  #upcoming-area {
    margin-top: 0;
    padding: 70px 0;
  }

  #upcoming-area .upcoming-event-wrap {
    padding: 40px 10px;
  }

  #upcoming-area .upcoming-event-wrap .up-event-titile {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  #upcoming-area .upcoming-event-wrap .up-event-titile h3 {
    padding: 10px 20px;
    font-size: 20px;
    font-size: 2rem;
    width: 200px;
  }

  #upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav {
    right: 25px;
    bottom: -7px;
  }

  #upcoming-area .upcoming-event-wrap .upcoming-event-content .owl-nav div {
    display: inline-block;
  }

  .single-upcoming-event .up-event-text {
    margin-top: 35px;
  }

  .single-upcoming-event .up-event-text h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 25px;
  }

  /*About Area Start*/

  #about-area .about-area-wrapper:before {
    display: none;
  }

  #about-area .about-area-wrapper .about-content-wrap {
    padding: 30px 10px;
    border-width: 2px;
  }

  #about-area .about-area-wrapper .about-content-wrap .about-thumb {
    display: block;
    margin-bottom: 30px;
  }

  /*Responsivility Area Start*/

  #responsibility-area .single-responsibility {
    margin-bottom: 30px;
  }

  #responsibility-area .col-lg-3:last-child .single-responsibility {
    margin-bottom: 0;
  }

  /*Funfact Area Start*/

  #funfact-area {
    padding: 70px 0;
  }

  #funfact-area .single-funfact-wrap {
    margin-bottom: 50px;
  }

  #funfact-area .col-lg-3:last-child .single-funfact-wrap {
    margin-bottom: 0;
  }

  /*Gallery Area Start*/

  .gallery-menu span {
    padding: 8px 15px;
    margin-right: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }

  .gallery-menu a {
    padding: 8px 15px;
    margin-right: 3px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0px;
  }

  /*Scholership Area Start*/

  #scholership-promo {
    padding: 70px 0;
  }

  #scholership-promo .scholership-promo-text {
    font-size: 15px;
    font-size: 1.5rem;
  }

  #scholership-promo .scholership-promo-text h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }

  /*Blog Area Start*/

  #blog-area .col-lg-4:last-child .single-blog-post {
    margin-bottom: 0;
  }

  .blog-page-contant-start .col-lg-6:last-child .single-blog-post {
    margin-bottom: 0;
  }

  .single-blog-post {
    margin-bottom: 30px;
  }

  .single-blog-post .blog-content {
    padding: 20px 10px;
  }

  .single-blog-post .blog-content h3 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }

  /*Footer Area Start*/

  #footer-area .footer-widget .single-widget-wrap {
    margin-bottom: 50px;
  }

  #footer-area .footer-widget .col-lg-2 .single-widget-wrap {
    margin-bottom: 0;
  }

  #footer-area .footer-bottom .footer-bottom-text {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /*Gallery Page Css*/

  .gallery-page-wrap .single-album-wraper {
    margin-bottom: 70px;
  }

  .gallery-page-wrap .single-album-wraper .album-heading h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }

  .gallery-page-wrap .single-album-wraper .album-heading a.btn-brand {
    position: inherit;
  }

  /* Committee Page Responsive */

  .committee-content-wrap .committee-member-list {
    margin-top: -50px;
  }

  .single-committee-member {
    margin-top: 50px;
  }

  .single-committee-member h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 25px 5px;
    margin-top: -60px;
  }

  .single-committee-member h3 .committee-deg {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }

  /* About Page Css Start */

  #page-content-wrap .about-page-content-wrap {
    padding-top: 130px;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text {
    padding: 40px 20px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text .year {
    font-size: 72px;
    font-size: 7.2rem;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text .img-right,
  #page-content-wrap .about-page-content-wrap .single-about-text .img-left {
    margin: 0 0 25px 0;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text img {
    max-width: 100%;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text:nth-child(2n) .about-page-img {
    margin-top: 30px;
  }

  #page-content-wrap .about-page-area-title h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
  }

  #page-content-wrap .people-to-say {
    padding-bottom: 130px;
  }

  #page-content-wrap .people-to-say .single-testimonial-wrap h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }

  /* Page Title */

  #page-title-area .page-title-content h2 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
  }

  /* Directory Page */

  .directory-page-content-warp .directory-text-wrap h2 {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 30px;
  }

  .directory-page-content-warp .directory-text-wrap .table-search-area form input {
    display: block;
    margin: 0 auto 20px;
  }

  .directory-page-content-warp .directory-text-wrap .table-search-area form .btn-brand {
    padding: 12px 15px;
  }

  .directory-page-content-warp .directory-text-wrap .table-search-area form .nice-select {
    height: 41px;
    line-height: 40px;
  }

  .directory-page-content-warp .directory-text-wrap .directory-table td,
  .directory-page-content-warp .directory-text-wrap .directory-table th {
    font-size: 13px;
    font-size: 1.3rem;
    white-space: nowrap;
  }

  .directory-page-content-warp .directory-text-wrap .directory-table td img,
  .directory-page-content-warp .directory-text-wrap .directory-table th img {
    width: 40px;
    height: 40px;
  }

  .directory-page-content-warp .directory-text-wrap .directory-table td:first-child,
  .directory-page-content-warp .directory-text-wrap .directory-table th:first-child {
    width: auto;
  }

  /*Single Blog Details*/

  .single-blog-content-wrap .single-blog-meta h2 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
  }

  .single-blog-content-wrap .single-blog-meta .posting-info {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }

  .single-blog-content-wrap .post-share {
    padding: 10px 10px;
  }

  .single-blog-content-wrap .post-share .shareonsocial {
    display: block;
  }

  .single-blog-content-wrap .post-share .shareonsocial span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    margin-right: 5px;
  }

  .single-blog-content-wrap .post-share .shareonsocial a {
    width: 25px;
    height: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 23px;
    display: inline-block;
    margin-right: 2px;
  }

  .single-blog-content-wrap .post-share .post-like-comm a {
    margin-left: 5px;
  }

  .event-filter-area .nice-select {
    height: 36px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 38px;
    font-weight: 500;
    margin-right: 2px;
    padding-left: 8px;
    padding-right: 10px;
    margin-bottom: 2px;
  }

  .event-filter-area .nice-select:after {
    width: 5px;
    height: 5px;
    margin-top: -2px;
  }

  .event-filter-area .nice-select ul.list {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }

  .event-filter-area .btn-brand {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 8px 18px;
  }

  .single-event-page-content .single-event-details h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.3;
  }

  .single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-header h5 .event-time {
    text-align: center;
    display: block;
    margin-bottom: 5px;
  }

  .single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .single-event-page-content .single-event-details .event-schedul .event-schedul-accordion .card .card-body .speaker-name {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 10px;
    display: inline-block;
  }

  .single-event-page-content .single-event-details .event-thumb-item .event-meta h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .single-event-page-content .single-event-details .event-thumb-item .event-meta a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
    display: block;
  }

  .register-form-content .register-form-wrap {
    margin-top: 100px;
  }

  .contact-content-inner .map-area-wrap {
    min-height: 400px;
  }

  .event-countdown p {
    display: none;
  }

  .single-event-page-content .event-thumbnails {
    position: relative;
  }

  .single-event-page-content .event-thumbnails .event-countdown {
    padding: 20px;
    text-align: center;
    background-color: #3b60c9;
    border: 1px solid #fff;
    border-top: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
  }

  .single-event-page-content .event-thumbnails .event-countdown P {
    position: static;
    color: #fff;
    margin-bottom: 0;
  }

  .page-title-content h1 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
  }

  .register-form .form-group .custom-checkbox {
    margin-bottom: 20px;
    margin-left: 0;
  }
}

/* Small Devices (Landscape Phones, 576px and up) */

@media only screen and (min-width: 576px) {
  /* Typography Area Start */

  .btn-brand,
  .btn-brand-rev {
    padding: 10px 25px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .section-padding {
    padding: 70px 0;
  }

  .img-right,
  .img-left {
    float: none;
    padding: 0;
  }

  .typography-page-wrapper img {
    max-width: 100%;
  }

  .offcanvas-added #menucontent.navbar-collapse.collapse.show {
    display: none !important;
  }

  /* Hedaer Area Start */

  #header-area .preheader-area {
    padding: 15px 0;
  }

  #header-area .preheader-area .preheader-left {
    padding: 4px 0;
    margin-bottom: 0;
  }

  #header-area .preheader-area .preheader-left a {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  #header-area .preheader-area .preheader-left a strong {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #header-area .preheader-area .btn-auth {
    padding: 8px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  #header-area .header-bottom-area {
    padding: 10px 0;
  }

  #header-area .header-bottom-area .main-menu .navbar-brand img {
    width: 150px;
  }

  #header-area .header-bottom-area .main-menu ul {
    margin-top: 20px;
  }

  #header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link {
    padding: 8px 20px;
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 0;
  }

  #header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link:before {
    height: 2px;
  }

  #header-area .header-bottom-area .main-menu .dropdown-menu {
    margin-left: 40px !important;
  }

  /* Slider Area Start */

  #slider-area .single-slide-wrap {
    padding: 80px 0 180px;
  }

  #slider-area .single-slide-wrap .slider-content h2 {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
  }

  #slider-area .single-slide-wrap .slider-content h3 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.1;
  }

  #slider-area .owl-dots {
    top: auto;
    bottom: 80px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  #slider-area .owl-dots .owl-dot {
    display: table-cell;
    vertical-align: middle;
  }

  #slider-area .owl-dots .owl-dot span {
    margin-bottom: 0;
    margin-right: 10px;
    width: 15px;
    height: 15px;
  }

  #slider-area .owl-dots .owl-dot.active span {
    width: 17px;
    height: 17px;
  }

  #slider-area .social-networks-icon {
    display: none;
  }

  /*end slider css*/

  /* Upcoming Event Area Start */

  #upcoming-area {
    margin-top: 0;
    padding: 105px 0 70px;
  }

  #upcoming-area .upcoming-event-wrap .up-event-titile {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  #upcoming-area .upcoming-event-wrap .up-event-titile h3 {
    padding: 10px 35px;
    font-size: 30px;
    font-size: 3rem;
    width: auto;
  }

  .single-upcoming-event .up-event-text {
    margin-top: 35px;
  }

  .single-upcoming-event .up-event-text h3 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  .single-upcoming-event .btn-brand {
    margin-bottom: 1px;
  }

  /*About Area Start*/

  #about-area .about-area-wrapper:before {
    display: none;
  }

  #about-area .about-area-wrapper .about-content-wrap {
    padding: 30px 10px;
    border-width: 2px;
  }

  #about-area .about-area-wrapper .about-content-wrap .about-thumb {
    display: block;
    margin-bottom: 30px;
  }

  /*Responsivility Area Start*/

  #responsibility-area .single-responsibility {
    margin-bottom: 30px;
  }

  #responsibility-area .col-lg-3:nth-child(1n+3) .single-responsibility {
    margin-bottom: 0;
  }

  /*Funfact Area Start*/

  #funfact-area .single-funfact-wrap {
    margin-bottom: 50px;
    margin-left: 50px;
  }

  #funfact-area .col-lg-3:nth-child(1n+3) .single-funfact-wrap {
    margin-bottom: 0;
  }

  /*Gallery Area Start*/

  .gallery-menu span {
    padding: 10px 15px;
    margin-right: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  .gallery-menu a {
    padding: 10px 15px;
    margin-right: 5px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  /*Scholership Area Start*/

  #scholership-promo .scholership-promo-text {
    font-size: 15px;
    font-size: 1.5rem;
  }

  #scholership-promo .scholership-promo-text h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }

  /*Blog Area Start*/

  #blog-area .col-lg-4:last-child .single-blog-post {
    margin-bottom: 0;
  }

  .blog-page-contant-start .col-lg-6:last-child .single-blog-post {
    margin-bottom: 0;
  }

  .single-blog-post {
    margin-bottom: 30px;
  }

  .single-blog-post .blog-content {
    padding: 30px;
  }

  .single-blog-post .blog-content h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  /*Footer Area Start*/

  #footer-area .footer-widget .single-widget-wrap {
    margin-bottom: 50px;
  }

  #footer-area .footer-widget .col-lg-2 .single-widget-wrap,
  #footer-area .footer-widget .col-lg-3 .single-widget-wrap {
    margin-bottom: 0;
  }

  #footer-area .footer-bottom .footer-bottom-text {
    font-size: 16px;
    font-size: 1.6rem;
  }

  /*Gallery Page Css*/

  .gallery-page-wrap .single-album-wraper .album-heading a.btn-brand {
    position: inherit;
  }

  /* Committee Page Responsive */

  .committee-content-wrap .committee-member-list {
    margin-top: -50px;
  }

  .single-committee-member {
    margin-top: 50px;
  }

  .single-committee-member h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    padding: 20px 5px;
    margin-top: -50px;
  }

  .single-committee-member h3 .committee-deg {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }

  /* About Page Css Start */

  #page-content-wrap .about-page-content-wrap .single-about-text {
    padding: 40px 20px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text .year {
    font-size: 72px;
    font-size: 7.2rem;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text .img-right,
  #page-content-wrap .about-page-content-wrap .single-about-text .img-left {
    margin: 0 0 25px 0;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text img {
    max-width: 100%;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text:nth-child(2n) .about-page-img {
    margin-top: 30px;
  }

  .directory-page-content-warp .directory-text-wrap .table-search-area form input {
    display: inline-block;
    margin: 0;
  }

  .directory-page-content-warp .directory-text-wrap .table-search-area form .btn-brand {
    padding: 17px 30px;
  }

  .directory-page-content-warp .directory-text-wrap .table-search-area form .nice-select {
    height: 52px;
    line-height: 52px;
  }

  .directory-page-content-warp .directory-text-wrap .directory-table td,
  .directory-page-content-warp .directory-text-wrap .directory-table th {
    font-size: 15px;
    font-size: 1.5rem;
    white-space: nowrap;
  }

  .directory-page-content-warp .directory-text-wrap .directory-table td img,
  .directory-page-content-warp .directory-text-wrap .directory-table th img {
    width: 40px;
    height: 40px;
  }

  .directory-page-content-warp .directory-text-wrap .directory-table td:first-child,
  .directory-page-content-warp .directory-text-wrap .directory-table th:first-child {
    width: auto;
  }

  .event-filter-area .btn-brand {
    padding: 14px 25px;
  }

  .single-event-page-content .single-event-details .event-thumb-item .event-meta a {
    display: block;
  }

  .single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: inline-block;
    margin-top: 10px;
  }

  .register-form-content .register-form-wrap {
    margin-top: 100px;
  }

  .register-form-content .register-form-wrap:before {
    display: none;
  }

  .contact-content-inner .map-area-wrap {
    min-height: 500px;
  }

  .register-form .form-group .custom-checkbox {
    margin-bottom: 20px;
    margin-left: 0;
  }
}

/* Medium Devices (Tablets, 768px and up) */

@media only screen and (min-width: 768px) {
  /* Typography Area Start */

  .btn-brand,
  .btn-brand-rev {
    padding: 15px 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  .section-padding {
    padding: 70px 0;
  }

  .img-right,
  .img-left {
    float: none;
    padding: 0;
  }

  #header-area .preheader-area .preheader-left a {
    margin-right: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #header-area .preheader-area .preheader-left a strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

  #header-area .preheader-area .btn-auth {
    padding: 8px 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  /* Slider Area Start */

  #slider-area .single-slide-wrap {
    padding: 80px 0 180px;
  }

  #slider-area .single-slide-wrap .slider-content h2 {
    font-size: 70px;
    font-size: 7rem;
    line-height: 1;
  }

  #slider-area .single-slide-wrap .slider-content h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.1;
  }

  /*Upcoming Event Start*/

  #upcoming-area {
    padding: 105px 0 70px;
  }

  .single-upcoming-event .up-event-text h3 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
  }

  /*About area Start*/

  #about-area .about-area-wrapper .about-content-wrap {
    padding: 40px 30px;
    border-width: 10px;
  }

  /*Scholership Area Start*/

  #scholership-promo .scholership-promo-text {
    font-size: 20px;
    font-size: 2rem;
  }

  #scholership-promo .scholership-promo-text h2 {
    font-size: 40px;
    font-size: 4rem;
  }

  /*Blog Area Start*/

  .single-blog-post .blog-content {
    padding: 20px 15px;
  }

  .single-blog-post .blog-content h3 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.3;
  }

  /*Gallery Page Css*/

  .gallery-page-wrap .single-album-wraper .album-heading a.btn-brand {
    position: absolute;
  }

  /* About Page Css Start */

  #page-content-wrap .about-page-content-wrap .single-about-text {
    padding: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text .year {
    font-size: 100px;
    font-size: 10rem;
    line-height: 1;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text .img-right,
  #page-content-wrap .about-page-content-wrap .single-about-text .img-left {
    margin: 0 0 25px 0;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text img {
    max-width: 100%;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text:nth-child(2n) .about-page-img {
    margin-top: 30px;
  }

  /*Blog Page Css*/

  .blog-page-contant-start .col-lg-6:last-child .single-blog-post,
  .blog-page-contant-start .col-lg-6:nth-child(1n+5) .single-blog-post {
    margin-bottom: 0;
  }

  .event-filter-area .btn-brand {
    padding: 13px 25px;
  }
}

/* Large Devices (Desktops, 992px and up) */

@media only screen and (min-width: 992px) {
  /* Typography Area Start */

  .btn-brand,
  .btn-brand-rev {
    padding: 15px 30px;
    font-size: 15px;
    font-size: 1.5rem;
  }

  .section-padding {
    padding: 120px 0;
  }

  .img-right,
  .img-left {
    padding: 0 2rem 1rem 0;
  }

  .img-left {
    float: left;
  }

  .img-right {
    float: right;
  }

  .typography-page-wrapper img {
    max-width: 500px;
  }

  /* Hedaer Area Start */

  #header-area .preheader-area {
    padding: 0;
  }

  #header-area .preheader-area .preheader-left {
    padding: 15px 0;
    margin-bottom: 0;
  }

  #header-area .preheader-area .preheader-left a {
    display: inline-block;
    margin-right: 35px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  #header-area .preheader-area .preheader-left a strong {
    font-size: 16px;
    font-size: 1.6rem;
  }

  #header-area .preheader-area .btn-auth {
    padding: 15px 35px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  #header-area .header-bottom-area {
    padding: 0;
  }

  #header-area .header-bottom-area .main-menu .navbar-brand img {
    width: 250px;
  }

  #header-area .header-bottom-area .main-menu ul {
    margin-top: 0;
  }

  #header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link {
    padding: 40px 20px;
    font-size: 17px;
    font-size: 1.7rem;
    margin-right: 20px;
  }

  #header-area .header-bottom-area .main-menu .navbar-nav li a.nav-link:before {
    height: 6px;
  }

  #header-area .header-bottom-area .main-menu .dropdown-menu {
    margin-left: 0px !important;
  }

  /*end header area*/

  /* Slider Area Start */

  #slider-area .single-slide-wrap {
    padding: 155px 0 320px;
  }

  #slider-area .single-slide-wrap .slider-content h2 {
    font-size: 100px;
    font-size: 10rem;
    line-height: 1;
  }

  #slider-area .single-slide-wrap .slider-content h3 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.1;
  }

  #slider-area .owl-dots {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 65px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #slider-area .owl-dots .owl-dot {
    display: inherit;
    vertical-align: middle;
  }

  #slider-area .owl-dots .owl-dot span {
    margin-bottom: 10px;
    margin-right: 0;
    width: 25px;
    height: 25px;
  }

  #slider-area .owl-dots .owl-dot.active span {
    width: 30px;
    height: 30px;
  }

  #slider-area .social-networks-icon {
    display: none;
  }

  #slider-area .social-networks-icon.social-networks-icon-display {
    display: block;
  }

  /*end slider css*/

  /* Upcoming Event Area Start */

  #upcoming-area {
    margin-top: -190px;
    padding: 0;
  }

  #upcoming-area .upcoming-event-wrap .up-event-titile {
    right: 40px;
    -webkit-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    margin-bottom: 0;
  }

  #upcoming-area .upcoming-event-wrap .up-event-titile h3 {
    padding: 10px 45px;
    font-size: 24px;
    font-size: 2.4rem;
    width: auto;
  }

  .single-upcoming-event .up-event-text {
    margin-top: 0;
  }

  /*About Area Start*/

  #about-area .about-area-wrapper:before {
    display: block;
  }

  #about-area .about-area-wrapper .section-title {
    margin-bottom: 50px;
  }

  #about-area .about-area-wrapper .about-content-wrap {
    padding: 36px 10px 40px 260px;
    border-width: 10px;
  }

  #about-area .about-area-wrapper .about-content-wrap .about-thumb {
    display: none;
  }

  /*Responsivility Area Start*/

  #responsibility-area .single-responsibility {
    margin-bottom: 0px;
  }

  /*Funfact  Area Start*/

  #funfact-area .single-funfact-wrap {
    margin-bottom: 0px;
  }

  /*Gallery Area Start*/

  .gallery-menu span {
    padding: 10px 35px;
    margin-right: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  .gallery-menu a {
    padding: 15px 35px;
    margin-right: 25px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
  }

  /*Blog Area Start*/

  .single-blog-post {
    margin-bottom: 0;
  }

  .single-blog-post .blog-content {
    padding: 30px;
  }

  .single-blog-post .blog-content h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }

  /*Footer Area Start*/

  #footer-area .footer-widget .single-widget-wrap {
    margin-bottom: 0;
  }

  /* Committee Page Responsive */

  .committee-content-wrap .committee-member-list {
    margin-top: -80px;
  }

  .single-committee-member {
    margin-top: 80px;
  }

  .single-committee-member h3 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
    padding: 35px 5px;
    margin-top: -90px;
  }

  .single-committee-member h3 .committee-deg {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
  }

  /* About Page Css Start */

  #page-content-wrap .about-page-content-wrap .single-about-text {
    padding: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text .about-page-img {
    position: absolute;
    width: 124%;
    margin-bottom: 0px;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text .img-right,
  #page-content-wrap .about-page-content-wrap .single-about-text .img-left {
    margin: 0;
    margin-top: -100px;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text .img-left {
    margin-left: -97px;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text .img-right {
    margin-right: -118px;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text img {
    max-width: 500px;
  }

  #page-content-wrap .about-page-content-wrap .single-about-text:nth-child(2n) .about-page-img {
    margin-top: 0px;
  }

  /*Directory page*/

  .directory-page-content-warp .directory-text-wrap .directory-table th {
    font-size: 20px;
    font-size: 2rem;
  }

  .directory-page-content-warp .directory-text-wrap .directory-table td {
    font-size: 18px;
    font-size: 1.8rem;
    white-space: normal;
  }

  .directory-page-content-warp .directory-text-wrap .directory-table td img {
    width: 50px;
    height: 50px;
    margin-left: 20px;
  }

  .directory-page-content-warp .directory-text-wrap .directory-table td:first-child {
    width: 35%;
  }

  /*Blog Page Css*/

  .blog-page-contant-start .col-lg-6 .single-blog-post {
    margin-bottom: 30px;
  }

  .blog-page-contant-start .col-lg-6:last-child .single-blog-post,
  .blog-page-contant-start .col-lg-6:nth-child(1n+5) .single-blog-post {
    margin-bottom: 0;
  }

  .sidebar-area-wrap {
    margin-bottom: 0;
  }

  .single-event-page-content .single-event-details .event-thumb-item .event-meta a {
    display: block;
  }

  .single-event-page-content .single-event-details .event-thumb-item .event-meta .btn-join {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    margin-top: 0;
  }

  .register-form-content .register-form-wrap {
    margin-top: 0;
  }

  .register-form-content .register-form-wrap:before {
    display: block;
  }

  #header-area .header-bottom-area.fixed .navbar-brand img {
    width: 150px;
  }
}