@charset "UTF-8";
/* *************************
 *
 *
 *
 *  Name Of Template : ABACC
 *
 *  Version: 1.0
 *
 *
 *
 *
 *
 *  --------Table of Content---------
 *
 *
 *
 *  1: Reset
 *
 *  2: Common Styles
 *
 *  * 2.1: Buttons
 *
 *  * 2.2: Common Classes
 *
 *  3: Header
 *
 *  *  3.1: Site Logo
 *
 *  *  3.2: Main Menu
 *
 *  *  3.3: Offcanvas Menu
 *
 *  *  3.4: Offcanvas Menu
 *
 *  4: Account
 *
 *  * 4.1: Login & Registration Form
 *
 *  5: User Dashboard
 *
 *  * 5.1: Profile Info
 *
 *  6: Footer
 *
 *  * 6.1: Copyright Text
 *
 *  * 6.2: Social Links
 *
 *
 *
 * * ********************* */
/* ************************
 *
 * *
 *
 * *  1: Reset
 *
 * *
 *
 * * ********************* */
* {
  list-style: none;
  outline: none !important;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
  text-shadow: none;
  color: #ffffff;
  background: #31333e;
}

::selection {
  text-shadow: none;
  color: #ffffff;
  background: #31333e;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1 !important;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1 !important;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1 !important;
}

::placeholder {
  color: #ccc;
  opacity: 1 !important;
}

iframe {
  max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}

button,
button[type=submit],
input[type=submit] {
  border: none;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:active,
a:focus,
input,
input:hover,
input:focus,
input:active,
select,
textarea {
  text-decoration: none;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
  padding: 0;
}

p {
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

body {
  overflow-x: hidden !important;
  font-size: 14px;
  background-color: #ffffff;
  /* font-family: "Open Sans", sans-serif; */
  font-family: 'Roboto', sans-serif;
  line-height: 1.8;
}

/* ************************
 *
 * xx: Padding
 *
 * ********************* */
.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-200 {
  padding-bottom: 200px;
}

/* ************************
 *
 * xx: Margin
 *
 * ********************* */
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-200 {
  margin-bottom: 200px;
}

.primary-color, .developer-text p a, .copyright-text p a, .breadcrumb-menu ul li.active a, .breadcrumb-menu ul li a:hover, .content-text ul li i, .single-blog .blog-details .event-meta li a:hover, .single-blog .blog-details .event-name a:hover, .login-form-inner a:hover, .registration-form-inner a:hover, .login-form-inner .custom-checkbox input[type=checkbox] + label:before, .registration-form-inner .custom-checkbox input[type=checkbox] + label:before, .offcanvas-menu .main-menu ul li a:hover, .offcanvas-menu .main-menu ul li.has-sub-menu .submenu-button:after, .main-menu ul li a:hover, .main-menu ul li:hover.has-sub-menu .submenu-button:after, .main-menu ul li.active > a, .main-menu ul li.active.has-sub-menu .submenu-button:after, .action-btn:hover {
  color: #00A651;
}

.primary-color-bg, .single-blog .blog-details:after, .slide-list .owl-dots .owl-dot:after, .login-form .account-form-title:after, .registration-form .account-form-title:after, .section-title h4:after, .backToTop, .action-btn {
  background-color: #00A651;
}

.secondary-color {
  color: #bbb;
}

.secondary-color-bg {
  background-color: #bbb;
}

.text-color, .breadcrumb-menu ul li a, .single-blog .blog-details .event-meta li a, .login-form-inner a, .registration-form-inner a, body {
  color: #333;
}

.text-color-bg {
  background-color: #333;
}

.heading-color, .single-blog .blog-details .event-name a, .offcanvas-menu .main-menu ul li a, .main-menu ul li a, h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555;
}

.heading-color-bg, .menu-trigger span {
  background-color: #555;
}

.color-white, .single-blog:hover .blog-details .event-meta li a, .single-blog:hover .blog-details .event-name a, .slide-list .owl-nav button i, .header-menu .head-menu-link ul li:not(:first-child) a, .backToTop a i {
  color: #ffffff;
}

.color-white-bg, .header-top .logo, .slide-list .owl-dots .owl-dot, .site-header.sticky, .offcanvas-close .close-icon:after, .offcanvas-close .close-icon:before, .action-btn.cancel-btn:hover {
  background-color: #ffffff;
}

.color-black {
  color: 900;
}

.color-black-bg {
  background-color: 900;
}

/* 2.1: Buttons */
.action-btn {
  margin-right: 15px;
  padding: 6px 28px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border: 1px solid #00A651 !important;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  cursor: pointer;
}
.action-btn:hover {
  background-color: #fff;
}
.action-btn.cancel-btn {
  background-color: #D2312D;
  border-color: #D2312D !important;
}
.action-btn.cancel-btn:hover {
  color: #D2312D;
}

.backToTop {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 45px;
  right: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  box-shadow: 0px 2px 10px 6px rgba(0, 0, 0, 0.12);
}
.backToTop a i {
  font-size: 18px;
}
.backToTop.show {
  opacity: 1;
  visibility: visible;
}

/*  Offcanvas Close Icon */
.offcanvas-close {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 20px;
  top: 20px;
  left: -25px;
  background-color: #EE5259;
}
.offcanvas-close .close-icon {
  position: absolute;
  height: 100%;
  width: 100%;
}
.offcanvas-close .close-icon:after, .offcanvas-close .close-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 20px;
  content: "";
  text-align: center;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: -10px;
  margin-left: -1px;
}
.offcanvas-close .close-icon:before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* 2.2: Common Classes */
.select-custom .nice-select {
  float: none;
  width: 100%;
  border-color: #e7e7e7;
  border-radius: 0px;
}
.select-custom .nice-select .list {
  width: 100%;
  border-radius: 12px;
}

