/* -----------------------------------------------------------------------------------

    Template Name: HasBuz - Corporate Business Bootstrap4 HTML5 Template
    Template URI: http://devitems.com/preview/hasbuz.html
    Description: HasBuz - Corporate Business Bootstrap4 HTML5 Template
    Author: Hastech
    Author URI: http://devitems.com/
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
	
    01. Theme default CSS
	02. Header
    03. Hero
	04. About
	05. Feature
	06. Funfact
	07. Portfolio
	08. Portfolio Details
	09. Team
	10. CTA
	11. Testimonial
	12. Client
	13. Blog
	14. Blog Details
	15. Sidebar
	16. Contact
	17. Footer
	
----------------------------------------------------------------------------------- */
/* ---------------------------------------- */
/* 01. Theme default CSS
/*---------------------------------------- */
/* -- Google Font -- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700,800|Poppins:300,400,500,600,700,800,900");

/* -- Common Style -- */
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background-color: #ffffff;
    line-height: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    visibility: visible;
    font-family: "Open Sans", sans-serif;
    color: #666666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #404040;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-top: 0;
}

h1 {
    font-size: 36px;
    line-height: 42px;
}

h2 {
    font-size: 30px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    /* font-size: 18px */
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    color: inherit;
    display: inline-block;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

a,
button,
img,
input,
span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

*:focus {
    outline: none !important;
}

a:focus {
    color: inherit;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #03a9f5;
}

button,
input[type="submit"] {
    cursor: pointer;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/* -- 
    - Common Classes
----------------------------------------- */
.fix {
    overflow: hidden;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.section {
    float: left;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .container {
        width: 450px;
    }
}

@media only screen and (max-width: 479px) {
    .container {
        width: 320px;
    }
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
}

/* -- 
    - Background color
----------------------------------------- */
.bg-white {
    background-color: #ffffff;
}

.bg-light-grey {
    background-color: #f6fafb;
}

.bg-dark {
    background-color: #191919 !important;
}

.bg-dark-grey {
    background-color: #222222;
}

.bg-blue {
    background-color: #03a9f5;
}

.bg-dark-blue {
    background-color: #0b162c;
}

.bg-dark-cyan {
    background-color: #13a0b2;
}

.bg-cyan-blue {
    background-color: #19252e;
}

.bg-red {
    background-color: #ef3345;
}

/* -- 
    - color
----------------------------------------- */
.c-blue {
    color: #03a9f5;
}

.c-dark-blue {
    color: #0b162c;
}

.c-dark-cyan {
    color: #13a0b2;
}

.c-cyan-blue {
    color: #19252e;
}

.c-red {
    color: #ef3345;
}

/* -- 
    - Custom Row
----------------------------------------- */
.row-10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row-10 > [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

/* -- 
    - Margin & Padding
----------------------------------------- */
/* -- Margin Top -- */
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

/* -- Margin Bottom -- */
.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-105 {
    margin-bottom: 105px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-115 {
    margin-bottom: 115px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-125 {
    margin-bottom: 125px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mb-135 {
    margin-bottom: 135px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mb-145 {
    margin-bottom: 145px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-155 {
    margin-bottom: 155px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mb-165 {
    margin-bottom: 165px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mb-175 {
    margin-bottom: 175px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mb-185 {
    margin-bottom: 185px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mb-195 {
    margin-bottom: 195px;
}

.mb-200 {
    margin-bottom: 200px;
}

/* -- Margin Left -- */
.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

/* -- Margin Right -- */
.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

/* -- Padding Top -- */
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-105 {
    padding-top: 105px;
}

.pt-110 {
    padding-top: 110px;
}

.pt-115 {
    padding-top: 115px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-125 {
    padding-top: 125px;
}

.pt-130 {
    padding-top: 130px;
}

.pt-135 {
    padding-top: 135px;
}

.pt-140 {
    padding-top: 140px;
}

.pt-145 {
    padding-top: 145px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-155 {
    padding-top: 155px;
}

.pt-160 {
    padding-top: 160px;
}

.pt-165 {
    padding-top: 165px;
}

.pt-170 {
    padding-top: 170px;
}

.pt-175 {
    padding-top: 175px;
}

.pt-180 {
    padding-top: 180px;
}

.pt-185 {
    padding-top: 185px;
}

.pt-190 {
    padding-top: 190px;
}

.pt-195 {
    padding-top: 195px;
}

.pt-200 {
    padding-top: 200px;
}

/* -- Padding Bottom -- */
.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-105 {
    padding-bottom: 105px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pb-125 {
    padding-bottom: 125px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pb-135 {
    padding-bottom: 135px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pb-145 {
    padding-bottom: 145px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-155 {
    padding-bottom: 155px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pb-165 {
    padding-bottom: 165px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pb-175 {
    padding-bottom: 175px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pb-185 {
    padding-bottom: 185px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pb-195 {
    padding-bottom: 195px;
}

.pb-200 {
    padding-bottom: 200px;
}

/* -- Padding Left -- */
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

/* -- Padding Right -- */
.pr-5 {
    padding-right: 5px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-15 {
    padding-right: 15px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-25 {
    padding-right: 25px;
}

.pr-30 {
    padding-right: 30px;
}

.pr-35 {
    padding-right: 35px;
}

.pr-40 {
    padding-right: 40px;
}

.pr-45 {
    padding-right: 45px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-55 {
    padding-right: 55px;
}

.pr-60 {
    padding-right: 60px;
}

.pr-65 {
    padding-right: 65px;
}

.pr-70 {
    padding-right: 70px;
}

.pr-75 {
    padding-right: 75px;
}

.pr-80 {
    padding-right: 80px;
}

.pr-85 {
    padding-right: 85px;
}

.pr-90 {
    padding-right: 90px;
}

.pr-95 {
    padding-right: 95px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-105 {
    padding-right: 105px;
}

.pr-110 {
    padding-right: 110px;
}

.pr-115 {
    padding-right: 115px;
}

.pr-120 {
    padding-right: 120px;
}

.pr-125 {
    padding-right: 125px;
}

.pr-130 {
    padding-right: 130px;
}

.pr-135 {
    padding-right: 135px;
}

.pr-140 {
    padding-right: 140px;
}

.pr-145 {
    padding-right: 145px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-155 {
    padding-right: 155px;
}

.pr-160 {
    padding-right: 160px;
}

.pr-165 {
    padding-right: 165px;
}

.pr-170 {
    padding-right: 170px;
}

.pr-175 {
    padding-right: 175px;
}

.pr-180 {
    padding-right: 180px;
}

.pr-185 {
    padding-right: 185px;
}

.pr-190 {
    padding-right: 190px;
}

.pr-195 {
    padding-right: 195px;
}

.pr-200 {
    padding-right: 200px;
}

/* -- 
    - Input Placeholder
----------------------------------------- */
input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* -- 
    Scroll Up 
----------------------------------------- */
#scrollUp {
    width: 40px;
    height: 40px;
    background-color: #03a9f5;
    color: #ffffff;
    right: 20px;
    bottom: 60px;
    text-align: center;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    #scrollUp {
        display: none !important;
    }
}

#scrollUp i {
    display: block;
    line-height: 40px;
    font-size: 24px;
}

#scrollUp:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/* -- 
    - Main Wrapper
----------------------------------------- */
.main-wrapper.header-transparent {
    padding: 0 !important;
    margin: 0 !important;
}

/* -- 
    - Page Pagination
----------------------------------------- */
.ht-page-pagination-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.ht-page-pagination-one ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.ht-page-pagination-one ul li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 5px;
}

.ht-page-pagination-one ul li a {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #03a9f5;
    border: 1px solid #03a9f5;
    line-height: 36px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.ht-page-pagination-one ul li a:hover {
    background-color: #03a9f5;
    color: #ffffff;
}

.ht-page-pagination-one ul li a i {
    font-size: 20px;
    line-height: 32px;
    display: block;
}

.ht-page-pagination-one ul li.active a {
    background-color: #03a9f5;
    color: #ffffff;
}

.ht-page-pagination-one.red ul li a {
    color: #404040;
    border: 1px solid #404040;
}

.ht-page-pagination-one.red ul li a:hover {
    background-color: #ef3345;
    border-color: #ef3345;
    color: #ffffff;
}

.ht-page-pagination-one.red ul li.active a {
    background-color: #ef3345;
    border-color: #ef3345;
    color: #ffffff;
}

/* -- 
    - Blockquote
----------------------------------------- */
.ht-blockquote-one {
    padding: 30px;
    border-left: 2px solid #03a9f5;
    background-color: #f7f7f7;
}

.ht-blockquote-one p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 12px !important;
}

.ht-blockquote-one span {
    display: block;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    line-height: 24px;
    font-weight: 500;
    color: #505050;
}

/* --
    - Section Title
------------------------------------------ */
/* -- Section Title Two -- */
.ht-section-title-two h2 {
    font-weight: 900;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .ht-section-title-two h2 {
        font-size: 24px;
    }
}

.ht-section-title-two p {
    max-width: 750px;
    margin: 18px auto 0;
    line-height: 22px;
    font-family: "Poppins", sans-serif;
}

.ht-section-title-two.text-left p {
    margin-left: 0;
    margin-right: auto;
}

.ht-section-title-two.text-right p {
    margin-left: auto;
    margin-right: 0;
}

/* -- Section Title Three -- */
.ht-section-title-three h4 {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #03a9f5;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
    .ht-section-title-three h4 {
        font-size: 14px;
    }
}

.ht-section-title-three h2 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .ht-section-title-three h2 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .ht-section-title-three h2 {
        font-size: 20px;
    }
}

.ht-section-title-three p {
    max-width: ;
    margin: 18px auto 0;
    line-height: 26px;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
}

.ht-section-title-three.text-left p {
    margin-left: 0;
    margin-right: auto;
}

.ht-section-title-three.text-right p {
    margin-left: auto;
    margin-right: 0;
}

/* --
    - Page Banner
------------------------------------------ */
.ht-page-banner-section-three {
    padding: 330px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-page-banner-section-three {
        padding: 250px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-page-banner-section-three {
        padding: 200px 0;
    }
}

@media only screen and (max-width: 767px) {
    .ht-page-banner-section-three {
        padding: 100px 0 80px;
    }
}

.ht-page-banner-three {
    text-align: center;
}

.ht-page-banner-three h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffffff;
    line-height: 62px;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-page-banner-three h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-page-banner-three h1 {
        font-size: 24px;
        line-height: 26px;
    }
}

/* --
    - Overlay
------------------------------------------ */
[data-overlay] {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

[data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
}

/* -- Overlay Color -- */
[data-overlay="light"]::before {
    background-color: #ffffff;
}

[data-overlay="dark"]::before {
    background-color: #191919;
}

[data-overlay="blue"]::before {
    background-color: #03a9f5;
}

[data-overlay="dark-cyan"]::before {
    background-color: #13a0b2;
}

[data-overlay="cyan-blue"]::before {
    background-color: #19252e;
}

[data-overlay="dark-blue"]::before {
    background-color: #0b162c;
}

/* -- Overlay Opacity -- */
[data-opacity="1"]::before {
    opacity: 0.1;
}

[data-opacity="2"]::before {
    opacity: 0.2;
}

[data-opacity="3"]::before {
    opacity: 0.3;
}

[data-opacity="4"]::before {
    opacity: 0.4;
}

[data-opacity="5"]::before {
    opacity: 0.5;
}

[data-opacity="6"]::before {
    opacity: 0.6;
}

[data-opacity="7"]::before {
    opacity: 0.7;
}

[data-opacity="8"]::before {
    opacity: 0.8;
}

[data-opacity="9"]::before {
    opacity: 0.9;
}

/* --
    - Button Style
------------------------------------------ */
.btn {
    background-color: #191919;
    border: 2px solid #191919;
    color: #ffffff;
    line-height: 30px;
    padding: 6px 30px;
    border-radius: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;

    /* -- Text Button -- */
    /* -- App Button -- */
    /* -- Size -- */
    /* -- Shape -- */
    /* -- Button Border -- */
    /* -- Button Hover -- */
    /* -- Button Color -- */
}

.btn:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media only screen and (max-width: 479px) {
    .btn {
        padding: 1px 20px;
        font-size: 11px;
    }
}

.btn span {
    display: inline-block;
    line-height: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.btn i {
    display: inline-block;
    line-height: inherit;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.btn.left i {
    margin-right: 10px;
}

.btn.right i {
    margin-left: 10px;
}

.btn.btn-text {
    border: none;
    background-color: transparent;
    padding: 5px 0 !important;
    line-height: 1;
    color: #191919;
}

.btn.btn-text.btn-linethrough {
    padding: 5px 20px !important;
}

.btn.btn-text.btn-linethrough::before,
.btn.btn-text.btn-linethrough::after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    margin-top: -3px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f42958;
}

.btn.btn-text.btn-linethrough::before {
    opacity: 0.1;
}

.btn.btn-text.btn-linethrough::after {
    opacity: 0.2;
    width: 0;
    right: 0;
    left: auto;
}

.btn.btn-text.btn-linethrough:hover::after {
    width: 100%;
    left: 0;
}

.btn.btn-text.btn-underline::before,
.btn.btn-text.btn-underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f42958;
}

.btn.btn-text.btn-underline::before {
    opacity: 0.3;
}

.btn.btn-text.btn-underline::after {
    opacity: 0.5;
    width: 0;
    right: 0;
    left: auto;
}

.btn.btn-text.btn-underline:hover::after {
    width: 100%;
    left: 0;
}

.btn.btn-text.light {
    color: #ffffff;
    background-color: transparent;
}

.btn.btn-text.dark {
    color: #191919;
    background-color: transparent;
}

.btn.btn-text.blue {
    color: #03a9f5;
    background-color: transparent;
}

.btn.btn-text.red {
    color: #ef3345;
    background-color: transparent;
}

.btn.app-btn {
    padding: 15px 30px !important;
    font-size: 14px !important;
}

.btn.app-btn.btn-md {
    padding: 10px 20px !important;
    font-size: 11px !important;
}

.btn.app-btn.btn-md i {
    margin-right: 10px;
    font-size: 26px;
}

.btn.app-btn.btn-lg {
    padding: 20px 40px !important;
    font-size: 16px !important;
}

.btn.app-btn.btn-lg i {
    margin-right: 15px;
    font-size: 40px;
}

.btn.app-btn i {
    float: left;
    margin-right: 15px;
    font-size: 36px;
    line-height: 1;
}

.btn.app-btn span {
    text-align: left;
    line-height: 1.2;
    float: left;
    overflow: hidden;
}

.btn.app-btn span small {
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    font-size: inherit;
}

.btn.btn-xl {
    padding: 18px 55px;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .btn.btn-xl {
        padding: 6px 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .btn.btn-xl {
        padding: 1px 20px;
        font-size: 11px;
    }
}

.btn.btn-lg {
    padding: 11px 40px;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .btn.btn-lg {
        padding: 6px 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .btn.btn-lg {
        padding: 1px 20px;
        font-size: 11px;
    }
}

.btn.btn-md {
    padding: 3px 25px;
    font-size: 13px;
}

.btn.btn-sm {
    padding: 1px 20px;
    font-size: 11px;
}

.btn.round {
    border-radius: 5px;
}

.btn.circle {
    border-radius: 50px;
}

.btn.btn-border {
    background-color: transparent;
    color: #191919;
}

.btn.hover-solid:hover {
    background-color: #191919;
    color: #ffffff;
    -webkit-box-shadow: 0 10px 35px -7px rgba(25, 25, 25, 0.8);
    box-shadow: 0 10px 35px -7px rgba(25, 25, 25, 0.8);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn.hover-border:hover {
    background-color: transparent;
    color: #191919;
    border-width: 2px;
}

.btn.hover-dark.hover-solid:hover {
    background-color: #191919 !important;
    border-color: #191919 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 10px 35px -7px rgba(25, 25, 25, 0.8);
    box-shadow: 0 10px 35px -7px rgba(25, 25, 25, 0.8);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn.hover-dark.hover-border:hover {
    background-color: transparent !important;
    border-color: #191919 !important;
    color: #191919 !important;
    border-width: 2px;
}

.btn.light {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #191919;
}

.btn.light[class*="btn-border"] {
    background-color: transparent;
    color: #ffffff;
}

.btn.light.hover-solid:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #191919;
    -webkit-box-shadow: 0 10px 35px -7px rgba(25, 25, 25, 0.8);
    box-shadow: 0 10px 35px -7px rgba(25, 25, 25, 0.8);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn.light.hover-border:hover {
    background-color: transparent;
    color: #ffffff;
    border-width: 2px;
}

.btn.hover-light.hover-solid:hover {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #191919 !important;
    -webkit-box-shadow: 0 10px 35px -7px rgba(25, 25, 25, 0.8);
    box-shadow: 0 10px 35px -7px rgba(25, 25, 25, 0.8);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn.hover-light.hover-border:hover {
    background-color: transparent !important;
    border-color: #ffffff !important;
    color: #ffffff !important;
    border-width: 2px;
}

.btn.blue {
    background-color: #03a9f5;
    border-color: #03a9f5;
    color: #ffffff;
}

.btn.blue[class*="btn-border"] {
    background-color: transparent;
    color: #03a9f5;
}

.btn.blue.hover-solid:hover {
    background-color: #03a9f5;
    border-color: #03a9f5;
    color: #ffffff;
    -webkit-box-shadow: 0 10px 35px -7px rgba(3, 169, 245, 0.8);
    box-shadow: 0 10px 35px -7px rgba(3, 169, 245, 0.8);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn.blue.hover-border:hover {
    background-color: transparent;
    color: #03a9f5;
    border-width: 2px;
}

.btn.hover-blue.hover-solid:hover {
    background-color: #03a9f5 !important;
    border-color: #03a9f5 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 10px 35px -7px rgba(3, 169, 245, 0.8);
    box-shadow: 0 10px 35px -7px rgba(3, 169, 245, 0.8);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn.hover-blue.hover-border:hover {
    background-color: transparent !important;
    border-color: #03a9f5 !important;
    color: #03a9f5 !important;
    border-width: 2px;
}

.btn.red {
    background-color: #ef3345;
    border-color: #ef3345;
    color: #ffffff;
}

.btn.red[class*="btn-border"] {
    background-color: transparent;
    color: #ef3345;
}

.btn.red.hover-solid:hover {
    background-color: #ef3345;
    border-color: #ef3345;
    color: #ffffff;
    -webkit-box-shadow: 0 10px 35px -7px rgba(239, 51, 69, 0.8);
    box-shadow: 0 10px 35px -7px rgba(239, 51, 69, 0.8);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn.red.hover-border:hover {
    background-color: transparent;
    color: #ef3345;
    border-width: 2px;
}

.btn.hover-red.hover-solid:hover {
    background-color: #ef3345 !important;
    border-color: #ef3345 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0 10px 35px -7px rgba(239, 51, 69, 0.8);
    box-shadow: 0 10px 35px -7px rgba(239, 51, 69, 0.8);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.btn.hover-red.hover-border:hover {
    background-color: transparent !important;
    border-color: #ef3345 !important;
    color: #ef3345 !important;
    border-width: 2px;
}

.btn.gradient {
    background: #03a9f5;
    background: -webkit-linear-gradient(315deg, #03a9f5 0%, #ef3345 51%, #03a9f5 100%);
    background: -o-linear-gradient(315deg, #03a9f5 0%, #ef3345 51%, #03a9f5 100%);
    background: linear-gradient(135deg, #03a9f5 0%, #ef3345 51%, #03a9f5 100%);
    background-size: 210% auto;
    color: #ffffff;
    border-width: 0px;
}

.btn.gradient:hover {
    background-position: right center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

@-webkit-keyframes linethrough {
    0% {
        -webkit-transform: scaleX(0) skewX(-35deg);
        transform: scaleX(0) skewX(-35deg);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    40% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1) skewX(-35deg);
        transform: scaleX(1) skewX(-35deg);
    }

    60% {
        -webkit-transform: scaleX(1) skewX(-35deg);
        transform: scaleX(1) skewX(-35deg);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(0) skewX(-35deg);
        transform: scaleX(0) skewX(-35deg);
    }
}

@keyframes linethrough {
    0% {
        -webkit-transform: scaleX(0) skewX(-35deg);
        transform: scaleX(0) skewX(-35deg);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    40% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scaleX(1) skewX(-35deg);
        transform: scaleX(1) skewX(-35deg);
    }

    60% {
        -webkit-transform: scaleX(1) skewX(-35deg);
        transform: scaleX(1) skewX(-35deg);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }

    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scaleX(0) skewX(-35deg);
        transform: scaleX(0) skewX(-35deg);
    }
}

/* --
    - Breadcrumb Style
------------------------------------------ */
/* ---- Breadcrumb One ---- */
.ht-breadcrumb-one {
    display: block;
    float: left;
    position: relative;
    padding-left: 0;
    list-style: none;
    z-index: 1;
    margin-bottom: 0;
}

.ht-breadcrumb-one li {
    float: left;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #191919;
    text-transform: capitalize;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-breadcrumb-one li {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-breadcrumb-one li {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-breadcrumb-one li {
        font-size: 14px;
    }
}

.ht-breadcrumb-one li::after {
    content: "-";
    margin: 0 5px 0 8px;
}

.ht-breadcrumb-one li:last-child::after {
    display: none;
}

.ht-breadcrumb-one li a:hover {
    color: inherit;
}

/* ---- Breadcrumb Two ---- */
.ht-breadcrumb-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    position: relative;
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    z-index: 1;
    margin-top: 30px;
}

@media only screen and (max-width: 767px) {
    .ht-breadcrumb-two {
        margin-top: 20px;
    }
}

.ht-breadcrumb-two li {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .ht-breadcrumb-two li {
        font-size: 14px;
    }
}

.ht-breadcrumb-two li::after {
    content: "\f105";
    font-family: 'Fontawesome';
    margin: 0 5px 0 8px;
}

.ht-breadcrumb-two li:last-child::after {
    display: none;
}

.ht-breadcrumb-two li a:hover {
    color: #03a9f5;
}

/* ---------------------------------------
    02. Header
----------------------------------------- */
.ht-header-section {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

/* ----
    - Header Top
----------------------------------------- */
.ht-header-top {
    padding: 10px 0;

    /* ---- Header Top Full Width ---- */
}

@media only screen and (max-width: 767px) {
    .ht-header-top {
        padding: 5px 0;
    }
}

.ht-header-top > .container,
.ht-header-top > .container-fluid {
    position: relative;
}

.ht-header-top > .container > .row,
.ht-header-top > .container-fluid > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ht-header-top > .container > .row > .col,
.ht-header-top > .container > .row > [class*="col"],
.ht-header-top > .container-fluid > .row > .col,
.ht-header-top > .container-fluid > .row > [class*="col"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    position: static;
}

.ht-header-top > .container > .row > .col:first-child,
.ht-header-top > .container > .row > [class*="col"]:first-child,
.ht-header-top > .container-fluid > .row > .col:first-child,
.ht-header-top > .container-fluid > .row > [class*="col"]:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.ht-header-top.ht-header-top-fullwidth > .container,
.ht-header-top.ht-header-top-fullwidth .container-fluid {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

/* -- Header Links -- */
.ht-header-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
}

.ht-header-links a {
    color: #666666;
    display: block;
    float: left;
    font-weight: 500;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    line-height: 30px;
    margin-right: 30px;
}

.ht-header-links a:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .ht-header-links a {
        margin-right: 15px;
        font-size: 11px;
    }
}

.ht-header-links a i {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 13px;
    line-height: 30px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.ht-header-links a:hover {
    color: #191919;
}

.ht-header-links.white a {
    color: #ffffff;
}

/* -- Header Language -- */
.ht-header-language {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;

    /* ---- Language White ---- */
    /* ---- Language Submenu White ---- */
}

.ht-header-language > li {
    position: relative;

    /* -- DropDown -- */
}

.ht-header-language > li > a {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #666666;
    line-height: 30px;
    padding: 0;
}

.ht-header-language > li > a i {
    float: right;
    line-height: 30px;
    margin-left: 5px;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.ht-header-language > li:hover > a {
    color: #191919;
}

.ht-header-language > li > ul {
    background-color: #191919;
    padding: 15px 0;
    position: absolute;
    left: auto;
    right: 0;
    top: 100%;
    width: 130px;
    z-index: 99;
    text-align: right;
}

.ht-header-language > li > ul li a {
    color: #cccccc;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 30px;
    padding: 0;
}

.ht-header-language > li > ul li a:hover {
    color: #ffffff;
    padding-right: 5px;
    padding-left: 0;
}

.ht-header-language.ht-language-white > li {
    position: relative;
}

.ht-header-language.ht-language-white > li > a {
    color: #ffffff;
}

.ht-header-language.ht-language-white > li:hover > a {
    color: #ffffff;
}

.ht-header-language.ht-language-list-white > li {
    /* -- DropDown -- */
}

.ht-header-language.ht-language-list-white > li > ul {
    background-color: #ffffff;
}

.ht-header-language.ht-language-list-white > li > ul li a {
    color: #666666;
}

.ht-header-language.ht-language-list-white > li > ul li:hover > a {
    color: #191919;
}

/* ---- Header Social ---- */
.ht-header-social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
}

.ht-header-social a {
    color: #666666;
    margin-left: 20px;
}

.ht-header-social a:first-child {
    margin-left: 0;
}

.ht-header-social a:hover {
    color: #191919;
}

.ht-header-social a i {
    font-size: 14px;
    line-height: 30px;
}

.ht-header-social.white a {
    color: #ffffff;
}

/* ---- Header Search ---- */
.ht-header-search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    position: relative;
}

.ht-header-search a {
    color: #666666;
    margin-left: 20px;
}

.ht-header-search a:first-child {
    margin-left: 0;
}

.ht-header-search a:hover {
    color: #191919;
}

.ht-header-search a i {
    font-size: 14px;
    line-height: 30px;
}

.ht-header-search.white a {
    color: #ffffff;
}

/* ---- Search Section Full Width Over ---- */
.ht-header-search-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    z-index: 99999;
    padding-bottom: 25px;

    /* ---- Search Wrap ---- */
    /* ---- Search Close ---- */
    /* ---- Search Full Screen ---- */
    /* ---- For Same Height as Header ---- */
}

.ht-header-search-section .ht-header-search-section-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.ht-header-search-section .ht-search-close {
    position: absolute;
    padding: 0;
    left: 50%;
    text-align: center;
    width: 50px;
    border: 1px solid #eeeeee;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-left: -25px;
    bottom: 0;
    z-index: 9999;
}

.ht-header-search-section .ht-search-close i {
    font-size: 36px;
    line-height: 48px;
    display: block;
}

.ht-header-search-section.full-screen {
    height: 100%;
    padding: 0;
}

.ht-header-search-section.full-screen .ht-search-close {
    left: auto;
    right: 30px;
    margin-left: 0;
    bottom: auto;
    top: 30px;
}

.ht-header-search-section.header-height {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    padding: 0;

    /* ---- For Under Header ---- */
    /* ---- Search Close ---- */
    /* ---- Search Submit ---- */
}

.ht-header-search-section.header-height.bottom {
    top: 100%;
}

.ht-header-search-section.header-height .ht-search-close {
    left: auto;
    right: 0;
    border: 1px solid transparent;
    margin-top: -25px;
    margin-left: 0;
    top: 50%;
    bottom: auto;
}

.ht-header-search-section.header-height input {
    font-size: 24px;
    font-weight: 600;
    line-height: 50px;
    padding: 0;
    border-width: 0;
    width: 100%;
}

.ht-header-search-section.header-height .search-submit {
    color: #909090;
    top: 50%;
    margin-top: -25px;
}

.ht-header-search-section.header-height .search-submit:hover {
    color: #191919;
}

.ht-header-search-section.header-height .search-submit i {
    font-size: 16px;
    line-height: 50px;
}

/* ---- Header Search Form ---- */
.ht-header-search-form {
    position: relative;

    /* ---- For Under Search Toggle Icon ---- */
}

.ht-header-search-form form {
    width: 100%;
    position: relative;
}

.ht-header-search-form input {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    color: #cccccc;
    line-height: 60px;
    padding-bottom: 10px;
    border-width: 0 0 5px;
    border-style: solid;
    border-color: #eeeeee;
}

.ht-header-search-form .search-submit {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    color: #cccccc;
    padding: 0;
    border: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ht-header-search-form .search-submit:hover {
    color: #191919;
}

.ht-header-search-form .search-submit i {
    font-size: 30px;
    line-height: 60px;
}

.ht-header-search-form.bottom {
    position: absolute;
    top: 65px;
    right: -15px;
    width: 450px;
    background-color: #ffffff;
}

.ht-header-search-form.bottom input {
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    padding: 0 20px;
    border-width: 0;
    width: 100%;
}

.ht-header-search-form.bottom .search-submit {
    padding: 0 15px;
    color: #909090;
}

.ht-header-search-form.bottom .search-submit:hover {
    color: #191919;
}

.ht-header-search-form.bottom .search-submit i {
    font-size: 16px;
    line-height: 50px;
}

/* ---- Header Cart ---- */
.ht-header-cart {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
}

.ht-header-cart a {
    color: #666666;
    margin-left: 20px;
    position: relative;
    vertical-align: top;
}

.ht-header-cart a:first-child {
    margin-left: 0;
}

.ht-header-cart a:hover {
    color: #191919;
}

.ht-header-cart a i {
    font-size: 14px;
    line-height: 30px;
    float: left;
}

.ht-header-cart a span {
    display: block;
    margin-left: 10px;
    float: left;
    line-height: 30px;
    font-weight: 600;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    top: 1px;
}

.ht-header-cart a span .ht-cart-badge {
    background-color: #191919;
    color: #ffffff;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 50px;
    line-height: 16px;
    font-size: 9px;
    float: right;
    display: block;
    margin: 5px 0;
    font-weight: 600;
    margin-left: 5px;
}

.ht-header-cart.white a {
    color: #ffffff;
}

.ht-header-cart.white a span .ht-cart-badge {
    background-color: #ffffff;
    color: #191919;
}

/* ----
    - Header Bottom
----------------------------------------- */
.ht-header-bottom {
    position: relative;

    /* ---- Sticky Header ---- */
    /* ---- Header Bottom Full Width ---- */
    /* ---- Menu Center ---- */
}

.ht-header-bottom.is-sticky {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);

    /* ---- Header Logo ---- */
    /* -- Header Language -- */
    /* ---- Header Social ---- */
    /* ---- Header Search ---- */
    /* ---- Header Cart ---- */
    /* ---- Main Menu ---- */
    /* ---- Mobile Menu ---- */
}

.ht-header-bottom.is-sticky .ht-logo img {
    opacity: 0;
}

.ht-header-bottom.is-sticky .ht-logo img.ht-sticky-logo {
    opacity: 1;
}

.ht-header-bottom.is-sticky .ht-header-language > li > a {
    color: #666666;
}

.ht-header-bottom.is-sticky .ht-header-language > li:hover > a {
    color: #191919;
}

.ht-header-bottom.is-sticky .ht-header-social a {
    color: #666666;
}

.ht-header-bottom.is-sticky .ht-header-search a {
    color: #666666;
}

.ht-header-bottom.is-sticky .ht-header-cart a {
    color: #666666;
}

.ht-header-bottom.is-sticky .ht-main-menu nav > ul > li > a {
    color: #666666;
}

.ht-header-bottom.is-sticky .ht-main-menu nav > ul > li:hover > a,
.ht-header-bottom.is-sticky .ht-main-menu nav > ul > li.active > a {
    color: #191919;
}

.ht-header-bottom.is-sticky .mean-bar .meanmenu-reveal span.menu-bar {
    background-color: #666666;
}

.ht-header-bottom.is-sticky .mean-bar .meanmenu-reveal span.menu-bar::before,
.ht-header-bottom.is-sticky .mean-bar .meanmenu-reveal span.menu-bar::after {
    background-color: #666666;
}

.ht-header-bottom.is-sticky .mean-bar .meanmenu-reveal span.menu-close::before,
.ht-header-bottom.is-sticky .mean-bar .meanmenu-reveal span.menu-close::after {
    background-color: #666666;
}

.ht-header-bottom > .container,
.ht-header-bottom > .container-fluid {
    position: relative;
}

.ht-header-bottom > .container > .row,
.ht-header-bottom > .container-fluid > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ht-header-bottom > .container > .row > .col,
.ht-header-bottom > .container > .row > [class*="col"],
.ht-header-bottom > .container-fluid > .row > .col,
.ht-header-bottom > .container-fluid > .row > [class*="col"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    position: static;
}

.ht-header-bottom > .container > .row > .col:first-child,
.ht-header-bottom > .container > .row > [class*="col"]:first-child,
.ht-header-bottom > .container-fluid > .row > .col:first-child,
.ht-header-bottom > .container-fluid > .row > [class*="col"]:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-header-bottom > .container > .row > .col:first-child,
    .ht-header-bottom > .container > .row > [class*="col"]:first-child,
    .ht-header-bottom > .container-fluid > .row > .col:first-child,
    .ht-header-bottom > .container-fluid > .row > [class*="col"]:first-child {
        margin-right: 0 !important;
    }

    .ht-header-bottom > .container > .row > .col:nth-last-child(2),
    .ht-header-bottom > .container > .row > [class*="col"]:nth-last-child(2),
    .ht-header-bottom > .container-fluid > .row > .col:nth-last-child(2),
    .ht-header-bottom > .container-fluid > .row > [class*="col"]:nth-last-child(2) {
        margin-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-header-bottom > .container > .row > .col:first-child,
    .ht-header-bottom > .container > .row > [class*="col"]:first-child,
    .ht-header-bottom > .container-fluid > .row > .col:first-child,
    .ht-header-bottom > .container-fluid > .row > [class*="col"]:first-child {
        margin-right: 0 !important;
    }

    .ht-header-bottom > .container > .row > .col:nth-last-child(2),
    .ht-header-bottom > .container > .row > [class*="col"]:nth-last-child(2),
    .ht-header-bottom > .container-fluid > .row > .col:nth-last-child(2),
    .ht-header-bottom > .container-fluid > .row > [class*="col"]:nth-last-child(2) {
        margin-right: 50px;
    }
}

.ht-header-bottom.ht-header-bottom-fullwidth > .container,
.ht-header-bottom.ht-header-bottom-fullwidth .container-fluid {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-header-bottom.ht-header-bottom-fullwidth > .container,
    .ht-header-bottom.ht-header-bottom-fullwidth .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-header-bottom.ht-header-bottom-fullwidth > .container,
    .ht-header-bottom.ht-header-bottom-fullwidth .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-header-bottom.ht-header-bottom-fullwidth > .container,
    .ht-header-bottom.ht-header-bottom-fullwidth .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .ht-header-bottom.ht-header-bottom-fullwidth > .container,
    .ht-header-bottom.ht-header-bottom-fullwidth .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.ht-header-bottom.ht-header-menu-center > .container > .row,
.ht-header-bottom.ht-header-menu-center .container-fluid > .row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ht-header-bottom.ht-header-menu-center > .container > .row > .col:first-child,
.ht-header-bottom.ht-header-menu-center > .container > .row > [class*="col"]:first-child,
.ht-header-bottom.ht-header-menu-center .container-fluid > .row > .col:first-child,
.ht-header-bottom.ht-header-menu-center .container-fluid > .row > [class*="col"]:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

/* -- Sticky Animation -- */
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ---- Header Logo ---- */
.ht-logo {
    line-height: 50px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-logo {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 767px) {
    .ht-logo {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        width: 130px;
        margin: 10px 0;
    }
}

@media only screen and (max-width: 479px) {
    .ht-logo {
        width: 120px;
    }
}

.ht-logo img {
    max-width: 100%;

    /* ---- Sticky Logo ---- */
}

.ht-logo img.ht-sticky-logo {
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ---- Main Menu ---- */
.ht-main-menu {
    /* -- Main Menu White -- */
}

.ht-main-menu nav > ul > li {
    display: block;
    float: left;
    margin-right: 40px;

    /* -- Arrow For Sub Menu -- */
}

.ht-main-menu nav > ul > li:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-main-menu nav > ul > li {
        margin-right: 30px;
    }
}

.ht-main-menu nav > ul > li > a {
    display: block;
    color: #666666;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 100px;
    position: relative;
}

.ht-main-menu nav > ul > li:hover > a,
.ht-main-menu nav > ul > li.active > a {
    color: #191919;
}

.ht-main-menu nav > ul > li.menu-item-has-children > a {
    padding-right: 15px;
}

.ht-main-menu nav > ul > li.menu-item-has-children > a::before {
    position: absolute;
    right: 0;
    font-family: 'Fontawesome';
    content: "\f107";
    top: 0;
    line-height: inherit;
}

.ht-main-menu.ht-menu-white nav > ul > li > a {
    color: #ffffff;
}

/* ---- Sub Menu ---- */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    width: 220px;
    -webkit-box-shadow: 0 7px 15px rgba(25, 25, 25, 0.2);
    box-shadow: 0 7px 15px rgba(25, 25, 25, 0.2);
    padding: 15px 0;
    margin-left: -20px;
    z-index: 99;
}

.sub-menu li {
    padding: 0 25px;
    position: relative;

    /* -- Arrow For Other Sub Menu -- */
    /* -- Sub Menu Multi Level -- */
    /* -- Level 2 -- */
}

.sub-menu li a {
    display: block;
    line-height: 24px;
    padding: 3px 0;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    color: #666666;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.sub-menu li:hover > a {
    color: #191919;
    padding-left: 5px;
}

.sub-menu li.active > a {
    color: #191919;
}

.sub-menu li.menu-item-has-children > a {
    padding-right: 15px;
}

.sub-menu li.menu-item-has-children > a::before {
    position: absolute;
    right: 0;
    font-family: 'Fontawesome';
    content: "\f105";
    top: 0;
    line-height: 36px;
    opacity: 0.5;
}

.sub-menu li .sub-menu {
    left: 100%;
    top: -10px;
    margin-top: 0 !important;
    margin-left: 0;

    /* -- Level 3 -- */
}

.sub-menu li .sub-menu .sub-menu {
    left: -100%;

    /* -- Level 4 -- */
}

.sub-menu li .sub-menu .sub-menu .sub-menu {
    left: 100%;

    /* -- Level 5 -- */
}

.sub-menu li .sub-menu .sub-menu .sub-menu .sub-menu {
    left: -100%;

    /* -- Level 6 -- */
}

.sub-menu li .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu {
    left: 100%;
}

/* ---- Sub Menu Dark ---- */
.ht-sub-menu-dark .sub-menu {
    background-color: #191919;
    -webkit-box-shadow: 0 7px 15px rgba(25, 25, 25, 0.2);
    box-shadow: 0 7px 15px rgba(25, 25, 25, 0.2);
}

.ht-sub-menu-dark .sub-menu li {
    /* -- Arrow For Sub Menu -- */
}

.ht-sub-menu-dark .sub-menu li a {
    color: #cccccc;
}

.ht-sub-menu-dark .sub-menu li a:hover,
.ht-sub-menu-dark .sub-menu li a.active {
    color: #ffffff;
}

.ht-sub-menu-dark .sub-menu li.menu-item-has-children > a::before {
    opacity: 1;
}

/* ---- Mega Menu ---- */
.mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 7px 15px rgba(25, 25, 25, 0.2);
    box-shadow: 0 7px 15px rgba(25, 25, 25, 0.2);
    padding: 15px 0;
    right: 15px;
    left: 15px;
    padding: 30px 0;
    z-index: 99;
}

.mega-menu li.col {
    padding: 0 30px;
    border-right: 1px solid #eeeeee;

    /* -- Menu Title -- */
    /* -- Menu List -- */
}

.mega-menu li.col:last-child {
    border-right: 0px solid transparent;
}

.mega-menu li.col .mega-menu-title {
    display: block;
    float: left;
    width: 100%;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #404040;
    line-height: 18px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mega-menu li.col .mega-menu-title {
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mega-menu li.col .mega-menu-title {
        margin: 0;
    }
}

.mega-menu li.col ul {
    float: left;
    width: 100%;
}

.mega-menu li.col ul li a {
    display: block;
    line-height: 24px;
    padding: 3px 0;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    color: #666666;
    position: relative;
    font-family: "Montserrat", sans-serif;
}

.mega-menu li.col ul li:hover a {
    color: #191919;
    padding-left: 5px;
}

.mega-menu li.col ul li.active a {
    color: #191919;
}

/* ---- Mega Menu Dark ---- */
.ht-sub-menu-dark .mega-menu {
    background-color: #191919;
    -webkit-box-shadow: 0 7px 15px rgba(25, 25, 25, 0.2);
    box-shadow: 0 7px 15px rgba(25, 25, 25, 0.2);
}

.ht-sub-menu-dark .mega-menu li.col {
    border-color: #353535;

    /* -- Menu Title -- */
    /* -- Menu -- */
}

.ht-sub-menu-dark .mega-menu li.col .mega-menu-title {
    color: #ffffff;
}

.ht-sub-menu-dark .mega-menu li.col ul li a {
    color: #cccccc;
}

.ht-sub-menu-dark .mega-menu li.col ul li a:hover,
.ht-sub-menu-dark .mega-menu li.col ul li a.active {
    color: #ffffff;
    padding-left: 5px;
}

/* -- Mobile Menu -- */
.ht-mobile-menu {
    float: left;
    width: 100% !important;
    position: relative !important;
}

.ht-mobile-menu .mean-bar {
    position: relative;

    /* ---- Mean Nav ---- */
}

.ht-mobile-menu .mean-bar .meanmenu-reveal {
    position: absolute;
    top: -53px;
}

@media only screen and (max-width: 767px) {
    .ht-mobile-menu .mean-bar .meanmenu-reveal {
        top: -42px;
    }
}

.ht-mobile-menu .mean-bar .meanmenu-reveal span {
    position: relative;

    /* ---- Menu Open ---- */
    /* ---- Menu Close ---- */
}

.ht-mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
    height: 2px;
    width: 26px;
    background-color: #ffffff;
    display: block;
    margin: 8px 0;
}

.ht-mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,
.ht-mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.ht-mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
    top: -8px;
}

.ht-mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
    bottom: -8px;
}

.ht-mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
    height: 2px;
    width: 26px;
    background-color: transparent;
    display: block;
    margin: 8px 0;
}

.ht-mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before,
.ht-mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.ht-mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ht-mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ht-mobile-menu .mean-bar .mean-nav {
    background-color: #ffffff;
}

.ht-mobile-menu .mean-bar .mean-nav > ul {
    margin-bottom: 30px;
    border: 1px solid #eeeeee;
    border-top: 0px solid transparent;
    overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
    .ht-mobile-menu .mean-bar .mean-nav > ul {
        max-height: 180px;
        overflow-y: auto;
    }
}

@media only screen and (max-width: 479px) {
    .ht-mobile-menu .mean-bar .mean-nav > ul {
        max-height: 220px;
        overflow-y: auto;
    }
}

.ht-mobile-menu .mean-bar .mean-nav > ul li {
    position: relative;
    display: block;
    float: left;
    width: 100%;

    /* ---- Sub Menu & Mega Menu ---- */
}

.ht-mobile-menu .mean-bar .mean-nav > ul li a {
    font-size: 13px;
    display: block;
    color: #666666;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    line-height: 44px;
    position: relative;
    border-top: 1px solid #eeeeee;
    padding: 0 40px 0 20px;

    /* ---- Menu Expand For Sub Menu ---- */
}

.ht-mobile-menu .mean-bar .mean-nav > ul li a:hover {
    color: #191919;
    padding-left: 25px;
}

.ht-mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
    border: 1px solid #eeeeee;
    font-family: "Open Sans", sans-serif;
    position: absolute;
    right: -1px;
    top: 0;
    font-size: 20px !important;
    color: #666666;
    line-height: 44px;
    height: 46px;
    width: 40px;
    text-align: center;
    padding: 0;
}

.ht-mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
    line-height: 40px;
}

.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul {
    position: static;
    background-color: rgba(0, 0, 0, 0.03);
    margin: 0;
    padding: 0 !important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    display: none;
    float: left;
    width: 100%;
}

.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    border-right: 0px solid transparent;
    width: 100%;
    display: block !important;
    float: left;
    width: 100%;
}

.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li a {
    font-size: 12px;
}

.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
    display: none;
}

.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li ul {
    background-color: rgba(0, 0, 0, 0.04);
}

.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
    border-top: 1px solid #dddddd;
}

.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
    border: 1px solid #dddddd;
}

.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
    background-color: rgba(0, 0, 0, 0.05);
}

.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
    border-top: 1px solid #eeeeee;
}

.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand,
.ht-mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
    border: 1px solid #eeeeee;
}

/* --
    - Header Three
------------------------------------------ */
@media only screen and (max-width: 479px) {
    .ht-header-social-three {
        margin-right: 0;
    }
}

/* -- Header Bottom Two -- */
.ht-header-bottom-three {
    /* ---- Header Social ---- */
    /* ---- Header Search ---- */
    /* ---- Header Cart ---- */
    /* ---- Main Menu ---- */
    /* ---- Sub Menu ---- */
    /* ---- Mega Menu ---- */
    /* ---- Mobile Menu ---- */
    /* ---- Header Sticky ---- */
}

.ht-header-bottom-three .ht-header-social a:hover {
    color: #03a9f5;
}

.ht-header-bottom-three .ht-header-search a:hover {
    color: #03a9f5;
}

.ht-header-bottom-three .ht-header-cart a:hover {
    color: #03a9f5;
}

.ht-header-bottom-three .ht-main-menu nav > ul > li:hover > a,
.ht-header-bottom-three .ht-main-menu nav > ul > li.active > a {
    color: #03a9f5;
}

.ht-header-bottom-three .sub-menu li.active > a,
.ht-header-bottom-three .sub-menu li:hover > a {
    color: #03a9f5;
}

.ht-header-bottom-three .mega-menu .col {
    /* -- Menu -- */
}

.ht-header-bottom-three .mega-menu .col a:hover {
    color: #ef3345;
}

.ht-header-bottom-three .mega-menu .col ul li:hover a {
    color: #03a9f5;
}

.ht-header-bottom-three .mega-menu .col ul li.active a {
    color: #03a9f5;
}

.ht-header-bottom-three .mean-bar .meanmenu-reveal span.menu-bar {
    background-color: #ffffff;
}

.ht-header-bottom-three .mean-bar .meanmenu-reveal span.menu-bar::before,
.ht-header-bottom-three .mean-bar .meanmenu-reveal span.menu-bar::after {
    background-color: #ffffff;
}

.ht-header-bottom-three .mean-bar .meanmenu-reveal span.menu-close::before,
.ht-header-bottom-three .mean-bar .meanmenu-reveal span.menu-close::after {
    background-color: #ffffff;
}

.ht-header-bottom-three .mean-bar .mean-nav > ul li a:hover {
    color: #03a9f5;
}

.ht-header-bottom-three.is-sticky {
    /* ---- Main Menu ---- */
    /* ---- Mobile Menu ---- */
}

.ht-header-bottom-three.is-sticky .ht-main-menu nav > ul > li:hover > a,
.ht-header-bottom-three.is-sticky .ht-main-menu nav > ul > li.active > a {
    color: #03a9f5;
}

.ht-header-bottom-three.is-sticky .mean-bar .meanmenu-reveal span.menu-bar {
    background-color: #666666;
}

.ht-header-bottom-three.is-sticky .mean-bar .meanmenu-reveal span.menu-bar::before,
.ht-header-bottom-three.is-sticky .mean-bar .meanmenu-reveal span.menu-bar::after {
    background-color: #666666;
}

.ht-header-bottom-three.is-sticky .mean-bar .meanmenu-reveal span.menu-close::before,
.ht-header-bottom-three.is-sticky .mean-bar .meanmenu-reveal span.menu-close::after {
    background-color: #666666;
}

/* ---------------------------------------
    03. Hero
----------------------------------------- */
.ht-hero-slider {
    float: left;
    width: 100%;
}

/* -- Hero Three -- */
.ht-hero-slider-three {
    overflow: hidden;
}

.ht-hero-slider-three .ht-single-slide {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    position: relative;
}

.ht-hero-slider-three .ht-single-slide::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000000;
    opacity: 0.5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-hero-slider-three .ht-single-slide {
        height: auto;
        padding: 250px 0 200px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-hero-slider-three .ht-single-slide {
        height: auto;
        padding: 120px 0 60px;
    }
}

.ht-hero-slider-three .slick-arrow {
    position: absolute;
    top: 50%;
    height: 100px;
    width: 100px;
    z-index: 999;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: -50px;
}

@media only screen and (max-width: 767px) {
    .ht-hero-slider-three .slick-arrow {
        display: none !important;
    }
}

.ht-hero-slider-three .slick-arrow i {
    line-height: 100px;
    font-size: 30px;
    display: block;
}

.ht-hero-slider-three .slick-arrow.slick-prev {
    left: -50px;
    padding-left: 50px;
    padding-right: 10px;
}

.ht-hero-slider-three .slick-arrow.slick-next {
    right: -50px;
    padding-right: 50px;
    padding-left: 10px;
}

.ht-hero-slider-three .slick-dots {
    display: none !important;
}

/* -- Hero Content One -- */
.ht-hero-content-four {
    padding-top: 100px;
    margin: auto;
    text-align: center;
    z-index: 9;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .ht-hero-content-four {
        padding-top: 0;
    }
}

.ht-hero-content-four h1 {
    font-size: 110px;
    line-height: 1;
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0.5s;
    -o-transition: all 0s ease 0.5s;
    transition: all 0s ease 0.5s;
    visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-hero-content-four h1 {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-hero-content-four h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-hero-content-four h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 479px) {
    .ht-hero-content-four h1 {
        font-size: 24px;
    }
}

.ht-hero-content-four p {
    max-width: 850px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 44px;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-hero-content-four p {
        max-width: 750px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-hero-content-four p {
        max-width: 650px;
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-hero-content-four p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-hero-content-four p {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 15px;
    }
}

.ht-hero-content-four .btn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.ht-hero-content-four .btn:hover {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.slick-current {
    /* -- Hero Content One -- */
}

.slick-current .ht-hero-content-four h1 {
    opacity: 1;
    visibility: visible;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.slick-current .ht-hero-content-four h1 span {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.slick-current .ht-hero-content-four p {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.slick-current .ht-hero-content-four .btn {
    -webkit-animation-name: fadeInBottom;
    animation-name: fadeInBottom;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* ---------------------------------------- */
/* 04. About
/*---------------------------------------- */
/* --
/*  - About One
/*---------------------------------------- */
/* -- About Video One -- */
.ht-about-video-one img {
    max-width: 100%;
}

.ht-about-video-one > h2 {
    font-weight: 700;
    max-width: 430px;
    margin: 0 auto 30px;
}

@media only screen and (max-width: 767px) {
    .ht-about-video-one > h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

.ht-about-video-one p {
    margin-bottom: 56px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #909090;
}

/* -- Video Box -- */
.ht-video-box-one {
    z-index: 1;
    text-align: center;
    padding: 200px 30px 190px;

    /* -- Medium -- */
    /* -- Small -- */
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-video-box-one {
        padding: 160px 30px 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-video-box-one {
        padding: 120px 30px 110px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-video-box-one {
        padding: 100px 30px 90px;
    }
}

@media only screen and (max-width: 479px) {
    .ht-video-box-one {
        padding: 80px 30px 70px;
    }
}

.ht-video-box-one::before {
    z-index: -1;
}

.ht-video-box-one a {
    display: inline-block;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .ht-video-box-one a {
        width: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}

.ht-video-box-one a img {
    max-width: 100%;
}

.ht-video-box-one h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-video-box-one h2 {
        font-size: 30px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-video-box-one h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .ht-video-box-one h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.ht-video-box-one.medium {
    padding: 150px 30px 140px;
}

@media only screen and (max-width: 767px) {
    .ht-video-box-one.medium {
        padding: 100px 30px 90px;
    }
}

@media only screen and (max-width: 479px) {
    .ht-video-box-one.medium {
        padding: 80px 30px 70px;
    }
}

.ht-video-box-one.medium a {
    margin-bottom: 15px;
}

.ht-video-box-one.medium h2 {
    font-size: 30px;
    line-height: 36px;
}

@media only screen and (max-width: 767px) {
    .ht-video-box-one.medium h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .ht-video-box-one.medium h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

.ht-video-box-one.small {
    padding: 120px 30px 110px;
}

@media only screen and (max-width: 767px) {
    .ht-video-box-one.small {
        padding: 100px 30px 90px;
    }
}

@media only screen and (max-width: 479px) {
    .ht-video-box-one.small {
        padding: 80px 30px 70px;
    }
}

.ht-video-box-one.small h2 {
    font-size: 24px;
    line-height: 30px;
}

@media only screen and (max-width: 479px) {
    .ht-video-box-one.small h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

/* -- About One -- */
.ht-content-box-one img {
    width: 100%;
    margin-bottom: 25px;
}

.ht-content-box-one h5 {
    font-size: 14px;
    font-weight: 700;
    color: #03a9f5;
    text-transform: uppercase;
}

.ht-content-box-one p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0;
}

/* --
/*  - About Three
/*---------------------------------------- */
/* -- About Studio Image -- */
.ht-studio-image {
    z-index: 9;
}

.ht-studio-image img {
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-studio-image img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .ht-studio-image img {
        width: 100%;
    }
}

/* -- Studio Content -- */
/* -- Studio Title -- */
.ht-studio-title h2 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 19px;
}

.ht-studio-title p {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 26px;
    color: #777777;
    margin-bottom: 40px;
}

/* -- Studio Text Box -- */
.ht-studio-text-box {
    padding-left: 30px;
    position: relative;
    margin-bottom: 30px;
}

.ht-studio-text-box:last-child {
    margin-bottom: 0px;
}

.ht-studio-text-box .dot {
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #c5c8c8;
}

.ht-studio-text-box .dot::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #535353;
}

.ht-studio-text-box .dot .line {
    position: absolute;
    left: -142px;
    top: 7px;
    height: 1px;
    width: 150px;
    background-color: #535353;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-studio-text-box .dot .line {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .ht-studio-text-box .dot .line {
        display: none;
    }
}

.ht-studio-text-box h5 {
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.ht-studio-text-box p {
    margin: 0;
    color: #777777;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    line-height: 24px;
}

/* ---------------------------------------
    05. Feature
----------------------------------------- */
/* -- Feature One -- */
.ht-feature-one {
    /* -- Icon -- */
    /* -- Content -- */
}

.ht-feature-one .icon {
    margin-bottom: 19px;
}

.ht-feature-one .icon i {
    display: block;
    font-size: 40px;
    line-height: 1;
    color: #666666;
}

.ht-feature-one .content {
    overflow: hidden;
}

.ht-feature-one .content h4 {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 17px;
}

.ht-feature-one .content p {
    font-family: "Poppins", sans-serif;
    color: #909090;
    font-weight: 300;
    max-width: 295px;
    padding: 0 10px;
    margin: auto;
}

.ht-feature-one.white {
    /* -- Icon -- */
    /* -- Content -- */
}

.ht-feature-one.white .icon i {
    color: #ffffff;
}

.ht-feature-one.white .content h4 {
    color: #ffffff;
}

.ht-feature-one.white .content p {
    color: #dddddd;
}

/* -- Theme Feature Image -- */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-theme-feature-image img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .ht-theme-feature-image img {
        width: 100%;
    }
}

/* -- Theme Feature Content -- */
.ht-theme-feature-content h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 900;
    margin-bottom: 23px;
}

@media only screen and (max-width: 479px) {
    .ht-theme-feature-content h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

.ht-theme-feature-content p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
}

.ht-theme-feature-content ul {
    margin-bottom: 30px;
}

.ht-theme-feature-content ul li {
    line-height: 28px;
    font-size: 14px;
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
}

/* --
    06. FunFact
------------------------------------------ */
.ht-funfact-one {
    border: 2px solid #ffffff;
    padding: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-funfact-one {
        padding: 20px 15px;
    }
}

.ht-funfact-one .icon {
    float: left;
    margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-funfact-one .icon {
        margin-right: 15px;
    }
}

.ht-funfact-one .icon i {
    font-size: 42px;
    display: block;
    color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-funfact-one .icon i {
        font-size: 36px;
    }
}

.ht-funfact-one .content {
    overflow: hidden;
}

.ht-funfact-one .content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    line-height: 24px;
    margin: 0 0 5px;
}

.ht-funfact-one .content p {
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-funfact-one .content p {
        font-size: 13px;
    }
}

/* ---------------------------------------- */
/* 07. Portfolio
/*---------------------------------------- */
/* -- Portfolio Wrap One -- */
.ht-portfolio-wrap-one {
    padding: 0 100px;
    background-position: top 30px right;
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .ht-portfolio-wrap-one {
        padding: 0 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-portfolio-wrap-one {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-portfolio-wrap-one {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-portfolio-wrap-one {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-portfolio-wrap-one {
        padding: 0 15px;
    }
}

/* -- Filter One -- */
.portfolio-filter-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 85px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .portfolio-filter-one {
        margin-bottom: 50px;
    }
}

.portfolio-filter-one button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: none;
    background-color: transparent;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #404040;
    padding: 0;
    margin: 0 18px 15px;
}

.portfolio-filter-one button.active,
.portfolio-filter-one button:hover {
    color: #ef3345;
}

/* -- Portfolio Style One -- */
.ht-portfolio-one {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ht-portfolio-one .image {
    display: block;
}

.ht-portfolio-one .image img {
    width: 100%;
}

.ht-portfolio-one .content {
    background-color: #ffffff;
    padding: 35px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-portfolio-one .content {
        padding: 25px 20px;
    }
}

@media only screen and (max-width: 479px) {
    .ht-portfolio-one .content {
        padding: 25px 20px;
    }
}

.ht-portfolio-one .content .title {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 9px;
    font-size: 20px;
}

@media only screen and (max-width: 479px) {
    .ht-portfolio-one .content .title {
        font-size: 16px;
    }
}

.ht-portfolio-one .content .title a {
    color: #666666;
}

.ht-portfolio-one .content .title a:hover {
    color: #ef3345;
}

.ht-portfolio-one .content span {
    font-size: 14px;
    line-height: 1;
    display: block;
    font-family: "Poppins", sans-serif;
    color: #909090;
    text-transform: capitalize;
}

.ht-portfolio-one:hover .image img {
    -webkit-transform: translateY(-55px);
    -ms-transform: translateY(-55px);
    transform: translateY(-55px);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-portfolio-one:hover .image img {
        -webkit-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

@media only screen and (max-width: 479px) {
    .ht-portfolio-one:hover .image img {
        -webkit-transform: translateY(-45px);
        -ms-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

.ht-portfolio-one:hover .content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* -- Portfolio Style One Small -- */
.ht-portfolio-one-small .content {
    padding: 20px 30px;
}

.ht-portfolio-one-small .content .title {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 9px;
    font-size: 16px;
}

.ht-portfolio-one-small .content span {
    font-size: 12px;
}

.ht-portfolio-one-small:hover .image img {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}

/* -- Portfolio Style Three -- */
.ht-portfolio-three .content .title a:hover {
    color: #03a9f5;
}

/* -- Load More Toggle -- */
.load-more-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.load-more-toggle i {
    margin-left: 10px;
    line-height: 30px;
}

/* ---------------------------------------- */
/* 08. Portfolio Details
/*---------------------------------------- */
/* -- Image -- */
.ht-portfolio-details-image-one img {
    margin-bottom: 30px;
    max-width: 100%;
}

.ht-portfolio-details-image-one img:last-child {
    margin-bottom: 0;
}

.ht-portfolio-details-image-one > .row > [class*="col-"] {
    margin-bottom: 30px;
}

/* -- Content -- */
.ht-portfolio-details-desc-one .title {
    font-size: 24px;
    font-weight: 500;
    color: #505050;
    line-height: 30px;
    margin-bottom: 20px;
}

.ht-portfolio-details-desc-one p {
    font-size: 16px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    color: #909090;
    margin-bottom: 28px;
}

.ht-portfolio-details-desc-one p:last-child {
    margin-bottom: 0;
}

/* -- Details Info -- */
.ht-portfolio-details-info-one .title {
    font-size: 24px;
    font-weight: 500;
    color: #505050;
    line-height: 30px;
    margin-bottom: 20px;
}

.ht-portfolio-details-info-one ul li {
    font-size: 16px;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
    color: #666666;
    font-weight: 300;
}

.ht-portfolio-details-info-one ul li span {
    font-weight: 500;
    margin-right: 5px;
}

.ht-portfolio-details-info-one ul li a {
    margin-right: 5px;
}

.ht-portfolio-details-info-one ul li a:hover {
    color: #ef3345;
}

.ht-portfolio-details-info-one ul li a i {
    font-size: 14px;
}

/* -- Details Info -- */
.ht-portfolio-details-info-three ul li a:hover {
    color: #03a9f5;
}

/* ---------------------------------------- */
/* 09. Team
/*---------------------------------------- */
.ht-team-one {
    text-align: center;
}

.ht-team-one .image {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto 20px;
    border: 1px solid #e7e7e7;
}

.ht-team-one .image::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: #03a9f5;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    border-radius: 50%;
}

.ht-team-one .image img {
    width: 100%;
}

.ht-team-one .image .social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ht-team-one .image .social a {
    color: #ffffff;
    display: block;
    margin: 0 10px;
}

.ht-team-one .image .social a i {
    display: block;
    font-size: 16px;
}

.ht-team-one .content h4 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #191919;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.ht-team-one .content h5 {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    color: #666666;
    margin-bottom: 11px;
}

.ht-team-one .content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.ht-team-one:hover .image::before {
    opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ht-team-one:hover .image .social {
    bottom: 40px;
    opacity: 1;
}

/* ---------------------------------------
    10. CTA
----------------------------------------- */
/* -- CTA One -- */
.ht-cta-content h1 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 700;
    color: #404040;
    line-height: 1;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .ht-cta-content h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 479px) {
    .ht-cta-content h1 {
        font-size: 24px;
    }
}

.ht-cta-content p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    max-width: 750px;
    margin: auto;
    color: #505050;
    margin-bottom: 24px;
}

@media only screen and (max-width: 479px) {
    .ht-cta-content p {
        font-size: 14px;
        line-height: 24px;
    }
}

.ht-cta-content.text-white h1 {
    color: #ffffff;
}

.ht-cta-content.text-white p {
    color: #e8e8e8;
}

/* ---------------------------------------- */
/* 11. Testimonial
/*---------------------------------------- */
.ht-testimonial-slider-two .slick-arrow {
    border: none;
    position: absolute;
    top: 111px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: #19252e;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    z-index: 9999;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-testimonial-slider-two .slick-arrow {
        top: 130px;
    }
}

.ht-testimonial-slider-two .slick-arrow.slick-prev {
    left: -45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-testimonial-slider-two .slick-arrow.slick-prev {
        left: -5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-testimonial-slider-two .slick-arrow.slick-prev {
        left: -5px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-testimonial-slider-two .slick-arrow.slick-prev {
        left: -5px;
    }
}

.ht-testimonial-slider-two .slick-arrow.slick-next {
    right: -45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .ht-testimonial-slider-two .slick-arrow.slick-next {
        right: -5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-testimonial-slider-two .slick-arrow.slick-next {
        right: -5px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-testimonial-slider-two .slick-arrow.slick-next {
        right: -5px;
    }
}

.ht-testimonial-slider-two .slick-arrow:hover {
    background-color: #03a9f5;
    -webkit-box-shadow: 0 10px 35px -7px rgba(3, 169, 245, 0.8);
    box-shadow: 0 10px 35px -7px rgba(3, 169, 245, 0.8);
}

.ht-testimonial-slider-two .slick-arrow i {
    line-height: 40px;
    font-size: 24px;
}

.ht-testimonial-slider-two .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.ht-testimonial-slider-two .slick-dots li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 5px;
}

.ht-testimonial-slider-two .slick-dots li button {
    border: 1px solid #404040;
    width: 12px;
    height: 12px;
    padding: 0;
    border-radius: 50%;
    background-color: transparent;
    text-indent: -9999px;
}

.ht-testimonial-slider-two .slick-dots li.slick-active button {
    background-color: #404040;
}

/* -- Single Testimonial Two -- */
.ht-testimonial-two {
    text-align: center;
}

.ht-testimonial-two p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    position: relative;
    z-index: 1;
    margin-bottom: 32px;
}

.ht-testimonial-two p::before {
    font-family: 'Fontawesome';
    content: "\f10d";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    color: #404040;
    font-size: 74px;
    line-height: 1;
    opacity: 0.1;
    z-index: -1;
}

.ht-testimonial-two h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #505050;
    margin-bottom: 6px;
}

.ht-testimonial-two h5 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 0;
}

/* ---------------------------------------- */
/* 12. Client
/*---------------------------------------- */
.ht-client-one-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .ht-client-one-wrap {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

/* -- Client Image -- */
.ht-client-image-one {
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .ht-client-image-one {
        width: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .ht-client-image-one {
        width: 80px;
        margin: 0 20px 30px;
    }
}

.ht-client-image-one img {
    max-width: 100%;
}

.ht-client-image-one img.hover-image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 9;
}

.ht-client-image-one:hover img {
    opacity: 0;
}

.ht-client-image-one:hover img.hover-image {
    opacity: 1;
}

/* ---------------------------------------- */
/* 13. Blog
/*---------------------------------------- */
.ht-blog-three {
    /* -- Image -- */
    /* -- Content -- */
}

.ht-blog-three .image {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}

.ht-blog-three .image img {
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.ht-blog-three .content {
    /* -- Meta -- */
    /* -- Title -- */
    /* -- Description -- */
    /* -- Button -- */
}

.ht-blog-three .content .meta .meta-item {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #909090;
    line-height: 24px;
    padding-right: 12px;
    margin-right: 11px;
    position: relative;
}

.ht-blog-three .content .meta .meta-item::before {
    position: absolute;
    height: 9px;
    right: 0;
    content: "";
    background-color: #909090;
    width: 1px;
    top: 50%;
    margin-top: -5px;
}

.ht-blog-three .content .meta .meta-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.ht-blog-three .content .meta .meta-item:last-child::before {
    display: none;
}

.ht-blog-three .content .meta a:hover {
    color: #03a9f5;
}

.ht-blog-three .content .title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 5px 0 10px;
}

.ht-blog-three .content .title a {
    color: #505050;
}

.ht-blog-three .content .title a:hover {
    color: #03a9f5;
}

.ht-blog-three .content .desc {
    margin-top: 13px;
}

.ht-blog-three .content .desc p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #909090;
}

.ht-blog-three .content .btn {
    margin-top: 22px;
}

.ht-blog-three:hover .image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* ---------------------------------------- */
/* 14. Blog Details
/*---------------------------------------- */
.ht-blog-three-details {
    /* -- Image -- */
    /* -- Content -- */
}

.ht-blog-three-details .image {
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.ht-blog-three-details .image img {
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.ht-blog-three-details .content {
    /* -- Meta -- */
    /* -- Title -- */
    /* -- Description -- */
    /* -- Button -- */
}

.ht-blog-three-details .content .meta .meta-item {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #909090;
    line-height: 24px;
    padding-right: 12px;
    margin-right: 11px;
    position: relative;
}

.ht-blog-three-details .content .meta .meta-item::before {
    position: absolute;
    height: 9px;
    right: 0;
    content: "";
    background-color: #909090;
    width: 1px;
    top: 50%;
    margin-top: -5px;
}

.ht-blog-three-details .content .meta .meta-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.ht-blog-three-details .content .meta .meta-item:last-child::before {
    display: none;
}

.ht-blog-three-details .content .meta a:hover {
    color: #03a9f5;
}

.ht-blog-three-details .content .title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    border-bottom: 1px solid #e3e3e3;
    color: #505050;
    padding: 5px 0 15px;
}

@media only screen and (max-width: 479px) {
    .ht-blog-three-details .content .title {
        font-size: 18px;
    }
}

.ht-blog-three-details .content .desc {
    margin-top: 13px;
}

.ht-blog-three-details .content .desc p {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #666666;
    font-size: 16px;
    line-height: 28px;
}

.ht-blog-three-details .content .desc img {
    max-width: 100%;
}

.ht-blog-three-details .content .btn {
    margin-top: 22px;
}

/* -- Author -- */
.ht-blog-author-three {
    background-color: #19252e;
    padding: 40px;
    margin-top: 60px;
    margin-bottom: 80px;
}

.ht-blog-author-three .image {
    width: 95px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 30px;
    float: left;
}

@media only screen and (max-width: 767px) {
    .ht-blog-author-three .image {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.ht-blog-author-three .image img {
    width: 100%;
}

.ht-blog-author-three .content h5 {
    font-weight: 700;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 1px;
}

.ht-blog-author-three .content h5 a:hover {
    color: #03a9f5;
}

.ht-blog-author-three .content span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 5px;
}

.ht-blog-author-three .content p {
    margin-bottom: 0;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #dedede;
}

/* -- Comment List Wrap -- */
.ht-comment-list-one-wrap {
    margin-bottom: 30px;
    overflow: hidden;
}

.ht-comment-list-one-wrap h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #505050;
    line-height: 1;
    margin-bottom: 50px;
}

/* -- Comment List -- */
.ht-comment-list-three li ul {
    margin-left: 135px;
}

@media only screen and (max-width: 767px) {
    .ht-comment-list-three li ul {
        margin-left: 0;
    }
}

/* -- Comment -- */
.ht-blog-comment-three {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
}

.ht-blog-comment-three .image {
    width: 95px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    margin-right: 30px;
    float: left;
}

@media only screen and (max-width: 767px) {
    .ht-blog-comment-three .image {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.ht-blog-comment-three .image img {
    width: 100%;
}

.ht-blog-comment-three .content h4 {
    font-weight: 500;
    color: #505050;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 0;
}

.ht-blog-comment-three .content .time {
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    color: #909090;
    font-size: 12px;
    line-height: 14px;
    display: block;
    float: left;
    margin-top: 7px;
}

.ht-blog-comment-three .content .reply {
    float: right;
    margin-bottom: 0;
    background-color: #19252e;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 12px;
    text-transform: capitalize;
    line-height: 14px;
    padding: 6px 19px;
}

.ht-blog-comment-three .content .reply:hover {
    background-color: #03a9f5;
}

.ht-blog-comment-three .content p {
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    color: #909090;
    margin-top: 12px;
}

/* -- Comment Form Wrap -- */
.ht-comment-form-one-wrap h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #505050;
    line-height: 1;
    margin-bottom: 50px;
}

/* -- Comment Form -- */
.ht-comment-form-one input {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #eaeaea;
    height: 36px;
    padding: 0;
    width: 100%;
    color: #909090;
    font-size: 13px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
}

.ht-comment-form-one input:focus {
    border-color: #03a9f5;
}

.ht-comment-form-one input:focus + label {
    margin-top: -15px;
    font-size: 11px;
}

.ht-comment-form-one input[type="submit"] {
    height: 41px;
    border: 2px solid #03a9f5;
    color: #03a9f5;
    line-height: 30px;
    padding: 3px 50px;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: auto;
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: transparent;
}

.ht-comment-form-one input[type="submit"]:hover {
    background-color: #03a9f5;
    color: #ffffff;
    -webkit-box-shadow: 0 10px 35px -7px rgba(3, 169, 245, 0.8);
    box-shadow: 0 10px 35px -7px rgba(3, 169, 245, 0.8);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.ht-comment-form-one textarea {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #eaeaea;
    height: 80px;
    resize: none;
    padding: 0;
    width: 100%;
    color: #909090;
    font-size: 13px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 40px;
}

.ht-comment-form-one textarea:focus {
    border-color: #03a9f5;
}

.ht-comment-form-one textarea:focus + label {
    margin-top: -20px;
    font-size: 11px;
}

.ht-comment-form-one label {
    position: absolute;
    color: #909090;
    font-size: 13px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    left: 15px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    top: 0;
}

/* ---------------------------------------- */
/* 15. Sidebar
/*---------------------------------------- */
.ht-sidebar-three {
    margin-bottom: 50px;
    float: left;
    width: 100%;
}

.ht-sidebar-three .sidebar-title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    padding-bottom: 11px;
    position: relative;
    margin-bottom: 30px;
}

.ht-sidebar-three .sidebar-title::before,
.ht-sidebar-three .sidebar-title::after {
    position: absolute;
    left: 0;
    content: "";
    height: 1px;
    background-color: #404040;
}

.ht-sidebar-three .sidebar-title::before {
    bottom: 3px;
    width: 54px;
}

.ht-sidebar-three .sidebar-title::after {
    bottom: 0px;
    width: 27px;
}

/* -- Sidebar One Search -- */
.ht-sidebar-three-search form {
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
}

.ht-sidebar-three-search form input {
    width: 100%;
    border: none;
    line-height: 24px;
    padding: 9px 18px;
    background-color: transparent;
    color: #909090;
}

.ht-sidebar-three-search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    padding: 0;
    border: none;
    color: #909090;
    padding: 0 15px;
}

.ht-sidebar-three-search form button:hover {
    color: #03a9f5;
}

.ht-sidebar-three-search form button i {
    font-size: 18px;
    line-height: 42px;
    display: block;
}

/* -- Sidebar One Link -- */
.ht-sidebar-three-link li {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.ht-sidebar-three-link li:last-child {
    margin-bottom: 0;
}

.ht-sidebar-three-link li a {
    display: block;
    position: relative;
    font-family: "Poppins", sans-serif;
    line-height: 30px;
    font-weight: 400;
}

.ht-sidebar-three-link li a span {
    float: right;
    display: block;
}

/* -- Sidebar One Blog -- */
.ht-sidebar-three-blog {
    margin-bottom: 25px;
    float: left;
    width: 100%;
}

.ht-sidebar-three-blog:last-child {
    margin-bottom: 0;
}

.ht-sidebar-three-blog .image {
    width: 67px;
    margin-right: 13px;
    float: left;
}

.ht-sidebar-three-blog .image img {
    width: 100%;
}

.ht-sidebar-three-blog .content .title {
    font-weight: 500;
    font-size: 14px;
}

.ht-sidebar-three-blog .content .title a:hover {
    color: #03a9f5;
}

.ht-sidebar-three-blog .content span {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #909090;
    text-transform: uppercase;
    position: relative;
    padding-right: 16px;
    margin-right: 15px;
    display: block;
    float: left;
}

.ht-sidebar-three-blog .content span:last-child {
    margin-right: 0;
    padding-right: 0;
}

.ht-sidebar-three-blog .content span:last-child::before {
    display: none;
}

.ht-sidebar-three-blog .content span::before {
    content: "";
    height: 9px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 2px;
    background-color: #909090;
}

/* -- Sidebar One Instagram -- */
.ht-sidebar-three-instagram {
    float: left;
    margin: 0 -2px;
}

.ht-sidebar-three-instagram li {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    padding: 0 2px 4px;
}

@media only screen and (max-width: 479px) {
    .ht-sidebar-three-instagram li {
        width: 33.33%;
    }
}

.ht-sidebar-three-instagram li a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
}

.ht-sidebar-three-instagram li a::before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    background-color: #03a9f5;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ht-sidebar-three-instagram li a::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: -15px;
    margin-top: -15px;
    content: "\f16d";
    font-family: 'Fontawesome';
    color: #ffffff;
    display: block;
    font-size: 16px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ht-sidebar-three-instagram li a img {
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ht-sidebar-three-instagram li a:hover::before {
    opacity: 0.6;
}

.ht-sidebar-three-instagram li a:hover::after {
    opacity: 1;
}

.ht-sidebar-three-instagram li a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* -- Sidebar One Tags -- */
.ht-sidebar-three-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ht-sidebar-three-tags a {
    display: block;
    float: left;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-weight: 400;
    line-height: 16px;
    padding: 6px 20px;
    background-color: #19252e;
    margin-bottom: 10px;
    margin-right: 10px;
}

.ht-sidebar-three-tags a:hover {
    background-color: #03a9f5;
}

/* ---------------------------------------
    16. Contact
----------------------------------------- */
/* -- Contact Info -- */
.ht-contact-info-one .title {
    font-size: 30px;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
    .ht-contact-info-one .title {
        font-size: 24px;
    }
}

.ht-contact-info-one p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 33px;
}

.ht-contact-info-one ul {
    margin-bottom: 55px;
}

.ht-contact-info-one ul li {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    color: #909090;
    margin-bottom: 6px;
}

.ht-contact-info-one ul li:last-child {
    margin-bottom: 0;
}

.ht-contact-info-one ul li span {
    font-weight: 500;
    color: #666666;
}

/* -- Contact Form -- */
.ht-contact-form-one {
    max-width: 370px;
}

.ht-contact-form-one .title {
    font-size: 30px;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
    .ht-contact-form-one .title {
        font-size: 24px;
    }
}

.ht-contact-form-one input {
    height: 46px;
    line-height: 24px;
    background-color: #f0f3f4;
    border-radius: 25px;
    padding: 11px 25px;
    border: none;
    font-family: "Montserrat", sans-serif;
    color: #999999;
    width: 100%;
    margin-bottom: 15px;
}

.ht-contact-form-one input[type="submit"] {
    margin-bottom: 0;
    padding: 11px 35px;
    background-color: #03a9f5;
    color: #ffffff;
    text-transform: uppercase;
    width: auto;
    font-size: 14px;
    font-weight: 500;
}

.ht-contact-form-one input[type="submit"]:hover {
    -webkit-box-shadow: 0 10px 35px -7px rgba(3, 169, 245, 0.8);
    box-shadow: 0 10px 35px -7px rgba(3, 169, 245, 0.8);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.ht-contact-form-one textarea {
    height: 90px;
    line-height: 24px;
    background-color: #f0f3f4;
    border-radius: 25px;
    padding: 11px 25px;
    border: none;
    font-family: "Montserrat", sans-serif;
    color: #999999;
    resize: none;
    width: 100%;
    margin-bottom: 15px;
}

.ht-contact-form-one .form-messege {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

/* -- Contact Map -- */
.ht-contact-map-three .map {
    width: 100%;
    height: 500px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .ht-contact-map-three .map {
        height: 350px;
    }
}

/* ---------------------------------------
    17. Footer
----------------------------------------- */
/* -- Footer Widget -- */
.ht-footer-widget-one {
    /* -- Widget Title -- */
    /* -- Logo -- */
    /* -- Social -- */
    /* -- Link List -- */
    /* -- Blog -- */
    /* -- Subscribe -- */
}

.single-footer h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    text-transform: capitalize;
}

.loc-address > span {
    display: flex;
    line-height: 24px;
}

.loc-address > span i {
    font-size: 18px;
    width: 30px;
    text-align: center;
    margin-right: 5px;
    margin-top: 2px;
}

.loc-address span + span {
    margin-top: 12px;
}

.payment-mth {
    margin-top: 30px;
}

.footer-content ul li:not(:last-child) {
    line-height: 30px;
}

.footer-content ul li a {
    font-size: 14px;
    text-transform: capitalize;
}

.footer-content ul li:hover a {
    padding-left: 10px;
}

.footer-link-list li {
    color: #ffffff;
    margin-bottom: 8px;
}

.footer-middle-content {
    border-top: 1px solid #2d3846;
    border-bottom: 1px solid #2d3846;
}

.footer-link-list li span.title {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-right: 10px;
    padding: 10px 32px 10px 17px;
}

.footer-link-list li a {
    color: hsl(216, 15%, 65%);
    font-size: 13px;
    text-decoration: none;
}

.footer-link-list li a:hover {
    color: #fff;
}

.footer-bottom-content p a:hover {
    color: #f1ac06;
}

.footer-social-content li {
    display: inline-block;
    margin-left: 15px;
}

.footer-social-content li a {
    border-radius: 5px;
    color: #555;
    display: block;
    line-height: 43px;
    padding: 0 3px;
    text-align: center;
    text-decoration: none;
}

.footer-social-content li a:hover {
    color: #f1ac06;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
}

.ht-footer-widget-one .widget-title {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    line-height: 12px;
    color: #ffffff;
    padding-bottom: 28px;
    margin-bottom: 30px;
}

.ht-footer-widget-one .widget-title::before,
.ht-footer-widget-one .widget-title::after {
    position: absolute;
    content: "";
    left: 0;
    height: 1px;
    background-color: #ffffff;
}

.ht-footer-widget-one .widget-title::before {
    width: 60px;
    bottom: 6px;
}

.ht-footer-widget-one .widget-title::after {
    bottom: 0;
    width: 30px;
}

.ht-footer-widget-one .logo {
    margin-bottom: 30px;
}

.ht-footer-widget-one p {
    color: #dddddd;
    margin-bottom: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

.ht-footer-widget-one .ht-footer-social-one a {
    color: #dddddd;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid transparent;
    text-align: center;
    margin-right: 5px;
    float: left;
}

.ht-footer-widget-one .ht-footer-social-one a:last-child {
    margin-right: 0;
}

.ht-footer-widget-one .ht-footer-social-one a:hover {
    border-color: #03a9f5;
    color: #03a9f5;
}

.ht-footer-widget-one .ht-footer-social-one a i {
    font-size: 13px;
    line-height: 24px;
    display: block;
}

.ht-footer-widget-one ul li {
    margin-bottom: 9px;
}

.ht-footer-widget-one ul li:last-child {
    margin-bottom: 0;
}

.ht-footer-widget-one ul li a {
    color: #dddddd;
    line-height: 24px;
    padding-left: 19px;
    position: relative;
    font-family: "Poppins", sans-serif;
}

.ht-footer-widget-one ul li a::before {
    font-family: 'Fontawesome';
    content: "\f0da";
    position: absolute;
    left: 0;
    line-height: 24px;
    top: 0;
}

.ht-footer-widget-one ul li a:hover {
    color: #03a9f5;
    margin-left: 5px;
}

.ht-footer-widget-one .ht-footer-blog {
    border-bottom: 1px solid #383838;
    margin-bottom: 20px;
}

.ht-footer-widget-one .ht-footer-blog:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.ht-footer-widget-one .ht-footer-blog:last-child .meta {
    margin-bottom: 0;
}

.ht-footer-widget-one .ht-footer-blog .title {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 9px;
}

.ht-footer-widget-one .ht-footer-blog .title a {
    color: #d5d5d5;
}

.ht-footer-widget-one .ht-footer-blog .title a:hover {
    color: #03a9f5;
}

.ht-footer-widget-one .ht-footer-blog .meta {
    overflow: hidden;
    margin-bottom: 18px;
}

.ht-footer-widget-one .ht-footer-blog .meta .meta-item {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 16px;
    margin-right: 20px;
    color: #dddddd;
    float: left;
}

.ht-footer-widget-one .ht-footer-blog .meta .meta-item:last-child {
    margin-right: 0;
}

.ht-footer-widget-one .ht-footer-blog .meta a:hover {
    color: #03a9f5;
}

.ht-footer-widget-one .ht-footer-subscribe-form-one {
    padding-right: 40px;
    position: relative;
    max-width: 300px;
}

.ht-footer-widget-one .ht-footer-subscribe-form-one input {
    width: 100%;
    height: 40px;
    background-color: #29353e;
    border: none;
    color: #dddddd;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    padding: 8px 16px;
}

.ht-footer-widget-one .ht-footer-subscribe-form-one button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    background-color: #03a9f5;
    border: none;
    text-align: center;
    color: #ffffff;
}

.ht-footer-widget-one .ht-footer-subscribe-form-one button:hover {
    background-color: #0398dc;
}

.ht-footer-widget-one .ht-footer-subscribe-form-one button i {
    display: block;
    font-size: 14px;
    line-height: 40px;
}

/* -- Footer Bottom -- */
.ht-footer-bottom-section-one {
    background-color: #22303b;
    padding: 13px 0;
}

/* -- Footer Copyright -- */
.ht-footer-copyright-one {
    text-align: center;
}

.ht-footer-copyright-one p {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    line-height: 24px;
    color: #dddddd;
}

.ht-footer-copyright-one p a {
    color: #03a9f5;
}

.ht-footer-copyright-one p a:hover {
    text-decoration: underline;
}
