/**
  * Name: Ingl
  * Version: 1.0.2
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

/**
  * root
  * General
  * Elements
  * List 
  * Typography
  * Fixes 
  * Define
  * loading-overlay
  * header
  * Main
  * widget
  * footer
*/

/*root*/
:root {
    --primary-color: #ff5b2e !important;
    --primary-color2: #75696d !important;
    --primary-color3: #261f25 !important;
    --black-color: #000 !important;
    --white-color: #ffff !important;
    --rubik-font: "Rubik", sans-serif;
    --opensans-font: "Open Sans", sans-serif;
    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
}

/* General
-------------------------------------------------------------- */
body,
button,
select,
textarea {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    color: var(--black-color);
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    overflow-y: auto;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
strong,
b,
cite {
    font-weight: bold;
}
dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}
blockquote {
    position: relative;
    background-color: transparent;
    margin: 0px;
    padding: 0 0 0 32px;
}
blockquote > p:last-child {
    margin-bottom: 0;
}
blockquote cite {
    position: absolute;
    right: 0;
    bottom: 0;
}
blockquote em,
blockquote i {
    font-style: normal;
}
abbr,
acronym {
    border-bottom: 1px dotted #e0e0e0;
    cursor: help;
}
mark,
ins {
    text-decoration: none;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -6px;
}
sub {
    bottom: -3px;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
address {
    font-style: italic;
    margin: 0 0 20px;
}
code,
kbd,
tt,
var,
samp,
pre {
    margin: 20px 0;
    padding: 4px 12px;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    overflow-x: auto;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    border-radius: 0;
    height: auto;
}

/* Elements
-------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
hr {
    background-color: #e0e0e0;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

/* List */
ul,
ol {
    padding: 0;
    margin: 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
}
li {
    list-style: none;
}
dl,
dd {
    margin: 0 0 20px;
}
dt {
    font-weight: bold;
}
del,
.disable {
    text-decoration: line-through;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* Table */
table,
th,
td {
    border: 1px solid #e0e0e0;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}
td {
    border-width: 0 1px 1px 0;
}
th,
td {
    padding: 8px 12px;
}
a:hover {
    text-decoration: none;
}

/* Media */
embed,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}
p > embed,
p > iframe,
p > object,
p > video {
    margin-bottom: 0;
}

/* Typography
-------------------------------------------------------------- */
p{
	margin:0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin:0px;
	text-transform:uppercase;
	font-weight:600;
	line-height:1.2em;
}

h1 {
    font-size: 72px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 36px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

/* Fixes */
button,
input {
    line-height: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}
input,
textarea {
    font-size: 1em;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
}
textarea {
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top; /* Improves readability and alignment in all browsers */
}
input[type="checkbox"] {
    display: inline;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    border: 0;
}
input[type="checkbox"],
input[type="radio"] {
    padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
    -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
}
input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #f7f7f7 inset;
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type="search"] {
    outline: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

/* Input normal */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-family: var(--opensans-font);
    font-size: 14px;
    font-weight: var(--font-weight-regular);
    color: #777777;
    border: 1px solid #e7e7e7;
    padding: 13px 20px;
    letter-spacing: 0px;
    background-color: transparent;
    line-height: inherit;
    width: 100%;
    margin-bottom: 24px;
    height: auto;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease 0.238s;
    -moz-transition: border ease 0.238s;
    transition: border ease 0.238s;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: var(--primary-color);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 14px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 21px 33px;
    display: inline-block;
    font-family: "Rubik", sans-serif;
    -webkit-appearance: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    color: var(--primary-color);
    background-color: #fff;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #aea2a6;
}
:-moz-placeholder {
    color: #aea2a6;
}
::-moz-placeholder {
    color: #aea2a6;
    opacity: 1;
} /* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
    color: #aea2a6;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url(../images/pattern/arrow.png) !important;
    background-position: 93% 50% !important;
    background-repeat: no-repeat !important;
  }

/* Links */
a {
    color: #222;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover,
a:focus,
a:active {
    outline: 0;
    color: var(--primary-color);
    text-decoration: none;
}

/* slide */
.slide-font-1 {
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color2);
    letter-spacing: 4px;
}

.slide-font-2 {
    font-family: "Jost", sans-serif;
    font-size: 68px;
    font-weight: 700;
    color: var(--primary-color2);
    letter-spacing: -0.7px !important;
}

/* define 
----------------------------------------------*/
.fl-section {
    padding: 120px 0 !important;
}

.fl-section-top {
    padding: 120px 0px 0px 0px;
}

.fl-section-top2 {
    padding: 115px 0px 0px 0px;
}

.fl-section-bot {
    padding: 0px 0px 120px 0px;
}

.fl-left {
    float: left;
}

.fl-right {
    float: right;
}

.mgt-none {
    margin-top: 0 !important;
}

.mgr-none {
    margin-right: 0 !important;
}

.mgbt-none {
    margin-bottom: 0 !important;
}

.theme-color {
    color: var(--primary-color) !important;
}

.white-color {
    color: var(--white-color) !important;
}

.muted-color {
    color: var(--primary-color2) !important;
}

.theme-color3 {
    color: var(--primary-color3) !important;
}

.bg-theme {
    background-color: var(--primary-color);
}

.bg-dark {
    background-color: var(--primary-color3);
}

a.theme-color3:hover,
a.white-color:hover,
a.muted-color:hover {
    color: var(--primary-color) !important;
}

a.hv-color3:hover {
    color: var(--primary-color3) !important;
}

a.hv-white:hover {
    color: var(--white-color) !important;
}

.default-img img {
    width: 100%;
    object-fit: cover;
}

.fl-border-50 img {
    border-radius: 50%;
}

.f-regular {
    font-weight: var(--font-weight-regular);
}

.pdt-10 {
    padding-top: 10px !important;
}
.pdt-15 {
    padding-top: 15px !important;
}
.pdt-30 {
    padding-top: 30px !important;
}
.pdl-90 {
    padding-left: 90px !important;
}
.pdr-20 {
    padding-right: 20px !important;
}
.pdl-15 {
    padding-left: 15px !important;
}
.mgbt-10 {
    margin-bottom: 10px;
}
.mgbt-30 {
    margin-bottom: 30px;
}
.mgbt-60 {
    margin-bottom: 60px;
}

.fl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.fl-rela {
    position: relative;
}

.fl-max-with {
    width: 100%;
}

.owl-carousel.dots-none .owl-dots {
    display: none;
}

.hv-bg::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    visibility: hidden;
    position: absolute;
    background: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hv-bg:hover::before {
    opacity: 1;
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: "alpha(opacity=1)";
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fl-feature {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay-feature {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay-feature.dark {
    opacity: 1;
    visibility: visible;
    background-color: rgba(37, 28, 36, 0.8);
}

.overlay-feature.dark-2 {
    opacity: 1;
    visibility: visible;
    background-color: rgba(90, 78, 78, 0.4);
}

.fl-feature.active .overlay-feature,
.fl-feature:hover .overlay-feature,
.tf-article:hover .fl-feature .overlay-feature {
    opacity: 1;
    visibility: visible;
    background-color: rgba(71, 66, 70, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay-feature-light {
    width: 100%;
    height: 100%;
    background-color: rgba(225, 225, 225, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fl-feature:hover .overlay-wrap,
.fl-feature.active .overlay-wrap,
.fl-feature:hover .overlay-feature-light,
.fl-feature.active .overlay-feature-light {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.overlay-wrap {
    width: 100%;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
	text-transform:uppercase;
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.border-theme {
    width: 100%;
    height: 5px;
    background: var(--primary-color);
    position: relative;
    bottom: -120px;
    left: 0;
}
/* loading-overlay
-------------------------------------------------------------- */
#loading-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}

#loading-overlay .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
}

#loading-overlay .loader:before,
#loading-overlay .loader:after {
    position: absolute;
    display: inline-block;
    width: 60px;
    height: 60px;
    content: "";
    -webkit-animation: preloader-wave 1.6s linear infinite;
    animation: preloader-wave 1.6s linear infinite;
    border-radius: 50%;
    background: var(--primary-color);
}

#loading-overlay .loader:after {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.9;
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
    }
}
@keyframes preloader-wave {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0.9;
    }
    100% {
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2);
        opacity: 0;
    }
}

/* Show search */

.header-search {
    margin-right: 25px;
}

.show-search { 
    position: relative;   
    min-width: 20px;
    z-index: 10;
    display: flex;
    align-items: center;
    height: 100%;
}

.show-search > a {
	width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #75696d64;
    color: var(--primary-color);
}

.header-search .widget_search .search-form button {
    padding: 14px 29px;
}

.show-search > a:hover {
    background: var(--primary-color3);
}

.show-search a {    
    position: relative;
}

.top-search {
	line-height: normal;
    position: absolute;
    right: 0px;
    top: 120%;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-search.show {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: 100%;
}


/* Scroll Top
-------------------------------------------------------------- */
#scroll-top {
    position: fixed;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    z-index: 999;
    right: 14px;
    bottom: 23px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    overflow: hidden;
}

#scroll-top.show {
    right: 24px;
    opacity: 1;
    visibility: visible;
}

#scroll-top:before,
#scroll-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#scroll-top:before {
    z-index: -1;
    background-color: var(--primary-color);
}

#scroll-top:after {
    content: "\f0d8 ";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff;
}

#scroll-top:hover {
    bottom: 20px;
}

#scroll-top:hover:after {
    color: var(--primary-color3);
}