.pb--0 {
  padding-bottom: 0px !important;
}

.section-padding {
  padding: 40px 0;
}

.section-title h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 15px;
  position: relative;
}
.section-title h4:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 60px;
  content: "";
}

/* x.x: Animation */
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes moveUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
/* ************************
 *
 * *
 *
 * * 3: Header Styles
 *
 * *
 *
 * * ********************* */
.site-header.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  -webkit-animation: fadeInDown 0.4s ease 0s 1;
          animation: fadeInDown 0.4s ease 0s 1;
}

/*  3.1: Site Logo */
.header-top {
  padding: 15px 0;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.header-top .slogan-text h4 {
  font-size: 14px;
}
.header-top .logo {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  max-width: 100px;
  text-align: center;
  padding: 5px 0;
  position: absolute;
  width: 100%;
  left: 44.5%;
  top: -13px;
  z-index: 998;
}
.header-top .logo img {
  max-width: 80px;
}

/*  3.2: Main Menu */
.header-menu {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.header-menu .head-menu-link ul li {
  display: inline-block;
  cursor: pointer;
}
.header-menu .head-menu-link ul li:first-child {
  margin-right: 6px;
  font-weight: 600
}
.header-menu .head-menu-link ul li:not(:first-child) {
  padding: 2px 8px;
  background-color: #4267B2;
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li:hover > ul {
  top: 65px;
  opacity: 1;
  visibility: visible;
}
.main-menu ul li:hover.has-sub-menu .submenu-button:after {
  content: "";
}
.main-menu ul li.has-sub-menu .submenu-button {
  position: absolute;
  right: -16px;
  height: 25px;
  width: 25px;
  top: 22px;
  cursor: pointer;
}
.main-menu ul li.has-sub-menu .submenu-button:after {
  position: absolute;
  right: 0px;
  top: 0;
  display: block;
  font-family: "FontAwesome";
  content: "";
}
.main-menu ul li.has-sub-menu .submenu-button.sub-menu-oppened:after {
  content: "";
}
.main-menu ul li:not(:last-child) {
  margin-right: 70px;
}
.main-menu ul li:nth-child(3){
  margin-right: 310px !important;
}
.main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
.main-menu ul li > ul {
  width: 200px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 100px;
  box-shadow: 4px 7px 20px 0px rgba(0, 0, 0, 0.07);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9999;
  padding: 12px 0;
}
.main-menu ul li > ul li:not(:last-child) {
  border-bottom: 1px solid #e7e7e7;
  margin-right: 0;
  display: block;
}
.main-menu ul li > ul li:nth-child(3){
  margin-right: 0px !important;
}
.main-menu ul li > ul li a {
  display: block;
  padding: 10px 16px;
}

/*  3.3: Offcanvas Menu */
.offcanvas-menu {
  position: fixed;
  height: 100%;
  width: 360px;
  right: -100%;
  top: 0;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.offcanvas-menu.show {
  right: 0;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.offcanvas-menu .main-menu {
  margin-top: 130px;
  margin-bottom: 40px;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.offcanvas-menu .main-menu ul li {
  display: block;
  text-align: left;
}
.offcanvas-menu .main-menu ul li.has-sub-menu .submenu-button {
  right: 60px;
  top: 14px;
}
.offcanvas-menu .main-menu ul li.has-sub-menu .submenu-button:after {
  content: "";
}
.offcanvas-menu .main-menu ul li:not(:last-child) {
  margin-right: 0;
  border-bottom: 1px solid #e7e7e7;
}
.offcanvas-menu .main-menu ul li a {
  padding: 12px;
}
.offcanvas-menu .main-menu ul li a:after {
  left: 12px;
  top: 68px;
}
.offcanvas-menu .main-menu ul li > ul {
  display: none;
  padding: 0;
  padding-left: 20px;
  width: 100%;
  position: static;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0;
}
.offcanvas-menu .main-menu ul li > ul > li:first-child {
  border-top: 1px solid #e7e7e7;
}
.offcanvas-menu .main-menu ul li > ul > li a {
  margin: 0;
  padding: 12px 0;
}
.offcanvas-menu .main-menu ul li > ul > li a:after {
  bottom: 20px;
  width: 100%;
}

.menu-inner {
  height: 100%;
}

/*  3.4: Mobile Menu Button */
.menu-trigger {
  display: block;
  float: right;
  cursor: pointer;
  margin-top: 2px;
}
.menu-trigger span {
  width: 25px;
  height: 2px;
  display: block;
}
.menu-trigger span:not(:last-child) {
  margin-bottom: 6px;
}
.menu-trigger:hover span:nth-child(2) {
  width: 25px;
}

/* ************************
 *
 * *
 *
 * * 4: Account Styles
 *
 * *
 *
 * * ********************* */
.profile-info .input-element {
  display: none !important;
}
.profile-info.form-active .view-element {
  display: none !important;
}
.profile-info.form-active .input-element {
  display: block !important;
}

/*  4.1: Login & Registration Form */
.login-form {
  margin-bottom: 30px;
}

.login-form, .registration-form {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.login-form .account-form-title, .registration-form .account-form-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7 !important;
  padding-bottom: 15px;
  position: relative;
}
.login-form .account-form-title:after, .registration-form .account-form-title:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 60px;
  content: "";
}

.login-form-inner input, .login-form-inner label, .registration-form-inner input, .registration-form-inner label {
  width: 100%;
}
.login-form-inner input, .registration-form-inner input {
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
}
.login-form-inner label, .registration-form-inner label {
  display: block;
  font-weight: 600;
}
.login-form-inner .custom-checkbox input, .registration-form-inner .custom-checkbox input {
  display: none;
}
.login-form-inner .custom-checkbox input[type=checkbox] + label, .registration-form-inner .custom-checkbox input[type=checkbox] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  line-height: 1.1;
  padding-top: 1px;
}
.login-form-inner .custom-checkbox input[type=checkbox] + label:after, .registration-form-inner .custom-checkbox input[type=checkbox] + label:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  content: "";
  border: 1px solid #e1e1e1;
}
.login-form-inner .custom-checkbox input[type=checkbox] + label:before, .registration-form-inner .custom-checkbox input[type=checkbox] + label:before {
  position: absolute;
  font-size: 12px;
  left: 3px;
  top: 3px;
  font-weight: 500;
  font-family: "FontAwesome";
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}
.login-form-inner .custom-checkbox input[type=checkbox] + label span, .registration-form-inner .custom-checkbox input[type=checkbox] + label span {
  display: block;
  font-weight: 500;
  margin-top: 6px;
}
.login-form-inner .custom-checkbox input[type=checkbox]:checked + label:before, .registration-form-inner .custom-checkbox input[type=checkbox]:checked + label:before {
  opacity: 1;
}
.login-form-inner .custom-checkbox input[type=checkbox]:checked + label:after, .registration-form-inner .custom-checkbox input[type=checkbox]:checked + label:after {
  border-color: #00A651;
}
.login-form-inner a, .registration-form-inner a {
  display: inline-block;
  margin-top: 8px;
}
/* ************************
 *
 * *
 *
 * * 5: Sliders Styles
 *
 * *
 *
 * * ********************* */
.slide-list {
  position: relative;
  margin-top: 20px;
}
.slide-list:hover .owl-nav button {
  width: 30px;
  opacity: 0.8;
  visibility: visible;
}
.slide-list .owl-nav button {
  font-size: 18px;
  color: #1a1a1a;
  background: #00A651 !important;
  height: 100px;
  width: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slide-list .owl-nav button i {
  font-size: 20px;
}
.slide-list .owl-nav button.owl-prev {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -50px;
}
.slide-list .owl-nav button.owl-next {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -50px;
}
.slide-list .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -20px;
}
.slide-list .owl-dots button + button {
  margin-left: 10px;
}
.slide-list .owl-dots .owl-dot {
  height: 12px;
  position: relative;
  width: 12px;
  border-radius: 50%;
}
.slide-list .owl-dots .owl-dot:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -3px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  content: "";
}
.slide-list .owl-dots .owl-dot.active:after {
  opacity: 1;
  visibility: visible;
}

/* 5.1: Single Sider */
.single-slide-item .slider-bg {
  min-height: 400px;
  background-size: cover !important;
}

/* ************************
 *
 * *
 *
 * * 6: Message Block Styles
 *
 * *
 *
 * * ********************* */
/* 6.1: Single Message Block */
.single-message .message-content {
  margin-top: -4px;
}
.single-message .message-content p {
  margin-bottom: 14px;
  text-align: justify;
}
.single-message .message-content .author-name {
  position: relative;
  padding-left: 20px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: 600;
}
.single-message .message-content .author-name:after {
  position: absolute;
  left: -6px;
  top: -12px;
  content: "“";
  font-size: 40px;
  font-weight: 900;
  opacity: 0.3;
  z-index: -1;
}
.single-message .message-content .author-name .author-designation {
  display: block;
  margin-top: 6px;
}

/* ************************
 *
 * *
 *
 * * 7: Blog Styles
 *
 * *
 *
 * * ********************* */
/*  7.1: Single Blog */
.single-blog {
  margin-bottom: 30px;
}
.single-blog:hover .blog-details:after {
  top: 0;
  opacity: 0.7;
  visibility: visible;
}
.single-blog .blog-img {
  display: block;
  position: relative;
}
.single-blog .blog-img:hover:before, .single-blog .blog-img:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0;
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  z-index: -1;
}
.single-blog .blog-img:after, .single-blog .blog-img:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.6s ease-in-out 0s;
  transition: all 0.6s ease-in-out 0s;
  opacity: 1;
  z-index: 2;
  content: "";
  pointer-events: none;
}
.single-blog .blog-img:before {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.single-blog .blog-img:after {
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.single-blog .blog-img img {
  height: 233px;
}
/* .single-blog img {
  height: 80px;
} */
/* .single-blog .partner-img img {
  height: auto;
} */
.single-blog .blog-details {
  padding: 15px;
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.single-blog .blog-details:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: -40px;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  z-index: -1;
}
.single-blog .blog-details .event-name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 14px;
}
.single-blog .blog-details .event-name a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.single-blog .blog-details .event-meta li {
  display: inline-block;
}
.single-blog .blog-details .event-meta li:not(:last-child) {
  margin-right: 20px;
}
.single-blog .blog-details .event-meta li a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.single-blog .blog-details .event-meta li a i {
  margin-right: 10px;
}
/* ************************
 *
 * *
 *
 * * 8: Vission Mission Styles
 *
 * *
 *
 * * ********************* */

.content-bg {
  min-height: 240px;
  background-size: cover !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}

.content-text {
  margin-top: 16px;
}
.content-text h4 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 700;
}
.content-text h5 {
  font-weight: 700;
  margin-bottom: 12px;
}
.content-text p{
  text-align: justify;
}
.content-text p:not(:last-child) {
  margin-bottom: 12px;
}
.content-text ul li:not(:last-child) {
  margin-bottom: 10px;
}
.content-text ul li i {
  margin-right: 10px;
}

