/***********Fonts*******************/
/** Generated by FG **/
@font-face {
	font-family: 'Conv_brandon-grotesque-black-58a8a3e824392';
	src: url('../fonts/brandon-grotesque-black-58a8a3e824392.eot');
	src: local('☺'), url('../fonts/brandon-grotesque-black-58a8a3e824392.woff') format('woff'), url('../fonts/brandon-grotesque-black-58a8a3e824392.ttf') format('truetype'), url('../fonts/brandon-grotesque-black-58a8a3e824392.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/** Generated by FG **/
@font-face {
	font-family: 'Conv_brandon-grotesque-light-58a8a4b38001d';
	src: url('../fonts/brandon-grotesque-light-58a8a4b38001d.eot');
	src: local('☺'), url('../fonts/brandon-grotesque-light-58a8a4b38001d.woff') format('woff'), url('../fonts/brandon-grotesque-light-58a8a4b38001d.ttf') format('truetype'), url('../fonts/brandon-grotesque-light-58a8a4b38001d.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html,
body {
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	-webkit-font-smoothing: antialiased;
     color: #fff;
    overflow-x: hidden;   
    
}

body {
    
    background: #ffffff;
    background-position: 0 0;
    background-attachment: fixed;
	font-family: 'Conv_brandon-grotesque-light-58a8a4b38001d';
    
}

a {
	text-decoration: none;	
}

a:hover, a:focus {
	text-decoration: none;
	outline: 0;
}

/*spinner*/
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

.spinner-grow {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite;
}
/*spinner*/

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

.valign{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.img-center{
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
}

.noscroll{
    overflow: hidden;
}

.static{
    position: static;
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.clear {
    clear: both;
}


.img-center {
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
}


/********************/

.navbar-default {
    background-color: #ffffff;
    padding: 15px 0px;
   -webkit-box-shadow: 1px -1px 10px -5px rgba(0,0,0,1);
-moz-box-shadow: 1px -1px 10px -5px rgba(0,0,0,1);
box-shadow: 1px -1px 10px -5px rgba(0,0,0,1);
}

.navbar-brand img {
    max-height: 100px;
    width: auto;
    margin-top: -10px;
}

.navbar-brand img {
    max-height: 100px;
    width: auto !important;
    margin-top: -10px;
}

.navbar-shrink .navbar-brand img {
    max-height: 90px;
}



.navbar-default .navbar-nav>li>a {
    color: #353535;   
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    margin-right: 10px;
     font-family: 'Conv_brandon-grotesque-black-58a8a3e824392';
}

.navbar-default .navbar-nav>li.navlink>a {   
    height: 70px;
    line-height: 35px;
}

.navbar-default .navbar-nav>li.navlink>a span{   
    background: #e82429;
    padding: 10px 30px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #e82429;
    background-color: transparent;
}

.navbar .dropdown-menu li a {
    color: #777 !important;
    padding: 8px 20px;
    line-height: normal;
}

.navbar img.avatar {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-right: 10px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #da885e;
    background-color: transparent;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 580px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #e82429;
   /* background-color: #582308;*/
        background-color: transparent;
/*    border-bottom: 2px solid #e82429;*/
}


.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #441a06;
}

.dropdown-menu {    
    background-color: #004231;   
}

.navbar .dropdown-menu li a {
    color: #fde6da !important;
    padding: 8px 20px;
    line-height: normal;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #441a06;
}

.dropdown-menu .divider {    
    background-color: #563627;
}

.loginLi { position: relative;}
.loginLi::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 25%;
    transform: translateY(-50%);
    background: #a56749;
    display: block;
}

.logSign { float: left; }

.userInfomenu li a .fa { margin-right: 10px; color: #ffac00; }


.navbar-brand {
    padding: 0 10px;
} 

.navbar-brand img {
    width: 100%;
    max-width: 300px;
    float: left;
}


.navbar-header { position: relative; }


@media(min-width:768px) {
    .navbar-default {
/*        padding: 25px 0;*/
        -webkit-transition: padding .5s;
        -moz-transition: padding .5s;
        transition: padding .5s;
    }

    .navbar-default .navbar-brand {
        
           -webkit-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .35s;
    }

    .navbar-default.navbar-shrink {
        padding: 0 0;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        width: 250px;
    }
}

/*********/

.navbar-default .navbar-toggle {
    border-color: #004231;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #004231;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #004231;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

.pledge-btn{
     position: absolute;
    right: 73px;
    top: 16px;
}


.pledge-btn a{   
    background: #e82429;
padding: 7px 13px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;

}

/*---------------Wrapper---------------*/

.myContainer {
    float: none;
    margin: 0 auto;
    clear: both;
}
/* vertical spacing between columns */

.sec-1 .row [class*="col-"]{
  margin-bottom: -99999px;
  padding-bottom: 99999px;
}

.sec-1 .row{
  overflow: hidden; 
}
.sec-1{/*  margin: 100px 0 0 0;*/padding: 0;color: #000;display: flex;flex-wrap: wrap;}

.sec-1 .carousel {
	height: 100%;
}
.sec-1 .carousel-inner {
	height: 100%;
}
.sec-1 .carousel .item {
	height: 100%;
}

.sec-1 .item img {
    height: 100% !important;
    object-fit: cover;
}


.bg-green{
    background: #b3d237;
   
}
.banner-right{
    background: #b3d237;
    position: relative;
}

.bannar-content{
    text-align: center;
    padding: 25px 0;

}

.bannar-content h1{

    color: #004231;
     font-family: 'Conv_brandon-grotesque-black-58a8a3e824392';
    text-transform: uppercase;
    font-size: 45px;
    line-height: 50px;
}

.bannar-content p{
    color: #004231;
    font-size:25px;
    width: 80%;
    text-align: center;
    margin: 20px auto;
    font-weight: 600;
  
}

.bannar-content img{
    width: 100%;
   max-width:200px;
}




/*----sec-2-----*/

.sec-2{
    background: #353535;
    padding: 45px 0;
}


.support{
    width: 100%;
}


.support ul{
     list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
    
}

.support ul li{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
  margin-right: 30px;
    text-align: center;
    color: #ffffff;
    
}

.support ul li a{
   text-transform: uppercase;
    color: #ffffff;
    background: #e82429;
    width: 300px;
    float: left;
    font-size: 35px;

    font-family: 'Conv_brandon-grotesque-black-58a8a3e824392';
    padding: 10px;
    text-align: center;
    -webkit-box-shadow: -1px 3px 12px -2px rgba(72,37,37,1);
-moz-box-shadow: -1px 3px 12px -2px rgba(72,37,37,1);
box-shadow: -1px 3px 12px -2px rgba(72,37,37,1);
    
}


.support ul li p{
    font-size: 20px;
  padding: 0;
    margin:  0 0 0;
    line-height: 40px;

}

.support ul li span{
    text-transform: uppercase;
    color: #ffffff;
    line-height: 0;
    font-size: 100px;
    font-family: 'Conv_brandon-grotesque-black-58a8a3e824392';
    text-align: center;

}



/*------sec-3-------------*/
    
.sec-3{
    background: #ffffff;
    padding: 60px 0;
    
}

.content{
    text-align: center;
    
}

.content h1{
    color: #E82429;
    font-size: 40px;
     font-family: 'Conv_brandon-grotesque-black-58a8a3e824392';
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0;
    
}

.content p{
    color: #004231;
    font-size: 22px;
    margin: 0 auto;
    padding: 0;
    font-weight: 600;
    max-width: 1000px;
   
    
}


.sec-3-grid{
    margin-top: 40px;
    padding: 0;
}

.sec-3-grid .grid-card{
    margin-bottom: 30px;
    padding: 0;
}

.sec-3-grid .grid-card img{
       margin-bottom: -7px;
}

.sec-3-grid .grid-card p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: block;
    font-weight: 600;
    width: 100%;
    margin: 0 auto;
    line-height: 20px;
    min-height: 40px;
    background: #004231;
    margin: auto;
    padding: 9px 5px 11px 5px;
    margin-top: 7px;
	height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/*-------secrion----------*/
.sec-4{
    background:#f9f9f9;
    padding: 60px 0;
     color: #004231 !important;
}

.title-green{
    color: #004231 !important;
}


.register{
    margin-top: 30px;
    padding: 0;
    float: left;
    width: 100%;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
 color: #004231!important;
  opacity: 1; /* Firefox */
    font-size:18px;
}

.select-dd{  font-size: 18px;color: #004231; font-weight: 600;}
.select-dd label, .select-dd select{
    font-size: 18px;
  margin-bottom: 15px;
    color: #004231;
    display: block;
    min-height: 10px;
    width: 100%;
     outline: 0;
    padding: 10px;
    
}

.select-dd select{
border-radius: 0;
    border:2px solid #004231;
     outline: 0;
    
}


.select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
       background: url(../images/dd-arrow.png) 100% / 60px no-repeat #ffffff;

}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
    opacity: 1;
}

.search-container.search input[type=text] {
  padding: 10px;
  font-size: 18px;
 border:2px solid #004231;
    color: #004231;
  float: left;
  width: 80%;
    border-right: 0;
     outline: 0;

}

.search-container.search input.inputfull {
    border: 2px solid #004231;
    width: 100%;

}

.search-container.search button {
  float: left;
  width: 20%;
  padding: 12px 12px 11px 12px;
  background: #004231;;
  color: white;
  font-size: 16px;
  border: 2px solid #004231;
  border-left: none;
  cursor: pointer;
}

.search-container.search button:hover {
  background: #004231;
}

.search-container.search::after {
  content: "";
  clear: both;
  display: table;
}
.lbl-height{
    height: 46px;
}
.register-btn{
    background: #004231;
    color: #ffffff;
    padding: 12px 20px;
    height: 50px;
    width: 200px;
    border-radius: 0;
    font-size: 20px;
    font-family: 'Conv_brandon-grotesque-black-58a8a3e824392';
    text-transform: uppercase;

}

.register-btn:hover, .register-btn:focus{
    background: #004231;
    color: #ffffff;
    outline: 0;
}


/*------section-------------*/
.sec-partner{
    background:#ffffff;
    padding: 60px 0;
     color: #004231;
}
.mb-30{
    margin-bottom: 30px;
}

/*------section-------------*/
.sec-video{
    background:#b3d237;
    padding: 60px 0;
     color: #004231;
}

/*------section-------------*/
.sec-5{
    background:#b3d237;
    padding: 60px 0;
     color: #004231;
}

.social-feed{
    margin-top: 30px;
    float: none;
    display:table;
    width: 100%;
}

.grid-mb{
    margin-bottom: 30px;
}
.img-w{
    width: 100%;
    height: auto;
}
.s-card{
    background: #ffffff;
    padding: 0px;
    position: relative;
    
 
}

.s-card h2{
    font-family: 'Conv_brandon-grotesque-black-58a8a3e824392';
    font-size: 15px;
    line-height: 20px;
    margin:0 0 5px 25px;
}


.s-card h2 .fa{
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 10px;
   
    

}
.s-card .date{
    position: absolute;
    bottom: 0;
    left: -10px;
    font-size: 11px;
     padding: 20px;
}


.s-card p{
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
}

.strip p {
      margin-bottom: 27px; !important;
}

.morecnt{display:none;}

a#seeMore{
  display:block;
  color:#fff;
  margin:0 auto;
  line-height:50px;
  width:30%;
  border-radius:30px;
  text-decoration:none;
  border:3px #ee5f4a solid;
  background:#ee5f4a;
  opacity:0.7;
  margin-bottom:50px;
}

a#seeMore:hover{
  opacity:1;
}


/*-------------footer------*/

footer{
     color: #004231;
    padding: 50px 0;
    font-size: 25px;
    font-weight: 600;
}

.social-icon{
    padding: 0;
    margin-left: 30px;
    text-align: left;
}

.social-icon a{
   color: #004231;
    display: block;
    margin:0 0 10px 0;
    position: relative;
}

.social-icon a .fa{
  position: absolute;
left: -25px;
top: 4px;
}


.footer-link{
    padding: 0;
    margin-left: 20px;
    text-align: left;
}

.address{
    text-align: left;
}

.address p a{color: #004231;}

.footer-link a{
   color: #004231;
    display: block;
    margin:0 0 10px 0;
    position: relative;
}

.newsletter{
    text-align: left;
}

.newsletter label{
margin-bottom: 20px;
}

.ftr.email input[type=text] {
  padding: 10px;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
 border:1px solid #004231;
    color: #004231;
  float: left;
  width: 80%;
    border-right: 0;
     outline: 0;

}

.ftr.email button {
  float: left;
  width: 20%;
  padding: 8px 12px 11px 12px;
  background: #004231;;
  color: white;
  font-size: 16px;
  border:1px solid #004231;
  border-left: none;
  cursor: pointer;
}

.ftr.email button:hover {
  background: #004231;
}

.ftr.email::after {
  content: "";
  clear: both;
  display: table;
}
/*******/



.social-grid{
    display: flex;
  justify-content: center;
  align-self: center;
}

.social-container {
  position: relative;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: minmax(100px, auto);
  margin: 40px;
  grid-auto-flow: dense;
  grid-gap: 10px;
}

.social-container .box {
  color: #004231!important;
  background: #ffffff;

/*
  display: grid;
  place-items: center;
*/
  text-align: left;
  color: #fff;
  transition: 0.5s;
}

.social-container .box:hover {

}

.social-container .box img {
  position: relative;
/*  max-width: 100px;*/
/*  margin-bottom: 10px;*/
}

.social-container .box:nth-child(1) {
  grid-column: span 2;
  grid-row: span 1;
}

.social-container .box:nth-child(2) {
  grid-column: span 1;
  grid-row: span 2;
}

.social-container .box:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}

.social-container .box:nth-child(5) {
  grid-column: span 3;
  grid-row: span 1;
}

@media (max-width: 991px) {
  .social-container {
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-template-rows: minmax(auto, auto);
  }
  .social-container .box {
    grid-column: unset !important;
    grid-row: unset !important;
  }
}


.insta{
    position: relative;
}

.insta .ico{
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 10px;
}

/* *************** */

body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}

/*
.modal-login {
		width: 390px;		
	}
*/
	.modal-login .modal-content {
/*		padding: 20px;*/
		border-radius: 5px;
		border: none;
	}
	.modal-login .modal-header {
		border-bottom: none;
        position: relative;
		justify-content: center;
	}
	.modal-login .close {
    width: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: #004231;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    height: 33px;
    padding: 5px;
    border-radius: 0;
   
    outline: 0;
        z-index: 9;
}

.modal-login .modal-body{
   background: #b3d237; 
    padding: 3em;
    font-family: 'Conv_brandon-grotesque-black-58a8a3e824392';
    color: #004231;
}

.modal-login .modal-body h2{
  font-size: 60px;
    text-align: center;
    text-transform: uppercase;
     color: #004231;
    margin-bottom: 3px;
}

.modal-login .modal-body p{
  font-size: 40px;
    text-align: center;
  color: #004231;
    line-height: 40px;
    margin-bottom: 50px;
}


	.modal-login .modal-content {
		color: #999;
		border-radius: 1px;
    	margin-bottom: 15px;
        background: #fff;
/*		border: 1px solid #f3f3f3;*/
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
/*        padding: 25px;*/
    }
	

/* *****signup-form ******* */


.tab-sec{
 float: left;   
}

.tab-sec .nav-tabs {
    width: fit-content;
    border: 1px solid #cccccc;
    border-radius: 24px;
        margin: 0 auto;

}


.tab-sec .nav-tabs>li>a {
    color: #004231;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
     font-size: 18px;
}

.tab-sec .nav-tabs>li>a:hover, .tab-sec .nav-tabs>li>a:focus {
   background: transparent;
}
.tab-sec .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
        border: 2px solid #004231;
        border-radius: 24px;
    background: #004231;
    color: #ffffff;
    font-size: 18px;

}

.tab-cnt{margin-top: 30px;}

.dateinput{
 font-size: 18px;
    border: 2px solid #004231;

 }

.dateinput input{
    height: 45px;
    border: 0;
}

.bg-input {
    cursor: pointer;
    background: #004231 !important;
    color: #ffffff;
        border-radius: 0;
    border: 0;
}


.result-table{
  width: 80%;
    margin: 0 auto;
    margin-top: 30px;
   
}

.result-table table{
border: 1px solid #cccccc;
   
}

/*
.result-table table th{
  width: 50px;
 
   
*/
}

.result-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 80%;
  table-layout: fixed;
}



