body {
    font-family: sans-serif;
    }
  
    body:before {
      content: "";
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden;
      z-index: 1; }
  
    body.offcanvas-menu:before {
      opacity: 1;
      z-index: 1002;
      visibility: visible; }
  
  
    a, a:hover {
      text-decoration: none !important; }
  
  .bg_image {
    background-image: url('../images/bg_1.jpg');
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
  
header a .far, header a .fas, header a .fa, header a .fab{text-decoration: none !important; color: #fff !important;}
header a:hover .far, header a:hover .fas, header a:hover .fa, header a:hover .fab{text-decoration: none !important; color: #f2882c !important;}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 0rem; }
  
  .site-navbar .toggle-button {
    position: absolute;
    right: 0px;
  z-index: 9999; }
  .site-navbar .site-logo {
    
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 0;
    margin: 0;
    padding: 0;
    /* z-index: 3;  */
  }
    
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid white !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
  .site-navbar .site-navigation .site-menu .active {
    color: #f2882c !important; }
  .site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block; }
  .site-navbar .site-navigation .site-menu > li {
    display: inline-block; }
  .site-navbar .site-navigation .site-menu > li > a {
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0px;
    color: #000 !important;
    display: inline-block;
    text-decoration: none !important; }
  .site-navbar .site-navigation .site-menu > li > a:hover, .site-navbar .site-navigation .site-menu > li > a:focus {
    color: #f2882c !important; }
  .site-navbar .site-navigation .site-menu .has-children {
    position: relative; }
  .site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px; }
  .site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon'; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #f2882c;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s; }
    .site-navbar .site-navigation .site-menu .has-children .dropdown.left{right: 100% !important;
      left: auto !important;}
  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute; }
    .site-navbar .site-navigation .site-menu .has-children.left-dropdown > a:before{ content: "\e314" !important;}
  .site-navbar .site-navigation .site-menu .has-children .left-dropdown .dropdown .left > li.has-children > a:before {
    content: "\e314";
    right: 20px;
  }
  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    display: none;
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000 !important; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #f2882c !important;
    background: #f8f9fa; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #f8f9fa;
    color: #f2882c !important; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0; }
  .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #f8f9fa;
    color: #ced4da; }
  .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #f2882c !important; }
  .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer; }
  .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1; }

  .site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #ced4da; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px; }
  .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
  .site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529; }
  .site-mobile-menu .site-nav-wrap a:hover {
    color: #f2882c; }
  .site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block; }
  .site-mobile-menu .site-nav-wrap li .nav-link.active {
   color: #f2882c; }
  .site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%; }
  .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa; }
  .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%; }
  .site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px; }
  .site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block; }
  .site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px; }
  .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0; }
  .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
   display: block; }
  .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px; }
  .site-mobile-menu .site-nav-wrap[data-class="social"] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em; }
  .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
    width: auto; }
  .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
    padding-left: 15px !important; }

  .sticky-wrapper {
    position: relative;
    z-index: 100;
    width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    background: #fff; }
  .sticky-wrapper .site-navbar .site-logo a {
    color: #fff; }
  .sticky-wrapper .site-navbar ul li a {
    color: rgba(255, 255, 255, 0.7) !important; }
  .sticky-wrapper .site-navbar ul li a.active {
    color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2); }
  .sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #f2882c; }
  .sticky-wrapper.is-sticky .site-navbar ul li a {
    color: #000 !important; }
  .sticky-wrapper.is-sticky .site-navbar ul li a.active {
    color: #f2882c !important; }
  .sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .site-logo img{max-width: 100%;}

    @media (max-width: 991.98px) {
      .site-navbar {
        padding-top: 0.10rem;
        padding-bottom:0.10rem; }
      .site-navbar .site-logo {
        float: left;
        position: relative; }
      .sticky-wrapper .shrink {
        padding-top: 30px !important;
        padding-bottom: 30px !important; } }
        
    @media only screen and (max-width:998px){
      .bg_image {
      background-image: none !important;
      height: auto !important;
      width: 100%;
      background-color: #ccc;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      
    }
   .dropdown.left {
      right: 100%;
      left: auto;
   }
        .register
        {
            background: #ff9933;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
        }
        .request
        {
            background:#301d73;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
        }
        #footer {

color: #313030;

font-size: 14px;

background: #fff;

}



#footer .footer-top {

padding: 60px 0 30px 0;

background: #fff9f7;

}



#footer .footer-top .footer-contact {

margin-bottom: 30px;

}



#footer .footer-top .footer-contact h4 {

font-size: 22px;

margin: 0 0 30px 0;

padding: 2px 0 2px 0;

line-height: 1;

font-weight: 700;

}



