
body{
    font-family: 'PT Serif', serif !important;
}

.a-font{
    font-family: 'Courgette', cursive;
}


#body .container {
    max-width: 1300px !important;
}

/*--------------- top navigation ------------------*/

.top-panel {
    background: #216e74;
    padding: 8px 0;
}

.top-panel-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.top-panel-list li a {
    display: inline-block;
    color: #fff;
}

.top-panel-list li a label {
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
    margin-right: 12px;
}

.top-panel-list li a i{
    font-size: 14px;

}

.top-panel-list2{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.top-panel-list2 li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
}

.top-panel-list2 li a span {
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-left: 25px;
    margin-right: 8px;
    font-size: 14px;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.top-panel-list2 li a:hover{
    text-decoration: none;
}

/*--------------- navigation ------------------*/

a.navbar-brand img {
    width: 125px;
}

.top-nav .navbar{
    background-color: #ffffff !important;
    margin: 0 !important;
    padding: 0 !important;
}

.top-nav .navbar .container-fluid{
    padding: 0 100px !important;
}

.top-nav .navbar-nav li a {
    color: #000 !important;
    font-size: 17px;
    padding: 0 18px !important;
}

.nav-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.nav-list li a{
    display: inline-block;
    
}

.nav-list li a i {
    color: #216e74;
    margin-top: 15px;
    margin-right: 39px;
}

.nav-btn {
    background-color: #216e74;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    padding: 11px 35px;
    border-radius: 30px;
}

.nav-btn:hover{
    text-decoration: none;
    color: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background: black; */
    /* box-shadow: 0px 2px 17px 6px #dedddd; */
    box-shadow: 0 6px 17px -6px #abaaaa;
}

  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background:black; */
  }


/*--------------- banner ------------------*/

.bc-img{
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 675px;
}

.bc-img2{
    background: url(../images/banner-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 675px;
}

.bc-img3{
    background: url(../images/banner-c.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 675px;
}

.over-text{
    
    position: absolute;
    top: 0;
    left: 0;
   
}

h1.banner-header {
    color: #fff;
    /* font-weight: 600; */
    font-size: 55px;
    margin-bottom: 28px;
    padding: 0 100px;
    line-height: 65px;
}

h5.banner-caption {
    color: #fcfcfc;
    font-size: 22px;
}

.banner-text {
    margin-top: 220px;
}
/*--------------- third ------------------*/

.th-icon img {
    width: 40px;
    /* background: #fbf2f3; */
   
}

h5.th-title {
    color: #216e74;
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0 10px;
}

p.th-para {
    color: #757575;
    padding: 0 38px;
    line-height: 27px;
}

.third{
    margin-top: 80px;
}

/*--------------- about ------------------*/

.abt-img {
    width: 78%;
    height: 438px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
}

.abt-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;
}

.abt-img:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 3px solid #fff;
    position: absolute;
    content: '';
}

.about {
    background: url(../images/abt-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    /* min-height: 800px; */
    padding: 100px 0;
}

h5.abt-header {
    text-transform: uppercase;
    font-size: 17px;
    /* font-weight: 600; */
    color: #303030;
    letter-spacing: 3px;
    margin-bottom: 14px;
}

h5.abt-header2 {
    color: #216e74;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 13px;
}

p.abt-para {
    color: #323232;
    font-size: 16px;
    line-height: 28px;
}

.abt-lft {
    margin-left: -67px;
    margin-top: 30px;
}

.about{
    margin-top: 90px;
}

/*--------------- products ------------------*/

.pro-header {
    text-align: center;
    color: #216e74;
    text-transform: capitalize;
    font-size: 40px;
    position: relative;
    /* padding-bottom: 50px; */
    margin-bottom: 62px;
}

.pro-header::before {
    content: "";
    width: 100px;
    height: 2px;
    background-color: #216e74;
    position: absolute;
    bottom: -24px;
    left: 46%;
    right: 45%;
}

.product{
    margin-top: 80px;
}

.p-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
}

.p-column{
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 20px;
    margin-bottom: 22px;
}

.p-img img {
    width: 100%;
    border-top: 1px solid #a8a8a8;
    border-left: 1px solid #a8a8a8;
    border-right: 1px solid #a8a8a8;
}

.p-header{
    background: rgb(33, 110, 116);
    width: 100%;
    padding: 10px;
    text-align: center;

}

.p-header a {
    display: inline-block;
    
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    
}

.p-header a:hover{
    text-decoration: none;
    color: #fff;
}

.pro-container{
    width: 76%;
    margin: 0 auto;
}

/* .p-header2 a {
    display: inline-block;
    background: rgb(33, 110, 116);
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    width: 100%;
    padding: 10px;
} */


/*--------------- paralox ------------------*/

.paralox {
    background: url(../images/paralox.png) no-repeat;
    background-position: center;
    padding: 100px 0;
    background-attachment: fixed;
    margin-top: 90px;
}

.para-title {
    color: #fff;
    text-align: center;
    font-size: 45px;
    margin-bottom: 30px;
    padding: 0 325px;
    line-height: 68px;
}