/* header 
------------------------------------------------*/
#header.bg-style-2 {
    background-image: url(../images/common/header-baner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    background-position: center;
}

#header.bg-style-1 {
    width: 100%;
    position: absolute;
    z-index: 4;
    background-position: center;
    height: 160px;
}

#header.bg-style-3 {
    width: 100%;
    position: absolute;
    z-index: 4;
    background-position: center;
}

.header-fixed #header.bg-style-1,
.header-fixed #header.bg-style-3 {
    position: fixed;
}

#header.bg-style-4 {
    background-image: url(../images/common/bg-slider3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 4;
    background-position: center;
}

.overlay-image-left {
    position: absolute;
    overflow: hidden;
    top: 274px;
    left: 0;
    z-index: 1;
    width: 146px;
    height: 360px;
}

.overlay-image-right {
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: -10px;
    z-index: 1;
    width: 790px;
    opacity: 0.2;
    height: 873px;
}

#site-header {
    width: 100%;
}

#site-header.header2 {
    width: unset;
} 

.site-header-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.site-header-inner.fl-st-1 {
    height: 130px;
}

.site-header-inner .logo {
    width: 24.56%;
    background: var(--primary-color3);
    z-index: 1;
}

.site-header-inner .logo a {
    padding-left: 41%;
    line-height: 160px;
}

