
.body_background_color
{
    background-color: #E2E2E2 !important;
}
.baseBlock {
        -webkit-transform: translate(0, -8px);
	-moz-transform: translate(0, -8px);
	-ms-transform: translate(0, -8px);
	-o-transform: translate(0, -8px);
	transform: translate(0, -8px);
	box-shadow: 0 40px 40px rgba(0, 0, 0, 0.2);
}


/*.features .icon-box :hover {*/
    /*color: #ff9800;*/
    
/*}*/


.n_p_btn_custom
{
    color:white;
    background-color: #FE7E00;
    border-color: #FE7E00;
}
.n_p_btn_custom:focus
{
    outline:0;
    box-shadow: 0 0 0 0.1rem #dd6807;
}

.n_p_btn_custom:hover {
    color: white;
    text-decoration: none;
}


.socialGallery {
    
    /*left: 79%;*/
    /*margin: 0 auto 0;*/
    /*top: 52%;*/
    /*transform: translate(-50%, 0);*/
    /*visibility: hidden;*/
    /*position: absolute;*/
    
     visibility: hidden; 
    width: 140px;
    /* background-color: #9e9e9e; */
    /* color: #fff; */
    /* text-align-last: center !important; */
    border-radius: 50%;
    /* padding: 5px 10px; */
    position: absolute;
    z-index: 1;
    bottom: 140%;
    left: 40%;
    margin-left: -60px;
}
.socialGallery a {
    margin: 5px 2px;
    background-color: rgb(255 255 255);
    padding: .5rem;
    border-radius: 50%;
    font-size:18px;
}

.socialGallery_2 {
    
     visibility: hidden; 
    width: 120px;
    /* background-color: #9e9e9e; */
    /* color: #fff; */
    /* text-align-last: center !important; */
    border-radius: 50%;
    /* padding: 5px 10px; */
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -60px;
}
.socialGallery_2 a {
    /*margin: 5px 2px;*/
    background-color: #9e9e9e;
    padding: .5rem;
    border-radius: 50%;
    font-size: 18px;
}


.socialToolBox {
  cursor: default;
}

.pointer {
  cursor: pointer
}

.wp_h:hover
{
    color:#25d366 !important;
}
.tw_h:hover
{
    color:#00aced !important;
}
.fb_h:hover
{
    color:#3b5998 !important;
}
.en_h:hover
{
    color:#4285F4 !important;
}


.facebook:hover {
  background: #3b5998 !important;color: white !important;
}

.google:hover {
  background: #dd4b39 !important;color: white !important;
}

.instagram:hover {
  background: #d9317a !important;color: white !important;
}


.whatsapp:hover {
  background: #25d366 !important;color: white !important;
}

.twitter:hover {
  background: #00aced !important;color: white !important;
}

.youtube:hover {
  background: #bb0000 !important;color: white !important;
}

@media only screen and (max-width: 480px) {
  .socialGallery {
    width: 120px;
  }
}

.dark-mode
{
  background-color: black !important;
  /*color: white;*/
}




.pagination {
  display: inline-block;
}

.pagination a {
 color: black;
    float: left;
    font-size: 15px;
    /* padding: 5px 10px; */
    /* text-decoration: none; */
    /* transition: background-color .3s; */
    /* border: 1px solid #ddd; */
    /*margin: 5px 5px;*/
    margin: 4px 8px 6px 6px;
    margin-inline-start: 0;
    
    background: #C1E1FF;
    border-radius: 3px;
    /*border-radius: 50%;*/
    width: 36px;
    height: 34px;
    padding: 4px;
    border: 1px solid #C1E1FF;
    /* color: #9c2222; */
    text-align: center;
    
    /*color: white;*/
    /*background-color: #1a1d94;*/
    /*font-weight:500;*/
    
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    
}
.disabled
{
    pointer-events: none;
}
.active a
{
    color: white;
    background-color: #1a1d94; 
}


.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active)
{
    /*background-color: #ddd;*/
    background-color: #1a1d94;
    color: white;
}



.card_zoom_eff {
  /*padding: 50px;*/
  /*background-color: green;*/
  transition: transform .1s;
  /*width: 200px;*/
  /*height: 200px;*/
  /*margin: 0 auto;*/
  cursor: pointer;
}

.card_zoom_eff:hover {
  -ms-transform: scale(1.05); /* IE 9 */
  -webkit-transform: scale(1.05); /* Safari 3-8 */
  transform: scale(1.025); 
}

.card-text
{
    font-size:17px;
}
.border-clr
{
    border: 1px solid #8a8ce85c;
    
}
.border-clr:hover{background-color: #c1e1ff;}

.popupbody{
    /*background: rgb(145,165,229);*/
    /*background: radial-gradient(circle, rgba(145,165,229,1) 21%, rgba(36,44,102,1) 75%);*/
    /*padding: 50px !important;*/
    /*font-size: x-large;*/
        padding: 50px;
    font-size: x-large;
    margin: 20px;
    /*background-image:url(site_assets/img/verse_background.jpg);*/
    background: radial-gradient( circle , #0463c9, #0c0e4a );
    /*background-size: cover;*/
}

.span_text
{
    display: block;
    font-size: 1rem;
    font-weight: 600;
}
.colorinput-color {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 3px;
    /*border: 1px solid;*/
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    /*border-style: solid;*/
}
.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.colorinput-input:checked~.colorinput-color:before {
    opacity: 1;
}
.colorinput-color:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: .35rem;
    left: .35rem;
    height: 1.25rem;
    width: 1.25rem;
    /*transition: .3s opacity;*/
    /*background: url(img/check-mark-12-32.png) no-repeat center center/50% 50%;*/
    
}

.features .icon-box{
    /*background: #E2E2E2;*/
     background: #f5f5f5;
    justify-content: center;
    border-radius: .25rem;
    transition: unset !important;
}
.features .icon-box:hover
{
    /*background: #E2E2E2;*/
      /*background: #fe7e00;*/
       background: #f88b22fa;
      color: #f5f5f5 !important;
      cursor: pointer;
}

 .icon-box i
    {
        color: #ffbb2c;
    }
    .icon-box img
    {
        height: 30px;
        width: 30px;
    }
    
a {
    color: #171a91;
}

a:hover {
    color: #fe7e00;
    text-decoration: none;
}

.form_card
{
    background-color: #e2e2e2 !important;
    border: 1px solid #e2e2e2 !important;
}
.form-control {
    background-color: #d6d6d6;
    height: unset;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--secondary);
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(108 117 125 / 85%);
}


