/*** 

====================================================================
    Reset
====================================================================

***/

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 100%;
  line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/

body {
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  background: rgb(255, 255, 255);
  font-family: "Jost", sans-serif;
}

.page-wrapper {
  position: relative;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  margin: 0px auto;
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none !important;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0px;
  background: none;
  color: #262626;
}

.about-h1 {
    font-size: 1.75rem;
}
textarea {
  overflow: hidden;
}

button {
  outline: none !important;
  cursor: pointer;
}

.text {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #3d3d3d;
  margin: 0px 0px 15px;
}

/*p {
  font-size: 14px !important;
  line-height: 1.6 !important;
  color: #3d3d3d;
}*/

.text-theme {
  color: #dc4f49 !important;
}

.bg-theme {
  background: #dc4f49 !important;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
  outline: none;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu li a span.text {
  margin-bottom: 0;
}

.bootstrap-select .dropdown-menu li.active a span.text {
  color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 7px;
  display: block;
  line-height: 30px;
  font-size: 17px;
  text-align: center;
  z-index: 5;
  font-weight: 400;
  color: #fff;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  z-index: 9;
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

figure {
  margin-bottom: 0;
}

.theme-btn {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.centered {
  text-align: center !important;
}

.gray-bg {
  background-color: #f4f4f4 !important;
}

.light-bg {
  background-color: #fff !important;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.dropdown-toggle::after {
  display: none;
}

.fa {
  line-height: inherit;
  font-size:24px;
}

.owl-dots {
  text-align: center;
  line-height: 0.8;
}

.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  border-radius: 12px;
  background: #ef8e8e !important;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  margin: 0 2px;
  display: inline-block;
  opacity: 0.5;
}

.owl-dots .owl-dot.active {
  width: 15px;
  opacity: 1;
}
.event-wrp .owl-dots .owl-dot {
  background: #fff !important;
}

/* Btn style */

.theme-btn {
  display: inline-block;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

/*  Scroll To Top style */

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  display: none;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.scroll-to-top.style-two {
  background-color: #2d3247;
}

.scroll-to-top:hover {
  color: #ffffff;
}

/*Btn Style One*/

.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 3px;
  overflow: hidden;
  text-transform: capitalize;
  vertical-align: middle;
}

.btn-style-one:hover {
  color: #fff;
}

.btn-style-one:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  content: "";
  background-color: #000;
  transition: 0.5s;
  opacity: 0.1;
  border-top-right-radius: 33px;
  border-bottom-right-radius: 33px;
}

.btn-style-one:hover:before {
  width: 100%;
  border-radius: 0;
}

.btn-style-one span {
  position: relative;
}

/* Style Two */

.btn-style-one.style-two {
  background-color: transparent;
  border: 2px solid #006940;
  padding: 8px 20px;
  color: #006940;
}

.btn-style-one.style-two:after {
  top: 14px;
}

.theme-btn-dark.btn-style-one.style-two {
  border: 2px solid #006940;
  color: #013300;
}

.theme-btn-dark.btn-style-one.style-two:after {
  color: #013300;
}

.theme-btn-dark.btn-style-one.style-two.style-danger {
  border: 2px solid #dc4f49;
  color: #dc4f49;
}

.theme-btn-dark.btn-style-one.style-two.style-danger:after {
  color: #dc4f49;
}

/* Style Three */

.btn-style-one.style-three {
  background-color: transparent;
  border: 2px solid #ddd;
  color: #222222;
  padding: 10px 20px;
}

.btn-style-one.style-three:after {
  top: 14px;
}

.btn-style-one.style-three:before {
  background-color: #e8f4f1;
  opacity: 1;
}

.info-form-section .btn-style-one.style-three:before {
  background-color: #013300;
}

.inner-box .btn-style-one.style-three {
  padding: 4px 15px;
}

/* Header Style */

.main-header {
  position: relative;
  display: block;
  width: 100%;
  
  top: 0px;
  left: 0px;
  border-bottom: 2px solid #b5b7c9;
  clear: both;
}

.main-header.header-style-one .auto-container,
.header-upper .auto-container,
.container.auto-container {
  max-width: 1520px;
}

.main-header.header-style-one {
  position: relative;
}

/* Header Top */

.rs-toolbar {
  padding: 4px 0 5px;
  font-size: 14px;
  position: relative;
  overflow: hidden;
}

.rs-toolbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background:#68246D;
  height: 50%;
  width: 100%;
}

.rs-toolbar:after {
  content: "";
  position: absolute;
  background:#68246D;
  height: 100%;
  width: 60%;
  right: 0;
  top: 0;
  z-index: 1;
  transform: skew(40deg, 0deg);
  max-width: 670px;
}

