/* 
* BASIC STYLE
  - General Style    
  - Button Style      
      
* HEADER 
  - Header Style
  
* CONTANT
  - Banner Style
  - Typography css
  - Service Style
  - Gallery Css
  - Team Css
  - Testimonial Css
  - Blog Css
  - Process Css
  - Contact Form Css
  
* FOOTER/*



================================================
	    Fonts - Raleway and Opensans
	================================================
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:ital,wght@0,500;0,600;0,800;0,900;1,500;1,700&display=swap');

/*
	================================================
        Common CSS
	================================================
*/
* {
    margin: 0;
    padding: 0;
}

html {
    min-height: 100%;
}

/* colors */

.white-color {
    color: #fff;
}

.dark-color{
    color:#303030;
}

.section {
    padding: 100px 0px;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.mb-40 {
    margin-bottom: 60px;
}

p {
    font-weight: 500;
    color: #888;
}

.common-transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn {
    position: relative;
    padding: 0 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 8px;
    border-width: 0;
    font-size: 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: -0.04em;
    overflow: hidden;
}

.btn-primary {
    color: #fff;
    background-color: #e0a431;
    border-color: #e0a431;
}

.btn-primary:hover {
    color: #fff;
    background-color: #c18e2c;
    border-color: #c18e2c;
}

.color-primary {
    color: #c18e2c;
}


/* Section-heading */
.section-heading.color-white {
    color: #fff;
}

.section-heading {
    margin-bottom: 40px;
    text-align: center;
}

.section-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0px;
}

/* Basic-stylesheet */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #303030;
    font-weight: 400;
}

ul {
    list-style: none;
}

a {
    color: #888;
    text-decoration: none;
    background-color: transparent;

}

a:hover {
    color: #303030;
    text-decoration: none;
    transition: 0.5s ease-in-out;
}

p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}


/* Header-css */
/* Header-top-area */


.header-top-area {
    height: 45px;
    background-color: #072943;
    overflow: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-top-area .header-top-contact li {
    margin-right: 19px;
    display: inline;
    padding-right: 19px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.header-top-area .header-top-contact li:last-child {
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}

.header-top-area .header-top-contact {
    font-family: 'Open Sans', sans-serif;
    line-height: 50px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}

.header-top-area .header-top-contact i {
    margin-right: 11px;
}

.header-top-area .top--login {
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 50px;
    padding-right: 20px;
}

.header-top-area .top--login i {
    margin-right: 10px;
}

.header-top-area .top--login a {
    font-size: 13px;
    font-weight: 600;
    color: #dedede;
}

.header-top-area .top--login a:hover {
    color: #bb8c4b;
}

.header-top-area .header-top-social a {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 22px;
    font-weight: 200;
    line-height: 10px;
}

.header-top-area .header-top-social a:hover {
    color: #ffffff;
}

/* Main Menu - Starts */
/* .logo {
    max-height: 80px;
} */

.logo-text {
    text-transform: uppercase;
    display: inline-block;
    line-height: 30px;
    font-size: 30px;
    vertical-align: middle;
    padding-left: 10px;
}

.logo img {
    width: 165px;
}

.logo-text span {
    display: block;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    background-color: #4a4848;
    border-radius: 5px;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.navbar-nav li a {
    font-size: 15px;
    font-weight: 600;
}

.navbar-nav li>a {
    color: #808080;
    border-radius: 5px;
    margin-right: 15px;
}

.navbar-nav li:last-child>a {

    margin-right: 0px;
}

.navbar-nav li>a.active,
.navbar-nav li>a:hover {
    color: #072943;
    background-color: transparent;
    text-align: center;
    border-radius: 5px;
}

.navbar {
    padding: 0 0;
    float: right;
    padding-top: 25px;
}

.dropdown-menu {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .2);
    border-width: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 25px;

}

.dropdown {
    padding-bottom: 20px;
}

.dropdown-menu .dropdown-item {
    padding: 10px 15px 10px;
    border-radius: 0;
    border-bottom-width: 1px;
    font-weight: 400;
    color: #9e9e9e;
    border-radius: 5px;
    font-size: 14px;
    min-width: 200px;
    text-transform: unset;
    font-weight: 600;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4a4848;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom-width: 0;
}

.dropdown:hover>.dropdown-menu {
    -webkit-animation: move-up .3s ease 1 forwards;
    -moz-animation: move-up .3s ease 1 forwards;
    -ms-animation: move-up .3s ease 1 forwards;
    -o-animation: move-up .3s ease 1 forwards;
    animation: move-up .3s ease 1 forwards;
}

/* select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
 }
select::-ms-expand {
    display: none;
} */
@-webkit-keyframes move-up {
    0% {
        margin-top: 25px;
    }

    100% {
        margin-top: -5px;
    }
}

@-moz-keyframes move-up {
    0% {
        margin-top: 25px;
    }

    100% {
        margin-top: -5px;
    }
}

@-ms-keyframes move-up {
    0% {
        margin-top: 25px;
    }

    100% {
        margin-top: -5px;
    }
}

@-o-keyframes move-up {
    0% {
        margin-top: 25px;
    }

    100% {
        margin-top: -5px;
    }
}

@keyframes move-up {
    0% {
        margin-top: 25px;
    }

    100% {
        margin-top: -5px;
    }
}

.fixed-header-menu {
    z-index: 7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.fixed-header-menu .navbar-brand .logo {
    max-height: 60px;
}

.fixed-header-menu .navbar-brand .logo-text {
    font-size: 22px;
}

.main-header-menu {
    background-color: #FFFFFF;
    z-index: 999;
    padding: 8px 0;

}

.fixed-top {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);

}

#resMenuCloseIcon {
    display: none;
}

.navbar-brand {
    padding-top: 10px;
    padding-bottom: 8px;
}

/* .fixed-header-menu .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
} */
.fixed-header-menu .navbar-nav li>a {
    padding: 5px 5px;
    color: #fff;
}

/* Main Menu - Ends */





/* ===================================
        Slider
   ====================================== */
.rev-slider .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.40);
	height: 500px;
}