.site-header-inner .top-header {
    width: 75.44%;
    position: relative;
    z-index: 3;
}

.top-header .top-bar-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.top-header .top-bar-header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.top-bar-left,
.top-bar-right {
    width: 50%;
    line-height: 70px;
}

.top-social {
    padding-left: 98px;
}

.top-social li {
    margin-right: 27px;
}

.top-social li a {
    line-height: 72px;
    color: #fff;
}

.top-social li a.active,
.top-social li a:hover {
    color: var(--primary-color);
}

.top-social li a i {
    font-size: 17px;
}

.top-social li a.custom i {
    font-size: 27px;
    position: relative;
    top: 3px;
}

.top-bar-right ul {
    float: right;
    padding-right: 155px;
}

.top-bar-right ul li {
    margin-right: 35px;
}

.top-bar-right ul li a {
    color: #f1f1f1;
    font-size: 14px;
    letter-spacing: -0.2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.top-bar-right ul li span {
    font-weight: 500;
    font-size: 14px;
    color: var(--white-color);
}


.top-bar-right ul li a:hover {
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header2 .header-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header2 .header-topbar {
    background: var(--primary-color3);
}

.header2 .inner-topbar {
    height: 50px;
}

.header2 .header-topbar .inner-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.header2 .header-topbar .inner-topbar .top-social,
.header2 .top-bar-right ul {
    display: flex;
    align-items: center;
}

.header2 .inner-topbar .content-right {
    display: flex;
    align-items: center;
}

.header2 .inner-topbar .content-right .top-bar-right ul {
    padding-right: 0px;
}

.header2 .header-topbar .top-social {
    padding-left: 0px;
}

.header2 .top-bar-left, .header2 .top-bar-right,
.header2 .contact-header {
    width: unset;
    line-height: unset;
    padding-top: unset;
}

.header2 .header-bottom,
.header2 .header-bottom .header-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header2 #mainnav .menu li a,
.header2 #mainnav .menu > li.menu-item-has-children > a::after {
    color: var(--primary-color3);
}

.header2 .header-bottom .header-center .header-search {
    margin-right: 0px;
}

.header2 .header-bottom .header-center .header-search a {
    background: #e7e7e7;
}

.header2 .header-bottom .header-center .header-search a:hover {
    background: var(--primary-color3);
}

.header2 #mainnav .menu > li > a {
    line-height: 89px;
}

.header2.is-fixed {
    background: #fff !important;
}

.header2.is-fixed .header-topbar {
    display: none;
}

.header2 .contact-header .btn-contact-header a {
    margin-top: 7px;
    padding: 13px 32px 9px 32px;
}

.header-content {
    width: 100%;
    z-index: 5;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.over-lay-navwrap {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.over-lay-navwrap.fl-st-1 {
    background-color: var(--white-color);
    opacity: 0.1;
}

.over-lay-navwrap.fl-st-2 {
    background-color: var(--primary-color3);
    opacity: 1;
}

.top-header .nav-wrap {
    width: 75%;
    line-height: 88px;
    padding-left: 98px;
    z-index: 999;
}

.top-header .nav-wrap.fl-st-2 {
    line-height: 162px;
    height: 162px;
}

.top-header .nav-wrap.fl-st-3 {
    line-height: 162px;
    height: 130px;
}

.contact-header {
    width: 26.3%;
    position: relative;
    padding-top: 20px;
}

.contact-header.fl-st-2 {
    padding-top: 57px;
}

.btn-contact-header {
    position: relative;
}

.mainnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

/* Header Fixed */
#site-header.is-fixed {
    position: fixed;
    top: -50px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: var(--primary-color3);
    box-shadow: 0 12px 6px rgb(0 0 0 / 6%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#site-header.is-fixed.is-small {
    top: 0;
}

#site-header.is-fixed.is-small .over-lay-navwrap.fl-st-3 {
    background-color: var(--white-color);
}

#site-header.is-fixed .top-bar-header {
    display: none;
}

