*{
    margin: 0px;
    padding: 0px;
}

img{
    max-width: 100%;
    transition: all 0.3s;
}

ul{
    margin: 0;
    padding: 0;
}

ul li{
    margin-bottom: 0;
    list-style: none;
}

p{
    margin: 0;
/*    font-size: 1rem;
    line-height: 1.5rem;*/
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
}

h1,h2,h3,h4,h5,h6{
    margin:0;
    font-family: cursive;
}

a,
a:hover{
    text-decoration: none;
}


body{
    font-family: 'Roboto', sans-serif;
}

#top {
    position: fixed;
    right: 1px;
    bottom: 1px;
    background: #2f474b;
    padding: 1px 7px;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid #ddd;
    z-index: 9999;
}

a.btn.btn-red {
    background: #2f474b;
    padding: 6px 25px;
    outline: 0;
    color: #fff !important;
    border: 1px solid #2f474b;
}

.single-project.full-box .cart-buttons,
.card .cart-buttons {
    margin: 10px 0;
}

span.total-cart-item {
    position: absolute;
    top: -13px;
    right: -13px;
    color: #2f474b;
    font-size: 0.9rem;
}





a.btn.btn-red:focus,
a.btn.btn-red:focus-within,
a.btn.btn-red:active,
button,
button:focus,
button:focus-within,
button:active {
    outline: none;
    box-shadow: none;
}

a.btn.btn-red svg.svg-inline--fa {
    display: inline-block;
    margin: 5px 0 0 5px;
    padding-top: 2px;
}

a.btn.btn-red,
a.btn.btn-red svg.svg-inline--fa {
    color: #fff;
}

a.btn.btn-red.know-more {
    background: none;
    padding: 5px 0 0;
}

a.btn.btn-red.know-more:hover {
    color: #2f474b;
}

a.btn.btn-red:hover {
    background: #fff !important;
    color: #2f474b !important;
}

a.btn.btn-red:hover svg.svg-inline--fa {
    color: #2f474b;
}

a.btn.know-more {
    padding: 5px 0;
    color: #2f474b;
}


body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgba(200, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #2f474b;
  outline: 1px solid slategrey;
  border-radius: 0 0 4px 4px;
}

/*Sticky Menu*/

.sticky {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 999999;
    box-shadow: 0 0px 1px 0px #ddd;
}

.white,
.gray {
    padding: 60px 0;
}

.gray {
    background: #f6f6f6;
}



/*****************************
    Header Start Here
******************************/

/*Header start*/

header#Header {
    /* background: #f1f1f1; */
    box-shadow: inset 0px 0px 2px 0px #ababab;
}

.header-top {
    background: #31999a;
    min-height: 40px;
}

.top-social-menu {
    text-align: right;
}

.top-social-menu ul li {
    margin-left: 5px;
    display: inline-block;
}

.top-social-menu ul li:last-child a {
    padding-right: 0px;
}

.top-social-menu ul li a {
    font-size: 1rem;
    color: #fff;
    padding: 10px 10px;
    line-height: 45px;
}



.logo a img {
    max-height: 80px;
}

.header-main.sticky {
    background: #fff;
    box-shadow: inset 0px -1px 0px 0px #ddd;
}


.logo {
    padding: 5px 0;
    margin-left: -5px;
}

.main-menu nav.navbar {
    padding: 0px;
}



.main-menu nav li a {
    padding: 10px;
    line-height: 90px;
    font-family: 'Bebas Neue', cursive;
    text-decoration: none;
    color: #2f474b;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.main-menu nav ul.navbar-nav>li {
    margin-right: 15px;
}

li.first-drop-menu>a {
    position: relative;
}

li.first-drop-menu>a::after {
    content: '\f107';
    font-family: 'Font Awesome 5 free';
    font-weight: 900;
    color: #000;
    position: absolute;
    line-height: 90px;
    right: -5px;
    top: -25px;
    font-size: 18px;
}