a.para-link {
    /* background: #ffffff; */
    border: 2px solid #fff;
    color: #fff;
    text-transform: capitalize;
    padding: 11px 45px;
    font-size: 17px;
    letter-spacing: 2px;
    display: inline-block;
}

/*--------------- quality ------------------*/

.q-img img {
    width: 96%;
    margin-left: 50px;
}

.q-img{
    position: relative;
}

.q-img::before {
    content: url(../images/Group-4.png);
    position: absolute;
    top: -56px;
    right: -49px;
}

.q-header {
    font-size: 35px;
    text-transform: capitalize;
    color: #216e74;
    margin-bottom: 17px;
}



.q-icon {
    background: #b8e9ed;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 96px;
}

.q-icon img {
    width: 40px;
    
}

h5.q-header2 {
    font-size: 18px;
    text-transform: capitalize;
}

p.q-para {
    color: #595a5a;
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 40px;
}

p.q-para2 {
    font-size: 15px;
    color: #878787;
    line-height: 28px;
}
/* .q-color {
    background-color: #05939e !important;
}

.q-color2 {
    background-color: #04abb8 !important;
} */

.q-box {
    margin-top: 20px;
}

.quality{
    margin-top: 90px;
}

/*--------------- news ------------------*/

.news {
    background: #00717a;
    padding: 40px 0;
}

h5.n-header {
    color: #fff;
    margin-bottom: 25px;
}

form.n-form {
    width: 58%;
    margin: 0 auto;
}

.n-form .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: initial;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a.n-link {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    background: #000;
    font-size: 17px;
    padding: 13px 32px;
}

.n-btn {
    position: absolute;
    top: 0;
    right: 252px;
}

/*--------------- gallery ------------------*/

.gallery{
    margin-top: 80px;
}

.gal-img img{
    width: 100%;
}

.gallery .container-fluid .row .col-lg-3{
    padding-left: 0;
    padding-right: 0;
}

.gallery .container-fluid .row{
    margin-left: 0;
    margin-right: 0;
}


/*----------- footer -----------*/

.footer {
    background: url(../images/ftr-bg.png) no-repeat;
    background-position: center;
    min-height: auto;
    padding: 70px 0;
    
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 18px;
    color: #00717a;
    font-weight: 600;
    margin-bottom: 17px;
    /* margin-top: 30px; */
    position: relative;
}

.ftr-logo a img {
    width: 230px;
}



.ftr-logo {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

p.ftr-para {
    font-size: 15px;
    color: #1e1d1d;
    line-height: 25px;
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    background-color: #ffffff;
    color: #00717a;
    width: 38px;
    height: 38px;
    font-size: 17px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    /* padding-right: 15px; */
    line-height: 38px;
}

.ftr-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list li a {
    display: flex;
    font-size: 16px;
    color: #e3e3e3;
    padding-bottom: 10px;
}

.ftr-list li a i {
    font-size: 15px;
    color: #00717a;
    margin-top: 5px;
    margin-right: 10px;
}

.ftr-list li a:hover{
    color: #ffffff;
    text-decoration: none;
}

.ftr-list li a h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1f1e1e;
    padding-right: 20px;
}


.ftr-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list2 li a {
    display: flex;
    font-size: 16px;
    color: #353434;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.ftr-list2 li a:hover{
    /* color: #dbd9d9; */
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #00717a;
    transform: translatey(6px);
    margin-right: 12px;
    font-size: 15px;
}

.ftr-3 {
    margin-left: 40px;
}

.ftr-up {
    /* color: #fff; */
    background: #173a79;
    border-top: 1px solid #9e9e9e;
    padding: 16px 0;
}

h5.ftr-title.text-center {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.ftr-down {
    width: 100%;
    background-color: #23496f;
    padding: 23px 0;
}

.ftr-caption4{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.ftr-item{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: right;
}

.ftr-item li a{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    text-transform: capitalize;
}

.ftr-img img{
    width: 100%;
}

 .ftr-4 .row .col-lg-4{
    padding-left: 8px !important;
    padding-right: 8px !important;
}

 .ftr-4 .row {
    padding-left: -8px !important;
    padding-right: -8px !important;
}

.cat-img img {
    width: 100%;
    border: 1px solid #7e7c7c;
}

.ep-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.ep-list li a {
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    color: #5d5d5d;
    margin-bottom: 8px;
}

.ep-list li a:hover{
    text-decoration: none;
    color: #000;
}

.active1{
    color: #000 !important;
    font-weight: 600;
}

h5.ep-heading {
    color: #216e74;
    FONT-WEIGHT: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

h5.n-header3 {
    text-align: center;
    font-size: 15px;
    color: #216e74;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 26px;
}

.structure{
    margin-top: 70px;
}

.product-banner{
    background: url(../images/p-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.pro-cap{
    color: #fff;
    font-size: 55px;
    letter-spacing: 2px;
    padding: 150px 0;
}

.ftr-top{
    margin-top: 50px;
}


 .page-link {
   
    color: #216e74 !important;
   
    font-size: 16px !important;
    font-weight: 600 !important;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
}



