@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');
@import url("hover-min.css");


*{
	padding: 0;
	margin: 0;
}



h2{
    color: black;
}

h5{
    font-size: 1.25rem;
    
    color: rgb(0, 0, 0);
}

h6{
    font-size: 14px;
    line-height: 1.5em;
    color: rgb(255, 255, 255);
    padding-left: 15px;
}

ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
}
a{  font-family: "Poppins",sans-serif;
    letter-spacing: 0.04em;

}
a, a:hover{
    text-decoration: none;

}
a:focus{
    outline: 0;
    text-decoration: none;
}




.section-heading span{
    display: block;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;  
}
.section-heading h2{
    text-transform: uppercase;
    font-weight: 800;
}


/* header */

a {
    color: #6195FF;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #6195FF;
}



.header-section{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
.header-section.navbar-fixed-top{
    box-shadow: 5px -5px 5px 10px rgba(0, 0, 0, .10);
    position: fixed;
}
.header-section.navbar-fixed-top .top-header{
    display: none;
}


a{
    color: white !important;
}

.navbar-light{
    background-color: #1e90ff !important;
    margin-top: -30px;
    padding-top: 20px; 
}

.navbar-toggler{
    background-color: rgb(241, 241, 233) !important;
}

.nav-link{
    margin-right: 1.1em !important;
    font-weight: 450;
   }

.logo-img {
    margin-bottom: -30px;
    margin-left:20px;
}



.header-height{ width: 100%; }
/*Top Header*/
.top-header{
    background-color: #00b3b3;
    padding: 10px 0;
}
.top-content-wrap ul li{
    margin-right: 10px;
    display: inline-block;
    font-size: 12px;
}
.top-content-wrap ul li a{
    display: inline-block;
    color: #fff;
}
.top-content-wrap ul li i{
    color: #ffffff;
    margin-right: 10px;
}
.top-content-wrap .right-info{
    text-align: right;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}

.social-network li:hover .fa-pinterest {
  color: #c9171e; 
}
.social-network li:hover .fa-linkedin {
  color: #0077b5; 
}


.social-network li:hover .fa-instagram {
  color: #EA4B49; 
}

/*Bottom Header */
.bottom-header{
    background-color: #fff;
    position: relative;
}
.bottom-content-wrap{
    display: flex;
    align-items: center;
}

#mainmenu{
    display: inline-block;
    margin-right: 20px;
}
#mainmenu li{
    position: relative;
    padding-left: 20px;
    display: inline-block;
    text-align: left;
}
#mainmenu li a{
    color: #009999;
    font-weight: 500;
    padding: 30px 0;
    display: inline-block;
    font-size: 13px;
}
#mainmenu li a:hover{
    color: #009999;
}

.dropdown-menu{
    background-color: #1e90ff !important;
    line-height: 2em;
}

.dropdown-menu:hover{
    background-color: #1e90ff !important;

}
.dropdown-item{
    background-color: #1e90ff !important;
}

/*Dropdown */
#mainmenu li ul{
    background-color: rgb(63, 55, 182);
    width: 200px;
    height: auto;
    position: absolute;
    left: 0;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 999;
}
#mainmenu li:hover > ul{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 100%;
}
#mainmenu li ul li{
    border-bottom: 1px solid #eaeaea;
    display: block;
    position: relative;
}
#mainmenu li ul li:last-child{
    border: none;
}
#mainmenu li ul li a{
    line-height: 45px;
    display: block;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    color: #777;
    -webkit-transition: color 0.3s ease 0s, padding 0.3s ease 0s;
    transition: color 0.3s ease 0s, padding 0.3s ease 0s;
}
#mainmenu li > ul > li:hover a{
    color: #009999;
}
#mainmenu li > ul ul{
    background-color: #fff;
    left: 200px;
}
#mainmenu li > ul li:hover > ul li a{
    color: #777;
}
#mainmenu li ul li:hover > ul{
    top: 0;
    opacity: 1;
    visibility: visible;
}
#mainmenu li > ul li:hover > ul li > a:hover{
    background-color: transparent;
    color: #fff;
}
#mainmenu li ul li li a:hover{
    color: #ffca3f !important;
}