.main-menu nav li a:hover,
li.first-drop-menu>a:hover::after  {
    color: #30999d;
}

/*Dropdown Menu*/
li.first-drop-menu,
li.second-drop-menu {
    position: relative;
}

ul.first-dropped-menu,
ul.second-dropped-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 99;
    /*padding: 10px 0px 15px;*/
    background: #f1f1f1;
    min-width: 150px;
    width: max-content;
    max-width: 320px;
    max-height: 400px;
    overflow-y: scroll;
}

ul.first-dropped-menu::-webkit-scrollbar,
ul.second-dropped-menu::-webkit-scrollbar {
    background: #e5e5e5;
    width: 4px;
}

ul.first-dropped-menu::-webkit-scrollbar-thumb,
ul.second-dropped-menu::-webkit-scrollbar-thumb {
    background-color: #2f474b;
    outline: 1px solid slategrey;
    border-radius: 0 0 4px 4px;
}

ul.first-dropped-menu::-webkit-scrollbar-track,
ul.second-dropped-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 4px rgba(200, 0, 0, 0.3);
}

ul.first-dropped-menu li,
ul.second-dropped-menu li {
    margin-left: 0px;
    padding: 0px;
    display: block;
    transition: all 0.3s;
    box-shadow: 0px 1px 0px 0px #4b4b4b;
}

ul.first-dropped-menu li:last-child,
ul.second-dropped-menu li:last-child {
    box-shadow: 0px 1px 0px 0px transparent;
}

ul.first-dropped-menu li:hover,
ul.second-dropped-menu li:hover {
    padding-left: 10px;
}

ul.topbar-menu li.first-drop-menu ul.first-dropped-menu li:hover a {
    color: #2f474b;
}

ul.first-dropped-menu li a:hover,
ul.second-dropped-menu li a:hover {
    /*color: #2f474b !important;*/
}

.topbar-menu li.first-drop-menu::after{
    color: #fff;
}

ul.first-dropped-menu li a,
ul.second-dropped-menu li a {
    padding: 5px 20px !important;
    display: inline-block;
    color: #333;
    font-size: 1.1rem !important;
    /*font-weight: 700;*/
    line-height: 30px !important;
}

li.first-drop-menu:hover .first-dropped-menu,
li.second-drop-menu:hover .second-dropped-menu {
    display: block;
}

ul.second-dropped-menu.research {
    left: -321px;
    /*top: -13px;*/
    top: -3px;
}

ul.second-dropped-menu.research li a {
    line-height: 25px !important;
}

ul.second-dropped-menu {
    left: calc( 100% + 1px );
    top: 0px;
}

ul.first-dropped-menu.last-dropdown {
    right: -100% !important;
    left: unset;
}

/*Dropdown Menu End*/

.main-menu nav li a:last-child {
    padding-right: 0px;
}

.main-menu nav li:last-child {
    margin-right: 0px !important;
}


/*****************************
    Header End Here
******************************/















/*****************************
    Main Slider Start Here
******************************/

section#Slider {
    height: calc( 100vh - 135px );
    overflow: hidden;
}

.single-slider {
    position: relative;
}

.single-slider::before {
    position: absolute;
    content: '';
    background: #333;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 1;
    /*transition-delay: 2s;*/
    transition: all 7s;
}

.single-slider.clear::before{
    opacity: 0.5;
}


/*Main Slider Content Start Here*/
.slider-content {
    position: absolute;
    top: 27vh;
    left: 120px;
    height: 60vh;
    width: 100%;
    color: #fff;
}

.slider-content h2 {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.6);
    font-family: 'Crimson Text', serif;
}

.slider-content p {
    font-size: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
    text-shadow: 0 0 0.2em #000;
    font-weight: 300;
    max-width: 80%;
}

/*Main Slider Content End Here*/


