/********** Template CSS **********/
:root {
    --primary: #f0c402;
    --secondary: #000;
    --light: #F2F8FE;
    --dark: #111111;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 60px;
    z-index: 99;
}

body{
    color:#000!important;
    font-family: "Open Sans", sans-serif!important;
}

p{
    color:#000!important;
    font-family: "Open Sans", sans-serif!important;
    text-align: justify;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 500 !important;
    font-family: "Open Sans", sans-serif!important;    
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    /* padding: 25px 0; */
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #ffffff;
    font-weight: bold;
    box-shadow: 3px 3px 2px 0px #ffd70a7d;
    background-color: #000000;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.hero-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--secondary);
}


/*** Service ***/
.service-item {
    position: relative;
    overflow: hidden;
}

.service-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -50px;
    right: -50px;
    border: 50px solid;
    transform: rotate(45deg);
    opacity: 1;
    transition: .5s;
    box-shadow: 2px 2px #e1e1e1;
}

.service-item.bg-white::after {
    border-color: transparent transparent #f5f5f5 transparent;
}

.service-item.bg-light::after {
    border-color: transparent transparent #FFFFFF transparent;
}

.service-item:hover::after {
    opacity: 0;
}


/*** Roadmap ***/
.roadmap-carousel {
    position: relative;
}

.roadmap-carousel::before {
    position: absolute;
    content: "";
    height: 0;
    width: 100%;
    top: 20px;
    left: 0;
    border-top: 2px dashed var(--secondary);
}


.roadmap-carousel .roadmap-item .roadmap-point {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 6px;
    left: 50%;
    margin-left: -15px;
    background: #FFFFFF;
    border: 2px solid var(--primary);
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadmap-carousel .roadmap-item .roadmap-point span {
    display: block;
    width: 18px;
    height: 18px;
    background: var(--primary);
}

.roadmap-carousel .roadmap-item {
    position: relative;
    padding-top: 150px;
    text-align: center;
}

.roadmap-carousel .roadmap-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 115px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-right: 2px dashed var(--secondary);
}

.roadmap-carousel .roadmap-item::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 111px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
    background: #000;
}

.roadmap-carousel .owl-nav {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.roadmap-carousel .owl-nav .owl-prev,
.roadmap-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 22px;
    color: var(--light);
    background: var(--primary);
    transition: .5s;
}

.roadmap-carousel .owl-nav .owl-prev:hover,
.roadmap-carousel .owl-nav .owl-next:hover {
    color: var(--primary);
    background: var(--dark);
}


/*** FAQs ***/
.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion .accordion-button {
    background: #ffffff;
    border-radius: 2px;
    color: #000000;
}

.accordion .accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background: var(--primary);
    box-shadow: none;
}

.accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion .accordion-body {
    padding: 15px 0 0 0;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    /* letter-spacing: 1px; */
    box-shadow: none;
    font-weight: bold;
}

.footer .btn.btn-square {
    color: var(--primary);
    border: 1px solid var(--primary);
}

.footer .btn.btn-square:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(17, 17, 17, .1);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: var(--dark);
}

/* mystyles start*/
.text-primary{
    color:#f3c705!important;
}
.bg-primary{
    background-color:#f3c705!important;
}
.btn-primary {
    color: #f3c705!important;
    background-color: #000!important;
    border-color: #000!important;
    border-radius: 0!important;
}
.btn-primary:hover {
    color: #000000!important;
    background-color: #f3c705!important;
    border-color: #f3c705!important;
}
.bg-light {
    background-color: #ededed94 !important;
}

a {
    color: #f3c705;
}
a:hover{
    color:#000;
    /* font-weight: bold; */
}
.modal-dialog {
    max-width: 1000px!important;
}
/* my styles end */

/* owl carousel testoimonial start */
.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 0px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    /* height: 200px; */
    /* object-fit: cover; */
    border-radius: 0px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 28%;
    color: #000000;
    font-size: 0.9rem;
    font-weight: 600;
    background-color: #ffffff;
    padding: 0.3rem 0.4rem;
    /* border-radius: 5px; */
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}
/* owl carousel testoimonial end */