.result-table table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
.result-table table th{
    width: 50px;
}
.result-table table th,
.result-table table td {
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
}

.result-table table th {

  letter-spacing: .1em;
  text-transform: uppercase;
}

@media(max-width: 700px) {
    
.result-table {
    width:90%;

}
  .result-table table {
    border: 0;
      width: 100%;
  }

.result-table table th, .result-table table td {
  border-bottom: 1px solid #ccc !important;
    border-left: 0 !important;
    border-top: 0 !important;
     border-right: 0 !important;
}
    
    .result-table table td span{
   margin-left: 50px;
        float: right
}
    
    .result-table table th, .result-table table td:last-child {
  border-bottom:0 !important;
    border-left: 0 !important;
    border-top: 0 !important;
     border-right: 0 !important;
}
  
  .result-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .result-table table tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .result-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
      display: flow-root;
  }
  
  .result-table table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .result-table table td:last-child {
    border-bottom: 0;
  }
}
/*************/


/*************/


.modal-tnc{
    color: #797979;
}

.modal-tnc .modal-content {
    border-radius:0;
}

.tnc-cnt { color: #797979;
padding: 10px 20px;}

.tnc-cnt h1{ 
color: #004231;
    font-size: 30px;
    font-weight: 700;}



.modal-tnc .close {
    width: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: #004231;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    height: 33px;
    padding: 5px;
    border-radius: 0;
   
    outline: 0;
        z-index: 9;
}

.grid-m{
    margin-bottom: 30px;
}

span.timeDown {
    display: table;
    margin: 0 auto;
    font-size: 20px;
}

.redirectmodal p {
    font-size: 20px !important;
    margin-bottom: 10px !important;
}