/*Main Slider Navigation Start Here*/
.main-slider .owl-nav {
    position: absolute;
    bottom: 24vh;
    right: 30vw;
}

.owl-carousel.main-slider {
    max-height: 100vh;
}

.main-slider .owl-nav button.owl-prev,
.main-slider .owl-nav button.owl-next {
    margin: 0 5px;
    color: #fff;
    padding: 5px;
    display: inline-block;
    outline:none;
    box-shadow: none;
}

.main-slider .owl-nav button.owl-prev svg.svg-inline--fa,
.main-slider .owl-nav button.owl-next svg.svg-inline--fa {
    font-size: 25px;
    color: #fff;
    width: 30px;
    height: 30px;
    background: rgba(51, 51, 51, 0.6);
}
/*Main Slider Navigation End Here*/


/*****************************
    Main Slider End Here
******************************/









/*****************************
    About Section Start Here
******************************/

section#About {
    height: calc( 100vh - 135px );
    background: url(../images/settings/viewport-bg.jpg);
    background-size: auto;
    position: relative;
    background-position: right bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

section#About::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: inherit;
    background: rgb(49 153 154 / 90%);
}

.section-heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #393c48;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

.section-heading h2 span {
    color: #2f474b;
}

.section-heading h2::after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 3px;
    width: 50px;
    background: #2f474b;
    left: 50%;
    transform: translateX(-50%);
}

.about-text {
    color: #4d4d4d;
    max-width: 60%;
}

.about-image {
    height: 45vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.about-image img {
    width: 100%;
    height: 100%;
}

section#About .section-heading h2 {
    margin-bottom: 20px;
}

section#About .section-heading h2::after {
    display: none;
}

.about-text p {
    font-weight: 300;
    line-height: 35px;
    font-size: 17px;
    letter-spacing: 0.5px;
    color: #fff;
}

.about-text a.btn.btn-red {
    margin-top: 35px;
}

.red-text-image img {
    float: right;
    padding: 0 30px 30px;
}

.red-text-image p {
    text-align: justify;
}


.stars {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #31999a, url(../images/settings/viewport-bg.jpg); /* Set background color */
    z-index: 0;
}

.star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: #ffffff; /*  url(../images/settings/gift-box.png); /* Set star color */
    opacity: 0;
    animation: stars-animation 10s linear infinite;
}

@keyframes stars-animation {
    from {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
    to {
        transform: translateY(100vh) rotate(360deg);
        opacity: 0;
    }
}

/*****************************
    About Section End Here
******************************/





/*****************************
    project Slider Start Here
******************************/

a.view-all {
    margin-top: 35px;
    display: inline-block;
    border: 1px solid #2f474b;
    color: #2f474b !important;
    padding: 8px 25px !important;
}

a.view-all:hover {
    background: #2f474b;
    color: #fff !important;
}

section#Projects {
    padding: 50px 0;
}

.section-heading p {
    color: #818181;
    font-size: 1.2rem;
}

.owl-carousel.project-slider {
    padding: 40px 0;
}

.full-box {
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding-bottom: 35px;
}

.full-box .info-box {
    background: #eeeeee;
    margin-top: -20px;
    position: relative;
    margin: -20px 15px;
    padding: 15px;
    border-radius: 5px;
}

.full-box .info-box h3 a {
    color: #000;
    letter-spacing: 1px;
}

.full-box .info-box p {
    font-size: 0.9rem;
}

.full-box:hover .info-box {
    background: #31999a;
}

/*.full-box:hover .info-box a,*/
.full-box:hover .info-box h3 a,
.full-box:hover .info-box p {
    color: #fff;
    text-decoration: none;
}

.single-project-info.info-box p.info-update-date {
    border-top: 2px solid #e3e3e3;
    padding-top: 10px;
    margin-top: 10px;
}

.single-project:hover .single-project-info.info-box p.info-update-date  {
    border-top: 2px solid #fff;
}