#site-header.is-fixed .site-header-inner .logo a {
    line-height: 100%;
}

#site-header.is-fixed .site-header-inner {
    align-items: center;
}

#site-header.is-fixed .over-lay-navwrap.fl-st-1 {
    display: none;
}

/* Main Menu
---------------------------------------------------------------*/
#mainnav .menu > li {
    display: inline-block;
    position: relative;
    margin-right: 59px;
}

#mainnav .menu > .current-menu-item > a,
#mainnav .menu > .current-menu-parent > a,
#mainnav .menu > .current-menu-parent > a::after  {
    color: var(--primary-color) !important;
}

#mainnav .menu > li > a {
    display: inline-block;
    padding: 0;
    font-size: 32px;
}

#mainnav .menu li a {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    transition: none;
}

#mainnav.fl-st-2 .menu li a {
    color: var(--primary-color3);
}

#mainnav .menu > li.active > a,
#mainnav .menu > li > a:hover {
    color: var(--primary-color);
}

#mainnav .menu > li a i.fa {
    padding-left: 6px;
}

/* Sub-menu */
#mainnav .menu > li > .sub-menu {
    display: block !important;
    opacity: 0;
    z-index: 9999;
    position: absolute;
    top: 88px;
    width: 230px;
    background-color: #fff;
    left: 0;
    visibility: hidden;
    box-shadow: 1px 8px 20px 5px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    border-top: 2px solid var(--primary-color);
}

.nav-wrap.fl-st-2 #mainnav .menu > li > .sub-menu {
    top: 162px;
}

.nav-wrap.fl-st-3 #mainnav .menu > li > .sub-menu {
    top: 130px;
}

#mainnav .menu > li:hover > .sub-menu {
    opacity: 1;
    z-index: 100;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

#mainnav .menu > li > .sub-menu > li > a {
    display: block;
    line-height: 45px;
    color: var(--white-color);
    background-color: var(--primary-color3);
    padding: 0px 0px 0px 15px;
    width: 230px;
}

#mainnav .menu > li > .sub-menu > li.active > a,
#mainnav .menu > li > .sub-menu > li > a:hover {
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav .menu > li > a {
    position: relative;
    text-transform: uppercase;
}

#mainnav .menu > li.menu-item-has-children > a::after {
    position: absolute;
    content: "\f107";
    font-family: "FontAwesome";
    color: var(--white-color);
    font-size: 16px;
    right: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#mainnav.fl-st-2 .menu > li.menu-item-has-children > a::after {
    color: var(--primary-color3);
}

#mainnav .menu > li.active.menu-item-has-children > a::after,
#mainnav .menu > li.menu-item-has-children > a:hover:after {
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Mobile navigation
---------------------------------------- */
#mainnav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    background-color: var(--primary-color3);
    z-index: 1000;
    position: absolute;
	height:300px;
	overflow:auto;
}

#mainnav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainnav-mobi ul li {
    margin: 0;
    position: relative;
    text-align: left;
    border-top: 1px solid #312a30;
    cursor: pointer;
}

#mainnav-mobi ul > li > a {
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    color: #fff;
}

#mainnav-mobi ul.sub-menu {
    top: 100%;
    left: 0;
    z-index: 2000;
    position: relative;
    background-color: var(--primary-color3);
}

#mainnav-mobi > ul > li > ul > li,
#mainnav-mobi > ul > li > ul > li > ul > li {
    border-top: 1px solid #312a30;
    background-color: var(--primary-color3);
}

#mainnav-mobi > ul > li > ul > li > ul > li a {
    padding-left: 45px !important;
}

#mainnav-mobi ul.sub-menu > li > a {
    display: block;
    text-decoration: none;
    padding: 0 30px;
    border-top-color: rgba(255, 255, 255, 0.1);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

#mainnav-mobi > ul > li > ul > li:first-child a {
    border-top: none;
}

#mainnav-mobi ul > li.active > a,
#mainnav-mobi ul.sub-menu > li > a:hover,
#mainnav-mobi > ul > li > ul > li.active > a {
    color: var(--primary-color);
}

