@font-face {
    font-family: 'AvantGarde';
    src: url('../font/AvantGarde-Thin.woff2') format('woff2'),
        url('../font/AvantGarde-Thin.woff') format('woff'),
        url('../font/AvantGarde-Thin.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avant Garde';
    src: url('../font/AvantGardeBold.woff2') format('woff2'),
        url('../font/AvantGardeBold.woff') format('woff'),
        url('../font/AvantGardeBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body{
	font-family: 'AvantGarde';
}

/*header start*/
.green_drink_body{

    background: url(../img/bg_img.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% 100%;
    width: 100%;
    min-height: 100vh;

}
.custom_navbar {
    padding: 57px 40px 0px 40px;
}
.custom_navbar a {
    color: #02292b;
    font-size: 68px;
}
.custom_navbar button {}
.custom_navbar button  span{

}
.custom_navbar button  span i{
	font-size: 22px;
}

.custom_navbar .custom_collapse{}
.custom_navbar .custom_collapse ul{}
.custom_navbar .custom_collapse ul li {}
.custom_navbar .custom_collapse ul li a {
    font-size: 42px;
    transition: all ease .5s;
}
.custom_navbar .custom_collapse ul li a:hover{
    opacity: .7;
}
#link_bar{
	position: relative;
	padding-right: 40px;
}
#link_bar:after {
    position: absolute;
    content: "";
    right: 14px;
    top: 19px;
    width: 2px;
    height: 27px;
    background: #02292b;
}
/*header end*/
/*green_drink_img start*/
.green_drink_img{
	padding: 100px 20px;
   /* position: relative;*/
    transition: all  .8s;
}
/*.green_drink_img:after {
    position: absolute;
    width: 97.3%;
    height: 77.5%;
    background: rgba(0,0,0,.2);
    content: "";
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    opacity: 1;
    transition: all .8s;
}
.green_drink_img:hover:after{
    opacity: 0;
    display: none;
    width: 0%;
    height: 0%;
    transition: all .8s;
}*/







.green_drink_img_inner{
    position: relative;
}


.green_drink_img_inner:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
    content: "";
    left: 0;
    right: 0;
    top: 0px;
    margin: auto;
    opacity: 1;
    transition: all .8s;
}
.green_drink_img_inner:hover:after{
    opacity: 0;
    display: none;
    width: 0%;
    height: 0%;
    transition: all .8s;
}




.green_drink_img_inner img{
	width: 100%;
	height: auto;
    cursor: pointer;
}








/*green_drink_img end*/

/*footer start*/
footer{
	padding: 20px 0;
}
footer p{
	color: #fff;
	margin-bottom: 0;
	font-size: 18px;
}
/*footer end*/

.custom_modal  .modal-content{
    background:transparent;
    border:transparent;
}
.custom_modal .modal-dialog {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    max-width: 800px;
}
.popup_inner_1 {
    position: relative;
    padding:40px;
    background:url("../img/about_bg.jpg");
    background-size: cover;
    border-radius: 5px;
    border:transparent;
    background-repeat: no-repeat;
    background-position: top;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
}

.cros_pop{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    font-size: 18px;
    z-index:999999 !important;
}

.popup_inner_1_item{}
.popup_inner_1_item h1 {
    font-size: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}
.popup_inner_1_item h4 {
    font-size: 30px;
    color: #52b6bf;
    font-style: italic;
    margin-bottom: 10px;
}
.popup_inner_1_item p{
    margin-bottom: 20px;
}
.popup_inner_1_item h6 {
    margin-bottom: 0;
    margin-top: 40px;
}
.popup_inner_1_item h6 a{
    display: inline-block;
    font-size: 14px;
    text-decoration: underline;
    font-size: 30px;
    color: #52b6bf;
    font-style: italic;
}





.custom_modal .popup_inner_2{
    position: relative;
    background:url("../img/hire_me_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
    border-radius: 5px;
    padding: 40px;
}



.popup_inner_2_item{}
.popup_inner_2_item h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.popup_inner_2_item label{}
.popup_inner_2_item input{}
.popup_inner_2_item .form-control{
    height: calc(2em + .75rem + 2px);
}
.popup_inner_2_item textarea.form-control {
    height: auto;
}
.popup_inner_2_item button{
    margin-top: 20px;
    color: #00191a;
    border:1px solid #fff;
    padding: 10px 40px;
    background:#587374;
    font-size: 20px;
    font-weight: 700;
}



/*img modal start*/

.custom_modal_img  {}
.custom_modal_img .modal-dialog {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    max-width: 800px;
}
.custom_modal_img  .modal-content{
    background:#000000;
    border:1px solid #363636;
}
.custom_modal_img .popup_img {
    position: relative;
    color: #fff;
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
}

.popup_img_item{}
.popup_img_item img{}
.popup_img_item p{
    font-weight: 700;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}







/*img modal end*/