﻿body {
}

.section{
    padding:20px 0;
}
header{
    /*background-image: linear-gradient(to right top, #9a6d32, #b38d4a, #ccae65, #e4d182, #fbf4a1);*/
    background-color:#fff;
}
.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:110px;
    transition:0.4s;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
  background-color:#fff !important;
}
    .sticky .navbar-brand img {
        max-width:80px;
    }
.BannerBox{
    background:url(../../assets/img/banner/b2.jpg) no-repeat center center;
    background-size:100%;
    padding: 60px 0;
    position:relative;
}
.BannerBox::after{
    content:'';
}
.BannerBox::before{
    content: '';
    background-color: #00000096;
    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: #00000047;
    }

.FtrBoxOtr{

}
.FtrBoxOtr>span{
        width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #bd9d59;
    display: inline-block;
    text-align: center;
    font-size: 70px;
    line-height: 90px;
}

.FtrBoxOtr>span i{
        color: #bd9d59;
}
.FtrBoxOtr:hover .flpIco{
    color: red;
    transition: 0.5s;
    transform: rotateY(180deg);
}
.FtrBoxOtr h2{

}


.SubscribeBox{
    background:url(../../assets/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: #bd9d59;
        text-decoration:none;
        outline:none;
}
.SubFooter{
        background-color: #060606;
    border-top: 1px solid #f9f29e63;
    padding: 10px 0;
    color: #8a8a8a;
}
.SubFooter a{
    color: #bd9d59;
}
/*Captcha fields style*/
#CaptchaCnctCanvas{
    width:100px;
}
#CaptchaCanvas{
    width:100px;
}
 .CaptchaList{
    margin:0;
    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 {
    padding: 20px 0 20px 0;
    background-color: #f0f0f0;
    border-bottom: 1px solid gainsboro;
}
/* 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: #ff9494 !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){
    .navbar-brand{
        position:initial;
    }
    .BannerBox{
        background-size: cover;
    }
}