.rev_slider_wrapper {
    width: 100% !important;

}


/* ===================================
        About
   ====================================== */

.about-main-section h4 {
    font-size: 16px;
    letter-spacing: 3px;
    font-weight: 500;
    color: #e0a41c;
}

.about .about-img .play {
    height: 150px;
    width: 150px;
    position: absolute;
    right: 0;
    border-radius: 5px;
    text-align: center;
    bottom: 20px;
    border-radius: 5px;
    left: 35%;
    top: 35%;
}

.about .about-img .play a i {
    color: #ffffff;
    background: #e0a431;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 50%;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 23px;
}

.play span {
    color: #fff;
}

.about-img img {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    object-fit: cover;
    width: 550px;
}

.about-main-section h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 15px 0px;
}

.about-list li p {
    background-color: #f3f3f3;
    padding: 5px 10px;
    border-left: 4px solid #e0a431;
    margin-top: 15px;
}


/* About-two-styesheet */
.about-two{
    padding: 100px 0px 70px 0px;
}
.about-two-content p{
    background-color: #f8fafc;
    padding: 20px;
    border-left: 4px solid #e0a431;
}
.about-two .about-main-section h2{
margin: 0;
}
.about-two-main-content {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #f8fafc;
    border-bottom: 2px solid #e0a431;
}
.about-two-main-content h5{
    font-weight: 600;
}
/*==========================  START COUNTER ============================*/

.counter {
    background-color: #303030;
}

.counter-icon {
    font-size: 50px;
    color: #fff;
}

.counterarea {
    background-color: rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
    border-radius: 4px;
    padding: 20px;
}

.counterarea:hover {
    background-color: #e0a431;
}

.counter .counter-number {
    display: block;
    color: #fff;
    font-size: 50px;
    margin: 10px 0px;
    line-height: 60px;
}

.counter span {
    color: #fff;
    font-weight: bold;
}

.counter {
    text-align: center;
}

/*==========================  END COUNTER ============================*/

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding-top: 80px;
    overflow: hidden;
    padding-bottom: 60px;
    background-color: #f8fafc;
}

.services-section .sec-title {
    margin-bottom: 35px;
}

.services-section .icon-one {
    position: absolute;
    left: -10px;
    top: 175px;
    width: 251px;
    height: 268px;
    background-repeat: no-repeat;
}

.services-section .icon-two {
    position: absolute;
    left: 200px;
    top: 25%;
    width: 251px;
    height: 268px;
    background-repeat: no-repeat;
}