.info-box p {
    color: #b1b1b1;
}



.owl-carousel.project-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-carousel.project-slider .owl-dots button.owl-dot {
    background: #e3e3e3;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 5px;
    display: inline-block;
}

.owl-carousel.project-slider .owl-dots button.owl-dot.active {
    background: #2f474b;
}

.single-project-info.info-box h3 {
    margin-bottom: 15px;
}




.owl-carousel.news-events-slider,
.owl-carousel.projects-slider {
    position: relative;
}


.owl-carousel.news-events-slider .owl-nav button,
.owl-carousel.projects-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    line-height: 37px;
    box-shadow: 0 0 2px 0px #4d4d4d;
}


.owl-carousel.news-events-slider .owl-dots,
.owl-carousel.projects-slider .owl-dots {
    display: none;
}


.owl-carousel.news-events-slider .owl-nav button.owl-prev,
.owl-carousel.projects-slider .owl-nav button.owl-prev {
    left: -70px;
}


.owl-carousel.news-events-slider .owl-nav button.owl-next,
.owl-carousel.projects-slider .owl-nav button.owl-next {
    right: -70px;
}


.owl-carousel.news-events-slider .owl-nav button svg.svg-inline--fa,
.owl-carousel.projects-slider .owl-nav button svg.svg-inline--fa {
    font-size: 18px;
    color: #adadad;
}

/*****************************
    project Slider End Here
******************************/


/*****************************
    Publication Section Start Here
******************************/

section#Publication {
    min-height: 100vh;
    padding: 50px 0;
}

.latest-publication-info {
    background: #f6f6f6;
    padding: 20px;
}

.latest-publication h4 {
    margin: 0 0 10px;
}

.publication-list {
    /*max-height: 600px;*/
    overflow-y: scroll;
    background: #f6f6f6;
    padding: 15px 25px;
}

.publication-list .single-publication {
    border-bottom: 1px solid #2f474b;
    margin-bottom: 15px;
}

.publication-list::-webkit-scrollbar {
  width: 10px;
}

.publication-list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px #8e1920;
}

.publication-list::-webkit-scrollbar-thumb {
  background-color: #8c8c8c;
  border-radius: 4px;
  outline: 1px solid slategrey;
}

.publication-list .single-publication h4 a {
    color: #212529;
}

.publication-list .single-publication h4:hover a {
    color: #2f474b;
}

/*****************************
    Publication Section End Here
******************************/






/*************************************************
        News & Events section start here
**************************************************/

section#News-events {
    min-height: 100vh;
}

.single-news-event {
    margin-bottom: 30px;
    position: relative;
}

.news-event-image {
    height: 250px;
    overflow: hidden;
}

.news-event-image img {
    min-height: 250px;
    min-width: 100%;
    max-width: max-content;
}

.news-event-info {
/*    position: absolute;
    bottom: 0;
    left: 0;*/
    width: 100%;
    padding: 10px;
    background: #8e1920;
    color: #fff;
}

.news-event-info .event-date span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.news-event-info .event-date {
    width: 30%;
    text-align: center;
}

.news-event-info .event-info {
    width: 70%;
    text-align: left;
    padding-left: 12px;
    border-left: 1px solid #b7b7b7;
}

.news-event-info .event-info h3 a {
    color: #fff;
}

.single-news-event h3,
.events-page .single-news-event h4 {
    background: #01522b94;
    position: absolute;
    width: 100%;
    bottom: 80px;
}


/*.events-page .single-news-event h4 {
    bottom: 80px;
}*/

.single-news-event h3 a,
.events-page .single-news-event h4 a {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    padding: 20px;
}

.single-news-event h3:hover,
.events-page .single-news-event h4:hover{
    background: #2f474b;
}

/*.news-event-info:hover .event-info h3 a {
    color: #2f474b;
}*/

.time-place {
    padding-bottom: 5px;
}