.rs-toolbar .container {
  position: relative;
  z-index: 2;
}

.header-top {
  position: relative;
  padding: 0px 0 0px 0;
}

.main-header .rs-toolbar-start a {
  color: #fff;
  font-size: 16px;
}

.rs-toolbar-start i {
  font-size: 15px;
  margin-right: 5px;
}

.header-top .inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.header-top .left-column {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height:85px
}

/*.header-top .left-column .left-img-column {
  transform: translateY(-5px);
}*/

.header-top .left-column .left-img-column a{font-weight: 600;
    font-size: 35px;
    color: #2d3d8c;    top: -30px;
    position: relative;}
.header-top .left-column .left-img-column a img{width:251px;top: 19px;
    position: relative;max-width:none}
.header-top ul.contact-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-top ul.contact-info li {
  margin-right: 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-right: 20px;
}

.header-top ul.contact-info li:before {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.2);
}

.header-top ul.contact-info li:last-child:before {
  display: none;
}

.header-top ul.contact-info a {
  color: #fff;
}

.header-top ul.contact-info li i {
  margin-right: 7px;
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.header-top .social-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
}

.header-top .social-icon.xl-social-icon {
  display: flex !important;
}

.header-top .social-icon li {
  margin-right: 8px;
  font-size: 14px;
  line-height: 20px;
}

.header-top .social-icon li:last-child {
  margin-right: 0px;
}

.fb-bg {
  background: #3e5c9a;
}

.ins-bg {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}

.tw-bg {
  background: #29a9e1;
}

.ld-bg {
  background: #117bb8;
}

.yb-bg {
  background: #c3271a;
}

.fb-color {
  color: #3e5c9a;
}

.ins-color {
  color: #dc2743;
}

.tw-color {
  color: #29a9e1;
}

.ld-color {
  color: #117bb8;
}

.yb-color {
  color: #c3271a;
}

.header-top .social-icon li a {
  background: #fff;
  transition: 0.5s;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 42px;
  font-size: 14px;
}

.header-top .social-icon li a.erp-login {
  width: auto;
  background: #fff;
  color: #013300;
  font-size: 14px;
  padding: 0px 10px;
  border-radius: 4px;
  font-weight: 500;
}

.header-top .social-icon li a:hover {
  background: #fff;
  color: #013300;
}

ul.btns-link li {
  display: inline-block;
  margin-left: 1px;
  margin-top: 8px;
  margin-right: 10px;
}

ul.btns-link li:first-child {
  margin-left: 0px;
}

ul.btns-link li a {
  color: #fff;
}

.border-org-btn,
.border-red-btn {
  position: relative;
  display: inline-block;
  /*padding: 2px 19px;*/
  font-size: 14px;
  color: #fff;
  /*border-radius: 4px;*/
  /* font-weight: 600; */
}

.border-org-btn {
  background-color: #68246D;
}

.border-red-btn {
  background-color: #ffc63c;
}

/*ul.btns-link li:first-child a {
  background-color: #f08019;
}*/
/*ul.btns-link li:nth-child(2) a {
  background-color: #dc4f49;
}*/
.bg-warning-btn {
  background-color: #ffc63c;
  color: #3d3d3d;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
}

.border-org-btn::before {
  content: "";
  border: 2px #2d4192 solid;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius:0 50px 50px 0;
  z-index: -1;
}
.border-red-btn::before {
  content: "";
  border: 2px #dc4f49 solid;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 4px;
  z-index: -1;
}
.border-red-btn::before {
  border: 2px #dc4f49 solid;
  background-color: #fff;
}



/* Header Upper */
.header-upper .navbar-right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 50px;
}

.header-upper {
  position: relative;
  z-index: 222;
  background: #03834b;
}

.header-internal .header-upper {
  background: #fff;
}

.header-upper .inner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.header-upper .logo-box {
  z-index: 10;
}

.header-upper .logo-box .logo {
  position: relative;
  display: block;
  padding: 6px 0px;
}

.header-upper .right-column {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-upper .search-btn {
  margin-left: 35px;
  padding-left: 20px;
  line-height: 20px;
  border-left: 1px solid #919191;
  margin-right: 20px;
}

.header-upper .link-btn a {
  vertical-align: middle;
}

.header-upper .search-toggler {
  color: #000;
  background: transparent;
  font-size: 22px;
}

.navigation li.current:hover {
  background-color: #ffc63c;
}

.nav-outer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.navbar-right-info .mobile-nav-toggler {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 44px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 20px;
  margin-left: 30px;
  cursor: pointer;
  border-radius: 50%;
}

.main-header .nav-outer .main-menu {
  position: relative;
}
