﻿	body {
}

.section{
    padding:25px 0;
}
header{
    /*background-image: linear-gradient(to right top, #9a6d32, #b38d4a, #ccae65, #e4d182, #fbf4a1);*/
    background-color:white;
}
.navbar-brand{
    /* position: absolute; */
    padding: 0;
    /* background-color: #000; */
    top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 9;
}

.navbar-brand img{
    max-width:100px;
    transition:0.4s;
}
.logo_box img {
    width: 100%;
    height: 100%;
}
.logo_box {
    height: 100px;
    width: 100px;
}
.login_resbtn{
	position:relative;
	top:20px;
	float:right;
}
span.log_btn {
    width: 100px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    background: #b78c22;
	color:#ffff;
	border-radius: 5px 0px 0px 5px;
}
span.reg_btn {
    width: 100px;
    font-size: 15px;
    font-weight: 600;
    padding: 10px;
    background: #b78c22;
	color:#ffff;
	border-radius: 0px 5px 5px 0px;
}

.centered {
  margin:10px auto;
  text-align:center;
}

.button::-moz-focus-inner{
  border: 0;
  padding: 0;
}

.button{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  
  background-color: #ddd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  background-image: linear-gradient(top, rgba(255,255,255,1), rgba(255,255,255,0));
  
  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover{
  background-color: #eee;
  color: #555;
}

.button:active{
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.button[disabled], .button[disabled]:hover, .button[disabled]:active{
  border-color: #eaeaea;
  background: #fafafa;
  cursor: default;
  position: static;
  color: #999;
  /* Usually, !important should be avoided but here it's really needed :) */
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Smaller buttons styles */

.button.small{
  padding: 4px 12px;
}

/* Larger buttons styles */

.button.large{
  padding: 12px 30px;
  text-transform: uppercase;
}

.button.large:active{
  top: 2px;
}

/* Colored buttons styles */

.button.green, .button.red, .button.blue {
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
}

/* */


.button.red{
  background-color: #1a6daf;
  border-color: #c43c35;
}

.button.red:hover{
  background-color: #1a6daf9e;
}

.button.red:active{
  background: #c43c35;
}

/* */

.

.red[disabled], .red[disabled]:hover, .red[disabled]:active{
  border-color: #C43C35;
  background: #C43C35;
  color: #FFD3D3;
}


/* Group buttons */

.button-group,
.button-group li{
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.button-group{
  font-size: 0; /* Inline block elements gap - fix */
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.btn-danger.register_btn{
	color: white;
    background-color: #C0C0C0;
    border-color: #C0C0C0;
}
.btn-danger.register_btn:hover{
	color: white;
    background-color: #1a6daf;
    border-color: #1a6daf;
    transition: all 0.5s;
    
}
.log_btn::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 25px;
    right: 54%;
    background: #1a6daf;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
  background-color:white !important;
}
    .sticky .navbar-brand img {
        max-width:100px;
    }
.BannerBox{
    background:url(../img/banner/R.jpg) no-repeat center center;
    background-size:100%;
    padding: 60px 0;
    position:relative;
}
.BannerBox::after{
    content:'';
}
.BannerBox::before{
    content: '';
    background-color: #000305ab;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.BannerBox h2{
   /* font-family: 'Playball', cursive;*/
    color: #fff;
    font-size: 55px;
}
    .BannerBox h4 {
            color: #fff !important;
    font-weight: 400;
    font-size: 18px;
    }
    .BannerBox .card{
            background-color:#000000ab;
    }
	
	.text-warning {
    color: #ebb53bfc !important;
    font-weight: bold;
    font-size: 25px;
}
.navbar-light .navbar-nav .nav-link {
    color: black;
}


 .form-control{   display: block;
    width: 100%;
     padding: 0.375rem 0.75rem;
  height:40px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
     background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form_img {
    height: 80px;
    width: 80px;
    background: #C0C0C0;
  
    position: absolute;
    left: 50%;
    top: -40px;
    border-radius: 50%;
    transform: translate(-50%);
}
.form_img .fa {
    font-size: 50px;
    top: 50%;
    TRANSFORM: translate;
    position: absolute;
    transform: translate(-50% , -50%);
    left: 50%;
    color: #ffff;
	margin:0!important;
}
.form_heading h3 {
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
	font-size:26px;
    color: #C0C0C0!important;
}
.btn-danger {
    color: black;
    background-color: #be9f5d;
    border-color: #be9f5d;
	transition:all 0.5s;
	font-weight:600!important;
}
a{
	text-decoration:none;
	
}
.card.modal_card.p-4 {
    border: none;
}
button.close {
    left: -20px;
    position: relative;
    z-index: 999999;
    top: 10px;
}
a:hover{
	text-decoration:none;
}
.navbar-light .navbar-toggler {
    color: white!important;
    border-color: white;
    background: #C0C0C0;
}
.btn.btn-round {
    border-radius: 40px;
	background: #5290c2;
}
.btn span {
    margin-left: -20px;
    font-size:20px;
	color:#C0C0C0;
	font-weight:normal;
	
}
.btn .icon.icon-round {
    border-radius: 50%;
}
.btn .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    bottom: 0;
    background: #fff;
	    border: 1px solid #C0C0C0;
		    color: #1a6daf;
}

.btn .icon i {
    font-size: 20px;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none!important; 
}
.btn-danger:hover {
    color: white;
    background-color:#C0C0C0 ;
	border-color:#C0C0C0;

}
a.nav-link{
	padding:5px 20px!important;
	margin:0px 10px!important;
	position:relative;
}
a.nav-link:after{
	content:"";
	position:absolute;
	height:2px;
	width:0;
	background-color:#1a6daf;
	right:0;
	bottom:0;
	transition:all 0.5s;
	
}


a.nav-link:before{
	content:"";
	position:absolute;
	height:2px;
	width:0;
	background-color:#C0C0C0;
	left:0;
	top:0;
	transition:all 0.5s;
}
a.nav-link:hover:after{
	content:"";
	position:absolute;
	height:2px;
	width:100%;
	background-color:#C0C0C0;
	right:0;
	bottom:0;
	
}

a.nav-link:hover:before{
	content:"";
	position:absolute;
	height:2px;
	width:100%;
	background-color:#C0C0C0;
	left:0;
	top:0;
	transition:all 0.5s;
	
	
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgb(192, 192, 192);
}
.FtrBoxOtr {
   
    box-shadow: rgb(252 233 180 / 52%) 0px 2px 10px;
    height: 303px;
    padding: 20px 10px;
	transition:all 0.3s;
}

.FtrBoxOtr:hover{
 transform:translateY(-30px);

}
.FtrBoxOtr>span{
        width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #C0C0C0;
    display: inline-block;
    text-align: center;
    font-size: 70px;
    line-height: 90px;
}

.FtrBoxOtr>span i{
        color: #0e66ab;
}
.FtrBoxOtr:hover .flpIco{
    color: red;
    transition: 0.5s;
    transform: rotateY(180deg);
}
.FtrBoxOtr h2{

}
.card-img-top{
	
	padding:15px;
}
.page-title h4 {
    font-family: sans-serif;
    margin: 20px auto;
    color: #0e66ab;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    max-width: 360px;
    position: relative;
}
     .page-title h4:before {
        content: "";
        display: block;
       width: 100px;
        height: 3px;
        background: #C0C0C0;
        left: 0;
        top: 50%;
        position: absolute;
      }
      .page-title h4:after {
        content: "";
        display: block;
        width: 100px;
        height: 3px;
        background: #C0C0C0;
        right: 0;
        top: 50%;
        position: absolute;
      }
	  
	.page-title1 h4 {
    font-family: sans-serif;
    margin: 40px auto;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    max-width: 360px;
    position: relative;
}
     
	 .page-title1 h4:before {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background: #C0C0C0;
        right: 3px;
        top:-5px;
        position: absolute;
      }
	 
      .page-title1 h4:after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        background: #C0C0C0;
        right: 0;
        bottom:-5px;
        position: absolute;
      }
.SubscribeBox{
    background:url(../img/panorama.jpg) no-repeat center center;
    background-size:100%;
    position:relative;
}
.SubscribeBox::after{
    content:'';
}
.SubscribeBox::before{
    content:'';
}
footer{
    background-color:#060606;
}
footer ul{
    margin:0;
    padding:0;
    list-style:none;
}
footer ul li{
    display:inline-block;
    padding: 5px;
}
footer ul li a{
        color: white;
        text-decoration:none;
        outline:none;
}

.iconbar {
    -ms-flex-align: center !important;
    align-items: center !important;
    width: 80px;
    height: 80px;
    left: 50%;
    position: relative;
    background: #000;
   
    transform: translate(-50%, 0%);
    border-radius: 50%;
    font-size: 36px;
    text-align: center;
    line-height: 80px;
    margin: 10px 0px;
	 color: white;
	 transition:all 0.3s;
	 position:relative;
	 overflow:hidden;
	 z-index:1;

}




.iconbar span{
	z-index:3;
}
.iconbar:before{
	content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C0C0C0;
  transition: .5s;
  z-index: 2;
  
  
	
}





.SubFooter{
        background-color: #060606;
    border-top: 1px solid #f9f29e63;
    padding: 10px 0;
    color: #8a8a8a;
}
.SubFooter a{
    color: white;
}
/*Captcha fields style*/
#CaptchaCnctCanvas{
    width:100px;
}

#CaptchaCanvas{
    width:100px;
}
.CaptchaList div {
    padding-left: 0px;
}
 .CaptchaList {
    margin: 22px;
    padding: 0;
}
.CaptchaList li{
        list-style: none;
    display: inline-block;
    float:left;
        height: 60px;
}
.CaptchaList li:nth-child(1){
    width: 125px;
}
.CaptchaList li:nth-child(2){
        width: 50px;
    text-align: center;
}
.CaptchaList li:nth-child(3){
        /*padding-top: 15px;*/
    height: 60px;
}
/*..end of captcha..*/
.PageTitle {
    margin-top: 63px;
   padding: 30px 0 20px 0;
    background-color: #f0f0f0;
    border-bottom: 1px solid gainsboro;

}

.PageTitle::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
/* The container */
.CHKcontainer {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.CHKcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.CHKcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.CHKcontainer input:checked ~ .checkmark {
  background-color: #f26f7b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.CHKcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.CHKcontainer .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
	border-radius: 50%;
	background: white;
}
/*..End  of radio....*/
.form-group em{
    color: #f75a5a;
    font-size: 13px;
}
em.invalid{
    color: red !important;
}
.ServiceList{
    margin: 0;
    padding: 0;
    list-style: none;
}
.ServiceList li{
    position:relative;
}
.ServiceList li::before{
    content:'\ea5d';
    font-family:icofont;
}
@media (max-width: 991px){
    .PageTitle {
        margin-top: 105px;
    }
    .navbar-brand{
        position:initial;
    }
    .BannerBox{
        background-size: cover;
    }
	
	.FtrBoxOtr {
   
    box-shadow: rgb(252 233 180 / 52%) 0px 2px 10px;
    height: auto;
    padding: 20px 10px;
	transition:all 0.3s;
}
.button-group .button {
    font-size: 9px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.button.large {
    padding: 10px 20px;
    text-transform: uppercase;
}
}
@media (max-width: 767px){
	.logo_box {
    height: 80px;
    width: 80px;
}
.button.large {
    padding: 10px 10px;
    text-transform: uppercase;
}

}

    .bordercolor {
        border-color: orange !important;
    }

    .bordercolorlb {
        border-color: navy !important;
    }

    span.stars {
        position: absolute;
        color: red;
        font-size: 25px;
        top: -6px;
    }

    .btn-responsive {
        height: 48px;
    width: 100%;
    margin-top: 19px;
    background-color: #93D250 !important;
    border-radius: 24px;
    border-color: white;
    }

    .captcha-wrapper {
        width: 100%;
    }

    .captcha-box {
        position: relative;
        border: 1px solid #e5e5e5;
        border-radius: 12px;
        height: 90px;
        background-color: white;
    }

    .captcha-label {
        position: absolute;
        top: -10px;
        left: 20px;
        background-color: white;
        padding: 0 6px;
        font-size: 12px;
        color: #999;
    }