.btn-menu {
    background-color: var(--primary-color);
    display: none;
    float: right;
    position: absolute;
    background: transparent;
    cursor: pointer;
    width: 20px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    -webkit-transition: all ease 0.238s;
    -moz-transition: all ease 0.238s;
    transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
    background-color: var(--primary-color);
    -webkit-transition: all ease 0.238s;
    -moz-transition: all ease 0.238s;
    transition: all ease 0.238s;
}

.header2 .btn-menu:before,
.header2 .btn-menu:after,
.header2 .btn-menu span {
    background-color: var(--primary-color3);
    -webkit-transition: all ease 0.238s;
    -moz-transition: all ease 0.238s;
    transition: all ease 0.238s;
}

.btn-menu:before,
.btn-menu:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.btn-menu span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.btn-menu:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.btn-menu.active span {
    opacity: 0;
}

.btn-menu.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
    position: absolute;
    right: 0;
    top: 0;
    font: 20px/50px "FontAwesome";
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 44px;
}

.btn-submenu:before {
    content: "\f107";
    color: #fff;
}

.btn-submenu.active:before {
    content: "\f106";
}

.btn-menu {
    display: none;
}

.mainnav_canvas .btn-submenu {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	width: 47px;
	height: 47px;
   	line-height: 42px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.mainnav_canvas .btn-submenu.active {
	-webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.mainnav_canvas .btn-submenu:before {
	content: '';		
   	height: 6px;
    width: 6px;
    display: inline-block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: transparent #fff #fff transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border 0.3s;
    transition: border 0.3s;
}

.inner-canvas-nav.light .mainnav_canvas .btn-submenu:before {
    border-color: transparent var(--primary-color3) var(--primary-color3) transparent;
}

/* Canvas Menu */
.canvas-nav-wrap .inner-canvas-nav {
	width: 320px;
    height: 100%;
    top: 0;
    left: 0px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    position: fixed;
    background-color: var(--primary-color3);
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;

    webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}
.canvas-nav-wrap .inner-canvas-nav.light {
    background: #fff;
}

.canvas-nav-wrap.active .inner-canvas-nav {
	-webkit-transform: translateX(0%);
        	transform: translateX(0%);
}

.inner-canvas-nav.light #mainnav_canvas li a {
    color: var(--primary-color3);
}

.canvas-nav-wrap .overlay-canvas-nav {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	width: 100%;
	height: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.canvas-nav-wrap.active .overlay-canvas-nav {
	opacity: 1;
	visibility: visible;
}

.canvas-menu-close {
	position: absolute;
	right: 20px;
	top: 30px;
}

.canvas-menu-close span {
	position: relative;
    background: transparent;
    cursor: pointer;
    display: inline-block;
    width: 26px;
    height: 26px;	    
}

.canvas-menu-close span:before, 
.canvas-menu-close span:after {
    content: "";
    position: absolute;
    top: 0;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #fff;
}

.canvas-menu-close span:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.canvas-menu-close span:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.inner-canvas-nav .logo {
	padding: 25px 25px !important;
	line-height: unset;
	text-align: left;
}

.inner-canvas-nav .logo > a {
	max-width: 183px;
}

#mainnav_canvas {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainnav_canvas > li {
    width: 100%;
    position: relative;
    border-top: solid 1px rgba(255,255,255,0.05);
}

.inner-canvas-nav.light #mainnav_canvas > li,
.inner-canvas-nav.light #mainnav_canvas .sub-menu a {
    border-top: solid 1px rgb(14 14 14 / 8%);;
}

#mainnav_canvas > li:last-child {
    border-bottom: solid 1px rgba(255,255,255,0.2);
}

#mainnav_canvas > li:last-child {
    border-bottom: solid 1px transparent;
}

#mainnav_canvas li a {
	font-weight: 500;
	display: inline-block;
	width: 100%;
    height: auto;
    padding: 12px 50px 12px 25px;
    text-align: left;
    color: #fff;
}

#mainnav_canvas li a > span {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 5px 7px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    line-height: 1;
}

#mainnav_canvas .sub-menu a {
    border-top: solid 1px rgba(255,255,255,0.05);
	padding: 12px 50px 12px 35px;
}

#mainnav_canvas .sub-menu .sub-menu a {
	padding: 12px 50px 12px 45px;
}

#mainnav_canvas li.current_page_item > a,
#mainnav_canvas li.current-menu-item > a, 
#mainnav_canvas li.current-menu-ancestor > a, 
#mainnav_canvas li.current-menu-parent > a {
	color: var(--primary-color) !important;
}

#mainnav_canvas nav li {
	border-top-style: solid;
    border-top-color: #D1D1D18F;
    border-top-width: 1px;
}

#mainnav_canvas > nav > li:last-child {
    border-bottom-style: solid;
    border-bottom-color: #D1D1D18F;
    border-bottom-width: 1px;
}