/* Modal Start */
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #000;
  }
  .custom_search_pop .modal-content .serch_form {
    position: relative;
  }
  .custom_search_pop .modal-content .serch_form input {
    width: 100%;
    height: 70px;
    background: #fff;
    border: none;
    padding-left: 20px;
    color: #000;
    font-size: 15px;
    padding-right: 120px;
  }
  @media (max-width: 767px) {
    .custom_search_pop .modal-content .serch_form input {
      height: 50px;
    }
  }
  .custom_search_pop .modal-content .serch_form input::placeholder {
    color: #000;
    font-size: 15px;
  }
  .custom_search_pop .modal-content .serch_form input:focus {
    outline: none;
  }
  .custom_search_pop .modal-content .serch_form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    height: 100%;
    padding: 20px;
    color: #fff;
    background: #ee1c24;
    display: inline-block;
    border: none;
    line-height: 50px;
    height: 70px;
    padding: 0 30px;
    cursor: pointer;
  }
  @media (max-width: 767px) {
    .custom_search_pop .modal-content .serch_form button {
      height: 50px;
    }
  }
  .modal::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1062;
    opacity: 1;
    position: fixed;
    content: "";
    opacity: 0.8;
    z-index: -1;
  }
  /* MOdal end */

  
#movetop1 {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    width: auto;
    height: 45px;
    background: #ffa500;
    padding: 0;
    opacity: 1;
    transition: 0.3s ease;
    padding: 0 10px;
    border-radius: 20px 0px 0px;
    padding-right: 9em;
}
  
  #movetop2 {
    display: block;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    border: none;
    outline: none;
    cursor: pointer;
    width: auto;
    height: 45px;
    background: #007704;
    padding: 0;
    opacity: 1;
    transition: 0.3s ease;
    padding: 0 10px;
    border-radius: 20px 0px 0px;
}

.fun{
	/* border-bottom: 2px solid #000000;  */
    /* border: 1px solid #000000; */
    height: 100%;
    width: 100%;
    box-shadow: 2px 2px 0px #f4c538;
    border-radius: 100%;
    /* border-top-right-radius: 50px; */
    /* border-bottom-left-radius: 50px; */
    /* border-top: 1px solid #e1e1e1; */
    /* border-left: 1px solid #e1e1e1; */
    /* border-right: 1px solid #e1e1e1; */
    padding: 20px;
    background-color: #fff;
}

.fun:hover{
    background-color: #fff9dd;
	border-bottom: 2px solid #f4c538;
	border-top: 1px solid #f4c538;
	border-left: 1px solid #f4c538;
	border-right: 1px solid #f4c538;
	padding:20px;	
    box-shadow: 3px 3px 3px 1px #e1e1e1ad;
}

.text-secondary{
	color:#000!important;
}

.bg-secondary{
	background-color:rgba(0, 0, 0) !important;
}
.support-services {
    background: #fff;
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 40px;
    overflow: hidden;
    border-radius: 3px;
    transition: 0.4s;
    z-index: 1;
    /* margin-bottom: 30px; */
    border:1px solid #f0c402;
}
.support-services::after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f0c402;
    transition: 0.4s;
    opacity: 0;
    z-index: -1;
}
.support-images {
    float: left;
    font-size: 30px;
    color: #f0c402;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border: 1px solid #f0c402;
    text-align: center;
    padding-left:10px;
    /* margin-right: 30px; */
    border-radius: 50%;
}
.support-content {
    padding-left: 100px;
}
.support-content h2 {
    font-size: 24px;
    text-transform: capitalize;
    color: #000;
}
.support-content p {
    margin-bottom: 0px;
}
.support-content p:hover {
    color:#000!important;
}
.support-services:hover::after {
    transition: 0.4s;
    opacity: 1;
}
.support-services:hover .support-images {
    transition: 0.4s;
    color: #000000;
     border: 1px solid #000000;
}
.support-services:hover .support-content h2, .support-services:hover .support-content p {
    color: #000;
}