/*Mobile Menu */
.slicknav_menu {
    background: none;
    padding: 4px 0;
    display:none;
    z-index: 999;
}
.slicknav_nav {
    background-color: #009999;
}
.js .slicknav_menu {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.slicknav_btn{
    background-color: transparent;
    margin: 24px 5px 14px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row, 
.slicknav_nav a,
.slicknav_nav a:hover{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.slicknav_nav .slicknav_row, 
.slicknav_nav a {
    padding: 10px 15px;
    margin: 0;
    color: #777;
}
.slicknav_nav a .caret{
    display: none;
}
.slicknav_nav ul{
    margin: 0;
}
.slicknav_nav ul li a{
    padding-left: 30px;
    font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover{
    background-color: transparent;
    color: #333;
}

/* section */

.section{
    position: relative;
    padding-top: 6%;
}

.fa-backwar:hover{
    background-color: #000 !important;
}





.title:after {
    content:"";
    display:block;
    height:4px;
    width:100px;
    background-color: #009999;
    margin-top: 20px;
}

.text-center .title:after {
    margin: 20px auto 0px;
}


.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0px;
    
}

.about i {
    font-size: 36px;
    color: #6195FF;
    margin-bottom: 20px;
}

.about:after {
    content: "";
    background-color: #1e90ff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    z-index: -1;
    -webkit-transition: 0.2s width;
    transition: 0.2s width;
}

.about:hover:after {
    width: 100%;
}

.about h3 {
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.about:hover h3 {
    color: #fff;
}

.about:hover p{
    color: white;
}

footer{
    background-color: #f2f2f2;  
}
.footer-top, .footer-bottom{
    background: #1e90ff;
}
.footer-top{
    text-align: center;
    padding: 30px 0;
}

ul.social {
    list-style:none;
    margin-top:20px;    
    padding:10px;
    transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

ul.social li {
    display:inline;
    margin: 0 18px; 
    font-size:25px; 
}

ul.social li a {    
    color:#d0d0d0;  
}
.social li:hover .fa-twitter {
  color: #00abf0;
}
.social li:hover .fa-facebook {
  color: #39579a;
}
.social li:hover .fa-instagram {
  color: #EA4B49;
}
.social li:hover .fa-pinterest {
  color: #c9171e; 
}
.social li:hover .fa-linkedin {
  color: #0077b5; 
}

.pager-header{
    background: url('../images/About/1.png');
    padding: 200px 0;  
    /* background-image: url(../images/About/01.png);*/
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    display: flex;
    align-items: center;
    margin-top: -30px; 
}
.pager-header h2{
    color: #fff;
    font-size: 36px;
}
.pager-header p{
    color: #ddd;
}

/*Breadcrumb */
.breadcrumb{
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.breadcrumb li{}
.breadcrumb li a{
    font-weight: 700;
    color: #ddd;
    font-family: "Poppins",sans-serif;
    text-transform: uppercase;
    font-size: 12px;
}

.breadcrumb li a:hover{
    text-decoration: underline;
    color: #527a7a;
}

.about-section{}
.about-section .row{
    display: flex;
    align-items: center;
}

.about-section .about-image img{
    width: 100%;
    padding: 0 30px;
    position: relative;
}
.img-border{
    background-color: transparent;
    border: 10px solid #2caee2;
    opacity: 0.4;
    width: 300px;
    height: 400px;
    display: block;
    position: absolute;
    right: 10px;
    top: 90px;
}

.about-content{}
.about-content h5{
    color: #777;
    margin-bottom: 0;
    font-size: 16px;
}
.about-content h2{
    font-size: 36px;
    margin-bottom: 20px;
}
.about-content span{
    color: #527a7a;
}


.team-section{
    background-color: #f2f2f2;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
}
.team-box{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.team-box .hover span{
    font-family: "poppins", sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    color: #fff;
    letter-spacing: 0;
}
.team-box h4{
    color: #fff;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.team-box:hover h4{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}
.team-box:hover .team-social{
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
} 
.team-box:hover img{
    transform: scale(1.08);
}
.team-box .hover{
    background: #527a7a; 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(82,122,122));
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 100px 0 15px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}
.team-box:hover .hover{
    visibility: visible;
    opacity: 1;
}
.team-box:hover .team-social{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-social{
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}
.team-social li{
    display: inline-block;
    margin-right: 15px;
}
.team-social li a{
    display: inline-block;
    color: #fff;
}



 .tab-bar {
 list-style: none;
 margin: 0;
 padding: 10px 10px 0 10px;
 background: #527a7a;
 overflow: hidden;
 }
 .tab-bar li {
 padding: 8px 20px;
 float: left;
 margin-right: 8px;
 background: #fff;
 cursor: pointer;
 }

 .panel {
 min-height: 200px;
 border: 1px solid #527a7a;
 border-top: 0 none;
 padding: 15px;
 }
 #tab-2 {
 background: #33cccc;
 }
 #panel-2 {
 display: none;
 } 


.cta-section{
    background-image: url(../images/Career2.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.cta-content h2{
    color: black;
    font-size: 36px;
    line-height: 45px;
    font-weight: 800;
    letter-spacing: -0.03em;
}
.cta-content p{
    color: #fff;
}
.cta-content .default-btn{
    border: 2px solid #fff;
    border-radius: 30px;
    color: #ddd;
}
.cta-content .default-btn:hover{
    background-color: #fff;
    color: #0aa4e3;
}


.contact-section{
    position: relative;
    z-index: 1;
}
.contact-wrap{
    background-color: #f2f2f2;
    padding: 80px 50px;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    margin-top: 110px;
    border-radius: 5px;
}
.contact-section h3{
    font-weight: 800;
    text-transform: uppercase;
    font-size: 22px;
}
.contact-info ul li{
    line-height: 40px;
    display: flex;
    align-items: center;
}
.contact-info ul li i{
    margin-right: 10px;
    color: #999;
    font-size: 20px;
}
.contact-info ul li{
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    font-size: 12px;
}

/*Contact Form*/
.contact-form .form-control{
    border: 1px solid #ddd;
    border-radius: 0;
    height: 45px;
    background-color: transparent;
}
.contact-form .form-control.message{
    height: 150px;
}
#form-messages{
    display: none;
}
#form-messages.alert-danger,
#form-messages.alert-success{
    display: block;
}
/*Google Map*/
#google_map{
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: -10;
  }




  #myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}


.modal {
    display: none; 
    position: absolute; 
    z-index: 1; 
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    size: 0px;
    overflow: fixed; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15%;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

@media only screen and (max-width: 700px){
    .tops{
        margin-top: 120px;
        margin-left: -10px;
    }
    .tos{
        margin-left: -10px;
    }
}

@media only screen and (max-width: 700px){
    .h_gallery_item{
        margin-left: -50px;
    }
    .h_gallery_item1{
        margin-left: -100px;
    }
    .h_gallery_item3{
        margin-left: -40px;
    }
    .gallery1{
        margin-left: -40px;
    }
    .gallery2{
        margin-left: -100px;
    }
    .h_gallery_item4{
        margin-left: -40px;
    }

}


.carousel-caption{
 bottom: 0;
  min-height: 80px;
  top: 100; 
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;

}


.section {
    position: relative;
}

.md-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.bg-img .overlay {    
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background: #1C1D21;
}
.number {
    text-align: center;
    margin: 15px 0px;
}

.number i {
    color: #6195FF;
    font-size: 36px;
    margin-bottom: 20px;
}

.number h3 {
    font-size: 36px;
    margin-bottom: 10px;
}




.img {
    position: absolute;
    z-index: -4;
    width: 95%;
    height: 130%;
    border-radius: 10px;
}

.selectionsss{
    padding-top: 20px;
}

.corporate2{
    margin-top: 30px;
}

.testbold{
    font-weight: bold;
    color: rgb(250, 237, 50);    
}

.tit{
    color: rgb(0, 0, 0);  
    font-weight: 600;  
}

.tits{
    color: rgb(0, 0, 0);
    font-weight: bold;
     

}

.slider{
    padding-top: 5%;
}

.slidertext{
    color: #000;
    font-size: 2.5em;
}

.carousel-item {
    height: 87vh;
    min-height: 250px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

.values{
    background-color: #2d70a2;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 25px;
}

.paragraph{
    color: white;
}

.abouttest{
    text-align: justify;
    padding-left: 20px;
}

.fa-beer{
    color: #1e90ff
    /* color: #003c69; */
}

.fa-forumbee{
    color: #1e90ff;
}

.fa-pills{
    color: #1e90ff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  
  background-image: none;
}



.carousel-control-next-icon:after
{
  content: '>>';
  font-size: 55px;
  color: #1e90ff;
}

.carousel-control-prev-icon:after {
  content: '<<';
  font-size: 55px;
  color: #1e90ff;
}