/*.time-place p.event-time {
    color: #2f474b;
    font-weight: 700;
    letter-spacing: 1px;
}*/

p.event-place {
    font-size: 12px;
}

.single-news-event:hover .news-event-info {
    background: #2f474b;
}

/*************************************************
        News & Events section end here
**************************************************/


/********************************************
    Partners Section Start Here
*********************************************/

section#Partners {
    padding: 50px 0;
}

.partners-slider .single-partner {
    border: 1px solid #ddd;
}

.single-partner {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    height: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 15px;
    overflow: hidden;
}


/*************************************************
        Partners section end here
**************************************************/


/*************************************************
        Reviews section start here
**************************************************/

section#Reviews {
    padding: 50px 0;
}

.reviewer {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    max-width: 30%;
}

.reviewer img {
    min-width: 200px;
}

.review-text {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    width: 65%;
}

.review-text p {
    text-align: justify;
    margin: 10px 0;
}

.reviews-slider .card {
    border: none;
    box-shadow: inset 0px 0px 10px 5px #f2f2f2;
    padding: 20px;
}

/*************************************************
        Reviews section end here
**************************************************/


/********************************************
    Footer Section Start Here
*********************************************/

/**************************  Footer **************************/

footer#Footer {
    background: #e6e6e6;
}

.footer-main {
    padding: 50px 0px 25px;
}

.footer-single-box a img {
    margin-bottom: 20px;
    width: 90%;
}

.footer-single-box p {
    color: #000;
    font-size:  15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.footer-bottom {
    background: #000;
    height: 50px;
    overflow: hidden;
}



.footer-service-list li{
    display: block;
    margin-bottom: 8px;
}

.footer-service-list li a {
    color: #000;
    font-size:  15px;
    text-transform:  capitalize;
    font-weight: 400;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
}

.footer-service-list li.fa-angle-right:before {
    color: #2f474b;
    font-size: 15px;
    line-height: 25px;
}

.footer-service-list li a:hover{
    color: #2f474b;
}

ul.footer-contacts li {
    margin-bottom: 15px;
}

ul.footer-contacts li.fa::before {
    color: #2f474b;
    margin-right: 5px;
}

ul.footer-contacts li span {
    color: #000;
    line-height: 22px;
    font-size: 15px;
    font-family:  roboto, sans-serif;
    font-weight:  400;
}


.footer-bottom p.copyright-text,
.footer-bottom p.developed-by {
    line-height: 50px;
    color: #fff;
}

.footer-bottom p.copyright-text a,
.footer-bottom p.developed-by a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight:  700;
    margin-left: 8px;
}

.footer-single-box h3 {
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
    letter-spacing: 1.5px;
}

ul.footer-contacts li svg.svg-inline--fa,
ul.footer-service-list li svg.svg-inline--fa {
    margin-right: 5px;
    color: #2f474b;
}


/**************************  Footer End **************************/


/********************************************
    Footer Section End Here
*********************************************/



/*Other Pages*/
/*Vision & Mission Page Start here*/

section#Page-content h3 {
    font-family: 'Bebas Neue', cursive;
    font-size: 25px;
    margin-bottom: 15px;
    border-bottom: 3px solid #2f474b;
    padding-bottom: 10px;
    display: inline-block;
}

.vision-image {
    margin-bottom: 50px;
}

/*Vision & Mission Page End here*/





/*Publications page start here*/
.article-image,
.member-image {
    margin-right: 20px;
}

.article-image {
    max-width: 20%;
}

.member-image {
    width: 35%;
}

.member-info {
    width: 65%;
}

.member-info h4 {
    margin-bottom: 10px;
}

p.interest {
    margin: 8px 0;
}

p.interest em,
p.email em {
    font-weight: 700;
}

.single-article,
.single-member {
    margin-bottom: 30px;
    border-bottom: 1px solid #2f474b;
    background: #f6f6f6;
    padding: 25px;
}