/* ************************
 *
 * *
 *
 * * 9: Constitution Styles
 *
 * *
 *
 * * ********************* */
/*  3.2: Constitution List */
.constitution-list {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.constitution-list ul li {
  font-size: 15px;
  padding: 14px 0;
}
.constitution-list ul li:not(:first-child) {
  border-top: 1px solid #f3f3f3;
}
.constitution-list ul li:first-child {
  padding-top: 0;
}
.constitution-list ul li:last-child {
  padding-bottom: 0;
}
.constitution-list ul li .serial-num {
  margin-right: 6px;
  font-weight: 600;
}
.constitution-list ul li ul {
  padding-left: 40px;
}
.constitution-list ul li ul li:first-child {
  border-top: 1px solid #f3f3f3;
  margin-top: 14px;
  padding-top: 14px;
}
.constitution-list ul li ul li:last-child {
  padding-bottom: 0;
}

/* ************************
 *
 * *
 *
 * * 10: Commitee Styles
 *
 * *
 *
 * * ********************* */
.commitee-list {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding-top: 30px;
}

/*  10.1: Single Commitee */
.commitee-member {
  margin-bottom: 30px;
}
.commitee-member .member-img img {
  max-width: 140px;
  border-radius: 50%;
}
.commitee-member .member-details {
  margin-top: 12px;
}
.commitee-member .member-details h4 {
  font-size: 15px;
}
.commitee-member .member-details h4 .designation {
  display: block;
  font-weight: 600;
}

/* ************************
 *
 * *
 *
 * * 11: Contact Styles
 *
 * *
 *
 * * ********************* */
/*  3.1: Single Cotact */
.single-contact-info {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.single-contact-info h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 600;
}
.single-contact-info ul li i {
  min-width: 18px;
  margin-right: 6px;
}
.single-contact-info ul li:not(:last-child) {
  margin-bottom: 12px;
}

/* ************************
 *
 * *
 *
 * * 12: User Dashboard Styles
 *
 * *
 *
 * * ********************* */
/* 12.1: Profile Info */
.profile-info {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.profile-info label {
  font-weight: 700;
  font-size: 15px;
}
.profile-info p i {
  margin-right: 10px;
}

/* ************************
 *
 * *
 *
 * * 13: Breadcrumb Styles
 *
 * *
 *
 * * ********************* */
/*  3.2: Breadcrumb Menu */
.breadcrumb-menu {
  margin-top: 20px;
  padding: 12px;
  border: 1px solid #e7e7e7;
}
.breadcrumb-menu ul li + li:before {
  font-weight: 500;
  margin-left: 3px;
  padding: 0 6px;
  font-family: "FontAwesome";
  content: "";
}

/* ************************
 *
 * *
 *
 * * 14: Footer Styles
 *
 * *
 *
 * * ********************* */
.site-footer {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

/* 14.1: Copyright Text */
.copyright-text p a:hover {
  opacity: 0.8;
}
.copyright-text p {
  font-weight: 600;
}

.follow-text p {
  font-weight: 600;
}

.developer-text p {
  font-weight: 600;
}

/* 14.2: Social Links */
.developer-text p a {
  /* font-family: "Cinzel Decorative", cursive; */
  font-weight: 600;
}
.developer-text p a:hover {
  opacity: 0.8;
}


/* ************************
 *
 * *
 *
 * * 15: Welcome Area Styles
 *
 * *
 *
 * * ********************* */

 .welcome-heading h4{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
 }

 .welcome-text p{
  text-align: justify;
 }

 .welcome-text p:not(:last-child){
  margin-bottom: 14px
 } 
 
 .follow-us {
  padding: 2px 8px;
  color: #ffffff;
  background-color: #4267B2;
 }

 /* ************************
 * *
 * * 11: Contact Styles
 * *
 * * ********************* */
/*  3.1: Cotact Form */
.contact-form {
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.contact-form .form-element {
  margin-bottom: 15px;
}
.contact-form label {
  font-weight: 600;
}
.contact-form input, .contact-form textarea, .contact-form label {
  width: 100%;
}
.contact-form input, .contact-form textarea {
  background: #ecf7fe;
  border: 0;
  padding: 10px 12px;
}
.contact-form textarea {
  height: 140px;
}
.contact-form button {
  margin-top: 18px;
  cursor: pointer;
}