#header-baner .baner-title {
    position: relative;
    margin-left: -5px;
    margin-top: 195px;
    z-index: 2;
    margin-bottom: 160px;
}
.canvas-nav-wrap.active .inner-canvas-nav .mobile-logo {
    display: block;
    text-align: center;
    padding: 30px 0;
}
/* Main
---------------------------------------- */
.page-content {
    position: relative;
    background-color: var(--white-color);
    z-index: 3;
}

.tf-title-heading.ct {
    text-align: center;
    padding: 0 19%;
}

.sub-title-heading {
    color: var(--primary-color2);
    font-weight: var(--font-weight-regular);
    line-height: 21.6px;
    margin-bottom: 15px;
}

.title-heading {
    color: var(--black-color);
}

.title-heading span {
    color: var(--primary-color);
}

/* box-icon */
.box-icon.font-small i {
    font-size: 16px;
}

.box-icon.font-normal i {
    font-size: 50px;
}

.box-icon.font-big i {
    font-size: 60px;
}

.box-icon.size-normal {
    width: 100px;
    height: 100px;
}

/* Footer 
------------------------------------------*/
#footer {
    background-color: var(--primary-color3);
}

#footer .widget-title {
    color: var(--white-color);
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.6px;
    position: relative;
}

.footer-widget ul li a::before {
    content: '\f45c';
    font-family: 'Font Awesome 5 Free';
    font-size: 5px;
    margin-right: 18px;
    font-weight: 700;
    color: var(--primary-color);
    vertical-align: middle;
}

.info-footer {
    padding: 44px 0;
}

.info-about-us {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.info-about-us h6 {
    font-weight: var(--font-weight-regular);
    color: var(--primary-color2);
    font-size: 14px;
    margin-bottom: 8px;
}

.info-about-us h4 {
    font-weight: var(--font-weight-regular);
    color: var(--white-color);
    line-height: 35px;
}

.info-about-us .fl-about-us {
    width: 33.33%;
}

.info-about-us .box-employee {
    padding-left: 10px;
}

.info-about-us .box-working-space {
    padding-left: 20px;
}

.content-footer {
    width: 100%;
    border-top: 1px solid #312a30;
    margin-bottom: 20px;
}

.widget-wrap {
    position: relative;
    padding: 49px 0px 30px 0px;
}

.widget-wrap .app-store {
    position: absolute;
    top: 57%;
}

#nav_menu-2 {
    margin-left: 0px;
}

#nav_menu-5 {
    margin-left: 0px;
}

.widget-wrap p {
    font-family: var(--opensans-font);
    font-size: 15px;
    font-weight: var(--font-weight-regular);
    color: #fff;
    line-height: 28px;
}