#footer .footer-top .footer-contact p {

font-size: 14px;

line-height: 24px;

margin-bottom: 0;

font-family: "Raleway", sans-serif;

color: #656262;

}



#footer .footer-top h4 {

font-size: 16px;

font-weight: bold;

color: #313030;

position: relative;

padding-bottom: 12px;

}



#footer .footer-top .footer-links {

margin-bottom: 30px;

}



#footer .footer-top .footer-links ul {

list-style: none;

padding: 0;

margin: 0;

}



#footer .footer-top .footer-links ul i {

padding-right: 2px;

color: #ffa587;

font-size: 18px;

line-height: 1;

}



#footer .footer-top .footer-links ul li {

padding: 10px 0;

display: flex;

align-items: center;

}



#footer .footer-top .footer-links ul li:first-child {

padding-top: 0;

}



#footer .footer-top .footer-links ul a {

color: #656262;

transition: 0.3s;

display: inline-block;

line-height: 1;

}



#footer .footer-top .footer-links ul a:hover {

text-decoration: none;

color: #f2882c;

}



#footer .footer-newsletter {

font-size: 15px;

}



#footer .footer-newsletter h4 {

font-size: 16px;

font-weight: bold;

color: #313030;

position: relative;

padding-bottom: 12px;

}



#footer .footer-newsletter form {

margin-top: 30px;

background: #fff;

padding: 6px 10px;

position: relative;

border-radius: 50px;

text-align: left;

border: 1px solid #ffe2d9;

}



#footer .footer-newsletter form input[type="email"] {

border: 0;

padding: 4px 8px;

width: calc(100% - 100px);

}



#footer .footer-newsletter form input[type="submit"] {

position: absolute;

top: 0;

right: 0;

bottom: 0;

border: 0;

background: none;

font-size: 16px;

padding: 0 20px;

background: #f2882c;

color: #fff;

transition: 0.3s;

border-radius: 50px;

box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

}



#footer .footer-newsletter form input[type="submit"]:hover {

background: #ed3b00;

}



#footer .credits {

padding-top: 5px;

font-size: 13px;

color: #313030;

}



#footer .social-links a {

font-size: 18px;

display: inline-block;

background: #f2882c;

color: #fff;

line-height: 1;

padding: 8px 0;

margin-right: 4px;

border-radius: 50%;

text-align: center;

width: 36px;

height: 36px;

transition: 0.3s;

}



#footer .social-links a:hover {

background: #ff7e54;

color: #fff;

text-decoration: none;

}

.card-hover {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}
.card-hover:hover {
  webkit-transform: translateY(-4px) scale(1.01);
  -moz-transform: translateY(-4px) scale(1.01);
  -ms-transform: translateY(-4px) scale(1.01);
  -o-transform: translateY(-4px) scale(1.01);
  transform: translateY(-4px) scale(1.01);
  -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 10%);
  box-shadow: 0 14px 24px rgb(62 57 107 / 10%);
}
.bg-light-primary {
  background-color: #f1effd!important;
}
.bg-light-warning {
  background-color: #fff8ec!important;
}

.bg-light-success {
  background-color: #a8eef7!important;
}
.user_icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.user_icon1 {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/* Login page css */
.sticky-wrapper .site-navbar .user_profile ul li a{color: #000000 !important; font-size: 14px;}
.sticky-wrapper .site-navbar .user_profile ul li a:hover{color: #f2882c !important }
.sticky-wrapper .site-navbar .user_profile .dropdown-item.active, .user_profile  .dropdown-item:active{background: #e9ecef !important }
.login-form{font-size: 14px;}
.login-form .card{border-radius: 1rem !important;}
.login-form .submin-btn .btn-success{background: #04c35c; border: 1px #04c35c solid;}
.login-form .submin-btn .btn-success:hover{background: #04a04c; border: 1px #04a04c solid;}
/* Login page css end*/