.single-article {
    padding: 15px 0px !important;
}

section#Page-content .tab-content h3 {
    margin-bottom: 30px;
}

.sidebar-centre-link .nav-pills {
    display: block !important;
}

.sidebar-centre-link .nav-pills li.nav-item {
    margin-bottom: 10px;
}

.sidebar-centre-link .nav-pills .nav-link {
    background: #f6f6f6;
    color: #8e1920;
    text-align: left;
    padding: 15px 20px;
}

.sidebar-centre-link .nav-pills .nav-link.active,
.sidebar-centre-link .nav-pills .show>.nav-link {
    color: #fff;
    background: #2f474b;
}

.article-info h4 a,
.member-info h4 a {
    color: #333;
}

.article-info h4:hover a,
.member-info h4:hover a {
    color: #2f474b;
}


/*Publications page end here*/


/*Projects pages*/


ul.projects li {
    display: list-item;
    list-style: decimal-leading-zero;
    margin-left: 25px;
    padding-left: 5px;
    margin-bottom: 10px;
}

ul.projects li a {
    color: #212529;
    font-size: 17px;
    letter-spacing: 0.3px;
}

ul.projects li a:hover {
    color: #2f474b;
    text-decoration: underline;
}




/*Studies Page*/

.studies-list {
    padding: 50px 0;
}

.studies-list .single-study {
    margin-bottom: 30px;
}

.studies-list .single-study-image {
    height: 250px;
    overflow: hidden;
}

.studies-list p.single-study-title a {
    background: #ddd;
    padding: 10px 15px;
    min-height: 70px;
    display: flex;
    align-items: center;
    color: #333;
}

.single-study:hover p.single-study-title a {
    background: #2f474b;
    color: #fff;
}

.product-content p {
    margin-bottom: 15px;
}

.product-content .projects {
    margin-top: 25px;
}

.product-content .card {
    margin-bottom: 30px;
}



/*Gallery page*/
.gallery a {
    display: flex;
    height: 240px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #101010;
    align-items: center;
}

.slbOverlay,
.slbWrapOuter {
    z-index: 999999 !important;
}

.slbCaption {
    word-wrap: normal !important;
    font-size: 1.2em !important;
    white-space: break-spaces !important;
    background: #003e5c;
}

.hidden {
    display: none;
}

.slbElement img.slbImage {
    padding-bottom: 0;
}


/*Single research page*/

section#Page-banner {
    min-width: 100%;
    overflow: hidden;
    max-height: 380px;
}

section#Page-banner img {
    min-width: inherit;
}



/*homepage extra css*/

.single-project-image {
    height: 350px;
    overflow: hidden;
    padding: 15px;
    border: 1px solid #2f474b;
    border-radius: 4px;
}

/* Contact page css */
span.right-border {
    width: 2px;
    height: 100%;
    background: #2f474b;
    display: inline-block;
    float: right;
    margin-right: 29px;
    opacity: 0.7;
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 13px;
  }

  .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }

  .php-email-form .error-message br + br {
    margin-top: 25px;
  }

  .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }

  .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }

  .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }

  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }



/****  Product page  ****/

.page-heading h2 {
    color: #31999a;
    font-weight: 700;
}

.product-content a.product-name {
    color: #31999a;
    font-size: 18px;
    font-weight: 700;
}

.product-info .product-image {
    margin-bottom: 15px;
    max-height: 400px;
    overflow: hidden;
    text-align: center;
}

.product-info .product-image a {
    display: block;
}

.product-info .product-image a img {
    max-height: 400px;
}

.card.product-info .card-body {
    padding-bottom: 0px;
}

.card.product-info .info-detail p {
    color: #2f474b;
}

.card.product-info .info-detail {
    background: #f8f8f8 !important;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.card.product-info:hover .info-detail {
    background: #31999a !important;
}

.card.product-info:hover .info-detail p {
    color: #fff;
}