.widget-link {
    padding-top: 63px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.widget-link .box-list {
    width: 33.33%;
}

.widget-link .box-list ul li a {
    position: relative;
    color: #aea2a6;
    font-weight: var(--font-weight-regular);
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-link .box-list ul li a::after {
    content: "";
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: var(--primary-color);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.widget-link .box-list ul li a:hover {
    color: var(--primary-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.widget-link .box-list ul li a:hover::after {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box-list ul.style-1 li {
    margin-bottom: 36px;
}

.box-list ul.style-2 li {
    margin-bottom: 17px;
}

.box-list ul.style-3 li {
    margin-bottom: 19px;
    padding: 0 10px;
}

.box-list.list-link a {
    font-family: var(--opensans-font);
}

.box-list.list-link {
    padding: 0 10px;
}

.box-list.list-link ul {
    padding-top: 20px;
}

.recent-new.fl-st-1 {
    padding-top: 53px;
    margin-left: -2px;
}

.recent-new .widget-title {
    margin-bottom: 27px;
} 

.recent-new .box-news {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #3c363b;
    padding: 15px 0;
}

.recent-new .box-news .feature-news {
    width: 26%;
}

.recent-new .box-news .content-news {
    width: 74%;
    padding: 0 15px;
}

.recent-new .content-news .title-news a {
    color: #fff;
    font-weight: var(--font-weight-medium);
}

.recent-new .content-news .title-news a:hover {
    color: var(--primary-color);
}

.content-news .day-post,
.content-news .user {
    font-family: var(--opensans-font);
    color: var(--primary-color);
    font-size: 13px;
    font-weight: var(--font-weight-regular);
    line-height: 15.6px;
    padding-top: 10px;
}

.content-news .day-post:hover {
    color: var(--primary-color);
}

.footer-bottom {
    background-color: #2b242a;
    height: 89px;
    line-height: 86px;
}

.footer-bottom .bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 .bottom-footer-right ul {
    display: flex;
    align-items: baseline;
}

 .bottom-footer-right ul li {
    width: 46px !important;
    height: 46px;
    border: 1px solid var(--primary-color2);
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

 .bottom-footer-right ul li a {
    color: #fff !important;
    font-size: 16px !important;
}

 .bottom-footer-right ul li:hover {
    background: var(--primary-color);
    border-color: transparent;
}

.bottom-footer-right ul li a::before {
    display: none;
}

.bottom-footer-right ul li:first-child {
    margin-left: 0;
}

.bottom-footer-right .list-social {
    padding-top: 13px;
}

.bottom-footer-right2 ul li a {
    color: #fff;
    font-size: 15px;
    font-family: 'Open Sans';
}

.bottom-footer-right2 ul li a::before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-size: 5px;
    margin: 0 13px;
    color: #fff !important;
    font-weight: 700;
    vertical-align: middle;
}

.bottom-footer-right2 ul li:first-child a:before {
    display: none;
}

.bottom-footer-right2 ul li a:hover {
    color: var(--primary-color);
}
.coppyright {
    text-align: center;
    font-family: var(--opensans-font);
    color: #fff;
    font-size: 15px;
    font-weight: var(--font-weight-regular);
    line-height: 70px;
}

.coppyright a {
    color: var(--primary-color) !important;
    text-decoration-line: underline;
}

/*widget*/
.title-widget {
    color: var(--primary-color3);
    margin-bottom: 25px;
	font-size:18px;
}

.title-widget.fl-st-2 {
    margin-bottom: 7px;
}

.widget.fl-st-3 {
    margin-bottom: 50px;
}

.widget .bg-widget {
    background-color: #f6f6f6;
}

/*widget-serch*/
.widget_search .search-form {
    position: relative;
}

.header-search .widget_search .search-form {
    box-shadow: 1px 4px 19px 6px #00000017;
}

.widget_search .search-form input {
    margin-bottom: 0;
    border: 1px solid #f6f6f6;
    padding-right: 75px;
    color: var(--primary-color3);
}

.widget_search .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    color: var(--primary-color3);
    font-size: 18px;
    padding: 18px 29px;
}

.widget_search .search-form button:hover {
    color: var(--primary-color);
}

/*widget-category*/
.widget-category a {
    font-family: var(--opensans-font);
    font-size: 14px;
    font-weight: var(--font-weight-regular);
    color: #777777;
    line-height: 37px;
}

.category-wrap li {
    position: relative;
    margin-bottom: 20px;
    padding: 0 25px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.category-wrap li.hv-bg::before {
    border-radius: 3px;
}

.category-wrap a {
    display: block;
}

.category-wrap li span {
    position: absolute;
    right: 30px;
}

.category-wrap li:hover {
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.category-wrap li:hover a {
    color: var(--white-color);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* widget recent-new */
.box-news.fl-widget-recent {
    border-bottom: 1px solid #e9e8e8;
}

.box-news.fl-widget-recent .feature-news {
    width: 19%;
}

.box-news.fl-widget-recent .content-news {
    width: 81%;
}

.box-news.fl-widget-recent .content-news .day-post {
    padding-top: 7px;
}

.box-news.fl-widget-recent .content-news .title-news a {
    color: var(--primary-color3);
}

.widget.recent-new .content-news .title-news a:hover {
    color: var(--primary-color);
}

.content-news .user {
    padding-top: 8px;
}

/* thumb services */

.thumb-services {
    padding: 67px 40px 50px 40px;
    background-image: url(../images/patternphoto/thyumb-sv.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 46px;
}

.thumb-services h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}

.thumb-services h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 34px;
}

.thumb-services .themesflat-button {
    padding: 13px 40px 13px 40px;
    margin-bottom: 16px;
}

.thumb-services .details p {
    color: #fff;
    font-size: 14px;
}

.thumb-services .details p span {
    color: var(--primary-color);
    font-weight: 500;
}

/* brochures */

.brochures {
    background: #f5f7fa;
    padding: 33px 34px 23px 37px;
}

.brochures .custom-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 18px;
}

.brochures .item {
    background: #fff;
    padding: 13px 25px 13px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.brochures .item:hover {
    background: var(--primary-color);
}

.brochures .item:hover a,
.brochures .item:hover i,
.brochures .item:hover span {
    color: #fff;
    border-color: #fff;
}

.brochures .item a {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color3);
}

.brochures .item i {
    color: var(--primary-color3);
}

.brochures .item span {
    padding-left: 26px;
    border-left: 2px solid var(--primary-color3);
}

/* contact services */

.services-contact {
    background: #f5f7fa;
    padding: 35px 35px 25px 35px;
}

.services-contact h4 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.services-contact input,
.services-contact textarea {
    border-radius: 8px;
    background: #fff;
}

.services-contact textarea {
    height: 170px;
}

.services-contact textarea {
    padding: 22px 10px 10px 15px;
    margin-bottom: 27px;
}

.services-contact .themesflat-button {
    padding: 19px 41px 17px 41px;
}

.services-contact input {
    padding: 20px 15px 20px 15px;
    margin-bottom: 18px;
}

/* Blog-details */
.prestation-post {
    background-color: var(--primary-color3);
    border-left: 10px solid var(--primary-color);
    border-radius: 5px;
    padding: 18px 50px 33px 41px;
    margin: 40px 0px;
}

.prestation-post h5 {
    font-weight: var(--font-weight-regular);
    line-height: 36px;
    text-transform: inherit;
}

.feature-rounder {
    width: 50%;
}

.wrap-rounder {
    margin-bottom: 42px;
}

.box-tags {
    padding: 0px 0px 0px 7px;
    margin-top: -29px;
}

.box-tags h6 {
    font-size: 14px;
}

.list-tags {
    padding-left: 10px;
}

.list-tags li {
    margin-right: 10px;
}

.list-tags li a {
    font-family: var(--opensans-font);
    font-weight: var(--font-weight-regular);
    font-size: 13px;
    color: #aea2a6;
    border-radius: 3px;
    border: 1px solid #f7f5f6;
    padding: 4px 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.list-tags li a:hover {
    color: var(--primary-color3);
    border: 1px solid var(--primary-color3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment-post {
    background-color: #f6f6f6;
    padding: 65px 30px 70px 30px;
}

.comment-post .title-comment {
    font-weight: var(--font-weight-medium);
    line-height: 32px;
}

.gravatar img {
    width: 100px;
    height: 100px;
}

.rounder-post {
    margin: 40px 0px;
}

.author-post {
    display: flex;
    align-items: center;
    padding-bottom: 70px;
    border-bottom: 1px solid #f6f6f6;
}

.author-post .avt {
    margin-right: 19px;
}

.author-post .name {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.author-post .sub {
    font-size: 18px;
    color: var(--primary-color2);
}

.author-post .content {
    margin-top: 6px;
}

/* Comments list */
.comment-list {
    margin: -2px;
}

.comment-list li.comment {
    padding: 0px;
    padding-bottom: 5px;
}

.comment-list article {
    position: relative;
    padding: 10px 0px 35px 0px;
}

.comment-list article .gravatar {
    float: left;
    margin-top: 15px;
}

.comment-list article .comment-content {
    overflow: hidden;
    padding-top: 10px;
    padding-left: 30px;
}

.comment-list article .comment-content p {
    margin: 0px 0px 0px 2px;
}

.comment-list article .comment-content .comment-text {
    overflow: hidden;
    width: auto;
    height: 60px;
    font-family: var(--opensans-font);
    font-size: 14px;
    line-height: 24px;
    padding-right: 20px;
    padding-top: 15px;
}

.comment-list .comment-author {
    line-height: 32px;
    display: inline-block;
    padding-right: 16px;
    margin: 0px;
    font-weight: 400;
}

.comment-list .comment-meta {
    padding-top: 15px;
}

.comment-list .comment-meta li {
    margin-right: 15px;
}

.comment-list .comment-meta,
.comment-list .comment-meta a {
    font-family: var(--opensans-font);
    font-size: 13px;
    line-height: 32px;
    color: #aea2a6;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment-list .comment-meta a:hover {
    color: var(--primary-color3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.comment-list .comment-meta i {
    font-size: 11px;
    padding-right: 5px;
}

.comment-list .children article {
    position: relative;
    padding: 0 0;
}

.comment-list .children > li {
    padding-left: 100px;
}

.comment-list .children .comment-content {
    overflow: hidden;
    padding-top: 0px;
    padding-left: 12px;
}

.comment-list .children > li .gravatar {
    margin-right: 19px;
    margin-top: 3px;
}

.comment-list .children > li article {
    margin-bottom: 0px;
}

.comment-post .wrap-comment {
    padding-right: 130px;
}

/* form-comment */
.form-comment {
    margin: 34px 0px 0px 0px;
}

.row-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.col-form-5 {
    width: 40.5%;
    margin-right: 30px;
}

.col-form-6 {
    width: 48%;
    margin-right: 30px;
}

.col-form-7 {
    width: 55%;
}

.col-form-12 {
    width: 100%;
}

.form-comment .row-form .col-form-12 {
    padding-top: 8px;
}

.form-comment .row-form input,
.form-comment .row-form textarea {
    margin: 15px 0;
    padding: 20px 30px;
    border-radius: 7px;
    background-color: var(--white-color);
}

.form-comment .row-form textarea {
    height: 170px;
}

.form-comment .btn-submit {
    padding-top: 47px;
}