.btn_custom
{
    color:white;
    background-color: #FE7E00;
    border-color: #FE7E00;
}
.btn_custom:focus
{
    outline:0;
    box-shadow: 0 0 0 0.1rem #dd6807;
}

.btn_custom:hover {
    color: white;
    text-decoration: none;
}

.btn_custom_header
{
    color:white;
    background-color: #171a91;
    border-color: darkgrey;
}
.btn_custom_header:focus
{
    outline:0;
    box-shadow: 0 0 0 0.1rem #dd6807;
}

.btn_custom_header:hover {
    color: white;
    text-decoration: none;
}
.search_box_header:focus
{
    color: #495057;
    background-color: #fff;
    border-color: #fe7e00;
    outline: 0;
    box-shadow: 0 0 0 0.01rem rgb(254 126 0);
    
}
.search_box_header
{
   background-color:white !important;
}

.input-group-append .btn, .input-group-prepend .btn
{
    padding:5px 10px;
}


.contact .info
{
    background-color: #e2e2e2;
}
.contact .php-email-form
{
    background-color: #e2e2e2;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i
{
    background-color: #171a91;
}

.contact .php-email-form button[type="submit"]:hover
{
    background-color: #171a91;
}

.contact .php-email-form button[type="submit"]{
    background-color: #dd6807;
    outline:0;
}



/* nav tabs start */
.nav-pills .nav-link.active
{
    color: #fff;
    background-color: #fe7e00;
}

.nav-link
{
    color: black;
}
.nav-link:hover
{
    color: #171a91;
}

.p_unset
{
    padding-left: 0;
    padding-right: 0; 
    cursor:pointer;
}

.nav-pills .nav-link
{
    border-radius: 0rem;
}

/* nav tabs end */




.login100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.login100-form-title {
  font-family: inherit;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  /*text-transform: uppercase;*/
  text-align: center;

  width: 100%;
  display: block;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
}

.input100 {
  font-family: inherit;
  font-size: 18px;
  line-height: 1.2;
  color: #686868;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 62px;
  border-radius: 3px;
  padding: 0 30px 0 65px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 3px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: #010483;
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 20px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 60px 20px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 24px;
  color: #999999;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 23px;
  padding-bottom: 5px;
  pointer-events: none;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #010483;
  padding-left: 18px;
}

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  font-family: inherit;
  font-size: 16px;
  color: #999999;
  line-height: 1.2;

  display: block;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 13px;
  color: transparent;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
  border: 2px solid #d33f8d;
  left: 0;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #d33f8d;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 3rem;
  border-radius: 3px;
  border-color: #dd6807 !important;
  border-style: inherit;
  background:#FE7E00;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #dd6807;
}

/*------------------------------------------------------------------
[ Button sign in with ]*/
.btn-face,
.btn-google {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 10px) / 2);
  height: 40px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  background-color: #fff;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.btn-face {
  color: #3b5998;
}

.btn-face i {
  font-size: 20px;
  margin-right: 10px;
  padding-bottom: 1px;
}

.btn-google {
  color: #555555;
}

.btn-google img {
  width: 19px;
  margin-right: 10px;
  padding-bottom: 1px;
}


.btn-face:hover,
.btn-google:hover {
  border-color: #FE7E00;
  color:#FE7E00 !important;
}




.form-group {
    margin-bottom: 0;
    padding: 0px;
}
.input-icon {
    position: relative;
}

.input-icon .input-icon-addon {
    position: absolute;
    left: 1rem;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.input-icon .form-control:not(:first-child) {
    padding-left: 2.5rem;
}

.breadcrumbs {
    padding: 20px 0;
    min-height: 40px;
    margin-top: 80px;
}


.socialGallery_new {
     visibility: hidden; 
    width: 120px;
    /* background-color: #9e9e9e; */
    /* color: #fff; */
    /* text-align-last: center !important; */
    border-radius: 50%;
    /* padding: 5px 10px; */
    position: absolute;
    z-index: 1;
    bottom: 140%;
    left: 50%;
    margin-left: -60px;
}
.socialGallery_new a {
    margin: 5px 2px;
    background-color: rgb(255 255 255);
    padding: .5rem;
    border-radius: 50%;
}

/* start tooltip css*/
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
  opacity:1;
  font-family:inherit;
  z-index: auto;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align-last: center !important;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  bottom: 118%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* end tooltip css*/




.store_img_res_1
{
    height:88%;
    width:42%;
}

.store_img_res_2
{
    height:98%;
    width:42%;
}
.vl
{
    border-left: 3px solid #9e9e9e;
    height: 180px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 20%;
    border-radius: 10rem;
}