.services-section .icon-three {
    position: absolute;
    right: -10px;
    top: 45%;
    width: 251px;
    height: 268px;
    background-repeat: no-repeat;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
}

.service-block .inner-box {
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(201, 201, 201, 0.48);
}

.service-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #e0a431;
}

.service-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 5px 5px 0px 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	height: 220px;
}

.service-block .inner-box:hover .image img {
    opacity: 0.6;
    transform: rotate(3deg) scale(1.10, 1.10);
}

.service-block .inner-box .lower-content {
    position: relative;
    padding: 30px 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 5px;
}

.service-block .inner-box .lower-content .icon-box {
    background-color: #f8fafc;
    width: 90px;
    height: 90px;
    padding: 15px;
    border-radius: 5px;
    position: absolute;
    top: -50px;
    left: 35%;
}

.service-block .inner-box .lower-content .icon-box img {
    width: 70px;
}

.service-block .inner-box .lower-content h5 {
    position: relative;
    line-height: 1.3em;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.service-block .inner-box .lower-content h5 a {
    position: relative;
    color: #303030;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.service-block .inner-box .lower-content h5 a:hover {
    color: #e0a431;
}

.service-block .inner-box .lower-content .text {
    position: relative;
    line-height: 1.8em;
    color: #888;
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 20px;
}

.service-block .inner-box .lower-content h5 {
    position: relative;
}



/* Appoinment-start */
/*
================================================
12. Request a Call Back Section
================================================
*/

.appoinment-sec {
    background: #303030;
    padding: 100px 0px 100px 0px;
}

.appoinment-main {
    margin-bottom: 30px;
}

.appoinment-sec h6 {
    position: relative;
    color: #fff;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 26px;
}

.appoinment-sec h2 {
    font-size: 42px;
    line-height: 48px;
    color: #fff;
    font-weight: 700;
}

.appoinment-sec .form-control {
    box-shadow: none;
    outline: none;
    border: 1px solid #fff;
    background: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    height: 40px;
    padding: 20px;
    resize: none;
    min-width: 100%;
}

select {
    width: 268px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    background: url(../images/icon/down-arrow.png) no-repeat right #ddd;
    -webkit-appearance: none;
    background-position-x: 96%;
}

.appoinment-sec .custom-select-categories {
    background-color: #303030;
    color: #fff;
    height: 40px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 15px;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none;
}

/* leftright animation */
.leftright {
    animation: leftright 1s infinite alternate;
}

@-webkit-keyframes leftright {
    0% {
        -webkit-transform: translateX(-10px);
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -o-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    100% {
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
    }
}

@keyframes rotateInfinit {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(90deg);
    }

    75% {
        transform: rotate(135deg);
    }

    100% {
        transform: rotate(180deg);
    }
}

@keyframes spinInfinit {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}



/* Gallery-start */

.gallery .gallery-item {
    position: relative;
    width: 25%;
    overflow: hidden;
}

.gallery-menu li {
    list-style: none;
    display: inline-block;
    font-size: 20px;
    margin: 2px 0;
}

.gallery-menu li {
    padding: 6px 10px;
}

.gallery-menu li a {
    display: block;
    font-size: 14px;
    padding: 5px 10px;
    color: #303030;
    border-radius: 5px;
    border: 2px solid transparent;
    border-bottom: 3px solid transparent;
    font-weight: 600;
}

.gallery-menu li a:hover {
    color: #e0a431;
    border: 2px solid #e0a431;
    padding: 5px 10px;
    border-radius: 5px;
}

.gallery-menu li.active a {
    border-color: #e0a431;
    color: #fff;
    font-weight: 600;
    border: 2px solid #e0a431;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #e0a431;
}

.gallery .gallery-item .overlay {
    width: 100%;
    height: 100%;
    display: block;
    background: 0 0;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    line-height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery .gallery-item:hover .overlay {
    background: rgb(224, 164, 49, 0.6);
}

.gallery .gallery-item .overlay i {
    top: 60%;
    margin-top: -15px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
    transform: rotate(0deg);
}

.gallery .gallery-item:hover .overlay i {
    color: #fff;
    margin-top: -40px;
}

/* Gallery-end */


/* History-start */
.history-section {
    background-color: #313131;
}

.history-text {
    padding: 50px;
    padding-bottom: 100px;
}

.history-text h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.history-section .facililties-text {
    margin-bottom: 30px;
}

.history-section .facilities-img {
    background-image: url(../images/about/ab-2.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.history-text p {
    color: #eee;
    line-height: 30px;
}

.signature h5 {
    color: #fff;
    margin-top: 20px;
    font-style: italic;
    font-size: 26px;
}

.signature img {
    width: 120px;
}



/* Team-start */
/*--------------------------------------------------------------
  ##  Team
  --------------------------------------------------------------*/


.team-member {
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(201, 201, 201, 0.48);
}

.team-member .member-social-links {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0px;
    background-color: #303030;
}

.team-member:hover .team-overlay>div {
    transform: translate(0px, 20px);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.team-member:hover .member-social-links {
    transform: translate(0, -30px);
}

.team-member:hover .member-info img {
    opacity: 0.8;
}

.hyperlink {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.member-info {
    position: relative;
    overflow: hidden;
}

.member-info img {
    transition: 0.4s;
}



.team-overlay {
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 11;
    width: 100%;
    padding: 0 30px;
    text-align: center;
}

.team-overlay h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-bottom: 0px;
}

.team-overlay p {
    line-height: 1;
}

.team-overlay>div {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    padding: 15px;
    background-color: #e0a431;
    color: #fff;
    border-radius: 4px;
    transform: translate(0px, 0px);
    transition: 0.35s;
}

.member-social-links {
    max-width: 70%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    transform: translate(0px, 0px);
    transition: 0.35s;
}

.member-social-links li {
    display: inline-block;
    padding: 0 5px;
}

.member-social-links li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #888;
    text-align: center;
    line-height: 30px;
    color: #838383;
    transition: 0.4s;
}


.member-social-links li a:hover {
    background-color: #e0a431;
    border-radius: 5px;
    border-color: #e0a431;
    color: #fff;
}

.team-bio {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 20px 20px;
    text-align: center;
    background-color: #303030;
    border-radius: 0px 0px 5px 5px;
}

.team-bio h4 {
    font-size: 18px;
    color: #fff;
}


/* =============================================================================
9. Testimonials
============================================================================= */

.testimonial-section {
    padding: 100px 0px;
    background-color: #f8fafc;
}

.testimonial {
    padding: 15px;
    background-color: #fff;
}

.testimonial h2 {
    font-size: 18px;
    margin-top: 0;
    font-weight: 600;
}

.testimonial-rating i.fa {
    color: #e0a431;
}

.testimonial p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 25px;
    font-weight: 300;
}

.testimonial .testimonial-user-wrapper {
    position: relative;
}

.testimonial .testimonial-user-wrapper img:not(.quote-icon) {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    width: 20%;
    float: left;
    border-radius: 5px;
    margin-right: 15px;
}

.testimonial .testimonial-user-wrapper h4 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}

.testimonial .testimonial-user-wrapper span {
    font-size: 12px;
}

.testimonial .quote-icon {
    position: absolute;
    top: -15px;
    right: 0;
    opacity: 0.15;
    width: auto !important;
}

.testimonial-style-1 {
    border-radius: 5px;
}


/* Pricing-start */
.pricing {
    background-color: #303030;
}

.pricing .facilities-img {
    background-image: url(../images/about/ab-1.jpg);
    background-position: center center;
    background-size: cover;
    height: 100%;
}

.pricing-plan {
    color: #fff;
    padding: 50px;
}

.pricing-heading {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 20px 0px;
}

.pricing-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 2px dotted #eee;
    margin-bottom: 20px;
}
.pricing-item p{
    font-size: 12px;
}


/* Main-section-start */

.main-section-heading h6{
    letter-spacing: 3px;
    font-weight: 600;
    color: #e0a431;
}
.main-section-heading h2{
    font-size: 45px;
    font-weight: 700;
    margin: 20px 0px;
}
.main-section-heading h4{
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px;
}
.main-section-heading p{
    text-align: justify;
}
/* Pricing-two-stylesheet */

.pricing-two{
    background-color: #fff;
    padding: 0px 0px 100px 0px;
}
.pricing-two .pricing-items{
    background-color: #f8fafc;
    padding: 10px 10px 0px 10px;
}
/*========================================*/
/*  7.2 product style
/*========================================*/
.cart-section {
    padding: 100px 0px 70px 0px;
}
.single-product {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.hover-style {
    position: relative;
}

.hover-style .product-img a.main-img,
.hover-style .team-img a.main-img {
    display: block;
    position: relative;
}

.hover-style .product-img a.main-img::after,
.hover-style .team-img a.main-img::after {
    background-color: #24273e;
    content: "";
    height: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.hover-style:hover .product-img a.main-img:after,
.hover-style .team-img:hover a.main-img:after {
    height: 100%;
    opacity: 0.85;
}

.hover-style .product-action,
.hover-style .team-info,
.hover-style .team-social {
    margin-top: -60px;
    position: absolute;
    top: -10%;
    transition: all 0.5s ease 0.2s;
    width: 100%;
    visibility: hidden;
    opacity: 0;
}

.hover-style:hover .product-action,
.hover-style .team-img:hover .team-info {
    top: 50%;
    visibility: visible;
    opacity: 1;
}

.hover-style .team-img:hover .team-social {
    top: 80%;
    visibility: visible;
    opacity: 1;
}

.product-action .action-single-btn {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #e0a431;
    font-family: lato;
    font-size: 15px;
    font-weight: 700;
    height: 38px;
    line-height: 39px;
    padding: 0 14px;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
}

.product-action .text-button.action-single-btn {
    background-color: #e0a431;
    border-color: #e0a431;
    color: #fff;
}

.product-action .text-button.action-single-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: #e0a431;
}

.product-action .icon-button.action-single-btn:hover {
    background-color: #e0a431;
    border-color: #e0a431;
    color: #fff;
}

.hover-style .product-action .ratings {
    margin-top: 15px;
}

.hover-style .product-action .ratings i {
    color: #e0a431;
    margin: -1px;
}

.hover-style .product-action .ratings span {
    color: #fff;
    font-size: 12px;
}

.single-product .product-name a {
    color: #303030;
    display: block;
    font-size: 21px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.single-product .product-name a:hover {
    color: #e0a431;
}

.single-product .product-price p {
    color: #e0a431;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
    margin-top: 10px;
}

.single-product {
    box-shadow: 0px 10px 30px 0px rgba(201, 201, 201, 0.48);
}

.single-product .ratings i.fa {
    color: #e0a431;
}

.product-button {
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-info {
    border: 1px solid #eee;
    background-color: #fff;
    color: #888;
    padding: 0px 15px;
}

.btn-info:hover {
    color: #fff;
    background-color: #e0a431;
    border-color: #e0a431;
}


/* Product-detail-page */
.priduct-img img{
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .2);
}
.feedback-rating li{
    display: inline;
}
.feedback-rating li i.fa{
    color:#e0a431;
}
.product-content h4{
    font-size: 30px;
    font-weight: 700;
}
.feedback-rating{
    margin-bottom: 10px;
}
.product-form{
    margin-top: 20px;
}
.product-form label{
    font-weight: 600;
    columns: #888;
}
.product-form .form-control{
    height: 30px;
    font-size: 12px;
    font-weight: 600;
    background-color: #f2f2f2;
}
.product-form .btn{
    height: 30px !important;
    line-height: 30px;
}
.nav-tabs{
    border-bottom: 0;
    margin-bottom: 30px;
    justify-content: center;
  }
  .nav-tabs .nav-link{
    position: relative;
    border-radius: 7px;
    color: #000;
    font-weight: 600;
    border: 0;
    margin: 0 5px;
  }
  .nav-tabs .nav-link:not(.active)::before{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    margin: 0 auto;
    height: 2px;
    border-bottom: 2px dashed #e0a431;
  }
  .nav-tabs .nav-link:hover{
    color: #e0a431;
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #e0a431;
    border: 2px solid #e0a431;
  }
  .product-tabs .tab-pane {
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    border-radius: 7px;
}
.tab-content h3{
    font-weight: 700;
    font-size: 22px;
}

.tab-content .form-control {
    height: 30px;
    font-size: 12px;
    font-weight: 600;
    background-color: #f2f2f2;
}

/* Blog-star */
.blog {
    padding: 0px 0px 70px 0px;
}

.blog-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.blog-card {
    box-shadow: 0px 10px 30px 0px rgba(201, 201, 201, 0.48);
    border-radius: 5px;
    margin-bottom: 30px;
}

.blog-content {
    padding: 20px;
}

.blog-time h6 {
    font-size: 12px;
    color: #e0a431;
}

.blog-date p {
    font-size: 12px;
    font-weight: 600;
    color: #888;
}

.blog-content h3 a:hover {
    color: #e0a431;
}

.blog-content h3 a {
    font-size: 20px;
    color: #303030;
    font-weight: 700;
}


/* Blog-detail-start */
/* News Details - Starts */
.news-qoute {
    display: block;
    padding: 28px 28px;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-style: italic;
    border-left-width: 3px;
    border-left-style: solid;
    background-color: #e0a431;
    color: #fff;
    border-left: 4px solid #000;
}

.blog-detail h1{
    font-weight: 800;
    margin-top: 0px;
    color: #e0a431;
}
.blog-detail h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    background-color: #f9fcff;
    padding: 20px;
    border-radius: 5px;
}
.news-details h1 {
    font-size: 40px;
    line-height: 1.1;
    font-weight: bold;
    margin: 0;
    word-wrap: break-word;
}
.news-details h2 {
    font-size: 18px;
    line-height: 1.25;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 0;
    color: #999;
    margin: 12px 0;
}
.news-stats-list li {
    margin-left: 20px;
    font-size: 14px;
}
.news-stats-list li i {
    margin-right: 3px;
}
.news-stats .float-left {
    font-size: 14px;
}
.news-details p {
    font-size: 16px;
    line-height: 1.5;
}
.news-banner-img {
    margin: 20px 0;
}
.news-video {
    text-align: center;
}
.news-banner-img-2 {
    margin-bottom: 20px;
}
.news-author-details {
    padding-left: 20px;
}
.news-author-details h3 {
    font-weight: 600;
    font-size: 18px;
}
.news-author-details a {
    font-style: italic;
    font-size: 14px;
}
.news-author > div {
    display: table-cell;
    margin-top: 0;
    vertical-align: top;
}
.news-author img {
    width: 200px;
}
.news-author {    
    margin-top: 30px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
}
.news-author-details p {
    margin-bottom: 0;
    font-size: 15px;
}
.news-details-side .footer-column {
    padding-top: 0;
}
.news-details-side .footer-column h3 {
    margin-top: 0;
    background-color: #f2f2f2;
    border-left: 4px solid #e0a431;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
}
/* Footer Section - Starts */
.footer-column h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    margin: 20px 0 30px 0;
}
.footer-column p {
    font-size: 14px;
}
.footer-bottom-container {
    height: 50px;
}
.footer-bottom-container .desc {
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}
.footer-column a:hover {
    text-decoration: none;
}
.footer-social-menu li a {
    font-size: 18px;
}
.footer-social-menu li {
    margin-right: 15px;
}
.footer-about-links li i {
    padding-right: 6px;
}
.list-vertical-reset li i {
    padding-right: 10px;
}
.footer-column {
    padding: 30px 0;
}
.footer-about-links li,
.list-vertical-reset li {
    font-size: 14px;
    margin: 12px 0;
}
.footer-logo {
    margin: 10px 0 20px 0;
    display: inline-block;
}
.footer-news-img {
    max-width: 72px;
    width: 100%;
}
.footer-news-desc-container {
    padding-left: 10px;
}
.footer-news-img-container,
.footer-news-desc-container {
    display: table-cell;
    vertical-align: top;
}
.footer-news-desc-container h4 {
    font-size: 15px;
    font-weight: 600;
}
.footer-news-desc-container .footer-news-dates {
    font-size: 12px;
    font-weight: 600;
}
.footer-news-img-container {
    width: 72px;
}
.footer-news article {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f9fcff;
}
.widget {
    margin-bottom: 30px;
    border: 1px solid #fff;
    background: #f9fcff;
    overflow: hidden;
    padding: 30px 20px;
}
.widget .tagcloud a {
    padding: 5px 12px;
    background: #e0a431;
    color: #ffffff;
    display: inline-block;
    border-radius: 30px;
    margin: 5px 2px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.widget-title{
    font-size: 20px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}



/* Partners-start */
.partners {
    padding: 100px 0px;
    background-color: #f8fafc;
}

.partners img {
    transition: 0.3s;
    opacity: .6;
    margin: 0 auto;
    width: 150px;
    height: 50px;
    object-fit: contain;
}

.partner-img {
    border: 2px solid #e0a431;
    padding: 10px;
}

.partners img:hover {
    opacity: 1;
}


/* Newsletter-start */
.newsletter {
    background-color: #e0a431;
    padding: 4rem;
    border-radius: 5px;
}

.newsletter h4 {
    font-weight: 700;
}

.newsletter .form-control {
    border: none;
    height: 40px;
}
.input-group-append .btn-dark{
    position: absolute;
    top: 0;
    right: 0;
}

.newsletter p {
    color: #fff;
}

/* Footer-start*/
/************************************************
           Footer Section
*************************************************/
.footer-section {
    background: #072943;
}

.footer-section .footer-top {
    padding: 30px 0 30px 0;
}

.footer-section .footer-top .footer-top-left h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}

.footer-section .footer-top .footer-top-left h3:after {
    position: absolute;
    content: "";
    width: 55px;
    border-bottom: 3px solid #e0a431;
    top: 35px;
    left: 0;
    border-radius: 10px;
}

.footer-section .footer-top .footer-top-left h3:before {
    position: absolute;
    content: "";
    width: 100%;
    border-bottom: 3px solid #303239;
    top: 35px;
    left: 0;
    border-radius: 10px;
}

.footer-section .footer-top .footer-top-left .single-link ul {
    margin: 45px 0 0 0;
    padding: 0;
}

.footer-section .footer-top .footer-top-left .single-link ul li {
    list-style: none;
    line-height: 40px;
}

.footer-section .footer-top .footer-top-left .single-link ul li a {
    color: #e0e0e0;
}

.footer-section .footer-top .footer-top-left .single-link ul li a i {
    margin-right: 5px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-section .footer-top .footer-top-left .single-link ul li a:hover {
    color: #e0a431;
}

.footer-section .footer-top .footer-top-left .single-link ul li a:hover i {
    margin-right: 7px;
}

.footer-section .footer-top .footer-top-left .contact-us-right ul {
    margin: 50px 0 0 0;
    padding: 0;
}

.footer-section .footer-top .footer-top-left .contact-us-right ul li {
    list-style: none;
    color: #e0e0e0;
    padding-bottom: 11px;
}

.footer-section .footer-top .footer-top-left .contact-us-right ul li i {
    color: #fff;
    margin-right: 15px;
    margin-top: 7px;
}

.footer-section .footer-top .footer-top-left .contact-us-right ul li p {
    line-height: 27px;
    color: #e0e0e0;
}

.footer-section .footer-top .footer-top-right img {
    height: auto;
    width: 180px;
    object-fit: cover;
    margin-bottom: 30px;
    margin-top: 10px;
}

.footer-section .footer-top .footer-top-right p {
    color: #fff;
}

.footer-section .footer-top .footer-social-link {
    margin-top: 30px;
}

.footer-section .footer-top .footer-social-link ul {
    margin: 30px 0 0 0;
    padding: 0;
}

.footer-section .footer-top .footer-social-link ul li {
    display: inline-block;
    list-style: none;
    background: #e0a431;
    border-radius: 3px;
    margin-right: 5px;
}

.footer-section .footer-top .footer-social-link ul li i {
    height: 40px;
    width: 40px;
    color: #fff;
    padding-top: 11px;
    text-align: center;
}

.footer-section .footer-top .footer-social-link ul li:hover {
    background: #fff;
    color: #e0a431;
}

.footer-section .footer-top .footer-social-link ul li:hover i {
    color: #e0a431;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-section .footer-bottom {
    color: #e0e0e0;
    padding: 30px 0;
    border-top: 1px solid #303239;
}

.footer-section .footer-bottom a {
    color: #e0e0e0;
}

.footer-section .footer-bottom a:hover {
    color: #e0a431;
}

.footer-section .footer-bottom ul {
    float: right;
    margin: 0;
    padding: 0;
}

.footer-section .footer-bottom ul li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
}

.footer-section .footer-bottom ul li a {
    color: #e0e0e0;
}

.footer-section .footer-bottom ul li a:hover {
    color: #e0a431;
}


/* Contact-start */
.get-in-touch {
    padding: 50px 0px;
}

.contact {
    padding: 10px 0px 50px 0px;
    background-color: #f9fcff;
}

.get-icon img {
    width: 50px;
}

.contact-details-container {
    color: #303030;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    padding: 20px;
    text-align: center;
    border-bottom: 5px solid #e0a431;
    background-color: #fefefe;
    border-radius: 5px;
}
.contact-details-container h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    color: #303030;
}
.contact-details-container a {
    color: #303030;
}