.deposite-content {
    position: relative;
}
.deposite-content table {
   font-family: "Open Sans", sans-serif!important;
  border-collapse: collapse;
  width: 100%;
}
.deposite-content td, 
.deposite-content th {
  border: 1px solid #ccc;
  text-align: left;
  padding: 8px;
}
.deposite-content tr:nth-child(even) {
  background-color: #E9EBEC;
}
.diposite-box {
    /* width: 80%; */
    margin: 0 auto;
    background: #f5f5f5;
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
}
.diposite-box::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 100%;
    height: 5px;
    background: #f0c402;
}
.diposite-box h4 {
    display: inline-block;
    font-size: 20px;
    background: #f0c402;
    padding: 10px 10px;
    margin-bottom: 25px;
    border-radius: 3px;
    color:#fff;
}
.diposite-box span {
    float: right;
    font-size: 15px;
    color: #000000;
    /* background: #f0c402; */
    padding: 5px 2px;
    border-radius: 3px;
    line-height: 32px;
}

.blog-content {
    padding: 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
}
.blog-content a h4 {
    font-size: 21px;
    color: #2a354e;
    line-height: 30px;
    transition: 0.4s;
}
.home-blog .blog-content a h4 {
    margin-bottom: 0px;
}
.admin-type i,
.date-type i,
.comments-type i{
    color: #f0c402;
    margin-right: 5px;
}
.single-blog:hover .blog-content::after {
    transition: 0.4s;
    opacity: 1;
    top: 0px;
}
.blog-content p {
    line-height: 28px;
     transition: 0.4s;
}
.blog-content a h4:hover{
    color:#f0c402;
    transition: 0.4s;
}
.blog-meta span {
    color: #757b82;
    font-size: 14px;
    font-weight: 400;
    padding-right: 10px;
}
.admin-type img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #f0c402;
    margin-right: 10px;
}
.single-blog {
    position: relative;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.blog-meta {
    margin-bottom: 15px;
}
.blog-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.4s ease 0s;
    border: 1px solid #f0c402;
    background: #f0c402;
    padding: 7px 24px;
    margin-top: 10px;
    border-radius: 3px;
}
.blog-btn:hover{
    color: #f0c402;
    background: transparent;
    transition: all 0.4s ease 0s;
}

.why-us{
    color:#000;
}
.why-us:hover, .why-us h3:hover{
    background-color: #ffe8cd;
}
.border-primary{
    border-color: #f0c402!important;
}

.table{
    color: #393939!important;
    border-color: #bfbfbf!important;
    font-weight: 500!important;
}
.table > :not(caption) > * > * {
    padding: 0.4rem;
    color: #000!important;;
}

@media (max-width: 767px) {
.table{
    font-size: 10.5px!important;
}
}

ul.list{
    list-style-type: none;
    padding-left:0;
    }
    
    ul.list li {
       display: flex;
    
    }
    ul.list li::before {
        font-family: "FontAwesome";
        content: "\f0da";
        color: #f0c402;
        padding: 0 10px 0 0;
        margin-left: 3px;
    }

    .help-block{
        color: red !important;
    }

    #movetop1 {
        display: block;
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 99;
        border: none;
        outline: none;
        cursor: pointer;
        width: auto;
        height: 45px;
        background: #000000;
        padding: 0;
        opacity: 1;
        transition: 0.3s ease;
        padding: 0 0px;
        border-radius: 20px 0px 0px;  padding-right: 10em;
      } 
      #movetop2 {  
      display: block; 
       position: fixed;  
       bottom: 0px;  
       right: 0px;  
       z-index: 99;  
       border: none;  
       outline: none;  
       cursor: pointer;  
       width: auto;  
       height: 45px;  
       background: #f0c402;  
       padding: 0;  
       opacity: 1;  
       transition: 0.3s ease;  
       padding: 0 10px;  
       border-radius: 20px 0px 0px;}
       