/*Project name: */
body{padding: 0;margin: 0;/*overflow-x: hidden;*/min-height: 100%;font-family: 'geomanistregular';background: #140001;}
*{box-sizing: border-box;}
a:hover, a:focus{text-decoration: none;}
ul{padding: 0;margin: 0;}
li{list-style: none;}
h1, h2, h3, h4, h5, h6, p {padding: 0px;margin: 0px;}
img{max-width:100%;height:auto;}
button:focus, input[type="button"]:focus{outline: none;}
.clearfix{clear:both;line-height:0;height:0;}
.affix {
    top:0;
    width: 100%;
    z-index: 9999 !important;
	background: #f8ae01;      
	background: -moz-linear-gradient(top, #f8ae01 1%, #f3a401 100%);
	background: -webkit-linear-gradient(top, #f8ae01 1%,#f3a401 100%);
	background: linear-gradient(to bottom, #f8ae01 1%,#f3a401 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ae01', endColorstr='#f3a401',GradientType=0 );
  }
  .affix + .banner_wrapper, .affix + .about_wrapper {
     position: relative;
     margin-top: 65px;
  }
/*......................................home page........................................*/
.main_header {
	width:100%;
	padding:0px;
	margin:0px;
	float:left;
	background: #ffbe00;
	background: -moz-linear-gradient(top, #ffbe00 1%, #f3a100 100%);
	background: -webkit-linear-gradient(top, #ffbe00 1%,#f3a100 100%);
	background: linear-gradient(to bottom, #ffbe00 1%,#f3a100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#f3a100',GradientType=0 );
}
/*top-header section start*/
.topheader_wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #df9a00;
    box-shadow: 0px 1px 2px #ffbd2a;
}
.topheader_wrap{
	width:100%;
	padding:15px 0px;
	margin:0px;
}
.topheader_wrap .top_left{
	width:100%;
}
.top_left ul{
	width:100%;
}
.top_left ul li {
    width: auto;
    display: inline-block;
    font-size: 14px;
    color: #6b4901;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    padding: 0px 10px;
    border-right: 2px solid #df9a00;
}
.top_left ul li i {
	color: #FFF;
	font-size: 16px;
	padding-right: 5px;
}
.top_left ul li.lst {
	border: 0px;
}
.top_left ul li a {
    color: #6b4901;
}
.top_left ul li a:hover {
    color: #000;
}
.top_left .form-control {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #6b4901;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}
.top_right{
	width:100%;
}
.top_right ul{
	width:auto;
	float: right;
}
.top_right ul li {
    width: auto;
    display: inline-block;
    font-size: 14px;
    color: #6b4901;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    padding: 0px 10px;
    border-right: 2px solid #df9a00;
}
.top_right ul li img {
    max-width: 100%;
    padding-right: 5px;
    vertical-align: text-top;
}
.top_right ul li.lst {
	border: 0px;
}
.top_right ul li a {
    color: #6b4901;
}
.top_right ul li a:hover {
    color: #000;
}
/*top-header section end*/

/*header section start*/
.header_wrapper {
    width: 100%;
    padding: 20px 0px;
    margin: 0px;
    float: left;
    border-bottom: 4px solid rgba(190, 121, 0, .6);
}
.header_wrapper .logo{
	width:100%;
}
.header_wrapper .logo img{
	max-width:100%;
}
.header_wrapper .main_nav{
	width:100%; 
	padding:0px;
	margin:0px;
}
.main_nav .navbar-nav {
    margin:7px 0px 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
	/*float:left;*/
}
.navbar-collapse{
	padding:0px;
	margin:0px;	
}
.navbar-nav li {
	display:inline-block;
    margin:0px;
    padding:8px 22px 0px;
	width:auto;
	color:#6b4901;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
}
.navbar-nav li.lst:after{
	content: none;
}
.navbar-nav li:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 0px;
    background: url(../images/line.png) no-repeat;
    width: 12px;
    height: 37px;
}
.navbar-nav li a {
	padding:0px;
	margin:0px;
	font-size:16px;
	color:#6b4901;
	font-weight: 600;
}
.nav li a img {
    max-width: 100%;
    padding-right: 5px;
    vertical-align: text-top;
}
.navbar-nav li.active a{
	color: #000;	
}
.navbar-nav li a:hover {
    color: #000;
    background: none;
}
.nav .open a, .nav .open a:focus, .nav .open a:hover {
    background-color: transparent;
    border-color: #d83726 ;
}
.btn-default {
    background-color: #c6050a;
    border: 1px solid #c6050a;
    box-shadow: -4px 4px 0px #880f14;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    padding: 12px 50px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    font-family: 'oswaldlight';
}
.btn-default:hover {
    background-color: #6b4901;
    border: 1px solid #6b4901;
    box-shadow: -4px 4px 0px #bd8100;
    color: #FFF;
}
.nav_mob {
    display: none;
}
/* header section end*/
.banner_wrapper {
    width: 100%;
    padding: 145px 0px 0px;
    background: #140001;
}
.banner_top {
    width: 100%;    
}
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
}
.banner_top .carousel-caption {
    display: block;
    left: 10%;
    padding: 0;
    right: 10%;
    top: 10%;
    text-shadow:none;
    text-align: left;
}
.carousel-caption .caption_box {
    padding: 0px;
    width: 50%;
    float:right;
    margin:80px 0px 0px;
}
.caption_box h1 {
    font-size: 80px;
    line-height: 86px;
    margin: 0px;
    /*color: #f4c305;*/
    font-family: 'oswaldbold';
    text-transform: uppercase;
    background: -webkit-linear-gradient(#fbc106, #ffa401);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.caption_box h6 {
    font-size: 36px;
    line-height: 42px;
    margin: 0px 0px 30px;
    color: #b5797b;
    font-family: 'oswaldmedium';
    text-transform: uppercase;
}
.caption_box p {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 60px;
    color: #FFF;
}
.banner_bottom {
    width: 100%;
    padding: 50px 0 0;
    background: url(../images/banner_bottom.png) no-repeat top center;
    background-size: cover;
    position: relative;
    top: -130px;
}
.banner_bottom h1 {
    color: #FFF;
    font-size: 74px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px 0px 30px;
}
.count {
	width: 100%;
}
.count ul {
	width: 100%;
}
.count ul li {
	width: auto;
	display: inline-block;
	background: #ffbe00;
	background: -moz-linear-gradient(top, #ffbe00 1%, #966812 100%);
	background: -webkit-linear-gradient(top, #ffbe00 1%,#966812 100%);
	background: linear-gradient(to bottom, #ffbe00 1%,#966812 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#966812',GradientType=0 );
	padding: 2px;
	border-radius: 2px;
	margin-right: 2px;
}
.count ul li.comma{
    color: #FFF;
    font-size: 44px;
    background: no-repeat;
    vertical-align: -webkit-baseline-middle;
}
.count ul li span {
    display: block;
    padding: 5px 15px;
    color: #FFF;
    font-size: 32px;
    line-height: 32px;
    border-radius: 2px;
    background: #9b0409;
}
.count ul span {
    font-size: 44px;
    line-height: 50px;
    color: #FFF;
    padding-left: 15px;
}
.banner_bottom ul.register {
    width: 100%;
    margin: 0;
    position: relative;
    top: 50px;
}
ul.register li {
    width: 31%;
    float: left;
    background: url(../images/tag.png) no-repeat;
    background-size: 100%;
    height: 105px;
    position: relative;    
    margin-right: 2%;
    padding: 20px 40px 15px 110px;
}
ul.register li:hover {
    background: url(../images/tag_over.png) no-repeat;
    background-size: 100%;
}
ul.register li h3 {
    font-size: 28px;
    line-height: 30px;
    color: #694900;
    font-family: 'geomanistmedium';
}
ul.register li p {
    font-size: 20px;
    line-height: 26px;
    color: #694900;
    font-weight: 600;
}
ul.register li:nth-child(1):before {
    content: "1";
    position: absolute;
    left: 35px;
    top: 5px;
    font-size: 60px;
    color: #694900;
    font-weight: 600;
}
ul.register li:nth-child(2):before {
    content: "2";
    position: absolute;
    left: 35px;
    top: 5px;
    font-size: 60px;
    color: #694900;
    font-weight: 600;
}
ul.register li:nth-child(3):before {
    content: "3";
    position: absolute;
    left: 35px;
    top: 5px;
    font-size: 60px;
    color: #694900;
    font-weight: 600;
}

/*feature section*/
.feature_wrapper {
	width: 100%;
	background: #140001;
	padding: 80px 0px 0px;
}
.feature_wrapper h1 {
    font-size: 70px;
    line-height: 76px;
    margin: 0px;
    /*color: #f4c305;*/
    font-family: 'oswaldbold';
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    background: -webkit-linear-gradient(#fbc106, #ffa401);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature_top {
    width: 100%;
    margin-bottom: 20px;
}
.feature_box {
    width: 100%;
    background: #370b0c;
    padding: 30px 30px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}
.feature_box p {
    font-size: 18px;
    color: #FFF;
    line-height: 24px;
    font-family: 'geomanistmedium';
    letter-spacing: 1px;
    text-transform: capitalize;
    min-height: 50px;
}
.feature_box img.not-over {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}
.feature_box img.over {
	max-width: 100%;
	display: none;
	margin: 0px auto;
}
.feature_box:hover img.not-over{
	display: none;
}
.feature_box:hover img.over{
	display: block;
}
.feature_bottom {
	width: 100%;
}
.feature_bottom-box {
    width: 100%;
    margin-bottom: 30px;
}
figure.snip1130 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  background: #000000;
  color: #000000;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
figure.snip1130 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
figure.snip1130 img {
  max-width: 100%;
  width: 100%;
  position: relative;
  opacity: 1;
}
figure.snip1130 figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  padding: 10px;
  z-index: 1;
  opacity: 0;
}
figure.snip1130 p {
    font-size: 18px;
    color: #694900;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
figure.snip1130 p span {
	font-size: 16px;
}
figure .btn-default {
    background-color: #c6050a;
    border: 1px solid #c6050a;
    box-shadow: 2px 2px 2px #880f14;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    padding: 10px 30px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin: 20px 0px 0px;
}
figure.snip1130:after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: '';
  background: rgba(250, 179, 1, .9);
  position: absolute;
  -webkit-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
  opacity: 0;
}
figure.snip1130 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1130:hover img,
figure.snip1130.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1130:hover figcaption,
figure.snip1130.hover figcaption {
  opacity: 1;
}
figure.snip1130:hover:after,
figure.snip1130.hover:after {
  opacity: 1;
}




/* add section*/
.add_wrapper {
	width: 100%;
}
.owl_box {
    width: 100%;
}
.owl_box img {
	width: 100%;
}
/*owl-carousel*/
.owl-carousel .owl-item {
    float: left;
    padding: 0px;
}
#owl-demo .item{    
    margin: 0px;
    padding:0px;
    float:left;
    width:100%;
}
#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls{
    display:none !important;    
}

/* faq section*/
.faq_wrapper {
	width: 100%;
	background: #140001;
	padding: 60px 0px 0px;
}
.faq_left {
	width: 100%;
	margin-bottom: 100px;
}
.faq_left h1 {
    font-size: 40px;
    line-height: 46px;
    margin: 0px 0px 30px;
    /*color: #f4c305;*/
    font-family: 'oswaldbold';
    text-transform: uppercase;
    background: -webkit-linear-gradient(#fbc106, #ffa401);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.accordion_box {
	width: 100%;
}
.accordion_box ul {
    width: 100%;
    margin: 0px;
}
.accordion_box ul li {
	width: 100%;
	margin-bottom: 20px;
}
li.slide_box h3 {
    font-size: 20px;
    color: #FFF;
    padding: 2px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    background: #ffbe00;
    background: -moz-linear-gradient(top, #ffbe00 1%, #966812 100%);
    background: -webkit-linear-gradient(top, #ffbe00 1%,#966812 100%);
    background: linear-gradient(to bottom, #ffbe00 1%,#966812 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#966812',GradientType=0 );
}
li.slide_box h3 span {
    background: #140001;
    display: block;
    position: relative;
    border-radius: 4px;
    font-size: 18px;
    padding: 12px;
    color: #f4c305;
    font-weight: 600;
    letter-spacing: 1px;
}
li.slide_box h3 span:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: #b7767a;
    float: right;
    font-size: 18px;
    line-height: 22px;
}
li.active h3 span {
	color: #FFF;
}
li.active h3 span:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    color: #FFF;
}
.hide_box {
    font-size: 16px;
    line-height: 26px;
    color: #b7767a;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 20px;
    margin: 20px 0px 0px;
    background: #370b0c;
    border-radius: 4px;
}
.hide_box p {
    font-size: 16px;
    line-height: 26px;
    color: #b7767a;
    font-weight: 600;
    letter-spacing: 1px;
}
.faq_right {
	width: 80%;
	float: right;
	margin-bottom: 100px;
}
.winner_box {
    width: 100%;
    float: right;
    background: #370b0c;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 30px;
}
.winner_box h1 {
    font-size: 40px;
    line-height: 46px;
    margin: 0px 0px 30px;
    /*color: #f4c305;*/
    font-family: 'oswaldbold';
    text-transform: capitalize; 
    background: -webkit-linear-gradient(#fbc106, #ffa401);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.winner_box .tweets {
    box-sizing: border-box;
    height: 200px;
    margin: 0px;
    max-width: 100%;
    overflow: auto;
    padding: 0px;
    position: relative;
    width: 100%;
}
.winner_box ul{
	width:100%;	
}
.winner_box ul li {
    font-size: 16px;
    line-height: 26px;
    color: #b7767a;
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom: 10px;
}
.winner_box ul li img {
	max-width: 100%;
	padding-right: 10px;
}
.winner_box ul li span{
	color:#FFF;
	float: right;	
}
.free_box {
    width: 100%;
    float: right;
    background: #370b0c;
    padding: 30px;
    border-radius: 4px;
    text-align: center;
    position: relative;
}
.free_box:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50px;
	background: url(../images/coin_left.png) no-repeat;
	width: 100px;
	height: 120px;
	z-index: 0;
}
.free_box:after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50px;
	background: url(../images/coin_right.png) no-repeat;
	width: 100px;
	height: 120px;
	z-index: 0;
}
.free_box h1 {
    font-size: 40px;
    line-height: 46px;
    margin: 0px 0px 30px;
    color: #f4c305;
    font-family: 'oswaldbold';
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.free_box h1 span {
	color: #FFF;
	display: block;
	font-size: 48px;
	position: relative;
    z-index: 1;
}
.get_wrapper {
    width: 100%;
    background: url(../images/get_back.jpg) no-repeat center top;
    background-size: cover;
    border-top: 4px solid #be7900;
    padding: 50px 0px 30px;
}
.get_box {
    width: 100%;
}
.get_box img {
    max-width: 100%;
}
.get_box h1 {
    font-size: 84px;
    line-height: 90px;
    margin: 100px 0px 10px;
    font-family: 'oswaldbold';
    text-transform: uppercase;
    background: -webkit-linear-gradient(#f3b40d, #fda402);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}              
.get_box h3 {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    font-family: 'oswaldmedium';
    color: #FFF;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.get_box p {
    font-size: 18px;
    line-height: 24px;
    color: #fcaaac;
    font-weight: 600;
    letter-spacing: 1px;
}
/*contact section*/
.contact_wrapper {
    width: 100%;
    background: #140001;
    padding: 70px 0px 100px;
}
.contact_box {
    width: 100%;
    margin-bottom: 50px;
}
.contact_box h1 {
    font-size: 40px;
    line-height: 46px;
    margin: 0px 0px 30px;
    /* color: #f4c305; */
    font-family: 'oswaldbold';
    text-transform: uppercase;
    background: -webkit-linear-gradient(#fbc106, #ffa401);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.contact_box .form-group {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 2px;
    background: #ffbe00;
    background: -moz-linear-gradient(top, #ffbe00 1%, #966812 100%);
    background: -webkit-linear-gradient(top, #ffbe00 1%,#966812 100%);
    background: linear-gradient(to bottom, #ffbe00 1%,#966812 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#966812',GradientType=0 );
}
.contact_box .form-group.fg1 {
    width: 100%;
    max-width: 370px;
}
.contact_box .form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 18px;
    color: #f4c305;
    background-color: #140001;
    background-image: none;
    border: 0px;
    border-radius: 4px;
    box-shadow: none;    
}
.contact_box .form-control.fc1 {
    height: 40px;
}
.contact_box .form-control.sl1 {
    height: 40px;
    -appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -0-appearance: none;
    background: url(../images/caret.png) no-repeat 98% 50% #140001;
}
.contact_map {
    width: 100%;
}
.contact_map .map_box {
    width: 100%;
    height: 350px;
    padding: 0px;
    margin: 0px;
}
/*suppert section*/
.support_wrapper {
    width: 100%;
    background: url(../images/get_back.jpg) no-repeat center top;
    background-size: cover;
    border-top: 2px solid #bb0e14;
    padding: 40px 0px 0px;
}
.support_box {
    width: 100%;
    padding-bottom: 40px;
}
.support_box p {
    font-size: 15px;
    line-height: 20px;
    color: #fffefc;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}
.support_box p span.dic {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #350b0c;
    color: #fffefc;
    font-size: 15px;
    border-radius: 50px;
    padding: 9px;
    margin-right: 5px;
}
.support_box p a {
    color: #fffefc;
    text-decoration: underline;
}
.support_box p span.get {
    position: relative;
    top: 10px;
}
.support_box .get_button {
    width: auto;
    height: 46px;
    float: right;
    margin: 0px;
    border-radius: 4px;
    padding: 2px;
    background: #ffbe00;
    background: -moz-linear-gradient(top, #ffbe00 1%, #966812 100%);
    background: -webkit-linear-gradient(top, #ffbe00 1%,#966812 100%);
    background: linear-gradient(to bottom, #ffbe00 1%,#966812 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbe00', endColorstr='#966812',GradientType=0 );
}
.support_box .get_button span {
    display: block;
    background: #7d080e;
    color: #fffefc;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px;
    border-radius: 4px;
    font-weight: 600;
}

/*card section*/
.card_wrapper {
    width: 100%;
    background: #370b0c;
    padding: 30px 0px;
}
.card_wrapper ul {
    width: 100%;
    text-align: center;
}
.card_wrapper ul li {
    display: inline-block;
    padding: 0px;
}
.card_wrapper ul li img {
    max-width: 100%;
}

/*footer section*/
.footer_wrapper {
    width: 100%;
    background: url(../images/footer_back.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 0px 0px;
    position: relative;
}
.footer_wrapper:before {
    content: "";
    position: absolute;
    left: -75px;
    top: 130px;
    background: url(../images/cube.png) no-repeat;
    width: 162px;
    height: 163px;
}
.footer_wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 55px;
    background: url(../images/cube2.png) no-repeat;
    width: 150px;
    height: 392px;
}

.footer_wrap {
    width: 100%;
}
.footer_box {
    width: 100%;
    margin-bottom: 60px;
}
.footer_box h3 {
    font-size: 30px;
    line-height: 36px;
    color: #FFF;
    margin-bottom: 30px;
    font-family: 'oswaldlight';
}
.footer_box p {
    font-size: 15px;
    line-height: 26px;
    color: #fcaaac;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.footer_box p a {
    color: #FFF;
    text-decoration: underline;
    letter-spacing: 1px;
}
.footer_box ul {
    width: 100%;
}
.footer_box ul li {
    font-size: 15px;
    color: #fcaaac;
    font-weight: 600;
    padding-bottom: 8px;
}
.footer_box ul li a {
    color: #fcaaac;
}
.footer_box ul li a:hover {
    color: #FFF;
}
.footer_box .btn-default2 {
    background-color: #fcc31c;
    border: 1px solid #fcc31c;
    box-shadow: -4px 4px 0px #997102;
    font-size: 18px;
    font-weight: 600;
    color: #FFF;
    padding: 12px 50px;
    border-radius: 50px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'oswaldlight';
}
.footer_box .btn-default2:hover {
    background-color: #6b4901;
    border: 1px solid #6b4901;
    box-shadow: -4px 4px 0px #bd8100;
    color: #FFF;
}
.copyright_wrap {
    width: 100%;
    border-top: 2px solid #960005;
    box-shadow: 2px 4px 4px #c70006;
    padding: 30px 0px;
}
.copyright_wrap p {
    font-size: 14px;
    line-height: 22px;
    color: #fcaaac;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    max-width: 70%;
    margin: 0px auto;
    display: block;
}
.copyright_wrap p span {
    color: #FFF;
}


/*scroll section*/
.cd-top {
  display: inline-block;
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);*/
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:url(../images/scroll_top.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
/*scroll top section end*/
/*footer section end*/
/*.......................home page..................................*/