.gmap_canvas {
    height: 350px;
}

.contact-form {
    box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
    padding: 20px;
}

.contact-social-menu li {
    margin-right: 15px;
}

.list-inline li {
    float: left;
    list-style-type: none;
}

.contact-social-menu {
    display: inline-block;
}

/* Subheader-start */
.sub-subheader {
    position: relative;
    background-image: url(../images/contac.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    z-index: 0;
    padding: 50px 0px 50px 0px;
}

.sub-subheader::before {
    background-image: linear-gradient(270deg, #000000, #303030);
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
    z-index: -2;
}

.sub-subheader:hover::before {
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.sub-subheader::after {
    background-image: -webkit-linear-gradient(-180deg, #7abd72, var(--black));
    background-image: -moz-linear-gradient(-180deg, #7abd72, var(--black));
    background-image: -ms-linear-gradient(-180deg, #7abd72, var(--black));
    background-image: -o-linear-gradient(-180deg, #7abd72, var(--black));
    background-image: linear-gradient(270deg, #7abd72, var(--black));
    pointer-events: none;
    content: "";
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
    background-image: -webkit-linear-gradient(0deg, #7abd72, var(--black));
    background-image: -moz-linear-gradient(0deg, #7abd72, var(--black));
    background-image: -ms-linear-gradient(0deg, #7abd72, var(--black));
    background-image: -o-linear-gradient(0deg, #7abd72, var(--black));
    background-image: linear-gradient(90deg, #7abd72, var(--black));
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    z-index: -1;
}

.sub-subheader:hover::after {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: .5;
    -moz-opacity: .5;
    opacity: .5;
}

.sub-subheader--inner h1 {
    color: #fff;
    font-size: 48px;
    margin: 0;
    font-weight: 800;
}

.sub-subheader--inner .breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-subheader--inner .breadcrumbs li {
    color: #dcdcdc;
    font-weight: 600;
}

.sub-subheader--inner .breadcrumbs li a {
    color: #fff;
    position: relative;
    opacity: 1;
}

.sub-subheader--inner .breadcrumbs li a::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: 0.3s;
}

.sub-subheader--inner .breadcrumbs li a+span {
    padding: 0 10px;
    opacity: .4;
}

.sub-subheader--inner .breadcrumbs li a:hover::before {
    width: 100%;
}



/* Error-page- */

.error-page {
    background: #ffffff;
    padding: 100px 0px;
}
.error-page .error-wrap {
    background: #f9fcff;
    text-align: center;
    padding: 100px;
}
.error-page .error-wrap span.error-title {
    font-size: 160px;
    font-weight: 700;
    line-height: 1;
    color: #e0a431;
}
.error-page .error-wrap h3 {
    margin: 15px 0;
    font-weight: 800;
}
.error-page .error-wrap p {
    font-size: 16px;
    margin-bottom: 0px;
}
/* Login-page */
.login-section .login-form {
    -webkit-box-shadow: 0 0 15px #d89ad240;
    box-shadow: 0 0 15px #d89ad240;
    padding: 50px;
    text-align: center;
}
.login-form h3{
    font-size: 26px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.login-form .form-control{
    border: none;
    background-color: aliceblue;
}



/* FAQ-start */
.accordion .card-header{
    background-color: #f2f2f2;
}
.btn-link {
    font-weight: 600;
    color: #e0a431;
    text-decoration: none;
    font-size: 16px !important;
}
.btn-link:hover {
    color: #e0a431;
    text-decoration: underline;
}
.btn-link h5{
    font-size: 14px;
    margin: 0;
}
.danito {
    position: relative;
    background-image: url(../images/Proto.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    z-index: 0;
    padding: 50px 0px 50px 0px;
}
.danito1 {
    position: relative;
    background-image: url(../images/extra.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    z-index: 0;
    padding: 50px 0px 50px 0px;
}
.danito2 {
    position: relative;
    background-image: url(../images/not1.png);
    background-size: cover;
    background-position: center;
    text-align: center;
    z-index: 0;
    padding: 50px 0px 50px 0px;
}
.danito3 {
    position: relative;
    background-image: url("../images/not8.fw.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    z-index: 0;
    padding: 50px 0px 50px 0px;
}
